]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
French Customization.lyx: translations from Jean-Pierre
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 503
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/
6 \textclass scrbook
7 \begin_preamble
8 % that links to image floats jumps
9 % to the beginning of the float and 
10 % not to its caption
11 \usepackage[figure]{hypcap}
12
13 % the pages of the TOC is numbered roman
14 % and a PDF-bookmark for the TOC is added
15 \let\myTOC\tableofcontents
16 \renewcommand\tableofcontents{%
17   \frontmatter
18   \pdfbookmark[1]{\contentsname}{}
19   \myTOC
20   \mainmatter }
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \newcommand{\TabBesBeg}[1][1.0]{%
28  \let\MyTable\table
29  \let\MyEndtable\endtable
30  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
31
32 \newcommand{\TabBesEnd}{%
33  \let\table\MyTable
34  \let\endtable\MyEndtable}
35
36 \newcommand{\FigBesBeg}[1][1.0]{%
37  \let\MyFigure\figure
38  \let\MyEndfigure\endfigure
39  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
40
41 \newcommand{\FigBesEnd}{%
42  \let\figure\MyFigure
43  \let\endfigure\MyEndfigure}
44
45 % enables calculation of values,
46 \usepackage{calc}
47
48 % increase the bottom float placement fraction
49 \renewcommand{\bottomfraction}{0.5}
50
51 % avoids that floats are placed before their
52 % corresponding section starts
53 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
54
55 % speed up the longtable calculation
56 \setcounter{LTchunksize}{100}
57
58 % used for colored tables
59 \@ifundefined{textcolor}
60  {\usepackage{color}}{}
61 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
62 \definecolor{lightgrey}{gray}{0.8}
63
64 % check for package colortbl
65 % used for colored table cells
66 \newboolean{colortbl}
67 \IfFileExists{colortbl.sty}
68  {\usepackage{colortbl}
69   \setboolean{colortbl}{true}}
70  {\setboolean{colortbl}{false}}
71
72 % used to have extra space in table cells
73 \@ifundefined{extrarowheight}
74  {\usepackage{array}}{}
75 \setlength{\extrarowheight}{2pt}
76
77 % used for customized tables
78 % ---
79 \newcolumntype{M}[1]
80  {>{\centering\hspace{0pt}}m{#1}}
81
82 \newcolumntype{S}[2]
83  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
84
85 \newcolumntype{K}[1]
86  {>{\columncolor{#1}\hspace{0pt}}c}
87
88 \newcolumntype{V}{!{\vrule width 1.5pt}}
89
90 \newcolumntype{W}{!{\color{green}\vline}}
91 % ---
92
93 % insert additional vertical space of
94 % 1.5 mm between footnotes
95 \let\myFoot\footnote
96 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
97
98 % number algorithm floats within chapters
99 \numberwithin{algorithm}{chapter}
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % check for package arydshln
106 % used for tables with dashed lines
107 \newboolean{arydshln}
108 \IfFileExists{arydshln.sty}
109  {\usepackage{arydshln}
110   \setboolean{arydshln}{true}}
111  {\setboolean{arydshln}{false}}
112
113 % check for package marginnote
114 % used for margin notes
115 \newboolean{marginnote}
116 \IfFileExists{marginnote.sty}
117  {\usepackage{marginnote}
118   \let\marginpar\marginnote
119   \setboolean{marginnote}{true}}
120  {\setboolean{marginnote}{false}}
121
122 % check for package sidecap
123 % used for captions on the side
124 \newboolean{sidecap}
125 \IfFileExists{sidecap.sty}
126  {\usepackage{sidecap}
127   \setboolean{sidecap}{true}}
128  {\setboolean{sidecap}{false}}
129
130 % check for picinpar
131 % used for surrounded fixed objects
132 \newboolean{picinpar}
133 \IfFileExists{picinpar.sty}
134  {\usepackage{picinpar}
135   \setboolean{picinpar}{true}}
136  {\setboolean{picinpar}{false}}
137
138 % check for lettrine
139 \newboolean{lettrine}
140 \IfFileExists{lettrine.sty}
141  {\usepackage{lettrine}
142   \setboolean{lettrine}{true}}
143  {\setboolean{lettrine}{false}}
144
145 % check for diagbox
146 \newboolean{diagbox}
147 \IfFileExists{diagbox.sty}
148  {\usepackage{diagbox}
149   \setboolean{diagbox}{true}}
150  {\setboolean{diagbox}{false}}
151 \end_preamble
152 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
153 \use_default_options false
154 \begin_modules
155 initials
156 graphicboxes
157 \end_modules
158 \maintain_unincluded_children false
159 \language english
160 \language_package default
161 \inputencoding auto
162 \fontencoding global
163 \font_roman "lmodern" "default"
164 \font_sans "lmss" "default"
165 \font_typewriter "lmtt" "default"
166 \font_math "auto" "auto"
167 \font_default_family default
168 \use_non_tex_fonts false
169 \font_sc false
170 \font_osf false
171 \font_sf_scale 100 100
172 \font_tt_scale 100 100
173 \graphics default
174 \default_output_format pdf2
175 \output_sync 0
176 \bibtex_command default
177 \index_command default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "LyX Team, Uwe Stöhr"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
195 \papersize default
196 \use_geometry false
197 \use_package amsmath 2
198 \use_package amssymb 2
199 \use_package cancel 0
200 \use_package esint 0
201 \use_package mathdots 1
202 \use_package mathtools 0
203 \use_package mhchem 1
204 \use_package stackrel 0
205 \use_package stmaryrd 0
206 \use_package undertilde 0
207 \cite_engine basic
208 \cite_engine_type default
209 \biblio_style plain
210 \use_bibtopic false
211 \use_indices false
212 \paperorientation portrait
213 \suppress_date false
214 \justification true
215 \use_refstyle 0
216 \notefontcolor #0000ff
217 \index Index
218 \shortcut idx
219 \color #008000
220 \end_index
221 \secnumdepth 3
222 \tocdepth 3
223 \paragraph_separation skip
224 \defskip medskip
225 \quotes_language english
226 \papercolumns 1
227 \papersides 2
228 \paperpagestyle default
229 \tracking_changes false
230 \output_changes false
231 \html_math_output 0
232 \html_css_as_file 0
233 \html_be_strict false
234 \end_header
235
236 \begin_body
237
238 \begin_layout Title
239 \SpecialChar LyX
240 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
241 \end_layout
242
243 \begin_layout Author
244 by the \SpecialChar LyX
245  Team
246 \begin_inset Foot
247 status collapsed
248
249 \begin_layout Plain Layout
250 \noindent
251 If you have comments or error corrections, please send them to the \SpecialChar LyX
252  Documentatio
253 n mailing list: 
254 \begin_inset CommandInset href
255 LatexCommand href
256 name "lyx-docs@lists.lyx.org"
257 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
258 type "mailto:"
259
260 \end_inset
261
262
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Note Note
269 status collapsed
270
271 \begin_layout Plain Layout
272 author: Uwe Stöhr
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \family sans
287 Version 2.2.x
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset CommandInset toc
292 LatexCommand tableofcontents
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset Note Note
301 status open
302
303 \begin_layout Plain Layout
304 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
305 -packages 
306 \series bold
307 arydshln
308 \series default
309
310 \series bold
311 colortbl
312 \series default
313
314 \series bold
315 diagbox, lettrine, marginnote, picinpar
316 \series default
317  and 
318 \series bold
319 sidecap
320 \series default
321  must be installed.
322  If they are not installed you can export the document anyway but the sections
323  where the packages are required won't appear in the output.
324 \end_layout
325
326 \begin_layout Plain Layout
327 The latest PDF-version of this document can be found here:
328 \begin_inset Newline newline
329 \end_inset
330
331
332 \series bold
333 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
334 \end_layout
335
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Chapter
342 Figures
343 \begin_inset Index idx
344 status collapsed
345
346 \begin_layout Plain Layout
347 Figures
348 \end_layout
349
350 \end_inset
351
352
353 \begin_inset Index idx
354 status collapsed
355
356 \begin_layout Plain Layout
357 Graphics|see
358 \begin_inset ERT
359 status collapsed
360
361 \begin_layout Plain Layout
362
363 {
364 \end_layout
365
366 \end_inset
367
368 Figures
369 \begin_inset ERT
370 status collapsed
371
372 \begin_layout Plain Layout
373
374 }
375 \end_layout
376
377 \end_inset
378
379
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \begin_layout Section
388 Graphics Dialog
389 \begin_inset Index idx
390 status collapsed
391
392 \begin_layout Plain Layout
393 Figures ! Graphics Dialog
394 \end_layout
395
396 \end_inset
397
398
399 \begin_inset CommandInset label
400 LatexCommand label
401 name "sec:Graphics-Dialog"
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Standard
409 To insert an image into your document, place the cursor at the text position
410  you want and click on the toolbar icon 
411 \begin_inset Info
412 type  "icon"
413 arg   "dialog-show-new-inset graphics"
414 \end_inset
415
416  or use the menu 
417 \family sans
418 Insert\SpecialChar menuseparator
419 Graphics
420 \family default
421 .
422  Then a dialog will appear to choose the file to load.
423  The image will appear in the output exactly at the position where it is
424  in the text.
425 \end_layout
426
427 \begin_layout Standard
428 The graphics dialog can be called at any time by clicking on an image.
429  This dialog has three tabs:
430 \end_layout
431
432 \begin_layout Description
433
434 \family sans
435 Graphics
436 \family default
437  Here you can choose an image file and adjust its appearance in the output.
438  The available units for the image size are explained in appendix
439 \begin_inset space ~
440 \end_inset
441
442
443 \begin_inset CommandInset ref
444 LatexCommand ref
445 reference "cha:Units-available-in"
446
447 \end_inset
448
449 .
450 \begin_inset Newline newline
451 \end_inset
452
453
454 \begin_inset Index idx
455 status collapsed
456
457 \begin_layout Plain Layout
458 Figures ! rotated
459 \end_layout
460
461 \end_inset
462
463 You can rotate images counter-clockwise by setting a rotation angle and
464  a rotation origin.
465  The image will also be rotated inside \SpecialChar LyX
466 .
467 \begin_inset Newline newline
468 \end_inset
469
470
471 \begin_inset Index idx
472 status collapsed
473
474 \begin_layout Plain Layout
475 Figures ! scaled
476 \end_layout
477
478 \end_inset
479
480 Images can be scaled by using a percentage value or by setting the width
481  and height explicitly.
482  If you set only the width or only the height, the other size will be determined
483  automatically.
484  If you set both, then the image will be transformed to the given size,
485  possibly distorting it.
486  To prevent the image from distortion, use the option 
487 \family sans
488 Maintain aspect ratio
489 \family default
490 .
491  The image will then be scaled so that its width and height don't exceed
492  the specified dimensions.
493 \begin_inset Newline newline
494 \end_inset
495
496 Images can be opened in a program of your choice by right-clicking on it
497  and choosing the entry 
498 \family sans
499 Edit
500 \begin_inset space ~
501 \end_inset
502
503 externally
504 \family default
505  in the context menu.
506  The program can be set for every image format in the file format settings
507  in \SpecialChar LyX
508 's preferences.
509 \end_layout
510
511 \begin_layout Description
512
513 \family sans
514 Clipping
515 \family default
516  Alternatively to the usage of scaling units it is possible to set image
517  coordinates to adjust the height and width of the image in the output.
518  The coordinates can also be calculated automatically by pressing the button
519  
520 \family sans
521 Get
522 \begin_inset space ~
523 \end_inset
524
525 from
526 \begin_inset space ~
527 \end_inset
528
529 File
530 \family default
531 .
532  The option 
533 \family sans
534 Clip
535 \begin_inset space ~
536 \end_inset
537
538 to
539 \begin_inset space ~
540 \end_inset
541
542 bounding
543 \begin_inset space ~
544 \end_inset
545
546 box
547 \family default
548  will only print the image region within the given coordinates.
549  Normally you don't need to worry about image coordinates and can ignore
550  this tab.
551 \end_layout
552
553 \begin_layout Description
554
555 \family sans
556 LaTeX
557 \begin_inset space ~
558 \end_inset
559
560 and
561 \begin_inset space ~
562 \end_inset
563
564 LyX
565 \begin_inset space ~
566 \end_inset
567
568 options
569 \family default
570  In this tab you can modify the appearance of the image within \SpecialChar LyX
571  and \SpecialChar LaTeX
572  experts
573  can specify additional \SpecialChar LaTeX
574  options.
575 \begin_inset Newline newline
576 \end_inset
577
578 The option 
579 \family sans
580 Draft
581 \begin_inset space ~
582 \end_inset
583
584 mode
585 \family default
586  makes the image appear in the output only as a frame with the size of the
587  image.
588 \begin_inset Newline newline
589 \end_inset
590
591 In the section 
592 \family sans
593 Graphics
594 \begin_inset space ~
595 \end_inset
596
597 Group
598 \family default
599  you can define or join an image settings group.
600 \begin_inset Index idx
601 status collapsed
602
603 \begin_layout Plain Layout
604 Figures ! Settings grouping
605 \end_layout
606
607 \end_inset
608
609  Images within such a group share their settings, so adjusting one image
610  of the group automatically also adjusts all other images of the group in
611  the same way.
612  So you can for example change the size for a bunch of images without the
613  need to manually change each of them.
614  Joining an existing group can also be done using the context menu of the
615  image by checking the name of the desired group.
616 \end_layout
617
618 \begin_layout Standard
619 \begin_inset VSpace bigskip
620 \end_inset
621
622
623 \end_layout
624
625 \begin_layout Standard
626 This is an example image in EPS format
627 \begin_inset Foot
628 status collapsed
629
630 \begin_layout Plain Layout
631 Image formats are explained in section
632 \begin_inset space ~
633 \end_inset
634
635
636 \begin_inset CommandInset ref
637 LatexCommand ref
638 reference "sec:Image-Formats"
639
640 \end_inset
641
642 .
643 \end_layout
644
645 \end_inset
646
647  within a separate, horizontally centered paragraph:
648 \begin_inset Separator parbreak
649 \end_inset
650
651
652 \end_layout
653
654 \begin_layout Standard
655 \align center
656 \begin_inset Graphics
657         filename clipart/mobius.eps
658         scale 70
659         scaleBeforeRotation
660         rotateOrigin center
661
662 \end_inset
663
664
665 \end_layout
666
667 \begin_layout Standard
668 This is the same image like the one above but in draft mode:
669 \begin_inset Separator parbreak
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 \align center
677 \begin_inset Graphics
678         filename clipart/mobius.eps
679         scale 70
680         draft
681         scaleBeforeRotation
682         rotateOrigin center
683
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Standard
690 \begin_inset Newpage newpage
691 \end_inset
692
693
694 \end_layout
695
696 \begin_layout Section
697 Figure Floats
698 \begin_inset CommandInset label
699 LatexCommand label
700 name "sec:Figure-Floats"
701
702 \end_inset
703
704
705 \begin_inset Index idx
706 status collapsed
707
708 \begin_layout Plain Layout
709 Floats ! Figures
710 \end_layout
711
712 \end_inset
713
714
715 \begin_inset Index idx
716 status collapsed
717
718 \begin_layout Plain Layout
719 Figures ! Floats
720 \end_layout
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 For general explanations about floats, have a look at section
729 \begin_inset space ~
730 \end_inset
731
732
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:FloatIntroduction"
736
737 \end_inset
738
739 .
740 \end_layout
741
742 \begin_layout Standard
743 The toolbar button 
744 \begin_inset Info
745 type  "icon"
746 arg   "float-insert figure"
747 \end_inset
748
749  and the menu 
750 \family sans
751 Insert\SpecialChar menuseparator
752 Float\SpecialChar menuseparator
753 Figure
754 \family default
755  inserts a float with a caption that has the label 
756 \begin_inset Quotes eld
757 \end_inset
758
759 Figure
760 \begin_inset space ~
761 \end_inset
762
763 #:
764 \begin_inset Quotes erd
765 \end_inset
766
767  (# is the actual number).
768  You can insert the image above the caption, like in Figure
769 \begin_inset space ~
770 \end_inset
771
772
773 \begin_inset CommandInset ref
774 LatexCommand ref
775 reference "fig:kill-plat"
776
777 \end_inset
778
779  or below the caption, like in Figure
780 \begin_inset space ~
781 \end_inset
782
783
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "fig:escher"
787
788 \end_inset
789
790 .
791  More about caption placement is described in section
792 \begin_inset space ~
793 \end_inset
794
795
796 \begin_inset CommandInset ref
797 LatexCommand ref
798 reference "sec:Caption-Placement"
799
800 \end_inset
801
802 .
803 \end_layout
804
805 \begin_layout Standard
806 \begin_inset Float figure
807 wide false
808 sideways false
809 status open
810
811 \begin_layout Plain Layout
812 \align center
813 \begin_inset Graphics
814         filename clipart/platypus.eps
815         width 50col%
816         scaleBeforeRotation
817         rotateOrigin center
818
819 \end_inset
820
821
822 \end_layout
823
824 \begin_layout Plain Layout
825 \begin_inset Caption Standard
826
827 \begin_layout Plain Layout
828 \begin_inset CommandInset label
829 LatexCommand label
830 name "fig:kill-plat"
831
832 \end_inset
833
834 A severely distorted platypus in a float.
835 \end_layout
836
837 \end_inset
838
839
840 \end_layout
841
842 \end_inset
843
844
845 \end_layout
846
847 \begin_layout Standard
848 \begin_inset Float figure
849 wide false
850 sideways false
851 status open
852
853 \begin_layout Plain Layout
854 \begin_inset Caption Standard
855
856 \begin_layout Plain Layout
857 \begin_inset CommandInset label
858 LatexCommand label
859 name "fig:escher"
860
861 \end_inset
862
863 M.C.
864  Escher on acid.
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Plain Layout
873 \align center
874 \begin_inset Graphics
875         filename clipart/escher-lsd.eps
876         scale 80
877         scaleBeforeRotation
878         rotateOrigin center
879
880 \end_inset
881
882
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Standard
891 \begin_inset Index idx
892 status collapsed
893
894 \begin_layout Plain Layout
895 References ! to Figures
896 \end_layout
897
898 \end_inset
899
900 Figure
901 \begin_inset space ~
902 \end_inset
903
904
905 \begin_inset CommandInset ref
906 LatexCommand ref
907 reference "fig:kill-plat"
908
909 \end_inset
910
911  and 
912 \begin_inset CommandInset ref
913 LatexCommand ref
914 reference "fig:escher"
915
916 \end_inset
917
918  are examples of referenced figures.
919  Figures can be referenced in the text by referencing their label.
920  To do this insert a label in the caption using the menu 
921 \family sans
922 Insert\SpecialChar menuseparator
923 Label
924 \family default
925  or the toolbar button 
926 \begin_inset Info
927 type  "icon"
928 arg   "label-insert"
929 \end_inset
930
931 .
932  You can now refer to the label using the menu 
933 \family sans
934 Insert\SpecialChar menuseparator
935 Cross
936 \begin_inset space ~
937 \end_inset
938
939 reference
940 \family default
941  or the toolbar button 
942 \begin_inset Info
943 type  "icon"
944 arg   "dialog-show-new-inset ref"
945 \end_inset
946
947 .
948  It is important to use references to floats, rather than using vague references
949  like 
950 \begin_inset Quotes eld
951 \end_inset
952
953 the figure above
954 \begin_inset Quotes erd
955 \end_inset
956
957 , because \SpecialChar LaTeX
958  will reposition the floats in the final document and it might
959  not be 
960 \begin_inset Quotes eld
961 \end_inset
962
963 above
964 \begin_inset Quotes erd
965 \end_inset
966
967  at all.
968 \begin_inset Newline newline
969 \end_inset
970
971 Referencing is explained in detail in section
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "sec:Referencing-Floats"
979
980 \end_inset
981
982 .
983 \end_layout
984
985 \begin_layout Standard
986 Normally only one image is inserted to a figure float, but sometimes you
987  might want to use two images with separate subcaptions.
988  This can be done by inserting image floats into existing image floats.
989  Note that only the main caption of the float is added to the List of Figures.
990  Figure
991 \begin_inset space ~
992 \end_inset
993
994
995 \begin_inset CommandInset ref
996 LatexCommand ref
997 reference "fig:Two-distorted-images"
998
999 \end_inset
1000
1001  is an example of a figure float with two images set side by side.
1002  You can also set the images one below the other.
1003  Figure
1004 \begin_inset space ~
1005 \end_inset
1006
1007
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "fig:Undefinable-structure"
1011
1012 \end_inset
1013
1014  and 
1015 \begin_inset CommandInset ref
1016 LatexCommand ref
1017 reference "fig:A-Platypus"
1018
1019 \end_inset
1020
1021  are the subfigures.
1022 \end_layout
1023
1024 \begin_layout Standard
1025 \begin_inset Float figure
1026 wide false
1027 sideways false
1028 status open
1029
1030 \begin_layout Plain Layout
1031 \begin_inset space \hfill{}
1032 \end_inset
1033
1034
1035 \begin_inset Float figure
1036 wide false
1037 sideways false
1038 status collapsed
1039
1040 \begin_layout Plain Layout
1041 \begin_inset Caption Standard
1042
1043 \begin_layout Plain Layout
1044 \begin_inset CommandInset label
1045 LatexCommand label
1046 name "fig:Undefinable-structure"
1047
1048 \end_inset
1049
1050 Undefinable structure.
1051 \end_layout
1052
1053 \end_inset
1054
1055
1056 \end_layout
1057
1058 \begin_layout Plain Layout
1059 \begin_inset Graphics
1060         filename clipart/escher-lsd.eps
1061         width 45col%
1062         scaleBeforeRotation
1063         groupId distorted
1064
1065 \end_inset
1066
1067
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \begin_inset space \hfill{}
1074 \end_inset
1075
1076
1077 \begin_inset Float figure
1078 wide false
1079 sideways false
1080 status collapsed
1081
1082 \begin_layout Plain Layout
1083 \begin_inset Caption Standard
1084
1085 \begin_layout Plain Layout
1086 \begin_inset CommandInset label
1087 LatexCommand label
1088 name "fig:A-Platypus"
1089
1090 \end_inset
1091
1092 A Platypus.
1093 \end_layout
1094
1095 \end_inset
1096
1097
1098 \end_layout
1099
1100 \begin_layout Plain Layout
1101 \begin_inset Graphics
1102         filename clipart/platypus.eps
1103         width 45col%
1104         scaleBeforeRotation
1105         groupId distorted
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \begin_inset space \hfill{}
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \begin_layout Plain Layout
1122 \begin_inset Caption Standard
1123
1124 \begin_layout Plain Layout
1125 \begin_inset CommandInset label
1126 LatexCommand label
1127 name "fig:Two-distorted-images"
1128
1129 \end_inset
1130
1131 Two distorted images.
1132  Both images are in the image settings group named 
1133 \begin_inset Quotes eld
1134 \end_inset
1135
1136 distorted
1137 \begin_inset Quotes erd
1138 \end_inset
1139
1140 .
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Standard
1154 \begin_inset Newpage newpage
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \begin_layout Section
1161 Image Formats
1162 \begin_inset CommandInset label
1163 LatexCommand label
1164 name "sec:Image-Formats"
1165
1166 \end_inset
1167
1168
1169 \begin_inset Index idx
1170 status collapsed
1171
1172 \begin_layout Plain Layout
1173 Image Formats
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \begin_inset Index idx
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 Figures ! Image Formats
1184 \end_layout
1185
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Standard
1192 You can insert images in any known file format.
1193  But as explained in appendix
1194 \begin_inset space ~
1195 \end_inset
1196
1197
1198 \begin_inset CommandInset ref
1199 LatexCommand ref
1200 reference "cha:Output-File-Formats"
1201
1202 \end_inset
1203
1204 , each output document format allows only a few image formats.
1205  \SpecialChar LyX
1206  uses therefore the program 
1207 \family typewriter
1208 ImageMagick
1209 \family default
1210  in the background to convert the images to the right format.
1211  To increase your work flow by avoiding these conversions in the background,
1212  you could choose to use only the image formats that can directly be embedded
1213  in the output file format.
1214  The output file formats are explained in appendix
1215 \begin_inset space ~
1216 \end_inset
1217
1218
1219 \begin_inset CommandInset ref
1220 LatexCommand ref
1221 reference "cha:Output-File-Formats"
1222
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \begin_layout Standard
1229 Similar to fonts there are two types of image formats:
1230 \end_layout
1231
1232 \begin_layout Description
1233 Bitmap
1234 \begin_inset space ~
1235 \end_inset
1236
1237 images consist of pixel values, often in a compressed form.
1238  They are therefore not fully scalable and look pixelated in large zooms.
1239  Well-known bitmap image formats are 
1240 \begin_inset Quotes eld
1241 \end_inset
1242
1243 Graphics Interchange Format
1244 \begin_inset Quotes erd
1245 \end_inset
1246
1247  (GIF, file extension 
1248 \begin_inset Quotes eld
1249 \end_inset
1250
1251
1252 \family typewriter
1253 .gif
1254 \family default
1255
1256 \begin_inset Quotes erd
1257 \end_inset
1258
1259 )
1260 \begin_inset Index idx
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264 GIF|see
1265 \begin_inset ERT
1266 status collapsed
1267
1268 \begin_layout Plain Layout
1269
1270 {
1271 \end_layout
1272
1273 \end_inset
1274
1275 Image formats
1276 \begin_inset ERT
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280
1281 }
1282 \end_layout
1283
1284 \end_inset
1285
1286
1287 \end_layout
1288
1289 \end_inset
1290
1291
1292 \begin_inset Quotes eld
1293 \end_inset
1294
1295 Portable Network Graphics
1296 \begin_inset Quotes erd
1297 \end_inset
1298
1299  (PNG, file extension 
1300 \begin_inset Quotes eld
1301 \end_inset
1302
1303
1304 \family typewriter
1305 .png
1306 \family default
1307
1308 \begin_inset Quotes erd
1309 \end_inset
1310
1311 )
1312 \begin_inset Index idx
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 PNG|see
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 {
1323 \end_layout
1324
1325 \end_inset
1326
1327 Image formats
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 }
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \end_layout
1340
1341 \end_inset
1342
1343 , and 
1344 \begin_inset Quotes eld
1345 \end_inset
1346
1347 Joint Photographic Experts Group
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351  (JPG, file extension 
1352 \begin_inset Quotes eld
1353 \end_inset
1354
1355
1356 \family typewriter
1357 .jpg
1358 \family default
1359
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363  or 
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367
1368 \family typewriter
1369 .jpeg
1370 \family default
1371
1372 \begin_inset Quotes erd
1373 \end_inset
1374
1375 )
1376 \begin_inset Index idx
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 JPG|see
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 {
1387 \end_layout
1388
1389 \end_inset
1390
1391 Image formats
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 }
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \end_inset
1406
1407 .
1408 \end_layout
1409
1410 \begin_layout Description
1411 Vector
1412 \begin_inset space ~
1413 \end_inset
1414
1415 images consist of vectors and can therefore be scaled to any size without
1416  data loss.
1417  The scaling ability is necessary if you want to create presentations, because
1418  presentations are always scaled by the video projector.
1419  Scaling is also useful for online documents to let the user zoom into diagrams.
1420 \begin_inset Newline newline
1421 \end_inset
1422
1423 Well-known scalable image formats are 
1424 \begin_inset Quotes eld
1425 \end_inset
1426
1427 Scalable Vector Graphics
1428 \begin_inset Quotes erd
1429 \end_inset
1430
1431  (SVG, file extension 
1432 \begin_inset Quotes eld
1433 \end_inset
1434
1435
1436 \family typewriter
1437 .svg
1438 \family default
1439
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443 )
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 SVG|see
1449 \begin_inset ERT
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453
1454 {
1455 \end_layout
1456
1457 \end_inset
1458
1459 Image formats
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465 }
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \begin_inset Quotes eld
1477 \end_inset
1478
1479 Encapsulated PostScript
1480 \begin_inset Quotes erd
1481 \end_inset
1482
1483  (EPS, file extension 
1484 \begin_inset Quotes eld
1485 \end_inset
1486
1487
1488 \family typewriter
1489 .eps
1490 \family default
1491
1492 \begin_inset Quotes erd
1493 \end_inset
1494
1495 )
1496 \begin_inset Index idx
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500 EPS|see
1501 \begin_inset ERT
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505
1506 {
1507 \end_layout
1508
1509 \end_inset
1510
1511 Image formats
1512 \begin_inset ERT
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516
1517 }
1518 \end_layout
1519
1520 \end_inset
1521
1522
1523 \end_layout
1524
1525 \end_inset
1526
1527
1528 \begin_inset Quotes eld
1529 \end_inset
1530
1531 Portable Document Format
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535  (PDF, file extension 
1536 \begin_inset Quotes eld
1537 \end_inset
1538
1539
1540 \family typewriter
1541 .pdf
1542 \family default
1543
1544 \begin_inset Quotes erd
1545 \end_inset
1546
1547 )
1548 \begin_inset Index idx
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552 PDF
1553 \end_layout
1554
1555 \end_inset
1556
1557 , and 
1558 \begin_inset Quotes eld
1559 \end_inset
1560
1561 Windows Metafile
1562 \begin_inset Quotes erd
1563 \end_inset
1564
1565  (WMF, file extension 
1566 \begin_inset Quotes eld
1567 \end_inset
1568
1569
1570 \family typewriter
1571 .wmf
1572 \family default
1573
1574 \begin_inset Quotes erd
1575 \end_inset
1576
1577 )
1578 \begin_inset Index idx
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582 SVG|see
1583 \begin_inset ERT
1584 status collapsed
1585
1586 \begin_layout Plain Layout
1587
1588 {
1589 \end_layout
1590
1591 \end_inset
1592
1593 Image formats
1594 \begin_inset ERT
1595 status collapsed
1596
1597 \begin_layout Plain Layout
1598
1599 }
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608
1609 .
1610  We wrote 
1611 \begin_inset Quotes eld
1612 \end_inset
1613
1614 can be
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618 , because you can convert any bitmap image to a PDF or EPS-image and the
1619  result will still be a bitmap image.
1620  In such cases only a header with the image properties is added to the original
1621  image
1622 \begin_inset Foot
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626 In the case of PDF, the original image is additionally compressed.
1627 \end_layout
1628
1629 \end_inset
1630
1631 .
1632  The PDF-files generated by 
1633 \family typewriter
1634 Adobe Photoshop
1635 \family default
1636  are for example bitmap images.
1637 \end_layout
1638
1639 \begin_layout Standard
1640 Normally it is not possible to convert a bitmap image into a scalable one,
1641  only vice versa.
1642  Only the image formats PDF and EPS can directly be embedded to PDF and
1643  PostScript output files, respectively.
1644  SVG and WMF-images are recalculated to bitmaps when the output file is
1645  generated because there is currently no adequate WMF/SVG
1646 \begin_inset Formula $\to$
1647 \end_inset
1648
1649 PDF/EPS converter available.
1650 \end_layout
1651
1652 \begin_layout Chapter
1653 Tables
1654 \begin_inset Index idx
1655 status collapsed
1656
1657 \begin_layout Plain Layout
1658 Table
1659 \end_layout
1660
1661 \end_inset
1662
1663
1664 \end_layout
1665
1666 \begin_layout Section
1667 Introduction
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Table ! Introduction
1673 \end_layout
1674
1675 \end_inset
1676
1677
1678 \end_layout
1679
1680 \begin_layout Standard
1681 You can insert a table using either the toolbar button 
1682 \begin_inset Info
1683 type  "icon"
1684 arg   "tabular-insert"
1685 \end_inset
1686
1687  or the menu 
1688 \family sans
1689 Insert\SpecialChar menuseparator
1690 Table
1691 \family default
1692 .
1693  The toolbar button offers you a graphical selection: move the mouse to
1694  set the column/row number of the table that should be created and then
1695  press a mouse button.
1696  When you use the menu to create a table, a dialog will appear, asking you
1697  for the number of rows and columns.
1698 \begin_inset Newline newline
1699 \end_inset
1700
1701 The default table has lines around any cell and the first row appears separated
1702  from the rest of the table.
1703  This separation occurs due to a double line: The cells of the first row
1704  have a line below them and the cells of the second row have a line above
1705  them.
1706  Here is an example table:
1707 \begin_inset Separator parbreak
1708 \end_inset
1709
1710
1711 \end_layout
1712
1713 \begin_layout Standard
1714 \align center
1715 \begin_inset Tabular
1716 <lyxtabular version="3" rows="4" columns="4">
1717 <features tabularvalignment="middle">
1718 <column alignment="center" valignment="top">
1719 <column alignment="center" valignment="top">
1720 <column alignment="center" valignment="top">
1721 <column alignment="center" valignment="top">
1722 <row>
1723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \family roman
1738 \series medium
1739 \shape up
1740 \size normal
1741 \emph off
1742 \bar no
1743 \noun off
1744 \color none
1745 1
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754 2
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763 3
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 </row>
1769 <row>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \family roman
1776 \series medium
1777 \shape up
1778 \size normal
1779 \emph off
1780 \bar no
1781 \noun off
1782 \color none
1783 A
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 </row>
1816 <row>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \family roman
1823 \series medium
1824 \shape up
1825 \size normal
1826 \emph off
1827 \bar no
1828 \noun off
1829 \color none
1830 B
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 </row>
1863 <row>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \family roman
1870 \series medium
1871 \shape up
1872 \size normal
1873 \emph off
1874 \bar no
1875 \noun off
1876 \color none
1877 C
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 </row>
1910 </lyxtabular>
1911
1912 \end_inset
1913
1914
1915 \end_layout
1916
1917 \begin_layout Section
1918 Table Dialog
1919 \begin_inset Index idx
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923 Table ! Dialog
1924 \end_layout
1925
1926 \end_inset
1927
1928
1929 \end_layout
1930
1931 \begin_layout Standard
1932 You can alter a table by clicking on it with the right mouse button, which
1933  brings up the context menu.
1934  Under the menu entry 
1935 \family sans
1936 More
1937 \family default
1938  you can adjust the settings of that cell and row/column respectively where
1939  the cursor is currently placed.
1940  The context menu 
1941 \family sans
1942 More\SpecialChar menuseparator
1943 Settings
1944 \family default
1945  opens the table dialog where you can adjust more things.
1946  Most of the dialog options also work on selections.
1947  This means if you select more cells, columns or rows, the action is done
1948  for the whole selection.
1949  Note that there is a difference between selecting the 
1950 \emph on
1951 contents
1952 \emph default
1953  of the cell, and the cell itself.
1954 \begin_inset Newline newline
1955 \end_inset
1956
1957 With the dialog option 
1958 \family sans
1959 Immediate
1960 \begin_inset space ~
1961 \end_inset
1962
1963 Apply
1964 \family default
1965  every change you make in the dialog is directly applied.
1966  If you move the cursor to another table cell the dialog will then also
1967  be updated with the parameters of the new cell.
1968  If you change length values in the dialog you must press 
1969 \family sans
1970 Return
1971 \family default
1972  to get the change applied.
1973 \begin_inset Newline newline
1974 \end_inset
1975
1976 You can alter tables with the following tabs of the table dialog:
1977 \end_layout
1978
1979 \begin_layout Description
1980
1981 \family sans
1982 Table
1983 \begin_inset space ~
1984 \end_inset
1985
1986 Settings
1987 \family default
1988  Here you can set the table width
1989 \begin_inset Index idx
1990 status collapsed
1991
1992 \begin_layout Plain Layout
1993 Table ! Width
1994 \end_layout
1995
1996 \end_inset
1997
1998 , and the horizontal alignment and the width of the current column.
1999  The alignment 
2000 \family sans
2001 At
2002 \begin_inset space ~
2003 \end_inset
2004
2005 Decimal
2006 \begin_inset space ~
2007 \end_inset
2008
2009 Separator
2010 \family default
2011  is described in section
2012 \begin_inset space ~
2013 \end_inset
2014
2015
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "subsec:Special-Cell-Alignment"
2019
2020 \end_inset
2021
2022 .
2023  When you have set a width you can also adjust the vertical alignment of
2024  the current row.
2025  A given width will allow the cell to have line breaks and multiple paragraphs
2026  of text, see sec.
2027 \begin_inset space \thinspace{}
2028 \end_inset
2029
2030
2031 \begin_inset CommandInset ref
2032 LatexCommand ref
2033 reference "subsec:Multiple-Lines-in"
2034
2035 \end_inset
2036
2037 .
2038  If you set no width, the column is as wide as the content of its widest
2039  cell.
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2044  cell, see sec.
2045 \begin_inset space \thinspace{}
2046 \end_inset
2047
2048
2049 \begin_inset CommandInset ref
2050 LatexCommand ref
2051 reference "subsec:Multicolumns"
2052
2053 \end_inset
2054
2055  or the cells of one column as multirow cell, see sec.
2056 \begin_inset space \thinspace{}
2057 \end_inset
2058
2059
2060 \begin_inset CommandInset ref
2061 LatexCommand ref
2062 reference "subsec:Multirows"
2063
2064 \end_inset
2065
2066 .
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070 The rotate check boxes rotate the current cell, a selection, or the whole
2071  table counter-clockwise by 90
2072 \begin_inset space \thinspace{}
2073 \end_inset
2074
2075 °.
2076  The rotation is not shown within \SpecialChar LyX
2077 , only in the output.
2078  For more information see sec.
2079 \begin_inset space \thinspace{}
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sec:Rotated-Table-Cells"
2086
2087 \end_inset
2088
2089 .
2090 \begin_inset Newline newline
2091 \end_inset
2092
2093
2094 \begin_inset Note Greyedout
2095 status open
2096
2097 \begin_layout Plain Layout
2098
2099 \series bold
2100 Note:
2101 \series default
2102  Not all DVI-viewers are able to display rotations.
2103 \end_layout
2104
2105 \end_inset
2106
2107
2108 \begin_inset Newline newline
2109 \end_inset
2110
2111 The table-wide vertical alignment is used for tables within text lines:
2112 \begin_inset Newline newline
2113 \end_inset
2114
2115 A line with tables with different alignments: 
2116 \begin_inset Tabular
2117 <lyxtabular version="3" rows="2" columns="2">
2118 <features tabularvalignment="top">
2119 <column alignment="center" valignment="top" width="0pt">
2120 <column alignment="center" valignment="top">
2121 <row>
2122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2123 \begin_inset Text
2124
2125 \begin_layout Plain Layout
2126
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135
2136 \family roman
2137 \series medium
2138 \shape up
2139 \size normal
2140 \emph off
2141 \bar no
2142 \noun off
2143 \color none
2144 1
2145 \end_layout
2146
2147 \end_inset
2148 </cell>
2149 </row>
2150 <row>
2151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Plain Layout
2155
2156 \family roman
2157 \series medium
2158 \shape up
2159 \size normal
2160 \emph off
2161 \bar no
2162 \noun off
2163 \color none
2164 A
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2170 \begin_inset Text
2171
2172 \begin_layout Plain Layout
2173
2174 \end_layout
2175
2176 \end_inset
2177 </cell>
2178 </row>
2179 </lyxtabular>
2180
2181 \end_inset
2182
2183  
2184 \begin_inset Tabular
2185 <lyxtabular version="3" rows="2" columns="2">
2186 <features tabularvalignment="middle">
2187 <column alignment="center" valignment="top">
2188 <column alignment="center" valignment="top">
2189 <row>
2190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2191 \begin_inset Text
2192
2193 \begin_layout Plain Layout
2194
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2200 \begin_inset Text
2201
2202 \begin_layout Plain Layout
2203
2204 \family roman
2205 \series medium
2206 \shape up
2207 \size normal
2208 \emph off
2209 \bar no
2210 \noun off
2211 \color none
2212 1
2213 \end_layout
2214
2215 \end_inset
2216 </cell>
2217 </row>
2218 <row>
2219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2220 \begin_inset Text
2221
2222 \begin_layout Plain Layout
2223
2224 \family roman
2225 \series medium
2226 \shape up
2227 \size normal
2228 \emph off
2229 \bar no
2230 \noun off
2231 \color none
2232 A
2233 \end_layout
2234
2235 \end_inset
2236 </cell>
2237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2238 \begin_inset Text
2239
2240 \begin_layout Plain Layout
2241
2242 \end_layout
2243
2244 \end_inset
2245 </cell>
2246 </row>
2247 </lyxtabular>
2248
2249 \end_inset
2250
2251  
2252 \begin_inset Tabular
2253 <lyxtabular version="3" rows="2" columns="2">
2254 <features tabularvalignment="bottom">
2255 <column alignment="center" valignment="top" width="0pt">
2256 <column alignment="center" valignment="top">
2257 <row>
2258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2259 \begin_inset Text
2260
2261 \begin_layout Plain Layout
2262
2263 \end_layout
2264
2265 \end_inset
2266 </cell>
2267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2268 \begin_inset Text
2269
2270 \begin_layout Plain Layout
2271
2272 \family roman
2273 \series medium
2274 \shape up
2275 \size normal
2276 \emph off
2277 \bar no
2278 \noun off
2279 \color none
2280 1
2281 \end_layout
2282
2283 \end_inset
2284 </cell>
2285 </row>
2286 <row>
2287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2288 \begin_inset Text
2289
2290 \begin_layout Plain Layout
2291
2292 \family roman
2293 \series medium
2294 \shape up
2295 \size normal
2296 \emph off
2297 \bar no
2298 \noun off
2299 \color none
2300 A
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2306 \begin_inset Text
2307
2308 \begin_layout Plain Layout
2309
2310 \end_layout
2311
2312 \end_inset
2313 </cell>
2314 </row>
2315 </lyxtabular>
2316
2317 \end_inset
2318
2319
2320 \begin_inset Newline newline
2321 \end_inset
2322
2323 It is also possible to enter a \SpecialChar LaTeX
2324 -argument which is needed for special table
2325  formattings, see sec.
2326 \begin_inset space \thinspace{}
2327 \end_inset
2328
2329
2330 \begin_inset CommandInset ref
2331 LatexCommand ref
2332 reference "subsec:Multicolumn-Calculations"
2333
2334 \end_inset
2335
2336  and 
2337 \begin_inset CommandInset ref
2338 LatexCommand ref
2339 reference "sec:Colored-Tables"
2340
2341 \end_inset
2342
2343 .
2344 \end_layout
2345
2346 \begin_layout Description
2347
2348 \family sans
2349 Borders
2350 \family default
2351  In this tab you can add and delete border lines for the current row/column.
2352 \begin_inset Newline newline
2353 \end_inset
2354
2355 Using the style option 
2356 \family sans
2357 Formal
2358 \family default
2359  will convert the table to a formal table as described in sec.
2360 \begin_inset space \thinspace{}
2361 \end_inset
2362
2363
2364 \begin_inset CommandInset ref
2365 LatexCommand ref
2366 reference "sec:Formal-Tables"
2367
2368 \end_inset
2369
2370 .
2371 \begin_inset Newline newline
2372 \end_inset
2373
2374 You can also add space here to table rows as described in sec.
2375 \begin_inset space \thinspace{}
2376 \end_inset
2377
2378
2379 \begin_inset CommandInset ref
2380 LatexCommand ref
2381 reference "subsec:Row-Spacing"
2382
2383 \end_inset
2384
2385 .
2386 \end_layout
2387
2388 \begin_layout Description
2389
2390 \family sans
2391 Longtable
2392 \family default
2393  This tab is to make a table a so called 
2394 \begin_inset Quotes eld
2395 \end_inset
2396
2397
2398 \emph on
2399 longtable
2400 \emph default
2401
2402 \begin_inset Quotes erd
2403 \end_inset
2404
2405  that can run over several pages.
2406  Sections
2407 \begin_inset space ~
2408 \end_inset
2409
2410
2411 \begin_inset CommandInset ref
2412 LatexCommand ref
2413 reference "sec:Longtables"
2414
2415 \end_inset
2416
2417  and 
2418 \begin_inset CommandInset ref
2419 LatexCommand ref
2420 reference "sec:Special-Longtable-Issues"
2421
2422 \end_inset
2423
2424  describe the longtable features in detail.
2425 \end_layout
2426
2427 \begin_layout Section
2428 Table Toolbar
2429 \begin_inset Index idx
2430 status collapsed
2431
2432 \begin_layout Plain Layout
2433 Table ! Toolbar
2434 \end_layout
2435
2436 \end_inset
2437
2438
2439 \end_layout
2440
2441 \begin_layout Standard
2442 The table toolbar is an alternative to the table dialog to be able to alter
2443  tables faster.
2444  It should normally appear at the bottom of \SpecialChar LyX
2445 's main window when the cursor
2446  is inside a table.
2447  You can alternatively switch it on to appear always, by right-clicking
2448  in \SpecialChar LyX
2449 's main menu bar.
2450 \end_layout
2451
2452 \begin_layout Standard
2453 The toolbar has the following icons:
2454 \end_layout
2455
2456 \begin_layout Labeling
2457 \labelwidthstring 00.00.0000
2458 \begin_inset Info
2459 type  "icon"
2460 arg   "inset-modify tabular append-row"
2461 \end_inset
2462
2463  adds a row below the current cell or selection
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468 \begin_inset Info
2469 type  "icon"
2470 arg   "inset-modify tabular append-column"
2471 \end_inset
2472
2473  adds a column right beside the current cell or selection
2474 \end_layout
2475
2476 \begin_layout Labeling
2477 \labelwidthstring 00.00.0000
2478 \begin_inset Info
2479 type  "icon"
2480 arg   "inset-modify tabular delete-row"
2481 \end_inset
2482
2483  deletes the current row or selection
2484 \end_layout
2485
2486 \begin_layout Labeling
2487 \labelwidthstring 00.00.0000
2488 \begin_inset Info
2489 type  "icon"
2490 arg   "inset-modify tabular delete-column"
2491 \end_inset
2492
2493  deletes the current column or selection
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498 \begin_inset Info
2499 type  "icon"
2500 arg   "inset-modify tabular move-row-up"
2501 \end_inset
2502
2503  moves the row up
2504 \end_layout
2505
2506 \begin_layout Labeling
2507 \labelwidthstring 00.00.0000
2508 \begin_inset Info
2509 type  "icon"
2510 arg   "inset-modify tabular move-column-left"
2511 \end_inset
2512
2513  moves the column to the left
2514 \end_layout
2515
2516 \begin_layout Labeling
2517 \labelwidthstring 00.00.0000
2518 \begin_inset Info
2519 type  "icon"
2520 arg   "inset-modify tabular move-row-down"
2521 \end_inset
2522
2523  moves the row down
2524 \end_layout
2525
2526 \begin_layout Labeling
2527 \labelwidthstring 00.00.0000
2528 \begin_inset Info
2529 type  "icon"
2530 arg   "inset-modify tabular move-column-right"
2531 \end_inset
2532
2533  moves the column to the right
2534 \end_layout
2535
2536 \begin_layout Labeling
2537 \labelwidthstring 00.00.0000
2538 \begin_inset Info
2539 type  "icon"
2540 arg   "inset-modify tabular toggle-line-top"
2541 \end_inset
2542
2543  adds a line at the top of the current cell / row or of a selection
2544 \end_layout
2545
2546 \begin_layout Labeling
2547 \labelwidthstring 00.00.0000
2548 \begin_inset Info
2549 type  "icon"
2550 arg   "inset-modify tabular toggle-line-bottom"
2551 \end_inset
2552
2553  adds a line at the bottom of the current cell / row or of a selection
2554 \end_layout
2555
2556 \begin_layout Labeling
2557 \labelwidthstring 00.00.0000
2558 \begin_inset Info
2559 type  "icon"
2560 arg   "inset-modify tabular toggle-line-left"
2561 \end_inset
2562
2563  adds a line at the left side of the current cell / row or of a selection
2564 \end_layout
2565
2566 \begin_layout Labeling
2567 \labelwidthstring 00.00.0000
2568 \begin_inset Info
2569 type  "icon"
2570 arg   "inset-modify tabular toggle-line-right"
2571 \end_inset
2572
2573  adds a line at the right side of the current cell / row or of a selection
2574 \end_layout
2575
2576 \begin_layout Labeling
2577 \labelwidthstring 00.00.0000
2578 \begin_inset Info
2579 type  "icon"
2580 arg   "inset-modify tabular set-all-lines"
2581 \end_inset
2582
2583  adds lines around the current or selected cells - if the current cell no
2584  multicolumn cell this also affects the current row and column
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589 \begin_inset Info
2590 type  "icon"
2591 arg   "inset-modify tabular unset-all-lines"
2592 \end_inset
2593
2594  deletes all lines of the current or selected cells - if the current cell
2595  no multicolumn cell this also affects the current row and column
2596 \end_layout
2597
2598 \begin_layout Labeling
2599 \labelwidthstring 00.00.0000
2600 \begin_inset Info
2601 type  "icon"
2602 arg   "inset-modify tabular m-align-left"
2603 \end_inset
2604
2605  left-aligns the content of the current cell / column
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610 \begin_inset Info
2611 type  "icon"
2612 arg   "inset-modify tabular m-align-center"
2613 \end_inset
2614
2615  centers the content of the current cell / column horizontally
2616 \end_layout
2617
2618 \begin_layout Labeling
2619 \labelwidthstring 00.00.0000
2620 \begin_inset Info
2621 type  "icon"
2622 arg   "inset-modify tabular m-align-right"
2623 \end_inset
2624
2625  right-aligns the content of the current cell / column
2626 \end_layout
2627
2628 \begin_layout Labeling
2629 \labelwidthstring 00.00.0000
2630 \begin_inset Info
2631 type  "icon"
2632 arg   "inset-modify tabular align-decimal"
2633 \end_inset
2634
2635  aligns the content of the current column at a character
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "inset-modify tabular m-valign-top"
2643 \end_inset
2644
2645  aligns the content of the current cell vertically to the top
2646 \end_layout
2647
2648 \begin_layout Labeling
2649 \labelwidthstring 00.00.0000
2650 \begin_inset Info
2651 type  "icon"
2652 arg   "inset-modify tabular m-valign-middle"
2653 \end_inset
2654
2655  centers the content of the current cell vertically
2656 \end_layout
2657
2658 \begin_layout Labeling
2659 \labelwidthstring 00.00.0000
2660 \begin_inset Info
2661 type  "icon"
2662 arg   "inset-modify tabular m-valign-bottom"
2663 \end_inset
2664
2665  aligns the content of the current cell vertically to the bottom
2666 \end_layout
2667
2668 \begin_layout Labeling
2669 \labelwidthstring 00.00.0000
2670 \begin_inset Info
2671 type  "icon"
2672 arg   "inset-modify tabular set-rotate-cell"
2673 \end_inset
2674
2675  rotates the current cell or selection counter-clockwise by 90°
2676 \end_layout
2677
2678 \begin_layout Labeling
2679 \labelwidthstring 00.00.0000
2680 \begin_inset Info
2681 type  "icon"
2682 arg   "inset-modify tabular set-rotate-tabular"
2683 \end_inset
2684
2685  rotates the whole table counter-clockwise by 90°
2686 \end_layout
2687
2688 \begin_layout Labeling
2689 \labelwidthstring 00.00.0000
2690 \begin_inset Info
2691 type  "icon"
2692 arg   "inset-modify tabular multicolumn"
2693 \end_inset
2694
2695  sets the current cell or selection as a multicolumn
2696 \end_layout
2697
2698 \begin_layout Labeling
2699 \labelwidthstring 00.00.0000
2700 \begin_inset Info
2701 type  "icon"
2702 arg   "inset-modify tabular multirow"
2703 \end_inset
2704
2705  sets the current cell or selection as a multirow
2706 \end_layout
2707
2708 \begin_layout Standard
2709 \begin_inset Note Greyedout
2710 status open
2711
2712 \begin_layout Plain Layout
2713
2714 \series bold
2715 Note:
2716 \series default
2717  For the output the vertical alignment of the first cell in a row is used
2718  for all following cells in the row.
2719 \end_layout
2720
2721 \end_inset
2722
2723
2724 \end_layout
2725
2726 \begin_layout Section
2727 Edit Table Menu
2728 \begin_inset Index idx
2729 status collapsed
2730
2731 \begin_layout Plain Layout
2732 Table ! Edit Menu
2733 \end_layout
2734
2735 \end_inset
2736
2737
2738 \end_layout
2739
2740 \begin_layout Standard
2741 In addition to the table dialog and toolbar, the menu 
2742 \family sans
2743 Edit\SpecialChar menuseparator
2744 Table
2745 \family default
2746  allows you to add and delete border lines for the current row/column and
2747  to set the current selection as multicolumn.
2748  The menu is only available when the cursor is inside a table.
2749 \end_layout
2750
2751 \begin_layout Section
2752 Table Floats
2753 \begin_inset CommandInset label
2754 LatexCommand label
2755 name "sec:Table-Floats"
2756
2757 \end_inset
2758
2759
2760 \begin_inset Index idx
2761 status collapsed
2762
2763 \begin_layout Plain Layout
2764 Floats ! Tables
2765 \end_layout
2766
2767 \end_inset
2768
2769
2770 \begin_inset Index idx
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774 Table ! Floats
2775 \end_layout
2776
2777 \end_inset
2778
2779
2780 \end_layout
2781
2782 \begin_layout Standard
2783 For general explanations about floats, have a look at section
2784 \begin_inset space ~
2785 \end_inset
2786
2787
2788 \begin_inset CommandInset ref
2789 LatexCommand ref
2790 reference "sec:FloatIntroduction"
2791
2792 \end_inset
2793
2794 .
2795 \end_layout
2796
2797 \begin_layout Standard
2798 \begin_inset Float table
2799 placement h
2800 wide false
2801 sideways false
2802 status open
2803
2804 \begin_layout Plain Layout
2805 \begin_inset Caption Standard
2806
2807 \begin_layout Plain Layout
2808 \begin_inset CommandInset label
2809 LatexCommand label
2810 name "tab:a table float"
2811
2812 \end_inset
2813
2814 A table float.
2815 \end_layout
2816
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \begin_layout Plain Layout
2823 \align center
2824 \begin_inset Tabular
2825 <lyxtabular version="3" rows="3" columns="3">
2826 <features tabularvalignment="middle">
2827 <column alignment="center" valignment="top" width="0pt">
2828 <column alignment="center" valignment="top" width="0pt">
2829 <column alignment="center" valignment="top" width="0pt">
2830 <row>
2831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835
2836 \family roman
2837 \series medium
2838 \shape up
2839 \size normal
2840 \emph off
2841 \bar no
2842 \noun off
2843 \color none
2844 1
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853
2854 \family roman
2855 \series medium
2856 \shape up
2857 \size normal
2858 \emph off
2859 \bar no
2860 \noun off
2861 \color none
2862 2
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871
2872 \family roman
2873 \series medium
2874 \shape up
2875 \size normal
2876 \emph off
2877 \bar no
2878 \noun off
2879 \color none
2880 3
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 </row>
2886 <row>
2887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Plain Layout
2891
2892 \family roman
2893 \series medium
2894 \shape up
2895 \size normal
2896 \emph off
2897 \bar no
2898 \noun off
2899 \color none
2900 Joe
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \family roman
2911 \series medium
2912 \shape up
2913 \size normal
2914 \emph off
2915 \bar no
2916 \noun off
2917 \color none
2918 Mary
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927
2928 \family roman
2929 \series medium
2930 \shape up
2931 \size normal
2932 \emph off
2933 \bar no
2934 \noun off
2935 \color none
2936 Ted
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 <row>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \family roman
2949 \series medium
2950 \shape up
2951 \size normal
2952 \emph off
2953 \bar no
2954 \noun off
2955 \color none
2956 \begin_inset Formula $\int x^{2}dx$
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968
2969 \family roman
2970 \series medium
2971 \shape up
2972 \size normal
2973 \emph off
2974 \bar no
2975 \noun off
2976 \color none
2977 \begin_inset Formula $\left[\begin{array}{cc}
2978 a & b\\
2979 c & d
2980 \end{array}\right]$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \family roman
2994 \series medium
2995 \shape up
2996 \size normal
2997 \emph off
2998 \bar no
2999 \noun off
3000 \color none
3001 \begin_inset Formula $1+1=2$
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 </lyxtabular>
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \begin_layout Standard
3023 Table floats can be inserted using the menu 
3024 \family sans
3025 Insert\SpecialChar menuseparator
3026 Float\SpecialChar menuseparator
3027 Table
3028 \family default
3029  or the toolbar button 
3030 \begin_inset Info
3031 type  "icon"
3032 arg   "float-insert table"
3033 \end_inset
3034
3035 .
3036 \end_layout
3037
3038 \begin_layout Standard
3039 The float appears as a collapsible box with a caption that has the label
3040  
3041 \begin_inset Quotes eld
3042 \end_inset
3043
3044 Table
3045 \begin_inset space ~
3046 \end_inset
3047
3048 #:
3049 \begin_inset Quotes erd
3050 \end_inset
3051
3052  (# is the actual table number).
3053  You can insert tables in the float above or below the caption.
3054 \end_layout
3055
3056 \begin_layout Standard
3057 Table
3058 \begin_inset space ~
3059 \end_inset
3060
3061
3062 \begin_inset CommandInset ref
3063 LatexCommand ref
3064 reference "tab:a table float"
3065
3066 \end_inset
3067
3068  is an example table within a table float.
3069 \end_layout
3070
3071 \begin_layout Standard
3072 Having the caption above the table is the common rule that is unfortunately
3073  not supported in \SpecialChar LaTeX
3074 's standard classes.
3075  This means that, if you are using the document classes 
3076 \family sans
3077 article
3078 \family default
3079
3080 \family sans
3081 book
3082 \family default
3083
3084 \family sans
3085 letter
3086 \family default
3087 , or 
3088 \family sans
3089 report
3090 \family default
3091 , there will be no space between the caption and the table.
3092  To insert the needed space, add the following option to the load command
3093  of the \SpecialChar LaTeX
3094 -package 
3095 \series bold
3096 caption
3097 \series default
3098
3099 \begin_inset Index idx
3100 status collapsed
3101
3102 \begin_layout Plain Layout
3103 \SpecialChar LaTeX
3104 -packages ! caption
3105 \end_layout
3106
3107 \end_inset
3108
3109  in your document preamble
3110 \begin_inset Foot
3111 status collapsed
3112
3113 \begin_layout Plain Layout
3114 For more information have a look at section
3115 \begin_inset space ~
3116 \end_inset
3117
3118
3119 \begin_inset CommandInset ref
3120 LatexCommand ref
3121 reference "sec:Caption-Placement"
3122
3123 \end_inset
3124
3125 .
3126 \end_layout
3127
3128 \end_inset
3129
3130 :
3131 \end_layout
3132
3133 \begin_layout Standard
3134
3135 \series bold
3136 tableposition=top
3137 \end_layout
3138
3139 \begin_layout Standard
3140 The package 
3141 \series bold
3142 caption
3143 \series default
3144 , which is described in section
3145 \begin_inset space ~
3146 \end_inset
3147
3148
3149 \begin_inset CommandInset ref
3150 LatexCommand ref
3151 reference "sec:Caption-Formatting"
3152
3153 \end_inset
3154
3155 , is used to adjust the caption format.
3156 \end_layout
3157
3158 \begin_layout Standard
3159 \begin_inset Index idx
3160 status collapsed
3161
3162 \begin_layout Plain Layout
3163 References ! to Tables
3164 \end_layout
3165
3166 \end_inset
3167
3168 Tables can be cross-referenced in the text by referencing their label.
3169  To do this insert a label in the caption using the menu 
3170 \family sans
3171 Insert\SpecialChar menuseparator
3172 Label
3173 \family default
3174  or the toolbar button 
3175 \begin_inset Info
3176 type  "icon"
3177 arg   "label-insert"
3178 \end_inset
3179
3180 .
3181  You can now refer to the label using the menu 
3182 \family sans
3183 Insert\SpecialChar menuseparator
3184 Cross
3185 \begin_inset space ~
3186 \end_inset
3187
3188 reference
3189 \family default
3190  or the toolbar button 
3191 \begin_inset Info
3192 type  "icon"
3193 arg   "dialog-show-new-inset ref"
3194 \end_inset
3195
3196 .
3197 \begin_inset Newline newline
3198 \end_inset
3199
3200 Referencing is explained in detail in section
3201 \begin_inset space ~
3202 \end_inset
3203
3204
3205 \begin_inset CommandInset ref
3206 LatexCommand ref
3207 reference "sec:Referencing-Floats"
3208
3209 \end_inset
3210
3211 .
3212 \end_layout
3213
3214 \begin_layout Section
3215 Longtables
3216 \begin_inset CommandInset label
3217 LatexCommand label
3218 name "sec:Longtables"
3219
3220 \end_inset
3221
3222
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Longtables
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \begin_inset Index idx
3234 status collapsed
3235
3236 \begin_layout Plain Layout
3237 Table ! Longtables
3238 \end_layout
3239
3240 \end_inset
3241
3242
3243 \end_layout
3244
3245 \begin_layout Standard
3246 If the table is too long to fit on one page, you can use the option 
3247 \family sans
3248 Use
3249 \begin_inset space ~
3250 \end_inset
3251
3252 long
3253 \begin_inset space ~
3254 \end_inset
3255
3256 table
3257 \family default
3258  in the tab 
3259 \family sans
3260 Longtable
3261 \family default
3262  of the table dialog to split the table automatically over more pages.
3263  Doing this enables the following options:
3264 \end_layout
3265
3266 \begin_layout Description
3267 Header: The current row is defined to be a header row that appears on all
3268  pages of the longtable; except for the first page, if 
3269 \family sans
3270 First
3271 \begin_inset space ~
3272 \end_inset
3273
3274 header
3275 \family default
3276  is defined.
3277  This is therefore called the main header.
3278 \end_layout
3279
3280 \begin_layout Description
3281 First
3282 \begin_inset space ~
3283 \end_inset
3284
3285 header: The current row is defined to be a header row that appears on the
3286  first page of the longtable.
3287 \end_layout
3288
3289 \begin_layout Description
3290 Footer: The current row is defined to be a footer row that appears on all
3291  pages of the longtable; except for the last page, if 
3292 \family sans
3293 Last
3294 \begin_inset space ~
3295 \end_inset
3296
3297 footer
3298 \family default
3299  is defined.
3300 \end_layout
3301
3302 \begin_layout Description
3303 Last
3304 \begin_inset space ~
3305 \end_inset
3306
3307 footer: The current row is defined to be a footer row that appears on the
3308  last page of the longtable.
3309 \end_layout
3310
3311 \begin_layout Description
3312 Caption: The current row contains the table caption.
3313  The row is reset as single column and a caption is inserted.
3314  More about longtable captions is explained in sec.
3315 \begin_inset space \thinspace{}
3316 \end_inset
3317
3318
3319 \begin_inset CommandInset ref
3320 LatexCommand ref
3321 reference "subsec:Longtable-Captions"
3322
3323 \end_inset
3324
3325 .
3326 \end_layout
3327
3328 \begin_layout Standard
3329 You can also specify a row where the table is split.
3330  See the following longtable to see how it works:
3331 \begin_inset Separator parbreak
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \begin_layout Standard
3338 \align center
3339 \begin_inset Tabular
3340 <lyxtabular version="3" rows="69" columns="3">
3341 <features islongtable="true" longtabularalignment="center">
3342 <column alignment="left" valignment="top" width="0cm">
3343 <column alignment="left" valignment="top" width="0pt">
3344 <column alignment="center" valignment="top" width="0pt">
3345 <row endfirsthead="true">
3346 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Example Phone List (ignore the names)
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row endfirsthead="true">
3377 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 NAME
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 TEL.
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row endhead="true">
3410 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Example Phone List
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row endhead="true">
3441 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 NAME
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 TEL.
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row endfoot="true">
3474 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478  continued on next page
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Annovi
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Silvia
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Bertoli
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Stefano
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Bozzi
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Walter
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Cachia
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Maria
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Cachia
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Maurizio
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Cinquemani
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Giusi
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Colin
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Bernard
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Concli
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Gianfranco
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Dal Bosco
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Carolina
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Dalpiaz
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Annamaria
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Feliciello
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Domenico
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Focarelli
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Paola
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Galletti
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Oreste
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Gasparini
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Franca
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Rizzardi
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Paola
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Lassini
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Giancarlo
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Malfatti
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Luciano
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Malfatti
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Valeriano
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Meneguzzo
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Roberto
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Mezzadra
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Roberto
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Pirpamer
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Erich
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Pochiesa
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Paolo
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111, 222
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191 Radina
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 Claudio
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 111
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220
4221 \series bold
4222 Stuffer
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Oskar
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 111
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251
4252 \series bold
4253 Tacchelli
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 Ugo
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 111
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \series bold
4284 Tezzele
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 Margit
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 111
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \series bold
4315 Unterkalmsteiner
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 Frieda
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 111
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 <row>
4340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344
4345 \series bold
4346 Vieider
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 Hilde
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 111
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 </row>
4370 <row>
4371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375
4376 \series bold
4377 Vigna
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 Jürgen
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 111
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 </row>
4401 <row>
4402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406
4407 \series bold
4408 Weber
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 Maurizio
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 111
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 </row>
4432 <row>
4433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437
4438 \series bold
4439 Winkler
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 Franz
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 111
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468  
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Annovi
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Silvia
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Bertoli
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Stefano
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Bozzi
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Walter
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Cachia
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Maria
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Cachia
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Maurizio
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Cinquemani
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Giusi
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Colin
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Bernard
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Concli
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Gianfranco
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Dal Bosco
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Carolina
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Dalpiaz
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Annamaria
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Feliciello
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Domenico
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Focarelli
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Paola
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Galletti
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Oreste
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Gasparini
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Franca
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Rizzardi
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Paola
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Lassini
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Giancarlo
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Malfatti
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Luciano
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Malfatti
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Valeriano
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Meneguzzo
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Roberto
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Mezzadra
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Roberto
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Pirpamer
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Erich
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Pochiesa
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Paolo
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555, 222
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Radina
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Claudio
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Stuffer
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Oskar
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 555
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \series bold
5243 Tacchelli
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Ugo
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 555
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274 Tezzele
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Margit
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 555
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row>
5299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \series bold
5305 Unterkalmsteiner
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 Frieda
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 555
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \series bold
5336 Vieider
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 Hilde
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 555
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 <row>
5361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365
5366 \series bold
5367 Vigna
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 Jürgen
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 999
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 </row>
5391 <row>
5392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396
5397 \series bold
5398 Weber
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 Maurizio
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 555
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427
5428 \series bold
5429 Winkler
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 Franz
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 555
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row endlastfoot="true">
5454 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 end
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 </row>
5482 </lyxtabular>
5483
5484 \end_inset
5485
5486
5487 \begin_inset ERT
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491
5492
5493 \backslash
5494 addtocounter{table}{-1}
5495 \end_layout
5496
5497 \end_inset
5498
5499
5500 \begin_inset Note Note
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 See the first greyed-out note in section
5505 \begin_inset space ~
5506 \end_inset
5507
5508
5509 \begin_inset CommandInset ref
5510 LatexCommand ref
5511 reference "subsec:Longtable-Captions"
5512
5513 \end_inset
5514
5515  for an explanation of this command.
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Subsection
5524 Footnotes in Longtables
5525 \begin_inset CommandInset label
5526 LatexCommand label
5527 name "subsec:Footnotes-in-Longtables"
5528
5529 \end_inset
5530
5531
5532 \begin_inset Index idx
5533 status collapsed
5534
5535 \begin_layout Plain Layout
5536 Longtables ! Footnotes
5537 \end_layout
5538
5539 \end_inset
5540
5541
5542 \end_layout
5543
5544 \begin_layout Standard
5545 Footnotes can be inserted to every longtable cell.
5546  They appear at the bottom of the page where the table cell with the footnote
5547  appears.
5548  Table
5549 \begin_inset space ~
5550 \end_inset
5551
5552
5553 \begin_inset CommandInset ref
5554 LatexCommand ref
5555 reference "tab:DiffCaptions"
5556
5557 \end_inset
5558
5559  has for example a footnote.
5560 \end_layout
5561
5562 \begin_layout Subsection
5563 Longtable Alignment
5564 \begin_inset Index idx
5565 status collapsed
5566
5567 \begin_layout Plain Layout
5568 Longtables ! Alignment
5569 \end_layout
5570
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \begin_layout Standard
5577 The horizontal alignment of longtables can be set in the table settings
5578  dialog.
5579  For left- and right-alignment the table will be directly at the page border.
5580  To add space between the table and the border one has to set the alignment
5581  to center and change the value of the \SpecialChar LaTeX
5582 -lengths 
5583 \series bold
5584
5585 \backslash
5586 LTleft 
5587 \series default
5588 or 
5589 \series bold
5590
5591 \backslash
5592 LTright
5593 \series default
5594  by inserting this line as \SpecialChar TeX
5595  Code before the longtable:
5596 \end_layout
5597
5598 \begin_layout Standard
5599
5600 \series bold
5601
5602 \backslash
5603 setlength{
5604 \backslash
5605 LTleft}{value}
5606 \end_layout
5607
5608 \begin_layout Standard
5609 The value can have any of the units listed in Table
5610 \begin_inset space ~
5611 \end_inset
5612
5613
5614 \begin_inset CommandInset ref
5615 LatexCommand ref
5616 reference "tab:Units"
5617
5618 \end_inset
5619
5620 .
5621  
5622 \series bold
5623
5624 \backslash
5625 LTleft
5626 \series default
5627  controls the horizontal distance from the left page border to the longtable,
5628  
5629 \series bold
5630
5631 \backslash
5632 LTright
5633 \series default
5634  the distance from the right side.
5635  The default value for both lengths is 
5636 \series bold
5637
5638 \backslash
5639 fill
5640 \series default
5641 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5642 .
5643 \end_layout
5644
5645 \begin_layout Standard
5646 The following longtable was centered and 
5647 \series bold
5648
5649 \backslash
5650 LTleft
5651 \series default
5652  set to 
5653 \family sans
5654 0.1
5655 \backslash
5656 columnwidth
5657 \family default
5658 :
5659 \begin_inset ERT
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663
5664
5665 \backslash
5666 setlength{
5667 \backslash
5668 LTleft}{0.1
5669 \backslash
5670 columnwidth}
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \end_layout
5677
5678 \begin_layout Standard
5679 \begin_inset Tabular
5680 <lyxtabular version="3" rows="5" columns="5">
5681 <features islongtable="true" longtabularalignment="center">
5682 <column alignment="center" valignment="top">
5683 <column alignment="center" valignment="top" width="0pt">
5684 <column alignment="center" valignment="top">
5685 <column alignment="center" valignment="top">
5686 <column alignment="center" valignment="top">
5687 <row>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 1
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 2
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 3
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 4
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 5
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 </row>
5734 <row>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 asd
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 s
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 s
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 s
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 asd
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 </row>
5781 <row>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 asd
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 s
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 s
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 asd
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 </row>
5828 <row>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 asd
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 s
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 s
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 asd
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 </row>
5875 <row>
5876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 asd
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 asd
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 asd
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 </lyxtabular>
5923
5924 \end_inset
5925
5926
5927 \begin_inset ERT
5928 status collapsed
5929
5930 \begin_layout Plain Layout
5931
5932
5933 \backslash
5934 setlength{
5935 \backslash
5936 LTleft}{
5937 \backslash
5938 fill}
5939 \end_layout
5940
5941 \end_inset
5942
5943
5944 \begin_inset ERT
5945 status collapsed
5946
5947 \begin_layout Plain Layout
5948
5949
5950 \backslash
5951 addtocounter{table}{-1}
5952 \end_layout
5953
5954 \end_inset
5955
5956
5957 \begin_inset Note Note
5958 status collapsed
5959
5960 \begin_layout Plain Layout
5961 See the first greyed-out note in section
5962 \begin_inset space ~
5963 \end_inset
5964
5965
5966 \begin_inset CommandInset ref
5967 LatexCommand ref
5968 reference "subsec:Longtable-Captions"
5969
5970 \end_inset
5971
5972  for an explanation of this command.
5973 \end_layout
5974
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \begin_layout Subsection
5981 Longtable Captions
5982 \begin_inset Index idx
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 Longtables ! Captions
5987 \end_layout
5988
5989 \end_inset
5990
5991
5992 \begin_inset CommandInset label
5993 LatexCommand label
5994 name "subsec:Longtable-Captions"
5995
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \begin_layout Standard
6002 A longtable cannot be put into a table float because floats can only be
6003  on one page.
6004  But the caption environment of floats can also be used for longtables when
6005  you use the longtable option 
6006 \family sans
6007 Caption
6008 \family default
6009  as described in sec.
6010 \begin_inset space \thinspace{}
6011 \end_inset
6012
6013
6014 \begin_inset CommandInset ref
6015 LatexCommand ref
6016 reference "sec:Longtables"
6017
6018 \end_inset
6019
6020 .
6021  Only one table row should contain a caption, either a header or a footer
6022  row.
6023 \end_layout
6024
6025 \begin_layout Standard
6026 Here is a short longtable to see how it works:
6027 \end_layout
6028
6029 \begin_layout Standard
6030 \begin_inset Tabular
6031 <lyxtabular version="3" rows="6" columns="5">
6032 <features islongtable="true" longtabularalignment="center">
6033 <column alignment="center" valignment="top">
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 <row endfirsthead="true" caption="true">
6039 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 \begin_inset Caption Standard
6044
6045 \begin_layout Plain Layout
6046 Longtable with caption
6047 \begin_inset Argument 1
6048 status open
6049
6050 \begin_layout Plain Layout
6051 Longtable
6052 \end_layout
6053
6054 \end_inset
6055
6056
6057 \end_layout
6058
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 1
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 2
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 3
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 4
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 5
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 asd
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 s
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 s
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 s
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 asd
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 <row>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 s
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 s
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 s
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 asd
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 </row>
6244 <row>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 asd
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 s
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 s
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 s
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 asd
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 <row>
6292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 asd
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 asd
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 asd
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 asd
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 </row>
6338 </lyxtabular>
6339
6340 \end_inset
6341
6342
6343 \end_layout
6344
6345 \begin_layout Standard
6346 \begin_inset VSpace medskip
6347 \end_inset
6348
6349
6350 \begin_inset Note Greyedout
6351 status open
6352
6353 \begin_layout Plain Layout
6354
6355 \series bold
6356 Note
6357 \begin_inset space ~
6358 \end_inset
6359
6360 1:
6361 \series default
6362  The table number is increased for every longtable, even if you did not
6363  set a caption for it.
6364  For this reason you could have the case that e.
6365 \begin_inset space \thinspace{}
6366 \end_inset
6367
6368 g.
6369 \begin_inset space \space{}
6370 \end_inset
6371
6372 Table
6373 \begin_inset space ~
6374 \end_inset
6375
6376 2.4 follows Table
6377 \begin_inset space ~
6378 \end_inset
6379
6380 2.1 in the list of tables if there are two longtables without captions.
6381  To avoid this you can add the following command in \SpecialChar TeX
6382  Code after every longtable
6383  without a caption:
6384 \end_layout
6385
6386 \begin_layout Plain Layout
6387
6388 \series bold
6389
6390 \backslash
6391 addtocounter{table}{-1}
6392 \end_layout
6393
6394 \begin_layout Plain Layout
6395 This is not needed when none of your longtables has a caption and you add
6396  the following code to the document preamble:
6397 \end_layout
6398
6399 \begin_layout Plain Layout
6400
6401 \series bold
6402
6403 \backslash
6404 let
6405 \backslash
6406 myEnd
6407 \backslash
6408 endlongtable
6409 \begin_inset Newline newline
6410 \end_inset
6411
6412
6413 \backslash
6414 renewcommand{
6415 \backslash
6416 endlongtable}{
6417 \backslash
6418 myEnd
6419 \backslash
6420 addtocounter{table}{-1}}
6421 \end_layout
6422
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \begin_layout Standard
6429 \begin_inset Note Greyedout
6430 status open
6431
6432 \begin_layout Plain Layout
6433
6434 \series bold
6435 Note
6436 \begin_inset space ~
6437 \end_inset
6438
6439 2:
6440 \series default
6441  If you are using
6442 \series bold
6443  hyperref
6444 \series default
6445
6446 \begin_inset Index idx
6447 status collapsed
6448
6449 \begin_layout Plain Layout
6450 \SpecialChar LaTeX
6451 -packages ! hyperref
6452 \end_layout
6453
6454 \end_inset
6455
6456  in the 
6457 \family sans
6458 PDF Properties
6459 \family default
6460  of the 
6461 \family sans
6462 Document Settings
6463 \family default
6464  dialog to link cross-references, the link to a longtable caption will always
6465  point to the beginning of the document.
6466 \end_layout
6467
6468 \end_inset
6469
6470
6471 \end_layout
6472
6473 \begin_layout Subsubsection
6474 References to Longtables
6475 \begin_inset Index idx
6476 status collapsed
6477
6478 \begin_layout Plain Layout
6479 Longtables ! References
6480 \end_layout
6481
6482 \end_inset
6483
6484
6485 \end_layout
6486
6487 \begin_layout Standard
6488 \begin_inset Tabular
6489 <lyxtabular version="3" rows="6" columns="5">
6490 <features islongtable="true" longtabularalignment="center">
6491 <column alignment="center" valignment="top">
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 <row endfirsthead="true" caption="true">
6497 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 \begin_inset Caption Standard
6502
6503 \begin_layout Plain Layout
6504 Referenced longtable
6505 \begin_inset CommandInset label
6506 LatexCommand label
6507 name "tab:RefExample"
6508
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 </row>
6558 <row>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 1
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572 2
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 3
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 4
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 5
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 </row>
6605 <row>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 asd
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 s
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 s
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 s
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 asd
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 </row>
6652 <row>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 asd
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 s
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 s
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 s
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 asd
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 </row>
6699 <row>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 asd
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 s
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 s
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 asd
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 </row>
6746 <row>
6747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 asd
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 sad
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 asd
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 asd
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 </row>
6793 </lyxtabular>
6794
6795 \end_inset
6796
6797
6798 \end_layout
6799
6800 \begin_layout Standard
6801 To reference a longtable, insert a label into the caption.
6802 \end_layout
6803
6804 \begin_layout Standard
6805 This is a reference to Table
6806 \begin_inset space ~
6807 \end_inset
6808
6809
6810 \begin_inset CommandInset ref
6811 LatexCommand ref
6812 reference "tab:RefExample"
6813
6814 \end_inset
6815
6816 .
6817 \end_layout
6818
6819 \begin_layout Standard
6820 The caption layout can be set together with all other captions of your document
6821  using the \SpecialChar LaTeX
6822 -package 
6823 \series bold
6824 caption
6825 \series default
6826
6827 \begin_inset Index idx
6828 status collapsed
6829
6830 \begin_layout Plain Layout
6831 \SpecialChar LaTeX
6832 -packages ! caption
6833 \end_layout
6834
6835 \end_inset
6836
6837 , see section
6838 \begin_inset space ~
6839 \end_inset
6840
6841
6842 \begin_inset CommandInset ref
6843 LatexCommand ref
6844 reference "sec:Caption-Formatting"
6845
6846 \end_inset
6847
6848 .
6849 \end_layout
6850
6851 \begin_layout Subsubsection
6852 Caption Width
6853 \begin_inset Index idx
6854 status collapsed
6855
6856 \begin_layout Plain Layout
6857 Longtables ! Caption Width
6858 \end_layout
6859
6860 \end_inset
6861
6862
6863 \end_layout
6864
6865 \begin_layout Standard
6866 The maximal width of caption lines is defined by the length 
6867 \series bold
6868
6869 \backslash
6870 LTcapwidth
6871 \series default
6872 .
6873  Its default value is 4
6874 \begin_inset space \thinspace{}
6875 \end_inset
6876
6877 in.
6878  To change it add the following command to your document preamble or as
6879  \SpecialChar TeX
6880  Code into your document before the longtable that should be affected
6881 \end_layout
6882
6883 \begin_layout Standard
6884
6885 \series bold
6886
6887 \backslash
6888 setlength{
6889 \backslash
6890 LTcapwidth}{width}
6891 \end_layout
6892
6893 \begin_layout Standard
6894 where the width could have one of the units listed in appendix
6895 \begin_inset space ~
6896 \end_inset
6897
6898
6899 \begin_inset CommandInset ref
6900 LatexCommand ref
6901 reference "cha:Units-available-in"
6902
6903 \end_inset
6904
6905 .
6906 \end_layout
6907
6908 \begin_layout Standard
6909 The following tables show the difference:
6910 \end_layout
6911
6912 \begin_layout Standard
6913 \begin_inset Tabular
6914 <lyxtabular version="3" rows="6" columns="5">
6915 <features islongtable="true" longtabularalignment="center">
6916 <column alignment="center" valignment="top">
6917 <column alignment="center" valignment="top">
6918 <column alignment="center" valignment="top">
6919 <column alignment="center" valignment="top">
6920 <column alignment="center" valignment="top">
6921 <row endfirsthead="true" caption="true">
6922 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 \begin_inset Caption Standard
6927
6928 \begin_layout Plain Layout
6929 long full title with default width long full title with default width long
6930  full title with default width
6931 \begin_inset Argument 1
6932 status collapsed
6933
6934 \begin_layout Plain Layout
6935 caption with default width
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \end_layout
6942
6943 \end_inset
6944
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 </row>
6987 <row>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 1
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 2
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 3
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 4
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 5
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 </row>
7034 <row>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 asd
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 s
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 s
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 asd
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 <row>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 asd
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 s
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 s
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 s
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 asd
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 </row>
7128 <row>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 asd
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 s
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 s
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 s
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 asd
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 </row>
7175 <row>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 asd
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 sad
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 asd
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 asd
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 </row>
7222 </lyxtabular>
7223
7224 \end_inset
7225
7226
7227 \end_layout
7228
7229 \begin_layout Standard
7230 \begin_inset ERT
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234
7235
7236 \backslash
7237 setlength{
7238 \backslash
7239 LTcapwidth}{5cm}
7240 \end_layout
7241
7242 \end_inset
7243
7244
7245 \begin_inset Tabular
7246 <lyxtabular version="3" rows="6" columns="5">
7247 <features islongtable="true" longtabularalignment="center">
7248 <column alignment="center" valignment="top">
7249 <column alignment="center" valignment="top">
7250 <column alignment="center" valignment="top">
7251 <column alignment="center" valignment="top">
7252 <column alignment="center" valignment="top">
7253 <row endfirsthead="true" caption="true">
7254 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 \begin_inset Caption Standard
7259
7260 \begin_layout Plain Layout
7261 long full title with width set to 5
7262 \begin_inset space \thinspace{}
7263 \end_inset
7264
7265 cm long full title with width set to 5
7266 \begin_inset space \thinspace{}
7267 \end_inset
7268
7269 cm long full title with width set to 5
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 cm
7274 \begin_inset Argument 1
7275 status collapsed
7276
7277 \begin_layout Plain Layout
7278 caption with width
7279 \begin_inset space \thinspace{}
7280 \end_inset
7281
7282 =
7283 \begin_inset space \thinspace{}
7284 \end_inset
7285
7286 5
7287 \begin_inset space \thinspace{}
7288 \end_inset
7289
7290 cm
7291 \end_layout
7292
7293 \end_inset
7294
7295
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 1
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 2
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 3
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 4
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 5
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 </row>
7389 <row>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 asd
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 s
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 s
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 s
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 asd
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 </row>
7436 <row>
7437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 asd
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 s
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 s
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 s
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 asd
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row>
7484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 asd
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 s
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 s
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 s
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 asd
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 asd
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 sad
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 asd
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 asd
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 asd
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 </lyxtabular>
7578
7579 \end_inset
7580
7581
7582 \end_layout
7583
7584 \begin_layout Standard
7585 \begin_inset ERT
7586 status collapsed
7587
7588 \begin_layout Plain Layout
7589
7590
7591 \backslash
7592 setlength{
7593 \backslash
7594 LTcapwidth}{4in}
7595 \end_layout
7596
7597 \end_inset
7598
7599
7600 \end_layout
7601
7602 \begin_layout Standard
7603 \begin_inset Note Greyedout
7604 status open
7605
7606 \begin_layout Plain Layout
7607
7608 \series bold
7609 Note:
7610 \series default
7611  When the \SpecialChar LaTeX
7612 -package 
7613 \series bold
7614 caption
7615 \series default
7616
7617 \begin_inset Index idx
7618 status collapsed
7619
7620 \begin_layout Plain Layout
7621 \SpecialChar LaTeX
7622 -packages ! caption
7623 \end_layout
7624
7625 \end_inset
7626
7627  is used, as in this document, the full page width is used for the caption
7628  when you use the default value of 4
7629 \begin_inset space \thinspace{}
7630 \end_inset
7631
7632 in for 
7633 \series bold
7634
7635 \backslash
7636 LTcapwidth
7637 \series default
7638 .
7639  To get in this case exactly a 4
7640 \begin_inset space \thinspace{}
7641 \end_inset
7642
7643 in wide caption, you can either use a value slightly different from 4.0
7644 \begin_inset space \thinspace{}
7645 \end_inset
7646
7647 in, e.
7648 \begin_inset space \thinspace{}
7649 \end_inset
7650
7651 g.
7652 \begin_inset space \space{}
7653 \end_inset
7654
7655 3.99
7656 \begin_inset space \thinspace{}
7657 \end_inset
7658
7659 in, or the \SpecialChar LaTeX
7660 -command 
7661 \series bold
7662
7663 \backslash
7664 captionsetup{width=value}
7665 \series default
7666  that is provided by the 
7667 \series bold
7668 caption
7669 \series default
7670 -package.
7671 \end_layout
7672
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \begin_layout Subsubsection
7679 Different Captions for Table Pages
7680 \begin_inset Index idx
7681 status collapsed
7682
7683 \begin_layout Plain Layout
7684 Longtables ! Different Captions for Pages
7685 \end_layout
7686
7687 \end_inset
7688
7689
7690 \end_layout
7691
7692 \begin_layout Standard
7693 When the table captions for the following pages should differ from the one
7694  of the first table page, mark a empty row as header which contains a caption.
7695  Then right-click on the caption and select in the context menu 
7696 \family sans
7697 Caption
7698 \begin_inset space ~
7699 \end_inset
7700
7701 (LongTableNoNumber)
7702 \family default
7703 .
7704  Table
7705 \begin_inset space ~
7706 \end_inset
7707
7708
7709 \begin_inset CommandInset ref
7710 LatexCommand ref
7711 reference "tab:DiffCaptions"
7712
7713 \end_inset
7714
7715  is an example of a longtable with different heading where the second caption
7716  does not include the table number.
7717 \begin_inset Separator parbreak
7718 \end_inset
7719
7720
7721 \end_layout
7722
7723 \begin_layout Standard
7724 \align center
7725 \begin_inset Tabular
7726 <lyxtabular version="3" rows="59" columns="3">
7727 <features islongtable="true" longtabularalignment="center">
7728 <column alignment="left" valignment="top" width="0cm">
7729 <column alignment="left" valignment="top" width="0pt">
7730 <column alignment="center" valignment="top" width="0pt">
7731 <row endfirsthead="true" caption="true">
7732 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736 \begin_inset Caption Standard
7737
7738 \begin_layout Plain Layout
7739 Example Phone List
7740 \begin_inset CommandInset label
7741 LatexCommand label
7742 name "tab:DiffCaptions"
7743
7744 \end_inset
7745
7746
7747 \begin_inset Argument 1
7748 status collapsed
7749
7750 \begin_layout Plain Layout
7751 Example Phone List
7752 \end_layout
7753
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \end_inset
7760
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row endfirsthead="true">
7786 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Example Phone List (ignore the names)
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row endfirsthead="true">
7817 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 NAME
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841
7842 \series bold
7843 TEL.
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 </row>
7849 <row endhead="true" caption="true">
7850 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 \begin_inset Caption LongTableNoNumber
7855
7856 \begin_layout Plain Layout
7857 Continued Example Phone List
7858 \end_layout
7859
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row endhead="true">
7887 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Example Phone List
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row endhead="true">
7918 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 NAME
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \series bold
7944 TEL.
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row endfoot="true">
7951 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 continued on next page
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Annovi
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Silvia
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 111
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 Bertoli
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 Stefano
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 111
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 Bozzi
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Walter
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 111
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \series bold
8079 Cachia
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 Maria
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 111
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \series bold
8110 Cachia
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 Maurizio
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 111
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \series bold
8141 Cinquemani
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 Giusi
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 111
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \series bold
8172 Colin
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 Bernard
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 111
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \series bold
8203 Concli
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Gianfranco
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 111
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \series bold
8234 Dal Bosco
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 Carolina
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 111
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \series bold
8265 Dalpiaz
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 Annamaria
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 111
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \series bold
8296 Feliciello
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Domenico
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 111
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \series bold
8327 Focarelli
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 Paola
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 111
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 <row>
8352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356
8357 \series bold
8358 Galletti
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 Oreste
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 111
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \series bold
8389 Gasparini
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 Franca
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 111
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \series bold
8420 Rizzardi
8421 \series default
8422
8423 \begin_inset Foot
8424 status open
8425
8426 \begin_layout Plain Layout
8427 Example footnote
8428 \end_layout
8429
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Paola
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Lassini
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Giancarlo
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Malfatti
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Luciano
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Malfatti
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 Valeriano
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 111
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \series bold
8556 Meneguzzo
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 Roberto
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 111
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Mezzadra
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Roberto
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 111
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \series bold
8618 Pirpamer
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Erich
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 111
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Pochiesa
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Paolo
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 111, 222
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \series bold
8680 Radina
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 Claudio
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 111
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \series bold
8711 Stuffer
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 Oskar
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 111
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742 Tacchelli
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Ugo
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 111
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773 Tezzele
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Margit
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 111
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \series bold
8804 Unterkalmsteiner
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Frieda
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 111
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \series bold
8835 Vieider
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Hilde
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 111
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \series bold
8866 Vigna
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 Jürgen
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 111
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895
8896 \series bold
8897 Weber
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 Maurizio
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 111
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \series bold
8928 Winkler
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 Franz
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 111
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957  
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Annovi
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Silvia
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Bertoli
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Stefano
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Bozzi
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Walter
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Cachia
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Maria
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Cachia
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Maurizio
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 555
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \series bold
9143 Cinquemani
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 Giusi
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 555
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Colin
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Bernard
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Concli
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Gianfranco
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Dal Bosco
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Carolina
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \series bold
9267 Dalpiaz
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Annamaria
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 555
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \series bold
9298 Feliciello
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Domenico
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 555
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \series bold
9329 Focarelli
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 Paola
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 555
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \series bold
9360 Galletti
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 Oreste
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 555
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \series bold
9391 Gasparini
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 Franca
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 555
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \series bold
9422 Rizzardi
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 Paola
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 555
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row>
9447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \series bold
9453 Lassini
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Giancarlo
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 555
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 Malfatti
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 Luciano
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 555
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row>
9509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \series bold
9515 Malfatti
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 Valeriano
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 555
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row>
9540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \series bold
9546 Meneguzzo
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 Roberto
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 555
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 </row>
9570 <row>
9571 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \series bold
9577 Mezzadra
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 Roberto
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 555
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 </lyxtabular>
9602
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \begin_layout Section
9609 Special Longtable Issues
9610 \begin_inset CommandInset label
9611 LatexCommand label
9612 name "sec:Special-Longtable-Issues"
9613
9614 \end_inset
9615
9616
9617 \end_layout
9618
9619 \begin_layout Subsection
9620 Longtable Calculation
9621 \begin_inset Index idx
9622 status collapsed
9623
9624 \begin_layout Plain Layout
9625 Longtables ! Calculation
9626 \end_layout
9627
9628 \end_inset
9629
9630
9631 \end_layout
9632
9633 \begin_layout Standard
9634 \SpecialChar LaTeX
9635  calculates the height of table pages and their page breaks using so called
9636  chunks.
9637  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9638 's memory.
9639  The default value was historically set to only 20 table rows.
9640  If you are using longtables with many pages this may slow down the creation
9641  of your document.
9642  You can safely increase the chunk size to values of 100-1000 by adding
9643  this command line to your document preamble:
9644 \end_layout
9645
9646 \begin_layout Standard
9647
9648 \series bold
9649
9650 \backslash
9651 setcounter{LTchunksize}{100}
9652 \end_layout
9653
9654 \begin_layout Subsection
9655 Floats and Longtables
9656 \begin_inset Index idx
9657 status collapsed
9658
9659 \begin_layout Plain Layout
9660 Longtables ! Floats
9661 \end_layout
9662
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \begin_layout Standard
9669 There might be problems when a float appears on the same page where a longtable
9670  starts.
9671  To avoid such a situation, insert a 
9672 \begin_inset Quotes eld
9673 \end_inset
9674
9675 clear page
9676 \begin_inset Quotes erd
9677 \end_inset
9678
9679  (menu 
9680 \family sans
9681 Insert\SpecialChar menuseparator
9682 Formatting\SpecialChar menuseparator
9683 Clear
9684 \begin_inset space ~
9685 \end_inset
9686
9687 Page
9688 \family default
9689 ) before your longtable.
9690 \end_layout
9691
9692 \begin_layout Subsection
9693 Forced Page Breaks
9694 \begin_inset Index idx
9695 status collapsed
9696
9697 \begin_layout Plain Layout
9698 Longtables ! Forced Page Breaks
9699 \end_layout
9700
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \begin_layout Standard
9707 By default tables are only broken between rows.
9708  If you have a cell with multiples lines and want to have a page break within
9709  the cell, insert the new line command 
9710 \begin_inset Quotes eld
9711 \end_inset
9712
9713
9714 \series bold
9715
9716 \backslash
9717
9718 \backslash
9719
9720 \series default
9721
9722 \begin_inset Quotes erd
9723 \end_inset
9724
9725  as \SpecialChar TeX
9726  Code at the point of the cell where it can be broken.
9727  Before the 
9728 \series bold
9729
9730 \backslash
9731
9732 \backslash
9733
9734 \series default
9735  command you have to insert in \SpecialChar TeX
9736  Code as many 
9737 \begin_inset Quotes eld
9738 \end_inset
9739
9740
9741 \series bold
9742 &
9743 \series default
9744
9745 \begin_inset Quotes erd
9746 \end_inset
9747
9748  characters as the number of the following table columns.
9749  The 
9750 \series bold
9751 &
9752 \series default
9753  is the character to separate table cells.
9754  Write in \SpecialChar TeX
9755  Code after each 
9756 \series bold
9757 &
9758 \series default
9759  the content of the corresponding following cell and delete the content
9760  of these cells.
9761 \begin_inset Newline newline
9762 \end_inset
9763
9764 After the 
9765 \series bold
9766
9767 \backslash
9768
9769 \backslash
9770
9771 \series default
9772  command, insert as many 
9773 \series bold
9774 &
9775 \series default
9776  characters as the number of table columns before the current column.
9777  In Table
9778 \begin_inset space ~
9779 \end_inset
9780
9781
9782 \begin_inset CommandInset ref
9783 LatexCommand ref
9784 reference "tab:ForcedPagebreak"
9785
9786 \end_inset
9787
9788  the cell that should be broken is in the second column followed by another
9789  column.
9790  Therefore the following command was inserted in the cell as \SpecialChar TeX
9791  Code after
9792  
9793 \begin_inset Quotes eld
9794 \end_inset
9795
9796
9797 \emph on
9798 Castelchiodato,
9799 \emph default
9800
9801 \begin_inset Quotes erd
9802 \end_inset
9803
9804 :
9805 \end_layout
9806
9807 \begin_layout Standard
9808
9809 \series bold
9810 & 111
9811 \backslash
9812
9813 \backslash
9814  
9815 \backslash
9816 newpage
9817 \begin_inset Newline newline
9818 \end_inset
9819
9820 &
9821 \end_layout
9822
9823 \begin_layout Standard
9824 The 
9825 \begin_inset Quotes eld
9826 \end_inset
9827
9828 111
9829 \begin_inset Quotes erd
9830 \end_inset
9831
9832  in the third column of the row was deleted.
9833  
9834 \series bold
9835
9836 \backslash
9837 newpage
9838 \series default
9839  is only needed when a page break should definitely occur at this position,
9840  otherwise it would be a conditional break.
9841  If your footer row of the longtable has for a certain reason no upper line
9842  but you would have a horizontal line where the cell is broken, use this
9843  command instead:
9844 \end_layout
9845
9846 \begin_layout Standard
9847
9848 \series bold
9849 & 111
9850 \backslash
9851
9852 \backslash
9853
9854 \begin_inset Newline newline
9855 \end_inset
9856
9857
9858 \backslash
9859 hline &
9860 \end_layout
9861
9862 \begin_layout Standard
9863 When the cell to be broken is in the last column, the command
9864 \end_layout
9865
9866 \begin_layout Standard
9867
9868 \series bold
9869
9870 \backslash
9871 setlength{
9872 \backslash
9873 parfillskip}{0pt}
9874 \end_layout
9875
9876 \begin_layout Standard
9877 must be inserted as \SpecialChar TeX
9878  Code at the beginning of the cell.
9879  This ensures that the part of the cell that will be displayed on the new
9880  page appears with the full width.
9881 \begin_inset Separator parbreak
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \begin_layout Standard
9888 \align center
9889 \begin_inset Tabular
9890 <lyxtabular version="3" rows="38" columns="3">
9891 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9892 <column alignment="left" valignment="top" width="0cm">
9893 <column alignment="left" valignment="top" width="3cm">
9894 <column alignment="center" valignment="top" width="0pt">
9895 <row endfirsthead="true" caption="true">
9896 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 \begin_inset Caption Standard
9901
9902 \begin_layout Plain Layout
9903 Table with forced page break in table cell
9904 \begin_inset CommandInset label
9905 LatexCommand label
9906 name "tab:ForcedPagebreak"
9907
9908 \end_inset
9909
9910
9911 \begin_inset Argument 1
9912 status collapsed
9913
9914 \begin_layout Plain Layout
9915 Table with forced page break in table cell
9916 \end_layout
9917
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_inset
9924
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row endfirsthead="true">
9950 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956 Example Phone List (ignore the names)
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row endfirsthead="true">
9981 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \series bold
9987 NAME
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \series bold
10007 TEL.
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 </row>
10013 <row endhead="true">
10014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 \begin_inset ERT
10019 status collapsed
10020
10021 \begin_layout Plain Layout
10022
10023
10024 \backslash
10025 caption*{Continued Example Phone List}
10026 \backslash
10027
10028 \backslash
10029 %
10030 \end_layout
10031
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 </row>
10058 <row endhead="true">
10059 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \series bold
10065 Example Phone List
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 </row>
10089 <row endhead="true">
10090 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \series bold
10096 NAME
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 TEL.
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 </row>
10122 <row endfoot="true">
10123 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 continued on next page
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 </row>
10151 <row>
10152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \series bold
10158 Annovi
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 Silvia
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 111
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 </row>
10182 <row>
10183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \series bold
10189 Bertoli
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 Stefano
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 111
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 <row>
10214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218
10219 \series bold
10220 Bozzi
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 Walter
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 111
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 </row>
10244 <row>
10245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249
10250 \series bold
10251 Cachia
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 Maria
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 111
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 </row>
10275 <row>
10276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280
10281 \series bold
10282 Cachia
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 Maurizio
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 111
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 </row>
10306 <row>
10307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311
10312 \series bold
10313 Cinquemani
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 Giusi
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 111
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 </row>
10337 <row>
10338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342
10343 \series bold
10344 Colin
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 Bernard
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 111
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \series bold
10375 Concli
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 Gianfranco
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 111
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 </row>
10399 <row>
10400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404
10405 \series bold
10406 Dal Bosco
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 Carolina
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 111
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 </row>
10430 <row>
10431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435
10436 \series bold
10437 Dalpiaz
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 Annamaria
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 111
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 </row>
10461 <row>
10462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466
10467 \series bold
10468 Feliciello
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 Domenico
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 111
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \series bold
10499 Focarelli
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 Paola
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 111
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 </row>
10523 <row>
10524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528
10529 \series bold
10530 Galletti
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 Oreste
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 111
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 <row>
10555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559
10560 \series bold
10561 Gasparini
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 Franca
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 111
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \series bold
10592 Lassini
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 Giancarlo
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 111
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \series bold
10623 Malfatti
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 Luciano
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 111
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 </row>
10647 <row>
10648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652
10653 \series bold
10654 Malfatti
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 Valeriano
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 111
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 <row>
10679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683
10684 \series bold
10685 Meneguzzo
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 Roberto
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 111
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 </row>
10709 <row>
10710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714
10715 \series bold
10716 Mezzadra
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 Roberto
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 111
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 </row>
10740 <row>
10741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745
10746 \series bold
10747 Pirpamer
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 Erich
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 111
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row>
10772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \series bold
10778 Pochiesa
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 Paolo
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 111, 222
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 <row>
10803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \series bold
10809 Radina
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 Claudio
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 111
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 </row>
10833 <row>
10834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838
10839 \series bold
10840 Rizzardi
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 Paolo, 11.
10850  Fürst von Montecompatri, 11.
10851  Fürst von Sulmona und Vivaro, 10.
10852  Fürst von Rossano, 5.
10853  Herzog von Canemorte, 11.
10854  Herzog von Palombara, 5.
10855  Herzog von Castelchiodato,
10856 \begin_inset ERT
10857 status open
10858
10859 \begin_layout Plain Layout
10860
10861 & 111
10862 \backslash
10863
10864 \backslash
10865  
10866 \backslash
10867 newpage
10868 \end_layout
10869
10870 \begin_layout Plain Layout
10871
10872 &
10873 \end_layout
10874
10875 \end_inset
10876
10877  11.
10878  Herzog von Poggionativo, 11.
10879  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10880  Graf von Valinfreda, 11.
10881  Baron von Cropalati, 11.
10882  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 </row>
10897 <row>
10898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \series bold
10904 Stuffer
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 Oskar
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 111
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 <row>
10929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \series bold
10935 Tacchelli
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 Ugo
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 111
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 </row>
10959 <row>
10960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \series bold
10966 Tezzele
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 Margit
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 111
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 </row>
10990 <row>
10991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995
10996 \series bold
10997 Unterkalmsteiner
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 Frieda
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 111
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 </row>
11021 <row>
11022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026
11027 \series bold
11028 Vieider
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 Hilde
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 111
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 <row>
11053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \series bold
11059 Vigna
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 Jürgen
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 111
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 <row>
11084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \series bold
11090 Weber
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 Maurizio
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 111
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \series bold
11121 Winkler
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 Franz
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 111
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 </row>
11145 </lyxtabular>
11146
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \begin_layout Section
11153 Multiple Lines, Columns and Rows
11154 \end_layout
11155
11156 \begin_layout Subsection
11157 Multiple Lines in Table Cells
11158 \begin_inset CommandInset label
11159 LatexCommand label
11160 name "subsec:Multiple-Lines-in"
11161
11162 \end_inset
11163
11164
11165 \begin_inset Index idx
11166 status collapsed
11167
11168 \begin_layout Plain Layout
11169 Multiple Lines in Table Cells
11170 \end_layout
11171
11172 \end_inset
11173
11174
11175 \begin_inset Index idx
11176 status collapsed
11177
11178 \begin_layout Plain Layout
11179 Table ! Linebreaks
11180 \end_layout
11181
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \begin_layout Standard
11188 \noindent
11189 \begin_inset Float table
11190 placement H
11191 wide false
11192 sideways false
11193 status open
11194
11195 \begin_layout Plain Layout
11196 \begin_inset Caption Standard
11197
11198 \begin_layout Plain Layout
11199 \begin_inset CommandInset label
11200 LatexCommand label
11201 name "tab:Table-with-multiple"
11202
11203 \end_inset
11204
11205 Table with multiple lines in cells
11206 \end_layout
11207
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \begin_layout Plain Layout
11214 \align center
11215 \begin_inset Tabular
11216 <lyxtabular version="3" rows="3" columns="3">
11217 <features tabularvalignment="middle">
11218 <column alignment="center" valignment="middle" width="2.5cm">
11219 <column alignment="center" valignment="middle">
11220 <column alignment="center" valignment="middle">
11221 <row>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 multiple
11227 \begin_inset Newline linebreak
11228 \end_inset
11229
11230 lines
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 b
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 c
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 d
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 e
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 f
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 <row>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 g
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 h
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 i
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 </row>
11312 </lyxtabular>
11313
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \end_inset
11320
11321
11322 \end_layout
11323
11324 \begin_layout Standard
11325 Setting a fixed width for a column enables you to enter text as a paragraph
11326  with multiple lines and hyphenation.
11327 \end_layout
11328
11329 \begin_layout Standard
11330 To produce Table
11331 \begin_inset space ~
11332 \end_inset
11333
11334
11335 \begin_inset CommandInset ref
11336 LatexCommand ref
11337 reference "tab:Table-with-multiple"
11338
11339 \end_inset
11340
11341 , create a 3×3 table, mark the first cell and right-click on it.
11342  In the appearing table dialog we set a cell width of 2.5
11343 \begin_inset space \thinspace{}
11344 \end_inset
11345
11346 cm and choose centered for the vertical and horizontal alignment.
11347  The vertical alignment is used for all cells of the row.
11348  As our text is smaller than 2.5
11349 \begin_inset space \thinspace{}
11350 \end_inset
11351
11352 cm, only one line will appear.
11353  To get two lines, a justified line break (shortcut 
11354 \begin_inset Info
11355 type  "shortcut"
11356 arg   "newline-insert linebreak"
11357 \end_inset
11358
11359 ) was added.
11360  If the text is wider than the set cell width, it will automatically be
11361  broken to several lines.
11362 \end_layout
11363
11364 \begin_layout Standard
11365 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11366  by \SpecialChar LaTeX
11367  if it is the first entry.
11368  Therefore you need to insert something to prevent the word not being the
11369  first entry.
11370  So add a horizontal space of 0
11371 \begin_inset space \thinspace{}
11372 \end_inset
11373
11374 pt before the word.
11375  As the space is zero, it doesn't change the output.
11376  Table
11377 \begin_inset space ~
11378 \end_inset
11379
11380
11381 \begin_inset CommandInset ref
11382 LatexCommand ref
11383 reference "tab:Table-with-and"
11384
11385 \end_inset
11386
11387  shows the effect.
11388 \end_layout
11389
11390 \begin_layout Standard
11391 \begin_inset Float table
11392 placement h
11393 wide false
11394 sideways false
11395 status open
11396
11397 \begin_layout Plain Layout
11398 \begin_inset Caption Standard
11399
11400 \begin_layout Plain Layout
11401 \begin_inset CommandInset label
11402 LatexCommand label
11403 name "tab:Table-with-and"
11404
11405 \end_inset
11406
11407 Table with and without hyphenation
11408 \end_layout
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \begin_layout Plain Layout
11416 \begin_inset space \hfill{}
11417 \end_inset
11418
11419
11420 \begin_inset Tabular
11421 <lyxtabular version="3" rows="3" columns="3">
11422 <features tabularvalignment="middle">
11423 <column alignment="center" valignment="middle" width="2.5cm">
11424 <column alignment="center" valignment="middle">
11425 <column alignment="center" valignment="middle">
11426 <row>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 verylongtablecellword
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 b
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 c
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 d
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 e
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 f
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 </row>
11484 <row>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 g
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 h
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 i
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 </row>
11513 </lyxtabular>
11514
11515 \end_inset
11516
11517
11518 \begin_inset space \hfill{}
11519 \end_inset
11520
11521
11522 \begin_inset Tabular
11523 <lyxtabular version="3" rows="3" columns="3">
11524 <features tabularvalignment="middle">
11525 <column alignment="center" valignment="middle" width="2.5cm">
11526 <column alignment="center" valignment="middle">
11527 <column alignment="center" valignment="middle">
11528 <row>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 \begin_inset space \hspace{}
11534 \length 0pt
11535 \end_inset
11536
11537 verylongtablecellword
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 b
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 c
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 <row>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 d
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 e
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 f
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 </row>
11590 <row>
11591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 g
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 h
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 i
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 </row>
11619 </lyxtabular>
11620
11621 \end_inset
11622
11623
11624 \begin_inset space \hfill{}
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \begin_layout Subsection
11636 Multicolumns
11637 \begin_inset CommandInset label
11638 LatexCommand label
11639 name "subsec:Multicolumns"
11640
11641 \end_inset
11642
11643
11644 \begin_inset Index idx
11645 status collapsed
11646
11647 \begin_layout Plain Layout
11648 Multicolumns
11649 \end_layout
11650
11651 \end_inset
11652
11653
11654 \begin_inset Index idx
11655 status collapsed
11656
11657 \begin_layout Plain Layout
11658 Table ! Multicolumns
11659 \end_layout
11660
11661 \end_inset
11662
11663
11664 \end_layout
11665
11666 \begin_layout Subsubsection
11667 Multicolumn Basics
11668 \end_layout
11669
11670 \begin_layout Standard
11671 To merge cells over multiple columns, select as many cells within a row
11672  as you want to merge and use either the table-toolbar button 
11673 \begin_inset Info
11674 type  "icon"
11675 arg   "inset-modify tabular multicolumn"
11676 \end_inset
11677
11678 , or the menu 
11679 \family sans
11680 Edit\SpecialChar menuseparator
11681 Table\SpecialChar menuseparator
11682 Multicolumn
11683 \family default
11684 , or right click on the marked cells and choose 
11685 \family sans
11686 Multicolumn
11687 \family default
11688  in the context menu.
11689 \end_layout
11690
11691 \begin_layout Standard
11692 Multicolumns have there own cell settings.
11693  That means changing cell borders, cell alignment, and the width only affects
11694  the multicolumn.
11695  Here is an example table with a multicolumn cell in the first row and one
11696  in the last row without the upper border:
11697 \begin_inset Separator parbreak
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \begin_layout Standard
11704 \align center
11705 \begin_inset Tabular
11706 <lyxtabular version="3" rows="3" columns="4">
11707 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11708 <column alignment="center" valignment="top" width="0pt">
11709 <column alignment="center" valignment="middle">
11710 <column alignment="center" valignment="top" width="0in">
11711 <column alignment="center" valignment="top" width="0pt">
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 abc
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 def ghi
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 jkl
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 </row>
11750 <row>
11751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755
11756 \family roman
11757 \series medium
11758 \shape up
11759 \size normal
11760 \emph off
11761 \bar no
11762 \noun off
11763 \color none
11764 A
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 B
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 C
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 D
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 <row>
11798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 1
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 2
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 3
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 4
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 </lyxtabular>
11836
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \begin_layout Subsubsection
11843 Multicolumn Calculations
11844 \begin_inset CommandInset label
11845 LatexCommand label
11846 name "subsec:Multicolumn-Calculations"
11847
11848 \end_inset
11849
11850
11851 \begin_inset Index idx
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Multicolumns ! Calculations
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864 \SpecialChar LyX
11865  supports multicolumns directly, but we have to take account of the cell
11866  width of the columns spanned by the multicolumn cell.
11867 \end_layout
11868
11869 \begin_layout Standard
11870 \begin_inset Float table
11871 placement h
11872 wide false
11873 sideways false
11874 status open
11875
11876 \begin_layout Plain Layout
11877 \begin_inset Caption Standard
11878
11879 \begin_layout Plain Layout
11880 \begin_inset CommandInset label
11881 LatexCommand label
11882 name "tab:Table-with-centered"
11883
11884 \end_inset
11885
11886 Table with centered multicolumn text above two columns that have exactly
11887  half the width of the multicolumn cell
11888 \begin_inset Argument 1
11889 status collapsed
11890
11891 \begin_layout Plain Layout
11892 Perfect multicolumn table
11893 \end_layout
11894
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \begin_layout Plain Layout
11906 \align center
11907 \begin_inset Tabular
11908 <lyxtabular version="3" rows="3" columns="3">
11909 <features tabularvalignment="middle">
11910 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11911 <column alignment="center" valignment="middle">
11912 <column alignment="center" valignment="top">
11913 <row>
11914 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 multiple lines multicolumn
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 c
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 </row>
11942 <row>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 d
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 e
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 f
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 <row>
11972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 g
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 h
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 i
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 </row>
12000 </lyxtabular>
12001
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \begin_layout Standard
12013 To create for example Table
12014 \begin_inset space ~
12015 \end_inset
12016
12017
12018 \begin_inset CommandInset ref
12019 LatexCommand ref
12020 reference "tab:Table-with-centered"
12021
12022 \end_inset
12023
12024 , mark the first two cells in the first row of a 3×3 table and right-click
12025  on them.
12026  Now choose for this cell 
12027 \emph on
12028 multicolumn
12029 \emph default
12030
12031 \emph on
12032 centered alignment
12033 \emph default
12034  and a width of 2.5
12035 \begin_inset space \thinspace{}
12036 \end_inset
12037
12038 cm in the table dialog.
12039  The merged columns should have exactly half the width of the multicolumn
12040  cell, so that you would set a width of 1.25
12041 \begin_inset space \thinspace{}
12042 \end_inset
12043
12044 cm for the first column.
12045  The second column has then automatically a width of 1.25
12046 \begin_inset space \thinspace{}
12047 \end_inset
12048
12049 cm (multicolumn width - width of first column).
12050  This was done for Table
12051 \begin_inset space ~
12052 \end_inset
12053
12054
12055 \begin_inset CommandInset ref
12056 LatexCommand ref
12057 reference "tab:Table-without-half"
12058
12059 \end_inset
12060
12061 .
12062 \end_layout
12063
12064 \begin_layout Standard
12065 \begin_inset Float table
12066 wide false
12067 sideways false
12068 status open
12069
12070 \begin_layout Plain Layout
12071 \begin_inset Caption Standard
12072
12073 \begin_layout Plain Layout
12074 \begin_inset CommandInset label
12075 LatexCommand label
12076 name "tab:Table-without-half"
12077
12078 \end_inset
12079
12080 Table where the spanned table columns are not exactly half the width of
12081  the multicolumn cell
12082 \begin_inset Argument 1
12083 status collapsed
12084
12085 \begin_layout Plain Layout
12086 Imperfect multicolumn table
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \end_inset
12095
12096
12097 \end_layout
12098
12099 \begin_layout Plain Layout
12100 \align center
12101 \begin_inset Tabular
12102 <lyxtabular version="3" rows="3" columns="3">
12103 <features tabularvalignment="middle">
12104 <column alignment="center" valignment="top" width="1.25cm">
12105 <column alignment="center" valignment="top">
12106 <column alignment="center" valignment="top">
12107 <row>
12108 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 multiple lines multicolumn
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 c
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 </row>
12136 <row>
12137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 d
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 e
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 f
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 <row>
12166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 g
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Plain Layout
12179 h
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 i
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 </row>
12194 </lyxtabular>
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \begin_layout Standard
12207 You can see that the first column is not half the width of the multicolumn
12208  cell, it is a bit bigger.
12209  The reason is that the specified width of a cell 
12210 \begin_inset Formula $W_{g}$
12211 \end_inset
12212
12213  is not its total width 
12214 \begin_inset Formula $W_{\mathrm{tot}}$
12215 \end_inset
12216
12217  because a cell is always a bit larger than specified.
12218  Appendix
12219 \begin_inset space ~
12220 \end_inset
12221
12222
12223 \begin_inset CommandInset ref
12224 LatexCommand ref
12225 reference "cha:Explanation-of-Equation"
12226
12227 \end_inset
12228
12229  explains this in detail.
12230 \end_layout
12231
12232 \begin_layout Standard
12233 The width 
12234 \begin_inset Formula $W_{g\,n}$
12235 \end_inset
12236
12237  which the user needs to set when 
12238 \emph on
12239 n
12240 \emph default
12241  columns are spanned can be calculated, so that each column has a total
12242  width of 
12243 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12244 \end_inset
12245
12246 :
12247 \begin_inset Formula 
12248 \begin{equation}
12249 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12250 \end{equation}
12251
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \begin_layout Standard
12258 In our case we have 
12259 \begin_inset Formula $n=2$
12260 \end_inset
12261
12262
12263 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12264 \end_inset
12265
12266 cm and the default values for the lengths, so that equation 
12267 \begin_inset CommandInset ref
12268 LatexCommand ref
12269 reference "eq:Wgn"
12270
12271 \end_inset
12272
12273  becomes
12274 \begin_inset Formula 
12275 \begin{equation}
12276 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12277 \end{equation}
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \begin_layout Standard
12285 To enable calculations in \SpecialChar LaTeX
12286 , the \SpecialChar LaTeX
12287 -package 
12288 \series bold
12289 calc
12290 \series default
12291  must be loaded with the document preamble line
12292 \begin_inset Index idx
12293 status collapsed
12294
12295 \begin_layout Plain Layout
12296 \SpecialChar LaTeX
12297 -packages ! calc
12298 \end_layout
12299
12300 \end_inset
12301
12302
12303 \end_layout
12304
12305 \begin_layout Standard
12306
12307 \series bold
12308
12309 \backslash
12310 usepackage{calc}
12311 \end_layout
12312
12313 \begin_layout Standard
12314 \SpecialChar LyX
12315  does not allow you to calculate lengths in the 
12316 \family sans
12317 Width
12318 \family default
12319  field of the table dialog.
12320  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12321 -argument in the
12322  dialog.
12323  Here is an overview about the arguments:
12324 \end_layout
12325
12326 \begin_layout Itemize
12327
12328 \series bold
12329 p{width}
12330 \series default
12331  creates cell with a fixed width, its text is vertically top-aligned
12332 \end_layout
12333
12334 \begin_layout Itemize
12335
12336 \series bold
12337 m{width}
12338 \series default
12339  creates cell with a fixed width, its text is vertically centered
12340 \end_layout
12341
12342 \begin_layout Itemize
12343
12344 \series bold
12345 b{width}
12346 \series default
12347  creates cell with a fixed width, its text is vertically bottom-aligned
12348 \end_layout
12349
12350 \begin_layout Standard
12351 By entering a \SpecialChar LaTeX
12352 -argument, all cell settings set in the table dialog are overwritt
12353 en.
12354 \end_layout
12355
12356 \begin_layout Standard
12357 \begin_inset Note Greyedout
12358 status open
12359
12360 \begin_layout Plain Layout
12361
12362 \series bold
12363 Note:
12364 \series default
12365  Due to a bug, \SpecialChar LyX
12366  shows the overwritten settings anyway.
12367 \end_layout
12368
12369 \end_inset
12370
12371
12372 \end_layout
12373
12374 \begin_layout Standard
12375 As the text should be horizontally centered, the command 
12376 \series bold
12377
12378 \backslash
12379 centering
12380 \series default
12381  is added.
12382  You can now enter the following \SpecialChar LaTeX
12383 -argument for the first spanned column:
12384 \end_layout
12385
12386 \begin_layout Standard
12387
12388 \series bold
12389 >{
12390 \backslash
12391 centering}m{1.25cm-6.2pt}
12392 \end_layout
12393
12394 \begin_layout Standard
12395 The command 
12396 \series bold
12397 >{ }
12398 \series default
12399  means, that the commands inside the braces are applied before the cell
12400  is created.
12401 \end_layout
12402
12403 \begin_layout Standard
12404 Although we have chosen centered alignment for the text of the multicolumn
12405  cell, it is still left aligned.
12406  This is because \SpecialChar LyX
12407  only applies the alignment to single columns.
12408  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12409 -argument
12410 \end_layout
12411
12412 \begin_layout Standard
12413
12414 \series bold
12415 >{
12416 \backslash
12417 centering}m{2.5cm}
12418 \end_layout
12419
12420 \begin_layout Subsection
12421 Multirows
12422 \begin_inset CommandInset label
12423 LatexCommand label
12424 name "subsec:Multirows"
12425
12426 \end_inset
12427
12428
12429 \begin_inset Index idx
12430 status collapsed
12431
12432 \begin_layout Plain Layout
12433 Multirows
12434 \end_layout
12435
12436 \end_inset
12437
12438
12439 \begin_inset Index idx
12440 status collapsed
12441
12442 \begin_layout Plain Layout
12443 Table ! Multirows
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \end_layout
12450
12451 \begin_layout Standard
12452 To merge cells over multiple rows, select as many cells within a column
12453  as you want to merge and use either the table-toolbar button 
12454 \begin_inset Info
12455 type  "icon"
12456 arg   "inset-modify tabular multirow"
12457 \end_inset
12458
12459 , or the menu 
12460 \family sans
12461 Edit\SpecialChar menuseparator
12462 Table\SpecialChar menuseparator
12463 Multirow
12464 \family default
12465 , or right click on the marked cells and choose 
12466 \family sans
12467 Multirow
12468 \family default
12469  in the context menu.
12470 \end_layout
12471
12472 \begin_layout Standard
12473 Here is an example table with a multirow in the first column:
12474 \begin_inset Separator parbreak
12475 \end_inset
12476
12477
12478 \end_layout
12479
12480 \begin_layout Standard
12481 \align center
12482 \begin_inset Tabular
12483 <lyxtabular version="3" rows="3" columns="3">
12484 <features tabularvalignment="middle">
12485 <column alignment="center" valignment="top" width="0pt">
12486 <column alignment="center" valignment="top">
12487 <column alignment="center" valignment="top">
12488 <row>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 a long cell entry
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 b
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 c
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 </row>
12517 <row>
12518 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 multirow
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 e
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 f
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 </row>
12546 <row>
12547 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 h
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 i
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 </row>
12575 </lyxtabular>
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \begin_layout Standard
12583 The width of multirow cells is set by setting the width and alignment for
12584  the whole column.
12585  The 
12586 \family sans
12587 Vertical Offset
12588 \family default
12589  shifts the content of the multirow up/down if the offset is positive/negative.
12590 \end_layout
12591
12592 \begin_layout Standard
12593 If the column of a multirow cell has no explicit width, the multirow cell
12594  inherits the alignment of the column.
12595  Otherwise it is by default left-aligned.
12596  To override the default, renew the command 
12597 \series bold
12598
12599 \backslash
12600 multirowsetup
12601 \series default
12602  with the command
12603 \end_layout
12604
12605 \begin_layout Standard
12606
12607 \series bold
12608
12609 \backslash
12610 renewcommand{
12611 \backslash
12612 multirowsetup}{
12613 \backslash
12614 centering}
12615 \end_layout
12616
12617 \begin_layout Standard
12618 in the document preamble.
12619  Then all entries of multirow cells in the document are centered.
12620  If centering is only needed for several tables, you can renew the command
12621  in a \SpecialChar TeX
12622  Code box just before the table instead of the preamble.
12623  If the text should be right-aligned, replace 
12624 \series bold
12625
12626 \backslash
12627 centering
12628 \series default
12629  by 
12630 \series bold
12631
12632 \backslash
12633 raggedleft
12634 \series default
12635 .
12636  To return to left-alignment 
12637 \series bold
12638
12639 \backslash
12640 raggedright
12641 \series default
12642  is used.
12643 \end_layout
12644
12645 \begin_layout Standard
12646 This is an example table with a right-aligned multirow cell that has a vertical
12647  offset of -4
12648 \begin_inset space \thinspace{}
12649 \end_inset
12650
12651 mm and is in a 3
12652 \begin_inset space \thinspace{}
12653 \end_inset
12654
12655 cm wide column:
12656 \begin_inset Separator parbreak
12657 \end_inset
12658
12659
12660 \end_layout
12661
12662 \begin_layout Standard
12663 \noindent
12664 \align center
12665 \begin_inset ERT
12666 status collapsed
12667
12668 \begin_layout Plain Layout
12669
12670
12671 \backslash
12672 renewcommand{
12673 \backslash
12674 multirowsetup}{
12675 \backslash
12676 raggedleft}
12677 \end_layout
12678
12679 \end_inset
12680
12681
12682 \begin_inset Tabular
12683 <lyxtabular version="3" rows="4" columns="3">
12684 <features tabularvalignment="middle">
12685 <column alignment="center" valignment="top" width="3cm">
12686 <column alignment="center" valignment="top">
12687 <column alignment="center" valignment="top">
12688 <row>
12689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 a long cell entry
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 b
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 c
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 </row>
12717 <row>
12718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 t
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 n
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 m
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 </row>
12746 <row>
12747 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 multirow
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 e
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 f
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 </row>
12775 <row>
12776 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 h
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 i
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 </row>
12804 </lyxtabular>
12805
12806 \end_inset
12807
12808
12809 \begin_inset ERT
12810 status collapsed
12811
12812 \begin_layout Plain Layout
12813
12814
12815 \backslash
12816 renewcommand{
12817 \backslash
12818 multirowsetup}{
12819 \backslash
12820 raggedright}
12821 \end_layout
12822
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \begin_layout Standard
12829 To start a new line in a multirow you can use a forced line break (shortcut
12830  
12831 \begin_inset Info
12832 type  "shortcut"
12833 arg   "newline-insert newline"
12834 \end_inset
12835
12836 ) but this will not respect the cell lines as demonstrated in this table:
12837 \begin_inset Separator parbreak
12838 \end_inset
12839
12840
12841 \end_layout
12842
12843 \begin_layout Standard
12844 \noindent
12845 \align center
12846 \begin_inset Tabular
12847 <lyxtabular version="3" rows="3" columns="2">
12848 <features tabularvalignment="middle">
12849 <column alignment="left" valignment="middle" width="2cm">
12850 <column alignment="center" valignment="top">
12851 <row>
12852 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 aaa
12857 \begin_inset Newline newline
12858 \end_inset
12859
12860 aaa
12861 \begin_inset Newline newline
12862 \end_inset
12863
12864 wrong cell
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 ccc
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 <row>
12880 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 ddd
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 </row>
12899 <row>
12900 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 bbb
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 eee
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 </row>
12919 </lyxtabular>
12920
12921 \end_inset
12922
12923
12924 \end_layout
12925
12926 \begin_layout Standard
12927 Therefore be careful with forced line breaks.
12928 \end_layout
12929
12930 \begin_layout Subsection
12931 Cells with diagonal line(s)
12932 \end_layout
12933
12934 \begin_layout Standard
12935 To tell the reader what is meant by column and row headings in a table,
12936  it is helpful to split the first cell of the table by one or two diagonal
12937  lines.
12938  This can be achieved by loading the \SpecialChar LaTeX
12939  package 
12940 \series bold
12941 diagbox
12942 \series default
12943
12944 \begin_inset Index idx
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948 \SpecialChar LaTeX
12949 -packages ! picinpar
12950 \end_layout
12951
12952 \end_inset
12953
12954  in the document preamble.
12955  The package provides the command 
12956 \series bold
12957
12958 \backslash
12959 diagbox
12960 \series default
12961  that is inserted as \SpecialChar TeX
12962  Code and that can take 2 or 3
12963 \begin_inset space ~
12964 \end_inset
12965
12966 arguments:
12967 \end_layout
12968
12969 \begin_layout Standard
12970
12971 \series bold
12972
12973 \backslash
12974 diagbox[options]{lower left}{upper right}
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 diagbox[options]{lower left}{upper left}{upper right}
12983 \end_layout
12984
12985 \begin_layout Standard
12986 The first scheme divides the cell by a single diagonal line and the arguments
12987  are placed below and above this line.
12988  The second scheme divides the cell by 2
12989 \begin_inset space ~
12990 \end_inset
12991
12992 lines.
12993 \end_layout
12994
12995 \begin_layout Standard
12996 \begin_inset ERT
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000
13001
13002 \backslash
13003 ifdiagbox
13004 \end_layout
13005
13006 \end_inset
13007
13008
13009 \begin_inset Note Note
13010 status open
13011
13012 \begin_layout Plain Layout
13013 The following section will only be displayed when the \SpecialChar LaTeX
13014 -package 
13015 \series bold
13016 diagbox
13017 \series default
13018  is installed.
13019 \end_layout
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 Here is an example table where 
13028 \series bold
13029
13030 \backslash
13031 diagbox 
13032 \series default
13033 is used in the 2-argument scheme in the first cell:
13034 \begin_inset VSpace medskip
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \begin_layout Standard
13041 \noindent
13042 \begin_inset Tabular
13043 <lyxtabular version="3" rows="4" columns="4">
13044 <features tabularvalignment="middle">
13045 <column alignment="center" valignment="top">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <column alignment="center" valignment="top">
13049 <row>
13050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 \begin_inset ERT
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058
13059
13060 \backslash
13061 diagbox{
13062 \end_layout
13063
13064 \end_inset
13065
13066 Name
13067 \begin_inset ERT
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071
13072 }{
13073 \end_layout
13074
13075 \end_inset
13076
13077 Parameter
13078 \begin_inset ERT
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082
13083 }
13084 \end_layout
13085
13086 \end_inset
13087
13088
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 Thickness in nm
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 Transparency in %
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 Hardness in MPa
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 Perfect Green
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 45
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 80
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 504
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 Dark Multi-P
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 60
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 72
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 982
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 </row>
13197 <row>
13198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 Crystal Clear Pro
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 18
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 86
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 374
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 </lyxtabular>
13236
13237 \end_inset
13238
13239
13240 \begin_inset VSpace medskip
13241 \end_inset
13242
13243
13244 \end_layout
13245
13246 \begin_layout Standard
13247 The 3-argument scheme is for example useful for cross-tables of sports leagues
13248  or distances:
13249 \begin_inset Separator parbreak
13250 \end_inset
13251
13252
13253 \end_layout
13254
13255 \begin_layout Standard
13256 \noindent
13257 \align center
13258 \begin_inset Tabular
13259 <lyxtabular version="3" rows="4" columns="4">
13260 <features tabularvalignment="middle">
13261 <column alignment="center" valignment="top" width="0pt">
13262 <column alignment="center" valignment="top">
13263 <column alignment="center" valignment="top">
13264 <column alignment="center" valignment="top">
13265 <row>
13266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 \begin_inset ERT
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274
13275
13276 \backslash
13277 diagbox{
13278 \end_layout
13279
13280 \end_inset
13281
13282 Team home
13283 \begin_inset ERT
13284 status collapsed
13285
13286 \begin_layout Plain Layout
13287
13288 }{
13289 \end_layout
13290
13291 \end_inset
13292
13293 Result
13294 \begin_inset ERT
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298
13299 }{
13300 \end_layout
13301
13302 \end_inset
13303
13304 Team away
13305 \begin_inset ERT
13306 status collapsed
13307
13308 \begin_layout Plain Layout
13309
13310 }
13311 \end_layout
13312
13313 \end_inset
13314
13315
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 Tigers
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 Panthers
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 Falcons
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 </row>
13348 <row>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 Tigers
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 —
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 1:3
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 0:1
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 </row>
13386 <row>
13387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 Panthers
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 3:1
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 —
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 0:0
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 </row>
13424 <row>
13425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 Falcons
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 1:0
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 0:0
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 —
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 </row>
13462 </lyxtabular>
13463
13464 \end_inset
13465
13466
13467 \end_layout
13468
13469 \begin_layout Standard
13470 For larger cross-tables one might use split cells in 2 or every corner of
13471  the table like in this example:
13472 \begin_inset Separator parbreak
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \begin_layout Standard
13479 \noindent
13480 \align center
13481 \begin_inset Tabular
13482 <lyxtabular version="3" rows="5" columns="5">
13483 <features tabularvalignment="middle">
13484 <column alignment="center" valignment="top" width="0pt">
13485 <column alignment="center" valignment="top">
13486 <column alignment="center" valignment="top">
13487 <column alignment="center" valignment="top">
13488 <column alignment="center" valignment="top">
13489 <row>
13490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 \begin_inset ERT
13495 status open
13496
13497 \begin_layout Plain Layout
13498
13499
13500 \backslash
13501 diagbox{
13502 \end_layout
13503
13504 \end_inset
13505
13506 Team home
13507 \begin_inset ERT
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511
13512 }{
13513 \end_layout
13514
13515 \end_inset
13516
13517 Result
13518 \begin_inset ERT
13519 status collapsed
13520
13521 \begin_layout Plain Layout
13522
13523 }{
13524 \end_layout
13525
13526 \end_inset
13527
13528 Team away
13529 \begin_inset ERT
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533
13534 }
13535 \end_layout
13536
13537 \end_inset
13538
13539
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 Tigers
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 Panthers
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 Falcons
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575 \begin_inset ERT
13576 status open
13577
13578 \begin_layout Plain Layout
13579
13580
13581 \backslash
13582 diagbox[dir=NE]{
13583 \end_layout
13584
13585 \end_inset
13586
13587 Team home
13588 \begin_inset ERT
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592
13593 }{
13594 \end_layout
13595
13596 \end_inset
13597
13598 Result
13599 \begin_inset ERT
13600 status collapsed
13601
13602 \begin_layout Plain Layout
13603
13604 }{
13605 \end_layout
13606
13607 \end_inset
13608
13609 Team away
13610 \begin_inset ERT
13611 status collapsed
13612
13613 \begin_layout Plain Layout
13614
13615 }
13616 \end_layout
13617
13618 \end_inset
13619
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 <row>
13627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 Tigers
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 —
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 1:3
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 0:1
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 Tigers
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 </row>
13673 <row>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 Panthers
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 3:1
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 —
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 0:0
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 Panthers
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 Falcons
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 1:0
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 0:0
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 —
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 Falcons
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 </row>
13767 <row>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 \begin_inset ERT
13773 status open
13774
13775 \begin_layout Plain Layout
13776
13777
13778 \backslash
13779 diagbox[dir=SW]{
13780 \end_layout
13781
13782 \end_inset
13783
13784 Team home
13785 \begin_inset ERT
13786 status collapsed
13787
13788 \begin_layout Plain Layout
13789
13790 }{
13791 \end_layout
13792
13793 \end_inset
13794
13795 Result
13796 \begin_inset ERT
13797 status collapsed
13798
13799 \begin_layout Plain Layout
13800
13801 }{
13802 \end_layout
13803
13804 \end_inset
13805
13806 Team away
13807 \begin_inset ERT
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811
13812 }
13813 \end_layout
13814
13815 \end_inset
13816
13817
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 Tigers
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 Panthers
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 Falcons
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 \begin_inset ERT
13854 status open
13855
13856 \begin_layout Plain Layout
13857
13858
13859 \backslash
13860 diagbox[dir=SE]{
13861 \end_layout
13862
13863 \end_inset
13864
13865 Team home
13866 \begin_inset ERT
13867 status collapsed
13868
13869 \begin_layout Plain Layout
13870
13871 }{
13872 \end_layout
13873
13874 \end_inset
13875
13876 Result
13877 \begin_inset ERT
13878 status collapsed
13879
13880 \begin_layout Plain Layout
13881
13882 }{
13883 \end_layout
13884
13885 \end_inset
13886
13887 Team away
13888 \begin_inset ERT
13889 status collapsed
13890
13891 \begin_layout Plain Layout
13892
13893 }
13894 \end_layout
13895
13896 \end_inset
13897
13898
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 </row>
13904 </lyxtabular>
13905
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \begin_layout Standard
13912 To rotate the diagonal lines, the command option 
13913 \series bold
13914 dir=direction
13915 \series default
13916  is used.
13917  
13918 \emph on
13919 direction
13920 \emph default
13921  is either 
13922 \series bold
13923 NE
13924 \series default
13925
13926 \series bold
13927 DE
13928 \series default
13929
13930 \series bold
13931 SW
13932 \series default
13933  or 
13934 \series bold
13935 NW
13936 \series default
13937  and represent a point of a compass.
13938  
13939 \series bold
13940 SW
13941 \series default
13942  is for example the south-west corner.
13943  Thus in the lower left cell of the above table the command
13944 \end_layout
13945
13946 \begin_layout Standard
13947
13948 \series bold
13949
13950 \backslash
13951 diagbox[dir=SW]{Team home}{Result}{Team away}
13952 \end_layout
13953
13954 \begin_layout Standard
13955 is used.
13956  If no direction is given, it will be NW.
13957 \end_layout
13958
13959 \begin_layout Standard
13960 The necessary width of split cells is automatically calculated.
13961  Thus if you set a fixed column width smaller than the calculated one, the
13962  cell's content will protrude the cell borders:
13963 \begin_inset Separator parbreak
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Standard
13970 \noindent
13971 \align center
13972 \begin_inset Tabular
13973 <lyxtabular version="3" rows="2" columns="2">
13974 <features tabularvalignment="middle">
13975 <column alignment="center" valignment="top" width="3cm">
13976 <column alignment="center" valignment="top">
13977 <row>
13978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 \begin_inset ERT
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986
13987
13988 \backslash
13989 diagbox{
13990 \end_layout
13991
13992 \end_inset
13993
13994 Name
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000 }{
14001 \end_layout
14002
14003 \end_inset
14004
14005 Parameter
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011 }
14012 \end_layout
14013
14014 \end_inset
14015
14016
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 Thickness in nm
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 </row>
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 Perfect Green
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 45
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 </row>
14051 </lyxtabular>
14052
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \begin_layout Standard
14059 If you need a certain width for columns with a split cell, use the command
14060  option 
14061 \series bold
14062 width=3cm
14063 \series default
14064  (replace '3cm' by the width you need).
14065  In the following table the width of the first column is set to 4
14066 \begin_inset space \thinspace{}
14067 \end_inset
14068
14069 cm.
14070  For 
14071 \series bold
14072
14073 \backslash
14074 diagbox
14075 \series default
14076  a width of 4
14077 \begin_inset space \thinspace{}
14078 \end_inset
14079
14080 cm + 2
14081 \begin_inset space \thinspace{}
14082 \end_inset
14083
14084
14085 \backslash
14086 tabcolsep is necessary because the overall width is the width for the text
14087  (in this case the 4
14088 \begin_inset space \thinspace{}
14089 \end_inset
14090
14091 cm) plus two times the separation of the text and the cell border.
14092  The calculation of the width cannot be done in the command option of 
14093 \series bold
14094
14095 \backslash
14096 diagbox
14097 \series default
14098  so one needs to create a new length which can be used later.
14099  This is done with the \SpecialChar TeX
14100  Code commands
14101 \end_layout
14102
14103 \begin_layout Standard
14104
14105 \series bold
14106
14107 \backslash
14108 newlength{
14109 \backslash
14110 diagtest}
14111 \begin_inset Newline newline
14112 \end_inset
14113
14114
14115 \backslash
14116 setlength{
14117 \backslash
14118 diagtest}{4cm+2
14119 \backslash
14120 tabcolsep}
14121 \end_layout
14122
14123 \begin_layout Standard
14124 \begin_inset ERT
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128
14129
14130 \backslash
14131 newlength{
14132 \backslash
14133 diagtest}
14134 \end_layout
14135
14136 \begin_layout Plain Layout
14137
14138
14139 \backslash
14140 setlength{
14141 \backslash
14142 diagtest}{4cm+2
14143 \backslash
14144 tabcolsep}
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \begin_layout Standard
14153 To enable calculations in \SpecialChar LaTeX
14154  one needs to load the package 
14155 \series bold
14156 calc
14157 \series default
14158
14159 \begin_inset Index idx
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163 \SpecialChar LaTeX
14164 -packages ! calc
14165 \end_layout
14166
14167 \end_inset
14168
14169  in the document preamble.
14170 \end_layout
14171
14172 \begin_layout Standard
14173 In this table you can now use the command
14174 \end_layout
14175
14176 \begin_layout Standard
14177
14178 \series bold
14179
14180 \backslash
14181 diagbox[width=
14182 \backslash
14183 diagtest]{A}{B}
14184 \end_layout
14185
14186 \begin_layout Standard
14187 in the first cell:
14188 \begin_inset Separator parbreak
14189 \end_inset
14190
14191
14192 \end_layout
14193
14194 \begin_layout Standard
14195 \noindent
14196 \align center
14197 \begin_inset Tabular
14198 <lyxtabular version="3" rows="2" columns="2">
14199 <features tabularvalignment="middle">
14200 <column alignment="center" valignment="top" width="4cm">
14201 <column alignment="center" valignment="top">
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 \begin_inset ERT
14208 status open
14209
14210 \begin_layout Plain Layout
14211
14212
14213 \backslash
14214 diagbox[width=
14215 \backslash
14216 diagtest]{
14217 \end_layout
14218
14219 \end_inset
14220
14221 A
14222 \begin_inset ERT
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226
14227 }{
14228 \end_layout
14229
14230 \end_inset
14231
14232 B
14233 \begin_inset ERT
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237
14238 }
14239 \end_layout
14240
14241 \end_inset
14242
14243
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 Thickness in nm
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 <row>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 Perfect Green
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 45
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 </row>
14278 </lyxtabular>
14279
14280 \end_inset
14281
14282
14283 \end_layout
14284
14285 \begin_layout Standard
14286 Note that the split cell needs to be the widest one in the column.
14287  Otherwise the length of the diagonal line cannot be calculated correctly
14288  like in this table:
14289 \begin_inset Separator parbreak
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \begin_layout Standard
14296 \noindent
14297 \align center
14298 \begin_inset Tabular
14299 <lyxtabular version="3" rows="2" columns="2">
14300 <features tabularvalignment="middle">
14301 <column alignment="center" valignment="top" width="0pt">
14302 <column alignment="center" valignment="top">
14303 <row>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 \begin_inset ERT
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313
14314 \backslash
14315 diagbox{
14316 \end_layout
14317
14318 \end_inset
14319
14320 A
14321 \begin_inset ERT
14322 status collapsed
14323
14324 \begin_layout Plain Layout
14325
14326 }{
14327 \end_layout
14328
14329 \end_inset
14330
14331 B
14332 \begin_inset ERT
14333 status collapsed
14334
14335 \begin_layout Plain Layout
14336
14337 }
14338 \end_layout
14339
14340 \end_inset
14341
14342
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 Thickness in nm
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 </row>
14357 <row>
14358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 Perfect Green
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 45
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 </row>
14377 </lyxtabular>
14378
14379 \end_inset
14380
14381
14382 \end_layout
14383
14384 \begin_layout Standard
14385 In this case use the 
14386 \series bold
14387 width
14388 \series default
14389  option of the 
14390 \series bold
14391
14392 \backslash
14393 diagbox
14394 \series default
14395  command.
14396  It is then not necessary to add 2
14397 \backslash
14398 tabcolsep because the cell width is now the width of the column.
14399  In this table a width of 3
14400 \begin_inset space \thinspace{}
14401 \end_inset
14402
14403 cm is used:
14404 \begin_inset Separator parbreak
14405 \end_inset
14406
14407
14408 \end_layout
14409
14410 \begin_layout Standard
14411 \noindent
14412 \align center
14413 \begin_inset Tabular
14414 <lyxtabular version="3" rows="2" columns="2">
14415 <features tabularvalignment="middle">
14416 <column alignment="center" valignment="top" width="0pt">
14417 <column alignment="center" valignment="top">
14418 <row>
14419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Plain Layout
14423 \begin_inset ERT
14424 status open
14425
14426 \begin_layout Plain Layout
14427
14428
14429 \backslash
14430 diagbox[width=3cm]{
14431 \end_layout
14432
14433 \end_inset
14434
14435 A
14436 \begin_inset ERT
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440
14441 }{
14442 \end_layout
14443
14444 \end_inset
14445
14446 B
14447 \begin_inset ERT
14448 status collapsed
14449
14450 \begin_layout Plain Layout
14451
14452 }
14453 \end_layout
14454
14455 \end_inset
14456
14457
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466 Thickness in nm
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 </row>
14472 <row>
14473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 Perfect Green
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 45
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 </row>
14492 </lyxtabular>
14493
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \begin_layout Standard
14500 For multiple text lines in split cells one needs some extra height to fit
14501  the text to the cell.
14502  This can be achieved with the 
14503 \series bold
14504
14505 \backslash
14506 diagbox
14507 \series default
14508  option 
14509 \series bold
14510 height=3cm
14511 \series default
14512  (replace '3cm' by the height you need).
14513  In the following table the command
14514 \end_layout
14515
14516 \begin_layout Standard
14517
14518 \series bold
14519
14520 \backslash
14521 diagbox[width=3cm,height=1.4cm]{A
14522 \backslash
14523
14524 \backslash
14525 B}{C
14526 \backslash
14527
14528 \backslash
14529 D}
14530 \end_layout
14531
14532 \begin_layout Standard
14533 is used in the first cell.
14534  The command 
14535 \series bold
14536
14537 \backslash
14538
14539 \backslash
14540
14541 \series default
14542  creates hereby the line break.
14543 \begin_inset Foot
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547 Breaking lines with 
14548 \family sans
14549 Ctrl+Return
14550 \family default
14551  is only possible when the column has a fixed width.
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \begin_inset Separator parbreak
14558 \end_inset
14559
14560
14561 \end_layout
14562
14563 \begin_layout Standard
14564 \noindent
14565 \align center
14566 \begin_inset Tabular
14567 <lyxtabular version="3" rows="2" columns="2">
14568 <features tabularvalignment="middle">
14569 <column alignment="center" valignment="top">
14570 <column alignment="center" valignment="top">
14571 <row>
14572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 \begin_inset ERT
14577 status open
14578
14579 \begin_layout Plain Layout
14580
14581
14582 \backslash
14583 diagbox[width=3cm,height=1.4cm]{
14584 \end_layout
14585
14586 \end_inset
14587
14588 A
14589 \begin_inset ERT
14590 status collapsed
14591
14592 \begin_layout Plain Layout
14593
14594
14595 \backslash
14596
14597 \backslash
14598
14599 \end_layout
14600
14601 \end_inset
14602
14603 B
14604 \begin_inset ERT
14605 status collapsed
14606
14607 \begin_layout Plain Layout
14608
14609 }{
14610 \end_layout
14611
14612 \end_inset
14613
14614 C
14615 \begin_inset ERT
14616 status collapsed
14617
14618 \begin_layout Plain Layout
14619
14620
14621 \backslash
14622
14623 \backslash
14624
14625 \end_layout
14626
14627 \end_inset
14628
14629 D
14630 \begin_inset ERT
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634
14635 }
14636 \end_layout
14637
14638 \end_inset
14639
14640
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 Thickness in nm
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 Perfect Green
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 45
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 </row>
14675 </lyxtabular>
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683 \begin_inset ERT
14684 status collapsed
14685
14686 \begin_layout Plain Layout
14687
14688
14689 \backslash
14690 else
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \begin_inset Note Note
14697 status open
14698
14699 \begin_layout Plain Layout
14700 The following will be displayed when the \SpecialChar LaTeX
14701 -package 
14702 \series bold
14703 diagbox
14704 \series default
14705  is not installed:
14706 \end_layout
14707
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \begin_layout Standard
14714 You need to install the \SpecialChar LaTeX
14715 -package 
14716 \series bold
14717 diagbox
14718 \series default
14719  to see the following part of this section in the output.
14720 \end_layout
14721
14722 \begin_layout Standard
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728
14729 \backslash
14730 fi
14731 \end_layout
14732
14733 \end_inset
14734
14735
14736 \end_layout
14737
14738 \begin_layout Standard
14739 For more info about the \SpecialChar LaTeX
14740 -package 
14741 \series bold
14742 diagbox
14743 \series default
14744 , see its documentation, 
14745 \begin_inset CommandInset citation
14746 LatexCommand cite
14747 key "diagbox"
14748
14749 \end_inset
14750
14751 .
14752 \end_layout
14753
14754 \begin_layout Section
14755 Formal Tables
14756 \begin_inset CommandInset label
14757 LatexCommand label
14758 name "sec:Formal-Tables"
14759
14760 \end_inset
14761
14762
14763 \begin_inset Index idx
14764 status collapsed
14765
14766 \begin_layout Plain Layout
14767 Table ! Formal
14768 \end_layout
14769
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \begin_layout Standard
14776 Tables are often typeset in books similar to Table
14777 \begin_inset space ~
14778 \end_inset
14779
14780
14781 \begin_inset CommandInset ref
14782 LatexCommand ref
14783 reference "tab:Example-booktabs-table"
14784
14785 \end_inset
14786
14787 .
14788  This kind of tables is called 
14789 \begin_inset Quotes eld
14790 \end_inset
14791
14792
14793 \emph on
14794 formal
14795 \emph default
14796
14797 \begin_inset Quotes erd
14798 \end_inset
14799
14800 .
14801  To make a table a formal table use the option 
14802 \family sans
14803 Formal
14804 \family default
14805  in the 
14806 \family sans
14807 Borders
14808 \family default
14809  tab of the table dialog.
14810 \end_layout
14811
14812 \begin_layout Standard
14813 \begin_inset Float table
14814 placement h
14815 wide false
14816 sideways false
14817 status open
14818
14819 \begin_layout Plain Layout
14820 \begin_inset Caption Standard
14821
14822 \begin_layout Plain Layout
14823 \begin_inset CommandInset label
14824 LatexCommand label
14825 name "tab:Example-booktabs-table"
14826
14827 \end_inset
14828
14829 Example booktabs-table
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \end_layout
14836
14837 \begin_layout Plain Layout
14838 \align center
14839 \begin_inset Tabular
14840 <lyxtabular version="3" rows="8" columns="4">
14841 <features booktabs="true" tabularvalignment="middle">
14842 <column alignment="center" valignment="top">
14843 <column alignment="center" valignment="top">
14844 <column alignment="center" valignment="top">
14845 <column alignment="center" valignment="top">
14846 <row>
14847 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Plain Layout
14851 System
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860 Chip
14861 \begin_inset space \thinspace{}
14862 \end_inset
14863
14864 1
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 Chip
14874 \begin_inset space \thinspace{}
14875 \end_inset
14876
14877 2
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 </row>
14892 <row>
14893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 \begin_inset ERT
14898 status collapsed
14899
14900 \begin_layout Plain Layout
14901
14902
14903 \backslash
14904 cmidrule(r){2-2}
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \begin_inset ERT
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914
14915
14916 \backslash
14917 cmidrule(l){3-4}
14918 \end_layout
14919
14920 \end_inset
14921
14922 Detector thickness in Âµm
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 300
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 300
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 <cell alignment="center" valignment="top" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949 700
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 </row>
14955 <row>
14956 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Plain Layout
14960 Edge angle in Â°
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 <cell alignment="center" valignment="top" topline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 3.55
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" topline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 2.71
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" topline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 7.99
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 </row>
14993 <row topspace="default">
14994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 Spatial resolution in Âµm
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell alignment="center" valignment="top" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 4.26
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 10.17
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 10.56
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row topspace="default">
15032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 MTF at 
15037 \begin_inset Formula $f_{\mathrm{max}}$
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 0.53
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 0.37
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 0.39
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 </row>
15073 <row topspace="default">
15074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 \begin_inset ERT
15079 status collapsed
15080
15081 \begin_layout Plain Layout
15082
15083
15084 \backslash
15085 cmidrule[2pt](l{10pt}){1-1}
15086 \end_layout
15087
15088 \end_inset
15089
15090 LSF-spatial resolution
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 <row>
15124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 in Âµm
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 129.7
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 52.75
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 50.78
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row>
15162 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166 in % of pixel size
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 76.3
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 95.9
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 92.3
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 </lyxtabular>
15200
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \begin_layout Standard
15212 Spaces to table rows can be added using the 
15213 \family sans
15214 Borders
15215 \family default
15216  tab of the table dialog as described in section
15217 \begin_inset space ~
15218 \end_inset
15219
15220
15221 \begin_inset CommandInset ref
15222 LatexCommand ref
15223 reference "subsec:Row-Spacing"
15224
15225 \end_inset
15226
15227 .
15228 \end_layout
15229
15230 \begin_layout Standard
15231 Unlike normal tables, formal tables have no vertical table lines.
15232  The horizontal table lines can be set as for normal tables but they appear
15233  with different widths in the output:
15234 \begin_inset Newline newline
15235 \end_inset
15236
15237 The first and the last table line have a default width of 0.08
15238 \begin_inset space \thinspace{}
15239 \end_inset
15240
15241 em while the other lines have a default width of 0.05
15242 \begin_inset space \thinspace{}
15243 \end_inset
15244
15245 em.
15246 \end_layout
15247
15248 \begin_layout Standard
15249 The default widths can be changed with the following preamble lines
15250 \end_layout
15251
15252 \begin_layout Standard
15253
15254 \series bold
15255
15256 \backslash
15257 let
15258 \backslash
15259 mytoprule
15260 \backslash
15261 toprule
15262 \begin_inset Newline newline
15263 \end_inset
15264
15265
15266 \backslash
15267 renewcommand{
15268 \backslash
15269 toprule}{
15270 \backslash
15271 mytoprule[width]}
15272 \end_layout
15273
15274 \begin_layout Standard
15275 This example is for the first line, the so called 
15276 \series bold
15277 toprule
15278 \series default
15279 .
15280  If you want to change the width for the last line, replace 
15281 \series bold
15282 toprule
15283 \series default
15284  by 
15285 \series bold
15286 bottomrule
15287 \series default
15288 .
15289  To change the width for the other lines replace 
15290 \series bold
15291 toprule
15292 \series default
15293  by 
15294 \series bold
15295 midrule
15296 \series default
15297 .
15298  You can use all units listed in appendix
15299 \begin_inset space ~
15300 \end_inset
15301
15302
15303 \begin_inset CommandInset ref
15304 LatexCommand ref
15305 reference "cha:Units-available-in"
15306
15307 \end_inset
15308
15309  to set the width.
15310 \end_layout
15311
15312 \begin_layout Standard
15313 Lines that do not span all table columns can be created by setting a table
15314  line for multicolumn cells.
15315  \SpecialChar LyX
15316  will then internally use the command 
15317 \series bold
15318
15319 \backslash
15320 cmidrule
15321 \series default
15322  to create this line.
15323  Its full scheme is
15324 \end_layout
15325
15326 \begin_layout Standard
15327
15328 \series bold
15329
15330 \backslash
15331 cmidrule[height](trim){startcol-endcol}
15332 \end_layout
15333
15334 \begin_layout Standard
15335 The options of 
15336 \series bold
15337
15338 \backslash
15339 cmidrule
15340 \series default
15341  are currently not supported by \SpecialChar LyX
15342  so you have to use \SpecialChar TeX
15343  Code to be able to
15344  use them.
15345  
15346 \series bold
15347
15348 \backslash
15349 cmidrule
15350 \series default
15351 s can manually be created by inserting the command as \SpecialChar TeX
15352  Code as the first
15353  cell entry of the first cell of a row.
15354  The line is then drawn in the output above the current row.
15355 \end_layout
15356
15357 \begin_layout Standard
15358 The default for the optional 
15359 \series bold
15360 height
15361 \series default
15362  is 0.03
15363 \begin_inset space \thinspace{}
15364 \end_inset
15365
15366 em.
15367  
15368 \series bold
15369 startcol
15370 \series default
15371  is the number of the column where the line starts and 
15372 \series bold
15373 endcol
15374 \series default
15375  the column number where the line ends.
15376  The 
15377 \series bold
15378 endcol
15379 \series default
15380  always needs to be specified, also when the line should span only one column.
15381  The optional parameter 
15382 \series bold
15383 trim
15384 \series default
15385  could either be 
15386 \emph on
15387 l{trimwidth}
15388 \emph default
15389  or 
15390 \emph on
15391 r{trimwidth}
15392 \emph default
15393  where the 
15394 \emph on
15395 trimwidth
15396 \emph default
15397  is also optional.
15398  Using for example the parameter 
15399 \emph on
15400 l{2pt}
15401 \emph default
15402  means that the line is trimmed from its left end by 2
15403 \begin_inset space \thinspace{}
15404 \end_inset
15405
15406 pt.
15407  If you don't specify the 
15408 \emph on
15409 trimwidth
15410 \emph default
15411  the line is trimmed by the default of 0.5
15412 \begin_inset space \thinspace{}
15413 \end_inset
15414
15415 em.
15416 \end_layout
15417
15418 \begin_layout Standard
15419 \begin_inset VSpace bigskip
15420 \end_inset
15421
15422 Table
15423 \begin_inset space ~
15424 \end_inset
15425
15426
15427 \begin_inset CommandInset ref
15428 LatexCommand ref
15429 reference "tab:Example-booktabs-table"
15430
15431 \end_inset
15432
15433  was created using the commands
15434 \end_layout
15435
15436 \begin_layout Standard
15437
15438 \series bold
15439
15440 \backslash
15441 cmidrule(r){2-2}
15442 \backslash
15443 cmidrule(l){3-4}
15444 \end_layout
15445
15446 \begin_layout Standard
15447 at the beginning of the second row and
15448 \end_layout
15449
15450 \begin_layout Standard
15451
15452 \series bold
15453
15454 \backslash
15455 cmidrule[2pt](l{10pt}){1-1}
15456 \end_layout
15457
15458 \begin_layout Standard
15459 in the sixth row.
15460 \end_layout
15461
15462 \begin_layout Standard
15463 \begin_inset VSpace bigskip
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \begin_layout Standard
15470 You might want to have overlapping 
15471 \series bold
15472
15473 \backslash
15474 cmidrule
15475 \series default
15476 s as in in Table
15477 \begin_inset space ~
15478 \end_inset
15479
15480
15481 \begin_inset CommandInset ref
15482 LatexCommand ref
15483 reference "tab:Special-booktabs-table"
15484
15485 \end_inset
15486
15487 .
15488  This can be achieved with the \SpecialChar TeX
15489  Code command
15490 \end_layout
15491
15492 \begin_layout Standard
15493
15494 \series bold
15495
15496 \backslash
15497 morecmidrules
15498 \end_layout
15499
15500 \begin_layout Standard
15501 The command that was used for the second row of Table
15502 \begin_inset space ~
15503 \end_inset
15504
15505
15506 \begin_inset CommandInset ref
15507 LatexCommand ref
15508 reference "tab:Special-booktabs-table"
15509
15510 \end_inset
15511
15512  is
15513 \end_layout
15514
15515 \begin_layout Standard
15516
15517 \series bold
15518
15519 \backslash
15520 cmidrule(r){2-2}
15521 \backslash
15522 cmidrule(l){3-4}
15523 \backslash
15524 morecmidrules
15525 \backslash
15526 cmidrule{2-4}
15527 \end_layout
15528
15529 \begin_layout Standard
15530 The command for the sixth row is
15531 \end_layout
15532
15533 \begin_layout Standard
15534
15535 \series bold
15536
15537 \backslash
15538 midrule
15539 \backslash
15540 morecmidrules
15541 \backslash
15542 cmidrule{3-4}
15543 \end_layout
15544
15545 \begin_layout Standard
15546 \begin_inset VSpace bigskip
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \begin_layout Standard
15553 If you are in any way not satisfied with the border line spacing, you can
15554  use the following command to produce lines that span over all table columns
15555 \series bold
15556 :
15557 \end_layout
15558
15559 \begin_layout Standard
15560
15561 \series bold
15562
15563 \backslash
15564 specialrule{width}{space above}{space below}
15565 \end_layout
15566
15567 \begin_layout Standard
15568 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15569 -package
15570  
15571 \series bold
15572 booktabs
15573 \series default
15574  
15575 \begin_inset CommandInset citation
15576 LatexCommand cite
15577 key "booktabs"
15578
15579 \end_inset
15580
15581 .
15582 \begin_inset Index idx
15583 status collapsed
15584
15585 \begin_layout Plain Layout
15586 \SpecialChar LaTeX
15587 -packages ! booktabs
15588 \end_layout
15589
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \begin_layout Standard
15596 \begin_inset Float table
15597 placement h
15598 wide false
15599 sideways false
15600 status open
15601
15602 \begin_layout Plain Layout
15603 \begin_inset Caption Standard
15604
15605 \begin_layout Plain Layout
15606 \begin_inset CommandInset label
15607 LatexCommand label
15608 name "tab:Special-booktabs-table"
15609
15610 \end_inset
15611
15612 Special booktabs-table
15613 \end_layout
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Plain Layout
15621 \align center
15622 \begin_inset Tabular
15623 <lyxtabular version="3" rows="8" columns="4">
15624 <features booktabs="true" tabularvalignment="middle">
15625 <column alignment="center" valignment="top">
15626 <column alignment="center" valignment="top">
15627 <column alignment="center" valignment="top">
15628 <column alignment="center" valignment="top">
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634 System
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 Chip
15644 \begin_inset space \thinspace{}
15645 \end_inset
15646
15647 1
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 Chip
15657 \begin_inset space \thinspace{}
15658 \end_inset
15659
15660 2
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 </row>
15675 <row>
15676 <cell alignment="center" valignment="top" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 \begin_inset ERT
15681 status collapsed
15682
15683 \begin_layout Plain Layout
15684
15685
15686 \backslash
15687 cmidrule(r){2-2}
15688 \end_layout
15689
15690 \end_inset
15691
15692
15693 \begin_inset ERT
15694 status collapsed
15695
15696 \begin_layout Plain Layout
15697
15698
15699 \backslash
15700 cmidrule(l){3-4}
15701 \end_layout
15702
15703 \end_inset
15704
15705
15706 \begin_inset ERT
15707 status collapsed
15708
15709 \begin_layout Plain Layout
15710
15711
15712 \backslash
15713 morecmidrules 
15714 \end_layout
15715
15716 \end_inset
15717
15718
15719 \begin_inset ERT
15720 status collapsed
15721
15722 \begin_layout Plain Layout
15723
15724
15725 \backslash
15726 cmidrule{2-4}
15727 \end_layout
15728
15729 \end_inset
15730
15731 Detector thickness in Âµm
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 300
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 300
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 700
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 <row>
15765 <cell alignment="center" valignment="top" topline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 Edge angle in Â°
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 3.55
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 2.71
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 7.99
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row topspace="default">
15803 <cell alignment="center" valignment="top" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 Spatial resolution in Âµm
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 4.26
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 10.17
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 10.56
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 <row topspace="default">
15841 <cell alignment="center" valignment="top" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845 MTF at 
15846 \begin_inset Formula $f_{\mathrm{max}}$
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 0.53
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867 0.37
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 0.39
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 \begin_inset ERT
15888 status collapsed
15889
15890 \begin_layout Plain Layout
15891
15892
15893 \backslash
15894 morecmidrules 
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \begin_inset ERT
15901 status collapsed
15902
15903 \begin_layout Plain Layout
15904
15905
15906 \backslash
15907 cmidrule{3-4}
15908 \end_layout
15909
15910 \end_inset
15911
15912 LSF-spatial resolution
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" topline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row>
15946 <cell alignment="center" valignment="top" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 in Âµm
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 129.7
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 52.75
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 50.78
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 </row>
15983 <row>
15984 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 in % of pixel size
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 76.3
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 95.9
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 92.3
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 </lyxtabular>
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Section
16034 Vertical Table Alignment
16035 \begin_inset Index idx
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039 Table ! Alignment
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Standard
16048 To align tables vertically in a text line, the table must be inside a box.
16049  The box can then be vertically aligned as described in section
16050 \begin_inset space ~
16051 \end_inset
16052
16053
16054 \begin_inset CommandInset ref
16055 LatexCommand ref
16056 reference "sec:Box-Dialog"
16057
16058 \end_inset
16059
16060 .
16061 \end_layout
16062
16063 \begin_layout Standard
16064 In the following example the tables are inside a minipage
16065 \begin_inset Foot
16066 status collapsed
16067
16068 \begin_layout Plain Layout
16069 Minipages are described in section
16070 \begin_inset space ~
16071 \end_inset
16072
16073
16074 \begin_inset CommandInset ref
16075 LatexCommand ref
16076 reference "sec:Minipages"
16077
16078 \end_inset
16079
16080 .
16081 \end_layout
16082
16083 \end_inset
16084
16085  box that has a width of 15
16086 \begin_inset space \thinspace{}
16087 \end_inset
16088
16089 col%:
16090 \end_layout
16091
16092 \begin_layout Itemize
16093 test 
16094 \begin_inset Box Frameless
16095 position "t"
16096 hor_pos "c"
16097 has_inner_box 1
16098 inner_pos "c"
16099 use_parbox 0
16100 use_makebox 0
16101 width "15col%"
16102 special "none"
16103 height "1in"
16104 height_special "totalheight"
16105 thickness "0.4pt"
16106 separation "3pt"
16107 shadowsize "4pt"
16108 framecolor "black"
16109 backgroundcolor "none"
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113 \begin_inset Tabular
16114 <lyxtabular version="3" rows="3" columns="3">
16115 <features tabularvalignment="middle">
16116 <column alignment="center" valignment="top">
16117 <column alignment="center" valignment="top">
16118 <column alignment="center" valignment="top">
16119 <row>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124 a
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 d
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142 g
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 </row>
16148 <row>
16149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 b
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162 e
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 h
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 </row>
16177 <row>
16178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 c
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 f
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 i
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 </lyxtabular>
16207
16208 \end_inset
16209
16210
16211 \end_layout
16212
16213 \end_inset
16214
16215  test 
16216 \begin_inset ERT
16217 status collapsed
16218
16219 \begin_layout Plain Layout
16220
16221
16222 \backslash
16223 raisebox{0.85
16224 \backslash
16225 baselineskip}{
16226 \end_layout
16227
16228 \end_inset
16229
16230
16231 \begin_inset Box Frameless
16232 position "t"
16233 hor_pos "c"
16234 has_inner_box 1
16235 inner_pos "c"
16236 use_parbox 0
16237 use_makebox 0
16238 width "15col%"
16239 special "none"
16240 height "1in"
16241 height_special "totalheight"
16242 thickness "0.4pt"
16243 separation "3pt"
16244 shadowsize "4pt"
16245 framecolor "black"
16246 backgroundcolor "none"
16247 status collapsed
16248
16249 \begin_layout Plain Layout
16250 \begin_inset Tabular
16251 <lyxtabular version="3" rows="3" columns="3">
16252 <features tabularvalignment="middle">
16253 <column alignment="center" valignment="top">
16254 <column alignment="center" valignment="top">
16255 <column alignment="center" valignment="top">
16256 <row>
16257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 a
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270 d
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 g
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 </row>
16285 <row>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 b
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 e
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308 h
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 <row>
16315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 c
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 f
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 i
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 </row>
16343 </lyxtabular>
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \begin_inset ERT
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357
16358 }
16359 \end_layout
16360
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \begin_layout Itemize
16367 test 
16368 \begin_inset Box Frameless
16369 position "c"
16370 hor_pos "c"
16371 has_inner_box 1
16372 inner_pos "c"
16373 use_parbox 0
16374 use_makebox 0
16375 width "15col%"
16376 special "none"
16377 height "1in"
16378 height_special "totalheight"
16379 thickness "0.4pt"
16380 separation "3pt"
16381 shadowsize "4pt"
16382 framecolor "black"
16383 backgroundcolor "none"
16384 status collapsed
16385
16386 \begin_layout Plain Layout
16387 \begin_inset Tabular
16388 <lyxtabular version="3" rows="3" columns="3">
16389 <features tabularvalignment="middle">
16390 <column alignment="center" valignment="top">
16391 <column alignment="center" valignment="top">
16392 <column alignment="center" valignment="top">
16393 <row>
16394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398 a
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 d
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 g
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 <row>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 b
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 e
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 h
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row>
16452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 c
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 f
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 i
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 </lyxtabular>
16481
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \begin_layout Itemize
16493 test 
16494 \begin_inset Box Frameless
16495 position "b"
16496 hor_pos "c"
16497 has_inner_box 1
16498 inner_pos "c"
16499 use_parbox 0
16500 use_makebox 0
16501 width "15col%"
16502 special "none"
16503 height "1in"
16504 height_special "totalheight"
16505 thickness "0.4pt"
16506 separation "3pt"
16507 shadowsize "4pt"
16508 framecolor "black"
16509 backgroundcolor "none"
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513 \begin_inset Tabular
16514 <lyxtabular version="3" rows="3" columns="3">
16515 <features tabularvalignment="middle">
16516 <column alignment="center" valignment="top">
16517 <column alignment="center" valignment="top">
16518 <column alignment="center" valignment="top">
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 a
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 d
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 g
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 <row>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 b
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 e
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 h
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 c
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 f
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 i
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 </lyxtabular>
16607
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \end_inset
16614
16615  test 
16616 \begin_inset ERT
16617 status collapsed
16618
16619 \begin_layout Plain Layout
16620
16621
16622 \backslash
16623 raisebox{-0.32
16624 \backslash
16625 baselineskip}{
16626 \end_layout
16627
16628 \end_inset
16629
16630
16631 \begin_inset Box Frameless
16632 position "b"
16633 hor_pos "c"
16634 has_inner_box 1
16635 inner_pos "c"
16636 use_parbox 0
16637 use_makebox 0
16638 width "15col%"
16639 special "none"
16640 height "1in"
16641 height_special "totalheight"
16642 thickness "0.4pt"
16643 separation "3pt"
16644 shadowsize "4pt"
16645 framecolor "black"
16646 backgroundcolor "none"
16647 status collapsed
16648
16649 \begin_layout Plain Layout
16650 \begin_inset Tabular
16651 <lyxtabular version="3" rows="3" columns="3">
16652 <features tabularvalignment="middle">
16653 <column alignment="center" valignment="top">
16654 <column alignment="center" valignment="top">
16655 <column alignment="center" valignment="top">
16656 <row>
16657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 a
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 d
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 g
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 b
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 e
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 h
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 c
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 f
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 i
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 </lyxtabular>
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751
16752
16753 \begin_inset ERT
16754 status collapsed
16755
16756 \begin_layout Plain Layout
16757
16758 }
16759 \end_layout
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \begin_layout Standard
16767 As you will see, the content of the first and last table row is not correctly
16768  aligned.
16769  To get this alignment, the minipage box must be set into a raisebox.
16770 \begin_inset Foot
16771 status collapsed
16772
16773 \begin_layout Plain Layout
16774 Raiseboxes are described in section
16775 \begin_inset space ~
16776 \end_inset
16777
16778
16779 \begin_inset CommandInset ref
16780 LatexCommand ref
16781 reference "subsec:Vertical-Alignment"
16782
16783 \end_inset
16784
16785 .
16786 \end_layout
16787
16788 \end_inset
16789
16790  In the example above the second table in the first item is aligned using
16791  the \SpecialChar TeX
16792  Code command
16793 \end_layout
16794
16795 \begin_layout Standard
16796
16797 \series bold
16798
16799 \backslash
16800 raisebox{0.85
16801 \backslash
16802 baselineskip}{
16803 \end_layout
16804
16805 \begin_layout Standard
16806 before the box.
16807  After the box the closing brace 
16808 \series bold
16809 }
16810 \series default
16811  is inserted as \SpecialChar TeX
16812  Code.
16813  For the second table in the last item the command
16814 \end_layout
16815
16816 \begin_layout Standard
16817
16818 \series bold
16819
16820 \backslash
16821 raisebox{-0.32
16822 \backslash
16823 baselineskip}{
16824 \end_layout
16825
16826 \begin_layout Standard
16827 is used.
16828 \end_layout
16829
16830 \begin_layout Standard
16831 \begin_inset Note Greyedout
16832 status open
16833
16834 \begin_layout Plain Layout
16835
16836 \series bold
16837 Note:
16838 \series default
16839  The alignment of the table row content to the surrounding text line is
16840  not exact.
16841  The required value for the 
16842 \series bold
16843
16844 \backslash
16845 raisebox
16846 \series default
16847  command for this alignment depends on the document font, the font size,
16848  and the table line thickness.
16849 \end_layout
16850
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \begin_layout Section
16857 Colored Tables
16858 \begin_inset CommandInset label
16859 LatexCommand label
16860 name "sec:Colored-Tables"
16861
16862 \end_inset
16863
16864
16865 \begin_inset Index idx
16866 status collapsed
16867
16868 \begin_layout Plain Layout
16869 Table ! Color
16870 \end_layout
16871
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \begin_layout Subsection
16878 Colored Cells
16879 \begin_inset Index idx
16880 status collapsed
16881
16882 \begin_layout Plain Layout
16883 Table Color ! for Cells
16884 \end_layout
16885
16886 \end_inset
16887
16888
16889 \begin_inset Index idx
16890 status collapsed
16891
16892 \begin_layout Plain Layout
16893 Color ! for Table Cells
16894 \end_layout
16895
16896 \end_inset
16897
16898
16899 \end_layout
16900
16901 \begin_layout Standard
16902 \begin_inset Float table
16903 placement h
16904 wide false
16905 sideways false
16906 status open
16907
16908 \begin_layout Plain Layout
16909 \begin_inset Caption Standard
16910
16911 \begin_layout Plain Layout
16912 \begin_inset CommandInset label
16913 LatexCommand label
16914 name "tab:Table-colored-without"
16915
16916 \end_inset
16917
16918 Table colored without using the package 
16919 \series bold
16920 colortbl
16921 \series default
16922
16923 \begin_inset Argument 1
16924 status collapsed
16925
16926 \begin_layout Plain Layout
16927 Table without colortbl
16928 \end_layout
16929
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936
16937
16938 \end_layout
16939
16940 \begin_layout Plain Layout
16941 \align center
16942 \begin_inset Tabular
16943 <lyxtabular version="3" rows="3" columns="3">
16944 <features tabularvalignment="middle">
16945 <column alignment="center" valignment="top">
16946 <column alignment="center" valignment="top">
16947 <column alignment="center" valignment="top">
16948 <row>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \color green
16955 a
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \color red
16966 b
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \color red
16977 c
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 <row>
16984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \color green
16990 d
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \color blue
17001 e
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \color blue
17012 f
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 </row>
17018 <row>
17019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \color green
17025 g
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \color blue
17036 h
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \color blue
17047 i
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 </lyxtabular>
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \begin_layout Standard
17066 If you only need colored text, mark the cells and choose a color in the
17067  
17068 \family sans
17069 Text
17070 \begin_inset space ~
17071 \end_inset
17072
17073 Style
17074 \family default
17075  dialog (toolbar button 
17076 \begin_inset Info
17077 type  "icon"
17078 arg   "dialog-show character"
17079 \end_inset
17080
17081 ).
17082  This was used to create Table
17083 \begin_inset space ~
17084 \end_inset
17085
17086
17087 \begin_inset CommandInset ref
17088 LatexCommand ref
17089 reference "tab:Table-colored-without"
17090
17091 \end_inset
17092
17093 .
17094  In any other case you have to use the \SpecialChar LaTeX
17095 -package 
17096 \series bold
17097 colortbl
17098 \series default
17099 .
17100 \begin_inset Index idx
17101 status collapsed
17102
17103 \begin_layout Plain Layout
17104 \SpecialChar LaTeX
17105 -packages ! colortbl
17106 \end_layout
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \begin_layout Standard
17114 \begin_inset ERT
17115 status collapsed
17116
17117 \begin_layout Plain Layout
17118
17119
17120 \backslash
17121 ifcolortbl
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \begin_inset Note Note
17128 status open
17129
17130 \begin_layout Plain Layout
17131 The following section part will only be displayed when the \SpecialChar LaTeX
17132 -package 
17133 \series bold
17134 colortbl
17135 \series default
17136  is installed.
17137 \end_layout
17138
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \begin_layout Standard
17145 To create colored tables, 
17146 \series bold
17147 colortbl
17148 \series default
17149  must be loaded in the preamble with the line
17150 \end_layout
17151
17152 \begin_layout Standard
17153
17154 \series bold
17155
17156 \backslash
17157 usepackage{colortbl}
17158 \end_layout
17159
17160 \begin_layout Standard
17161 The color of a column is adjusted with the command
17162 \end_layout
17163
17164 \begin_layout Standard
17165
17166 \series bold
17167
17168 \backslash
17169 columncolor{name of color}
17170 \end_layout
17171
17172 \begin_layout Standard
17173 inside the command 
17174 \series bold
17175 >{ }
17176 \series default
17177 .
17178  More about the command 
17179 \series bold
17180 >{}
17181 \series default
17182  is contained in section
17183 \begin_inset space ~
17184 \end_inset
17185
17186
17187 \begin_inset CommandInset ref
17188 LatexCommand ref
17189 reference "subsec:Multicolumn-Calculations"
17190
17191 \end_inset
17192
17193 .
17194 \end_layout
17195
17196 \begin_layout Standard
17197 The following color names are predefined:
17198 \end_layout
17199
17200 \begin_layout Standard
17201
17202 \family sans
17203 red
17204 \family default
17205
17206 \family sans
17207 green
17208 \family default
17209
17210 \family sans
17211 yellow
17212 \family default
17213
17214 \family sans
17215 blue
17216 \family default
17217
17218 \family sans
17219 cyan
17220 \family default
17221
17222 \family sans
17223 magenta
17224 \family default
17225
17226 \family sans
17227 black
17228 \family default
17229  and 
17230 \family sans
17231 white
17232 \end_layout
17233
17234 \begin_layout Standard
17235 \begin_inset VSpace medskip
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \begin_layout Standard
17242 If you add the options
17243 \end_layout
17244
17245 \begin_layout Standard
17246
17247 \series bold
17248 usenames,dvipsnames
17249 \end_layout
17250
17251 \begin_layout Standard
17252 to the document class options in the document settings, you can additionally
17253  use further 61
17254 \begin_inset space ~
17255 \end_inset
17256
17257 colors.
17258  These colors are listed in appendix
17259 \begin_inset space ~
17260 \end_inset
17261
17262
17263 \begin_inset CommandInset ref
17264 LatexCommand ref
17265 reference "chap:List-of-dvips-colornames"
17266
17267 \end_inset
17268
17269 .
17270  One of these colors, 
17271 \family sans
17272 Maroon
17273 \family default
17274 , is used as example in Table
17275 \begin_inset space ~
17276 \end_inset
17277
17278
17279 \begin_inset CommandInset ref
17280 LatexCommand ref
17281 reference "tab:Table-colored-using"
17282
17283 \end_inset
17284
17285 .
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset VSpace medskip
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \begin_layout Standard
17296 You can also define your own color with the command
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 definecolor{color name}{color model}{color values}
17305 \end_layout
17306
17307 \begin_layout Standard
17308 The color model can be
17309 \end_layout
17310
17311 \begin_layout Labeling
17312 \labelwidthstring 00.00.0000
17313 cmyk: cyan, magenta, yellow, black
17314 \end_layout
17315
17316 \begin_layout Labeling
17317 \labelwidthstring 00.00.0000
17318 rgb: red, green blue
17319 \end_layout
17320
17321 \begin_layout Labeling
17322 \labelwidthstring 00.00.0000
17323 gray gray
17324 \end_layout
17325
17326 \begin_layout Standard
17327 and the color values are comma separated numbers between 0 and 1 describing
17328  the factor for the corresponding color of the color model.
17329 \end_layout
17330
17331 \begin_layout Standard
17332 You can e.
17333 \begin_inset space \thinspace{}
17334 \end_inset
17335
17336 g.
17337 \begin_inset space \space{}
17338 \end_inset
17339
17340 define the color "
17341 \emph on
17342 darkgreen
17343 \emph default
17344 " in the preamble with
17345 \end_layout
17346
17347 \begin_layout Standard
17348
17349 \series bold
17350
17351 \backslash
17352 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17353 \end_layout
17354
17355 \begin_layout Standard
17356 and the color "
17357 \emph on
17358 lightgray
17359 \emph default
17360 " with
17361 \end_layout
17362
17363 \begin_layout Standard
17364
17365 \series bold
17366
17367 \backslash
17368 definecolor{lightgray}{gray}{0.8}
17369 \end_layout
17370
17371 \begin_layout Standard
17372 \begin_inset VSpace medskip
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \begin_layout Standard
17379 Lines are colored with the command
17380 \end_layout
17381
17382 \begin_layout Standard
17383
17384 \series bold
17385
17386 \backslash
17387 rowcolor{name of color}
17388 \end_layout
17389
17390 \begin_layout Standard
17391 and cells are colored with the command
17392 \end_layout
17393
17394 \begin_layout Standard
17395
17396 \series bold
17397
17398 \backslash
17399 cellcolor{name of color}
17400 \end_layout
17401
17402 \begin_layout Standard
17403 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17404  Code.
17405 \end_layout
17406
17407 \begin_layout Standard
17408 To color characters in the table, mark the cells and use the 
17409 \family sans
17410 Text
17411 \begin_inset space ~
17412 \end_inset
17413
17414 Style
17415 \family default
17416  dialog.
17417  If a cell contains \SpecialChar TeX
17418  Code mark only the characters, otherwise the colored
17419  \SpecialChar TeX
17420  Code will cause \SpecialChar LaTeX
17421  errors.
17422 \end_layout
17423
17424 \begin_layout Standard
17425 \begin_inset Note Greyedout
17426 status open
17427
17428 \begin_layout Plain Layout
17429
17430 \series bold
17431 Note:
17432 \series default
17433  Not all DVI-viewers are able to display self-defined colors.
17434 \end_layout
17435
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \begin_layout Standard
17442 \begin_inset VSpace bigskip
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \begin_layout Standard
17449 To create Table
17450 \begin_inset space ~
17451 \end_inset
17452
17453
17454 \begin_inset CommandInset ref
17455 LatexCommand ref
17456 reference "tab:Table-colored-using"
17457
17458 \end_inset
17459
17460  do the following: The color of the first column should be 
17461 \emph on
17462 darkgreen
17463 \emph default
17464 .
17465  So insert
17466 \end_layout
17467
17468 \begin_layout Standard
17469
17470 \series bold
17471 >{
17472 \backslash
17473 columncolor{darkgreen}
17474 \backslash
17475 centering}c
17476 \end_layout
17477
17478 \begin_layout Standard
17479 as \SpecialChar LaTeX
17480 -argument for this column.
17481  The first row should be light blue, therefore the \SpecialChar TeX
17482  Code command
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488
17489 \backslash
17490 rowcolor{cyan}
17491 \end_layout
17492
17493 \begin_layout Standard
17494 is inserted to the first cell of this row.
17495  Note that this overwrites the column color for the first cell.
17496  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17497  Code
17498  command
17499 \end_layout
17500
17501 \begin_layout Standard
17502
17503 \series bold
17504
17505 \backslash
17506 cellcolor{Maroon}
17507 \end_layout
17508
17509 \begin_layout Standard
17510 The characters could now be colored using the menu 
17511 \family sans
17512 Edit\SpecialChar menuseparator
17513 Text
17514 \begin_inset space ~
17515 \end_inset
17516
17517 Style
17518 \family default
17519 .
17520 \end_layout
17521
17522 \begin_layout Standard
17523 \begin_inset Float table
17524 placement h
17525 wide false
17526 sideways false
17527 status open
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Caption Standard
17531
17532 \begin_layout Plain Layout
17533 \begin_inset CommandInset label
17534 LatexCommand label
17535 name "tab:Table-colored-using"
17536
17537 \end_inset
17538
17539 Table colored using the package 
17540 \series bold
17541 colortbl
17542 \series default
17543
17544 \begin_inset Argument 1
17545 status collapsed
17546
17547 \begin_layout Plain Layout
17548 Table with colortbl
17549 \end_layout
17550
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \begin_layout Plain Layout
17562 \align center
17563 \begin_inset Tabular
17564 <lyxtabular version="3" rows="3" columns="3">
17565 <features tabularvalignment="middle">
17566 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17567 <column alignment="center" valignment="top">
17568 <column alignment="center" valignment="top">
17569 <row>
17570 <cell alignment="center" valignment="top" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 \begin_inset ERT
17575 status collapsed
17576
17577 \begin_layout Plain Layout
17578
17579
17580 \backslash
17581 rowcolor{cyan}
17582 \end_layout
17583
17584 \end_inset
17585
17586
17587 \color magenta
17588 a
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597
17598 \color red
17599 b
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \color red
17610 c
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 </row>
17616 <row>
17617 <cell alignment="center" valignment="top" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621
17622 \color yellow
17623 d
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632
17633 \color blue
17634 e
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643
17644 \color blue
17645 f
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 </row>
17651 <row>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656
17657 \color yellow
17658 g
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 <cell alignment="center" valignment="top" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667
17668 \color blue
17669 h
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset ERT
17679 status collapsed
17680
17681 \begin_layout Plain Layout
17682
17683
17684 \backslash
17685 cellcolor{Maroon}
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \color green
17692 i
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 </row>
17698 </lyxtabular>
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \begin_layout Standard
17711 \begin_inset ERT
17712 status collapsed
17713
17714 \begin_layout Plain Layout
17715
17716
17717 \backslash
17718 else
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \begin_inset Note Note
17725 status open
17726
17727 \begin_layout Plain Layout
17728 The following will be displayed when the \SpecialChar LaTeX
17729 -package 
17730 \series bold
17731 colortbl
17732 \series default
17733  is not installed:
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Standard
17742 You need to install the package 
17743 \series bold
17744 colortbl
17745 \series default
17746  to see the content of this section in the output.
17747 \end_layout
17748
17749 \begin_layout Standard
17750 \begin_inset ERT
17751 status collapsed
17752
17753 \begin_layout Plain Layout
17754
17755
17756 \backslash
17757 fi
17758 \end_layout
17759
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \begin_layout Subsection
17766 Colored Rows
17767 \begin_inset Index idx
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771 Table Color ! for Rows
17772 \end_layout
17773
17774 \end_inset
17775
17776
17777 \begin_inset Index idx
17778 status collapsed
17779
17780 \begin_layout Plain Layout
17781 Color ! for Table Rows
17782 \end_layout
17783
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \begin_layout Standard
17790 In case every second table row needs to be colored there is an alternative
17791  to the method described in the previous section: One loads the package
17792  
17793 \series bold
17794 xcolor
17795 \series default
17796
17797 \begin_inset Index idx
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801 \SpecialChar LaTeX
17802 -packages ! xcolor
17803 \begin_inset ERT
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807
17808
17809 \backslash
17810 vspace{4mm}
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819
17820  in the document preamble with the command
17821 \end_layout
17822
17823 \begin_layout Standard
17824
17825 \series bold
17826
17827 \backslash
17828 usepackage[table]{xcolor}
17829 \end_layout
17830
17831 \begin_layout Standard
17832
17833 \series bold
17834 xcolor
17835 \series default
17836  automatically loads also the package 
17837 \series bold
17838 colortbl
17839 \series default
17840
17841 \begin_inset Index idx
17842 status collapsed
17843
17844 \begin_layout Plain Layout
17845 \SpecialChar LaTeX
17846 -packages ! colortbl
17847 \end_layout
17848
17849 \end_inset
17850
17851 , so 
17852 \series bold
17853 colortbl
17854 \series default
17855  must be installed in your \SpecialChar LaTeX
17856 -distribution, otherwise you get \SpecialChar LaTeX
17857 -errors.
17858 \end_layout
17859
17860 \begin_layout Standard
17861 \begin_inset ERT
17862 status collapsed
17863
17864 \begin_layout Plain Layout
17865
17866
17867 \backslash
17868 ifcolortbl
17869 \end_layout
17870
17871 \end_inset
17872
17873
17874 \begin_inset Note Note
17875 status open
17876
17877 \begin_layout Plain Layout
17878 The following section part will only be displayed when the \SpecialChar LaTeX
17879 -package 
17880 \series bold
17881 colortbl
17882 \series default
17883  is installed.
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \begin_layout Standard
17892 The table rows are colored with the command
17893 \end_layout
17894
17895 \begin_layout Standard
17896
17897 \series bold
17898
17899 \backslash
17900 rowcolors[commands]{row number}{odd row color}{even row color}
17901 \end_layout
17902
17903 \begin_layout Standard
17904 that is either inserted in the document preamble or as \SpecialChar TeX
17905  Code before the
17906  first table to be colored.
17907  row
17908 \begin_inset space ~
17909 \end_inset
17910
17911 number is the number of the first row which should be colored according
17912  to the odd row color.
17913  commands can be additional commands that are executed before every table
17914  row.
17915  So for example the command
17916 \end_layout
17917
17918 \begin_layout Standard
17919
17920 \series bold
17921
17922 \backslash
17923 rowcolors{1}{white}{lightgray}
17924 \end_layout
17925
17926 \begin_layout Standard
17927 leads to the coloring scheme of Table
17928 \begin_inset space ~
17929 \end_inset
17930
17931
17932 \begin_inset CommandInset ref
17933 LatexCommand ref
17934 reference "tab:Table-rowcolors"
17935
17936 \end_inset
17937
17938 .
17939  The command
17940 \end_layout
17941
17942 \begin_layout Standard
17943
17944 \series bold
17945
17946 \backslash
17947 rowcolors[
17948 \backslash
17949 hline]{1}{lightgray}{cyan}
17950 \end_layout
17951
17952 \begin_layout Standard
17953 leads to the coloring scheme of Table
17954 \begin_inset space ~
17955 \end_inset
17956
17957
17958 \begin_inset CommandInset ref
17959 LatexCommand ref
17960 reference "tab:Table-rowcolors-2"
17961
17962 \end_inset
17963
17964 .
17965  If odd
17966 \begin_inset space ~
17967 \end_inset
17968
17969 row
17970 \begin_inset space ~
17971 \end_inset
17972
17973 color and/or even
17974 \begin_inset space ~
17975 \end_inset
17976
17977 row
17978 \begin_inset space ~
17979 \end_inset
17980
17981 color are left empty, no color will be used so that the command
17982 \end_layout
17983
17984 \begin_layout Standard
17985
17986 \series bold
17987
17988 \backslash
17989 rowcolors{1}{}{}
17990 \end_layout
17991
17992 \begin_layout Standard
17993 deletes all colors.
17994  
17995 \series bold
17996
17997 \backslash
17998 rowcolors
17999 \series default
18000  affects all tables following that command.
18001 \end_layout
18002
18003 \begin_layout Standard
18004 \begin_inset ERT
18005 status open
18006
18007 \begin_layout Plain Layout
18008
18009
18010 \backslash
18011 rowcolors{1}{white}{lightgray}
18012 \end_layout
18013
18014 \end_inset
18015
18016
18017 \end_layout
18018
18019 \begin_layout Standard
18020 \begin_inset Float table
18021 placement h
18022 wide false
18023 sideways false
18024 status open
18025
18026 \begin_layout Plain Layout
18027 \begin_inset Caption Standard
18028
18029 \begin_layout Plain Layout
18030 \begin_inset CommandInset label
18031 LatexCommand label
18032 name "tab:Table-rowcolors"
18033
18034 \end_inset
18035
18036 Table where every second row is colored light gray.
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \begin_layout Plain Layout
18045 \align center
18046 \begin_inset Tabular
18047 <lyxtabular version="3" rows="4" columns="3">
18048 <features tabularvalignment="middle">
18049 <column alignment="center" valignment="top">
18050 <column alignment="center" valignment="top" width="0pt">
18051 <column alignment="center" valignment="top" width="0pt">
18052 <row>
18053 <cell alignment="center" valignment="top" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 X
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 Y
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 Z
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 </row>
18081 <row>
18082 <cell alignment="center" valignment="top" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 1
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell alignment="center" valignment="top" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 2
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 3
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 </row>
18110 <row>
18111 <cell alignment="center" valignment="top" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115 4
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 <cell alignment="center" valignment="top" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 5
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133 6
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 </row>
18139 <row>
18140 <cell alignment="center" valignment="top" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 7
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 <cell alignment="center" valignment="top" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153 8
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 9
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 </row>
18168 </lyxtabular>
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \end_inset
18176
18177
18178 \end_layout
18179
18180 \begin_layout Standard
18181 \begin_inset ERT
18182 status open
18183
18184 \begin_layout Plain Layout
18185
18186
18187 \backslash
18188 rowcolors[
18189 \backslash
18190 hline]{1}{lightgray}{cyan}
18191 \end_layout
18192
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \begin_layout Standard
18199 \begin_inset Float table
18200 placement h
18201 wide false
18202 sideways false
18203 status open
18204
18205 \begin_layout Plain Layout
18206 \begin_inset Caption Standard
18207
18208 \begin_layout Plain Layout
18209 \begin_inset CommandInset label
18210 LatexCommand label
18211 name "tab:Table-rowcolors-2"
18212
18213 \end_inset
18214
18215 Table where every second row is colored cyan and at which there is a line
18216  between each row.
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \begin_layout Plain Layout
18225 \align center
18226 \begin_inset Tabular
18227 <lyxtabular version="3" rows="4" columns="3">
18228 <features tabularvalignment="middle">
18229 <column alignment="center" valignment="top">
18230 <column alignment="center" valignment="top">
18231 <column alignment="center" valignment="top" width="0pt">
18232 <row>
18233 <cell alignment="center" valignment="top" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 X
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 <cell alignment="center" valignment="top" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 Y
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 Z
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 </row>
18261 <row>
18262 <cell alignment="center" valignment="top" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 1
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 2
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 3
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295 4
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 <cell alignment="center" valignment="top" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304 5
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 6
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 <row>
18320 <cell alignment="center" valignment="top" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 7
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 8
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 9
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 </row>
18348 </lyxtabular>
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \begin_layout Standard
18361 \begin_inset ERT
18362 status collapsed
18363
18364 \begin_layout Plain Layout
18365
18366
18367 \backslash
18368 rowcolors{1}{}{}
18369 \end_layout
18370
18371 \end_inset
18372
18373
18374 \begin_inset Note Note
18375 status collapsed
18376
18377 \begin_layout Plain Layout
18378 turns off the row coloring
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \begin_layout Standard
18387 \begin_inset ERT
18388 status collapsed
18389
18390 \begin_layout Plain Layout
18391
18392
18393 \backslash
18394 else
18395 \end_layout
18396
18397 \end_inset
18398
18399
18400 \begin_inset Note Note
18401 status open
18402
18403 \begin_layout Plain Layout
18404 The following will be displayed when the \SpecialChar LaTeX
18405 -package 
18406 \series bold
18407 colortbl
18408 \series default
18409  is not installed:
18410 \end_layout
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \begin_layout Standard
18418 You need to install the package 
18419 \series bold
18420 colortbl
18421 \series default
18422  to see the content of this section in the output.
18423 \end_layout
18424
18425 \begin_layout Standard
18426 \begin_inset ERT
18427 status collapsed
18428
18429 \begin_layout Plain Layout
18430
18431
18432 \backslash
18433 fi
18434 \end_layout
18435
18436 \end_inset
18437
18438
18439 \end_layout
18440
18441 \begin_layout Subsection
18442 Colored Lines
18443 \begin_inset Index idx
18444 status collapsed
18445
18446 \begin_layout Plain Layout
18447 Table Color ! for Lines
18448 \end_layout
18449
18450 \end_inset
18451
18452
18453 \begin_inset Index idx
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457 Color ! for Table Lines
18458 \end_layout
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \begin_layout Standard
18466 As described in section
18467 \begin_inset space ~
18468 \end_inset
18469
18470
18471 \begin_inset CommandInset ref
18472 LatexCommand ref
18473 reference "subsec:Line-Thickness"
18474
18475 \end_inset
18476
18477 , the line thickness for all lines in a table can be adjusted with the length
18478  
18479 \series bold
18480
18481 \backslash
18482 arrayrulewidth
18483 \series default
18484 .
18485  It is set to 1.5
18486 \begin_inset space \thinspace{}
18487 \end_inset
18488
18489 pt for all tables of this section.
18490 \begin_inset ERT
18491 status collapsed
18492
18493 \begin_layout Plain Layout
18494
18495
18496 \backslash
18497 setlength{
18498 \backslash
18499 arrayrulewidth}{1.5pt}
18500 \end_layout
18501
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \begin_layout Standard
18508 To color vertical lines for example with green, create the following column
18509  format in the document preamble, according to the description in section
18510 \begin_inset space ~
18511 \end_inset
18512
18513
18514 \begin_inset CommandInset ref
18515 LatexCommand ref
18516 reference "subsec:Customized-Format"
18517
18518 \end_inset
18519
18520 :
18521 \end_layout
18522
18523 \begin_layout Standard
18524
18525 \series bold
18526
18527 \backslash
18528 newcolumntype{W}{!{
18529 \backslash
18530 color{green}
18531 \backslash
18532 vline}}
18533 \end_layout
18534
18535 \begin_layout Standard
18536 For Table
18537 \begin_inset space ~
18538 \end_inset
18539
18540
18541 \begin_inset CommandInset ref
18542 LatexCommand ref
18543 reference "tab:Table-with-vertical-colored"
18544
18545 \end_inset
18546
18547  the \SpecialChar LaTeX
18548 -argument
18549 \series bold
18550  WcW
18551 \series default
18552  was used for the last column and
18553 \series bold
18554  Wc
18555 \series default
18556  for the other columns.
18557 \end_layout
18558
18559 \begin_layout Standard
18560 If you want to have several colors, define more column formats.
18561 \end_layout
18562
18563 \begin_layout Standard
18564 \begin_inset Float table
18565 placement h
18566 wide false
18567 sideways false
18568 status open
18569
18570 \begin_layout Plain Layout
18571 \begin_inset Caption Standard
18572
18573 \begin_layout Plain Layout
18574 \begin_inset CommandInset label
18575 LatexCommand label
18576 name "tab:Table-with-vertical-colored"
18577
18578 \end_inset
18579
18580 Table with colored vertical lines
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \end_layout
18587
18588 \begin_layout Plain Layout
18589 \align center
18590 \begin_inset Tabular
18591 <lyxtabular version="3" rows="3" columns="3">
18592 <features tabularvalignment="middle">
18593 <column alignment="center" valignment="top" special="Wc">
18594 <column alignment="center" valignment="top" special="Wc">
18595 <column alignment="center" valignment="top" special="WcW">
18596 <row>
18597 <cell alignment="center" valignment="top" topline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601 sd
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" topline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 <cell alignment="center" valignment="top" topline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 </row>
18625 <row>
18626 <cell alignment="center" valignment="top" topline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 <cell alignment="center" valignment="top" topline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639 sd
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 <cell alignment="center" valignment="top" topline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 </row>
18654 <row>
18655 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677 sd
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 </row>
18683 </lyxtabular>
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset VSpace bigskip
18697 \end_inset
18698
18699 To color horizontal lines for example with red, as in Table
18700 \begin_inset space ~
18701 \end_inset
18702
18703
18704 \begin_inset CommandInset ref
18705 LatexCommand ref
18706 reference "tab:Table-with-horizontal-colored"
18707
18708 \end_inset
18709
18710 , insert these commands in \SpecialChar TeX
18711  Code before the table or table float:
18712 \end_layout
18713
18714 \begin_layout Standard
18715
18716 \series bold
18717
18718 \backslash
18719 let
18720 \backslash
18721 myHlineC
18722 \backslash
18723 hline
18724 \begin_inset Newline newline
18725 \end_inset
18726
18727
18728 \backslash
18729 renewcommand{
18730 \backslash
18731 hline}
18732 \begin_inset Newline newline
18733 \end_inset
18734
18735
18736 \begin_inset Phantom HPhantom
18737 status open
18738
18739 \begin_layout Plain Layout
18740
18741 \series bold
18742 \begin_inset space ~
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \end_inset
18749
18750 {
18751 \backslash
18752 arrayrulecolor{red}
18753 \backslash
18754 myHlineC
18755 \backslash
18756 arrayrulecolor{black}}
18757 \end_layout
18758
18759 \begin_layout Standard
18760 \begin_inset ERT
18761 status collapsed
18762
18763 \begin_layout Plain Layout
18764
18765
18766 \backslash
18767 let
18768 \backslash
18769 myHlineC
18770 \backslash
18771 hline
18772 \end_layout
18773
18774 \begin_layout Plain Layout
18775
18776
18777 \backslash
18778 renewcommand{
18779 \backslash
18780 hline}
18781 \end_layout
18782
18783 \begin_layout Plain Layout
18784
18785  {
18786 \backslash
18787 arrayrulecolor{red}
18788 \backslash
18789 myHlineC
18790 \backslash
18791 arrayrulecolor{black}}
18792 \end_layout
18793
18794 \end_inset
18795
18796
18797 \begin_inset Float table
18798 placement h
18799 wide false
18800 sideways false
18801 status open
18802
18803 \begin_layout Plain Layout
18804 \begin_inset Caption Standard
18805
18806 \begin_layout Plain Layout
18807 \begin_inset CommandInset label
18808 LatexCommand label
18809 name "tab:Table-with-horizontal-colored"
18810
18811 \end_inset
18812
18813 Table with colored horizontal lines
18814 \end_layout
18815
18816 \end_inset
18817
18818
18819 \end_layout
18820
18821 \begin_layout Plain Layout
18822 \align center
18823 \begin_inset Tabular
18824 <lyxtabular version="3" rows="3" columns="3">
18825 <features tabularvalignment="middle">
18826 <column alignment="center" valignment="top">
18827 <column alignment="center" valignment="top">
18828 <column alignment="center" valignment="top">
18829 <row>
18830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 sd
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 </row>
18858 <row>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 sd
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 </row>
18887 <row>
18888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 sd
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 </lyxtabular>
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 To return to the default line color black, insert this command in \SpecialChar TeX
18930  Code
18931  after the table or table float:
18932 \end_layout
18933
18934 \begin_layout Standard
18935
18936 \series bold
18937
18938 \backslash
18939 renewcommand{
18940 \backslash
18941 hline}{
18942 \backslash
18943 myHlineC}
18944 \end_layout
18945
18946 \begin_layout Standard
18947 Table
18948 \begin_inset space ~
18949 \end_inset
18950
18951
18952 \begin_inset CommandInset ref
18953 LatexCommand ref
18954 reference "tab:Table-with-colored"
18955
18956 \end_inset
18957
18958  is an example with colored vertical and horizontal lines.
18959 \end_layout
18960
18961 \begin_layout Standard
18962 \begin_inset Float table
18963 placement h
18964 wide false
18965 sideways false
18966 status open
18967
18968 \begin_layout Plain Layout
18969 \begin_inset Caption Standard
18970
18971 \begin_layout Plain Layout
18972 \begin_inset CommandInset label
18973 LatexCommand label
18974 name "tab:Table-with-colored"
18975
18976 \end_inset
18977
18978 Table with colored lines
18979 \end_layout
18980
18981 \end_inset
18982
18983
18984 \end_layout
18985
18986 \begin_layout Plain Layout
18987 \align center
18988 \begin_inset Tabular
18989 <lyxtabular version="3" rows="3" columns="3">
18990 <features tabularvalignment="middle">
18991 <column alignment="center" valignment="top" special="Wc">
18992 <column alignment="center" valignment="top" special="Wc">
18993 <column alignment="center" valignment="top" special="WcW">
18994 <row>
18995 <cell alignment="center" valignment="top" topline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 sd
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" topline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 </row>
19023 <row>
19024 <cell alignment="center" valignment="top" topline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 sd
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 </row>
19052 <row topspace="default">
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 sd
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 </lyxtabular>
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \begin_layout Standard
19094 \begin_inset ERT
19095 status collapsed
19096
19097 \begin_layout Plain Layout
19098
19099
19100 \backslash
19101 renewcommand{
19102 \backslash
19103 hline}{
19104 \backslash
19105 myHlineC}
19106 \end_layout
19107
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \begin_layout Standard
19114 \begin_inset ERT
19115 status collapsed
19116
19117 \begin_layout Plain Layout
19118
19119
19120 \backslash
19121 setlength{
19122 \backslash
19123 arrayrulewidth}{0.4pt}
19124 \end_layout
19125
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \begin_layout Section
19132 Rotated Table Cells
19133 \begin_inset CommandInset label
19134 LatexCommand label
19135 name "sec:Rotated-Table-Cells"
19136
19137 \end_inset
19138
19139
19140 \begin_inset Index idx
19141 status collapsed
19142
19143 \begin_layout Plain Layout
19144 Table ! Rotated Cells
19145 \end_layout
19146
19147 \end_inset
19148
19149
19150 \begin_inset Index idx
19151 status collapsed
19152
19153 \begin_layout Plain Layout
19154 Rotated Material
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \begin_layout Standard
19163 \begin_inset Note Greyedout
19164 status open
19165
19166 \begin_layout Plain Layout
19167
19168 \series bold
19169 Note:
19170 \series default
19171  Not all DVI-viewers are able to display rotations.
19172 \end_layout
19173
19174 \end_inset
19175
19176
19177 \end_layout
19178
19179 \begin_layout Standard
19180 Table
19181 \begin_inset space ~
19182 \end_inset
19183
19184
19185 \begin_inset CommandInset ref
19186 LatexCommand ref
19187 reference "tab:Table-with-rotated-multi"
19188
19189 \end_inset
19190
19191  is an example where 3
19192 \begin_inset space ~
19193 \end_inset
19194
19195 cells were rotated by 45
19196 \begin_inset space \thinspace{}
19197 \end_inset
19198
19199 °.
19200 \end_layout
19201
19202 \begin_layout Standard
19203 \begin_inset Float table
19204 placement h
19205 wide false
19206 sideways false
19207 status open
19208
19209 \begin_layout Plain Layout
19210 \begin_inset Caption Standard
19211
19212 \begin_layout Plain Layout
19213 \begin_inset CommandInset label
19214 LatexCommand label
19215 name "tab:Table-with-rotated"
19216
19217 \end_inset
19218
19219 Table with rotated cells in the first row.
19220 \end_layout
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \begin_layout Plain Layout
19228 \noindent
19229 \align center
19230 \begin_inset Tabular
19231 <lyxtabular version="3" rows="2" columns="3">
19232 <features tabularvalignment="middle">
19233 <column alignment="center" valignment="top" width="0pt">
19234 <column alignment="center" valignment="top" width="0pt">
19235 <column alignment="center" valignment="top" width="0pt">
19236 <row>
19237 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 cups
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 plates
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 saucers
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 45
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 33
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 21
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 </row>
19294 </lyxtabular>
19295
19296 \end_inset
19297
19298
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \begin_layout Standard
19307 \begin_inset Note Greyedout
19308 status open
19309
19310 \begin_layout Plain Layout
19311
19312 \series bold
19313 Note:
19314 \series default
19315  Line breaks (shortcut 
19316 \begin_inset Info
19317 type  "shortcut"
19318 arg   "newline-insert newline"
19319 \end_inset
19320
19321 ) are not allowed in rotated cells.
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Standard
19330 If you want to rotate table cells containing line breaks, you have to put
19331  the cell content into a minipage or a parbox.
19332 \begin_inset Foot
19333 status collapsed
19334
19335 \begin_layout Plain Layout
19336 For more about these boxes see sec.
19337 \begin_inset space \thinspace{}
19338 \end_inset
19339
19340
19341 \begin_inset CommandInset ref
19342 LatexCommand ref
19343 reference "sec:Minipages"
19344
19345 \end_inset
19346
19347  and 
19348 \begin_inset CommandInset ref
19349 LatexCommand ref
19350 reference "sec:Parboxes"
19351
19352 \end_inset
19353
19354 .
19355 \end_layout
19356
19357 \end_inset
19358
19359  If you rotate this cell by 90
19360 \begin_inset space \thinspace{}
19361 \end_inset
19362
19363 ° the width of the box is the height of the cell.
19364  Table
19365 \begin_inset space ~
19366 \end_inset
19367
19368
19369 \begin_inset CommandInset ref
19370 LatexCommand ref
19371 reference "tab:Table-with-rotated-multi"
19372
19373 \end_inset
19374
19375  is an example for a rotated multiline cell where the box width was set
19376  to 3
19377 \begin_inset space \thinspace{}
19378 \end_inset
19379
19380 cm.
19381 \end_layout
19382
19383 \begin_layout Standard
19384 \begin_inset Float table
19385 wide false
19386 sideways false
19387 status open
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Caption Standard
19391
19392 \begin_layout Plain Layout
19393 \begin_inset CommandInset label
19394 LatexCommand label
19395 name "tab:Table-with-rotated-multi"
19396
19397 \end_inset
19398
19399 Table with rotated multiline cell.
19400 \end_layout
19401
19402 \end_inset
19403
19404
19405 \end_layout
19406
19407 \begin_layout Plain Layout
19408 \noindent
19409 \align center
19410 \begin_inset Tabular
19411 <lyxtabular version="3" rows="2" columns="3">
19412 <features tabularvalignment="middle">
19413 <column alignment="center" valignment="top">
19414 <column alignment="center" valignment="top" width="0pt">
19415 <column alignment="center" valignment="top">
19416 <row>
19417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421 a
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Box Frameless
19431 position "t"
19432 hor_pos "c"
19433 has_inner_box 1
19434 inner_pos "t"
19435 use_parbox 0
19436 use_makebox 0
19437 width "3cm"
19438 special "none"
19439 height "1in"
19440 height_special "totalheight"
19441 thickness "0.4pt"
19442 separation "3pt"
19443 shadowsize "4pt"
19444 framecolor "black"
19445 backgroundcolor "none"
19446 status open
19447
19448 \begin_layout Plain Layout
19449 rotated cell
19450 \begin_inset Newline newline
19451 \end_inset
19452
19453 with line break
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 e
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 <row>
19474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 b
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 c
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 d
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 </lyxtabular>
19503
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \end_inset
19510
19511
19512 \end_layout
19513
19514 \begin_layout Section
19515 Table Width Calculation
19516 \begin_inset CommandInset label
19517 LatexCommand label
19518 name "sec:Table-Width-Calculation"
19519
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \begin_layout Standard
19526 For wide tables it is sometimes difficult to assure that the table does
19527  not protrude over the page margin.
19528  Setting a fixed width for every column of the table is the solution, but
19529  what amount of space is needed for each column?
19530 \end_layout
19531
19532 \begin_layout Standard
19533 The table width 
19534 \begin_inset Formula $W_{\mathrm{table}}$
19535 \end_inset
19536
19537  can be calculated: Every column has the width of the specified column width
19538  
19539 \begin_inset Formula $W_{\mathrm{column}}$
19540 \end_inset
19541
19542  (that the content of the column can consume) plus two times the separation
19543  between the column content and the column border (\SpecialChar LaTeX
19544  length
19545 \series bold
19546  
19547 \backslash
19548 tabcolsep
19549 \series default
19550 , default 6
19551 \begin_inset space \thinspace{}
19552 \end_inset
19553
19554 pt) plus the width of a border line (\SpecialChar LaTeX
19555  length 
19556 \series bold
19557
19558 \backslash
19559 arrayrulewidth
19560 \series default
19561 , default 0.4
19562 \begin_inset space \thinspace{}
19563 \end_inset
19564
19565 pt): So if all 
19566 \begin_inset Formula $n$
19567 \end_inset
19568
19569
19570 \begin_inset space ~
19571 \end_inset
19572
19573 columns have the same width, the table width is
19574 \begin_inset Formula 
19575 \begin{equation}
19576 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19577 \end{equation}
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 The available width for a table is the space between the page margins or
19586  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19587  length 
19588 \series bold
19589
19590 \backslash
19591 columnwidth
19592 \series default
19593 ).
19594  If all table columns should have the same width and 
19595 \begin_inset Formula $W_{\mathrm{table}}$
19596 \end_inset
19597
19598  should be 1
19599 \begin_inset space \thinspace{}
19600 \end_inset
19601
19602
19603 \backslash
19604 columnwidth, 
19605 \begin_inset Formula $W_{\mathrm{column}}$
19606 \end_inset
19607
19608  can easily be calculated.
19609 \end_layout
19610
19611 \begin_layout Standard
19612 To be able to perform calculations you need to load the \SpecialChar LaTeX
19613 -package 
19614 \series bold
19615 calc
19616 \series default
19617
19618 \begin_inset Index idx
19619 status collapsed
19620
19621 \begin_layout Plain Layout
19622 \SpecialChar LaTeX
19623 -packages ! calc
19624 \end_layout
19625
19626 \end_inset
19627
19628  in the document preamble.
19629  To set the width in the table dialog you have to use the field 
19630 \family sans
19631 \SpecialChar LaTeX
19632  argument
19633 \family default
19634 .
19635  The command scheme for this field is the same that is explained in section
19636 \begin_inset space ~
19637 \end_inset
19638
19639
19640 \begin_inset CommandInset ref
19641 LatexCommand ref
19642 reference "subsec:Multicolumn-Calculations"
19643
19644 \end_inset
19645
19646 .
19647  For a table with 5
19648 \begin_inset space \thinspace{}
19649 \end_inset
19650
19651 columns with an uniform width and centered text, enter there for each column
19652  the command
19653 \end_layout
19654
19655 \begin_layout Standard
19656
19657 \series bold
19658 >{
19659 \backslash
19660 centering}p{(1
19661 \backslash
19662 columnwidth-62.4pt)/5}
19663 \end_layout
19664
19665 \begin_layout Standard
19666 For a table with 5
19667 \begin_inset space \thinspace{}
19668 \end_inset
19669
19670 columns where 2 should have 0.75
19671 \begin_inset space ~
19672 \end_inset
19673
19674 times the width than the 3 others, the calculation is
19675 \begin_inset Formula 
19676 \begin{align}
19677 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19678  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19679  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19680 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19681 \end{align}
19682
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \begin_layout Standard
19689 In the table therefore the command
19690 \end_layout
19691
19692 \begin_layout Standard
19693
19694 \series bold
19695 >{
19696 \backslash
19697 centering}p{(1
19698 \backslash
19699 columnwidth-62.4pt)/
19700 \backslash
19701 real{4.5}}
19702 \end_layout
19703
19704 \begin_layout Standard
19705 is used for the wider columns and
19706 \end_layout
19707
19708 \begin_layout Standard
19709
19710 \series bold
19711 >{
19712 \backslash
19713 centering}p{(1
19714 \backslash
19715 columnwidth-62.4pt)/
19716 \backslash
19717 real{4.5}*
19718 \backslash
19719 real{0.75}}
19720 \end_layout
19721
19722 \begin_layout Standard
19723 for the smaller ones:
19724 \end_layout
19725
19726 \begin_layout Standard
19727 \begin_inset Tabular
19728 <lyxtabular version="3" rows="2" columns="5">
19729 <features tabularvalignment="middle">
19730 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19731 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19732 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19733 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19734 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19735 <row>
19736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 1
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 2
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758 3
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 4
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776 5
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row>
19783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 111111 1111111 111111 111111111 11111 11111 1111
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 2222 22222 222222 222222222 2222222 22 22222
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 333333 333333 333333 33333 3333333 333
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 </row>
19829 </lyxtabular>
19830
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \begin_layout Section
19837 Table Customization
19838 \begin_inset Index idx
19839 status collapsed
19840
19841 \begin_layout Plain Layout
19842 Table Customization
19843 \end_layout
19844
19845 \end_inset
19846
19847
19848 \begin_inset Index idx
19849 status collapsed
19850
19851 \begin_layout Plain Layout
19852 Table ! Customization
19853 \end_layout
19854
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \begin_layout Subsection
19861 Row Spacing
19862 \begin_inset CommandInset label
19863 LatexCommand label
19864 name "subsec:Row-Spacing"
19865
19866 \end_inset
19867
19868
19869 \begin_inset Index idx
19870 status collapsed
19871
19872 \begin_layout Plain Layout
19873 Table Customization ! Row Spacing
19874 \end_layout
19875
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \begin_layout Standard
19882 You can add vertical space to table rows in the 
19883 \family sans
19884 Borders
19885 \family default
19886  tab of the table dialog.
19887  You find there three possibilities:
19888 \end_layout
19889
19890 \begin_layout Description
19891 Top
19892 \begin_inset space ~
19893 \end_inset
19894
19895 of
19896 \begin_inset space ~
19897 \end_inset
19898
19899 row will add space above the characters of the table row.
19900  If the table is a formal table
19901 \begin_inset Foot
19902 status collapsed
19903
19904 \begin_layout Plain Layout
19905 Formal tables are explained in section
19906 \begin_inset space ~
19907 \end_inset
19908
19909
19910 \begin_inset CommandInset ref
19911 LatexCommand ref
19912 reference "sec:Formal-Tables"
19913
19914 \end_inset
19915
19916 .
19917 \end_layout
19918
19919 \end_inset
19920
19921  \SpecialChar LyX
19922  will insert as default 0.5
19923 \begin_inset space \thinspace{}
19924 \end_inset
19925
19926 em space.
19927  For normal tables the inserted space will unfortunately destroy the vertical
19928  table lines as in the following table:
19929 \begin_inset VSpace medskip
19930 \end_inset
19931
19932
19933 \begin_inset Newline newline
19934 \end_inset
19935
19936
19937 \begin_inset space \hspace*{}
19938 \length 0pt
19939 \end_inset
19940
19941
19942 \begin_inset space \hfill{}
19943 \end_inset
19944
19945
19946 \begin_inset Tabular
19947 <lyxtabular version="3" rows="3" columns="1">
19948 <features tabularvalignment="middle">
19949 <column alignment="center" valignment="top">
19950 <row>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 A
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row topspace="3mm">
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 3
19967 \begin_inset space \thinspace{}
19968 \end_inset
19969
19970 mm space top of row
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 <row>
19977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 C
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 </lyxtabular>
19988
19989 \end_inset
19990
19991
19992 \begin_inset space \hfill{}
19993 \end_inset
19994
19995
19996 \begin_inset space \hspace*{}
19997 \length 0pt
19998 \end_inset
19999
20000
20001 \begin_inset VSpace medskip
20002 \end_inset
20003
20004
20005 \begin_inset Newline newline
20006 \end_inset
20007
20008 So inserting space in the top of row for normal tables is only useful when
20009  you don't have vertical lines.
20010 \end_layout
20011
20012 \begin_layout Description
20013 Bottom
20014 \begin_inset space ~
20015 \end_inset
20016
20017 of
20018 \begin_inset space ~
20019 \end_inset
20020
20021 row will add space below the characters of the table row.
20022  If the table is a formal table \SpecialChar LyX
20023  will insert as default 0.5
20024 \begin_inset space \thinspace{}
20025 \end_inset
20026
20027 em space, for normal tables the default size is 2
20028 \begin_inset space \thinspace{}
20029 \end_inset
20030
20031 pt.
20032 \end_layout
20033
20034 \begin_layout Description
20035 Between
20036 \begin_inset space ~
20037 \end_inset
20038
20039 rows adds space between the current and the following row.
20040  If the table is a formal table \SpecialChar LyX
20041  will insert as default 0.5
20042 \begin_inset space \thinspace{}
20043 \end_inset
20044
20045 em space.
20046  For normal tables the inserted space will unfortunately destroy the vertical
20047  table lines as in the following table:
20048 \begin_inset VSpace medskip
20049 \end_inset
20050
20051
20052 \begin_inset Newline newline
20053 \end_inset
20054
20055
20056 \begin_inset space \hspace*{}
20057 \length 0pt
20058 \end_inset
20059
20060
20061 \begin_inset space \hfill{}
20062 \end_inset
20063
20064
20065 \begin_inset Tabular
20066 <lyxtabular version="3" rows="3" columns="1">
20067 <features tabularvalignment="middle">
20068 <column alignment="center" valignment="top">
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074 A
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 <row interlinespace="3mm">
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 \begin_inset Formula $\downarrow$
20086 \end_inset
20087
20088  3
20089 \begin_inset space \thinspace{}
20090 \end_inset
20091
20092 mm space between row 
20093 \begin_inset Formula $\downarrow$
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 <row>
20103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\uparrow$
20108 \end_inset
20109
20110  3
20111 \begin_inset space \thinspace{}
20112 \end_inset
20113
20114 mm space between row 
20115 \begin_inset Formula $\uparrow$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 </lyxtabular>
20125
20126 \end_inset
20127
20128
20129 \begin_inset space \hfill{}
20130 \end_inset
20131
20132
20133 \begin_inset space \hspace*{}
20134 \length 0pt
20135 \end_inset
20136
20137
20138 \begin_inset VSpace medskip
20139 \end_inset
20140
20141
20142 \begin_inset Newline newline
20143 \end_inset
20144
20145 So inserting space between rows for normal tables is only useful when you
20146  don't have vertical lines.
20147 \end_layout
20148
20149 \begin_layout Standard
20150 \begin_inset VSpace bigskip
20151 \end_inset
20152
20153 When you want to add extra height to all cells of all tables, you can do
20154  this with the following preamble lines:
20155 \end_layout
20156
20157 \begin_layout Standard
20158
20159 \series bold
20160
20161 \backslash
20162 @ifundefined{extrarowheight}
20163 \begin_inset Newline newline
20164 \end_inset
20165
20166
20167 \begin_inset Phantom HPhantom
20168 status open
20169
20170 \begin_layout Plain Layout
20171
20172 \series bold
20173 \begin_inset space ~
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180
20181 {
20182 \backslash
20183 usepackage{array}}{}
20184 \begin_inset Newline newline
20185 \end_inset
20186
20187
20188 \backslash
20189 setlength{
20190 \backslash
20191 extrarowheight}{height}
20192 \end_layout
20193
20194 \begin_layout Standard
20195 But this has the disadvantage that the cell texts are no longer exactly
20196  vertically centered.
20197  (The package 
20198 \series bold
20199 array
20200 \series default
20201  will be loaded automatically by \SpecialChar LyX
20202  when you use self defined table formats.
20203  To avoid that it being loaded twice the command 
20204 \series bold
20205
20206 \backslash
20207 @ifundefined
20208 \series default
20209  is used in the above command.)
20210 \end_layout
20211
20212 \begin_layout Standard
20213 If you are using font sizes larger than the normal size, the table borders
20214  are often too close to the letters.
20215  This can be corrected by inserting the command 
20216 \series bold
20217
20218 \backslash
20219 strut
20220 \series default
20221  in \SpecialChar TeX
20222  Code at the beginning of a table row.
20223  Table
20224 \begin_inset space ~
20225 \end_inset
20226
20227
20228 \begin_inset CommandInset ref
20229 LatexCommand ref
20230 reference "tab:Vertical-alignment-of"
20231
20232 \end_inset
20233
20234  illustrates the effect.
20235 \end_layout
20236
20237 \begin_layout Standard
20238 \noindent
20239 \begin_inset Float table
20240 placement h
20241 wide false
20242 sideways false
20243 status open
20244
20245 \begin_layout Plain Layout
20246 \begin_inset Caption Standard
20247
20248 \begin_layout Plain Layout
20249 \begin_inset CommandInset label
20250 LatexCommand label
20251 name "tab:Vertical-alignment-of"
20252
20253 \end_inset
20254
20255 Vertical alignment of text with large font sizes.
20256 \end_layout
20257
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \begin_layout Plain Layout
20264 \begin_inset space \hfill{}
20265 \end_inset
20266
20267
20268 \begin_inset Float table
20269 wide false
20270 sideways false
20271 status collapsed
20272
20273 \begin_layout Plain Layout
20274 \begin_inset Caption Standard
20275
20276 \begin_layout Plain Layout
20277 Normal table.
20278 \end_layout
20279
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \begin_layout Plain Layout
20286 \noindent
20287 \align center
20288 \begin_inset Tabular
20289 <lyxtabular version="3" rows="6" columns="1">
20290 <features tabularvalignment="middle">
20291 <column alignment="left" valignment="top">
20292 <row>
20293 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 Normal, g
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 </row>
20303 <row>
20304 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308
20309 \size large
20310 Large
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 </row>
20316 <row>
20317 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \size larger
20323 Larger
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \size largest
20336 Largest
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \size huge
20349 Huge
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \size huge
20362 Huger
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 </lyxtabular>
20369
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \end_inset
20376
20377
20378 \begin_inset space \hfill{}
20379 \end_inset
20380
20381
20382 \begin_inset Float table
20383 wide false
20384 sideways false
20385 status collapsed
20386
20387 \begin_layout Plain Layout
20388 \begin_inset Caption Standard
20389
20390 \begin_layout Plain Layout
20391 Table using the command 
20392 \series bold
20393
20394 \backslash
20395 strut
20396 \series default
20397 .
20398 \end_layout
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \begin_layout Plain Layout
20406 \noindent
20407 \align center
20408 \begin_inset Tabular
20409 <lyxtabular version="3" rows="6" columns="1">
20410 <features tabularvalignment="middle">
20411 <column alignment="left" valignment="top">
20412 <row>
20413 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 Normal, g
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \size large
20430 \begin_inset ERT
20431 status collapsed
20432
20433 \begin_layout Plain Layout
20434
20435
20436 \backslash
20437 strut 
20438 \end_layout
20439
20440 \end_inset
20441
20442 Large
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 </row>
20448 <row>
20449 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453
20454 \size larger
20455 \begin_inset ERT
20456 status collapsed
20457
20458 \begin_layout Plain Layout
20459
20460
20461 \backslash
20462 strut 
20463 \end_layout
20464
20465 \end_inset
20466
20467 Larger
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \size largest
20480 \begin_inset ERT
20481 status collapsed
20482
20483 \begin_layout Plain Layout
20484
20485
20486 \backslash
20487 strut 
20488 \end_layout
20489
20490 \end_inset
20491
20492 Largest
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \size huge
20505 \begin_inset ERT
20506 status collapsed
20507
20508 \begin_layout Plain Layout
20509
20510
20511 \backslash
20512 strut 
20513 \end_layout
20514
20515 \end_inset
20516
20517 Huge
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \size giant
20530 \begin_inset ERT
20531 status collapsed
20532
20533 \begin_layout Plain Layout
20534
20535
20536 \backslash
20537 strut 
20538 \end_layout
20539
20540 \end_inset
20541
20542
20543 \size huge
20544 Huger
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 </row>
20550 </lyxtabular>
20551
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558
20559
20560 \begin_inset space \hfill{}
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Subsection
20572 Special Cell Alignment
20573 \begin_inset CommandInset label
20574 LatexCommand label
20575 name "subsec:Special-Cell-Alignment"
20576
20577 \end_inset
20578
20579
20580 \begin_inset Index idx
20581 status collapsed
20582
20583 \begin_layout Plain Layout
20584 Table Customization ! Special Cell Alignment
20585 \end_layout
20586
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \begin_layout Standard
20593 Sometimes it looks better when the cell entries of a column are aligned
20594  with a special character, e.
20595 \begin_inset space \thinspace{}
20596 \end_inset
20597
20598 g.
20599 \begin_inset space \space{}
20600 \end_inset
20601
20602 with the decimal separator as in Table
20603 \begin_inset space ~
20604 \end_inset
20605
20606
20607 \begin_inset CommandInset ref
20608 LatexCommand ref
20609 reference "tab:Table-cells-align"
20610
20611 \end_inset
20612
20613 .
20614  This alignment is achieved by setting the cursor into the column and then
20615  either pressing the toolbar button 
20616 \begin_inset Info
20617 type  "icon"
20618 arg   "inset-modify tabular align-decimal"
20619 \end_inset
20620
20621  or setting the alignment in the table settings to 
20622 \family sans
20623 At
20624 \begin_inset space ~
20625 \end_inset
20626
20627 Decimal
20628 \begin_inset space ~
20629 \end_inset
20630
20631 Separator
20632 \family default
20633 .
20634  The alignment character can be a character of your choice and is specified
20635  in the table settings.
20636 \end_layout
20637
20638 \begin_layout Standard
20639 \begin_inset Float table
20640 placement h
20641 wide false
20642 sideways false
20643 status open
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Caption Standard
20647
20648 \begin_layout Plain Layout
20649 \begin_inset CommandInset label
20650 LatexCommand label
20651 name "tab:Table-cells-align"
20652
20653 \end_inset
20654
20655 Table cells of a column aligned with the decimal separator.
20656 \end_layout
20657
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \begin_layout Plain Layout
20664 \align center
20665 \begin_inset Tabular
20666 <lyxtabular version="3" rows="4" columns="1">
20667 <features booktabs="true" tabularvalignment="middle">
20668 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20669 <row>
20670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674 heading
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685 12.6
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 0.68
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 -123.0
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 </lyxtabular>
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \begin_layout Standard
20726 \begin_inset Float table
20727 placement h
20728 wide false
20729 sideways false
20730 status open
20731
20732 \begin_layout Plain Layout
20733 \begin_inset Caption Standard
20734
20735 \begin_layout Plain Layout
20736 \begin_inset CommandInset label
20737 LatexCommand label
20738 name "tab:Table-align-operator"
20739
20740 \end_inset
20741
20742 Table cells of a column aligned with the operators.
20743 \end_layout
20744
20745 \end_inset
20746
20747
20748 \end_layout
20749
20750 \begin_layout Plain Layout
20751 \align center
20752 \begin_inset Tabular
20753 <lyxtabular version="3" rows="4" columns="2">
20754 <features booktabs="true" tabularvalignment="middle">
20755 <column alignment="right" valignment="top" width="0pt">
20756 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20757 <row>
20758 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 heading
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 </row>
20777 <row>
20778 <cell alignment="center" valignment="top" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Formula $12\,+$
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 <cell alignment="center" valignment="top" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794 \begin_inset Formula $\,6$
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 </row>
20803 <row>
20804 <cell alignment="center" valignment="top" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Plain Layout
20808 \begin_inset Formula $0\,-$
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\,68$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 \begin_inset Formula $-123\,/$
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 \begin_inset Formula $\,0$
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 </lyxtabular>
20856
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Standard
20868 For alignments at characters in formulas this method does not work because
20869  the field to specify the alignment character does not allow formulas.
20870  In this case one need to use the method from Table
20871 \begin_inset space ~
20872 \end_inset
20873
20874
20875 \begin_inset CommandInset ref
20876 LatexCommand ref
20877 reference "tab:Table-align-operator"
20878
20879 \end_inset
20880
20881 .
20882  This table was created with a 4×2 table.
20883  The heading is a centered multicolumn.
20884  The first column is right-aligned and contains the first part including
20885  the operator.
20886  The second column is left aligned and contains the rest.
20887  A small space was added at the beginning of each cell of the second column
20888  to get the space that is usually around operators.
20889  To omit the space that is normally between two table columns, the following
20890  \SpecialChar LaTeX
20891 -argument was used for the second column:
20892 \end_layout
20893
20894 \begin_layout Standard
20895
20896 \series bold
20897 @{}l
20898 \end_layout
20899
20900 \begin_layout Standard
20901 Table
20902 \begin_inset space ~
20903 \end_inset
20904
20905
20906 \begin_inset CommandInset ref
20907 LatexCommand ref
20908 reference "tab:Several-table-cell"
20909
20910 \end_inset
20911
20912  shows some example alignments.
20913  For the alignment with the relation sign, a small space was added like
20914  for the second column of Table
20915 \begin_inset space ~
20916 \end_inset
20917
20918
20919 \begin_inset CommandInset ref
20920 LatexCommand ref
20921 reference "tab:Table-align-operator"
20922
20923 \end_inset
20924
20925 .
20926 \end_layout
20927
20928 \begin_layout Standard
20929 \begin_inset Float table
20930 placement h
20931 wide false
20932 sideways false
20933 status open
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Caption Standard
20937
20938 \begin_layout Plain Layout
20939 \begin_inset CommandInset label
20940 LatexCommand label
20941 name "tab:Several-table-cell"
20942
20943 \end_inset
20944
20945 Several table cell alignments.
20946 \end_layout
20947
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \begin_layout Plain Layout
20954 \align center
20955 \begin_inset Tabular
20956 <lyxtabular version="3" rows="4" columns="6">
20957 <features tabularvalignment="middle">
20958 <column alignment="right" valignment="top">
20959 <column alignment="left" valignment="top" special="@{}l">
20960 <column alignment="right" valignment="top">
20961 <column alignment="left" valignment="top" special="@{}l">
20962 <column alignment="right" valignment="top">
20963 <column alignment="left" valignment="top" special="@{}l">
20964 <row>
20965 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969 units
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 exponents
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 relations
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 <row>
21021 <cell alignment="center" valignment="top" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 12×
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 24
21035 \begin_inset space \thinspace{}
21036 \end_inset
21037
21038 bottles
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 \begin_inset Formula $10\cdot$
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 \begin_inset Formula $10^{\mbox{-}17}$
21060 \end_inset
21061
21062
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\Gamma(t)\propto$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 <cell alignment="center" valignment="top" usebox="none">
21080 \begin_inset Text
21081
21082 \begin_layout Plain Layout
21083 \begin_inset Formula $\:\Upsilon(t)$
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 </row>
21092 <row>
21093 <cell alignment="center" valignment="top" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 1024×
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 768
21107 \begin_inset space \thinspace{}
21108 \end_inset
21109
21110 Pixels
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 \begin_inset Formula $5.78\cdot$
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $10^{7}$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $A\ne$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 <cell alignment="center" valignment="top" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155 \begin_inset Formula $\:B_{\mathrm{red}}$
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 </row>
21164 <row>
21165 <cell alignment="center" valignment="top" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 32×
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 6
21179 \begin_inset space \thinspace{}
21180 \end_inset
21181
21182 cm
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 -
21192 \begin_inset Formula $33.5\cdot$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Formula $10^{4}$
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216 \begin_inset Formula $\sin(\alpha)\ge$
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\:\sin(\beta)$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 </lyxtabular>
21238
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \begin_layout Subsection
21250 Customized Cell/Column Format
21251 \begin_inset CommandInset label
21252 LatexCommand label
21253 name "subsec:Customized-Format"
21254
21255 \end_inset
21256
21257
21258 \begin_inset Index idx
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262 Table Customization ! Cell/Column Format
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Standard
21271 Calculating the required width for normal columns as described in section
21272 \begin_inset space ~
21273 \end_inset
21274
21275
21276 \begin_inset CommandInset ref
21277 LatexCommand ref
21278 reference "sec:Table-Width-Calculation"
21279
21280 \end_inset
21281
21282  or for spanned columns as described in section
21283 \begin_inset space ~
21284 \end_inset
21285
21286
21287 \begin_inset CommandInset ref
21288 LatexCommand ref
21289 reference "subsec:Multicolumn-Calculations"
21290
21291 \end_inset
21292
21293  is very annoying if you have several tables where a calculation is necessary.
21294  To make life easier, you can define a cell/column format in the preamble,
21295  that can be used in all tables of the document.
21296  The format is defined with the command
21297 \end_layout
21298
21299 \begin_layout Standard
21300
21301 \series bold
21302
21303 \backslash
21304 newcolumntype{name of format}[number of arguments]{commands}
21305 \end_layout
21306
21307 \begin_layout Standard
21308 The format name may only consist of one letter.
21309  The letters 
21310 \emph on
21311 b
21312 \emph default
21313
21314 \emph on
21315 c
21316 \emph default
21317
21318 \emph on
21319 l
21320 \emph default
21321
21322 \emph on
21323 m
21324 \emph default
21325
21326 \emph on
21327 p
21328 \emph default
21329  and 
21330 \emph on
21331 r
21332 \emph default
21333  are predefined and cannot be used.
21334  But all letters are allowed as capitals.
21335 \end_layout
21336
21337 \begin_layout Standard
21338 \begin_inset VSpace medskip
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \begin_layout Standard
21345 For vertically and horizontally centered multicolumn cells with a fixed
21346  width you can define the cell format
21347 \end_layout
21348
21349 \begin_layout Standard
21350
21351 \series bold
21352
21353 \backslash
21354 newcolumntype{M}[1]{>{
21355 \backslash
21356 centering
21357 \backslash
21358 hspace{0pt}}m{#1}}
21359 \end_layout
21360
21361 \begin_layout Standard
21362 where 
21363 \series bold
21364
21365 \backslash
21366 hspace{0pt}
21367 \series default
21368  avoids the problem of hyphenating the first word, as described in section
21369 \begin_inset space ~
21370 \end_inset
21371
21372
21373 \begin_inset CommandInset ref
21374 LatexCommand ref
21375 reference "subsec:Multiple-Lines-in"
21376
21377 \end_inset
21378
21379 .
21380  Now you can simply enter
21381 \end_layout
21382
21383 \begin_layout Standard
21384
21385 \series bold
21386 M{width}
21387 \end_layout
21388
21389 \begin_layout Standard
21390 as 
21391 \family sans
21392 \SpecialChar LaTeX
21393 -argument
21394 \family default
21395  in the table dialog to create a multicolumn.
21396 \end_layout
21397
21398 \begin_layout Standard
21399 \begin_inset VSpace bigskip
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \begin_layout Standard
21406 For cells spanned by a multicolumn cell, you can define the format
21407 \end_layout
21408
21409 \begin_layout Standard
21410
21411 \series bold
21412
21413 \backslash
21414 newcolumntype{S}[2]{>{
21415 \backslash
21416 centering
21417 \backslash
21418 hspace{0pt}}
21419 \begin_inset Newline newline
21420 \end_inset
21421
21422
21423 \begin_inset Phantom HPhantom
21424 status open
21425
21426 \begin_layout Plain Layout
21427
21428 \series bold
21429
21430 \backslash
21431 newcolumntype
21432 \end_layout
21433
21434 \end_inset
21435
21436 m{(#1+(2
21437 \backslash
21438 tabcolsep+
21439 \backslash
21440 arrayrulewidth)*(1-#2))/#2}}
21441 \end_layout
21442
21443 \begin_layout Standard
21444 This format uses equation 
21445 \begin_inset CommandInset ref
21446 LatexCommand eqref
21447 reference "eq:Wgn"
21448
21449 \end_inset
21450
21451  to calculate the required width so that each spanned cell has the same
21452  width.
21453 \end_layout
21454
21455 \begin_layout Standard
21456 You can now enter
21457 \end_layout
21458
21459 \begin_layout Standard
21460
21461 \series bold
21462 S{width of multicolumn cell}{number of spanned columns}
21463 \end_layout
21464
21465 \begin_layout Standard
21466 as \SpecialChar LaTeX
21467 -argument of the column.
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset VSpace bigskip
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \begin_layout Standard
21478 For colored columns, you can define
21479 \end_layout
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484
21485 \backslash
21486 newcolumntype{K}[1]{>{
21487 \backslash
21488 columncolor{#1}
21489 \backslash
21490 hspace{0pt}}c}
21491 \end_layout
21492
21493 \begin_layout Standard
21494 The 
21495 \begin_inset Quotes eld
21496 \end_inset
21497
21498 c
21499 \begin_inset Quotes erd
21500 \end_inset
21501
21502  at the end creates a column with a flexible width whose text is horizontally
21503  centered.
21504  You can now enter
21505 \end_layout
21506
21507 \begin_layout Standard
21508
21509 \series bold
21510 K{color name}
21511 \end_layout
21512
21513 \begin_layout Standard
21514 as \SpecialChar LaTeX
21515 -argument.
21516 \end_layout
21517
21518 \begin_layout Standard
21519 \begin_inset VSpace bigskip
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \begin_layout Standard
21526 To create Table
21527 \begin_inset space ~
21528 \end_inset
21529
21530
21531 \begin_inset CommandInset ref
21532 LatexCommand ref
21533 reference "tab:Table-using-user-defined"
21534
21535 \end_inset
21536
21537  use the \SpecialChar LaTeX
21538 -arguments
21539 \end_layout
21540
21541 \begin_layout Standard
21542
21543 \series bold
21544 M{2.5cm}
21545 \end_layout
21546
21547 \begin_layout Standard
21548 for the first column and the multicolumn,
21549 \end_layout
21550
21551 \begin_layout Standard
21552
21553 \series bold
21554 K{red}
21555 \end_layout
21556
21557 \begin_layout Standard
21558 for the last column, and
21559 \end_layout
21560
21561 \begin_layout Standard
21562
21563 \series bold
21564 S{2.5cm}{2}
21565 \end_layout
21566
21567 \begin_layout Standard
21568 for the cells in the second column.
21569 \end_layout
21570
21571 \begin_layout Standard
21572 \begin_inset Float table
21573 placement h
21574 wide false
21575 sideways false
21576 status open
21577
21578 \begin_layout Plain Layout
21579 \begin_inset Caption Standard
21580
21581 \begin_layout Plain Layout
21582 \begin_inset CommandInset label
21583 LatexCommand label
21584 name "tab:Table-using-user-defined"
21585
21586 \end_inset
21587
21588 Table using user-defined table formats
21589 \end_layout
21590
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \begin_layout Plain Layout
21597 \align center
21598 \begin_inset Tabular
21599 <lyxtabular version="3" rows="3" columns="4">
21600 <features tabularvalignment="middle">
21601 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21602 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21603 <column alignment="center" valignment="middle">
21604 <column alignment="center" valignment="middle" special="K{red}">
21605 <row>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 verylongtablecellword
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 multiple lines multicolumn
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 c
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 <row>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 d
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 e
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 f
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 g
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 </row>
21681 <row>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 h
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 i
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 j
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713 k
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 </row>
21719 </lyxtabular>
21720
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \begin_layout Subsection
21732 Line Thickness
21733 \begin_inset CommandInset label
21734 LatexCommand label
21735 name "subsec:Line-Thickness"
21736
21737 \end_inset
21738
21739
21740 \begin_inset Index idx
21741 status collapsed
21742
21743 \begin_layout Plain Layout
21744 Table Customization ! Line Thickness
21745 \end_layout
21746
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \begin_layout Standard
21753 The line thickness for all lines in a table can be adjusted with the length
21754  
21755 \series bold
21756
21757 \backslash
21758 arrayrulewidth
21759 \series default
21760 .
21761  To set for example a line thickness of 1.5
21762 \begin_inset space \thinspace{}
21763 \end_inset
21764
21765 pt, as in Table
21766 \begin_inset space ~
21767 \end_inset
21768
21769
21770 \begin_inset CommandInset ref
21771 LatexCommand ref
21772 reference "tab:Table-with-1.5"
21773
21774 \end_inset
21775
21776 , insert the command
21777 \end_layout
21778
21779 \begin_layout Standard
21780
21781 \series bold
21782
21783 \backslash
21784 setlength{
21785 \backslash
21786 arrayrulewidth}{1.5pt}
21787 \end_layout
21788
21789 \begin_layout Standard
21790 in \SpecialChar TeX
21791  Code before the table or table float.
21792  The changed thickness is valid for all subsequent tables.
21793  To use the default value again, set 
21794 \series bold
21795
21796 \backslash
21797 arrayrulewidth
21798 \series default
21799  to 0.4
21800 \begin_inset space \thinspace{}
21801 \end_inset
21802
21803 pt in \SpecialChar TeX
21804  Code after the table or table float.
21805 \end_layout
21806
21807 \begin_layout Standard
21808 \begin_inset ERT
21809 status collapsed
21810
21811 \begin_layout Plain Layout
21812
21813
21814 \backslash
21815 setlength{
21816 \backslash
21817 arrayrulewidth}{1.5pt}
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \begin_inset Float table
21824 wide false
21825 sideways false
21826 status open
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Caption Standard
21830
21831 \begin_layout Plain Layout
21832 \begin_inset CommandInset label
21833 LatexCommand label
21834 name "tab:Table-with-1.5"
21835
21836 \end_inset
21837
21838 Table with 1.5
21839 \begin_inset space \thinspace{}
21840 \end_inset
21841
21842 pt thick lines
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Plain Layout
21851 \align center
21852 \begin_inset Tabular
21853 <lyxtabular version="3" rows="3" columns="3">
21854 <features tabularvalignment="middle">
21855 <column alignment="center" valignment="top">
21856 <column alignment="center" valignment="top">
21857 <column alignment="center" valignment="top">
21858 <row>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 sd
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 <row>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 sd
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 sd
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 </lyxtabular>
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \begin_inset ERT
21956 status collapsed
21957
21958 \begin_layout Plain Layout
21959
21960
21961 \backslash
21962 setlength{
21963 \backslash
21964 arrayrulewidth}{0.4pt}
21965 \end_layout
21966
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \begin_layout Standard
21973 \begin_inset VSpace bigskip
21974 \end_inset
21975
21976 To set the line thickness to 1.5
21977 \begin_inset space \thinspace{}
21978 \end_inset
21979
21980 pt only for horizontal lines, as in Table
21981 \begin_inset space ~
21982 \end_inset
21983
21984
21985 \begin_inset CommandInset ref
21986 LatexCommand ref
21987 reference "tab:Table-with-horizontal"
21988
21989 \end_inset
21990
21991 , insert these commands in \SpecialChar TeX
21992  Code before the table or table float:
21993 \end_layout
21994
21995 \begin_layout Standard
21996
21997 \series bold
21998
21999 \backslash
22000 let
22001 \backslash
22002 myHline
22003 \backslash
22004 hline
22005 \begin_inset Newline newline
22006 \end_inset
22007
22008
22009 \backslash
22010 renewcommand{
22011 \backslash
22012 hline}
22013 \begin_inset Newline newline
22014 \end_inset
22015
22016  {
22017 \backslash
22018 noalign{
22019 \backslash
22020 global
22021 \backslash
22022 arrayrulewidth 1.5pt}
22023 \begin_inset Newline newline
22024 \end_inset
22025
22026  
22027 \backslash
22028 myHline
22029 \backslash
22030 noalign{
22031 \backslash
22032 global
22033 \backslash
22034 arrayrulewidth 0.4pt}}
22035 \end_layout
22036
22037 \begin_layout Standard
22038 To return to the default line thickness, insert this command in \SpecialChar TeX
22039  Code after
22040  the table or table float:
22041 \end_layout
22042
22043 \begin_layout Standard
22044
22045 \series bold
22046
22047 \backslash
22048 renewcommand{
22049 \backslash
22050 hline}{
22051 \backslash
22052 myHline}
22053 \end_layout
22054
22055 \begin_layout Standard
22056 \begin_inset ERT
22057 status collapsed
22058
22059 \begin_layout Plain Layout
22060
22061
22062 \backslash
22063 let
22064 \backslash
22065 myHline
22066 \backslash
22067 hline
22068 \end_layout
22069
22070 \begin_layout Plain Layout
22071
22072
22073 \backslash
22074 renewcommand{
22075 \backslash
22076 hline}
22077 \end_layout
22078
22079 \begin_layout Plain Layout
22080
22081  {
22082 \backslash
22083 noalign{
22084 \backslash
22085 global
22086 \backslash
22087 arrayrulewidth 1.5pt}
22088 \end_layout
22089
22090 \begin_layout Plain Layout
22091
22092   
22093 \backslash
22094 myHline
22095 \backslash
22096 noalign{
22097 \backslash
22098 global
22099 \backslash
22100 arrayrulewidth 0.4pt}}
22101 \end_layout
22102
22103 \end_inset
22104
22105
22106 \begin_inset Float table
22107 wide false
22108 sideways false
22109 status open
22110
22111 \begin_layout Plain Layout
22112 \begin_inset Caption Standard
22113
22114 \begin_layout Plain Layout
22115 \begin_inset CommandInset label
22116 LatexCommand label
22117 name "tab:Table-with-horizontal"
22118
22119 \end_inset
22120
22121 Table with 1.5
22122 \begin_inset space \thinspace{}
22123 \end_inset
22124
22125 pt thick horizontal lines
22126 \end_layout
22127
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \begin_layout Plain Layout
22134 \align center
22135 \begin_inset Tabular
22136 <lyxtabular version="3" rows="3" columns="3">
22137 <features tabularvalignment="middle">
22138 <column alignment="center" valignment="top">
22139 <column alignment="center" valignment="top">
22140 <column alignment="center" valignment="top">
22141 <row>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 sd
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 <row>
22171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 sd
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 <row>
22200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 sd
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 </row>
22228 </lyxtabular>
22229
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236
22237
22238 \begin_inset ERT
22239 status collapsed
22240
22241 \begin_layout Plain Layout
22242
22243
22244 \backslash
22245 renewcommand{
22246 \backslash
22247 hline}{
22248 \backslash
22249 myHline}
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \begin_layout Standard
22258 \begin_inset VSpace bigskip
22259 \end_inset
22260
22261 To set the line thickness to 1.5
22262 \begin_inset space \thinspace{}
22263 \end_inset
22264
22265 pt only for vertical lines, create the following column format in the document
22266  preamble, according to the description in section
22267 \begin_inset space ~
22268 \end_inset
22269
22270
22271 \begin_inset CommandInset ref
22272 LatexCommand ref
22273 reference "subsec:Customized-Format"
22274
22275 \end_inset
22276
22277 :
22278 \end_layout
22279
22280 \begin_layout Standard
22281
22282 \series bold
22283
22284 \backslash
22285 newcolumntype{V}{!{
22286 \backslash
22287 vrule width 1.5pt}}
22288 \end_layout
22289
22290 \begin_layout Standard
22291 For Table
22292 \begin_inset space ~
22293 \end_inset
22294
22295
22296 \begin_inset CommandInset ref
22297 LatexCommand ref
22298 reference "tab:Table-with-vertical"
22299
22300 \end_inset
22301
22302  the \SpecialChar LaTeX
22303 -argument
22304 \end_layout
22305
22306 \begin_layout Standard
22307
22308 \series bold
22309 VcV
22310 \end_layout
22311
22312 \begin_layout Standard
22313 was used for the last column and
22314 \end_layout
22315
22316 \begin_layout Standard
22317
22318 \series bold
22319 Vc
22320 \end_layout
22321
22322 \begin_layout Standard
22323 for the other columns.
22324 \end_layout
22325
22326 \begin_layout Standard
22327 \begin_inset Float table
22328 wide false
22329 sideways false
22330 status open
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Caption Standard
22334
22335 \begin_layout Plain Layout
22336 \begin_inset CommandInset label
22337 LatexCommand label
22338 name "tab:Table-with-vertical"
22339
22340 \end_inset
22341
22342 Table with 1.5
22343 \begin_inset space \thinspace{}
22344 \end_inset
22345
22346 pt thick vertical lines
22347 \end_layout
22348
22349 \end_inset
22350
22351
22352 \end_layout
22353
22354 \begin_layout Plain Layout
22355 \align center
22356 \begin_inset Tabular
22357 <lyxtabular version="3" rows="3" columns="3">
22358 <features tabularvalignment="middle">
22359 <column alignment="center" valignment="top" special="Vc">
22360 <column alignment="center" valignment="top" special="Vc">
22361 <column alignment="center" valignment="top" special="VcV">
22362 <row>
22363 <cell alignment="center" valignment="top" topline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 sd
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 <row>
22392 <cell alignment="center" valignment="top" topline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" topline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 sd
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 </row>
22420 <row>
22421 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 sd
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 </row>
22449 </lyxtabular>
22450
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \begin_layout Subsection
22462 Dashed Lines
22463 \begin_inset Index idx
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467 Table Customization ! Dashed Lines
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \begin_layout Standard
22476 \begin_inset ERT
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480
22481
22482 \backslash
22483 ifarydshln
22484 \end_layout
22485
22486 \end_inset
22487
22488
22489 \begin_inset Note Note
22490 status open
22491
22492 \begin_layout Plain Layout
22493 The following section will only be displayed when the \SpecialChar LaTeX
22494 -package 
22495 \series bold
22496 arydshln
22497 \series default
22498  is installed.
22499 \end_layout
22500
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \begin_layout Standard
22507 \begin_inset Float table
22508 placement H
22509 wide false
22510 sideways false
22511 status open
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Caption Standard
22515
22516 \begin_layout Plain Layout
22517 \begin_inset CommandInset label
22518 LatexCommand label
22519 name "tab:Table-with-dashed"
22520
22521 \end_inset
22522
22523 Table with dashed lines
22524 \end_layout
22525
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \begin_layout Plain Layout
22532 \align center
22533 \begin_inset Tabular
22534 <lyxtabular version="3" rows="5" columns="5">
22535 <features tabularvalignment="middle">
22536 <column alignment="center" valignment="top">
22537 <column alignment="center" valignment="top">
22538 <column alignment="center" valignment="top" special=":c">
22539 <column alignment="center" valignment="top">
22540 <column alignment="center" valignment="top">
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 a
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 b
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 c
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 d
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 e
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 <row>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 f
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 g
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 h
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 i
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 j
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 </row>
22635 <row>
22636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 \begin_inset ERT
22641 status collapsed
22642
22643 \begin_layout Plain Layout
22644
22645
22646 \backslash
22647 hdashline 
22648 \end_layout
22649
22650 \end_inset
22651
22652 k
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 l
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 m
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 n
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 o
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 </row>
22694 <row>
22695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 \begin_inset ERT
22700 status collapsed
22701
22702 \begin_layout Plain Layout
22703
22704
22705 \backslash
22706 cdashline{4-5}
22707 \end_layout
22708
22709 \end_inset
22710
22711 p
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 q
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 r
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 s
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 <row>
22754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 t
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 u
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 v
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 w
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 x
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 </lyxtabular>
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \begin_layout Standard
22813 \SpecialChar LyX
22814  does not natively support dashed lines, so you have to use \SpecialChar TeX
22815  Code.
22816  As a prerequisite the \SpecialChar LaTeX
22817  package 
22818 \series bold
22819 arydshln
22820 \series default
22821
22822 \begin_inset Index idx
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826 \SpecialChar LaTeX
22827 -packages ! arydshln
22828 \end_layout
22829
22830 \end_inset
22831
22832  must be loaded in the document preamble with the command
22833 \end_layout
22834
22835 \begin_layout Standard
22836
22837 \series bold
22838
22839 \backslash
22840 usepackage{arydshln}
22841 \end_layout
22842
22843 \begin_layout Standard
22844 To make a vertical line dashed, enter the colon 
22845 \begin_inset Quotes eld
22846 \end_inset
22847
22848 :
22849 \begin_inset Quotes erd
22850 \end_inset
22851
22852  together with the character for the horizontal alignment as \SpecialChar LaTeX
22853  argument in
22854  the table cell dialog.
22855 \end_layout
22856
22857 \begin_layout Standard
22858 For a horizontal dashed line add the command
22859 \end_layout
22860
22861 \begin_layout Standard
22862
22863 \series bold
22864
22865 \backslash
22866 hdashline
22867 \end_layout
22868
22869 \begin_layout Standard
22870 in \SpecialChar TeX
22871  Code as first element of the first cell in the table row.
22872 \end_layout
22873
22874 \begin_layout Standard
22875 For dashed multicolumn lines use the command
22876 \end_layout
22877
22878 \begin_layout Standard
22879
22880 \series bold
22881
22882 \backslash
22883 cdashline{line number
22884 \series default
22885 }
22886 \end_layout
22887
22888 \begin_layout Standard
22889 in \SpecialChar TeX
22890  Code as the first element of the first cell in the table row.
22891  If you have for example a multicolumn spanning columns 2 to 4 and you want
22892  to have a dashed line above, add the command
22893 \end_layout
22894
22895 \begin_layout Standard
22896
22897 \series bold
22898
22899 \backslash
22900 cdashline{2-4}
22901 \end_layout
22902
22903 \begin_layout Standard
22904 as the first element of the first cell in the row of the multicolumn.
22905 \end_layout
22906
22907 \begin_layout Standard
22908 \begin_inset VSpace bigskip
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \begin_layout Standard
22915 Table
22916 \begin_inset space ~
22917 \end_inset
22918
22919
22920 \begin_inset CommandInset ref
22921 LatexCommand ref
22922 reference "tab:Table-with-dashed"
22923
22924 \end_inset
22925
22926  was created using 
22927 \begin_inset Quotes eld
22928 \end_inset
22929
22930
22931 \series bold
22932 :c
22933 \series default
22934
22935 \begin_inset Quotes erd
22936 \end_inset
22937
22938  as \SpecialChar LaTeX
22939  argument of the third column.
22940  The \SpecialChar TeX
22941  Code command 
22942 \series bold
22943
22944 \backslash
22945 hdashline
22946 \series default
22947  was inserted in the first cell of the third row and the \SpecialChar TeX
22948  Code command
22949 \begin_inset Newline newline
22950 \end_inset
22951
22952  
22953 \series bold
22954
22955 \backslash
22956 cdashline{4-5}
22957 \series default
22958  was inserted in the first cell of the fourth row.
22959 \end_layout
22960
22961 \begin_layout Standard
22962 \begin_inset VSpace bigskip
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Standard
22969 Tables with dashed lines can also be colored as shown by Table
22970 \begin_inset space ~
22971 \end_inset
22972
22973
22974 \begin_inset CommandInset ref
22975 LatexCommand ref
22976 reference "tab:Colored-table-with"
22977
22978 \end_inset
22979
22980 .
22981 \end_layout
22982
22983 \begin_layout Standard
22984 \begin_inset ERT
22985 status collapsed
22986
22987 \begin_layout Plain Layout
22988
22989
22990 \backslash
22991 setlength{
22992 \backslash
22993 arrayrulewidth}{1pt}
22994 \end_layout
22995
22996 \end_inset
22997
22998
22999 \begin_inset Note Note
23000 status collapsed
23001
23002 \begin_layout Plain Layout
23003 thicker lines for better visualization of the line color
23004 \end_layout
23005
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \begin_layout Standard
23012 \begin_inset ERT
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016
23017
23018 \backslash
23019 dashgapcolor{green}
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \begin_inset Note Note
23026 status collapsed
23027
23028 \begin_layout Plain Layout
23029 color gaps between dashes green
23030 \end_layout
23031
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \begin_layout Standard
23038 \begin_inset ERT
23039 status collapsed
23040
23041 \begin_layout Plain Layout
23042
23043
23044 \backslash
23045 let
23046 \backslash
23047 myHdashline
23048 \backslash
23049 hdashline
23050 \end_layout
23051
23052 \begin_layout Plain Layout
23053
23054
23055 \backslash
23056 renewcommand{
23057 \backslash
23058 hdashline}
23059 \end_layout
23060
23061 \begin_layout Plain Layout
23062
23063  {
23064 \backslash
23065 arrayrulecolor{red}
23066 \backslash
23067 myHdashline
23068 \backslash
23069 arrayrulecolor{black}}
23070 \end_layout
23071
23072 \end_inset
23073
23074
23075 \begin_inset Note Note
23076 status collapsed
23077
23078 \begin_layout Plain Layout
23079 color horizontal, dashed lines red
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \begin_layout Standard
23088 \begin_inset ERT
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092
23093
23094 \backslash
23095 let
23096 \backslash
23097 myCdashline
23098 \backslash
23099 cdashline
23100 \end_layout
23101
23102 \begin_layout Plain Layout
23103
23104
23105 \backslash
23106 renewcommand{
23107 \backslash
23108 cdashline}[1]
23109 \end_layout
23110
23111 \begin_layout Plain Layout
23112
23113  {
23114 \backslash
23115 arrayrulecolor{yellow}
23116 \backslash
23117 myCdashline{#1}
23118 \backslash
23119 arrayrulecolor{black}}
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \begin_inset Note Note
23126 status collapsed
23127
23128 \begin_layout Plain Layout
23129 color partial horizontal, dashed lines yellow
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \begin_layout Standard
23138 \begin_inset Float table
23139 placement h
23140 wide false
23141 sideways false
23142 status open
23143
23144 \begin_layout Plain Layout
23145 \begin_inset Caption Standard
23146
23147 \begin_layout Plain Layout
23148 \begin_inset CommandInset label
23149 LatexCommand label
23150 name "tab:Colored-table-with"
23151
23152 \end_inset
23153
23154 Colored table with dashed lines
23155 \end_layout
23156
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \begin_layout Plain Layout
23163 \align center
23164 \begin_inset Tabular
23165 <lyxtabular version="3" rows="5" columns="5">
23166 <features tabularvalignment="middle">
23167 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23168 <column alignment="center" valignment="top" width="0pt">
23169 <column alignment="center" valignment="top" width="0pt" special=":c">
23170 <column alignment="center" valignment="top">
23171 <column alignment="center" valignment="top">
23172 <row>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 a
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 b
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 c
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204 d
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213 e
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 f
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 g
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 h
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 i
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 j
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 </row>
23266 <row>
23267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset ERT
23272 status collapsed
23273
23274 \begin_layout Plain Layout
23275
23276
23277 \backslash
23278 hdashline 
23279 \end_layout
23280
23281 \end_inset
23282
23283
23284 \begin_inset ERT
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288
23289
23290 \backslash
23291 rowcolor{Gray}
23292 \end_layout
23293
23294 \end_inset
23295
23296 k
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 l
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 m
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 n
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 o
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 </row>
23338 <row>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 \begin_inset ERT
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347
23348
23349 \backslash
23350 cdashline{4-5}
23351 \end_layout
23352
23353 \end_inset
23354
23355 p
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 q
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 r
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 s
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 </row>
23397 <row>
23398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 t
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 u
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 v
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 w
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 \begin_inset ERT
23439 status collapsed
23440
23441 \begin_layout Plain Layout
23442
23443
23444 \backslash
23445 cellcolor{Maroon}
23446 \end_layout
23447
23448 \end_inset
23449
23450 i
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 </lyxtabular>
23457
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \begin_layout Standard
23469 \begin_inset ERT
23470 status collapsed
23471
23472 \begin_layout Plain Layout
23473
23474
23475 \backslash
23476 renewcommand{
23477 \backslash
23478 hdashline}{
23479 \backslash
23480 myHdashline}
23481 \end_layout
23482
23483 \end_inset
23484
23485
23486 \begin_inset Note Note
23487 status collapsed
23488
23489 \begin_layout Plain Layout
23490 reset to default
23491 \end_layout
23492
23493 \end_inset
23494
23495
23496 \end_layout
23497
23498 \begin_layout Standard
23499 \begin_inset ERT
23500 status collapsed
23501
23502 \begin_layout Plain Layout
23503
23504
23505 \backslash
23506 renewcommand{
23507 \backslash
23508 cdashline}{
23509 \backslash
23510 myCdashline}
23511 \end_layout
23512
23513 \end_inset
23514
23515
23516 \begin_inset Note Note
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520 reset to default
23521 \end_layout
23522
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \begin_inset ERT
23530 status collapsed
23531
23532 \begin_layout Plain Layout
23533
23534
23535 \backslash
23536 nodashgapcolor
23537 \end_layout
23538
23539 \end_inset
23540
23541
23542 \begin_inset Note Note
23543 status collapsed
23544
23545 \begin_layout Plain Layout
23546 reset to default
23547 \end_layout
23548
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \begin_layout Standard
23555 \begin_inset ERT
23556 status collapsed
23557
23558 \begin_layout Plain Layout
23559
23560
23561 \backslash
23562 setlength{
23563 \backslash
23564 arrayrulewidth}{0.4pt}
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \begin_inset Note Note
23571 status collapsed
23572
23573 \begin_layout Plain Layout
23574 reset to default
23575 \end_layout
23576
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \begin_layout Standard
23583 The coloring of lines, columns and lines works as decribed in section
23584 \begin_inset space ~
23585 \end_inset
23586
23587
23588 \begin_inset CommandInset ref
23589 LatexCommand ref
23590 reference "sec:Colored-Tables"
23591
23592 \end_inset
23593
23594 .
23595  Coloring horizontal lines works analogically as described there as well,
23596  one only needs to replace in the commands 
23597 \series bold
23598
23599 \backslash
23600 myHlineC
23601 \series default
23602  by 
23603 \series bold
23604
23605 \backslash
23606 myHdashline
23607 \series default
23608  and 
23609 \backslash
23610
23611 \series bold
23612 hline
23613 \series default
23614  by 
23615 \series bold
23616
23617 \backslash
23618 hdashline
23619 \series default
23620 ; so one uses the command
23621 \end_layout
23622
23623 \begin_layout Standard
23624
23625 \series bold
23626
23627 \backslash
23628 let
23629 \backslash
23630 myHdashline
23631 \backslash
23632 hdashline
23633 \begin_inset Newline newline
23634 \end_inset
23635
23636
23637 \backslash
23638 renewcommand{
23639 \backslash
23640 hdashline}
23641 \begin_inset Newline newline
23642 \end_inset
23643
23644
23645 \begin_inset Phantom HPhantom
23646 status open
23647
23648 \begin_layout Plain Layout
23649 \begin_inset space ~
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656
23657 {
23658 \backslash
23659 arrayrulecolor{red}
23660 \backslash
23661 myHdashline
23662 \backslash
23663 arrayrulecolor{black}}
23664 \end_layout
23665
23666 \begin_layout Standard
23667 To color 
23668 \series bold
23669
23670 \backslash
23671 cdashline
23672 \series default
23673 , the command is
23674 \end_layout
23675
23676 \begin_layout Standard
23677
23678 \series bold
23679
23680 \backslash
23681 let
23682 \backslash
23683 myCdashline
23684 \backslash
23685 cdashline
23686 \begin_inset Newline newline
23687 \end_inset
23688
23689
23690 \backslash
23691 renewcommand{
23692 \backslash
23693 cdashline}[1]
23694 \begin_inset Newline newline
23695 \end_inset
23696
23697
23698 \begin_inset Phantom HPhantom
23699 status open
23700
23701 \begin_layout Plain Layout
23702 \begin_inset space ~
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \end_inset
23709
23710 {
23711 \backslash
23712 arrayrulecolor{red}
23713 \backslash
23714 myCdashline{#1}
23715 \backslash
23716 arrayrulecolor{black}}
23717 \end_layout
23718
23719 \begin_layout Standard
23720 To get back the black line color, one needs to insert the following commands
23721  as \SpecialChar TeX
23722  Code behind the table:
23723 \end_layout
23724
23725 \begin_layout Standard
23726 For 
23727 \series bold
23728
23729 \backslash
23730 hdashline
23731 \end_layout
23732
23733 \begin_layout Standard
23734
23735 \series bold
23736
23737 \backslash
23738 renewcommand{
23739 \backslash
23740 hdashline}{
23741 \backslash
23742 myHdashline}
23743 \end_layout
23744
23745 \begin_layout Standard
23746 and for 
23747 \series bold
23748
23749 \backslash
23750 cdashline
23751 \end_layout
23752
23753 \begin_layout Standard
23754
23755 \series bold
23756
23757 \backslash
23758 renewcommand{
23759 \backslash
23760 cdashline}{
23761 \backslash
23762 myCdashline}
23763 \end_layout
23764
23765 \begin_layout Standard
23766 To color the gaps between the dashes the command
23767 \end_layout
23768
23769 \begin_layout Standard
23770
23771 \series bold
23772
23773 \backslash
23774 dashgapcolor{color}
23775 \end_layout
23776
23777 \begin_layout Standard
23778 can be used in front of a table as \SpecialChar TeX
23779  Code.
23780  color is hereby the name of a defined color.
23781  The command
23782 \end_layout
23783
23784 \begin_layout Standard
23785
23786 \series bold
23787
23788 \backslash
23789 nodashgapcolor
23790 \end_layout
23791
23792 \begin_layout Standard
23793 unsets the changes made by 
23794 \series bold
23795
23796 \backslash
23797 dashgapcolor
23798 \series default
23799 .
23800 \end_layout
23801
23802 \begin_layout Standard
23803 \begin_inset Note Greyedout
23804 status open
23805
23806 \begin_layout Plain Layout
23807
23808 \series bold
23809 \color none
23810 Note
23811 \series default
23812 : If there are multiple commands in a cell, the command of 
23813 \series bold
23814 arydshln
23815 \series default
23816  needs to be the first one in the cell.
23817  Therefore in cell 
23818 \emph on
23819 k
23820 \emph default
23821  of Table
23822 \begin_inset space ~
23823 \end_inset
23824
23825
23826 \begin_inset CommandInset ref
23827 LatexCommand ref
23828 reference "tab:Colored-table-with"
23829
23830 \end_inset
23831
23832  the command 
23833 \series bold
23834
23835 \backslash
23836 hdashline
23837 \series default
23838  is before 
23839 \series bold
23840
23841 \backslash
23842 rowcolor
23843 \series default
23844 .
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 \begin_inset Note Greyedout
23854 status open
23855
23856 \begin_layout Plain Layout
23857
23858 \series bold
23859 \color none
23860 Note:
23861 \series default
23862  The \SpecialChar LaTeX
23863 -package 
23864 \series bold
23865 arydshln
23866 \series default
23867  must be loaded in the document preamble before the \SpecialChar LaTeX
23868 -package 
23869 \series bold
23870 colortbl
23871 \series default
23872
23873 \begin_inset Index idx
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877 \SpecialChar LaTeX
23878 -packages ! colortbl
23879 \end_layout
23880
23881 \end_inset
23882
23883 .
23884 \end_layout
23885
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \begin_layout Standard
23892 \begin_inset ERT
23893 status collapsed
23894
23895 \begin_layout Plain Layout
23896
23897
23898 \backslash
23899 else
23900 \end_layout
23901
23902 \end_inset
23903
23904
23905 \begin_inset Note Note
23906 status open
23907
23908 \begin_layout Plain Layout
23909 The following will be displayed when the \SpecialChar LaTeX
23910 -package 
23911 \series bold
23912 arydshln
23913 \series default
23914  is not installed:
23915 \end_layout
23916
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \begin_layout Standard
23923 You need to install the package 
23924 \series bold
23925 arydshln
23926 \series default
23927  to see the content of this section in the output.
23928 \end_layout
23929
23930 \begin_layout Standard
23931 \begin_inset ERT
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935
23936
23937 \backslash
23938 fi
23939 \end_layout
23940
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \begin_layout Standard
23947 For more information about dashed lines see the documentation of 
23948 \series bold
23949 arydshln
23950 \series default
23951
23952 \begin_inset CommandInset citation
23953 LatexCommand cite
23954 key "arydshln"
23955
23956 \end_inset
23957
23958 .
23959 \end_layout
23960
23961 \begin_layout Chapter
23962 Floats
23963 \begin_inset CommandInset label
23964 LatexCommand label
23965 name "chap:Floats"
23966
23967 \end_inset
23968
23969
23970 \begin_inset Index idx
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974 Floats
23975 \end_layout
23976
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \begin_layout Section
23983 Introduction
23984 \begin_inset CommandInset label
23985 LatexCommand label
23986 name "sec:FloatIntroduction"
23987
23988 \end_inset
23989
23990
23991 \begin_inset Index idx
23992 status collapsed
23993
23994 \begin_layout Plain Layout
23995 Floats ! Introduction
23996 \end_layout
23997
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Standard
24004 A float is a block of text associated with some sort of label, which doesn't
24005  have a fixed location.
24006  It can 
24007 \begin_inset Quotes eld
24008 \end_inset
24009
24010 float
24011 \begin_inset Quotes erd
24012 \end_inset
24013
24014  forward or backward a page or two, to wherever it fits best.
24015  
24016 \family sans
24017 Footnotes
24018 \family default
24019  and 
24020 \family sans
24021 Margin
24022 \begin_inset space ~
24023 \end_inset
24024
24025 Notes
24026 \family default
24027  are also floats because they can float to the next page when there are
24028  too many notes on the page.
24029 \end_layout
24030
24031 \begin_layout Standard
24032 Floats allow a high quality layout.
24033  Images and tables can be spread evenly among the pages to avoid white space
24034  and pages without text.
24035  As the floating often destroys the context between the text and the image/table
24036 , every float can be referenced in the text.
24037  Floats are therefore numbered.
24038  Referencing is described in section
24039 \begin_inset space ~
24040 \end_inset
24041
24042
24043 \begin_inset CommandInset ref
24044 LatexCommand ref
24045 reference "sec:Referencing-Floats"
24046
24047 \end_inset
24048
24049 .
24050 \end_layout
24051
24052 \begin_layout Standard
24053 To insert a float, use the menu 
24054 \family sans
24055 Insert\SpecialChar menuseparator
24056 Float
24057 \family default
24058  (toolbar button 
24059 \begin_inset Info
24060 type  "icon"
24061 arg   "float-insert figure"
24062 \end_inset
24063
24064  or 
24065 \begin_inset Info
24066 type  "icon"
24067 arg   "float-insert table"
24068 \end_inset
24069
24070 ).
24071  This inserts the 
24072 \family sans
24073 Caption
24074 \family default
24075  inset, a box with a label.
24076  The label will automatically be translated to the document language in
24077  the output.
24078  After the label you can insert the caption text.
24079  The image or table is inserted above or below the caption in a separate
24080  paragraph within the float.
24081  More about the caption placement is contained in section
24082 \begin_inset space ~
24083 \end_inset
24084
24085
24086 \begin_inset CommandInset ref
24087 LatexCommand ref
24088 reference "sec:Caption-Placement"
24089
24090 \end_inset
24091
24092 .
24093  To keep your \SpecialChar LyX
24094  document readable, you can open and close the float box by
24095  left-clicking on the box label.
24096  A closed float box looks like this: 
24097 \begin_inset Graphics
24098         filename clipart/floatQt4.png
24099         scale 70
24100         scaleBeforeRotation
24101
24102 \end_inset
24103
24104  â€“ a gray button with a red label.
24105 \end_layout
24106
24107 \begin_layout Standard
24108 It is recommended that you insert floats as separate standard paragraphs
24109  to avoid possible \SpecialChar LaTeX
24110 -errors that can occur when the surrounding text is specially
24111  formatted.
24112 \end_layout
24113
24114 \begin_layout Standard
24115 Existing figures or tables can be put into a float by highlighting them
24116  and then pressing the corresponding toolbar button for a new float.
24117 \end_layout
24118
24119 \begin_layout Section
24120 Float Types
24121 \end_layout
24122
24123 \begin_layout Standard
24124 Besides figure and table floats that are described in sections
24125 \begin_inset space ~
24126 \end_inset
24127
24128
24129 \begin_inset CommandInset ref
24130 LatexCommand ref
24131 reference "sec:Figure-Floats"
24132
24133 \end_inset
24134
24135  and 
24136 \begin_inset CommandInset ref
24137 LatexCommand ref
24138 reference "sec:Table-Floats"
24139
24140 \end_inset
24141
24142  respectively, \SpecialChar LyX
24143  offers the float types 
24144 \family sans
24145 Algorithm
24146 \family default
24147  and 
24148 \family sans
24149 Wrap
24150 \family default
24151 .
24152  The latter are explained in sec.
24153 \begin_inset space \thinspace{}
24154 \end_inset
24155
24156
24157 \begin_inset CommandInset ref
24158 LatexCommand ref
24159 reference "sec:Wrap-Floats"
24160
24161 \end_inset
24162
24163 .
24164 \end_layout
24165
24166 \begin_layout Subsection
24167 Algorithm Floats
24168 \begin_inset Index idx
24169 status collapsed
24170
24171 \begin_layout Plain Layout
24172 Floats ! Algorithms
24173 \end_layout
24174
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \begin_layout Standard
24181 \begin_inset Float algorithm
24182 placement h
24183 wide false
24184 sideways false
24185 status open
24186
24187 \begin_layout Plain Layout
24188 \begin_inset Caption Standard
24189
24190 \begin_layout Plain Layout
24191 \begin_inset CommandInset label
24192 LatexCommand label
24193 name "alg:Example-Algorithm-float"
24194
24195 \end_inset
24196
24197 Example Algorithm float
24198 \end_layout
24199
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \begin_layout LyX-Code
24206 for I in 1..N loop
24207 \begin_inset Newline newline
24208 \end_inset
24209
24210  Sum:= Sum + A(I); /*comment*/
24211 \begin_inset Newline newline
24212 \end_inset
24213
24214 end loop
24215 \begin_inset VSpace -4mm
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout Standard
24227 This float type is inserted with the menu 
24228 \family sans
24229 Insert\SpecialChar menuseparator
24230 Float\SpecialChar menuseparator
24231 Algorithm
24232 \family default
24233 .
24234  It is used for program codes and descriptions of algorithms and can be
24235  seen as an alternative to program code listings that are explained in chapter
24236 \begin_inset space ~
24237 \end_inset
24238
24239
24240 \begin_inset CommandInset ref
24241 LatexCommand ref
24242 reference "cha:Program-Code-Listings"
24243
24244 \end_inset
24245
24246 .
24247  A possible environment for algorithms is the 
24248 \family sans
24249 \SpecialChar LyX
24250  Code
24251 \family default
24252 , described in \SpecialChar LyX
24253 's 
24254 \emph on
24255 Userguide
24256 \emph default
24257 .
24258  Algorithm
24259 \begin_inset space ~
24260 \end_inset
24261
24262
24263 \begin_inset CommandInset ref
24264 LatexCommand ref
24265 reference "alg:Example-Algorithm-float"
24266
24267 \end_inset
24268
24269  is an example of an algorithm float where -4
24270 \begin_inset space \thinspace{}
24271 \end_inset
24272
24273 mm vertical space was added at the end of the float to have the bottom rule
24274  exactly below the last text line.
24275 \end_layout
24276
24277 \begin_layout Standard
24278 The float label is not automatically translated into the document language.
24279  If your document is not in English, you have to do this manually by adding
24280  the following line to the document preamble
24281 \series bold
24282 :
24283 \end_layout
24284
24285 \begin_layout Standard
24286
24287 \series bold
24288
24289 \backslash
24290 floatname{algorithm}{your
24291 \begin_inset space ~
24292 \end_inset
24293
24294 name}
24295 \end_layout
24296
24297 \begin_layout Standard
24298 where 
24299 \family sans
24300 your
24301 \begin_inset space ~
24302 \end_inset
24303
24304 name
24305 \family default
24306  is the word 
24307 \begin_inset Quotes eld
24308 \end_inset
24309
24310
24311 \emph on
24312 algorithm
24313 \emph default
24314
24315 \begin_inset Quotes erd
24316 \end_inset
24317
24318  in your language.
24319 \end_layout
24320
24321 \begin_layout Standard
24322 To insert the list of algorithms you can use the menu 
24323 \family sans
24324 Insert\SpecialChar menuseparator
24325 List
24326 \begin_inset space \thinspace{}
24327 \end_inset
24328
24329 /
24330 \begin_inset space \thinspace{}
24331 \end_inset
24332
24333 TOC\SpecialChar menuseparator
24334 List of Algorithms
24335 \family default
24336  when your document has the same language as \SpecialChar LyX
24337 's menu names.
24338  In other cases use this command in \SpecialChar TeX
24339  Code instead:
24340 \end_layout
24341
24342 \begin_layout Standard
24343
24344 \series bold
24345
24346 \backslash
24347 listof{algorithm}{your
24348 \begin_inset space ~
24349 \end_inset
24350
24351 name}
24352 \end_layout
24353
24354 \begin_layout Standard
24355 where 
24356 \family sans
24357 your
24358 \begin_inset space ~
24359 \end_inset
24360
24361 name
24362 \family default
24363  is the word 
24364 \begin_inset Quotes eld
24365 \end_inset
24366
24367
24368 \emph on
24369 List of Algorithm
24370 \emph default
24371 s
24372 \begin_inset Quotes erd
24373 \end_inset
24374
24375  in your language.
24376 \end_layout
24377
24378 \begin_layout Standard
24379 Algorithm floats are not by default numbered in the scheme 
24380 \begin_inset Quotes eld
24381 \end_inset
24382
24383 chapter.algorithm
24384 \begin_inset Quotes erd
24385 \end_inset
24386
24387  as is the case for table and figure floats in many document-classes.
24388  To number algorithm floats in the same scheme, add this command to your
24389  document preamble:
24390 \end_layout
24391
24392 \begin_layout Standard
24393
24394 \series bold
24395
24396 \backslash
24397 numberwithin{algorithm}{chapter}
24398 \end_layout
24399
24400 \begin_layout Standard
24401 To be able to use the command 
24402 \series bold
24403
24404 \backslash
24405 numberwithin
24406 \series default
24407 , set in the tab 
24408 \family sans
24409 Math
24410 \begin_inset space ~
24411 \end_inset
24412
24413 Options
24414 \family default
24415  in the document settings the option 
24416 \family sans
24417 Use
24418 \begin_inset space ~
24419 \end_inset
24420
24421 AMS
24422 \begin_inset space ~
24423 \end_inset
24424
24425 math
24426 \begin_inset space ~
24427 \end_inset
24428
24429 package
24430 \family default
24431 .
24432 \end_layout
24433
24434 \begin_layout Section
24435 Float Numbering
24436 \begin_inset Index idx
24437 status collapsed
24438
24439 \begin_layout Plain Layout
24440 Floats ! Numbering
24441 \end_layout
24442
24443 \end_inset
24444
24445
24446 \end_layout
24447
24448 \begin_layout Standard
24449 Floats are usually numbered either independently from the sections the floats
24450  are in, or in the scheme 
24451 \begin_inset Quotes eld
24452 \end_inset
24453
24454 chapter.number
24455 \begin_inset Quotes erd
24456 \end_inset
24457
24458  or 
24459 \begin_inset Quotes eld
24460 \end_inset
24461
24462 section.number
24463 \begin_inset Quotes erd
24464 \end_inset
24465
24466 .
24467  This depends on the document class used.
24468 \end_layout
24469
24470 \begin_layout Standard
24471 To change section-independent numbering, you can use this command in the
24472  document preamble:
24473 \end_layout
24474
24475 \begin_layout Standard
24476
24477 \series bold
24478
24479 \backslash
24480 renewcommand{
24481 \backslash
24482 thetable}{
24483 \backslash
24484 roman{table}}
24485 \end_layout
24486
24487 \begin_layout Standard
24488
24489 \series bold
24490
24491 \backslash
24492 thetable
24493 \series default
24494  is the command that prints the table number.
24495  For figure floats, the command would be 
24496 \series bold
24497
24498 \backslash
24499 thefigure
24500 \series default
24501 .
24502  
24503 \series bold
24504
24505 \backslash
24506 roman
24507 \series default
24508  in the command above prints the table number as a small roman number.
24509 \end_layout
24510
24511 \begin_layout Standard
24512 To change the numbering scheme for example to 
24513 \begin_inset Quotes eld
24514 \end_inset
24515
24516 subsection.number
24517 \begin_inset Quotes erd
24518 \end_inset
24519
24520 , use this command in the preamble:
24521 \end_layout
24522
24523 \begin_layout Standard
24524
24525 \series bold
24526
24527 \backslash
24528 numberwithin{table}{subsection}
24529 \end_layout
24530
24531 \begin_layout Standard
24532 To be able to use the command 
24533 \series bold
24534
24535 \backslash
24536 numberwithin
24537 \series default
24538 , set in the tab 
24539 \family sans
24540 Math
24541 \begin_inset space ~
24542 \end_inset
24543
24544 Options
24545 \family default
24546  in the document settings the option 
24547 \family sans
24548 Use
24549 \begin_inset space ~
24550 \end_inset
24551
24552 AMS
24553 \begin_inset space ~
24554 \end_inset
24555
24556 math
24557 \begin_inset space ~
24558 \end_inset
24559
24560 package
24561 \family default
24562 .
24563 \end_layout
24564
24565 \begin_layout Standard
24566 Please also have a look at section
24567 \begin_inset space ~
24568 \end_inset
24569
24570
24571 \begin_inset CommandInset ref
24572 LatexCommand ref
24573 reference "subsec:Footnote-Numbering"
24574
24575 \end_inset
24576
24577  for the details and important notes about the numbering commands.
24578 \end_layout
24579
24580 \begin_layout Section
24581 Referencing Floats
24582 \begin_inset CommandInset label
24583 LatexCommand label
24584 name "sec:Referencing-Floats"
24585
24586 \end_inset
24587
24588
24589 \begin_inset Index idx
24590 status collapsed
24591
24592 \begin_layout Plain Layout
24593 Floats ! References
24594 \end_layout
24595
24596 \end_inset
24597
24598
24599 \begin_inset Index idx
24600 status collapsed
24601
24602 \begin_layout Plain Layout
24603 References ! to Floats
24604 \end_layout
24605
24606 \end_inset
24607
24608
24609 \end_layout
24610
24611 \begin_layout Standard
24612 To reference a float, insert a label into its caption using the menu 
24613 \family sans
24614 Insert\SpecialChar menuseparator
24615 Label
24616 \family default
24617  or the toolbar button 
24618 \begin_inset Info
24619 type  "icon"
24620 arg   "label-insert"
24621 \end_inset
24622
24623 .
24624  A grey label box like this one: 
24625 \begin_inset Graphics
24626         filename clipart/labelQt4.png
24627         scale 85
24628         scaleBeforeRotation
24629
24630 \end_inset
24631
24632  will be inserted and the label window pops up asking for the label text.
24633  \SpecialChar LyX
24634  offers as text the first words of the caption with a prefix.
24635  The prefix depends on the float type, e.
24636 \begin_inset space \thinspace{}
24637 \end_inset
24638
24639 g.
24640 \begin_inset space \space{}
24641 \end_inset
24642
24643 for figure floats the prefix will be "
24644 \family sans
24645 fig:
24646 \family default
24647 ".
24648 \end_layout
24649
24650 \begin_layout Standard
24651 The label is used as anchor and name for the reference.
24652  You can refer to the label using the menu 
24653 \family sans
24654 Insert\SpecialChar menuseparator
24655 Cross-reference
24656 \family default
24657  or the toolbar button 
24658 \begin_inset Info
24659 type  "icon"
24660 arg   "dialog-show-new-inset ref"
24661 \end_inset
24662
24663 .
24664  The cross-reference window appears showing all labels of the document.
24665  If you have multiple \SpecialChar LyX
24666  documents opened, choose the one you are working
24667  on from the drop-list at the top of the dialog.
24668  You can now sort the labels alphabetically and then choose one.
24669  A grey cross-reference box like this one: 
24670 \begin_inset Graphics
24671         filename clipart/referenceQt4.png
24672         scale 85
24673         scaleBeforeRotation
24674
24675 \end_inset
24676
24677  will be inserted.
24678  At the position of the cross-reference box the float number will appear
24679  in the output.
24680 \end_layout
24681
24682 \begin_layout Standard
24683 It is recommended that you use a protected space between the cross-reference
24684  name and its number to avoid line breaks between them.
24685  If a cross-reference refers to a non-existing label, you will see two question
24686  marks in the output instead of the reference.
24687 \end_layout
24688
24689 \begin_layout Standard
24690 You can change labels at any time by clicking on the label box.
24691  References to the changed label will automatically update their links to
24692  the new label text.
24693 \end_layout
24694
24695 \begin_layout Standard
24696 The button 
24697 \family sans
24698 Go
24699 \begin_inset space ~
24700 \end_inset
24701
24702 to
24703 \begin_inset space ~
24704 \end_inset
24705
24706 Label
24707 \family default
24708  in the cross-reference window sets the cursor before the referred label.
24709  The button text changes then to Go
24710 \begin_inset space ~
24711 \end_inset
24712
24713 Back and you can use it to set the cursor back to the cross-reference.
24714 \end_layout
24715
24716 \begin_layout Subsection
24717 Cross-Reference Formats
24718 \begin_inset CommandInset label
24719 LatexCommand label
24720 name "subsec:Cross-Reference-Formats"
24721
24722 \end_inset
24723
24724
24725 \begin_inset Index idx
24726 status collapsed
24727
24728 \begin_layout Plain Layout
24729 References ! Formats
24730 \end_layout
24731
24732 \end_inset
24733
24734
24735 \end_layout
24736
24737 \begin_layout Standard
24738 There are six varieties of cross-references:
24739 \end_layout
24740
24741 \begin_layout Description
24742 <reference>: prints the float number, this is the default: 
24743 \begin_inset CommandInset ref
24744 LatexCommand ref
24745 reference "fig:Two-distorted-images"
24746
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \begin_layout Description
24753 (<reference>): prints the float number within two parentheses, this is the
24754  style normally used to reference formulas, especially when the reference
24755  name 
24756 \begin_inset Quotes eld
24757 \end_inset
24758
24759 Equation
24760 \begin_inset Quotes erd
24761 \end_inset
24762
24763  is omitted: 
24764 \begin_inset CommandInset ref
24765 LatexCommand eqref
24766 reference "eq:Wgn"
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Description
24774 <page>: prints the page number: Page
24775 \begin_inset space ~
24776 \end_inset
24777
24778
24779 \begin_inset CommandInset ref
24780 LatexCommand pageref
24781 reference "fig:Two-distorted-images"
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Description
24789 on
24790 \begin_inset space ~
24791 \end_inset
24792
24793 page
24794 \begin_inset space ~
24795 \end_inset
24796
24797 <page>: prints the text "on page" and the page number: 
24798 \begin_inset CommandInset ref
24799 LatexCommand vpageref
24800 reference "fig:Two-distorted-images"
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Description
24808 <reference>
24809 \begin_inset space ~
24810 \end_inset
24811
24812 on
24813 \begin_inset space ~
24814 \end_inset
24815
24816 page
24817 \begin_inset space ~
24818 \end_inset
24819
24820 <page>: prints the float number, the text "on page", and the page number:
24821  
24822 \begin_inset CommandInset ref
24823 LatexCommand vref
24824 reference "fig:Two-distorted-images"
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Description
24832 Formatted
24833 \begin_inset space ~
24834 \end_inset
24835
24836 reference: prints a self-defined cross-reference format.
24837 \begin_inset Newline newline
24838 \end_inset
24839
24840
24841 \begin_inset Note Greyedout
24842 status open
24843
24844 \begin_layout Plain Layout
24845
24846 \series bold
24847 Note:
24848 \series default
24849  This feature is only available when you have the \SpecialChar LaTeX
24850 -package 
24851 \series bold
24852 prettyref
24853 \series default
24854  or 
24855 \series bold
24856 refstyle
24857 \series default
24858
24859 \begin_inset Index idx
24860 status collapsed
24861
24862 \begin_layout Plain Layout
24863 \SpecialChar LaTeX
24864 -packages ! prettyref
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \begin_inset Index idx
24871 status collapsed
24872
24873 \begin_layout Plain Layout
24874 \SpecialChar LaTeX
24875 -packages ! refstyle
24876 \end_layout
24877
24878 \end_inset
24879
24880  installed.
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \begin_inset Newline newline
24887 \end_inset
24888
24889 You can select which \SpecialChar LaTeX
24890 -package should be used for this feature by setting
24891  the option 
24892 \family sans
24893 Use refstyle (not prettyref) for cross-references
24894 \family default
24895  in the menu 
24896 \family sans
24897 Document\SpecialChar menuseparator
24898 Settings\SpecialChar menuseparator
24899 Document Class
24900 \family default
24901 .
24902  The format is specified by adding the command 
24903 \series bold
24904
24905 \backslash
24906 newrefformat
24907 \series default
24908  (prettyref) or 
24909 \series bold
24910
24911 \backslash
24912 newref
24913 \series default
24914  (refstyle) to the preamble of the document.
24915  For example redefining all references to figures (which have the label
24916  shortcut 
24917 \begin_inset Quotes eld
24918 \end_inset
24919
24920
24921 \family sans
24922 fig
24923 \family default
24924
24925 \begin_inset Quotes erd
24926 \end_inset
24927
24928 ) can be done with this command
24929 \begin_inset Newline newline
24930 \end_inset
24931
24932
24933 \series bold
24934
24935 \backslash
24936 newref{fig}{refcmd={Image on page 
24937 \backslash
24938 pageref{#1}}}
24939 \series default
24940
24941 \begin_inset Newline newline
24942 \end_inset
24943
24944 For more information about the format, have a look at the package documentations
24945
24946 \begin_inset CommandInset citation
24947 LatexCommand cite
24948 key "prettyref,refstyle"
24949
24950 \end_inset
24951
24952 .
24953 \end_layout
24954
24955 \begin_layout Description
24956 Textual
24957 \begin_inset space ~
24958 \end_inset
24959
24960 reference: prints the caption of the reference: 
24961 \begin_inset CommandInset ref
24962 LatexCommand nameref
24963 reference "fig:Two-distorted-images"
24964
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \begin_layout Standard
24971
24972 \family sans
24973 <page>
24974 \family default
24975  will not print the page number if the label is on the previous, the same,
24976  or the next page.
24977  You will e.
24978 \begin_inset space \thinspace{}
24979 \end_inset
24980
24981 g.
24982 \begin_inset space \space{}
24983 \end_inset
24984
24985 see the text 
24986 \begin_inset Quotes eld
24987 \end_inset
24988
24989
24990 \family sans
24991 on this page
24992 \family default
24993
24994 \begin_inset Quotes erd
24995 \end_inset
24996
24997  instead.
24998  The style 
24999 \family sans
25000 <reference> on page <page>
25001 \family default
25002  will not print anything about the page if the label is on the same page.
25003 \end_layout
25004
25005 \begin_layout Standard
25006 The number and current page of the part of the document referred to in the
25007  output is automatically calculated by \SpecialChar LaTeX
25008 .
25009  The varieties are adjusted in the field 
25010 \family sans
25011 Format
25012 \family default
25013  of the cross-reference window that appears when you click on the cross-referenc
25014 e box.
25015 \end_layout
25016
25017 \begin_layout Standard
25018 \begin_inset Note Greyedout
25019 status open
25020
25021 \begin_layout Plain Layout
25022
25023 \series bold
25024 Note:
25025 \series default
25026  It is recommended to use the \SpecialChar LaTeX
25027 -package 
25028 \series bold
25029 refstyle
25030 \series default
25031
25032 \begin_inset Index idx
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036 \SpecialChar LaTeX
25037 -packages ! refstyle
25038 \end_layout
25039
25040 \end_inset
25041
25042  because 
25043 \series bold
25044 prettyref
25045 \series default
25046
25047 \begin_inset Index idx
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051 \SpecialChar LaTeX
25052 -packages ! prettyref
25053 \end_layout
25054
25055 \end_inset
25056
25057  does not know all of \SpecialChar LyX
25058 's possible label shortcuts
25059 \begin_inset Foot
25060 status collapsed
25061
25062 \begin_layout Plain Layout
25063 \begin_inset Quotes eld
25064 \end_inset
25065
25066 fig:
25067 \begin_inset Quotes erd
25068 \end_inset
25069
25070  is for example \SpecialChar LyX
25071 's shortcut for labels in figure captions.
25072 \end_layout
25073
25074 \end_inset
25075
25076  and is not internationalized.
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Subsection
25085 Automatic Reference Naming
25086 \begin_inset Index idx
25087 status collapsed
25088
25089 \begin_layout Plain Layout
25090 References ! Automatic Reference Naming
25091 \end_layout
25092
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Standard
25099 The \SpecialChar LaTeX
25100 -package 
25101 \series bold
25102 hyperref
25103 \series default
25104
25105 \begin_inset Index idx
25106 status collapsed
25107
25108 \begin_layout Plain Layout
25109 \SpecialChar LaTeX
25110 -packages ! hyperref
25111 \end_layout
25112
25113 \end_inset
25114
25115 , that is enabled in the 
25116 \family sans
25117 PDF Properties
25118 \family default
25119  of the 
25120 \family sans
25121 Document Settings
25122 \family default
25123  dialog, provides a very useful feature that cross-references automatically
25124  include the name of the referenced floats (or text parts like 
25125 \emph on
25126 section
25127 \emph default
25128 ).
25129  So you will save having to write e.
25130 \begin_inset space \thinspace{}
25131 \end_inset
25132
25133 g.
25134 \begin_inset space \space{}
25135 \end_inset
25136
25137 the name 
25138 \begin_inset Quotes eld
25139 \end_inset
25140
25141 Figure
25142 \begin_inset Quotes erd
25143 \end_inset
25144
25145  before every reference to a figure.
25146  To use this feature, enable 
25147 \series bold
25148 hyperref
25149 \series default
25150  and insert this line to the \SpecialChar LaTeX
25151  preamble:
25152 \end_layout
25153
25154 \begin_layout Standard
25155
25156 \series bold
25157
25158 \backslash
25159 AtBeginDocument{
25160 \backslash
25161 renewcommand{
25162 \backslash
25163 ref}[1]{
25164 \backslash
25165 mbox{
25166 \backslash
25167 autoref{#1}}}}
25168 \end_layout
25169
25170 \begin_layout Standard
25171 When you prefer other reference names than the default ones, for example
25172  you want instead of 
25173 \begin_inset Quotes eld
25174 \end_inset
25175
25176 section
25177 \begin_inset Quotes erd
25178 \end_inset
25179
25180  the name 
25181 \begin_inset Quotes eld
25182 \end_inset
25183
25184 sec.
25185 \begin_inset space \thinspace{}
25186 \end_inset
25187
25188
25189 \begin_inset Quotes eld
25190 \end_inset
25191
25192 , you can redefine the name by inserting this in the preamble:
25193 \end_layout
25194
25195 \begin_layout Standard
25196
25197 \series bold
25198
25199 \backslash
25200 addto
25201 \backslash
25202 extrasenglish{
25203 \backslash
25204 renewcommand{
25205 \backslash
25206 sectionautorefname}
25207 \begin_inset Newline newline
25208 \end_inset
25209
25210
25211 \begin_inset Phantom HPhantom
25212 status open
25213
25214 \begin_layout Plain Layout
25215
25216 \series bold
25217 \begin_inset space ~
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \end_inset
25224
25225 {sec.
25226 \backslash
25227 negthinspace}}
25228 \end_layout
25229
25230 \begin_layout Standard
25231 When you are using another document language than English, replace
25232 \begin_inset Newline newline
25233 \end_inset
25234
25235
25236 \series bold
25237
25238 \backslash
25239 extrasenglish
25240 \series default
25241  by 
25242 \series bold
25243
25244 \backslash
25245 extras***
25246 \series default
25247 , where *** is the name of the language used.
25248 \end_layout
25249
25250 \begin_layout Standard
25251 To get automatic names, but not for certain reference types, for example
25252  not for equations, use this preamble code:
25253 \end_layout
25254
25255 \begin_layout Standard
25256
25257 \series bold
25258
25259 \backslash
25260 addto
25261 \backslash
25262 extrasenglish{
25263 \backslash
25264 renewcommand*{
25265 \backslash
25266 equationautorefname}[1]{}}
25267 \end_layout
25268
25269 \begin_layout Standard
25270 More about this topic can be found in 
25271 \series bold
25272 hyperref
25273 \series default
25274 's documentation 
25275 \begin_inset CommandInset citation
25276 LatexCommand cite
25277 key "hyperref"
25278
25279 \end_inset
25280
25281 .
25282 \end_layout
25283
25284 \begin_layout Standard
25285 \begin_inset Note Greyedout
25286 status open
25287
25288 \begin_layout Plain Layout
25289
25290 \series bold
25291 Note:
25292 \series default
25293  Automatic reference naming cannot be used when you use cross-references
25294  in the 
25295 \family sans
25296 Formatted
25297 \begin_inset space ~
25298 \end_inset
25299
25300 reference
25301 \family default
25302  style, as described in section
25303 \begin_inset space ~
25304 \end_inset
25305
25306
25307 \begin_inset CommandInset ref
25308 LatexCommand ref
25309 reference "subsec:Cross-Reference-Formats"
25310
25311 \end_inset
25312
25313 .
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \begin_layout Standard
25322 The 
25323 \emph on
25324 Math
25325 \emph default
25326  manual is an example where automatic reference naming is used.
25327 \end_layout
25328
25329 \begin_layout Subsection
25330 Reference Position
25331 \begin_inset CommandInset label
25332 LatexCommand label
25333 name "subsec:Reference-Position"
25334
25335 \end_inset
25336
25337
25338 \begin_inset Index idx
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342 References ! Reference Position
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Standard
25351 If you use 
25352 \series bold
25353 hyperref
25354 \series default
25355
25356 \begin_inset Index idx
25357 status collapsed
25358
25359 \begin_layout Plain Layout
25360 \SpecialChar LaTeX
25361 -packages ! hyperref
25362 \end_layout
25363
25364 \end_inset
25365
25366  in the 
25367 \family sans
25368 PDF Properties
25369 \family default
25370  of the 
25371 \family sans
25372 Document Settings
25373 \family default
25374  dialog to link cross-references in the output, you will see that clicking
25375  on an image float reference jumps to the image label.
25376  The caption will be the first text part on the screen, so that you cannot
25377  see the image without scrolling.
25378  This is because the reference link anchor is placed at the position of
25379  the label.
25380  With the use of the package 
25381 \series bold
25382 hypcap
25383 \series default
25384
25385 \begin_inset Index idx
25386 status collapsed
25387
25388 \begin_layout Plain Layout
25389 \SpecialChar LaTeX
25390 -packages ! hypcap
25391 \end_layout
25392
25393 \end_inset
25394
25395 , which is part of the \SpecialChar LaTeX
25396 -package 
25397 \series bold
25398 oberdiek
25399 \series default
25400
25401 \begin_inset Index idx
25402 status collapsed
25403
25404 \begin_layout Plain Layout
25405 \SpecialChar LaTeX
25406 -packages ! oberdiek
25407 \end_layout
25408
25409 \end_inset
25410
25411 , the link anchor is placed at the beginning of a float.
25412  To use this feature for figure floats, load 
25413 \series bold
25414 hypcap
25415 \series default
25416  in the document preamble with the line
25417 \end_layout
25418
25419 \begin_layout Standard
25420
25421 \series bold
25422
25423 \backslash
25424 usepackage[figure]{hypcap}
25425 \end_layout
25426
25427 \begin_layout Standard
25428 You can also use 
25429 \series bold
25430 hypcap
25431 \series default
25432  for all float types but this is not recommended for stability reasons.
25433  For more information, have a look at 
25434 \series bold
25435 hypcap
25436 \series default
25437 's manual 
25438 \begin_inset CommandInset citation
25439 LatexCommand cite
25440 key "hypcap"
25441
25442 \end_inset
25443
25444 .
25445 \end_layout
25446
25447 \begin_layout Standard
25448 \begin_inset Note Greyedout
25449 status open
25450
25451 \begin_layout Plain Layout
25452
25453 \series bold
25454 Note:
25455 \series default
25456  
25457 \series bold
25458 hypcap
25459 \series default
25460  has no effect on references to subfigures.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Section
25469 Float Placement
25470 \begin_inset CommandInset label
25471 LatexCommand label
25472 name "sec:Float-Placement"
25473
25474 \end_inset
25475
25476
25477 \begin_inset Index idx
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481 Floats ! Placement
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Standard
25490 Right-clicking on a float-box and clicking on 
25491 \family sans
25492 Settings
25493 \family default
25494  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25495  uses for
25496  positioning the float.
25497 \begin_inset Newline newline
25498 \end_inset
25499
25500 The option 
25501 \family sans
25502 Span
25503 \begin_inset space ~
25504 \end_inset
25505
25506 columns
25507 \family default
25508  is only useful for two-column documents: If you select it, the float will
25509  span both columns on the page instead of being confined to just one.
25510 \begin_inset Newline newline
25511 \end_inset
25512
25513 The option 
25514 \family sans
25515 Rotate
25516 \begin_inset space ~
25517 \end_inset
25518
25519 sideways
25520 \family default
25521  is used to rotate floats, see section 
25522 \begin_inset CommandInset ref
25523 LatexCommand ref
25524 reference "sec:Rotated-Floats"
25525
25526 \end_inset
25527
25528 .
25529 \end_layout
25530
25531 \begin_layout Standard
25532 You can use one or more of the following options in the float dialog to
25533  set the placement for a particular float when you uncheck the option 
25534 \family sans
25535 Use
25536 \begin_inset space ~
25537 \end_inset
25538
25539 default
25540 \begin_inset space ~
25541 \end_inset
25542
25543 placement
25544 \family default
25545 :
25546 \end_layout
25547
25548 \begin_layout Description
25549 Here
25550 \begin_inset space ~
25551 \end_inset
25552
25553 if
25554 \begin_inset space ~
25555 \end_inset
25556
25557 possible try to place the float on the position where it has been inserted
25558 \end_layout
25559
25560 \begin_layout Description
25561 Top
25562 \begin_inset space ~
25563 \end_inset
25564
25565 of
25566 \begin_inset space ~
25567 \end_inset
25568
25569 page try to place the float at the top of the current page
25570 \end_layout
25571
25572 \begin_layout Description
25573 Bottom
25574 \begin_inset space ~
25575 \end_inset
25576
25577 of
25578 \begin_inset space ~
25579 \end_inset
25580
25581 page try to place the float at the bottom of the current page
25582 \end_layout
25583
25584 \begin_layout Description
25585 Page
25586 \begin_inset space ~
25587 \end_inset
25588
25589 of
25590 \begin_inset space ~
25591 \end_inset
25592
25593 floats try to place the float on its own page
25594 \end_layout
25595
25596 \begin_layout Standard
25597 The order of the above option is 
25598 \emph on
25599 always
25600 \emph default
25601  used by \SpecialChar LaTeX
25602 .
25603  That means, if you use the default placement, \SpecialChar LaTeX
25604  will first try out 
25605 \family sans
25606 Here
25607 \begin_inset space ~
25608 \end_inset
25609
25610 if
25611 \begin_inset space ~
25612 \end_inset
25613
25614 possible
25615 \family default
25616 , then 
25617 \family sans
25618 Top
25619 \begin_inset space ~
25620 \end_inset
25621
25622 of
25623 \begin_inset space ~
25624 \end_inset
25625
25626 page
25627 \family default
25628 , and then the others.
25629  If you do not use the default, \SpecialChar LaTeX
25630  will try only the checked options but in
25631  the same order.
25632  If none of the 4
25633 \begin_inset space ~
25634 \end_inset
25635
25636 placements is possible the procedure is internally repeated trying to put
25637  the float on the following page.
25638 \end_layout
25639
25640 \begin_layout Standard
25641 By default, each option has its own rules:
25642 \end_layout
25643
25644 \begin_layout Labeling
25645 \labelwidthstring 00.00.0000
25646
25647 \family sans
25648 Top
25649 \begin_inset space ~
25650 \end_inset
25651
25652 of
25653 \begin_inset space ~
25654 \end_inset
25655
25656 page
25657 \family default
25658  only floats occupying less than 70
25659 \begin_inset space \thinspace{}
25660 \end_inset
25661
25662 % of the page can be placed at the top of a page (
25663 \series bold
25664
25665 \backslash
25666 topfraction
25667 \series default
25668 )
25669 \end_layout
25670
25671 \begin_layout Labeling
25672 \labelwidthstring 00.00.0000
25673
25674 \family sans
25675 Bottom
25676 \begin_inset space ~
25677 \end_inset
25678
25679 of
25680 \begin_inset space ~
25681 \end_inset
25682
25683 page
25684 \family default
25685 : only floats occupying less than 30
25686 \begin_inset space \thinspace{}
25687 \end_inset
25688
25689 % of the page can be placed at the bottom of a page.
25690  (
25691 \series bold
25692
25693 \backslash
25694 bottomfraction
25695 \series default
25696 )
25697 \end_layout
25698
25699 \begin_layout Labeling
25700 \labelwidthstring 00.00.0000
25701
25702 \family sans
25703 Page
25704 \begin_inset space ~
25705 \end_inset
25706
25707 of
25708 \begin_inset space ~
25709 \end_inset
25710
25711 floats
25712 \family default
25713 : only if more than 50
25714 \begin_inset space \thinspace{}
25715 \end_inset
25716
25717 % of the page is occupied by floats, several floats can be set together
25718  on a page.
25719  (
25720 \series bold
25721
25722 \backslash
25723 floatpagefraction
25724 \series default
25725 )
25726 \end_layout
25727
25728 \begin_layout Standard
25729 If you don't like these rules, you can ignore them by using the additional
25730  option 
25731 \family sans
25732 Ignore
25733 \begin_inset space ~
25734 \end_inset
25735
25736 \SpecialChar LaTeX
25737
25738 \begin_inset space ~
25739 \end_inset
25740
25741 rules
25742 \family default
25743 .
25744 \begin_inset Newline newline
25745 \end_inset
25746
25747 You can also redefine the rules with \SpecialChar LaTeX
25748 -commands that are given in parentheses
25749  after the rules description above.
25750  To increase for example the often too small default of the bottom-rule
25751  to 50
25752 \begin_inset space \thinspace{}
25753 \end_inset
25754
25755 % of the page, add this line to your document preamble:
25756 \end_layout
25757
25758 \begin_layout Standard
25759
25760 \series bold
25761
25762 \backslash
25763 renewcommand{
25764 \backslash
25765 bottomfraction}{0.5}
25766 \end_layout
25767
25768 \begin_layout Standard
25769 Sometimes you might need, under all circumstances, a float to be placed
25770  exactly at the position where it is inserted.
25771  For this case you can use the option 
25772 \family sans
25773 Here
25774 \begin_inset space ~
25775 \end_inset
25776
25777 definitely
25778 \family default
25779 .
25780  Use this option very rarely and only if the document is almost ready to
25781  be printed, because the float is then no longer able to 
25782 \begin_inset Quotes eld
25783 \end_inset
25784
25785 float
25786 \begin_inset Quotes erd
25787 \end_inset
25788
25789  when you change your document and this will often destroy the page layout.
25790 \end_layout
25791
25792 \begin_layout Standard
25793 There are no placement options for text wrap floats, because they are always
25794  surrounded by the text of a certain paragraph.
25795 \begin_inset VSpace bigskip
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \begin_layout Standard
25802 Sometimes you have the problem that a float is placed at the top of a page
25803  while its corresponding section starts at the middle of the page, so that
25804  the reader could think the float is part of the previous section.
25805  To avoid this the \SpecialChar LaTeX
25806 -command 
25807 \series bold
25808
25809 \backslash
25810 suppressfloats
25811 \series default
25812  can be used.
25813  It suppresses a given float placement for the page where it is inserted
25814  and can therefore be used to avoid floats being set before a section starts.
25815  To get this, add these commands to your document preamble:
25816 \end_layout
25817
25818 \begin_layout Standard
25819
25820 \series bold
25821
25822 \backslash
25823 let
25824 \backslash
25825 mySection
25826 \backslash
25827 section
25828 \begin_inset Newline newline
25829 \end_inset
25830
25831
25832 \backslash
25833 renewcommand{
25834 \backslash
25835 section}{
25836 \backslash
25837 suppressfloats[t]
25838 \backslash
25839 mySection}
25840 \end_layout
25841
25842 \begin_layout Standard
25843 You can define the same for all section headings, like chapters and subsections.
25844  This definition is not recommended to be used for small text parts like
25845  subsubsections because \SpecialChar LaTeX
25846  may then have problems finding a suitable placement.
25847 \end_layout
25848
25849 \begin_layout Standard
25850 \begin_inset VSpace bigskip
25851 \end_inset
25852
25853 In some cases it is required to have all figures/tables at the end of the
25854  document.
25855  For this purpose the \SpecialChar LaTeX
25856 -package 
25857 \series bold
25858 endfloat
25859 \series default
25860
25861 \begin_inset Index idx
25862 status collapsed
25863
25864 \begin_layout Plain Layout
25865 \SpecialChar LaTeX
25866 -packages ! endfloat
25867 \end_layout
25868
25869 \end_inset
25870
25871  was developed.
25872  It puts all figure and table floats at the end of the document into their
25873  own sections.
25874  At the original float position a text hint like 
25875 \begin_inset Quotes eld
25876 \end_inset
25877
25878
25879 \family sans
25880 [Figure
25881 \begin_inset space ~
25882 \end_inset
25883
25884 3.2 about here.]
25885 \family default
25886
25887 \begin_inset Quotes erd
25888 \end_inset
25889
25890  is inserted.
25891  The endfloat-package is loaded in the preamble with the line
25892 \end_layout
25893
25894 \begin_layout Standard
25895
25896 \series bold
25897
25898 \backslash
25899 usepackage[options]{endfloat}
25900 \end_layout
25901
25902 \begin_layout Standard
25903 There are various package options to format the created figure/table sections.
25904  For more information we refer you to the 
25905 \series bold
25906 endfloat
25907 \series default
25908  documentation 
25909 \begin_inset CommandInset citation
25910 LatexCommand cite
25911 key "endfloat"
25912
25913 \end_inset
25914
25915 .
25916 \begin_inset Newline newline
25917 \end_inset
25918
25919
25920 \begin_inset Note Greyedout
25921 status open
25922
25923 \begin_layout Plain Layout
25924
25925 \series bold
25926 Note: endfloat
25927 \series default
25928  doesn't provide an automatic translation for the text hint, you have to
25929  do this manually, see section
25930 \begin_inset space ~
25931 \end_inset
25932
25933 4 in 
25934 \begin_inset CommandInset citation
25935 LatexCommand cite
25936 key "endfloat"
25937
25938 \end_inset
25939
25940 .
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \begin_inset Newline newline
25947 \end_inset
25948
25949
25950 \begin_inset Note Greyedout
25951 status open
25952
25953 \begin_layout Plain Layout
25954
25955 \series bold
25956 Note:
25957 \series default
25958  There is currently a bug in 
25959 \series bold
25960 endfloat
25961 \series default
25962  when the caption contains a German 
25963 \begin_inset Quotes eld
25964 \end_inset
25965
25966 ß
25967 \begin_inset Quotes erd
25968 \end_inset
25969
25970 .
25971  Use in this case the command 
25972 \begin_inset Quotes eld
25973 \end_inset
25974
25975
25976 \series bold
25977
25978 \backslash
25979 ss
25980 \series default
25981
25982 \begin_inset Quotes erd
25983 \end_inset
25984
25985  in \SpecialChar TeX
25986  Code instead of 
25987 \begin_inset Quotes eld
25988 \end_inset
25989
25990 ß
25991 \begin_inset Quotes erd
25992 \end_inset
25993
25994 .
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Standard
26003 \begin_inset VSpace bigskip
26004 \end_inset
26005
26006 For more details about float placements, have a look at \SpecialChar LaTeX
26007  books, 
26008 \begin_inset CommandInset citation
26009 LatexCommand cite
26010 key "latexcompanion,latexguide,latexbook"
26011
26012 \end_inset
26013
26014 .
26015 \end_layout
26016
26017 \begin_layout Section
26018 Rotated Floats
26019 \begin_inset CommandInset label
26020 LatexCommand label
26021 name "sec:Rotated-Floats"
26022
26023 \end_inset
26024
26025
26026 \begin_inset Index idx
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030 Floats ! Rotating
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Standard
26039 Especially for wide tables you might have floats rotated.
26040  To rotate a whole float including the caption, right-click on the float-box
26041  and use the option 
26042 \family sans
26043 Rotate
26044 \begin_inset space ~
26045 \end_inset
26046
26047 sideways
26048 \family default
26049 .
26050 \end_layout
26051
26052 \begin_layout Standard
26053 Rotated floats are always placed on a page of their own (or column of their
26054  own; in case you have a multi-column document).
26055  You can let them span several columns using the float settings option 
26056 \family sans
26057 Span
26058 \begin_inset space ~
26059 \end_inset
26060
26061 columns
26062 \family default
26063 .
26064  Floats are rotated so that you can read them from the outside margin.
26065  To force a certain rotation direction for all pages, you can add either
26066  the option 
26067 \series bold
26068 figuresleft
26069 \series default
26070  or 
26071 \series bold
26072 figuresright
26073 \series default
26074  to the document class options.
26075 \end_layout
26076
26077 \begin_layout Standard
26078 Referencing rotated floats is the same as for normal floats, the caption
26079  format is also the same: Table
26080 \begin_inset space ~
26081 \end_inset
26082
26083
26084 \begin_inset CommandInset ref
26085 LatexCommand ref
26086 reference "tab:Rotated-table"
26087
26088 \end_inset
26089
26090  is an example of a rotated table float.
26091 \end_layout
26092
26093 \begin_layout Standard
26094 \begin_inset Note Greyedout
26095 status open
26096
26097 \begin_layout Plain Layout
26098
26099 \series bold
26100 Note:
26101 \series default
26102  Not all DVI-viewers are able to display rotated floats.
26103 \end_layout
26104
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \begin_layout Standard
26111 \begin_inset Float table
26112 wide false
26113 sideways true
26114 status open
26115
26116 \begin_layout Plain Layout
26117 \begin_inset Caption Standard
26118
26119 \begin_layout Plain Layout
26120 \begin_inset CommandInset label
26121 LatexCommand label
26122 name "tab:Rotated-table"
26123
26124 \end_inset
26125
26126  Rotated table
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \begin_layout Plain Layout
26135 \align center
26136 \begin_inset Tabular
26137 <lyxtabular version="3" rows="1" columns="5">
26138 <features tabularvalignment="middle">
26139 <column alignment="center" valignment="top">
26140 <column alignment="center" valignment="top">
26141 <column alignment="center" valignment="top">
26142 <column alignment="center" valignment="top">
26143 <column alignment="center" valignment="top">
26144 <row>
26145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149 test
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158 b
26159 \end_layout
26160
26161 \end_inset
26162 </cell>
26163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167 c
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26173 \begin_inset Text
26174
26175 \begin_layout Plain Layout
26176 d
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 e
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 </row>
26191 </lyxtabular>
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \begin_layout Section
26204 Subfloats
26205 \begin_inset Index idx
26206 status collapsed
26207
26208 \begin_layout Plain Layout
26209 Floats ! Subfloats
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \begin_layout Standard
26218 Subfloats are for example used when a figure consists of several images.
26219  They are created by inserting a float into an existing float.
26220  The placement of the subfloats can be controlled in the same way as for
26221  paragraphs as shown in table
26222 \begin_inset space ~
26223 \end_inset
26224
26225
26226 \begin_inset CommandInset ref
26227 LatexCommand ref
26228 reference "tab:Two-subtables-side"
26229
26230 \end_inset
26231
26232  and 
26233 \begin_inset CommandInset ref
26234 LatexCommand ref
26235 reference "tab:Two-subtables-upon"
26236
26237 \end_inset
26238
26239 .
26240 \end_layout
26241
26242 \begin_layout Standard
26243 Referencing subfloats works as for normal floats: Table
26244 \begin_inset space ~
26245 \end_inset
26246
26247
26248 \begin_inset CommandInset ref
26249 LatexCommand ref
26250 reference "tab:This-is-subtable-a"
26251
26252 \end_inset
26253
26254  and 
26255 \begin_inset CommandInset ref
26256 LatexCommand ref
26257 reference "tab:This-is-subtable-b"
26258
26259 \end_inset
26260
26261  are subtables of table
26262 \begin_inset space ~
26263 \end_inset
26264
26265
26266 \begin_inset CommandInset ref
26267 LatexCommand ref
26268 reference "tab:Two-subtables-side"
26269
26270 \end_inset
26271
26272 .
26273 \end_layout
26274
26275 \begin_layout Standard
26276 \begin_inset Float table
26277 wide false
26278 sideways false
26279 status open
26280
26281 \begin_layout Plain Layout
26282 \begin_inset Caption Standard
26283
26284 \begin_layout Plain Layout
26285 \begin_inset CommandInset label
26286 LatexCommand label
26287 name "tab:Two-subtables-side"
26288
26289 \end_inset
26290
26291 Two subtables placed side by side.
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \begin_layout Plain Layout
26300 \align center
26301 \begin_inset space \hfill{}
26302 \end_inset
26303
26304
26305 \begin_inset Float table
26306 wide false
26307 sideways false
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311 \begin_inset Caption Standard
26312
26313 \begin_layout Plain Layout
26314 \begin_inset CommandInset label
26315 LatexCommand label
26316 name "tab:This-is-subtable-a"
26317
26318 \end_inset
26319
26320 This is subtable a.
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \begin_layout Plain Layout
26329 \align center
26330 \begin_inset Tabular
26331 <lyxtabular version="3" rows="1" columns="5">
26332 <features tabularvalignment="middle">
26333 <column alignment="center" valignment="top">
26334 <column alignment="center" valignment="top">
26335 <column alignment="center" valignment="top">
26336 <column alignment="center" valignment="top">
26337 <column alignment="center" valignment="top">
26338 <row>
26339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 test
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352 b
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 c
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 d
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379 e
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 </row>
26385 </lyxtabular>
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \begin_inset space \hfill{}
26396 \end_inset
26397
26398
26399 \begin_inset Float table
26400 wide false
26401 sideways false
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405 \begin_inset Caption Standard
26406
26407 \begin_layout Plain Layout
26408 \begin_inset CommandInset label
26409 LatexCommand label
26410 name "tab:This-is-subtable-b"
26411
26412 \end_inset
26413
26414 This is subtable b.
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Plain Layout
26423 \align center
26424 \begin_inset Tabular
26425 <lyxtabular version="3" rows="1" columns="5">
26426 <features tabularvalignment="middle">
26427 <column alignment="center" valignment="top">
26428 <column alignment="center" valignment="top">
26429 <column alignment="center" valignment="top">
26430 <column alignment="center" valignment="top">
26431 <column alignment="center" valignment="top">
26432 <row>
26433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26434 \begin_inset Text
26435
26436 \begin_layout Plain Layout
26437 e
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 d
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 c
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 b
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 test
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 </row>
26479 </lyxtabular>
26480
26481 \end_inset
26482
26483
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \begin_inset space \hfill{}
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \begin_layout Standard
26501 \begin_inset Float table
26502 wide false
26503 sideways false
26504 status open
26505
26506 \begin_layout Plain Layout
26507 \begin_inset Caption Standard
26508
26509 \begin_layout Plain Layout
26510 \begin_inset CommandInset label
26511 LatexCommand label
26512 name "tab:Two-subtables-upon"
26513
26514 \end_inset
26515
26516 Two subtables placed one above the other.
26517  (a) table with 4 cells, (b) table with 5 cells.
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \begin_layout Plain Layout
26526 \align center
26527 \begin_inset Float table
26528 wide false
26529 sideways false
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533 \begin_inset Caption Standard
26534
26535 \begin_layout Plain Layout
26536
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \begin_layout Plain Layout
26545 \align center
26546 \begin_inset Tabular
26547 <lyxtabular version="3" rows="1" columns="4">
26548 <features tabularvalignment="middle">
26549 <column alignment="center" valignment="top">
26550 <column alignment="center" valignment="top">
26551 <column alignment="center" valignment="top">
26552 <column alignment="center" valignment="top">
26553 <row>
26554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 test
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 test
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576 test
26577 \end_layout
26578
26579 \end_inset
26580 </cell>
26581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585 test
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 </row>
26591 </lyxtabular>
26592
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \begin_layout Plain Layout
26604 \align center
26605 \begin_inset Float table
26606 wide false
26607 sideways false
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611 \begin_inset Caption Standard
26612
26613 \begin_layout Plain Layout
26614
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \begin_layout Plain Layout
26623 \align center
26624 \begin_inset Tabular
26625 <lyxtabular version="3" rows="1" columns="5">
26626 <features tabularvalignment="middle">
26627 <column alignment="center" valignment="top">
26628 <column alignment="center" valignment="top">
26629 <column alignment="center" valignment="top">
26630 <column alignment="center" valignment="top">
26631 <column alignment="center" valignment="top">
26632 <row>
26633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26634 \begin_inset Text
26635
26636 \begin_layout Plain Layout
26637 a
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646 b
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 c
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664 d
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673 e
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 </row>
26679 </lyxtabular>
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \begin_layout Section
26697 Floats Side by Side
26698 \begin_inset Index idx
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702 Floats ! Side by side
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \begin_layout Standard
26711 To place floats side by side, as in Figures
26712 \begin_inset space ~
26713 \end_inset
26714
26715
26716 \begin_inset CommandInset ref
26717 LatexCommand ref
26718 reference "fig:Float-left"
26719
26720 \end_inset
26721
26722  and 
26723 \begin_inset CommandInset ref
26724 LatexCommand ref
26725 reference "fig:Float-right"
26726
26727 \end_inset
26728
26729 , only 
26730 \emph on
26731 one
26732 \emph default
26733  float is used.
26734  In it two minipage boxes are inserted.
26735 \begin_inset Foot
26736 status collapsed
26737
26738 \begin_layout Plain Layout
26739 Minipages are explained in section
26740 \begin_inset space ~
26741 \end_inset
26742
26743
26744 \begin_inset CommandInset ref
26745 LatexCommand ref
26746 reference "sec:Minipages"
26747
26748 \end_inset
26749
26750 .
26751 \end_layout
26752
26753 \end_inset
26754
26755  The width is set to 45
26756 \begin_inset space \thinspace{}
26757 \end_inset
26758
26759 -50
26760 \begin_inset space \thinspace{}
26761 \end_inset
26762
26763 column% and the box alignment to 
26764 \family sans
26765 Bottom
26766 \family default
26767  for each minipage.
26768  The minipage boxes contain the image and the caption in the same way as
26769  they are in a float.
26770  The only difference is that the image unit 
26771 \family sans
26772 Column
26773 \begin_inset space ~
26774 \end_inset
26775
26776 Width
26777 \begin_inset space ~
26778 \end_inset
26779
26780 %
26781 \family default
26782  is now calculated according to the width of the minipage boxes.
26783 \end_layout
26784
26785 \begin_layout Standard
26786 \begin_inset Float figure
26787 wide false
26788 sideways false
26789 status open
26790
26791 \begin_layout Plain Layout
26792 \begin_inset Box Frameless
26793 position "b"
26794 hor_pos "c"
26795 has_inner_box 1
26796 inner_pos "t"
26797 use_parbox 0
26798 use_makebox 0
26799 width "45col%"
26800 special "none"
26801 height "1in"
26802 height_special "totalheight"
26803 thickness "0.4pt"
26804 separation "3pt"
26805 shadowsize "4pt"
26806 framecolor "black"
26807 backgroundcolor "none"
26808 status open
26809
26810 \begin_layout Plain Layout
26811 \align center
26812 \begin_inset Graphics
26813         filename clipart/mobius.eps
26814         lyxscale 50
26815         width 100col%
26816         scaleBeforeRotation
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \begin_layout Plain Layout
26824 \begin_inset Caption Standard
26825
26826 \begin_layout Plain Layout
26827 \begin_inset CommandInset label
26828 LatexCommand label
26829 name "fig:Float-left"
26830
26831 \end_inset
26832
26833 Float on the left side.
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \begin_inset space \hfill{}
26845 \end_inset
26846
26847
26848 \begin_inset Box Frameless
26849 position "b"
26850 hor_pos "c"
26851 has_inner_box 1
26852 inner_pos "t"
26853 use_parbox 0
26854 use_makebox 0
26855 width "45col%"
26856 special "none"
26857 height "1in"
26858 height_special "totalheight"
26859 thickness "0.4pt"
26860 separation "3pt"
26861 shadowsize "4pt"
26862 framecolor "black"
26863 backgroundcolor "none"
26864 status open
26865
26866 \begin_layout Plain Layout
26867 \align center
26868 \begin_inset Graphics
26869         filename clipart/platypus.eps
26870         lyxscale 50
26871         width 100col%
26872         scaleBeforeRotation
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \begin_layout Plain Layout
26880 \begin_inset Caption Standard
26881
26882 \begin_layout Plain Layout
26883 \begin_inset CommandInset label
26884 LatexCommand label
26885 name "fig:Float-right"
26886
26887 \end_inset
26888
26889 Float on the right side.
26890 \end_layout
26891
26892 \end_inset
26893
26894
26895 \end_layout
26896
26897 \end_inset
26898
26899
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \begin_layout Standard
26908 An alternative and simpler solution is to use the module 
26909 \family sans
26910 Variable-width Minipages
26911 \family default
26912 , see sec.
26913 \begin_inset space \thinspace{}
26914 \end_inset
26915
26916
26917 \begin_inset CommandInset ref
26918 LatexCommand ref
26919 reference "sec:Minipages"
26920
26921 \end_inset
26922
26923 .
26924  Variable-width minipages adapt automatically to the width of the figures
26925  and tables.
26926  They do not require an explicit width to be given, and they improve the
26927  horizontal alignment of the figures.
26928  The LyX example file 
26929 \emph on
26930 varwidth-floats-side-by-side
26931 \emph default
26932  gives examples of how to do this.
26933 \end_layout
26934
26935 \begin_layout Section
26936 Caption Formatting
26937 \begin_inset Index idx
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 Caption ! Formatting
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \begin_inset Index idx
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951 Floats ! Caption Formatting
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \begin_inset CommandInset label
26958 LatexCommand label
26959 name "sec:Caption-Formatting"
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \begin_layout Standard
26967 The 
26968 \family sans
26969 Caption
26970 \family default
26971  environment is the default paragraph environment for 
26972 \family sans
26973 Floats
26974 \family default
26975 .
26976  On the \SpecialChar LyX
26977  screen captions appear as a label, e.
26978 \begin_inset space \thinspace{}
26979 \end_inset
26980
26981 g.
26982 \begin_inset space \space{}
26983 \end_inset
26984
26985
26986 \begin_inset Quotes eld
26987 \end_inset
26988
26989
26990 \family sans
26991 Figure #:
26992 \family default
26993
26994 \begin_inset Quotes erd
26995 \end_inset
26996
26997  followed by the caption text.
26998  
26999 \begin_inset Quotes eld
27000 \end_inset
27001
27002 #
27003 \begin_inset Quotes erd
27004 \end_inset
27005
27006  is the actual reference number.
27007  By default the label and the number are in the same font as the caption
27008  text and a colon follows the number to divide the label from the text.
27009  This caption format is suitable for many but not all documents.
27010  
27011 \end_layout
27012
27013 \begin_layout Standard
27014 To change the default caption format, load the \SpecialChar LaTeX
27015 -package 
27016 \series bold
27017 caption
27018 \series default
27019
27020 \begin_inset Index idx
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024 \SpecialChar LaTeX
27025 -packages ! caption
27026 \end_layout
27027
27028 \end_inset
27029
27030  in the document preamble with this line:
27031 \end_layout
27032
27033 \begin_layout Standard
27034
27035 \series bold
27036
27037 \backslash
27038 usepackage[format definition]{caption}
27039 \end_layout
27040
27041 \begin_layout Standard
27042 To have for example the label and the number in sans-serif, bold font and
27043  the table captions always above the table as in this document, use the
27044  following command:
27045 \end_layout
27046
27047 \begin_layout Standard
27048
27049 \series bold
27050
27051 \backslash
27052 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27053 \end_layout
27054
27055 \begin_layout Standard
27056 You can also define different caption formats for the different float types.
27057  In this case load the 
27058 \series bold
27059 caption
27060 \series default
27061  package without format specific options and define the different formats
27062  with the help of the command
27063 \end_layout
27064
27065 \begin_layout Standard
27066
27067 \series bold
27068
27069 \backslash
27070 captionsetup[float type]{format definition}
27071 \end_layout
27072
27073 \begin_layout Standard
27074 in the document preamble.
27075  For example the caption formats of Figure
27076 \begin_inset space ~
27077 \end_inset
27078
27079
27080 \begin_inset CommandInset ref
27081 LatexCommand ref
27082 reference "fig:This-is-an-fig"
27083
27084 \end_inset
27085
27086  and Table
27087 \begin_inset space ~
27088 \end_inset
27089
27090
27091 \begin_inset CommandInset ref
27092 LatexCommand ref
27093 reference "tab:This-is-an-tab"
27094
27095 \end_inset
27096
27097  can be created using these commands in the document preamble:
27098 \end_layout
27099
27100 \begin_layout Standard
27101
27102 \series bold
27103
27104 \backslash
27105 usepackage[tableposition=top]{caption}
27106 \series default
27107
27108 \begin_inset Newline newline
27109 \end_inset
27110
27111
27112 \series bold
27113
27114 \backslash
27115 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27116 \begin_inset Newline newline
27117 \end_inset
27118
27119
27120 \begin_inset Phantom HPhantom
27121 status open
27122
27123 \begin_layout Plain Layout
27124
27125 \series bold
27126
27127 \backslash
27128 captionsetup[figure]{
27129 \end_layout
27130
27131 \end_inset
27132
27133 labelsep=period}
27134 \begin_inset Newline newline
27135 \end_inset
27136
27137
27138 \backslash
27139 captionsetup[table]{labelfont={bf,sf}}
27140 \end_layout
27141
27142 \begin_layout Standard
27143 \begin_inset Note Greyedout
27144 status open
27145
27146 \begin_layout Plain Layout
27147
27148 \series bold
27149 Note:
27150 \series default
27151  The option 
27152 \series bold
27153 tableposition=top
27154 \series default
27155  has no effect when a 
27156 \series bold
27157 KOMA-Script
27158 \series default
27159
27160 \begin_inset Index idx
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164 \SpecialChar LaTeX
27165 -packages ! KOMA-Script
27166 \end_layout
27167
27168 \end_inset
27169
27170  document class is used.
27171  In this case the document class option 
27172 \series bold
27173 captions=tableheading
27174 \series default
27175  must be used.
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \begin_layout Standard
27184 For more information about the package 
27185 \series bold
27186 caption
27187 \series default
27188  we refer to its documentation 
27189 \begin_inset CommandInset citation
27190 LatexCommand cite
27191 key "caption"
27192
27193 \end_inset
27194
27195 .
27196 \end_layout
27197
27198 \begin_layout Standard
27199 To change the label name from e.
27200 \begin_inset space \thinspace{}
27201 \end_inset
27202
27203 g.
27204 \begin_inset space \space{}
27205 \end_inset
27206
27207
27208 \begin_inset Quotes eld
27209 \end_inset
27210
27211 Figure
27212 \begin_inset Quotes erd
27213 \end_inset
27214
27215  to 
27216 \begin_inset Quotes eld
27217 \end_inset
27218
27219 Image
27220 \begin_inset Quotes erd
27221 \end_inset
27222
27223  use this preamble command:
27224 \end_layout
27225
27226 \begin_layout Standard
27227
27228 \series bold
27229
27230 \backslash
27231 renewcommand{
27232 \backslash
27233 fnum@figure}{Image~
27234 \backslash
27235 thefigure}
27236 \end_layout
27237
27238 \begin_layout Standard
27239 where 
27240 \series bold
27241
27242 \backslash
27243 thefigure
27244 \series default
27245  inserts the figure number and
27246 \series bold
27247  
27248 \begin_inset Quotes eld
27249 \end_inset
27250
27251 ~
27252 \series default
27253
27254 \begin_inset Quotes erd
27255 \end_inset
27256
27257  creates a protected space.
27258 \end_layout
27259
27260 \begin_layout Standard
27261 \begin_inset VSpace bigskip
27262 \end_inset
27263
27264 If you are using a 
27265 \series bold
27266 KOMA-Script
27267 \series default
27268
27269 \begin_inset Index idx
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273 \SpecialChar LaTeX
27274 -packages ! KOMA-Script
27275 \end_layout
27276
27277 \end_inset
27278
27279  document class (
27280 \family sans
27281 article (KOMA-Script)
27282 \family default
27283
27284 \family sans
27285 book (KOMA-Script)
27286 \family default
27287
27288 \family sans
27289 letter (KOMA-Script)
27290 \family default
27291 , or 
27292 \family sans
27293 report (KOMA-Script)
27294 \family default
27295
27296 \begin_inset space \thinspace{}
27297 \end_inset
27298
27299 ), you can alternatively to the 
27300 \series bold
27301 caption
27302 \series default
27303  package use 
27304 \series bold
27305 KOMA-Script
27306 \series default
27307 's built-in command 
27308 \series bold
27309
27310 \backslash
27311 setkomafont
27312 \series default
27313 .
27314  For example, to have the caption label in bold, add this command to your
27315  document preamble:
27316 \end_layout
27317
27318 \begin_layout Standard
27319
27320 \series bold
27321
27322 \backslash
27323 setkomafont{captionlabel}{
27324 \backslash
27325 bfseries}
27326 \end_layout
27327
27328 \begin_layout Standard
27329 For more information about 
27330 \series bold
27331
27332 \backslash
27333 setkomafont
27334 \series default
27335  we refer to the 
27336 \series bold
27337 KOMA-Script
27338 \series default
27339  documentation 
27340 \begin_inset CommandInset citation
27341 LatexCommand cite
27342 key "KOMA-Script"
27343
27344 \end_inset
27345
27346 .
27347 \end_layout
27348
27349 \begin_layout Standard
27350 \begin_inset ERT
27351 status collapsed
27352
27353 \begin_layout Plain Layout
27354
27355
27356 \backslash
27357 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27358 }
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \begin_inset Note Note
27365 status open
27366
27367 \begin_layout Plain Layout
27368 The caption format is changed only for this example.
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Standard
27377 \begin_inset Float figure
27378 placement !p
27379 wide false
27380 sideways false
27381 status open
27382
27383 \begin_layout Plain Layout
27384 \align center
27385 \begin_inset Graphics
27386         filename clipart/mobius.eps
27387         lyxscale 50
27388         scale 50
27389         scaleBeforeRotation
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Plain Layout
27397 \begin_inset Caption Standard
27398
27399 \begin_layout Plain Layout
27400 \begin_inset CommandInset label
27401 LatexCommand label
27402 name "fig:This-is-an-fig"
27403
27404 \end_inset
27405
27406 This is an example figure caption that is longer than one line to show the
27407  different caption format.
27408  Here a self-defined caption format is used.
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \end_inset
27417
27418
27419 \end_layout
27420
27421 \begin_layout Standard
27422 \begin_inset ERT
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426
27427
27428 \backslash
27429 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27430 on}
27431 \end_layout
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \begin_layout Standard
27439 \begin_inset Float table
27440 placement !p
27441 wide false
27442 sideways false
27443 status open
27444
27445 \begin_layout Plain Layout
27446 \begin_inset Caption Standard
27447
27448 \begin_layout Plain Layout
27449 \begin_inset CommandInset label
27450 LatexCommand label
27451 name "tab:This-is-an-tab"
27452
27453 \end_inset
27454
27455 This is an example table caption that is longer than one line to show the
27456  different caption format.
27457  Here the standard caption format for tables in this document is used.
27458 \end_layout
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \begin_layout Plain Layout
27466 \align center
27467 \begin_inset Tabular
27468 <lyxtabular version="3" rows="1" columns="5">
27469 <features tabularvalignment="middle">
27470 <column alignment="center" valignment="top">
27471 <column alignment="center" valignment="top">
27472 <column alignment="center" valignment="top">
27473 <column alignment="center" valignment="top">
27474 <column alignment="center" valignment="top">
27475 <row>
27476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27477 \begin_inset Text
27478
27479 \begin_layout Plain Layout
27480 a
27481 \end_layout
27482
27483 \end_inset
27484 </cell>
27485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27486 \begin_inset Text
27487
27488 \begin_layout Plain Layout
27489 b
27490 \end_layout
27491
27492 \end_inset
27493 </cell>
27494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27495 \begin_inset Text
27496
27497 \begin_layout Plain Layout
27498 c
27499 \end_layout
27500
27501 \end_inset
27502 </cell>
27503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27504 \begin_inset Text
27505
27506 \begin_layout Plain Layout
27507 d
27508 \end_layout
27509
27510 \end_inset
27511 </cell>
27512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27513 \begin_inset Text
27514
27515 \begin_layout Plain Layout
27516 e
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 </row>
27522 </lyxtabular>
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Section
27535 Caption Placement
27536 \begin_inset Index idx
27537 status collapsed
27538
27539 \begin_layout Plain Layout
27540 Caption ! Placement
27541 \end_layout
27542
27543 \end_inset
27544
27545
27546 \begin_inset Index idx
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550 Floats ! Caption Placement
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \begin_inset CommandInset label
27557 LatexCommand label
27558 name "sec:Caption-Placement"
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \begin_layout Standard
27566 The common caption placement rule is:
27567 \end_layout
27568
27569 \begin_layout Description
27570 Figure: Caption is set below the figure
27571 \end_layout
27572
27573 \begin_layout Description
27574 Table: Caption is set above the table
27575 \end_layout
27576
27577 \begin_layout Standard
27578 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27579 's
27580  standard classes.
27581  That means if you are using the document classes 
27582 \family sans
27583 article
27584 \family default
27585
27586 \family sans
27587 book
27588 \family default
27589
27590 \family sans
27591 letter
27592 \family default
27593 , or 
27594 \family sans
27595 report
27596 \family default
27597  there will be no space between the caption and the table.
27598  To insert the necessary space, load the \SpecialChar LaTeX
27599 -package 
27600 \series bold
27601 caption
27602 \series default
27603
27604 \begin_inset Index idx
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608 \SpecialChar LaTeX
27609 -packages ! caption
27610 \end_layout
27611
27612 \end_inset
27613
27614  in your document preamble with the option
27615 \begin_inset Foot
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619 See section
27620 \begin_inset space ~
27621 \end_inset
27622
27623
27624 \begin_inset CommandInset ref
27625 LatexCommand ref
27626 reference "sec:Caption-Formatting"
27627
27628 \end_inset
27629
27630  for more information of the package 
27631 \series bold
27632 caption
27633 \series default
27634 .
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \end_layout
27641
27642 \begin_layout Standard
27643
27644 \series bold
27645 tableposition=top
27646 \end_layout
27647
27648 \begin_layout Standard
27649 If you are using a 
27650 \series bold
27651 KOMA-Script
27652 \series default
27653
27654 \begin_inset Index idx
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658 \SpecialChar LaTeX
27659 -packages ! KOMA-Script
27660 \end_layout
27661
27662 \end_inset
27663
27664  document class (
27665 \family sans
27666 article (KOMA-Script)
27667 \family default
27668
27669 \family sans
27670 book (KOMA-Script)
27671 \family default
27672
27673 \family sans
27674 letter (KOMA-Script)
27675 \family default
27676 , or 
27677 \family sans
27678 report (KOMA-Script)
27679 \family default
27680
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684 ), you can alternatively to the 
27685 \series bold
27686 caption
27687 \series default
27688  package set the document class option
27689 \begin_inset Foot
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693 That option is used in this document.
27694 \end_layout
27695
27696 \end_inset
27697
27698
27699 \end_layout
27700
27701 \begin_layout Standard
27702
27703 \series bold
27704 captions=tableheading
27705 \end_layout
27706
27707 \begin_layout Standard
27708 In documents with a KOMA-Script document class you can also right-click
27709  on a caption and mark in the context menu if this should be a caption above
27710  or below the table/figure.
27711  This way you can override the document-wide caption placement for certain
27712  captions.
27713  Table
27714 \begin_inset space ~
27715 \end_inset
27716
27717
27718 \begin_inset CommandInset ref
27719 LatexCommand ref
27720 reference "tab:A-caption-marked"
27721
27722 \end_inset
27723
27724  is an example where the caption is marked a being below the table while
27725  it is above.
27726  For comparison the caption in Table
27727 \begin_inset space ~
27728 \end_inset
27729
27730
27731 \begin_inset CommandInset ref
27732 LatexCommand ref
27733 reference "tab:A-standard-table"
27734
27735 \end_inset
27736
27737  is not marked.
27738 \end_layout
27739
27740 \begin_layout Standard
27741 \begin_inset Float table
27742 wide false
27743 sideways false
27744 status open
27745
27746 \begin_layout Plain Layout
27747 \begin_inset Caption Below
27748
27749 \begin_layout Plain Layout
27750 \begin_inset CommandInset label
27751 LatexCommand label
27752 name "tab:A-caption-marked"
27753
27754 \end_inset
27755
27756 A caption marked as being below the table.
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Plain Layout
27765 \align center
27766 \begin_inset Tabular
27767 <lyxtabular version="3" rows="3" columns="3">
27768 <features tabularvalignment="middle">
27769 <column alignment="center" valignment="top" width="0pt">
27770 <column alignment="center" valignment="top" width="0pt">
27771 <column alignment="center" valignment="top" width="0pt">
27772 <row>
27773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27774 \begin_inset Text
27775
27776 \begin_layout Plain Layout
27777 1
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Plain Layout
27786 2
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 3
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 </row>
27801 <row>
27802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27803 \begin_inset Text
27804
27805 \begin_layout Plain Layout
27806 Joe
27807 \end_layout
27808
27809 \end_inset
27810 </cell>
27811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815 Mary
27816 \end_layout
27817
27818 \end_inset
27819 </cell>
27820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Plain Layout
27824 Ted
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 </row>
27830 <row>
27831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Plain Layout
27835 \begin_inset Formula $\int x^{2}dx$
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847 \begin_inset Formula $\left[\begin{array}{cc}
27848 a & b\\
27849 c & d
27850 \end{array}\right]$
27851 \end_inset
27852
27853
27854 \end_layout
27855
27856 \end_inset
27857 </cell>
27858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27859 \begin_inset Text
27860
27861 \begin_layout Plain Layout
27862 \begin_inset Formula $1+1=2$
27863 \end_inset
27864
27865
27866 \end_layout
27867
27868 \end_inset
27869 </cell>
27870 </row>
27871 </lyxtabular>
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \begin_layout Standard
27884 \begin_inset Float table
27885 wide false
27886 sideways false
27887 status open
27888
27889 \begin_layout Plain Layout
27890 \begin_inset Caption Standard
27891
27892 \begin_layout Plain Layout
27893 \begin_inset CommandInset label
27894 LatexCommand label
27895 name "tab:A-standard-table"
27896
27897 \end_inset
27898
27899 A standard table caption.
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \begin_layout Plain Layout
27908 \align center
27909 \begin_inset Tabular
27910 <lyxtabular version="3" rows="3" columns="3">
27911 <features tabularvalignment="middle">
27912 <column alignment="center" valignment="top" width="0pt">
27913 <column alignment="center" valignment="top" width="0pt">
27914 <column alignment="center" valignment="top" width="0pt">
27915 <row>
27916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Plain Layout
27920 1
27921 \end_layout
27922
27923 \end_inset
27924 </cell>
27925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27926 \begin_inset Text
27927
27928 \begin_layout Plain Layout
27929 2
27930 \end_layout
27931
27932 \end_inset
27933 </cell>
27934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27935 \begin_inset Text
27936
27937 \begin_layout Plain Layout
27938 3
27939 \end_layout
27940
27941 \end_inset
27942 </cell>
27943 </row>
27944 <row>
27945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27946 \begin_inset Text
27947
27948 \begin_layout Plain Layout
27949 Joe
27950 \end_layout
27951
27952 \end_inset
27953 </cell>
27954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27955 \begin_inset Text
27956
27957 \begin_layout Plain Layout
27958 Mary
27959 \end_layout
27960
27961 \end_inset
27962 </cell>
27963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27964 \begin_inset Text
27965
27966 \begin_layout Plain Layout
27967 Ted
27968 \end_layout
27969
27970 \end_inset
27971 </cell>
27972 </row>
27973 <row>
27974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Plain Layout
27978 \begin_inset Formula $\int x^{2}dx$
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27987 \begin_inset Text
27988
27989 \begin_layout Plain Layout
27990 \begin_inset Formula $\left[\begin{array}{cc}
27991 a & b\\
27992 c & d
27993 \end{array}\right]$
27994 \end_inset
27995
27996
27997 \end_layout
27998
27999 \end_inset
28000 </cell>
28001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Plain Layout
28005 \begin_inset Formula $1+1=2$
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \end_inset
28012 </cell>
28013 </row>
28014 </lyxtabular>
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Standard
28027 \begin_inset VSpace bigskip
28028 \end_inset
28029
28030 It is also possible to set the caption beside a figure or table.
28031  To get this the \SpecialChar LaTeX
28032 -package 
28033 \series bold
28034 sidecap
28035 \series default
28036
28037 \begin_inset Index idx
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 \SpecialChar LaTeX
28042 -packages ! sidecap
28043 \end_layout
28044
28045 \end_inset
28046
28047  has to be loaded in the document preamble with the line
28048 \end_layout
28049
28050 \begin_layout Standard
28051
28052 \series bold
28053
28054 \backslash
28055 usepackage[option]{sidecap}
28056 \end_layout
28057
28058 \begin_layout Standard
28059 If you set no option, the caption is placed on the side of the outer page
28060  margin â€“ to the right on odd pages, to the left on even pages.
28061  You can change the placement to inner margin with the option 
28062 \series bold
28063 innercaption
28064 \series default
28065 .
28066  To force the placement always to the right or left, use the option 
28067 \series bold
28068 rightcaption
28069 \series default
28070  or 
28071 \series bold
28072 leftcaption
28073 \series default
28074 , respectively.
28075 \end_layout
28076
28077 \begin_layout Standard
28078 \begin_inset ERT
28079 status collapsed
28080
28081 \begin_layout Plain Layout
28082
28083
28084 \backslash
28085 ifsidecap
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \begin_inset Note Note
28092 status open
28093
28094 \begin_layout Plain Layout
28095 The following section will only be displayed when the \SpecialChar LaTeX
28096 -package 
28097 \series bold
28098 sidecap
28099 \series default
28100  is installed.
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 To place in \SpecialChar LyX
28110  the caption of a float on the side, it is necessary to add
28111  these commands to the document preamble:
28112 \end_layout
28113
28114 \begin_layout Standard
28115 \noindent
28116 \begin_inset CommandInset line
28117 LatexCommand rule
28118 offset "0.5ex"
28119 width "100line%"
28120 height "1pt"
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \begin_layout Standard
28128
28129 \series bold
28130
28131 \backslash
28132 newcommand{
28133 \backslash
28134 TabBesBeg}[1][1.0]{%
28135 \begin_inset Newline newline
28136 \end_inset
28137
28138
28139 \begin_inset Phantom HPhantom
28140 status open
28141
28142 \begin_layout Plain Layout
28143 \begin_inset space ~
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \end_inset
28150
28151
28152 \backslash
28153 let
28154 \backslash
28155 MyTable
28156 \backslash
28157 table
28158 \begin_inset Newline newline
28159 \end_inset
28160
28161
28162 \begin_inset Phantom HPhantom
28163 status open
28164
28165 \begin_layout Plain Layout
28166
28167 \series medium
28168 \begin_inset space ~
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \backslash
28178 let
28179 \backslash
28180 MyEndtable
28181 \backslash
28182 endtable
28183 \begin_inset Newline newline
28184 \end_inset
28185
28186
28187 \begin_inset Phantom HPhantom
28188 status open
28189
28190 \begin_layout Plain Layout
28191
28192 \series medium
28193 \begin_inset space ~
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \backslash
28203 renewenvironment{table}[1]{
28204 \backslash
28205 begin{SCtable}[#1]##1}{
28206 \backslash
28207 end{SCtable}}}
28208 \end_layout
28209
28210 \begin_layout Standard
28211
28212 \series bold
28213
28214 \backslash
28215 newcommand{
28216 \backslash
28217 TabBesEnd}{%
28218 \begin_inset Newline newline
28219 \end_inset
28220
28221
28222 \begin_inset Phantom HPhantom
28223 status open
28224
28225 \begin_layout Plain Layout
28226 \begin_inset space ~
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \backslash
28236 let
28237 \backslash
28238 table
28239 \backslash
28240 MyTable
28241 \begin_inset Newline newline
28242 \end_inset
28243
28244
28245 \begin_inset Phantom HPhantom
28246 status open
28247
28248 \begin_layout Plain Layout
28249 \begin_inset space ~
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \backslash
28259 let
28260 \backslash
28261 endtable
28262 \backslash
28263 MyEndtable
28264 \end_layout
28265
28266 \begin_layout Standard
28267
28268 \series bold
28269
28270 \backslash
28271 newcommand{
28272 \backslash
28273 FigBesBeg}[1][1.0]{%
28274 \begin_inset Newline newline
28275 \end_inset
28276
28277
28278 \begin_inset Phantom HPhantom
28279 status open
28280
28281 \begin_layout Plain Layout
28282 \begin_inset space ~
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \backslash
28292 let
28293 \backslash
28294 MyFigure
28295 \backslash
28296 figure
28297 \begin_inset Newline newline
28298 \end_inset
28299
28300
28301 \begin_inset Phantom HPhantom
28302 status open
28303
28304 \begin_layout Plain Layout
28305 \begin_inset space ~
28306 \end_inset
28307
28308
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \backslash
28315 let
28316 \backslash
28317 MyEndfigure
28318 \backslash
28319 endfigure
28320 \begin_inset Newline newline
28321 \end_inset
28322
28323
28324 \begin_inset Phantom HPhantom
28325 status open
28326
28327 \begin_layout Plain Layout
28328 \begin_inset space ~
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \backslash
28338 renewenvironment{figure}[1]{
28339 \backslash
28340 begin{SCfigure}[#1]##1}{
28341 \backslash
28342 end{SCfigure}}}
28343 \end_layout
28344
28345 \begin_layout Standard
28346
28347 \series bold
28348
28349 \backslash
28350 newcommand{
28351 \backslash
28352 FigBesEnd}{%
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356
28357 \begin_inset Phantom HPhantom
28358 status open
28359
28360 \begin_layout Plain Layout
28361 \begin_inset space ~
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \backslash
28371 let
28372 \backslash
28373 figure
28374 \backslash
28375 MyFigure
28376 \begin_inset Newline newline
28377 \end_inset
28378
28379
28380 \begin_inset Phantom HPhantom
28381 status open
28382
28383 \begin_layout Plain Layout
28384 \begin_inset space ~
28385 \end_inset
28386
28387
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \backslash
28394 let
28395 \backslash
28396 endfigure
28397 \backslash
28398 MyEndfigure}
28399 \end_layout
28400
28401 \begin_layout Standard
28402 \noindent
28403 \begin_inset CommandInset line
28404 LatexCommand rule
28405 offset "0.5ex"
28406 width "100line%"
28407 height "1pt"
28408
28409 \end_inset
28410
28411
28412 \end_layout
28413
28414 \begin_layout Standard
28415 The commands allow you to redefine the floats so that the caption is set
28416  on the side.
28417  For figure floats use the command
28418 \end_layout
28419
28420 \begin_layout Standard
28421
28422 \series bold
28423
28424 \backslash
28425 FigBesBeg
28426 \end_layout
28427
28428 \begin_layout Standard
28429 in \SpecialChar TeX
28430  Code before the float.
28431  And insert the command
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 FigBesEnd
28440 \end_layout
28441
28442 \begin_layout Standard
28443 in \SpecialChar TeX
28444  Code at the point where you want to get back to the original float definitio
28445 n.
28446 \end_layout
28447
28448 \begin_layout Standard
28449 For table floats use the corresponding commands
28450 \end_layout
28451
28452 \begin_layout Standard
28453
28454 \series bold
28455
28456 \backslash
28457 TabBesBeg
28458 \series default
28459  and 
28460 \series bold
28461
28462 \backslash
28463 TabBesEnd
28464 \end_layout
28465
28466 \begin_layout Standard
28467 Figure
28468 \begin_inset space ~
28469 \end_inset
28470
28471
28472 \begin_inset CommandInset ref
28473 LatexCommand ref
28474 reference "fig:cap-beside-fig"
28475
28476 \end_inset
28477
28478  and Table
28479 \begin_inset space ~
28480 \end_inset
28481
28482
28483 \begin_inset CommandInset ref
28484 LatexCommand ref
28485 reference "tab:cap-beside-tab"
28486
28487 \end_inset
28488
28489  are examples where the caption is set beside.
28490 \end_layout
28491
28492 \begin_layout Standard
28493 You can see in the examples that the caption text appears at the top of
28494  the floats for table floats and at the bottom for figure floats.
28495  To change this, you can use the command
28496 \end_layout
28497
28498 \begin_layout Standard
28499
28500 \series bold
28501
28502 \backslash
28503 sidecaptionvpos{float type}{placement}
28504 \end_layout
28505
28506 \begin_layout Standard
28507 in the document preamble or in \SpecialChar TeX
28508  Code before the float.
28509  The float type is either 
28510 \family sans
28511 figure
28512 \family default
28513  or 
28514 \family sans
28515 table
28516 \family default
28517 , the placement can be 
28518 \begin_inset Quotes eld
28519 \end_inset
28520
28521
28522 \family sans
28523 t
28524 \family default
28525
28526 \begin_inset Quotes erd
28527 \end_inset
28528
28529  for top, 
28530 \begin_inset Quotes eld
28531 \end_inset
28532
28533
28534 \family sans
28535 c
28536 \family default
28537
28538 \begin_inset Quotes erd
28539 \end_inset
28540
28541  for center, or 
28542 \begin_inset Quotes eld
28543 \end_inset
28544
28545
28546 \family sans
28547 b
28548 \family default
28549
28550 \begin_inset Quotes erd
28551 \end_inset
28552
28553  for bottom.
28554  To have for example the caption of figure floats vertically centered, use
28555  the command
28556 \end_layout
28557
28558 \begin_layout Standard
28559
28560 \series bold
28561
28562 \backslash
28563 sidecaptionvpos{figure}{c}
28564 \end_layout
28565
28566 \begin_layout Standard
28567 This was used for Figure
28568 \begin_inset space ~
28569 \end_inset
28570
28571
28572 \begin_inset CommandInset ref
28573 LatexCommand ref
28574 reference "fig:cap-beside-fig-2"
28575
28576 \end_inset
28577
28578 .
28579 \end_layout
28580
28581 \begin_layout Standard
28582 \begin_inset VSpace medskip
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Standard
28589 The default caption width is the width of the image/table.
28590  For thin image/tables, like in Table
28591 \begin_inset space ~
28592 \end_inset
28593
28594
28595 \begin_inset CommandInset ref
28596 LatexCommand ref
28597 reference "tab:cap-beside-tab"
28598
28599 \end_inset
28600
28601 , this leads to captions that are too thin.
28602  You can increase the width by specifying a factor that will be multiplied
28603  with the image/table width to get the caption width.
28604  The caption width will automatically be recalculated in case it would protrude
28605  over the page or column margin due to the specified width.
28606  The 
28607 \emph on
28608 factor
28609 \emph default
28610  can either be given as optional argument for 
28611 \series bold
28612
28613 \backslash
28614 FigBesBeg
28615 \series default
28616 :
28617 \end_layout
28618
28619 \begin_layout Standard
28620
28621 \series bold
28622
28623 \backslash
28624 FigBesBeg[factor]
28625 \end_layout
28626
28627 \begin_layout Standard
28628 or in the definition of 
28629 \series bold
28630
28631 \backslash
28632 FigBesBeg
28633 \series default
28634  by replacing the 
28635 \series bold
28636 1.0
28637 \series default
28638  with another value.
28639  If you do the latter, your factor will be the default if 
28640 \series bold
28641
28642 \backslash
28643 FigBesBeg
28644 \series default
28645  is used without an argument.
28646  For Table
28647 \begin_inset space ~
28648 \end_inset
28649
28650
28651 \begin_inset CommandInset ref
28652 LatexCommand ref
28653 reference "tab:cap-beside-tab-wider"
28654
28655 \end_inset
28656
28657  the factor 5 was used.
28658 \end_layout
28659
28660 \begin_layout Standard
28661 \begin_inset Note Greyedout
28662 status open
28663
28664 \begin_layout Plain Layout
28665
28666 \series bold
28667 Note:
28668 \series default
28669  For floats with captions set beside, you cannot use the float placement
28670  option 
28671 \family sans
28672 Here
28673 \begin_inset space ~
28674 \end_inset
28675
28676 definitely
28677 \family default
28678  because it is not supported by 
28679 \series bold
28680 sidecap
28681 \series default
28682 .
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset VSpace medskip
28692 \end_inset
28693
28694 For more information about the package 
28695 \series bold
28696 sidecap
28697 \series default
28698  we refer to its documentation 
28699 \begin_inset CommandInset citation
28700 LatexCommand cite
28701 key "sidecap"
28702
28703 \end_inset
28704
28705 .
28706 \end_layout
28707
28708 \begin_layout Standard
28709 \begin_inset Note Greyedout
28710 status open
28711
28712 \begin_layout Plain Layout
28713
28714 \series bold
28715 Note:
28716 \series default
28717  The \SpecialChar LaTeX
28718 -package 
28719 \series bold
28720 hypcap
28721 \series default
28722
28723 \begin_inset Index idx
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727 \SpecialChar LaTeX
28728 -packages ! hypcap
28729 \end_layout
28730
28731 \end_inset
28732
28733 , described in section
28734 \begin_inset space ~
28735 \end_inset
28736
28737
28738 \begin_inset CommandInset ref
28739 LatexCommand ref
28740 reference "subsec:Reference-Position"
28741
28742 \end_inset
28743
28744 , has no effect on floats with the caption set beside.
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 \begin_inset ERT
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757
28758
28759 \backslash
28760 FigBesBeg
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Standard
28769 \begin_inset Float figure
28770 wide false
28771 sideways false
28772 status open
28773
28774 \begin_layout Plain Layout
28775 \begin_inset Graphics
28776         filename clipart/escher-lsd.eps
28777         scale 75
28778         scaleBeforeRotation
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \begin_layout Plain Layout
28786 \begin_inset Caption Standard
28787
28788 \begin_layout Plain Layout
28789 \begin_inset CommandInset label
28790 LatexCommand label
28791 name "fig:cap-beside-fig"
28792
28793 \end_inset
28794
28795 This is a caption beside a figure.
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \begin_layout Standard
28809 \begin_inset ERT
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813
28814
28815 \backslash
28816 FigBesEnd
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 \begin_inset ERT
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829
28830
28831 \backslash
28832 TabBesBeg
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Standard
28841 \begin_inset Float table
28842 wide false
28843 sideways false
28844 status open
28845
28846 \begin_layout Plain Layout
28847 \begin_inset Caption Standard
28848
28849 \begin_layout Plain Layout
28850 \begin_inset CommandInset label
28851 LatexCommand label
28852 name "tab:cap-beside-tab"
28853
28854 \end_inset
28855
28856 This is a caption beside a table.
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \end_layout
28863
28864 \begin_layout Plain Layout
28865 \begin_inset Tabular
28866 <lyxtabular version="3" rows="4" columns="5">
28867 <features tabularvalignment="middle">
28868 <column alignment="center" valignment="top">
28869 <column alignment="center" valignment="top">
28870 <column alignment="center" valignment="top">
28871 <column alignment="center" valignment="top">
28872 <column alignment="center" valignment="top">
28873 <row>
28874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28875 \begin_inset Text
28876
28877 \begin_layout Plain Layout
28878 a
28879 \end_layout
28880
28881 \end_inset
28882 </cell>
28883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28884 \begin_inset Text
28885
28886 \begin_layout Plain Layout
28887
28888 \end_layout
28889
28890 \end_inset
28891 </cell>
28892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28893 \begin_inset Text
28894
28895 \begin_layout Plain Layout
28896 b
28897 \end_layout
28898
28899 \end_inset
28900 </cell>
28901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28902 \begin_inset Text
28903
28904 \begin_layout Plain Layout
28905
28906 \end_layout
28907
28908 \end_inset
28909 </cell>
28910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28911 \begin_inset Text
28912
28913 \begin_layout Plain Layout
28914 c
28915 \end_layout
28916
28917 \end_inset
28918 </cell>
28919 </row>
28920 <row>
28921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28922 \begin_inset Text
28923
28924 \begin_layout Plain Layout
28925
28926 \end_layout
28927
28928 \end_inset
28929 </cell>
28930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28931 \begin_inset Text
28932
28933 \begin_layout Plain Layout
28934 d
28935 \end_layout
28936
28937 \end_inset
28938 </cell>
28939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28940 \begin_inset Text
28941
28942 \begin_layout Plain Layout
28943
28944 \end_layout
28945
28946 \end_inset
28947 </cell>
28948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28949 \begin_inset Text
28950
28951 \begin_layout Plain Layout
28952 e
28953 \end_layout
28954
28955 \end_inset
28956 </cell>
28957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28958 \begin_inset Text
28959
28960 \begin_layout Plain Layout
28961
28962 \end_layout
28963
28964 \end_inset
28965 </cell>
28966 </row>
28967 <row>
28968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972 f
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28978 \begin_inset Text
28979
28980 \begin_layout Plain Layout
28981
28982 \end_layout
28983
28984 \end_inset
28985 </cell>
28986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28987 \begin_inset Text
28988
28989 \begin_layout Plain Layout
28990 g
28991 \end_layout
28992
28993 \end_inset
28994 </cell>
28995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28996 \begin_inset Text
28997
28998 \begin_layout Plain Layout
28999
29000 \end_layout
29001
29002 \end_inset
29003 </cell>
29004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29005 \begin_inset Text
29006
29007 \begin_layout Plain Layout
29008 h
29009 \end_layout
29010
29011 \end_inset
29012 </cell>
29013 </row>
29014 <row>
29015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29016 \begin_inset Text
29017
29018 \begin_layout Plain Layout
29019
29020 \end_layout
29021
29022 \end_inset
29023 </cell>
29024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29025 \begin_inset Text
29026
29027 \begin_layout Plain Layout
29028 i
29029 \end_layout
29030
29031 \end_inset
29032 </cell>
29033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29034 \begin_inset Text
29035
29036 \begin_layout Plain Layout
29037
29038 \end_layout
29039
29040 \end_inset
29041 </cell>
29042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29043 \begin_inset Text
29044
29045 \begin_layout Plain Layout
29046 j
29047 \end_layout
29048
29049 \end_inset
29050 </cell>
29051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29052 \begin_inset Text
29053
29054 \begin_layout Plain Layout
29055
29056 \end_layout
29057
29058 \end_inset
29059 </cell>
29060 </row>
29061 </lyxtabular>
29062
29063 \end_inset
29064
29065
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \end_layout
29072
29073 \begin_layout Standard
29074 \begin_inset ERT
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078
29079
29080 \backslash
29081 TabBesEnd
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \begin_layout Standard
29090 \begin_inset ERT
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094
29095
29096 \backslash
29097 FigBesBeg
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \begin_inset ERT
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107
29108
29109 \backslash
29110 sidecaptionvpos{figure}{c}
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \begin_inset Float figure
29117 wide false
29118 sideways false
29119 status open
29120
29121 \begin_layout Plain Layout
29122 \begin_inset Graphics
29123         filename clipart/escher-lsd.eps
29124         scale 75
29125         scaleBeforeRotation
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Plain Layout
29133 \begin_inset Caption Standard
29134
29135 \begin_layout Plain Layout
29136 \begin_inset CommandInset label
29137 LatexCommand label
29138 name "fig:cap-beside-fig-2"
29139
29140 \end_inset
29141
29142 This is a vertically centered caption beside a figure.
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \begin_layout Standard
29156 \begin_inset ERT
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160
29161
29162 \backslash
29163 FigBesEnd
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \begin_layout Standard
29172 \begin_inset ERT
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176
29177
29178 \backslash
29179 TabBesBeg[5]
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \begin_layout Standard
29188 \begin_inset Float table
29189 wide false
29190 sideways false
29191 status open
29192
29193 \begin_layout Plain Layout
29194 \begin_inset Caption Standard
29195
29196 \begin_layout Plain Layout
29197 \begin_inset CommandInset label
29198 LatexCommand label
29199 name "tab:cap-beside-tab-wider"
29200
29201 \end_inset
29202
29203 This caption is wider than the one in Table
29204 \begin_inset space ~
29205 \end_inset
29206
29207
29208 \begin_inset CommandInset ref
29209 LatexCommand ref
29210 reference "tab:cap-beside-tab"
29211
29212 \end_inset
29213
29214 .
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Plain Layout
29223 \begin_inset Tabular
29224 <lyxtabular version="3" rows="4" columns="5">
29225 <features tabularvalignment="middle">
29226 <column alignment="center" valignment="top">
29227 <column alignment="center" valignment="top">
29228 <column alignment="center" valignment="top">
29229 <column alignment="center" valignment="top">
29230 <column alignment="center" valignment="top">
29231 <row>
29232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29233 \begin_inset Text
29234
29235 \begin_layout Plain Layout
29236 a
29237 \end_layout
29238
29239 \end_inset
29240 </cell>
29241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29242 \begin_inset Text
29243
29244 \begin_layout Plain Layout
29245
29246 \end_layout
29247
29248 \end_inset
29249 </cell>
29250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29251 \begin_inset Text
29252
29253 \begin_layout Plain Layout
29254 b
29255 \end_layout
29256
29257 \end_inset
29258 </cell>
29259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29260 \begin_inset Text
29261
29262 \begin_layout Plain Layout
29263
29264 \end_layout
29265
29266 \end_inset
29267 </cell>
29268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29269 \begin_inset Text
29270
29271 \begin_layout Plain Layout
29272 c
29273 \end_layout
29274
29275 \end_inset
29276 </cell>
29277 </row>
29278 <row>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Plain Layout
29283
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Plain Layout
29292 d
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310 e
29311 \end_layout
29312
29313 \end_inset
29314 </cell>
29315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29316 \begin_inset Text
29317
29318 \begin_layout Plain Layout
29319
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 </row>
29325 <row>
29326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330 f
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Plain Layout
29348 g
29349 \end_layout
29350
29351 \end_inset
29352 </cell>
29353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Plain Layout
29357
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29363 \begin_inset Text
29364
29365 \begin_layout Plain Layout
29366 h
29367 \end_layout
29368
29369 \end_inset
29370 </cell>
29371 </row>
29372 <row>
29373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Plain Layout
29377
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 i
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29392 \begin_inset Text
29393
29394 \begin_layout Plain Layout
29395
29396 \end_layout
29397
29398 \end_inset
29399 </cell>
29400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Plain Layout
29404 j
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29410 \begin_inset Text
29411
29412 \begin_layout Plain Layout
29413
29414 \end_layout
29415
29416 \end_inset
29417 </cell>
29418 </row>
29419 </lyxtabular>
29420
29421 \end_inset
29422
29423
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \end_layout
29430
29431 \begin_layout Standard
29432 \begin_inset ERT
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436
29437
29438 \backslash
29439 TabBesEnd
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset ERT
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452
29453
29454 \backslash
29455 else
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \begin_inset Note Note
29462 status open
29463
29464 \begin_layout Plain Layout
29465 The following will be displayed when the \SpecialChar LaTeX
29466 -package 
29467 \series bold
29468 sidecap
29469 \series default
29470  is not installed:
29471 \end_layout
29472
29473 \end_inset
29474
29475
29476 \end_layout
29477
29478 \begin_layout Standard
29479 You need to install the \SpecialChar LaTeX
29480 -package 
29481 \series bold
29482 sidecap
29483 \series default
29484  to see the following part of this section in the output.
29485 \end_layout
29486
29487 \begin_layout Standard
29488 \begin_inset ERT
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492
29493
29494 \backslash
29495 fi
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \end_layout
29502
29503 \begin_layout Section
29504 Listings of Floats
29505 \begin_inset Index idx
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509 Floats ! Float Lists
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 Similar to the table of contents where the sections of the document are
29519  listed, there are listings for all float types, like the figures of the
29520  documents.
29521  You can insert them via the 
29522 \family sans
29523 Insert\SpecialChar menuseparator
29524 List
29525 \begin_inset space ~
29526 \end_inset
29527
29528 /
29529 \begin_inset space ~
29530 \end_inset
29531
29532 TOC
29533 \family default
29534  sub menus.
29535 \end_layout
29536
29537 \begin_layout Standard
29538 The list entries are the float captions or its short title, the float number,
29539  and the page number where they appear in the document.
29540 \end_layout
29541
29542 \begin_layout Standard
29543 You can find the list of figures and tables at the end of this document.
29544 \end_layout
29545
29546 \begin_layout Chapter
29547 Notes
29548 \end_layout
29549
29550 \begin_layout Section
29551 \SpecialChar LyX
29552  Notes
29553 \begin_inset Index idx
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557 Notes ! \SpecialChar LyX
29558  Notes
29559 \end_layout
29560
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \begin_layout Standard
29567 Notes are inserted with the toolbar button 
29568 \begin_inset Info
29569 type  "icon"
29570 arg   "note-insert"
29571 \end_inset
29572
29573  or the menu 
29574 \family sans
29575 Insert\SpecialChar menuseparator
29576 Note
29577 \family default
29578 .
29579  There are three types of notes:
29580 \end_layout
29581
29582 \begin_layout Description
29583 \SpecialChar LyX
29584
29585 \begin_inset space ~
29586 \end_inset
29587
29588 Note This note type is for internal notes that won't appear in the output.
29589  Its note-box looks like this:
29590 \begin_inset Newline newline
29591 \end_inset
29592
29593
29594 \begin_inset Newline newline
29595 \end_inset
29596
29597
29598 \begin_inset Graphics
29599         filename clipart/LyXNoteImageQt4.png
29600         display false
29601         scale 85
29602         scaleBeforeRotation
29603
29604 \end_inset
29605
29606  
29607 \begin_inset Note Note
29608 status open
29609
29610 \begin_layout Plain Layout
29611 This is text in a note box that doesn't appear in the output.
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \begin_layout Description
29620 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29621 -comment,
29622  when you export the document to \SpecialChar LaTeX
29623  via the menu 
29624 \family sans
29625 File\SpecialChar menuseparator
29626 Export\SpecialChar menuseparator
29627 \SpecialChar LaTeX
29628  (pdflatex) / (plain)
29629 \family default
29630 .
29631  Its note-box looks like this:
29632 \begin_inset Newline newline
29633 \end_inset
29634
29635
29636 \begin_inset Newline newline
29637 \end_inset
29638
29639
29640 \begin_inset Graphics
29641         filename clipart/CommentNoteImageQt4.png
29642         display false
29643         scale 85
29644         scaleBeforeRotation
29645
29646 \end_inset
29647
29648  
29649 \begin_inset Note Comment
29650 status open
29651
29652 \begin_layout Plain Layout
29653 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29654 -files.
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Description
29663 Greyed
29664 \begin_inset space ~
29665 \end_inset
29666
29667 Out This note will appear in the output as grey text.
29668  Its note-box looks like this:
29669 \begin_inset Newline newline
29670 \end_inset
29671
29672
29673 \begin_inset Newline newline
29674 \end_inset
29675
29676
29677 \begin_inset Graphics
29678         filename clipart/GreyedOutNoteImageQt4.png
29679         display false
29680         scale 85
29681         scaleBeforeRotation
29682
29683 \end_inset
29684
29685
29686 \begin_inset Newline newline
29687 \end_inset
29688
29689
29690 \begin_inset ERT
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694
29695
29696 \backslash
29697 renewenvironment{lyxgreyedout}
29698 \end_layout
29699
29700 \begin_layout Plain Layout
29701
29702 {
29703 \backslash
29704 textcolor[gray]{0.8}
29705 \backslash
29706 bgroup}{
29707 \backslash
29708 egroup}
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \begin_inset Note Greyedout
29715 status open
29716
29717 \begin_layout Plain Layout
29718 This is text
29719 \begin_inset Foot
29720 status open
29721
29722 \begin_layout Plain Layout
29723 This is an example footnote within a greyed out note.
29724 \end_layout
29725
29726 \end_inset
29727
29728  of a comment that appears in the output as grey text.
29729 \end_layout
29730
29731 \end_inset
29732
29733
29734 \begin_inset ERT
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738
29739
29740 \backslash
29741 renewenvironment{lyxgreyedout}
29742 \end_layout
29743
29744 \begin_layout Plain Layout
29745
29746 {
29747 \backslash
29748 textcolor{blue}
29749 \backslash
29750 bgroup}{
29751 \backslash
29752 egroup}
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \begin_inset Note Note
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29763  definition
29764  because greyed out notes are redefined in the preamble of this document,
29765  as described below, to have blue text.
29766 \end_layout
29767
29768 \end_inset
29769
29770
29771 \begin_inset Newline newline
29772 \end_inset
29773
29774
29775 \begin_inset Newline newline
29776 \end_inset
29777
29778 As you can see in the example, the first line of greyed out notes is a bit
29779  indented and greyed out notes can have footnotes.
29780 \end_layout
29781
29782 \begin_layout Standard
29783 \begin_inset VSpace bigskip
29784 \end_inset
29785
29786 When you use the toolbar button 
29787 \begin_inset Info
29788 type  "icon"
29789 arg   "note-insert"
29790 \end_inset
29791
29792  to insert notes, a 
29793 \family sans
29794 \SpecialChar LyX
29795
29796 \begin_inset space ~
29797 \end_inset
29798
29799 Note
29800 \family default
29801  is inserted.
29802  You can switch between the three note types by right-clicking on the note-box.
29803  
29804 \family roman
29805 \series medium
29806 \bar no
29807 If you want to turn existing text into a note, mark it and click on the
29808  note
29809 \family default
29810 \series default
29811 \bar default
29812  toolbar 
29813 \family roman
29814 \series medium
29815 \bar no
29816 button
29817 \family default
29818 \series default
29819 \bar default
29820 .
29821  To change a note to text, press the backspace key when the cursor is in
29822  the first position of a note, or press the delete key when the cursor is
29823  in the very last position of the note, respectively.
29824 \end_layout
29825
29826 \begin_layout Standard
29827 \begin_inset VSpace bigskip
29828 \end_inset
29829
29830 You can change the text color of the greyed out notes in the menu 
29831 \family sans
29832 Document\SpecialChar menuseparator
29833 Settings\SpecialChar menuseparator
29834 Colors
29835 \family default
29836 .
29837 \end_layout
29838
29839 \begin_layout Section
29840 Footnotes
29841 \begin_inset CommandInset label
29842 LatexCommand label
29843 name "sec:Footnotes"
29844
29845 \end_inset
29846
29847
29848 \begin_inset Index idx
29849 status collapsed
29850
29851 \begin_layout Plain Layout
29852 Notes ! Footnotes
29853 \end_layout
29854
29855 \end_inset
29856
29857
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Footnotes
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \end_layout
29869
29870 \begin_layout Standard
29871 Footnotes can be inserted using the toolbar button 
29872 \begin_inset Info
29873 type  "icon"
29874 arg   "footnote-insert"
29875 \end_inset
29876
29877  or the menu 
29878 \family sans
29879 Insert\SpecialChar menuseparator
29880 Footnote
29881 \family default
29882 .
29883  You will then see the following footnote-box: 
29884 \begin_inset Graphics
29885         filename clipart/footnoteQt4.png
29886         scale 80
29887         scaleBeforeRotation
29888
29889 \end_inset
29890
29891  
29892 \family roman
29893 \series medium
29894 \bar no
29895 where you can enter the footnote text.
29896  If you want to turn existing text into a footnote, mark it and click on
29897  the footnote
29898 \family default
29899 \series default
29900 \bar default
29901  toolbar 
29902 \family roman
29903 \series medium
29904 \bar no
29905 button
29906 \family default
29907 \series default
29908 \bar default
29909 .
29910  To change a 
29911 \family roman
29912 \series medium
29913 \bar no
29914 footnote
29915 \family default
29916 \series default
29917 \bar default
29918  to text, press the 
29919 \family sans
29920 Backspace
29921 \family default
29922  key when the cursor is in the first position of a 
29923 \family roman
29924 \series medium
29925 \bar no
29926 footnote
29927 \family default
29928 \series default
29929 \bar default
29930 , or press the 
29931 \family sans
29932 Delete
29933 \family default
29934  key when the cursor is in the very last position of the 
29935 \family roman
29936 \series medium
29937 \bar no
29938 footnote
29939 \family default
29940 \series default
29941 \bar default
29942 , respectively.
29943 \end_layout
29944
29945 \begin_layout Standard
29946 Here is an example footnote:
29947 \family roman
29948 \series medium
29949 \bar no
29950
29951 \begin_inset Foot
29952 status open
29953
29954 \begin_layout Plain Layout
29955 \begin_inset CommandInset label
29956 LatexCommand label
29957 name "foot:This-is-an"
29958
29959 \end_inset
29960
29961 This is an example footnote.
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \family default
29968 \series default
29969 \bar default
29970
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976
29977 \backslash
29978 newcounter{MyRepeatFoot}
29979 \end_layout
29980
29981 \begin_layout Plain Layout
29982
29983
29984 \backslash
29985 setcounter{MyRepeatFoot}{
29986 \backslash
29987 thefootnote}
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 The footnote will appear in the output as a superscript number at the text
29997  position where the footnote box is placed.
29998  The footnote text is placed at the bottom of the current page.
29999  The footnote number is calculated by \SpecialChar LaTeX
30000 ; the numbers are consecutive.
30001  Whether the footnote number is reset for every chapter depends on your
30002  document class.
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Footnotes can be referenced like floats: Insert a label into the footnote
30007  and cross-reference this label in the text as described in section
30008 \begin_inset space ~
30009 \end_inset
30010
30011
30012 \begin_inset CommandInset ref
30013 LatexCommand ref
30014 reference "sec:Referencing-Floats"
30015
30016 \end_inset
30017
30018 .
30019 \begin_inset Newline newline
30020 \end_inset
30021
30022 This is a cross-reference of Footnote
30023 \begin_inset space ~
30024 \end_inset
30025
30026
30027 \begin_inset CommandInset ref
30028 LatexCommand ref
30029 reference "foot:This-is-an"
30030
30031 \end_inset
30032
30033 .
30034 \end_layout
30035
30036 \begin_layout Standard
30037 \begin_inset VSpace defskip
30038 \end_inset
30039
30040 Footnotes in title environments are usually not numbered with symbols and
30041  they cannot contain several paragraphs.
30042  See for example the footnote in the titling of this document.
30043 \end_layout
30044
30045 \begin_layout Standard
30046 \begin_inset VSpace defskip
30047 \end_inset
30048
30049 Footnotes in tables are not printed by \SpecialChar LaTeX
30050  due to technical reasons.
30051  However there exists another method to print them: Instead of the footnote
30052  the command 
30053 \series bold
30054
30055 \backslash
30056 footnotemark{}
30057 \series default
30058  is inserted as \SpecialChar TeX
30059  code.
30060  The text of the footnote is entered as an argument of the \SpecialChar TeX
30061  code command
30062  
30063 \series bold
30064
30065 \backslash
30066 footnotetext
30067 \series default
30068  after the table.
30069 \begin_inset Newline newline
30070 \end_inset
30071
30072 This was done for the following table with the command
30073 \end_layout
30074
30075 \begin_layout Standard
30076
30077 \series bold
30078
30079 \backslash
30080 footnotetext{
30081 \series default
30082 Printed table footnote.
30083 \series bold
30084 }
30085 \end_layout
30086
30087 \begin_layout Standard
30088 \begin_inset Tabular
30089 <lyxtabular version="3" rows="2" columns="1">
30090 <features tabularvalignment="middle">
30091 <column alignment="center" valignment="top">
30092 <row>
30093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30094 \begin_inset Text
30095
30096 \begin_layout Plain Layout
30097 This an example text.
30098 \begin_inset Foot
30099 status open
30100
30101 \begin_layout Plain Layout
30102 This footnote will not be printed!
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \end_layout
30109
30110 \end_inset
30111 </cell>
30112 </row>
30113 <row>
30114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30115 \begin_inset Text
30116
30117 \begin_layout Plain Layout
30118 This an example text.
30119 \begin_inset ERT
30120 status collapsed
30121
30122 \begin_layout Plain Layout
30123
30124
30125 \backslash
30126 footnotemark{}
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 </row>
30137 </lyxtabular>
30138
30139 \end_inset
30140
30141
30142 \begin_inset ERT
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146
30147
30148 \backslash
30149 footnotetext{
30150 \end_layout
30151
30152 \end_inset
30153
30154 Printed table footnote.
30155 \begin_inset ERT
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160 }
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \begin_layout Standard
30169 Footnotes in longtables are described in section
30170 \begin_inset space ~
30171 \end_inset
30172
30173
30174 \begin_inset CommandInset ref
30175 LatexCommand ref
30176 reference "subsec:Footnotes-in-Longtables"
30177
30178 \end_inset
30179
30180 .
30181 \end_layout
30182
30183 \begin_layout Standard
30184 Footnotes in minipage boxes are printed, but inside the box and with a different
30185  numbering because a minipage box is like a page inside a page.
30186  (For more about minipages, see section
30187 \begin_inset space ~
30188 \end_inset
30189
30190
30191 \begin_inset CommandInset ref
30192 LatexCommand ref
30193 reference "sec:Minipages"
30194
30195 \end_inset
30196
30197 .) To get a footnote in the minipage that is output at the bottom of the
30198  page like normal footnotes, also use the method of 
30199 \series bold
30200
30201 \backslash
30202 footnotemark{}
30203 \series default
30204  and 
30205 \series bold
30206
30207 \backslash
30208 footnotetext
30209 \series default
30210 .
30211 \end_layout
30212
30213 \begin_layout Standard
30214 \begin_inset Box Frameless
30215 position "t"
30216 hor_pos "c"
30217 has_inner_box 1
30218 inner_pos "t"
30219 use_parbox 0
30220 use_makebox 0
30221 width "100col%"
30222 special "none"
30223 height "1in"
30224 height_special "totalheight"
30225 thickness "0.4pt"
30226 separation "3pt"
30227 shadowsize "4pt"
30228 framecolor "black"
30229 backgroundcolor "none"
30230 status open
30231
30232 \begin_layout Plain Layout
30233 This an example text in a minipage.
30234 \begin_inset Foot
30235 status open
30236
30237 \begin_layout Plain Layout
30238 Footnote in the minipage.
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \end_layout
30245
30246 \begin_layout Plain Layout
30247 This an example text in a minipage.
30248 \begin_inset ERT
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252
30253
30254 \backslash
30255 footnotemark{}
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269 \begin_inset ERT
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274
30275 \backslash
30276 footnotetext{
30277 \end_layout
30278
30279 \end_inset
30280
30281 Footnote outside the minipage.
30282 \begin_inset ERT
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286
30287 }
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \begin_layout Standard
30296 \begin_inset VSpace defskip
30297 \end_inset
30298
30299
30300 \end_layout
30301
30302 \begin_layout Standard
30303 To refer to the same footnote several times without printing the footnote
30304  text every time, use the command 
30305 \series bold
30306
30307 \backslash
30308 footnotemark[number]
30309 \series default
30310  in \SpecialChar TeX
30311  code.
30312 \begin_inset Newline newline
30313 \end_inset
30314
30315 As you do not know the number of the repeating footnote while you are writing
30316  the text, you have to store its number.
30317  For the following footnote mark example, these commands were inserted in
30318  \SpecialChar TeX
30319  code after Footnote
30320 \begin_inset space ~
30321 \end_inset
30322
30323
30324 \begin_inset CommandInset ref
30325 LatexCommand ref
30326 reference "foot:This-is-an"
30327
30328 \end_inset
30329
30330  to store the footnote number:
30331 \end_layout
30332
30333 \begin_layout Standard
30334
30335 \series bold
30336
30337 \backslash
30338 newcounter{MyRepeatFoot}
30339 \begin_inset Newline newline
30340 \end_inset
30341
30342
30343 \backslash
30344 setcounter{MyRepeatFoot}{
30345 \backslash
30346 thefootnote}
30347 \end_layout
30348
30349 \begin_layout Standard
30350 The footnote mark was then created with this command:
30351 \end_layout
30352
30353 \begin_layout Standard
30354
30355 \series bold
30356
30357 \backslash
30358 footnotemark[
30359 \backslash
30360 theMyRepeatFoot]
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Here is a repeated footnote:
30365 \family roman
30366 \series medium
30367 \bar no
30368
30369 \begin_inset ERT
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373
30374
30375 \backslash
30376 footnotemark[
30377 \backslash
30378 theMyRepeatFoot]
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \end_layout
30385
30386 \begin_layout Standard
30387 If you want to repeat the previous footnote, you can omit the storage of
30388  the footnote number and just use this command instead:
30389 \end_layout
30390
30391 \begin_layout Standard
30392
30393 \series bold
30394
30395 \backslash
30396 footnotemark[
30397 \backslash
30398 thefootnote]
30399 \end_layout
30400
30401 \begin_layout Standard
30402 Here is another repeated footnote:
30403 \family roman
30404 \series medium
30405 \bar no
30406
30407 \begin_inset ERT
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411
30412
30413 \backslash
30414 footnotemark[
30415 \backslash
30416 thefootnote]
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \end_layout
30423
30424 \begin_layout Subsection
30425 Footnote Numbering
30426 \begin_inset CommandInset label
30427 LatexCommand label
30428 name "subsec:Footnote-Numbering"
30429
30430 \end_inset
30431
30432
30433 \begin_inset Index idx
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437 Footnotes ! Numbering
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \end_layout
30444
30445 \begin_layout Standard
30446 To reset the footnote number back to 1 after each section
30447 \family roman
30448 , add this command to your document preamble:
30449 \end_layout
30450
30451 \begin_layout Standard
30452
30453 \series bold
30454
30455 \backslash
30456 @addtoreset{footnote}{section}
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \begin_inset VSpace bigskip
30461 \end_inset
30462
30463 The following preamble command changes the footnote numbering style to small
30464  roman numerals:
30465 \end_layout
30466
30467 \begin_layout Standard
30468
30469 \series bold
30470
30471 \backslash
30472 renewcommand{
30473 \backslash
30474 thefootnote}{
30475 \backslash
30476 roman{footnote}}
30477 \end_layout
30478
30479 \begin_layout Standard
30480 \begin_inset ERT
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484
30485
30486 \backslash
30487 renewcommand{
30488 \backslash
30489 thefootnote}{
30490 \backslash
30491 roman{footnote}}
30492 \end_layout
30493
30494 \end_inset
30495
30496  This is a footnote with roman numbering:
30497 \begin_inset Foot
30498 status open
30499
30500 \begin_layout Plain Layout
30501 This is an example footnote with roman numbering.
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Standard
30510 To change the numbering style to capital roman numerals replace in the command
30511  above 
30512 \series bold
30513
30514 \backslash
30515 roman
30516 \series default
30517  by 
30518 \series bold
30519
30520 \backslash
30521 Roman
30522 \series default
30523 .
30524  To 
30525 \begin_inset Quotes eld
30526 \end_inset
30527
30528 number
30529 \begin_inset Quotes erd
30530 \end_inset
30531
30532  footnotes with capital or small Latin letters use 
30533 \series bold
30534
30535 \backslash
30536 Alph
30537 \series default
30538  or 
30539 \series bold
30540
30541 \backslash
30542 alph
30543 \series default
30544 , respectively.
30545  To 
30546 \begin_inset Quotes eld
30547 \end_inset
30548
30549 number
30550 \begin_inset Quotes erd
30551 \end_inset
30552
30553  footnotes with symbols use 
30554 \series bold
30555
30556 \backslash
30557 fnsymbol
30558 \series default
30559 .
30560 \end_layout
30561
30562 \begin_layout Standard
30563 \begin_inset Note Greyedout
30564 status open
30565
30566 \begin_layout Plain Layout
30567
30568 \series bold
30569 Note:
30570 \series default
30571  You can only number 26 footnotes with Latin letters, because this numbering
30572  is limited to single letters.
30573 \end_layout
30574
30575 \end_inset
30576
30577
30578 \begin_inset Newline newline
30579 \end_inset
30580
30581
30582 \begin_inset Note Greyedout
30583 status open
30584
30585 \begin_layout Plain Layout
30586
30587 \series bold
30588 Note:
30589 \series default
30590  You can only number 9 footnotes with symbols.
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Standard
30599 To return to the default numbering style after you have changed to another
30600  one, use 
30601 \series bold
30602
30603 \backslash
30604 arabic
30605 \series default
30606  instead of 
30607 \series bold
30608
30609 \backslash
30610 roman
30611 \series default
30612  in the command above.
30613 \begin_inset ERT
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617
30618
30619 \backslash
30620 renewcommand{
30621 \backslash
30622 thefootnote}{
30623 \backslash
30624 arabic{footnote}}
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \end_layout
30631
30632 \begin_layout Standard
30633 \begin_inset VSpace bigskip
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 If you want to have footnotes numbered in the scheme 
30641 \begin_inset Quotes eld
30642 \end_inset
30643
30644 chapter.footnote
30645 \begin_inset Quotes erd
30646 \end_inset
30647
30648 , add the following command to your document preamble:
30649 \end_layout
30650
30651 \begin_layout Standard
30652
30653 \series bold
30654
30655 \backslash
30656 numberwithin{footnote}{chapter}
30657 \end_layout
30658
30659 \begin_layout Standard
30660 To be able to use the command 
30661 \series bold
30662
30663 \backslash
30664 numberwithin
30665 \series default
30666 , set in the tab 
30667 \family sans
30668 Math
30669 \begin_inset space ~
30670 \end_inset
30671
30672 Options
30673 \family default
30674  in the document settings the option 
30675 \family sans
30676 Use
30677 \begin_inset space ~
30678 \end_inset
30679
30680 AMS
30681 \begin_inset space ~
30682 \end_inset
30683
30684 math
30685 \begin_inset space ~
30686 \end_inset
30687
30688 package
30689 \family default
30690 .
30691 \end_layout
30692
30693 \begin_layout Standard
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699
30700 \backslash
30701 numberwithin{footnote}{chapter}
30702 \end_layout
30703
30704 \end_inset
30705
30706 This is another example footnote:
30707 \series bold
30708
30709 \begin_inset Foot
30710 status open
30711
30712 \begin_layout Plain Layout
30713 This is a footnote numbered in the scheme 
30714 \begin_inset Quotes eld
30715 \end_inset
30716
30717 chapter.footnote
30718 \begin_inset Quotes erd
30719 \end_inset
30720
30721 .
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \series default
30728
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734
30735 \backslash
30736 renewcommand{
30737 \backslash
30738 thefootnote}{
30739 \backslash
30740 arabic{footnote}}
30741 \end_layout
30742
30743 \end_inset
30744
30745
30746 \end_layout
30747
30748 \begin_layout Standard
30749 \begin_inset Note Greyedout
30750 status open
30751
30752 \begin_layout Plain Layout
30753
30754 \series bold
30755 Note:
30756 \series default
30757  
30758 \series bold
30759
30760 \backslash
30761 numberwithin
30762 \series default
30763  always prints out the footnote number as arabic number; previous redefinitions
30764  to get non-arabic numbers are overwritten.
30765 \end_layout
30766
30767 \end_inset
30768
30769
30770 \end_layout
30771
30772 \begin_layout Standard
30773 So to get for example the scheme 
30774 \begin_inset Quotes eld
30775 \end_inset
30776
30777 chapter.
30778 \backslash
30779 Roman{footnote}
30780 \begin_inset Quotes erd
30781 \end_inset
30782
30783 , use this command instead of 
30784 \series bold
30785
30786 \backslash
30787 numberwithin
30788 \series default
30789 :
30790 \end_layout
30791
30792 \begin_layout Standard
30793
30794 \series bold
30795
30796 \backslash
30797 renewcommand{
30798 \backslash
30799 thefootnote}{
30800 \backslash
30801 thechapter.
30802 \backslash
30803 Roman{footnote}}
30804 \end_layout
30805
30806 \begin_layout Subsection
30807 Footnote Placement
30808 \begin_inset Index idx
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812 Footnotes ! Placement
30813 \end_layout
30814
30815 \end_inset
30816
30817
30818 \end_layout
30819
30820 \begin_layout Standard
30821 If you have several footnotes in one page, they appear without vertical
30822  space between them at the bottom of the page.
30823  To make them more readable you can e.
30824 \begin_inset space \thinspace{}
30825 \end_inset
30826
30827 g.
30828 \begin_inset space \space{}
30829 \end_inset
30830
30831 add 1.5
30832 \begin_inset space \thinspace{}
30833 \end_inset
30834
30835 mm space with the following preamble command:
30836 \end_layout
30837
30838 \begin_layout Standard
30839
30840 \series bold
30841
30842 \backslash
30843 let
30844 \backslash
30845 myFoot
30846 \backslash
30847 footnote
30848 \begin_inset Newline newline
30849 \end_inset
30850
30851
30852 \backslash
30853 renewcommand{
30854 \backslash
30855 footnote}[1]{
30856 \backslash
30857 myFoot{#1
30858 \backslash
30859 vspace{1.5mm}}}
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \begin_inset VSpace bigskip
30864 \end_inset
30865
30866 In a two-column document the footnotes appear at the bottom of every column,
30867  see Figure
30868 \begin_inset space ~
30869 \end_inset
30870
30871
30872 \begin_inset CommandInset ref
30873 LatexCommand ref
30874 reference "fig:Standard-footnote-placement"
30875
30876 \end_inset
30877
30878 .
30879  If the footnotes should only appear at the bottom of the right column,
30880  as in Figure
30881 \begin_inset space ~
30882 \end_inset
30883
30884
30885 \begin_inset CommandInset ref
30886 LatexCommand ref
30887 reference "fig:Footnote-placement-in"
30888
30889 \end_inset
30890
30891 , use the \SpecialChar LaTeX
30892 -package 
30893 \series bold
30894 ftnright
30895 \series default
30896
30897 \begin_inset Index idx
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901 \SpecialChar LaTeX
30902 -packages ! ftnright
30903 \end_layout
30904
30905 \end_inset
30906
30907  with this command in the document preamble:
30908 \end_layout
30909
30910 \begin_layout Standard
30911
30912 \series bold
30913
30914 \backslash
30915 usepackage{ftnright}
30916 \end_layout
30917
30918 \begin_layout Standard
30919 \begin_inset Float figure
30920 placement !h
30921 wide false
30922 sideways false
30923 status open
30924
30925 \begin_layout Plain Layout
30926 \begin_inset ERT
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930
30931
30932 \backslash
30933 framebox{
30934 \end_layout
30935
30936 \end_inset
30937
30938
30939 \begin_inset Graphics
30940         filename clipart/without_fntright.pdf
30941         width 100col%
30942         scaleBeforeRotation
30943
30944 \end_inset
30945
30946
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952 }
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Plain Layout
30961 \begin_inset Caption Standard
30962
30963 \begin_layout Plain Layout
30964 \begin_inset CommandInset label
30965 LatexCommand label
30966 name "fig:Standard-footnote-placement"
30967
30968 \end_inset
30969
30970 Standard footnote placement in two-column documents.
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Standard
30984 \begin_inset Float figure
30985 placement !h
30986 wide false
30987 sideways false
30988 status open
30989
30990 \begin_layout Plain Layout
30991 \begin_inset ERT
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995
30996
30997 \backslash
30998 framebox{
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \begin_inset Graphics
31005         filename clipart/with_fntright.pdf
31006         width 100col%
31007         scaleBeforeRotation
31008
31009 \end_inset
31010
31011
31012 \begin_inset ERT
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016
31017 }
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \end_layout
31024
31025 \begin_layout Plain Layout
31026 \begin_inset Caption Standard
31027
31028 \begin_layout Plain Layout
31029 \begin_inset CommandInset label
31030 LatexCommand label
31031 name "fig:Footnote-placement-in"
31032
31033 \end_inset
31034
31035 Footnote placement in two-column documents when the \SpecialChar LaTeX
31036 -package 
31037 \series bold
31038 ftnright
31039 \series default
31040  is used.
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \end_layout
31052
31053 \begin_layout Standard
31054 \begin_inset VSpace bigskip
31055 \end_inset
31056
31057 In some scientific literature it is usual to collect the footnotes and print
31058  them in a separate paragraph at the end of a section, as in Figure
31059 \begin_inset space ~
31060 \end_inset
31061
31062
31063 \begin_inset CommandInset ref
31064 LatexCommand ref
31065 reference "fig:Endnotes"
31066
31067 \end_inset
31068
31069 .
31070  They are then called 
31071 \begin_inset Quotes eld
31072 \end_inset
31073
31074 endnotes
31075 \begin_inset Quotes erd
31076 \end_inset
31077
31078 .
31079 \begin_inset Index idx
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083 Endnotes
31084 \end_layout
31085
31086 \end_inset
31087
31088  To use endnotes instead of footnotes in your document, load in the menu
31089  
31090 \family sans
31091 Document\SpecialChar menuseparator
31092 Settings\SpecialChar menuseparator
31093 Modules 
31094 \family default
31095 the module 
31096 \family sans
31097 Foot
31098 \begin_inset space ~
31099 \end_inset
31100
31101 to
31102 \begin_inset space ~
31103 \end_inset
31104
31105 End
31106 \family default
31107 .
31108  To insert the collected footnotes, insert the command
31109 \end_layout
31110
31111 \begin_layout Standard
31112
31113 \series bold
31114
31115 \backslash
31116 theendnotes
31117 \end_layout
31118
31119 \begin_layout Standard
31120 in \SpecialChar TeX
31121  Code at the end of a section or chapter.
31122 \end_layout
31123
31124 \begin_layout Standard
31125 \begin_inset Float figure
31126 wide false
31127 sideways false
31128 status open
31129
31130 \begin_layout Plain Layout
31131 \align center
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137
31138 \backslash
31139 framebox{
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \begin_inset Graphics
31146         filename clipart/endnotes.pdf
31147         scaleBeforeRotation
31148
31149 \end_inset
31150
31151
31152 \begin_inset ERT
31153 status collapsed
31154
31155 \begin_layout Plain Layout
31156
31157 }
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Plain Layout
31166 \begin_inset Caption Standard
31167
31168 \begin_layout Plain Layout
31169 \begin_inset CommandInset label
31170 LatexCommand label
31171 name "fig:Endnotes"
31172
31173 \end_inset
31174
31175 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31176  or chapters.
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Standard
31190 \begin_inset VSpace medskip
31191 \end_inset
31192
31193 The paragraph heading for the endnotes isn't automatically translated into
31194  the document language, this must be done manually.
31195  The following preamble command translates the default English 
31196 \begin_inset Quotes eld
31197 \end_inset
31198
31199 Notes
31200 \begin_inset Quotes erd
31201 \end_inset
31202
31203  into the German 
31204 \begin_inset Quotes eld
31205 \end_inset
31206
31207 Anmerkungen
31208 \begin_inset Quotes erd
31209 \end_inset
31210
31211 :
31212 \end_layout
31213
31214 \begin_layout Standard
31215
31216 \series bold
31217
31218 \backslash
31219 renewcommand{
31220 \backslash
31221 notesname}{Anmerkungen}
31222 \end_layout
31223
31224 \begin_layout Standard
31225 \begin_inset VSpace medskip
31226 \end_inset
31227
31228 The numbering of endnotes can be changed like the footnote numbering as
31229  described in section
31230 \begin_inset space ~
31231 \end_inset
31232
31233
31234 \begin_inset CommandInset ref
31235 LatexCommand ref
31236 reference "subsec:Footnote-Numbering"
31237
31238 \end_inset
31239
31240 ; just replace the command 
31241 \series bold
31242
31243 \backslash
31244 thefootnote
31245 \series default
31246  by 
31247 \series bold
31248
31249 \backslash
31250 theendnote
31251 \series default
31252 .
31253  To reset the endnote number use the command 
31254 \series bold
31255
31256 \backslash
31257 @addtoreset
31258 \series default
31259  as described in section
31260 \begin_inset space ~
31261 \end_inset
31262
31263
31264 \begin_inset CommandInset ref
31265 LatexCommand ref
31266 reference "subsec:Footnote-Numbering"
31267
31268 \end_inset
31269
31270  and replace the command parameter 
31271 \series bold
31272 footnote
31273 \series default
31274  by 
31275 \series bold
31276 endnote
31277 \series default
31278 .
31279 \end_layout
31280
31281 \begin_layout Standard
31282 For endnotes there is the command 
31283 \series bold
31284
31285 \backslash
31286 endnotemark[number]
31287 \series default
31288  similar to the command 
31289 \series bold
31290
31291 \backslash
31292 footnotemark
31293 \series default
31294 , that is described in section
31295 \begin_inset space ~
31296 \end_inset
31297
31298
31299 \begin_inset CommandInset ref
31300 LatexCommand ref
31301 reference "sec:Footnotes"
31302
31303 \end_inset
31304
31305 .
31306 \end_layout
31307
31308 \begin_layout Standard
31309 \begin_inset VSpace bigskip
31310 \end_inset
31311
31312 Footnotes can also be placed in the page margin and the footnote text alignment
31313  can be changed, see the \SpecialChar LaTeX
31314 -package 
31315 \series bold
31316 footmisc
31317 \series default
31318
31319 \begin_inset Index idx
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323 \SpecialChar LaTeX
31324 -packages ! footmisc
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \begin_inset CommandInset citation
31331 LatexCommand cite
31332 key "footmisc"
31333
31334 \end_inset
31335
31336  for more information about this.
31337 \end_layout
31338
31339 \begin_layout Standard
31340 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31341 -books, 
31342 \begin_inset CommandInset citation
31343 LatexCommand cite
31344 key "latexcompanion,latexguide,latexbook"
31345
31346 \end_inset
31347
31348 .
31349  If you are using a 
31350 \series bold
31351 KOMA-Script
31352 \series default
31353
31354 \begin_inset Index idx
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358 \SpecialChar LaTeX
31359 -packages ! KOMA-Script
31360 \end_layout
31361
31362 \end_inset
31363
31364  document class, you can adjust all footnote settings using class-specific
31365  commands, see 
31366 \begin_inset CommandInset citation
31367 LatexCommand cite
31368 key "KOMA-Script"
31369
31370 \end_inset
31371
31372 .
31373 \end_layout
31374
31375 \begin_layout Section
31376 Margin Notes
31377 \begin_inset Index idx
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381 Notes ! Margin Notes
31382 \end_layout
31383
31384 \end_inset
31385
31386
31387 \end_layout
31388
31389 \begin_layout Standard
31390 Margin notes look and behave in \SpecialChar LyX
31391  like footnotes.
31392  They are inserted via the menu 
31393 \family sans
31394 Insert\SpecialChar menuseparator
31395 Marginal
31396 \begin_inset space ~
31397 \end_inset
31398
31399 Note
31400 \family default
31401  or the toolbar button 
31402 \begin_inset Info
31403 type  "icon"
31404 arg   "marginalnote-insert"
31405 \end_inset
31406
31407 .
31408  A grey 
31409 \family roman
31410 \series medium
31411 box with the
31412 \family default
31413 \series default
31414  red 
31415 \family roman
31416 \series medium
31417 label 
31418 \begin_inset Quotes eld
31419 \end_inset
31420
31421 margin
31422 \begin_inset Quotes erd
31423 \end_inset
31424
31425  appears where you can enter the text of the margin note.
31426 \end_layout
31427
31428 \begin_layout Standard
31429 At the side is an example margin note.
31430
31431 \family roman
31432 \series medium
31433  
31434 \begin_inset Marginal
31435 status open
31436
31437 \begin_layout Plain Layout
31438 This is a margin note.
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 Margin notes appear at the right side in single-sided documents.
31448  In double-sided documents they appear in the outer margin â€“ left on even
31449  pages, right on odd pages.
31450  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31451 d when the note appears in the left margin.
31452  The first line of the margin note is placed at the position of the text
31453  line where it is inserted in the document.
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset VSpace bigskip
31458 \end_inset
31459
31460 To place the margin note in the inner margin, add the command
31461 \end_layout
31462
31463 \begin_layout Standard
31464
31465 \series bold
31466
31467 \backslash
31468 reversemarginpar
31469 \end_layout
31470
31471 \begin_layout Standard
31472 in \SpecialChar TeX
31473  Code before a margin note.
31474  The new placement is valid for all subsequent margin notes.
31475  
31476 \begin_inset ERT
31477 status collapsed
31478
31479 \begin_layout Plain Layout
31480
31481
31482 \backslash
31483 reversemarginpar 
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \begin_inset Marginal
31490 status open
31491
31492 \begin_layout Plain Layout
31493 This is a margin note in the inner margin.
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \series bold
31500
31501 \begin_inset Newline newline
31502 \end_inset
31503
31504
31505 \series default
31506
31507 \begin_inset Note Greyedout
31508 status open
31509
31510 \begin_layout Plain Layout
31511
31512 \series bold
31513 Note:
31514 \series default
31515  There is often not enough space in the inner margin so that the notes are
31516  not correctly displayed in the output.
31517 \end_layout
31518
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \begin_layout Standard
31525 To return to the default placement insert the command
31526 \end_layout
31527
31528 \begin_layout Standard
31529
31530 \series bold
31531
31532 \backslash
31533 normalmarginpar
31534 \end_layout
31535
31536 \begin_layout Standard
31537 in \SpecialChar TeX
31538  Code.
31539 \begin_inset ERT
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543
31544
31545 \backslash
31546 normalmarginpar 
31547 \end_layout
31548
31549 \end_inset
31550
31551  
31552 \begin_inset Note Greyedout
31553 status open
31554
31555 \begin_layout Plain Layout
31556
31557 \series bold
31558 Note:
31559 \series default
31560  The command is ignored when it is within a paragraph where also the command
31561  
31562 \series bold
31563
31564 \backslash
31565 reversemarginpar
31566 \series default
31567  is inserted.
31568 \end_layout
31569
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Standard
31576 \begin_inset VSpace bigskip
31577 \end_inset
31578
31579
31580 \family roman
31581 \series medium
31582
31583 \begin_inset Marginal
31584 status open
31585
31586 \begin_layout Plain Layout
31587 AVeryLongMarginParWord that isn't hyphenated.
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \family default
31594 \series default
31595  Similar to the case described in section
31596 \begin_inset space ~
31597 \end_inset
31598
31599
31600 \begin_inset CommandInset ref
31601 LatexCommand ref
31602 reference "subsec:Multiple-Lines-in"
31603
31604 \end_inset
31605
31606 , long words cannot be hyphenated when they are the first word in a margin
31607  note.
31608  To avoid this, insert 0
31609 \begin_inset space \thinspace{}
31610 \end_inset
31611
31612 pt horizontal space before the word
31613 \family roman
31614 \series medium
31615 .
31616  
31617 \begin_inset Marginal
31618 status open
31619
31620 \begin_layout Plain Layout
31621 \begin_inset space \hspace*{}
31622 \length 0pt
31623 \end_inset
31624
31625 AVeryLongMarginParWord that is hyphenated.
31626 \end_layout
31627
31628 \end_inset
31629
31630
31631 \end_layout
31632
31633 \begin_layout Standard
31634 \begin_inset VSpace bigskip
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Standard
31641 \begin_inset Note Greyedout
31642 status open
31643
31644 \begin_layout Plain Layout
31645
31646 \series bold
31647 Note:
31648 \series default
31649  Margin notes can normally not be used inside tables, floats, and footnotes.
31650 \end_layout
31651
31652 \end_inset
31653
31654
31655 \end_layout
31656
31657 \begin_layout Standard
31658 \begin_inset VSpace bigskip
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \begin_layout Standard
31665 \begin_inset ERT
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669
31670
31671 \backslash
31672 ifmarginnote
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \begin_inset Note Note
31679 status open
31680
31681 \begin_layout Plain Layout
31682 The following section will only be displayed when the \SpecialChar LaTeX
31683 -package 
31684 \series bold
31685 marginnote
31686 \series default
31687  is installed.
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 This restriction can be evaded by using the \SpecialChar LaTeX
31697 -package 
31698 \series bold
31699 marginnote
31700 \series default
31701
31702 \begin_inset Index idx
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706 \SpecialChar LaTeX
31707 -packages ! marginnote
31708 \end_layout
31709
31710 \end_inset
31711
31712 .
31713  By adding these two lines to your document preamble, the command used by
31714  \SpecialChar LyX
31715  for margin notes is redefined to use the command provided by the 
31716 \series bold
31717 marginnote
31718 \series default
31719 -package:
31720 \end_layout
31721
31722 \begin_layout Standard
31723
31724 \series bold
31725
31726 \backslash
31727 usepackage{marginnote}
31728 \begin_inset Newline newline
31729 \end_inset
31730
31731
31732 \backslash
31733 let
31734 \backslash
31735 marginpar
31736 \backslash
31737 marginnote
31738 \end_layout
31739
31740 \begin_layout Standard
31741 This is also used in this document because 
31742 \series bold
31743 marginnote
31744 \series default
31745  has another useful feature: You can set a vertical offset for the note.
31746  This is often needed when too many margin notes are too close together
31747  or for a better page layout.
31748  The offset is set in \SpecialChar LyX
31749  as \SpecialChar TeX
31750  Code directly after the margin note in the scheme
31751 \end_layout
31752
31753 \begin_layout Standard
31754
31755 \series bold
31756 [offset]
31757 \end_layout
31758
31759 \begin_layout Standard
31760 where the offset is a length with one of the units listed in Table
31761 \begin_inset space ~
31762 \end_inset
31763
31764
31765 \begin_inset CommandInset ref
31766 LatexCommand ref
31767 reference "tab:Units"
31768
31769 \end_inset
31770
31771 .
31772  A negative value shifts the note up, a positive value shifts it down.
31773  
31774 \family roman
31775 \series medium
31776 For example the margin note beside this text line is shifted up 1.5
31777 \begin_inset space \thinspace{}
31778 \end_inset
31779
31780 cm with the \SpecialChar TeX
31781  Code command 
31782 \begin_inset Quotes eld
31783 \end_inset
31784
31785
31786 \family default
31787 \series bold
31788 [-1.5cm]
31789 \family roman
31790 \series medium
31791
31792 \begin_inset Quotes erd
31793 \end_inset
31794
31795
31796 \begin_inset Marginal
31797 status open
31798
31799 \begin_layout Plain Layout
31800 This margin note is shifted up 1.5
31801 \begin_inset space \thinspace{}
31802 \end_inset
31803
31804 cm from its original position.
31805 \end_layout
31806
31807 \end_inset
31808
31809
31810 \family default
31811 \series default
31812
31813 \begin_inset ERT
31814 status collapsed
31815
31816 \begin_layout Plain Layout
31817
31818 [-1.5cm]
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \end_layout
31825
31826 \begin_layout Standard
31827 \begin_inset VSpace medskip
31828 \end_inset
31829
31830 With 
31831 \series bold
31832 marginnote
31833 \series default
31834  you can also change the alignment of the text in the margin note.
31835  For example the commands
31836 \end_layout
31837
31838 \begin_layout Standard
31839
31840 \series bold
31841
31842 \backslash
31843 renewcommand*{
31844 \backslash
31845 raggedleftmarginnote}{
31846 \backslash
31847 centering}
31848 \begin_inset Newline newline
31849 \end_inset
31850
31851
31852 \backslash
31853 renewcommand*{
31854 \backslash
31855 raggedrightmarginnote}{
31856 \backslash
31857 centering}
31858 \end_layout
31859
31860 \begin_layout Standard
31861 set the alignment to centered.
31862  
31863 \series bold
31864
31865 \backslash
31866 raggedleftmarginnote
31867 \series default
31868  denotes margin notes that appear at the left side.
31869 \family roman
31870 \series medium
31871
31872 \begin_inset ERT
31873 status collapsed
31874
31875 \begin_layout Plain Layout
31876
31877
31878 \backslash
31879 renewcommand*{
31880 \backslash
31881 raggedleftmarginnote}{
31882 \backslash
31883 centering}
31884 \end_layout
31885
31886 \begin_layout Plain Layout
31887
31888
31889 \backslash
31890 renewcommand*{
31891 \backslash
31892 raggedrightmarginnote}{
31893 \backslash
31894 centering}
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \begin_inset Marginal
31901 status open
31902
31903 \begin_layout Plain Layout
31904 The text of this margin note is centered.
31905 \end_layout
31906
31907 \end_inset
31908
31909
31910 \family default
31911 \series default
31912  The default is
31913 \end_layout
31914
31915 \begin_layout Standard
31916
31917 \series bold
31918
31919 \backslash
31920 renewcommand*{
31921 \backslash
31922 raggedleftmarginnote}{
31923 \backslash
31924 raggedleft}
31925 \begin_inset Newline newline
31926 \end_inset
31927
31928
31929 \backslash
31930 renewcommand*{
31931 \backslash
31932 raggedrightmarginnote}{
31933 \backslash
31934 raggedright}
31935 \family roman
31936 \series medium
31937
31938 \begin_inset ERT
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943
31944 \backslash
31945 renewcommand*{
31946 \backslash
31947 raggedleftmarginnote}{
31948 \backslash
31949 raggedleft}
31950 \end_layout
31951
31952 \begin_layout Plain Layout
31953
31954
31955 \backslash
31956 renewcommand*{
31957 \backslash
31958 raggedrightmarginnote}{
31959 \backslash
31960 raggedright}
31961 \end_layout
31962
31963 \end_inset
31964
31965
31966 \end_layout
31967
31968 \begin_layout Standard
31969 \begin_inset VSpace medskip
31970 \end_inset
31971
31972 For the other features of 
31973 \series bold
31974 marginnote
31975 \series default
31976  refer to its documentation 
31977 \begin_inset CommandInset citation
31978 LatexCommand cite
31979 key "marginnote"
31980
31981 \end_inset
31982
31983 .
31984 \end_layout
31985
31986 \begin_layout Standard
31987 \begin_inset VSpace bigskip
31988 \end_inset
31989
31990 You can adjust the layout of margin notes by changing its definition.
31991  To create for example a header for all margin notes with the underlined,
31992  sans-serif, and bold header text 
31993 \begin_inset Quotes eld
31994 \end_inset
31995
31996
31997 \family sans
31998 \series bold
31999 \bar under
32000 Attention!
32001 \family default
32002 \series default
32003 \bar default
32004
32005 \begin_inset Quotes erd
32006 \end_inset
32007
32008 , add this to your document preamble:
32009 \end_layout
32010
32011 \begin_layout Standard
32012
32013 \series bold
32014
32015 \backslash
32016 let
32017 \backslash
32018 myMarginpar
32019 \backslash
32020 marginpar
32021 \begin_inset Newline newline
32022 \end_inset
32023
32024
32025 \backslash
32026 renewcommand{
32027 \backslash
32028 marginpar}[1]{
32029 \backslash
32030 myMarginpar{%
32031 \begin_inset Newline newline
32032 \end_inset
32033
32034
32035 \begin_inset Phantom HPhantom
32036 status open
32037
32038 \begin_layout Plain Layout
32039
32040 \series bold
32041 \begin_inset space ~
32042 \end_inset
32043
32044
32045 \end_layout
32046
32047 \end_inset
32048
32049
32050 \backslash
32051 hspace{0pt}
32052 \backslash
32053 textsf{
32054 \backslash
32055 textbf{
32056 \backslash
32057 underbar{Attention!}}}%
32058 \begin_inset Newline newline
32059 \end_inset
32060
32061
32062 \begin_inset Phantom HPhantom
32063 status open
32064
32065 \begin_layout Plain Layout
32066
32067 \series bold
32068 \begin_inset space ~
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \backslash
32078 vspace{1.5mm}
32079 \backslash
32080
32081 \backslash
32082 #1}}
32083 \end_layout
32084
32085 \begin_layout Standard
32086
32087 \family roman
32088 \series medium
32089 \begin_inset ERT
32090 status collapsed
32091
32092 \begin_layout Plain Layout
32093
32094
32095 \backslash
32096 let
32097 \backslash
32098 myMarginpar
32099 \backslash
32100 marginpar
32101 \end_layout
32102
32103 \begin_layout Plain Layout
32104
32105
32106 \backslash
32107 renewcommand{
32108 \backslash
32109 marginpar}[1]{
32110 \backslash
32111 myMarginpar{%
32112 \end_layout
32113
32114 \begin_layout Plain Layout
32115
32116    
32117 \backslash
32118 textsf{
32119 \backslash
32120 textbf{
32121 \backslash
32122 underbar{Attention!}}}%
32123 \end_layout
32124
32125 \begin_layout Plain Layout
32126
32127    
32128 \backslash
32129 vspace{1.5mm}
32130 \backslash
32131
32132 \backslash
32133 #1}}
32134 \end_layout
32135
32136 \end_inset
32137
32138
32139 \begin_inset Marginal
32140 status open
32141
32142 \begin_layout Plain Layout
32143 This is a margin note with a defined heading.
32144 \end_layout
32145
32146 \end_inset
32147
32148
32149 \family default
32150 \series default
32151
32152 \begin_inset ERT
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156
32157 [-1.5cm]
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \family roman
32164 \series medium
32165
32166 \begin_inset ERT
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170
32171
32172 \backslash
32173 renewcommand{
32174 \backslash
32175 marginpar}[1]{
32176 \backslash
32177 myMarginpar{#1}}
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \family default
32184 \series default
32185
32186 \begin_inset Note Note
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190 The margin note format is changed only for this example.
32191 \end_layout
32192
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \begin_layout Standard
32199 \begin_inset ERT
32200 status collapsed
32201
32202 \begin_layout Plain Layout
32203
32204
32205 \backslash
32206 else
32207 \end_layout
32208
32209 \end_inset
32210
32211
32212 \begin_inset Note Note
32213 status open
32214
32215 \begin_layout Plain Layout
32216 The following will be displayed when the \SpecialChar LaTeX
32217 -package 
32218 \series bold
32219 marginnote
32220 \series default
32221  is not installed:
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 You need to install the \SpecialChar LaTeX
32231 -package 
32232 \series bold
32233 marginnote
32234 \series default
32235  to see the following part of this section in the output.
32236 \end_layout
32237
32238 \begin_layout Standard
32239 \begin_inset ERT
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243
32244
32245 \backslash
32246 fi
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \begin_layout Chapter
32255 Boxes
32256 \end_layout
32257
32258 \begin_layout Section
32259 Introduction
32260 \begin_inset Index idx
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264 Boxes ! Introduction
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Standard
32273 Boxes are used to format a block of text.
32274  Boxes can be used to write documents with multiple languages, see section
32275 \begin_inset space ~
32276 \end_inset
32277
32278
32279 \begin_inset CommandInset ref
32280 LatexCommand ref
32281 reference "sec:Minipages"
32282
32283 \end_inset
32284
32285 , to frame texts, see section
32286 \begin_inset space ~
32287 \end_inset
32288
32289
32290 \begin_inset CommandInset ref
32291 LatexCommand ref
32292 reference "sec:Decoration"
32293
32294 \end_inset
32295
32296 , to prevent words from being hyphenated, see section
32297 \begin_inset space ~
32298 \end_inset
32299
32300
32301 \begin_inset CommandInset ref
32302 LatexCommand ref
32303 reference "sec:Prevent-Hyphenation"
32304
32305 \end_inset
32306
32307 , to align text, see section
32308 \begin_inset space ~
32309 \end_inset
32310
32311
32312 \begin_inset CommandInset ref
32313 LatexCommand ref
32314 reference "subsec:Vertical-Alignment"
32315
32316 \end_inset
32317
32318 , or to set the background color of texts, see section
32319 \begin_inset space ~
32320 \end_inset
32321
32322
32323 \begin_inset CommandInset ref
32324 LatexCommand ref
32325 reference "sec:Colored-Boxes"
32326
32327 \end_inset
32328
32329 .
32330 \end_layout
32331
32332 \begin_layout Standard
32333 Boxes can be inserted with the menu 
32334 \family sans
32335 Insert\SpecialChar menuseparator
32336 Box
32337 \family default
32338  or the toolbar button 
32339 \begin_inset Info
32340 type  "icon"
32341 arg   "box-insert Frameless"
32342 \end_inset
32343
32344 .
32345  A grey box with the label 
32346 \family sans
32347 Box (Minipage)
32348 \family default
32349
32350 \begin_inset Graphics
32351         filename clipart/BoxInsetDefaultQt4.png
32352         scale 85
32353         scaleBeforeRotation
32354
32355 \end_inset
32356
32357  will be inserted.
32358  The box type can be specified by right-clicking on the box and selecting
32359  
32360 \family sans
32361 Settings
32362 \family default
32363 .
32364  The box dialog offers the 
32365 \family sans
32366 Inner
32367 \begin_inset space ~
32368 \end_inset
32369
32370 Box
32371 \family default
32372  types 
32373 \family sans
32374 Makebox
32375 \family default
32376
32377 \family sans
32378 Parbox
32379 \family default
32380  and 
32381 \family sans
32382 Minipage
32383 \family default
32384 .
32385  The type 
32386 \family sans
32387 Minipage
32388 \family default
32389  is the default for new boxes and is explained in section
32390 \begin_inset space ~
32391 \end_inset
32392
32393
32394 \begin_inset CommandInset ref
32395 LatexCommand ref
32396 reference "sec:Minipages"
32397
32398 \end_inset
32399
32400 ; the type 
32401 \family sans
32402 Parbox
32403 \family default
32404  is described in section
32405 \begin_inset space ~
32406 \end_inset
32407
32408
32409 \begin_inset CommandInset ref
32410 LatexCommand ref
32411 reference "sec:Parboxes"
32412
32413 \end_inset
32414
32415  and the type 
32416 \family sans
32417 Makebox
32418 \family default
32419  in 
32420 \begin_inset CommandInset ref
32421 LatexCommand ref
32422 reference "sec:Prevent-Hyphenation"
32423
32424 \end_inset
32425
32426 .
32427 \end_layout
32428
32429 \begin_layout Standard
32430 Boxes are not numbered and can therefore not be referenced like floats or
32431  footnotes.
32432 \end_layout
32433
32434 \begin_layout Standard
32435 \begin_inset Note Greyedout
32436 status open
32437
32438 \begin_layout Plain Layout
32439
32440 \series bold
32441 Note:
32442 \series default
32443  Boxes must not be the item in an 
32444 \family sans
32445 Itemize
32446 \family default
32447  or 
32448 \family sans
32449 Description
32450 \family default
32451  environment.
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \end_layout
32458
32459 \begin_layout Standard
32460 \begin_inset Note Greyedout
32461 status open
32462
32463 \begin_layout Plain Layout
32464
32465 \series bold
32466 Note:
32467 \series default
32468  For an unknown reason you can only set the 
32469 \family sans
32470 Inner
32471 \begin_inset space ~
32472 \end_inset
32473
32474 Box
32475 \family default
32476  type to 
32477 \family sans
32478 None
32479 \family default
32480  when you use a framed box.
32481  Boxes without an 
32482 \family sans
32483 Inner
32484 \begin_inset space ~
32485 \end_inset
32486
32487 Box
32488 \family default
32489  type and without frames are explained in section
32490 \begin_inset space ~
32491 \end_inset
32492
32493
32494 \begin_inset CommandInset ref
32495 LatexCommand ref
32496 reference "sec:Prevent-Hyphenation"
32497
32498 \end_inset
32499
32500 .
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \end_layout
32507
32508 \begin_layout Section
32509 Box Dialog
32510 \begin_inset CommandInset label
32511 LatexCommand label
32512 name "sec:Box-Dialog"
32513
32514 \end_inset
32515
32516
32517 \begin_inset Index idx
32518 status collapsed
32519
32520 \begin_layout Plain Layout
32521 Boxes ! Box Dialog
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Subsection
32530 Size
32531 \begin_inset Index idx
32532 status collapsed
32533
32534 \begin_layout Plain Layout
32535 Boxes ! Size
32536 \end_layout
32537
32538 \end_inset
32539
32540
32541 \end_layout
32542
32543 \begin_layout Standard
32544 In the box dialog you can adjust the box geometry in the fields 
32545 \family sans
32546 Width
32547 \family default
32548  and 
32549 \family sans
32550 Height
32551 \family default
32552 .
32553  The available units for the geometry are explained in Table
32554 \begin_inset space ~
32555 \end_inset
32556
32557
32558 \begin_inset CommandInset ref
32559 LatexCommand ref
32560 reference "tab:Units"
32561
32562 \end_inset
32563
32564 .
32565  The field 
32566 \family sans
32567 Height
32568 \family default
32569  offers the following additional sizes:
32570 \end_layout
32571
32572 \begin_layout Description
32573 Depth This is the plain text 
32574 \begin_inset Quotes eld
32575 \end_inset
32576
32577 height
32578 \begin_inset Quotes erd
32579 \end_inset
32580
32581 .
32582  It ignores the total depth when there are multiple text lines in the box:
32583 \begin_inset Newline newline
32584 \end_inset
32585
32586
32587 \begin_inset Newline newline
32588 \end_inset
32589
32590
32591 \begin_inset Newline newline
32592 \end_inset
32593
32594
32595 \begin_inset Box Boxed
32596 position "c"
32597 hor_pos "c"
32598 has_inner_box 1
32599 inner_pos "c"
32600 use_parbox 0
32601 use_makebox 0
32602 width "12col%"
32603 special "none"
32604 height "1in"
32605 height_special "depth"
32606 thickness "0.4pt"
32607 separation "3pt"
32608 shadowsize "4pt"
32609 framecolor "black"
32610 backgroundcolor "none"
32611 status collapsed
32612
32613 \begin_layout Plain Layout
32614 \align center
32615 Box height set to 1
32616 \begin_inset space \thinspace{}
32617 \end_inset
32618
32619 Depth
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \begin_inset Newline newline
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \begin_layout Description
32636 Height This is the height of the text that is inside the box.
32637  A value of e.
32638 \begin_inset space \thinspace{}
32639 \end_inset
32640
32641 g.
32642 \begin_inset space \space{}
32643 \end_inset
32644
32645 2 for this size will set the box height to 2
32646 \begin_inset space ~
32647 \end_inset
32648
32649 times the text height: 
32650 \begin_inset Box Boxed
32651 position "c"
32652 hor_pos "c"
32653 has_inner_box 1
32654 inner_pos "c"
32655 use_parbox 0
32656 use_makebox 0
32657 width "20col%"
32658 special "none"
32659 height "2in"
32660 height_special "height"
32661 thickness "0.4pt"
32662 separation "3pt"
32663 shadowsize "4pt"
32664 framecolor "black"
32665 backgroundcolor "none"
32666 status collapsed
32667
32668 \begin_layout Plain Layout
32669 \align center
32670 Box height set to 2
32671 \begin_inset space \thinspace{}
32672 \end_inset
32673
32674 Height
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Description
32683 Total
32684 \begin_inset space ~
32685 \end_inset
32686
32687 Height This is the Height
32688 \begin_inset space \thinspace{}
32689 \end_inset
32690
32691 +
32692 \begin_inset space \thinspace{}
32693 \end_inset
32694
32695 Depth: 
32696 \begin_inset Box Boxed
32697 position "c"
32698 hor_pos "c"
32699 has_inner_box 1
32700 inner_pos "c"
32701 use_parbox 0
32702 use_makebox 0
32703 width "20col%"
32704 special "none"
32705 height "1in"
32706 height_special "totalheight"
32707 thickness "0.4pt"
32708 separation "3pt"
32709 shadowsize "4pt"
32710 framecolor "black"
32711 backgroundcolor "none"
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 \align center
32716 Box height set to 1
32717 \begin_inset space \thinspace{}
32718 \end_inset
32719
32720 Total
32721 \begin_inset space ~
32722 \end_inset
32723
32724 Height
32725 \end_layout
32726
32727 \end_inset
32728
32729
32730 \end_layout
32731
32732 \begin_layout Description
32733 Width This sets the width of the box as height: 
32734 \begin_inset Box Boxed
32735 position "c"
32736 hor_pos "c"
32737 has_inner_box 1
32738 inner_pos "c"
32739 use_parbox 0
32740 use_makebox 0
32741 width "12col%"
32742 special "none"
32743 height "1in"
32744 height_special "width"
32745 thickness "0.4pt"
32746 separation "3pt"
32747 shadowsize "4pt"
32748 framecolor "black"
32749 backgroundcolor "none"
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753 \align center
32754 Box height set to 1
32755 \begin_inset space \thinspace{}
32756 \end_inset
32757
32758 Width
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \end_layout
32765
32766 \begin_layout Subsection
32767 Alignment
32768 \begin_inset Index idx
32769 status collapsed
32770
32771 \begin_layout Plain Layout
32772 Boxes ! Alignment
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Standard
32781 When you have chosen an 
32782 \family sans
32783 Inner
32784 \begin_inset space ~
32785 \end_inset
32786
32787 Box
32788 \family default
32789 , the vertical box alignment can be:
32790 \end_layout
32791
32792 \begin_layout Description
32793 Top This is an example text line.
32794  
32795 \begin_inset Box Boxed
32796 position "t"
32797 hor_pos "c"
32798 has_inner_box 1
32799 inner_pos "c"
32800 use_parbox 0
32801 use_makebox 0
32802 width "12col%"
32803 special "none"
32804 height "1in"
32805 height_special "totalheight"
32806 thickness "0.4pt"
32807 separation "3pt"
32808 shadowsize "4pt"
32809 framecolor "black"
32810 backgroundcolor "none"
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814 \align center
32815 This box is top-aligned.
32816 \end_layout
32817
32818 \end_inset
32819
32820  This is an example text line.
32821 \end_layout
32822
32823 \begin_layout Description
32824 Middle This is an example text line.
32825  
32826 \begin_inset Box Boxed
32827 position "c"
32828 hor_pos "c"
32829 has_inner_box 1
32830 inner_pos "c"
32831 use_parbox 0
32832 use_makebox 0
32833 width "12col%"
32834 special "none"
32835 height "1in"
32836 height_special "totalheight"
32837 thickness "0.4pt"
32838 separation "3pt"
32839 shadowsize "4pt"
32840 framecolor "black"
32841 backgroundcolor "none"
32842 status collapsed
32843
32844 \begin_layout Plain Layout
32845 \align center
32846 This box is middle-aligned.
32847 \end_layout
32848
32849 \end_inset
32850
32851  This is an example text line.
32852 \end_layout
32853
32854 \begin_layout Description
32855 Bottom This is an example text line.
32856  
32857 \begin_inset Box Boxed
32858 position "b"
32859 hor_pos "c"
32860 has_inner_box 1
32861 inner_pos "c"
32862 use_parbox 0
32863 use_makebox 0
32864 width "12col%"
32865 special "none"
32866 height "1in"
32867 height_special "totalheight"
32868 thickness "0.4pt"
32869 separation "3pt"
32870 shadowsize "4pt"
32871 framecolor "black"
32872 backgroundcolor "none"
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876 \align center
32877 This box is bottom-aligned.
32878 \end_layout
32879
32880 \end_inset
32881
32882  This is an example text line.
32883 \end_layout
32884
32885 \begin_layout Standard
32886 \begin_inset Note Greyedout
32887 status open
32888
32889 \begin_layout Plain Layout
32890
32891 \series bold
32892 Note:
32893 \series default
32894  The vertical box alignment can be lost in the output when you have two
32895  boxes in a line and one has e.
32896 \begin_inset space \thinspace{}
32897 \end_inset
32898
32899 g.
32900 \begin_inset space \space{}
32901 \end_inset
32902
32903 a shadow and the other one not.
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \begin_layout Standard
32912 The horizontal box alignment can be set via \SpecialChar LyX
32913 's paragraph dialog when you
32914  set the box into its own paragraph.
32915 \end_layout
32916
32917 \begin_layout Standard
32918 \begin_inset VSpace bigskip
32919 \end_inset
32920
32921 When you have chosen an 
32922 \family sans
32923 Inner
32924 \begin_inset space ~
32925 \end_inset
32926
32927 Box
32928 \family default
32929 , the box content can be aligned vertically to:
32930 \end_layout
32931
32932 \begin_layout Description
32933 top This is an example text line.
32934  
32935 \begin_inset Box Boxed
32936 position "c"
32937 hor_pos "c"
32938 has_inner_box 1
32939 inner_pos "t"
32940 use_parbox 0
32941 use_makebox 0
32942 width "12col%"
32943 special "none"
32944 height "1.5in"
32945 height_special "totalheight"
32946 thickness "0.4pt"
32947 separation "3pt"
32948 shadowsize "4pt"
32949 framecolor "black"
32950 backgroundcolor "none"
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954 \align center
32955 This box text is top-aligned.
32956 \end_layout
32957
32958 \end_inset
32959
32960  This is an example text line.
32961 \end_layout
32962
32963 \begin_layout Description
32964 middle This is an example text line.
32965  
32966 \begin_inset Box Boxed
32967 position "c"
32968 hor_pos "c"
32969 has_inner_box 1
32970 inner_pos "c"
32971 use_parbox 0
32972 use_makebox 0
32973 width "12col%"
32974 special "none"
32975 height "1.5in"
32976 height_special "totalheight"
32977 thickness "0.4pt"
32978 separation "3pt"
32979 shadowsize "4pt"
32980 framecolor "black"
32981 backgroundcolor "none"
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985 \align center
32986 This box text is middle-aligned.
32987 \end_layout
32988
32989 \end_inset
32990
32991  This is an example text line.
32992 \end_layout
32993
32994 \begin_layout Description
32995 bottom This is an example text line.
32996  
32997 \begin_inset Box Boxed
32998 position "c"
32999 hor_pos "c"
33000 has_inner_box 1
33001 inner_pos "b"
33002 use_parbox 0
33003 use_makebox 0
33004 width "12col%"
33005 special "none"
33006 height "1.5in"
33007 height_special "totalheight"
33008 thickness "0.4pt"
33009 separation "3pt"
33010 shadowsize "4pt"
33011 framecolor "black"
33012 backgroundcolor "none"
33013 status collapsed
33014
33015 \begin_layout Plain Layout
33016 \align center
33017 This box text is bottom-aligned.
33018 \end_layout
33019
33020 \end_inset
33021
33022  This is an example text line.
33023 \end_layout
33024
33025 \begin_layout Description
33026 stretch This is an example text line.
33027  
33028 \begin_inset Box Boxed
33029 position "c"
33030 hor_pos "c"
33031 has_inner_box 1
33032 inner_pos "s"
33033 use_parbox 0
33034 use_makebox 0
33035 width "12col%"
33036 special "none"
33037 height "1.5in"
33038 height_special "totalheight"
33039 thickness "0.4pt"
33040 separation "3pt"
33041 shadowsize "4pt"
33042 framecolor "black"
33043 backgroundcolor "none"
33044 status collapsed
33045
33046 \begin_layout Plain Layout
33047 \align center
33048 This box
33049 \end_layout
33050
33051 \begin_layout Plain Layout
33052 \align center
33053 text is
33054 \end_layout
33055
33056 \begin_layout Plain Layout
33057 \align center
33058 stretched.
33059 \end_layout
33060
33061 \end_inset
33062
33063  This is an example text line.
33064 \end_layout
33065
33066 \begin_layout Standard
33067 To stretch the box content, it must consist of more than one paragraph.
33068  In the example above every text line is in an own paragraph.
33069 \end_layout
33070
33071 \begin_layout Standard
33072 \begin_inset VSpace bigskip
33073 \end_inset
33074
33075 To align the box content horizontally you can use \SpecialChar LyX
33076 's paragraph dialog when
33077  you have chosen an 
33078 \family sans
33079 Inner
33080 \begin_inset space ~
33081 \end_inset
33082
33083 Box
33084 \family default
33085 .
33086 \end_layout
33087
33088 \begin_layout Standard
33089 \align center
33090 \begin_inset Box Boxed
33091 position "c"
33092 hor_pos "c"
33093 has_inner_box 1
33094 inner_pos "s"
33095 use_parbox 0
33096 use_makebox 0
33097 width "15col%"
33098 special "none"
33099 height "1.25in"
33100 height_special "totalheight"
33101 thickness "0.4pt"
33102 separation "3pt"
33103 shadowsize "4pt"
33104 framecolor "black"
33105 backgroundcolor "none"
33106 status collapsed
33107
33108 \begin_layout Plain Layout
33109 \align left
33110 This box
33111 \end_layout
33112
33113 \begin_layout Plain Layout
33114 \align center
33115 text is
33116 \end_layout
33117
33118 \begin_layout Plain Layout
33119 \align right
33120 stretched.
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \begin_layout Standard
33129 If you have not set an 
33130 \family sans
33131 Inner
33132 \begin_inset space ~
33133 \end_inset
33134
33135 Box
33136 \family default
33137 , you can align the box content horizontally in the box dialog.
33138 \begin_inset Separator parbreak
33139 \end_inset
33140
33141
33142 \end_layout
33143
33144 \begin_layout Standard
33145 \align center
33146 \begin_inset Box Boxed
33147 position "c"
33148 hor_pos "s"
33149 has_inner_box 0
33150 inner_pos "s"
33151 use_parbox 0
33152 use_makebox 0
33153 width "90col%"
33154 special "none"
33155 height "1.25in"
33156 height_special "totalheight"
33157 thickness "0.4pt"
33158 separation "3pt"
33159 shadowsize "4pt"
33160 framecolor "black"
33161 backgroundcolor "none"
33162 status collapsed
33163
33164 \begin_layout Plain Layout
33165 This box text is horizontally stretched.
33166 \end_layout
33167
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Subsection
33174 Decoration
33175 \begin_inset CommandInset label
33176 LatexCommand label
33177 name "sec:Decoration"
33178
33179 \end_inset
33180
33181
33182 \begin_inset Index idx
33183 status collapsed
33184
33185 \begin_layout Plain Layout
33186 Boxes ! Decoration
33187 \end_layout
33188
33189 \end_inset
33190
33191
33192 \end_layout
33193
33194 \begin_layout Standard
33195 The type of the box can be specified in the box dialog in the drop-down
33196  list 
33197 \family sans
33198 Decoration
33199 \family default
33200 .
33201  The following types are possible:
33202 \end_layout
33203
33204 \begin_layout Description
33205 No
33206 \begin_inset space ~
33207 \end_inset
33208
33209 frame Nothing is drawn.
33210 \end_layout
33211
33212 \begin_layout Description
33213 Simple
33214 \begin_inset space ~
33215 \end_inset
33216
33217 rectangular
33218 \begin_inset space ~
33219 \end_inset
33220
33221 frame This draws a rectangular frame around the box.
33222  The frame line thickness can be specified.
33223  
33224 \begin_inset Box Boxed
33225 position "c"
33226 hor_pos "c"
33227 has_inner_box 1
33228 inner_pos "c"
33229 use_parbox 0
33230 use_makebox 0
33231 width "20col%"
33232 special "none"
33233 height "1in"
33234 height_special "totalheight"
33235 thickness "0.4pt"
33236 separation "3pt"
33237 shadowsize "4pt"
33238 framecolor "black"
33239 backgroundcolor "none"
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243 \align center
33244 Rectangular box
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \begin_layout Description
33253 Oval
33254 \begin_inset space ~
33255 \end_inset
33256
33257 box,
33258 \begin_inset space ~
33259 \end_inset
33260
33261 thin This draws an oval frame around the box.
33262  The frame line thickness has the size 0.4
33263 \begin_inset space \thinspace{}
33264 \end_inset
33265
33266 pt.
33267  
33268 \begin_inset Box ovalbox
33269 position "c"
33270 hor_pos "c"
33271 has_inner_box 1
33272 inner_pos "c"
33273 use_parbox 0
33274 use_makebox 0
33275 width "20col%"
33276 special "none"
33277 height "1in"
33278 height_special "totalheight"
33279 thickness "0.4pt"
33280 separation "3pt"
33281 shadowsize "4pt"
33282 framecolor "black"
33283 backgroundcolor "none"
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287 \align center
33288 Oval box, thin
33289 \end_layout
33290
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \begin_layout Description
33297 Oval
33298 \begin_inset space ~
33299 \end_inset
33300
33301 box,
33302 \begin_inset space ~
33303 \end_inset
33304
33305 thick This draws an oval frame around the box.
33306  The frame line thickness has the size 0.8
33307 \begin_inset space \thinspace{}
33308 \end_inset
33309
33310 pt.
33311  
33312 \begin_inset Box Ovalbox
33313 position "c"
33314 hor_pos "c"
33315 has_inner_box 1
33316 inner_pos "c"
33317 use_parbox 0
33318 use_makebox 0
33319 width "20col%"
33320 special "none"
33321 height "1in"
33322 height_special "totalheight"
33323 thickness "0.4pt"
33324 separation "3pt"
33325 shadowsize "4pt"
33326 framecolor "black"
33327 backgroundcolor "none"
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331 \align center
33332 Oval box, thick
33333 \end_layout
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \begin_layout Description
33341 Drop
33342 \begin_inset space ~
33343 \end_inset
33344
33345 shadow This draws a rectangular frame with a shadow around the box.
33346  The frame line thickness and the shadow can be specified.
33347  
33348 \begin_inset Box Shadowbox
33349 position "c"
33350 hor_pos "c"
33351 has_inner_box 1
33352 inner_pos "c"
33353 use_parbox 0
33354 use_makebox 0
33355 width "20col%"
33356 special "none"
33357 height "1in"
33358 height_special "totalheight"
33359 thickness "0.4pt"
33360 separation "3pt"
33361 shadowsize "4pt"
33362 framecolor "black"
33363 backgroundcolor "none"
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367 \align center
33368 Shadow box
33369 \end_layout
33370
33371 \end_inset
33372
33373
33374 \end_layout
33375
33376 \begin_layout Description
33377 Shaded
33378 \begin_inset space ~
33379 \end_inset
33380
33381 background This draws a box with a red background.
33382  Unlike colored boxes
33383 \begin_inset Foot
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387 see sec.
33388 \begin_inset space \thinspace{}
33389 \end_inset
33390
33391
33392 \begin_inset CommandInset ref
33393 LatexCommand ref
33394 reference "sec:Colored-Boxes"
33395
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \end_inset
33402
33403 , it always uses the whole column width and the box is set as its own paragraph.
33404  
33405 \begin_inset Box Shaded
33406 position "t"
33407 hor_pos "c"
33408 has_inner_box 0
33409 inner_pos "t"
33410 use_parbox 0
33411 use_makebox 0
33412 width "50col%"
33413 special "none"
33414 height "1in"
33415 height_special "totalheight"
33416 thickness "0.4pt"
33417 separation "3pt"
33418 shadowsize "4pt"
33419 framecolor "black"
33420 backgroundcolor "none"
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424 Shaded background box
33425 \end_layout
33426
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \begin_layout Description
33433 Double
33434 \begin_inset space ~
33435 \end_inset
33436
33437 rectangular
33438 \begin_inset space ~
33439 \end_inset
33440
33441 frame This draws a double-line rectangular frame around the box.
33442  The line thickness of the inner frame is 0.75
33443 \begin_inset space \thinspace{}
33444 \end_inset
33445
33446 line
33447 \begin_inset space ~
33448 \end_inset
33449
33450 thickness, the thickness of the outer frame is 1.5
33451 \begin_inset space \thinspace{}
33452 \end_inset
33453
33454 line
33455 \begin_inset space ~
33456 \end_inset
33457
33458 thickness.
33459  The distance between the lines is 1.5
33460 \begin_inset space \thinspace{}
33461 \end_inset
33462
33463 line
33464 \begin_inset space ~
33465 \end_inset
33466
33467 thickness
33468 \begin_inset space \thinspace{}
33469 \end_inset
33470
33471 +
33472 \begin_inset space \thinspace{}
33473 \end_inset
33474
33475 0.5
33476 \begin_inset space \thinspace{}
33477 \end_inset
33478
33479 pt.
33480  
33481 \begin_inset Box Doublebox
33482 position "c"
33483 hor_pos "c"
33484 has_inner_box 1
33485 inner_pos "c"
33486 use_parbox 0
33487 use_makebox 0
33488 width "20col%"
33489 special "none"
33490 height "1in"
33491 height_special "totalheight"
33492 thickness "0.4pt"
33493 separation "3pt"
33494 shadowsize "4pt"
33495 framecolor "black"
33496 backgroundcolor "none"
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500 \align center
33501 Double rectangular box
33502 \end_layout
33503
33504 \end_inset
33505
33506
33507 \end_layout
33508
33509 \begin_layout Standard
33510 \begin_inset VSpace bigskip
33511 \end_inset
33512
33513 \SpecialChar LyX
33514 's box label will reflect the different frame types.
33515  To be able to use all types, the \SpecialChar LaTeX
33516 -package 
33517 \series bold
33518 fancybox
33519 \series default
33520
33521 \begin_inset Index idx
33522 status collapsed
33523
33524 \begin_layout Plain Layout
33525 \SpecialChar LaTeX
33526 -packages ! fancybox
33527 \end_layout
33528
33529 \end_inset
33530
33531  must be installed.
33532 \end_layout
33533
33534 \begin_layout Standard
33535 \begin_inset VSpace bigskip
33536 \end_inset
33537
33538 When you use the decoration 
33539 \family sans
33540 simple rectangular frame
33541 \family default
33542  and no inner box, you can allow page breaks within a box.
33543  Note that then, unlike other framed boxes, the frame always uses the whole
33544  column width and the box is set as its own paragraph: 
33545 \begin_inset Box Framed
33546 position "t"
33547 hor_pos "c"
33548 has_inner_box 0
33549 inner_pos "t"
33550 use_parbox 0
33551 use_makebox 0
33552 width "100col%"
33553 special "none"
33554 height "1in"
33555 height_special "totalheight"
33556 thickness "0.4pt"
33557 separation "3pt"
33558 shadowsize "4pt"
33559 framecolor "black"
33560 backgroundcolor "none"
33561 status collapsed
33562
33563 \begin_layout Plain Layout
33564 Allow page break box
33565 \end_layout
33566
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \begin_layout Section
33573 Box Customization
33574 \begin_inset Index idx
33575 status collapsed
33576
33577 \begin_layout Plain Layout
33578 Boxes ! Customization
33579 \end_layout
33580
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \begin_layout Standard
33587 The diameter of the round corners of the oval boxes can be set with the
33588  command 
33589 \series bold
33590
33591 \backslash
33592 cornersize
33593 \series default
33594 .
33595  The command
33596 \end_layout
33597
33598 \begin_layout Standard
33599
33600 \series bold
33601
33602 \backslash
33603 cornersize*{1cm}
33604 \end_layout
33605
33606 \begin_layout Standard
33607 sets the diameter to 1
33608 \begin_inset space \thinspace{}
33609 \end_inset
33610
33611 cm.
33612  The command
33613 \end_layout
33614
33615 \begin_layout Standard
33616
33617 \series bold
33618
33619 \backslash
33620 cornersize{num}
33621 \end_layout
33622
33623 \begin_layout Standard
33624 sets the diameter to 
33625 \family sans
33626 num
33627 \begin_inset space \thinspace{}
33628 \end_inset
33629
33630 ×
33631 \begin_inset space \thinspace{}
33632 \end_inset
33633
33634 minimum(width and height of box)
33635 \family default
33636 .
33637  The default is 
33638 \series bold
33639
33640 \backslash
33641 cornersize{0.5}
33642 \series default
33643 .
33644 \end_layout
33645
33646 \begin_layout Standard
33647 \begin_inset ERT
33648 status collapsed
33649
33650 \begin_layout Plain Layout
33651
33652
33653 \backslash
33654 cornersize*{1.5cm}
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \begin_inset Box Ovalbox
33661 position "c"
33662 hor_pos "c"
33663 has_inner_box 1
33664 inner_pos "c"
33665 use_parbox 0
33666 use_makebox 0
33667 width "25col%"
33668 special "none"
33669 height "1in"
33670 height_special "totalheight"
33671 thickness "0.4pt"
33672 separation "3pt"
33673 shadowsize "4pt"
33674 framecolor "black"
33675 backgroundcolor "none"
33676 status open
33677
33678 \begin_layout Plain Layout
33679 \align center
33680 Oval box with 
33681 \series bold
33682
33683 \backslash
33684 cornersize
33685 \series default
33686
33687 \begin_inset space \thinspace{}
33688 \end_inset
33689
33690 =
33691 \begin_inset space \thinspace{}
33692 \end_inset
33693
33694 1.5
33695 \begin_inset space \thinspace{}
33696 \end_inset
33697
33698 cm
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \begin_inset ERT
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708
33709
33710 \backslash
33711 cornersize{0.5}
33712 \end_layout
33713
33714 \end_inset
33715
33716
33717 \end_layout
33718
33719 \begin_layout Standard
33720 \begin_inset VSpace bigskip
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 The default background color red of 
33728 \family sans
33729 shaded background
33730 \family default
33731  boxes can either be changed locally with the command 
33732 \series bold
33733
33734 \backslash
33735 definecolor{shadecolor}
33736 \series default
33737  or globally with the menu 
33738 \family sans
33739 Tools\SpecialChar menuseparator
33740 Preferences\SpecialChar menuseparator
33741 Colors\SpecialChar menuseparator
33742 shaded
33743 \begin_inset space ~
33744 \end_inset
33745
33746 box
33747 \family default
33748 .
33749  The scheme of the 
33750 \series bold
33751
33752 \backslash
33753 definecolor
33754 \series default
33755  command is explained in section
33756 \begin_inset space ~
33757 \end_inset
33758
33759
33760 \begin_inset CommandInset ref
33761 LatexCommand ref
33762 reference "sec:Colored-Tables"
33763
33764 \end_inset
33765
33766 .
33767 \begin_inset Foot
33768 status collapsed
33769
33770 \begin_layout Plain Layout
33771 Note that 
33772 \series bold
33773
33774 \backslash
33775 definecolor
33776 \series default
33777  requires the \SpecialChar LaTeX
33778 -package 
33779 \series bold
33780 color
33781 \series default
33782  in the preamble, see section
33783 \begin_inset space ~
33784 \end_inset
33785
33786
33787 \begin_inset CommandInset ref
33788 LatexCommand ref
33789 reference "sec:Colored-Boxes"
33790
33791 \end_inset
33792
33793 .
33794 \end_layout
33795
33796 \end_inset
33797
33798  For example the appearance of the following shaded background box is set
33799  with the \SpecialChar TeX
33800  Code command
33801 \end_layout
33802
33803 \begin_layout Standard
33804
33805 \series bold
33806
33807 \backslash
33808 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33809 \end_layout
33810
33811 \begin_layout Standard
33812 \begin_inset ERT
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816
33817
33818 \backslash
33819 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \begin_inset Box Shaded
33826 position "t"
33827 hor_pos "c"
33828 has_inner_box 0
33829 inner_pos "t"
33830 use_parbox 0
33831 use_makebox 0
33832 width "100col%"
33833 special "none"
33834 height "1in"
33835 height_special "totalheight"
33836 thickness "0.4pt"
33837 separation "3pt"
33838 shadowsize "4pt"
33839 framecolor "black"
33840 backgroundcolor "none"
33841 status open
33842
33843 \begin_layout Plain Layout
33844
33845 \color yellow
33846 This is yellow text in a
33847 \color none
33848  
33849 \family sans
33850 \color yellow
33851 shaded background
33852 \family default
33853 \color none
33854  
33855 \color yellow
33856 box with dark green background.
33857 \end_layout
33858
33859 \end_inset
33860
33861
33862 \begin_inset ERT
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866
33867
33868 \backslash
33869 definecolor{shadecolor}{rgb}{1,0,0}
33870 \end_layout
33871
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \begin_layout Standard
33878 \begin_inset VSpace bigskip
33879 \end_inset
33880
33881 Manually changed sizes and colors are valid for all boxes following the
33882  commands that change them.
33883 \end_layout
33884
33885 \begin_layout Section
33886 Minipages
33887 \begin_inset CommandInset label
33888 LatexCommand label
33889 name "sec:Minipages"
33890
33891 \end_inset
33892
33893
33894 \begin_inset Index idx
33895 status collapsed
33896
33897 \begin_layout Plain Layout
33898 Boxes ! Minipages
33899 \end_layout
33900
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \begin_layout Standard
33907 Minipages are treated by \SpecialChar LaTeX
33908  as pages within pages and can therefore for example
33909  have their own footnotes.
33910 \end_layout
33911
33912 \begin_layout Standard
33913 Minipages are useful when you write documents with different languages.
33914 \end_layout
33915
33916 \begin_layout Standard
33917 Below are two example minipages side by side.
33918  Their width is set to 45
33919 \begin_inset space \thinspace{}
33920 \end_inset
33921
33922 col% and they are separated by a horizontal fill, that was inserted via
33923  the menu 
33924 \family sans
33925 Insert\SpecialChar menuseparator
33926 Special
33927 \begin_inset space ~
33928 \end_inset
33929
33930 Formatting\SpecialChar menuseparator
33931 Horizontal
33932 \begin_inset space ~
33933 \end_inset
33934
33935 Fill
33936 \family default
33937 .
33938 \begin_inset Newpage newpage
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \begin_layout Standard
33945 \begin_inset Box Frameless
33946 position "t"
33947 hor_pos "c"
33948 has_inner_box 1
33949 inner_pos "c"
33950 use_parbox 0
33951 use_makebox 0
33952 width "45col%"
33953 special "none"
33954 height "1in"
33955 height_special "totalheight"
33956 thickness "0.4pt"
33957 separation "3pt"
33958 shadowsize "4pt"
33959 framecolor "black"
33960 backgroundcolor "none"
33961 status open
33962
33963 \begin_layout Plain Layout
33964
33965 \lang ngerman
33966 Dies ist ein deutscher Text.
33967  Dies ist ein deutscher Text.
33968  Dies ist ein deutscher Text.
33969  Dies ist ein deutscher Text.
33970  Dies ist ein deutscher Text.
33971  Dies ist ein deutscher Text.
33972  Dies ist ein deutscher Text.
33973  Dies ist ein deutscher Text.
33974  Dies ist ein deutscher Text.
33975  Dies ist ein deutscher Text.
33976  Dies ist ein deutscher Text.
33977  Dies ist ein deutscher Text.
33978  Dies ist ein deutscher Text
33979 \begin_inset Foot
33980 status collapsed
33981
33982 \begin_layout Plain Layout
33983
33984 \lang ngerman
33985 Dies ist eine deutsche Fußnote.
33986 \end_layout
33987
33988 \end_inset
33989
33990 .
33991  Dies ist ein deutscher Text.
33992  Dies ist ein deutscher Text.
33993 \end_layout
33994
33995 \end_inset
33996
33997
33998 \begin_inset space \hfill{}
33999 \end_inset
34000
34001
34002 \begin_inset Box Frameless
34003 position "t"
34004 hor_pos "c"
34005 has_inner_box 1
34006 inner_pos "c"
34007 use_parbox 0
34008 use_makebox 0
34009 width "45col%"
34010 special "none"
34011 height "1in"
34012 height_special "totalheight"
34013 thickness "0.4pt"
34014 separation "3pt"
34015 shadowsize "4pt"
34016 framecolor "black"
34017 backgroundcolor "none"
34018 status open
34019
34020 \begin_layout Plain Layout
34021 This is an English Text.
34022  This is an English Text.
34023  This is an English Text.
34024  This is an English Text.
34025  This is an English Text.
34026  This is an English Text.
34027  This is an English Text.
34028  This is an English Text.
34029  This is an English Text.
34030  This is an English Text.
34031  This is an English Text.
34032  This is an English Text.
34033  This is an English Text.
34034  This is an English Text.
34035  This is an English Text.
34036  This is an English Text.
34037 \begin_inset Foot
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 This is an English footnote.
34042 \end_layout
34043
34044 \end_inset
34045
34046  This is an English Text.
34047 \end_layout
34048
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \begin_layout Standard
34055 \begin_inset VSpace bigskip
34056 \end_inset
34057
34058 The document-wide paragraph settings are ignored within minipages.
34059  That means that there will be no space between paragraphs in minipages
34060  although you set it to e.
34061 \begin_inset space \thinspace{}
34062 \end_inset
34063
34064 g.
34065 \begin_inset space \space{}
34066 \end_inset
34067
34068
34069 \family sans
34070 MedSkip
34071 \family default
34072  in the document settings.
34073 \end_layout
34074
34075 \begin_layout Standard
34076 Minipages can also be used to set a background color for text parts, see
34077  section
34078 \begin_inset space ~
34079 \end_inset
34080
34081
34082 \begin_inset CommandInset ref
34083 LatexCommand ref
34084 reference "sec:Colored-Boxes"
34085
34086 \end_inset
34087
34088 .
34089 \end_layout
34090
34091 \begin_layout Standard
34092 \begin_inset Note Greyedout
34093 status open
34094
34095 \begin_layout Plain Layout
34096
34097 \series bold
34098 Note:
34099 \series default
34100  You cannot have floats or margin notes inside minipages but minipages can
34101  be used inside tables, floats, and other boxes.
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \begin_inset VSpace bigskip
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \SpecialChar LyX
34118  has also basic support for minipages whose size is automatically determined
34119  by the width of their contents, via the module 
34120 \family sans
34121 Variable-width Minipages
34122 \family default
34123 .
34124  The \SpecialChar LyX
34125  example file 
34126 \emph on
34127 varwidth-floats-side-by-side
34128 \emph default
34129  gives examples of variable-width minipages used for placing two floats
34130  side-by-side.
34131 \end_layout
34132
34133 \begin_layout Section
34134 Parboxes
34135 \begin_inset CommandInset label
34136 LatexCommand label
34137 name "sec:Parboxes"
34138
34139 \end_inset
34140
34141
34142 \begin_inset Index idx
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146 Boxes ! Parboxes
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Standard
34155 Parboxes are very similar to minipages with the difference that they cannot
34156  have footnotes.
34157 \begin_inset Separator parbreak
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Standard
34164 \align center
34165 \begin_inset Box Frameless
34166 position "t"
34167 hor_pos "c"
34168 has_inner_box 1
34169 inner_pos "t"
34170 use_parbox 1
34171 use_makebox 0
34172 width "33col%"
34173 special "none"
34174 height "1in"
34175 height_special "totalheight"
34176 thickness "0.4pt"
34177 separation "3pt"
34178 shadowsize "4pt"
34179 framecolor "black"
34180 backgroundcolor "none"
34181 status open
34182
34183 \begin_layout Plain Layout
34184 This a text within a parbox.
34185  This a text within a parbox.
34186 \end_layout
34187
34188 \begin_layout Plain Layout
34189 This footnote won't appear:
34190 \begin_inset Foot
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 This footnote is inside a parbox and will therefore not appear.
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Section
34208 Boxes for Words and Characters
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 Boxes ! for Characters
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Subsection
34222 Prevent Hyphenation
34223 \begin_inset CommandInset label
34224 LatexCommand label
34225 name "sec:Prevent-Hyphenation"
34226
34227 \end_inset
34228
34229
34230 \begin_inset Index idx
34231 status collapsed
34232
34233 \begin_layout Plain Layout
34234 Boxes ! to Prevent Hyphenation
34235 \end_layout
34236
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \begin_layout Standard
34243 You can use the box type 
34244 \family sans
34245 Makebox
34246 \family default
34247  to prevent words or text from being hyphenated.
34248 \begin_inset Newline newline
34249 \end_inset
34250
34251 Here is an example text:
34252 \end_layout
34253
34254 \begin_layout Standard
34255 This line is an example to show how you can prevent the hyphenation of 
34256 \begin_inset Quotes eld
34257 \end_inset
34258
34259 veryverylongword
34260 \begin_inset Quotes erd
34261 \end_inset
34262
34263 .
34264 \end_layout
34265
34266 \begin_layout Standard
34267 To prevent the hyphenation of the word 
34268 \begin_inset Quotes eld
34269 \end_inset
34270
34271 veryverylongword
34272 \begin_inset Quotes erd
34273 \end_inset
34274
34275 , put the word into a box, set the 
34276 \family sans
34277 Inner
34278 \begin_inset space ~
34279 \end_inset
34280
34281 box
34282 \family default
34283  to 
34284 \family sans
34285 Makebox
34286 \family default
34287  and use no explicit width.
34288 \end_layout
34289
34290 \begin_layout Standard
34291 This is the result:
34292 \end_layout
34293
34294 \begin_layout Standard
34295 This line is an example to show how you can prevent the hyphenation of 
34296 \begin_inset Box Frameless
34297 position "t"
34298 hor_pos "c"
34299 has_inner_box 1
34300 inner_pos "t"
34301 use_parbox 0
34302 use_makebox 1
34303 width ""
34304 special "none"
34305 height "1in"
34306 height_special "totalheight"
34307 thickness "0.4pt"
34308 separation "3pt"
34309 shadowsize "4pt"
34310 framecolor "black"
34311 backgroundcolor "none"
34312 status open
34313
34314 \begin_layout Plain Layout
34315 \begin_inset Quotes eld
34316 \end_inset
34317
34318 veryverylongword
34319 \begin_inset Quotes erd
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \end_inset
34326
34327 .
34328 \end_layout
34329
34330 \begin_layout Standard
34331 You can alternatively set the command 
34332 \begin_inset Quotes eld
34333 \end_inset
34334
34335
34336 \series bold
34337
34338 \backslash
34339 -
34340 \series default
34341
34342 \begin_inset Quotes grd
34343 \end_inset
34344
34345  as \SpecialChar TeX
34346  Code directly before the word:
34347 \end_layout
34348
34349 \begin_layout Standard
34350 This line is an example to show how you can prevent the hyphenation of 
34351 \begin_inset Quotes eld
34352 \end_inset
34353
34354
34355 \begin_inset ERT
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359
34360
34361 \backslash
34362 -
34363 \end_layout
34364
34365 \end_inset
34366
34367 veryverylongword
34368 \begin_inset Quotes erd
34369 \end_inset
34370
34371 .
34372 \end_layout
34373
34374 \begin_layout Standard
34375 Of course the word now protrudes over the side margin.
34376  To avoid this, add via the menu 
34377 \family sans
34378 Insert\SpecialChar menuseparator
34379 Formatting\SpecialChar menuseparator
34380 Ragged
34381 \begin_inset space ~
34382 \end_inset
34383
34384 Line
34385 \begin_inset space ~
34386 \end_inset
34387
34388 Break
34389 \family default
34390  (shortcut 
34391 \begin_inset Info
34392 type  "shortcut"
34393 arg   "newline-insert newline"
34394 \end_inset
34395
34396 ) a line break before the word:
34397 \end_layout
34398
34399 \begin_layout Standard
34400 This line is an example to show how you can prevent the hyphenation of 
34401 \begin_inset Newline newline
34402 \end_inset
34403
34404
34405 \begin_inset Box Frameless
34406 position "t"
34407 hor_pos "c"
34408 has_inner_box 1
34409 inner_pos "t"
34410 use_parbox 0
34411 use_makebox 1
34412 width ""
34413 special "none"
34414 height "1in"
34415 height_special "totalheight"
34416 thickness "0.4pt"
34417 separation "3pt"
34418 shadowsize "4pt"
34419 framecolor "black"
34420 backgroundcolor "none"
34421 status open
34422
34423 \begin_layout Plain Layout
34424 \begin_inset Quotes eld
34425 \end_inset
34426
34427 veryverylongword
34428 \begin_inset Quotes erd
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \end_inset
34435
34436 .
34437 \end_layout
34438
34439 \begin_layout Subsection
34440 Vertical Alignment
34441 \begin_inset CommandInset label
34442 LatexCommand label
34443 name "subsec:Vertical-Alignment"
34444
34445 \end_inset
34446
34447
34448 \begin_inset Index idx
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452 Boxes ! for Vertical Alignment
34453 \end_layout
34454
34455 \end_inset
34456
34457
34458 \begin_inset Index idx
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 Boxes ! Raiseboxes
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \begin_layout Standard
34471 With the help of the command 
34472 \series bold
34473
34474 \backslash
34475 raisebox
34476 \series default
34477  you can align words, characters or other boxes vertically relative to the
34478  surrounding text.
34479  
34480 \series bold
34481
34482 \backslash
34483 raisebox
34484 \series default
34485  is used with the following scheme:
34486 \end_layout
34487
34488 \begin_layout Standard
34489
34490 \series bold
34491
34492 \backslash
34493 raisebox{lift}[height][depth]{box content}
34494 \end_layout
34495
34496 \begin_layout Standard
34497 The lift can be a positive value to raise the box or a negative value to
34498  lower the box.
34499 \end_layout
34500
34501 \begin_layout Standard
34502 To align for example the word 
34503 \begin_inset Quotes eld
34504 \end_inset
34505
34506 preventing
34507 \begin_inset Quotes erd
34508 \end_inset
34509
34510  so that the bottom of the 
34511 \begin_inset Quotes eld
34512 \end_inset
34513
34514 deepest
34515 \begin_inset Quotes erd
34516 \end_inset
34517
34518  character 
34519 \begin_inset Quotes eld
34520 \end_inset
34521
34522 p
34523 \begin_inset Quotes erd
34524 \end_inset
34525
34526  is at the baseline, insert the command
34527 \end_layout
34528
34529 \begin_layout Standard
34530
34531 \series bold
34532
34533 \backslash
34534 raisebox{
34535 \backslash
34536 depth}{
34537 \end_layout
34538
34539 \begin_layout Standard
34540 in \SpecialChar TeX
34541  Code before the word.
34542  After the word insert a closing brace 
34543 \begin_inset Quotes eld
34544 \end_inset
34545
34546
34547 \series bold
34548 }
34549 \series default
34550
34551 \begin_inset Quotes erd
34552 \end_inset
34553
34554  in \SpecialChar TeX
34555  Code.
34556 \begin_inset Newline newline
34557 \end_inset
34558
34559 This is the result:
34560 \end_layout
34561
34562 \begin_layout Standard
34563 This is a text line with the word 
34564 \begin_inset ERT
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568
34569
34570 \backslash
34571 raisebox{
34572 \backslash
34573 depth}{
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \begin_inset Quotes eld
34580 \end_inset
34581
34582 preventing
34583 \begin_inset Quotes erd
34584 \end_inset
34585
34586
34587 \begin_inset ERT
34588 status collapsed
34589
34590 \begin_layout Plain Layout
34591
34592 }
34593 \end_layout
34594
34595 \end_inset
34596
34597  as a raised word.
34598 \end_layout
34599
34600 \begin_layout Standard
34601 \begin_inset VSpace bigskip
34602 \end_inset
34603
34604 When you raise or lower characters in a line, the line distance will be
34605  spread:
34606 \end_layout
34607
34608 \begin_layout Standard
34609 This is a text line with the word 
34610 \begin_inset ERT
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614
34615
34616 \backslash
34617 raisebox{-
34618 \backslash
34619 depth}{
34620 \end_layout
34621
34622 \end_inset
34623
34624
34625 \begin_inset Quotes eld
34626 \end_inset
34627
34628 preventing
34629 \begin_inset Quotes erd
34630 \end_inset
34631
34632
34633 \begin_inset ERT
34634 status collapsed
34635
34636 \begin_layout Plain Layout
34637
34638 }
34639 \end_layout
34640
34641 \end_inset
34642
34643  as a lowered word.
34644 \begin_inset Newline newline
34645 \end_inset
34646
34647 This is a text line with the word 
34648 \begin_inset ERT
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652
34653
34654 \backslash
34655 raisebox{0.5cm}{
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \begin_inset Quotes eld
34662 \end_inset
34663
34664 testing
34665 \begin_inset Quotes erd
34666 \end_inset
34667
34668
34669 \begin_inset ERT
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673
34674 }
34675 \end_layout
34676
34677 \end_inset
34678
34679  as a raised word.
34680 \end_layout
34681
34682 \begin_layout Standard
34683 If you want to prevent this for a certain reason, set the box height to
34684  a zero value.
34685  For example use
34686 \end_layout
34687
34688 \begin_layout Standard
34689
34690 \series bold
34691
34692 \backslash
34693 raisebox{-
34694 \backslash
34695 depth}[0pt]{
34696 \end_layout
34697
34698 \begin_layout Standard
34699 This is a text line with the word 
34700 \begin_inset ERT
34701 status collapsed
34702
34703 \begin_layout Plain Layout
34704
34705
34706 \backslash
34707 raisebox{-
34708 \backslash
34709 depth}[0pt]{
34710 \end_layout
34711
34712 \end_inset
34713
34714
34715 \begin_inset Quotes eld
34716 \end_inset
34717
34718 preventing
34719 \begin_inset Quotes erd
34720 \end_inset
34721
34722
34723 \begin_inset ERT
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727
34728 }
34729 \end_layout
34730
34731 \end_inset
34732
34733  as a lowered word.
34734 \begin_inset Newline newline
34735 \end_inset
34736
34737
34738 \begin_inset Newline newline
34739 \end_inset
34740
34741 This is a text line with the word 
34742 \begin_inset ERT
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746
34747
34748 \backslash
34749 raisebox{0.5cm}[0pt]{
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \begin_inset Quotes eld
34756 \end_inset
34757
34758 testing
34759 \begin_inset Quotes erd
34760 \end_inset
34761
34762
34763 \begin_inset ERT
34764 status collapsed
34765
34766 \begin_layout Plain Layout
34767
34768 }
34769 \end_layout
34770
34771 \end_inset
34772
34773  as a raised word.
34774 \end_layout
34775
34776 \begin_layout Section
34777 Colored Boxes
34778 \begin_inset CommandInset label
34779 LatexCommand label
34780 name "sec:Colored-Boxes"
34781
34782 \end_inset
34783
34784
34785 \begin_inset Index idx
34786 status collapsed
34787
34788 \begin_layout Plain Layout
34789 Boxes ! Color
34790 \end_layout
34791
34792 \end_inset
34793
34794
34795 \end_layout
34796
34797 \begin_layout Standard
34798 To color the background of a box just select the color you like in the box
34799  dialog.
34800  This is for example a box with orange background: 
34801 \begin_inset Box Frameless
34802 position "t"
34803 hor_pos "c"
34804 has_inner_box 1
34805 inner_pos "t"
34806 use_parbox 0
34807 use_makebox 1
34808 width ""
34809 special "none"
34810 height "1in"
34811 height_special "totalheight"
34812 thickness "0.4pt"
34813 separation "3pt"
34814 shadowsize "4pt"
34815 framecolor "black"
34816 backgroundcolor "orange"
34817 status open
34818
34819 \begin_layout Plain Layout
34820 Box with orange background
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Standard
34829 If you use the decoration 
34830 \family sans
34831 Simple
34832 \begin_inset space ~
34833 \end_inset
34834
34835 rectangular
34836 \begin_inset space ~
34837 \end_inset
34838
34839 frame
34840 \family default
34841  you can set a frame color.
34842  In this case you must also specify a background color (LyX sets white as
34843  default).
34844  Here is an example: 
34845 \begin_inset Box Boxed
34846 position "t"
34847 hor_pos "c"
34848 has_inner_box 0
34849 inner_pos "t"
34850 use_parbox 0
34851 use_makebox 0
34852 width ""
34853 special "none"
34854 height "1in"
34855 height_special "totalheight"
34856 thickness "0.4pt"
34857 separation "3pt"
34858 shadowsize "4pt"
34859 framecolor "teal"
34860 backgroundcolor "yellow"
34861 status open
34862
34863 \begin_layout Plain Layout
34864 Box with teal frame color and yellow background color
34865 \end_layout
34866
34867 \end_inset
34868
34869
34870 \end_layout
34871
34872 \begin_layout Standard
34873 \begin_inset VSpace bigskip
34874 \end_inset
34875
34876 Of course you can also have colored text inside a colored box:
34877 \begin_inset Newline newline
34878 \end_inset
34879
34880
34881 \begin_inset Box Boxed
34882 position "t"
34883 hor_pos "c"
34884 has_inner_box 0
34885 inner_pos "t"
34886 use_parbox 0
34887 use_makebox 0
34888 width ""
34889 special "none"
34890 height "1in"
34891 height_special "totalheight"
34892 thickness "0.4pt"
34893 separation "3pt"
34894 shadowsize "4pt"
34895 framecolor "cyan"
34896 backgroundcolor "magenta"
34897 status open
34898
34899 \begin_layout Plain Layout
34900
34901 \color yellow
34902 This is colored text within a colored, framed box
34903 \end_layout
34904
34905 \end_inset
34906
34907
34908 \end_layout
34909
34910 \begin_layout Standard
34911 \begin_inset VSpace bigskip
34912 \end_inset
34913
34914
34915 \end_layout
34916
34917 \begin_layout Standard
34918 If you need another color than the predefined ones, you can define your
34919  own color as described in section
34920 \begin_inset space ~
34921 \end_inset
34922
34923
34924 \begin_inset CommandInset ref
34925 LatexCommand ref
34926 reference "sec:Colored-Tables"
34927
34928 \end_inset
34929
34930 .
34931  To use your own color you must typeset the box by using TeX code:
34932 \end_layout
34933
34934 \begin_layout Standard
34935 Colored boxes without frame are created with the command 
34936 \series bold
34937
34938 \backslash
34939 colorbox
34940 \series default
34941 .
34942  It has the following scheme:
34943 \end_layout
34944
34945 \begin_layout Standard
34946
34947 \series bold
34948
34949 \backslash
34950 colorbox{color}{box content}
34951 \end_layout
34952
34953 \begin_layout Standard
34954 The box content can also be a box and colored boxes can also be within other
34955  boxes.
34956  To have e.
34957 \begin_inset space \thinspace{}
34958 \end_inset
34959
34960 g.
34961 \begin_inset space \space{}
34962 \end_inset
34963
34964 a darkgreen background for a word, insert the command
34965 \end_layout
34966
34967 \begin_layout Standard
34968
34969 \series bold
34970
34971 \backslash
34972 colorbox{darkgreen}{
34973 \end_layout
34974
34975 \begin_layout Standard
34976 before the word in \SpecialChar TeX
34977  Code.
34978  After the word insert a closing brace 
34979 \begin_inset Quotes eld
34980 \end_inset
34981
34982
34983 \series bold
34984 }
34985 \series default
34986
34987 \begin_inset Quotes erd
34988 \end_inset
34989
34990  in \SpecialChar TeX
34991  Code.
34992 \begin_inset Newline newline
34993 \end_inset
34994
34995 This is the result:
34996 \end_layout
34997
34998 \begin_layout Standard
34999 This is a line where the word 
35000 \begin_inset ERT
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004
35005
35006 \backslash
35007 colorbox{darkgreen}{
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \begin_inset Quotes eld
35014 \end_inset
35015
35016 Attention!
35017 \begin_inset Quotes erd
35018 \end_inset
35019
35020
35021 \begin_inset ERT
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025
35026 }
35027 \end_layout
35028
35029 \end_inset
35030
35031  has a darkgreen background.
35032 \end_layout
35033
35034 \begin_layout Standard
35035 Framed, colored boxes are created with the command 
35036 \series bold
35037
35038 \backslash
35039 fcolorbox
35040 \series default
35041 .
35042  It has the following scheme:
35043 \end_layout
35044
35045 \begin_layout Standard
35046
35047 \series bold
35048
35049 \backslash
35050 fcolorbox{frame color}{box color}{box content}
35051 \end_layout
35052
35053 \begin_layout Section
35054 Rotated and Scaled Boxes
35055 \end_layout
35056
35057 \begin_layout Standard
35058 To use the boxes described in this section, the module 
35059 \family sans
35060 GraphicBoxes
35061 \family default
35062  must be loaded in the document settings.
35063 \end_layout
35064
35065 \begin_layout Standard
35066 \begin_inset Note Greyedout
35067 status open
35068
35069 \begin_layout Plain Layout
35070
35071 \series bold
35072 Note:
35073 \series default
35074  Not all DVI viewers are able to display rotated or scaled material.
35075 \end_layout
35076
35077 \end_inset
35078
35079
35080 \end_layout
35081
35082 \begin_layout Standard
35083 \begin_inset Note Greyedout
35084 status open
35085
35086 \begin_layout Plain Layout
35087
35088 \series bold
35089 Note:
35090 \series default
35091  Floats are not allowed inside a rotated or scaled box.
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Subsection
35100 Rotated Boxes
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Boxes ! rotated
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \begin_inset Index idx
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115 Rotated Material
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \begin_layout Standard
35124 To rotate material, you can put it into a 
35125 \family sans
35126 Rotatebox
35127 \family default
35128 .
35129  Such a box is inserted via the menu 
35130 \family sans
35131 Insert\SpecialChar menuseparator
35132 Custom Insets\SpecialChar menuseparator
35133 Rotatebox
35134 \family default
35135 .
35136 \end_layout
35137
35138 \begin_layout Standard
35139 The rotation origin can be specified via the inset 
35140 \family sans
35141 Origin
35142 \family default
35143  (menu 
35144 \family sans
35145 Insert\SpecialChar menuseparator
35146 Origin
35147 \family default
35148 ) in the form 
35149 \series bold
35150 origin=position
35151 \series default
35152 .
35153  The following positions are possible: 
35154 \emph on
35155 c
35156 \emph default
35157  (center), 
35158 \emph on
35159 l
35160 \emph default
35161  (left), 
35162 \emph on
35163 r
35164 \emph default
35165  (right), 
35166 \emph on
35167 b
35168 \emph default
35169  (bottom), 
35170 \emph on
35171 t
35172 \emph default
35173  (top), along with meaningful combinations of the four base positions.
35174  For example 
35175 \emph on
35176 lt
35177 \emph default
35178  means that the rotation origin is at the top left corner of the box.
35179  When no rotation origin is specified, the position 
35180 \emph on
35181 l
35182 \emph default
35183  will be used.
35184  The rotation angle is a number that can be negative that specifies the
35185  angle in degrees.
35186  The rotation direction is counterclockwise.
35187 \end_layout
35188
35189 \begin_layout Standard
35190 In the following example 
35191 \series bold
35192 origin=c
35193 \series default
35194  was inserted to the 
35195 \family sans
35196 Option
35197 \family default
35198  inset and 
35199 \series bold
35200 60
35201 \series default
35202  was inserted to the 
35203 \family sans
35204 Angle
35205 \family default
35206  inset.
35207 \end_layout
35208
35209 \begin_layout Standard
35210 This is a line 
35211 \begin_inset Flex Rotatebox
35212 status open
35213
35214 \begin_layout Plain Layout
35215 \begin_inset Argument 1
35216 status open
35217
35218 \begin_layout Plain Layout
35219 origin=c
35220 \end_layout
35221
35222 \end_inset
35223
35224
35225 \begin_inset Argument 2
35226 status open
35227
35228 \begin_layout Plain Layout
35229 60
35230 \end_layout
35231
35232 \end_inset
35233
35234 with rotated
35235 \end_layout
35236
35237 \end_inset
35238
35239  text.
35240 \end_layout
35241
35242 \begin_layout Standard
35243 The box content can also be another box or an inline formula:
35244 \end_layout
35245
35246 \begin_layout Standard
35247 This is a line 
35248 \begin_inset Flex Rotatebox
35249 status open
35250
35251 \begin_layout Plain Layout
35252 \begin_inset Argument 1
35253 status open
35254
35255 \begin_layout Plain Layout
35256 origin=r
35257 \end_layout
35258
35259 \end_inset
35260
35261
35262 \begin_inset Argument 2
35263 status open
35264
35265 \begin_layout Plain Layout
35266 -60
35267 \end_layout
35268
35269 \end_inset
35270
35271
35272 \begin_inset Box Doublebox
35273 position "c"
35274 hor_pos "c"
35275 has_inner_box 0
35276 inner_pos "c"
35277 use_parbox 0
35278 use_makebox 0
35279 width "1in"
35280 special "width"
35281 height "1in"
35282 height_special "totalheight"
35283 thickness "0.4pt"
35284 separation "3pt"
35285 shadowsize "4pt"
35286 framecolor "black"
35287 backgroundcolor "none"
35288 status collapsed
35289
35290 \begin_layout Plain Layout
35291 with rotated
35292 \end_layout
35293
35294 \end_inset
35295
35296
35297 \end_layout
35298
35299 \end_inset
35300
35301  framed text 
35302 \begin_inset Flex Rotatebox
35303 status open
35304
35305 \begin_layout Plain Layout
35306 \begin_inset Argument 1
35307 status open
35308
35309 \begin_layout Plain Layout
35310 origin=lb
35311 \end_layout
35312
35313 \end_inset
35314
35315
35316 \begin_inset Argument 2
35317 status open
35318
35319 \begin_layout Plain Layout
35320 60
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \end_inset
35333
35334  and a formula.
35335 \end_layout
35336
35337 \begin_layout Standard
35338 or an image or table:
35339 \end_layout
35340
35341 \begin_layout Standard
35342 This is a line 
35343 \begin_inset Flex Rotatebox
35344 status open
35345
35346 \begin_layout Plain Layout
35347 \begin_inset Argument 1
35348 status open
35349
35350 \begin_layout Plain Layout
35351 origin=lb
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset Argument 2
35358 status open
35359
35360 \begin_layout Plain Layout
35361 90
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \begin_inset Graphics
35368         filename clipart/platypus.eps
35369         lyxscale 50
35370         width 25col%
35371
35372 \end_inset
35373
35374
35375 \end_layout
35376
35377 \end_inset
35378
35379  with a rotated image 
35380 \begin_inset Flex Rotatebox
35381 status open
35382
35383 \begin_layout Plain Layout
35384 \begin_inset Argument 2
35385 status open
35386
35387 \begin_layout Plain Layout
35388 -90
35389 \end_layout
35390
35391 \end_inset
35392
35393
35394 \begin_inset Tabular
35395 <lyxtabular version="3" rows="2" columns="2">
35396 <features tabularvalignment="middle">
35397 <column alignment="center" valignment="top">
35398 <column alignment="center" valignment="top">
35399 <row>
35400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35401 \begin_inset Text
35402
35403 \begin_layout Plain Layout
35404 q
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413 w
35414 \end_layout
35415
35416 \end_inset
35417 </cell>
35418 </row>
35419 <row>
35420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35421 \begin_inset Text
35422
35423 \begin_layout Plain Layout
35424 e
35425 \end_layout
35426
35427 \end_inset
35428 </cell>
35429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35430 \begin_inset Text
35431
35432 \begin_layout Plain Layout
35433 r
35434 \end_layout
35435
35436 \end_inset
35437 </cell>
35438 </row>
35439 </lyxtabular>
35440
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \end_inset
35447
35448  and table.
35449 \begin_inset Index idx
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453 Figures ! rotated
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \begin_inset Index idx
35460 status collapsed
35461
35462 \begin_layout Plain Layout
35463 Table Customization ! Rotating
35464 \end_layout
35465
35466 \end_inset
35467
35468
35469 \end_layout
35470
35471 \begin_layout Standard
35472 \begin_inset Note Greyedout
35473 status open
35474
35475 \begin_layout Plain Layout
35476
35477 \series bold
35478 Note:
35479 \series default
35480  If the 
35481 \family sans
35482 Angle
35483 \family default
35484  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35485
35486  errors when viewing/exporting the document.
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \begin_layout Subsection
35495 Scaled Boxes
35496 \begin_inset Index idx
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500 Boxes ! scaled
35501 \end_layout
35502
35503 \end_inset
35504
35505
35506 \begin_inset Index idx
35507 status collapsed
35508
35509 \begin_layout Plain Layout
35510 Scaled Material
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519 To scale material put it into a 
35520 \family sans
35521 Scalebox
35522 \family default
35523 .
35524  Such a box is inserted via the menu 
35525 \family sans
35526 Insert\SpecialChar menuseparator
35527 Custom Insets\SpecialChar menuseparator
35528 Scalebox
35529 \family default
35530 .
35531 \end_layout
35532
35533 \begin_layout Standard
35534 The 
35535 \family sans
35536 Scalebox
35537 \family default
35538  inset has the mandatory inset 
35539 \family sans
35540 H-Factor
35541 \family default
35542  and the optional inset 
35543 \family sans
35544 V-Factor
35545 \family default
35546  (inserted via the menu 
35547 \family sans
35548 Insert\SpecialChar menuseparator
35549 V-Factor)
35550 \family default
35551 .
35552  Input there there horizontal and vertical scale factor, respectively.
35553  If no 
35554 \family sans
35555 V-Factor
35556 \family default
35557  inset is used, the horizontal factor will also be used as the vertical
35558  one.
35559 \end_layout
35560
35561 \begin_layout Standard
35562 To get for example the double text size, compared to the document text size,
35563  insert 
35564 \series bold
35565 2
35566 \series default
35567  into the 
35568 \family sans
35569 H-Factor
35570 \family default
35571  inset.
35572  An example: 
35573 \begin_inset Flex Scalebox
35574 status open
35575
35576 \begin_layout Plain Layout
35577 \begin_inset Argument 1
35578 status open
35579
35580 \begin_layout Plain Layout
35581 2
35582 \end_layout
35583
35584 \end_inset
35585
35586 Hello
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Standard
35595
35596 \series bold
35597 2
35598 \series default
35599  as 
35600 \family sans
35601 H-Factor
35602 \family default
35603  and 
35604 \series bold
35605 1
35606 \series default
35607  as 
35608 \family sans
35609 V-Factor
35610 \family default
35611  distorts the 
35612 \begin_inset Flex Scalebox
35613 status open
35614
35615 \begin_layout Plain Layout
35616 \begin_inset Argument 1
35617 status open
35618
35619 \begin_layout Plain Layout
35620 2
35621 \end_layout
35622
35623 \end_inset
35624
35625
35626 \begin_inset Argument 2
35627 status open
35628
35629 \begin_layout Plain Layout
35630 1
35631 \end_layout
35632
35633 \end_inset
35634
35635 Hello
35636 \end_layout
35637
35638 \end_inset
35639
35640 .
35641 \end_layout
35642
35643 \begin_layout Standard
35644 If the scaling factor is negative, the box content will be mirrored.
35645  Therefore 
35646 \series bold
35647 -1
35648 \series default
35649  as 
35650 \family sans
35651 H-Factor
35652 \family default
35653  and 
35654 \series bold
35655 1
35656 \series default
35657  as 
35658 \family sans
35659 V-Factor
35660 \family default
35661  can be used to create mirror writing: 
35662 \begin_inset Flex Scalebox
35663 status open
35664
35665 \begin_layout Plain Layout
35666 \begin_inset Argument 1
35667 status open
35668
35669 \begin_layout Plain Layout
35670 -1
35671 \end_layout
35672
35673 \end_inset
35674
35675
35676 \begin_inset Argument 2
35677 status open
35678
35679 \begin_layout Plain Layout
35680 1
35681 \end_layout
35682
35683 \end_inset
35684
35685 Hello
35686 \end_layout
35687
35688 \end_inset
35689
35690
35691 \end_layout
35692
35693 \begin_layout Standard
35694
35695 \series bold
35696 -1
35697 \series default
35698  as 
35699 \family sans
35700 H-Factor
35701 \family default
35702  and 
35703 \series bold
35704 1
35705 \series default
35706  as 
35707 \family sans
35708 V-Factor
35709 \family default
35710  reflects the 
35711 \begin_inset Flex Scalebox
35712 status open
35713
35714 \begin_layout Plain Layout
35715 \begin_inset Argument 1
35716 status open
35717
35718 \begin_layout Plain Layout
35719 1
35720 \end_layout
35721
35722 \end_inset
35723
35724
35725 \begin_inset Argument 2
35726 status open
35727
35728 \begin_layout Plain Layout
35729 -1
35730 \end_layout
35731
35732 \end_inset
35733
35734 Hello
35735 \end_layout
35736
35737 \end_inset
35738
35739  at the base line.
35740 \end_layout
35741
35742 \begin_layout Standard
35743 The 
35744 \family sans
35745 Reflectbox
35746 \family default
35747  (menu 
35748 \family sans
35749 Insert\SpecialChar menuseparator
35750 Custom Insets\SpecialChar menuseparator
35751 Reflectbox
35752 \family default
35753 ) is equivalent to 
35754 \series bold
35755 -1
35756 \series default
35757  as 
35758 \family sans
35759 H-Factor
35760 \family default
35761  and 
35762 \series bold
35763 1
35764 \series default
35765  as 
35766 \family sans
35767 V-Factor 
35768 \family default
35769 for a 
35770 \family sans
35771 Scalebox
35772 \family default
35773 .
35774 \end_layout
35775
35776 \begin_layout Standard
35777 \begin_inset Note Greyedout
35778 status open
35779
35780 \begin_layout Plain Layout
35781
35782 \series bold
35783 Note:
35784 \series default
35785  If the 
35786 \family sans
35787 H-Factor
35788 \family default
35789  inset is empty or contains other characters than numbers you will get LaTeX
35790  errors when viewing/exporting the document.
35791 \end_layout
35792
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 \begin_inset VSpace bigskip
35800 \end_inset
35801
35802 The 
35803 \family sans
35804 Resizebox
35805 \family default
35806  (menu 
35807 \family sans
35808 Insert\SpecialChar menuseparator
35809 Custom Insets\SpecialChar menuseparator
35810 Resizebox
35811 \family default
35812 ) is used to scale the content to a defined width and height.
35813  The 
35814 \family sans
35815 Resizebox
35816 \family default
35817  inset has the mandatory inset 
35818 \family sans
35819 Width
35820 \family default
35821  and the optional inset 
35822 \family sans
35823 Height
35824 \family default
35825  (inserted via the menu 
35826 \family sans
35827 Insert\SpecialChar menuseparator
35828 Height)
35829 \family default
35830 .
35831  Input there there width and height, respectively, as value with a unit.
35832  
35833 \begin_inset CommandInset ref
35834 LatexCommand ref
35835 reference "tab:Units"
35836
35837 \end_inset
35838
35839  lists the possible units.
35840  If there is an exclamation mark 
35841 \series bold
35842 !
35843 \series default
35844  in of of the two insets, the size is set so that the aspect ratio of the
35845  box content is kept.
35846  If no 
35847 \family sans
35848 Height
35849 \family default
35850  inset is used an exclamation mark will internally be used for the height.
35851 \end_layout
35852
35853 \begin_layout Standard
35854
35855 \series bold
35856 2cm
35857 \series default
35858  as 
35859 \family sans
35860 Width
35861 \family default
35862  and 
35863 \series bold
35864 1cm
35865 \series default
35866  as 
35867 \family sans
35868 Height
35869 \family default
35870  produces: 
35871 \begin_inset Flex Resizebox
35872 status open
35873
35874 \begin_layout Plain Layout
35875 \begin_inset Argument 1
35876 status open
35877
35878 \begin_layout Plain Layout
35879 2cm
35880 \end_layout
35881
35882 \end_inset
35883
35884
35885 \begin_inset Argument 2
35886 status open
35887
35888 \begin_layout Plain Layout
35889 1cm
35890 \end_layout
35891
35892 \end_inset
35893
35894 Hello
35895 \end_layout
35896
35897 \end_inset
35898
35899
35900 \begin_inset Newline newline
35901 \end_inset
35902
35903
35904 \series bold
35905 2cm
35906 \series default
35907  as 
35908 \family sans
35909 Width
35910 \family default
35911  and 
35912 \series bold
35913 !
35914 \series default
35915  as 
35916 \family sans
35917 Height
35918 \family default
35919  (or no 
35920 \family sans
35921 Height
35922 \family default
35923 ) produces: 
35924 \begin_inset Flex Resizebox
35925 status open
35926
35927 \begin_layout Plain Layout
35928 \begin_inset Argument 1
35929 status open
35930
35931 \begin_layout Plain Layout
35932 2cm
35933 \end_layout
35934
35935 \end_inset
35936
35937
35938 \begin_inset Argument 2
35939 status open
35940
35941 \begin_layout Plain Layout
35942 !
35943 \end_layout
35944
35945 \end_inset
35946
35947 Hello
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \end_layout
35954
35955 \begin_layout Standard
35956 \begin_inset Note Greyedout
35957 status open
35958
35959 \begin_layout Plain Layout
35960
35961 \series bold
35962 Note:
35963 \series default
35964  If the 
35965 \family sans
35966 Width
35967 \family default
35968  inset is empty or contains an invalid unit you will get LaTeX errors when
35969  viewing/exporting the document.
35970 \end_layout
35971
35972 \end_inset
35973
35974
35975 \end_layout
35976
35977 \begin_layout Standard
35978 \begin_inset VSpace bigskip
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \begin_layout Standard
35985 The boxes can be combined in any order.
35986  As example a 
35987 \family sans
35988 Reflectbox
35989 \family default
35990  inside a 
35991 \family sans
35992 Resizebox
35993 \family default
35994  which is in turn inside a 
35995 \family sans
35996 Rotatebox
35997 \family default
35998 :
35999 \end_layout
36000
36001 \begin_layout Standard
36002 \noindent
36003 \align center
36004 \begin_inset Flex Rotatebox
36005 status open
36006
36007 \begin_layout Plain Layout
36008 \begin_inset Argument 1
36009 status open
36010
36011 \begin_layout Plain Layout
36012 origin=c
36013 \end_layout
36014
36015 \end_inset
36016
36017
36018 \begin_inset Argument 2
36019 status open
36020
36021 \begin_layout Plain Layout
36022 -45
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \begin_inset Flex Resizebox
36029 status open
36030
36031 \begin_layout Plain Layout
36032 \begin_inset Argument 1
36033 status open
36034
36035 \begin_layout Plain Layout
36036 2cm
36037 \end_layout
36038
36039 \end_inset
36040
36041
36042 \begin_inset Flex Reflectbox
36043 status open
36044
36045 \begin_layout Plain Layout
36046 Hello
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \end_inset
36060
36061
36062 \end_layout
36063
36064 \begin_layout Standard
36065 \noindent
36066 Images, tables, and inline formulas are allowed as box content:
36067 \end_layout
36068
36069 \begin_layout Standard
36070 \noindent
36071 \align center
36072 \begin_inset Flex Resizebox
36073 status open
36074
36075 \begin_layout Plain Layout
36076 \begin_inset Argument 1
36077 status open
36078
36079 \begin_layout Plain Layout
36080 2cm
36081 \end_layout
36082
36083 \end_inset
36084
36085
36086 \begin_inset Flex Reflectbox
36087 status open
36088
36089 \begin_layout Plain Layout
36090 \begin_inset Graphics
36091         filename clipart/platypus.eps
36092         lyxscale 50
36093         width 25col%
36094
36095 \end_inset
36096
36097
36098 \end_layout
36099
36100 \end_inset
36101
36102
36103 \end_layout
36104
36105 \end_inset
36106
36107  
36108 \begin_inset Flex Resizebox
36109 status open
36110
36111 \begin_layout Plain Layout
36112 \begin_inset Argument 1
36113 status open
36114
36115 \begin_layout Plain Layout
36116 2cm
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \begin_inset Flex Reflectbox
36123 status open
36124
36125 \begin_layout Plain Layout
36126 \begin_inset Tabular
36127 <lyxtabular version="3" rows="2" columns="2">
36128 <features tabularvalignment="middle">
36129 <column alignment="center" valignment="top">
36130 <column alignment="center" valignment="top">
36131 <row>
36132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36133 \begin_inset Text
36134
36135 \begin_layout Plain Layout
36136 q
36137 \end_layout
36138
36139 \end_inset
36140 </cell>
36141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36142 \begin_inset Text
36143
36144 \begin_layout Plain Layout
36145 w
36146 \end_layout
36147
36148 \end_inset
36149 </cell>
36150 </row>
36151 <row>
36152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36153 \begin_inset Text
36154
36155 \begin_layout Plain Layout
36156 e
36157 \end_layout
36158
36159 \end_inset
36160 </cell>
36161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36162 \begin_inset Text
36163
36164 \begin_layout Plain Layout
36165 r
36166 \end_layout
36167
36168 \end_inset
36169 </cell>
36170 </row>
36171 </lyxtabular>
36172
36173 \end_inset
36174
36175
36176 \end_layout
36177
36178 \end_inset
36179
36180
36181 \end_layout
36182
36183 \end_inset
36184
36185  
36186 \begin_inset Flex Resizebox
36187 status open
36188
36189 \begin_layout Plain Layout
36190 \begin_inset Argument 1
36191 status open
36192
36193 \begin_layout Plain Layout
36194 3cm
36195 \end_layout
36196
36197 \end_inset
36198
36199
36200 \begin_inset Flex Reflectbox
36201 status open
36202
36203 \begin_layout Plain Layout
36204 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36205 \end_inset
36206
36207
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \begin_inset Index idx
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222 Figures ! scaled
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \begin_inset Index idx
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232 Table Customization ! Scaling
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \end_layout
36239
36240 \begin_layout Standard
36241 When the global formula style 
36242 \series bold
36243 fleqn
36244 \series default
36245  is used in the document
36246 \begin_inset Foot
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250 When 
36251 \begin_inset Quotes eld
36252 \end_inset
36253
36254 fleqn
36255 \begin_inset Quotes erd
36256 \end_inset
36257
36258  is added to the document class options.
36259 \end_layout
36260
36261 \end_inset
36262
36263 , display style formulas can also be scaled.
36264 \end_layout
36265
36266 \begin_layout Chapter
36267 Objects Surrounded by Text
36268 \begin_inset Index idx
36269 status collapsed
36270
36271 \begin_layout Plain Layout
36272 Surrounded by text
36273 \end_layout
36274
36275 \end_inset
36276
36277
36278 \end_layout
36279
36280 \begin_layout Section
36281 Wrap Floats
36282 \begin_inset CommandInset label
36283 LatexCommand label
36284 name "sec:Wrap-Floats"
36285
36286 \end_inset
36287
36288
36289 \begin_inset Index idx
36290 status collapsed
36291
36292 \begin_layout Plain Layout
36293 Floats ! Wrap Floats
36294 \end_layout
36295
36296 \end_inset
36297
36298
36299 \begin_inset Index idx
36300 status collapsed
36301
36302 \begin_layout Plain Layout
36303 Surrounded by text ! Wrap Floats
36304 \end_layout
36305
36306 \end_inset
36307
36308
36309 \end_layout
36310
36311 \begin_layout Standard
36312 \begin_inset Wrap figure
36313 lines 0
36314 placement l
36315 overhang 1cm
36316 width "40col%"
36317 status open
36318
36319 \begin_layout Plain Layout
36320 \begin_inset Graphics
36321         filename clipart/mobius.eps
36322         width 40col%
36323         scaleBeforeRotation
36324         rotateOrigin center
36325
36326 \end_inset
36327
36328
36329 \end_layout
36330
36331 \begin_layout Plain Layout
36332 \begin_inset Caption Standard
36333
36334 \begin_layout Plain Layout
36335 \begin_inset CommandInset label
36336 LatexCommand label
36337 name "fig:This-is-a"
36338
36339 \end_inset
36340
36341 This is a figure wrap float.
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \end_layout
36348
36349 \end_inset
36350
36351  This float type is used if you want to wrap text around a figure or table
36352  so that it only occupies some fraction of the column width.
36353  It can be inserted using the menu 
36354 \family sans
36355 Insert\SpecialChar menuseparator
36356 Floats\SpecialChar menuseparator
36357 Figure
36358 \begin_inset space ~
36359 \end_inset
36360
36361 Wrap
36362 \begin_inset space ~
36363 \end_inset
36364
36365 Float
36366 \family default
36367  or 
36368 \family sans
36369 Table
36370 \begin_inset space ~
36371 \end_inset
36372
36373 Wrap
36374 \begin_inset space ~
36375 \end_inset
36376
36377 Float
36378 \family default
36379  if the \SpecialChar LaTeX
36380 -package 
36381 \series bold
36382 wrapfig
36383 \series default
36384
36385 \begin_inset Index idx
36386 status collapsed
36387
36388 \begin_layout Plain Layout
36389 \SpecialChar LaTeX
36390 -packages ! wrapfig
36391 \end_layout
36392
36393 \end_inset
36394
36395  is installed.
36396 \begin_inset Foot
36397 status collapsed
36398
36399 \begin_layout Plain Layout
36400 Installing a \SpecialChar LaTeX
36401 -package is explained it in the 
36402 \emph on
36403 \SpecialChar LaTeX
36404
36405 \begin_inset space ~
36406 \end_inset
36407
36408 Configuration
36409 \emph default
36410  manual.
36411 \end_layout
36412
36413 \end_inset
36414
36415  The settings of the float can be modified by right-clicking on the float
36416  box.
36417  The mandatory settings are the float 
36418 \family sans
36419 Placement
36420 \family default
36421  and its 
36422 \family sans
36423 Width
36424 \family default
36425 .
36426  Optional are the 
36427 \family sans
36428 Overhang
36429 \family default
36430  that specifies how much the float is set into the paragraph
36431 \begin_inset space \thinspace{}
36432 \end_inset
36433
36434 /
36435 \begin_inset space \thinspace{}
36436 \end_inset
36437
36438 page margin, and the 
36439 \family sans
36440 Line
36441 \begin_inset space ~
36442 \end_inset
36443
36444 span
36445 \family default
36446  that specifies how many text lines the float will approximately need.
36447  The line span is often hard to approximate; so it is better only to use
36448  it when you encounter float placement problems.
36449  You can furthermore decide if \SpecialChar LaTeX
36450  is allowed to let the float float within
36451  the paragraph or to surrounding paragraphs.
36452  Figure
36453 \begin_inset space ~
36454 \end_inset
36455
36456
36457 \begin_inset CommandInset ref
36458 LatexCommand ref
36459 reference "fig:This-is-a"
36460
36461 \end_inset
36462
36463  is an example text wrap float with a width of 40
36464 \begin_inset space \thinspace{}
36465 \end_inset
36466
36467 col%, 1
36468 \begin_inset space \thinspace{}
36469 \end_inset
36470
36471 cm overhang, set to the left.
36472 \end_layout
36473
36474 \begin_layout Standard
36475 \begin_inset Note Greyedout
36476 status open
36477
36478 \begin_layout Plain Layout
36479
36480 \series bold
36481 Note:
36482 \series default
36483  Text
36484 \begin_inset space ~
36485 \end_inset
36486
36487 wrap float floats are fragile! E.
36488 \begin_inset space \thinspace{}
36489 \end_inset
36490
36491 g.
36492 \begin_inset space \space{}
36493 \end_inset
36494
36495 having a figure too close to the bottom of the page can mess things up in
36496  such a way that the float does not appear in the output or that it is placed
36497  over some other text.
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \begin_layout Standard
36506 In general, the following applies for wrap floats:
36507 \end_layout
36508
36509 \begin_layout Itemize
36510 They should not be placed in paragraphs that run over a page break.
36511  That means that wrap floats are better inserted in their exact place when
36512  the document is almost finished and you are able to estimate where page
36513  breaks will appear.
36514 \end_layout
36515
36516 \begin_layout Itemize
36517 They should either be placed in their own paragraph before the paragraph
36518  where they should wrap into or within a paragraph.
36519 \end_layout
36520
36521 \begin_layout Itemize
36522 In consecutive paragraphs they may cause troubles, so ensure that there
36523  is a text paragraph between them as separator.
36524 \end_layout
36525
36526 \begin_layout Itemize
36527 They are not allowed in section headings or tables.
36528 \end_layout
36529
36530 \begin_layout Itemize
36531 Their numbering and referencing works as described in chap.
36532 \begin_inset space \thinspace{}
36533 \end_inset
36534
36535
36536 \begin_inset CommandInset ref
36537 LatexCommand ref
36538 reference "chap:Floats"
36539
36540 \end_inset
36541
36542 .
36543 \end_layout
36544
36545 \begin_layout Section
36546 Surrounded Fixed Objects
36547 \begin_inset Index idx
36548 status collapsed
36549
36550 \begin_layout Plain Layout
36551 Surrounded by text ! Fixed objects
36552 \end_layout
36553
36554 \end_inset
36555
36556
36557 \end_layout
36558
36559 \begin_layout Standard
36560 The wrap floats described in sec.
36561 \begin_inset space \thinspace{}
36562 \end_inset
36563
36564
36565 \begin_inset CommandInset ref
36566 LatexCommand ref
36567 reference "sec:Wrap-Floats"
36568
36569 \end_inset
36570
36571  have these positions in the paragraph:
36572 \begin_inset Separator parbreak
36573 \end_inset
36574
36575
36576 \end_layout
36577
36578 \begin_layout Standard
36579 \noindent
36580 \align center
36581 \begin_inset Tabular
36582 <lyxtabular version="3" rows="2" columns="2">
36583 <features tabularvalignment="middle">
36584 <column alignment="center" valignment="top">
36585 <column alignment="center" valignment="top">
36586 <row>
36587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36588 \begin_inset Text
36589
36590 \begin_layout Plain Layout
36591 \begin_inset Info
36592 type  "icon"
36593 arg   "dialog-show-new-inset graphics"
36594 \end_inset
36595
36596
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36602 \begin_inset Text
36603
36604 \begin_layout Plain Layout
36605 text
36606 \end_layout
36607
36608 \end_inset
36609 </cell>
36610 </row>
36611 <row>
36612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36613 \begin_inset Text
36614
36615 \begin_layout Plain Layout
36616 text
36617 \end_layout
36618
36619 \end_inset
36620 </cell>
36621 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Plain Layout
36625 text
36626 \end_layout
36627
36628 \end_inset
36629 </cell>
36630 </row>
36631 </lyxtabular>
36632
36633 \end_inset
36634
36635  or 
36636 \begin_inset Tabular
36637 <lyxtabular version="3" rows="2" columns="2">
36638 <features tabularvalignment="middle">
36639 <column alignment="center" valignment="top">
36640 <column alignment="center" valignment="top">
36641 <row>
36642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout Plain Layout
36646 text
36647 \end_layout
36648
36649 \end_inset
36650 </cell>
36651 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36652 \begin_inset Text
36653
36654 \begin_layout Plain Layout
36655 \begin_inset Info
36656 type  "icon"
36657 arg   "dialog-show-new-inset graphics"
36658 \end_inset
36659
36660
36661 \end_layout
36662
36663 \end_inset
36664 </cell>
36665 </row>
36666 <row>
36667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Plain Layout
36671 text
36672 \end_layout
36673
36674 \end_inset
36675 </cell>
36676 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36677 \begin_inset Text
36678
36679 \begin_layout Plain Layout
36680 text
36681 \end_layout
36682
36683 \end_inset
36684 </cell>
36685 </row>
36686 </lyxtabular>
36687
36688 \end_inset
36689
36690
36691 \end_layout
36692
36693 \begin_layout Standard
36694 To get an object exactly at the position where it is inserted, for example
36695  to get one of these positions:
36696 \begin_inset VSpace defskip
36697 \end_inset
36698
36699
36700 \end_layout
36701
36702 \begin_layout Standard
36703 \noindent
36704 \align center
36705 \begin_inset Tabular
36706 <lyxtabular version="3" rows="2" columns="2">
36707 <features tabularvalignment="middle">
36708 <column alignment="center" valignment="top">
36709 <column alignment="center" valignment="top">
36710 <row>
36711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36712 \begin_inset Text
36713
36714 \begin_layout Plain Layout
36715 text
36716 \end_layout
36717
36718 \end_inset
36719 </cell>
36720 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36721 \begin_inset Text
36722
36723 \begin_layout Plain Layout
36724 text
36725 \end_layout
36726
36727 \end_inset
36728 </cell>
36729 </row>
36730 <row>
36731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36732 \begin_inset Text
36733
36734 \begin_layout Plain Layout
36735 \begin_inset Info
36736 type  "icon"
36737 arg   "dialog-show-new-inset graphics"
36738 \end_inset
36739
36740
36741 \end_layout
36742
36743 \end_inset
36744 </cell>
36745 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36746 \begin_inset Text
36747
36748 \begin_layout Plain Layout
36749 text
36750 \end_layout
36751
36752 \end_inset
36753 </cell>
36754 </row>
36755 </lyxtabular>
36756
36757 \end_inset
36758
36759  
36760 \begin_inset Tabular
36761 <lyxtabular version="3" rows="2" columns="2">
36762 <features tabularvalignment="middle">
36763 <column alignment="center" valignment="top">
36764 <column alignment="center" valignment="top">
36765 <row>
36766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770 text
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779 text
36780 \end_layout
36781
36782 \end_inset
36783 </cell>
36784 </row>
36785 <row>
36786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790 text
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36796 \begin_inset Text
36797
36798 \begin_layout Plain Layout
36799 \begin_inset Info
36800 type  "icon"
36801 arg   "dialog-show-new-inset graphics"
36802 \end_inset
36803
36804
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 </row>
36810 </lyxtabular>
36811
36812 \end_inset
36813
36814  
36815 \begin_inset Tabular
36816 <lyxtabular version="3" rows="2" columns="3">
36817 <features tabularvalignment="middle">
36818 <column alignment="center" valignment="top">
36819 <column alignment="center" valignment="top">
36820 <column alignment="center" valignment="top">
36821 <row>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826 text
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 <cell alignment="center" valignment="top" topline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835 \begin_inset Info
36836 type  "icon"
36837 arg   "dialog-show-new-inset graphics"
36838 \end_inset
36839
36840
36841 \end_layout
36842
36843 \end_inset
36844 </cell>
36845 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36846 \begin_inset Text
36847
36848 \begin_layout Plain Layout
36849 text
36850 \end_layout
36851
36852 \end_inset
36853 </cell>
36854 </row>
36855 <row>
36856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36857 \begin_inset Text
36858
36859 \begin_layout Plain Layout
36860 text
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869 text
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36875 \begin_inset Text
36876
36877 \begin_layout Plain Layout
36878 text
36879 \end_layout
36880
36881 \end_inset
36882 </cell>
36883 </row>
36884 </lyxtabular>
36885
36886 \end_inset
36887
36888  
36889 \begin_inset Tabular
36890 <lyxtabular version="3" rows="2" columns="3">
36891 <features tabularvalignment="middle">
36892 <column alignment="center" valignment="top">
36893 <column alignment="center" valignment="top">
36894 <column alignment="center" valignment="top">
36895 <row>
36896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900 text
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 <cell alignment="center" valignment="top" topline="true" usebox="none">
36906 \begin_inset Text
36907
36908 \begin_layout Plain Layout
36909 text
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918 text
36919 \end_layout
36920
36921 \end_inset
36922 </cell>
36923 </row>
36924 <row>
36925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36926 \begin_inset Text
36927
36928 \begin_layout Plain Layout
36929 text
36930 \end_layout
36931
36932 \end_inset
36933 </cell>
36934 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36935 \begin_inset Text
36936
36937 \begin_layout Plain Layout
36938 \begin_inset Info
36939 type  "icon"
36940 arg   "dialog-show-new-inset graphics"
36941 \end_inset
36942
36943
36944 \end_layout
36945
36946 \end_inset
36947 </cell>
36948 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36949 \begin_inset Text
36950
36951 \begin_layout Plain Layout
36952 text
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 </row>
36958 </lyxtabular>
36959
36960 \end_inset
36961
36962
36963 \end_layout
36964
36965 \begin_layout Standard
36966 \noindent
36967 \align center
36968 \begin_inset Tabular
36969 <lyxtabular version="3" rows="3" columns="2">
36970 <features tabularvalignment="middle">
36971 <column alignment="center" valignment="top">
36972 <column alignment="center" valignment="top">
36973 <row>
36974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36975 \begin_inset Text
36976
36977 \begin_layout Plain Layout
36978 text
36979 \end_layout
36980
36981 \end_inset
36982 </cell>
36983 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36984 \begin_inset Text
36985
36986 \begin_layout Plain Layout
36987 text
36988 \end_layout
36989
36990 \end_inset
36991 </cell>
36992 </row>
36993 <row>
36994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36995 \begin_inset Text
36996
36997 \begin_layout Plain Layout
36998 \begin_inset Info
36999 type  "icon"
37000 arg   "dialog-show-new-inset graphics"
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37009 \begin_inset Text
37010
37011 \begin_layout Plain Layout
37012 text
37013 \end_layout
37014
37015 \end_inset
37016 </cell>
37017 </row>
37018 <row>
37019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023 text
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37029 \begin_inset Text
37030
37031 \begin_layout Plain Layout
37032 text
37033 \end_layout
37034
37035 \end_inset
37036 </cell>
37037 </row>
37038 </lyxtabular>
37039
37040 \end_inset
37041
37042  
37043 \begin_inset Tabular
37044 <lyxtabular version="3" rows="3" columns="3">
37045 <features tabularvalignment="middle">
37046 <column alignment="center" valignment="top">
37047 <column alignment="center" valignment="top">
37048 <column alignment="center" valignment="top">
37049 <row>
37050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054 text
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 <cell alignment="center" valignment="top" topline="true" usebox="none">
37060 \begin_inset Text
37061
37062 \begin_layout Plain Layout
37063 text
37064 \end_layout
37065
37066 \end_inset
37067 </cell>
37068 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37069 \begin_inset Text
37070
37071 \begin_layout Plain Layout
37072 text
37073 \end_layout
37074
37075 \end_inset
37076 </cell>
37077 </row>
37078 <row>
37079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 text
37084 \end_layout
37085
37086 \end_inset
37087 </cell>
37088 <cell alignment="center" valignment="top" usebox="none">
37089 \begin_inset Text
37090
37091 \begin_layout Plain Layout
37092 \begin_inset Info
37093 type  "icon"
37094 arg   "dialog-show-new-inset graphics"
37095 \end_inset
37096
37097
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106 text
37107 \end_layout
37108
37109 \end_inset
37110 </cell>
37111 </row>
37112 <row>
37113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117 text
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126 text
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 text
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 </row>
37141 </lyxtabular>
37142
37143 \end_inset
37144
37145  
37146 \begin_inset Tabular
37147 <lyxtabular version="3" rows="3" columns="2">
37148 <features tabularvalignment="middle">
37149 <column alignment="center" valignment="top">
37150 <column alignment="center" valignment="top">
37151 <row>
37152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156 text
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 text
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 </row>
37171 <row>
37172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 text
37177 \end_layout
37178
37179 \end_inset
37180 </cell>
37181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185 \begin_inset Info
37186 type  "icon"
37187 arg   "dialog-show-new-inset graphics"
37188 \end_inset
37189
37190
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 </row>
37196 <row>
37197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201 text
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37207 \begin_inset Text
37208
37209 \begin_layout Plain Layout
37210 text
37211 \end_layout
37212
37213 \end_inset
37214 </cell>
37215 </row>
37216 </lyxtabular>
37217
37218 \end_inset
37219
37220
37221 \end_layout
37222
37223 \begin_layout Standard
37224 \noindent
37225 you can use the \SpecialChar LaTeX
37226 -package 
37227 \series bold
37228 picinpar
37229 \series default
37230
37231 \begin_inset Index idx
37232 status collapsed
37233
37234 \begin_layout Plain Layout
37235 \SpecialChar LaTeX
37236 -packages ! picinpar
37237 \end_layout
37238
37239 \end_inset
37240
37241 .
37242  Here is an example:
37243 \end_layout
37244
37245 \begin_layout Standard
37246 \begin_inset ERT
37247 status collapsed
37248
37249 \begin_layout Plain Layout
37250
37251
37252 \backslash
37253 ifpicinpar
37254 \end_layout
37255
37256 \end_inset
37257
37258
37259 \begin_inset Note Note
37260 status open
37261
37262 \begin_layout Plain Layout
37263 The following section will only be displayed when the \SpecialChar LaTeX
37264 -package 
37265 \series bold
37266 picinpar
37267 \series default
37268  is installed.
37269 \end_layout
37270
37271 \end_inset
37272
37273
37274 \end_layout
37275
37276 \begin_layout Standard
37277 \begin_inset ERT
37278 status collapsed
37279
37280 \begin_layout Plain Layout
37281
37282
37283 \backslash
37284 begin{window}[2,c,{
37285 \end_layout
37286
37287 \end_inset
37288
37289
37290 \begin_inset Graphics
37291         filename clipart/mobius.eps
37292         lyxscale 60
37293         width 40col%
37294         scaleBeforeRotation
37295         rotateOrigin center
37296
37297 \end_inset
37298
37299
37300 \begin_inset ERT
37301 status collapsed
37302
37303 \begin_layout Plain Layout
37304
37305 },]
37306 \end_layout
37307
37308 \begin_layout Plain Layout
37309
37310 {}
37311 \end_layout
37312
37313 \end_inset
37314
37315
37316 \size small
37317 It was in the spring of the year 1894 that all London was interested, and
37318  the fashionable world dismayed, by the murder of the Honourable Ronald
37319  Adair under most unusual and inexplicable circumstances.
37320  The public has already learned those particulars of the crime which
37321 \size default
37322
37323 \begin_inset ERT
37324 status collapsed
37325
37326 \begin_layout Plain Layout
37327
37328
37329 \backslash
37330 footnotemark{}
37331 \end_layout
37332
37333 \end_inset
37334
37335
37336 \size small
37337  came out in the police investigation, but a good deal was suppressed upon
37338  that occasion, since the case for the prosecution was so overwhelmingly
37339  strong that it was not necessary to bring forward all the facts.
37340  Only now, at the end of nearly ten years, am I allowed to supply those
37341  missing links which make up the whole of that remarkable chain.
37342 \size default
37343
37344 \begin_inset ERT
37345 status collapsed
37346
37347 \begin_layout Plain Layout
37348
37349
37350 \backslash
37351 end{window}
37352 \end_layout
37353
37354 \end_inset
37355
37356
37357 \end_layout
37358
37359 \begin_layout Standard
37360 \begin_inset ERT
37361 status collapsed
37362
37363 \begin_layout Plain Layout
37364
37365
37366 \backslash
37367 footnotetext{
37368 \end_layout
37369
37370 \end_inset
37371
37372 Footnote of the paragraph with the fixed object.
37373 \begin_inset ERT
37374 status collapsed
37375
37376 \begin_layout Plain Layout
37377
37378 }
37379 \end_layout
37380
37381 \end_inset
37382
37383
37384 \end_layout
37385
37386 \begin_layout Standard
37387 Surrounded fixed objects are used to let text float around them, at which
37388  the object's position in the paragraph can be determined by the number
37389  of lines above it.
37390  In contrary to floats is it not possible to have a numbered caption.
37391 \end_layout
37392
37393 \begin_layout Standard
37394 A fixed object is inserted by adding the command
37395 \end_layout
37396
37397 \begin_layout Standard
37398
37399 \series bold
37400
37401 \backslash
37402 begin{window}[2,c,{
37403 \end_layout
37404
37405 \begin_layout Standard
37406 as \SpecialChar TeX
37407  Code at the beginning of the paragraph.
37408  The first parameter in the bracket, here '2', defines the number of lines
37409  above the object, the second, here 'c', the position of the object.
37410  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37411  Behind the command you insert the object.
37412  In this example an image with a width of 40
37413 \begin_inset space \thinspace{}
37414 \end_inset
37415
37416 % of the text column width was inserted.
37417  The object can also be a table, a box or an equation.
37418  Behind the object the command
37419 \end_layout
37420
37421 \begin_layout Standard
37422
37423 \series bold
37424 },description text]
37425 \begin_inset Newline newline
37426 \end_inset
37427
37428 {}
37429 \end_layout
37430
37431 \begin_layout Standard
37432 is inserted.
37433  Note that the 
37434 \begin_inset Quotes eld
37435 \end_inset
37436
37437
37438 \series bold
37439 {}
37440 \series default
37441
37442 \begin_inset Quotes erd
37443 \end_inset
37444
37445  is in the second line.
37446  The description text is optional.
37447  The text surrounding the object must be in the same paragraph as the object,
37448  so it must begin directly after the 
37449 \series bold
37450 {}
37451 \series default
37452 .
37453  At the end of the paragraph insert the command:
37454 \end_layout
37455
37456 \begin_layout Standard
37457
37458 \series bold
37459
37460 \backslash
37461 end{window}
37462 \end_layout
37463
37464 \begin_layout Standard
37465 Within a paragraph with a fixed object, you cannot insert footnotes in the
37466  normal way.
37467  You have to use instead the command 
37468 \series bold
37469
37470 \backslash
37471 footnotemark
37472 \series default
37473  inside the paragraph and outside the command 
37474 \series bold
37475
37476 \backslash
37477 footnotetext
37478 \series default
37479  as described in sec.
37480 \begin_inset space \thinspace{}
37481 \end_inset
37482
37483
37484 \begin_inset CommandInset ref
37485 LatexCommand ref
37486 reference "sec:Footnotes"
37487
37488 \end_inset
37489
37490 .
37491 \end_layout
37492
37493 \begin_layout Standard
37494 \begin_inset ERT
37495 status collapsed
37496
37497 \begin_layout Plain Layout
37498
37499
37500 \backslash
37501 else
37502 \end_layout
37503
37504 \end_inset
37505
37506
37507 \begin_inset Note Note
37508 status open
37509
37510 \begin_layout Plain Layout
37511 The following will be displayed when the \SpecialChar LaTeX
37512 -package 
37513 \series bold
37514 picinpar
37515 \series default
37516  is not installed:
37517 \end_layout
37518
37519 \end_inset
37520
37521
37522 \end_layout
37523
37524 \begin_layout Standard
37525 You need to install the \SpecialChar LaTeX
37526 -package 
37527 \series bold
37528 picinpar
37529 \series default
37530  to see the following part of this section in the output.
37531 \end_layout
37532
37533 \begin_layout Standard
37534 \begin_inset ERT
37535 status collapsed
37536
37537 \begin_layout Plain Layout
37538
37539
37540 \backslash
37541 fi
37542 \end_layout
37543
37544 \end_inset
37545
37546
37547 \end_layout
37548
37549 \begin_layout Section
37550 Initials
37551 \begin_inset Index idx
37552 status collapsed
37553
37554 \begin_layout Plain Layout
37555 Initials
37556 \end_layout
37557
37558 \end_inset
37559
37560
37561 \begin_inset Index idx
37562 status collapsed
37563
37564 \begin_layout Plain Layout
37565 Surrounded by text ! Initials
37566 \end_layout
37567
37568 \end_inset
37569
37570
37571 \end_layout
37572
37573 \begin_layout Standard
37574 To use initials, you must have the \SpecialChar LaTeX
37575 -package 
37576 \series bold
37577 lettrine
37578 \series default
37579
37580 \begin_inset Index idx
37581 status collapsed
37582
37583 \begin_layout Plain Layout
37584 \SpecialChar LaTeX
37585 -packages ! lettrine
37586 \end_layout
37587
37588 \end_inset
37589
37590  installed and use the module 
37591 \family sans
37592 Initials
37593 \family default
37594  in your document (menu 
37595 \family sans
37596 Document\SpecialChar menuseparator
37597 Settings\SpecialChar menuseparator
37598 Modules
37599 \family default
37600 ).
37601  To insert an initial, use the style 
37602 \family sans
37603 Initial
37604 \family default
37605 .
37606  This style has a mandatory and two optional arguments.
37607  The arguments are inserted via the 
37608 \family sans
37609 Insert
37610 \family default
37611  menu.
37612  The mandatory argument 
37613 \family sans
37614 Initial
37615 \family default
37616  contains the letter(s) that is the initial, the argument 
37617 \family sans
37618 Rest
37619 \begin_inset space ~
37620 \end_inset
37621
37622 of
37623 \begin_inset space ~
37624 \end_inset
37625
37626 Initial
37627 \family default
37628  contains the rest of the word or text of the initial letter(s).
37629  The argument 
37630 \family sans
37631 Options
37632 \family default
37633  contains parameters to modify the initial.
37634  For more information about the possible parameters see the documentation
37635  of 
37636 \series bold
37637 lettrine
37638 \series default
37639
37640 \begin_inset CommandInset citation
37641 LatexCommand cite
37642 key "lettrine"
37643
37644 \end_inset
37645
37646 .
37647  The style itself contains the text that is surrounding the initial.
37648  The usual style is hereby that the word whose first letter is the initial,
37649  is printed with 
37650 \shape smallcaps
37651 small caps
37652 \shape default
37653 .
37654 \end_layout
37655
37656 \begin_layout Standard
37657 Here are some examples:
37658 \end_layout
37659
37660 \begin_layout Standard
37661 \begin_inset ERT
37662 status collapsed
37663
37664 \begin_layout Plain Layout
37665
37666
37667 \backslash
37668 iflettrine
37669 \end_layout
37670
37671 \end_inset
37672
37673
37674 \begin_inset Note Note
37675 status open
37676
37677 \begin_layout Plain Layout
37678 The following section will only be displayed when the \SpecialChar LaTeX
37679 -package 
37680 \series bold
37681 lettrine
37682 \series default
37683  is installed.
37684 \end_layout
37685
37686 \end_inset
37687
37688
37689 \end_layout
37690
37691 \begin_layout Enumerate
37692 No optional argument, the initial is the letter 'I' in the math font 
37693 \begin_inset Formula $\mathfrak{Fraktur}$
37694 \end_inset
37695
37696 :
37697 \begin_inset Separator parbreak
37698 \end_inset
37699
37700
37701 \end_layout
37702
37703 \begin_deeper
37704 \begin_layout Initial
37705 \begin_inset Argument 2
37706 status open
37707
37708 \begin_layout Plain Layout
37709 \begin_inset Formula $\mathfrak{I}$
37710 \end_inset
37711
37712
37713 \end_layout
37714
37715 \end_inset
37716
37717
37718 \begin_inset Argument 3
37719 status open
37720
37721 \begin_layout Plain Layout
37722 t
37723 \end_layout
37724
37725 \end_inset
37726
37727  was in the spring of the year 1894 that all London was interested, and
37728  the fashionable world dismayed, by the murder of the Honourable Ronald
37729  Adair under most unusual and inexplicable circumstances.
37730  The public has already learned those particulars of the crime which came
37731  out in the police investigation, but a good deal was suppressed upon that
37732  occasion, since the case for the prosecution was so overwhelmingly strong
37733  that it was not necessary to bring forward all the facts.
37734 \begin_inset Newpage newpage
37735 \end_inset
37736
37737
37738 \end_layout
37739
37740 \end_deeper
37741 \begin_layout Enumerate
37742 Only one line is surrounding the initial, which is formed by two letters
37743  in standard font and no text is printed in small caps:
37744 \begin_inset Separator parbreak
37745 \end_inset
37746
37747
37748 \end_layout
37749
37750 \begin_deeper
37751 \begin_layout Initial
37752 \begin_inset Argument 1
37753 status open
37754
37755 \begin_layout Plain Layout
37756 lines=1
37757 \end_layout
37758
37759 \end_inset
37760
37761
37762 \begin_inset Argument 2
37763 status open
37764
37765 \begin_layout Plain Layout
37766 It
37767 \end_layout
37768
37769 \end_inset
37770
37771  was in the spring of the year 1894 that all London was interested, and
37772  the fashionable world dismayed, by the murder of the Honourable Ronald
37773  Adair under most unusual and inexplicable circumstances.
37774  The public has already learned those particulars of the crime which came
37775  out in the police investigation, but a good deal was suppressed upon that
37776  occasion, since the case for the prosecution was so overwhelmingly strong
37777  that it was not necessary to bring forward all the facts.
37778 \end_layout
37779
37780 \end_deeper
37781 \begin_layout Enumerate
37782 Magenta, hanging initial over 3
37783 \begin_inset space ~
37784 \end_inset
37785
37786 lines in the math font 
37787 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37788 \end_inset
37789
37790 , the text 
37791 \begin_inset Quotes eld
37792 \end_inset
37793
37794 t was in the spring
37795 \begin_inset Quotes erd
37796 \end_inset
37797
37798  is in 
37799 \shape smallcaps
37800 small caps
37801 \shape default
37802 ; to color the initial, you must insert this command before the initial:
37803 \begin_inset Newline newline
37804 \end_inset
37805
37806
37807 \series bold
37808
37809 \backslash
37810 renewcommand{
37811 \backslash
37812 LettrineFontHook}{
37813 \backslash
37814 color{color}}
37815 \series default
37816
37817 \begin_inset Newline newline
37818 \end_inset
37819
37820 where the second 
37821 \emph on
37822 color
37823 \emph default
37824  can be 
37825 \begin_inset Quotes eld
37826 \end_inset
37827
37828 red
37829 \begin_inset Quotes erd
37830 \end_inset
37831
37832
37833 \begin_inset Quotes eld
37834 \end_inset
37835
37836 blue
37837 \begin_inset Quotes erd
37838 \end_inset
37839
37840
37841 \begin_inset Quotes eld
37842 \end_inset
37843
37844 green
37845 \begin_inset Quotes erd
37846 \end_inset
37847
37848
37849 \begin_inset Quotes eld
37850 \end_inset
37851
37852 yellow
37853 \begin_inset Quotes erd
37854 \end_inset
37855
37856
37857 \begin_inset Quotes eld
37858 \end_inset
37859
37860 cyan
37861 \begin_inset Quotes erd
37862 \end_inset
37863
37864
37865 \begin_inset Quotes eld
37866 \end_inset
37867
37868 magenta
37869 \begin_inset Quotes erd
37870 \end_inset
37871
37872
37873 \begin_inset Quotes eld
37874 \end_inset
37875
37876 black
37877 \begin_inset Quotes erd
37878 \end_inset
37879
37880  or 
37881 \begin_inset Quotes eld
37882 \end_inset
37883
37884 white
37885 \begin_inset Quotes erd
37886 \end_inset
37887
37888 , and add this command to the document preamble:
37889 \begin_inset Newline newline
37890 \end_inset
37891
37892
37893 \series bold
37894
37895 \backslash
37896 @ifundefined{textcolor}
37897 \begin_inset Newline newline
37898 \end_inset
37899
37900
37901 \begin_inset space ~
37902 \end_inset
37903
37904 {
37905 \backslash
37906 usepackage{color}}{}
37907 \series default
37908
37909 \begin_inset Separator parbreak
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \begin_deeper
37916 \begin_layout Standard
37917 \begin_inset ERT
37918 status collapsed
37919
37920 \begin_layout Plain Layout
37921
37922
37923 \backslash
37924 renewcommand{
37925 \backslash
37926 LettrineFontHook}{
37927 \backslash
37928 color{magenta}}
37929 \end_layout
37930
37931 \end_inset
37932
37933
37934 \begin_inset Note Note
37935 status collapsed
37936
37937 \begin_layout Plain Layout
37938 makes the initial magenta
37939 \end_layout
37940
37941 \end_inset
37942
37943
37944 \end_layout
37945
37946 \begin_layout Initial
37947 \begin_inset Argument 1
37948 status open
37949
37950 \begin_layout Plain Layout
37951 lines=3, lhang=0.33, loversize=0.25
37952 \end_layout
37953
37954 \end_inset
37955
37956
37957 \begin_inset Argument 2
37958 status open
37959
37960 \begin_layout Plain Layout
37961 \begin_inset Formula $\mathcal{I}$
37962 \end_inset
37963
37964
37965 \end_layout
37966
37967 \end_inset
37968
37969
37970 \begin_inset Argument 3
37971 status open
37972
37973 \begin_layout Plain Layout
37974 t was in the spring
37975 \end_layout
37976
37977 \end_inset
37978
37979  of the year 1894 that all London was interested, and the fashionable world
37980  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37981  and inexplicable circumstances.
37982  The public has already learned those particulars of the crime which came
37983  out in the police investigation, but a good deal was suppressed upon that
37984  occasion, since the case for the prosecution was so overwhelmingly strong
37985  that it was not necessary to bring forward all the facts.
37986 \end_layout
37987
37988 \end_deeper
37989 \begin_layout Standard
37990 \begin_inset ERT
37991 status collapsed
37992
37993 \begin_layout Plain Layout
37994
37995
37996 \backslash
37997 else
37998 \end_layout
37999
38000 \end_inset
38001
38002
38003 \begin_inset Note Note
38004 status open
38005
38006 \begin_layout Plain Layout
38007 The following will be displayed when the \SpecialChar LaTeX
38008 -package 
38009 \series bold
38010 lettrine
38011 \series default
38012  is not installed:
38013 \end_layout
38014
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \begin_layout Standard
38021 You need to install the \SpecialChar LaTeX
38022 -package 
38023 \series bold
38024 lettrine
38025 \series default
38026  to see the following part of this section in the output.
38027 \end_layout
38028
38029 \begin_layout Standard
38030 \begin_inset ERT
38031 status collapsed
38032
38033 \begin_layout Plain Layout
38034
38035
38036 \backslash
38037 fi
38038 \end_layout
38039
38040 \end_inset
38041
38042
38043 \end_layout
38044
38045 \begin_layout Chapter
38046 External Document Parts
38047 \begin_inset Index idx
38048 status collapsed
38049
38050 \begin_layout Plain Layout
38051 External Document Parts
38052 \end_layout
38053
38054 \end_inset
38055
38056
38057 \end_layout
38058
38059 \begin_layout Standard
38060 With the menu 
38061 \family sans
38062 Insert\SpecialChar menuseparator
38063 File
38064 \family default
38065  you can insert external material into your document.
38066  This can be:
38067 \end_layout
38068
38069 \begin_layout Description
38070 LyX
38071 \begin_inset space ~
38072 \end_inset
38073
38074 Document Another \SpecialChar LyX
38075  document; its content is directly inserted to your document.
38076 \end_layout
38077
38078 \begin_layout Description
38079 Plain
38080 \begin_inset space ~
38081 \end_inset
38082
38083 Text A text document; each line is inserted in your document as a separate
38084  paragraph.
38085 \end_layout
38086
38087 \begin_layout Description
38088 Plain
38089 \begin_inset space ~
38090 \end_inset
38091
38092 Text,
38093 \begin_inset space ~
38094 \end_inset
38095
38096 Join
38097 \begin_inset space ~
38098 \end_inset
38099
38100 Lines A text document; text lines are inserted in your document continuously
38101  but an empty text line creates a new paragraph.
38102 \end_layout
38103
38104 \begin_layout Description
38105 External
38106 \begin_inset space ~
38107 \end_inset
38108
38109 Material Files in various formats.
38110 \end_layout
38111
38112 \begin_layout Description
38113 Child
38114 \begin_inset space ~
38115 \end_inset
38116
38117 Document \SpecialChar LyX
38118  or \SpecialChar LaTeX
38119  documents.
38120 \end_layout
38121
38122 \begin_layout Section
38123 External Material
38124 \begin_inset Index idx
38125 status collapsed
38126
38127 \begin_layout Plain Layout
38128 External Document Parts ! External Material
38129 \end_layout
38130
38131 \end_inset
38132
38133
38134 \end_layout
38135
38136 \begin_layout Standard
38137 The external material feature allows you to insert files into your document
38138  without converting them to a format that can be read by the document output
38139  format.
38140  \SpecialChar LyX
38141  takes care of the necessary conversions.
38142  This is similar to images that can be inserted in various image formats
38143  in \SpecialChar LyX
38144  documents.
38145  When you have enabled Instant Preview in \SpecialChar LyX
38146 's preferences under 
38147 \family sans
38148 Look
38149 \begin_inset space ~
38150 \end_inset
38151
38152 and
38153 \begin_inset space ~
38154 \end_inset
38155
38156 feel\SpecialChar menuseparator
38157 Graphics
38158 \family default
38159 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38160 .
38161 \end_layout
38162
38163 \begin_layout Standard
38164 External material can be inserted via the 
38165 \family sans
38166 External Material
38167 \family default
38168  dialog that is accessible with the menu 
38169 \family sans
38170 Insert\SpecialChar menuseparator
38171 File\SpecialChar menuseparator
38172 External
38173 \begin_inset space ~
38174 \end_inset
38175
38176 Material
38177 \family default
38178 .
38179  Currently the following file types (
38180 \family sans
38181 Templates
38182 \family default
38183 ) are allowed:
38184 \end_layout
38185
38186 \begin_layout Description
38187 ChessDiagram This template supports chess position diagrams made with the
38188  program 
38189 \series bold
38190
38191 \begin_inset CommandInset href
38192 LatexCommand href
38193 name "XBoard"
38194 target "http://en.wikipedia.org/wiki/XBoard"
38195
38196 \end_inset
38197
38198
38199 \series default
38200 .
38201 \end_layout
38202
38203 \begin_layout Description
38204 Date This inserts the date in the form 
38205 \emph on
38206 Day-Month-Year
38207 \emph default
38208 .
38209  This is a date inserted as external material: 
38210 \begin_inset External
38211         template Date
38212         filename .
38213
38214 \end_inset
38215
38216
38217 \begin_inset space ~
38218 \end_inset
38219
38220
38221 \begin_inset Note Note
38222 status open
38223
38224 \begin_layout Plain Layout
38225 Remove the protected space when bug 4398 is fixed!
38226 \end_layout
38227
38228 \end_inset
38229
38230
38231 \begin_inset Newline newline
38232 \end_inset
38233
38234 The date is not shown within \SpecialChar LyX
38235 , only in the output.
38236  There are two other methods of inserting a date: Via menu 
38237 \family sans
38238 Insert\SpecialChar menuseparator
38239 Date
38240 \family default
38241  and with the \SpecialChar LaTeX
38242  command 
38243 \series bold
38244
38245 \backslash
38246 today
38247 \series default
38248  as \SpecialChar TeX
38249  Code.
38250  The different methods are compared in Table
38251 \begin_inset space ~
38252 \end_inset
38253
38254
38255 \begin_inset CommandInset ref
38256 LatexCommand ref
38257 reference "tab:Comparison-of-the"
38258
38259 \end_inset
38260
38261 .
38262 \end_layout
38263
38264 \begin_layout Description
38265 Dia This template supports diagrams created with the program 
38266 \series bold
38267
38268 \begin_inset CommandInset href
38269 LatexCommand href
38270 name "Dia"
38271 target "http://en.wikipedia.org/wiki/Dia_(software)"
38272
38273 \end_inset
38274
38275
38276 \series default
38277 .
38278 \end_layout
38279
38280 \begin_layout Description
38281 GnumericSpreadsheet With this template you can insert spreadsheets
38282 \begin_inset space \thinspace{}
38283 \end_inset
38284
38285 /
38286 \begin_inset space \thinspace{}
38287 \end_inset
38288
38289 tables in the format of 
38290 \series bold
38291
38292 \begin_inset CommandInset href
38293 LatexCommand href
38294 name "Gnumeric"
38295 target "http://en.wikipedia.org/wiki/Gnumeric"
38296
38297 \end_inset
38298
38299
38300 \series default
38301
38302 \begin_inset CommandInset href
38303 LatexCommand href
38304 name "OpenDocument"
38305 target "http://en.wikipedia.org/wiki/OpenDocument"
38306
38307 \end_inset
38308
38309
38310 \begin_inset CommandInset href
38311 LatexCommand href
38312 name "Microsoft Office XML"
38313 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38314
38315 \end_inset
38316
38317  and 
38318 \begin_inset CommandInset href
38319 LatexCommand href
38320 name "Office Open XML"
38321 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38322
38323 \end_inset
38324
38325 .
38326  For this feature \SpecialChar LyX
38327  must have found the program 
38328 \family typewriter
38329 ssconvert
38330 \family default
38331  during its configuration.
38332  This program is part of Gnumeric, so that you must have Gnumeric installed,
38333  also if you don't have tables in the Gnumeric format.
38334  For examples and possible limitations have a look at \SpecialChar LyX
38335 's example file 
38336 \emph on
38337 spreadsheet.lyx
38338 \emph default
38339 .
38340 \end_layout
38341
38342 \begin_layout Description
38343 LilyPond This template is used for music notation typeset with the program
38344 \begin_inset Newline linebreak
38345 \end_inset
38346
38347
38348 \series bold
38349
38350 \begin_inset CommandInset href
38351 LatexCommand href
38352 name "LilyPond"
38353 target "http://en.wikipedia.org/wiki/LilyPond"
38354
38355 \end_inset
38356
38357
38358 \series default
38359 .
38360  For \SpecialChar LyX
38361 's extended support for LilyPond have a look at \SpecialChar LyX
38362 's example file 
38363 \emph on
38364 lilypond.lyx
38365 \emph default
38366 .
38367 \end_layout
38368
38369 \begin_layout Description
38370 PDFPages With this template you can insert PDF documents to your document.
38371  To specify the range of pages that should be included, use the option 
38372 \series bold
38373 pages
38374 \series default
38375  in the 
38376 \family sans
38377 Option
38378 \family default
38379  field in the 
38380 \family sans
38381 LaTeX and LyX options
38382 \family default
38383  tab.
38384  The argument of this option is a comma separated list, containing page
38385  numbers (insert as option 
38386 \series bold
38387 pages={3,5,6,8}
38388 \series default
38389 ), ranges of page numbers (
38390 \series bold
38391 pages={4-9}
38392 \series default
38393 ) or any combination.
38394  To insert empty pages use {}.
38395  E.
38396 \begin_inset space \thinspace{}
38397 \end_inset
38398
38399 g.
38400 \begin_inset space ~
38401 \end_inset
38402
38403
38404 \series bold
38405 pages={3,{},8-11,15}
38406 \series default
38407  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38408  Page ranges are specified in the syntax 
38409 \emph on
38410 start
38411 \emph default
38412 -
38413 \emph on
38414 stop
38415 \emph default
38416 .
38417  This selects all pages from 
38418 \emph on
38419 start
38420 \emph default
38421  to 
38422 \emph on
38423 stop
38424 \emph default
38425 .
38426  Omitting 
38427 \emph on
38428 start
38429 \emph default
38430  defaults to the first page; omitting 
38431 \emph on
38432 stop
38433 \emph default
38434  defaults to the last page of the document.
38435  The last page can also be selected with the keyword 
38436 \series bold
38437 last
38438 \series default
38439 .
38440  (This is only permitted in a page range.) So 
38441 \series bold
38442 pages=-
38443 \series default
38444  will insert all pages of the document and 
38445 \series bold
38446 pages=last-1
38447 \series default
38448  will insert all pages in reverse order.
38449  If the pages option is not specified, only the first page of the PDF is
38450  inserted.
38451 \begin_inset Newline newline
38452 \end_inset
38453
38454 The option 
38455 \series bold
38456 noautoscale
38457 \series default
38458  inserts the pages with their original size, if this option is not given,
38459  the pages will be resized to fith the width of the page of your document.
38460  In the tab 
38461 \family sans
38462 Size and Rotation
38463 \family default
38464  you can specify the width and height of the input pages and their rotation.
38465  If another width than 100
38466 \begin_inset space \thinspace{}
38467 \end_inset
38468
38469 Scale% is used, the option 
38470 \series bold
38471 noautoscale
38472 \series default
38473  will be overwritten.
38474  For more info and possible options, have a look into the documentation
38475  of the \SpecialChar LaTeX
38476 -package 
38477 \series bold
38478 pdfpages
38479 \series default
38480  
38481 \begin_inset CommandInset citation
38482 LatexCommand cite
38483 key "pdfpages"
38484
38485 \end_inset
38486
38487 .
38488 \begin_inset Index idx
38489 status collapsed
38490
38491 \begin_layout Plain Layout
38492 \SpecialChar LaTeX
38493 -packages ! pdfpages
38494 \end_layout
38495
38496 \end_inset
38497
38498
38499 \begin_inset Newline newline
38500 \end_inset
38501
38502 To use this template in a 
38503 \family sans
38504 Beamer
38505 \family default
38506  presentation you need to first insert an 
38507 \family sans
38508 EndFrame
38509 \family default
38510  environment and in a subsequent paragraph a \SpecialChar TeX
38511  Code box containing the command
38512  
38513 \series bold
38514
38515 \backslash
38516 setbeamertemplate{background canvas}{}
38517 \series default
38518 .
38519  Then you can insert as many paragraphs containing the PDFPages template
38520  as you wish.
38521  Behind the included PDF pages you can resume the Beamer presentation by
38522  beginning a new frame or by starting a new section.
38523  To avoid stray blank pages prior to the PDF pages, make sure to use the
38524  
38525 \family sans
38526 Default
38527 \family default
38528  alignment for the paragraph containing the template.
38529 \begin_inset Newline newline
38530 \end_inset
38531
38532 Here is an included PDF which is rotated by -5°: 
38533 \begin_inset External
38534         template PDFPages
38535         filename clipart/Abstract.pdf
38536         extra LaTeX "noautoscale, pages=-"
38537         rotateAngle -5
38538         rotateOrigin bottomleft
38539
38540 \end_inset
38541
38542
38543 \end_layout
38544
38545 \begin_layout Description
38546 RasterImage This can be used for bitmap images.
38547  The image can be treated in the 
38548 \family sans
38549 External material
38550 \family default
38551  dialog like the images that are usually included via the 
38552 \family sans
38553 Graphics
38554 \family default
38555  dialog as described in section
38556 \begin_inset space ~
38557 \end_inset
38558
38559
38560 \begin_inset CommandInset ref
38561 LatexCommand ref
38562 reference "sec:Graphics-Dialog"
38563
38564 \end_inset
38565
38566 .
38567  The difference to the normal image input is that only raster images are
38568  allowed; that means that PDF and EPS-images are not supported.
38569  Here is an inserted raster image: 
38570 \begin_inset External
38571         template RasterImage
38572         filename clipart/ToolbarEnvBox.png
38573
38574 \end_inset
38575
38576
38577 \end_layout
38578
38579 \begin_layout Description
38580 XFig This template supports images created with the program 
38581 \series bold
38582
38583 \begin_inset CommandInset href
38584 LatexCommand href
38585 name "Xfig"
38586 target "http://en.wikipedia.org/wiki/Xfig"
38587
38588 \end_inset
38589
38590
38591 \series default
38592 .
38593 \end_layout
38594
38595 \begin_layout Standard
38596 \begin_inset Float table
38597 placement !h
38598 wide false
38599 sideways false
38600 status open
38601
38602 \begin_layout Plain Layout
38603 \begin_inset Caption Standard
38604
38605 \begin_layout Plain Layout
38606 \begin_inset CommandInset label
38607 LatexCommand label
38608 name "tab:Comparison-of-the"
38609
38610 \end_inset
38611
38612 Comparison of the date input methods.
38613 \end_layout
38614
38615 \end_inset
38616
38617
38618 \end_layout
38619
38620 \begin_layout Plain Layout
38621 \align center
38622 \begin_inset Tabular
38623 <lyxtabular version="3" rows="4" columns="4">
38624 <features tabularvalignment="middle">
38625 <column alignment="center" valignment="top">
38626 <column alignment="center" valignment="top">
38627 <column alignment="center" valignment="top">
38628 <column alignment="center" valignment="top">
38629 <row>
38630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38631 \begin_inset Text
38632
38633 \begin_layout Plain Layout
38634 Document format
38635 \end_layout
38636
38637 \end_inset
38638 </cell>
38639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38640 \begin_inset Text
38641
38642 \begin_layout Plain Layout
38643
38644 \family sans
38645 External Material\SpecialChar menuseparator
38646 Date
38647 \end_layout
38648
38649 \end_inset
38650 </cell>
38651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38652 \begin_inset Text
38653
38654 \begin_layout Plain Layout
38655
38656 \family sans
38657 Insert\SpecialChar menuseparator
38658 Date
38659 \end_layout
38660
38661 \end_inset
38662 </cell>
38663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38664 \begin_inset Text
38665
38666 \begin_layout Plain Layout
38667 command 
38668 \series bold
38669
38670 \backslash
38671 today
38672 \end_layout
38673
38674 \end_inset
38675 </cell>
38676 </row>
38677 <row>
38678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38679 \begin_inset Text
38680
38681 \begin_layout Plain Layout
38682 \SpecialChar LyX
38683
38684 \end_layout
38685
38686 \end_inset
38687 </cell>
38688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38689 \begin_inset Text
38690
38691 \begin_layout Plain Layout
38692 as inset box
38693 \end_layout
38694
38695 \end_inset
38696 </cell>
38697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38698 \begin_inset Text
38699
38700 \begin_layout Plain Layout
38701 as date
38702 \end_layout
38703
38704 \end_inset
38705 </cell>
38706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38707 \begin_inset Text
38708
38709 \begin_layout Plain Layout
38710 as \SpecialChar TeX
38711  Code inset box
38712 \end_layout
38713
38714 \end_inset
38715 </cell>
38716 </row>
38717 <row>
38718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38719 \begin_inset Text
38720
38721 \begin_layout Plain Layout
38722 \SpecialChar LaTeX
38723
38724 \end_layout
38725
38726 \end_inset
38727 </cell>
38728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38729 \begin_inset Text
38730
38731 \begin_layout Plain Layout
38732 as date
38733 \end_layout
38734
38735 \end_inset
38736 </cell>
38737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38738 \begin_inset Text
38739
38740 \begin_layout Plain Layout
38741 as date
38742 \end_layout
38743
38744 \end_inset
38745 </cell>
38746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38747 \begin_inset Text
38748
38749 \begin_layout Plain Layout
38750 as command
38751 \end_layout
38752
38753 \end_inset
38754 </cell>
38755 </row>
38756 <row>
38757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38758 \begin_inset Text
38759
38760 \begin_layout Plain Layout
38761 DVI, PDF, PS
38762 \end_layout
38763
38764 \end_inset
38765 </cell>
38766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38767 \begin_inset Text
38768
38769 \begin_layout Plain Layout
38770 as date
38771 \end_layout
38772
38773 \end_inset
38774 </cell>
38775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38776 \begin_inset Text
38777
38778 \begin_layout Plain Layout
38779 as date
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38785 \begin_inset Text
38786
38787 \begin_layout Plain Layout
38788 as date
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 </row>
38794 </lyxtabular>
38795
38796 \end_inset
38797
38798
38799 \end_layout
38800
38801 \end_inset
38802
38803
38804 \end_layout
38805
38806 \begin_layout Standard
38807 When you use the option 
38808 \family sans
38809 Draft
38810 \family default
38811  in the 
38812 \family sans
38813 File
38814 \family default
38815  tab of the 
38816 \family sans
38817 External Material
38818 \family default
38819  dialog, only the path to the inserted file is shown in the output.
38820 \begin_inset Newline newline
38821 \end_inset
38822
38823 External material is displayed in \SpecialChar LyX
38824  either as a box like this: 
38825 \begin_inset Graphics
38826         filename clipart/ExternalMaterialQt4.png
38827         scale 85
38828         scaleBeforeRotation
38829
38830 \end_inset
38831
38832  or as image, depending on the option 
38833 \family sans
38834 Show in LyX
38835 \family default
38836  in the 
38837 \family sans
38838 LaTeX and LyX options
38839 \family default
38840  tab of the dialog.
38841 \end_layout
38842
38843 \begin_layout Standard
38844 The 
38845 \family sans
38846 \emph on
38847 Customization
38848 \family default
38849 \emph default
38850  manual explains how you can define your own templates.
38851 \end_layout
38852
38853 \begin_layout Section
38854 Child Documents
38855 \begin_inset CommandInset label
38856 LatexCommand label
38857 name "sec:Child-Documents"
38858
38859 \end_inset
38860
38861
38862 \begin_inset Index idx
38863 status collapsed
38864
38865 \begin_layout Plain Layout
38866 External Document Parts ! Child Documents
38867 \end_layout
38868
38869 \end_inset
38870
38871
38872 \begin_inset Index idx
38873 status collapsed
38874
38875 \begin_layout Plain Layout
38876 Files ! Include
38877 \end_layout
38878
38879 \end_inset
38880
38881
38882 \end_layout
38883
38884 \begin_layout Standard
38885 Child documents are used if you have a long document consisting of several
38886  larger parts or sections.
38887  For maintenance it is often useful and sometimes even required to split
38888  the document into several files that can be revised separately.
38889  The different documents are then the so called 
38890 \begin_inset Quotes eld
38891 \end_inset
38892
38893 child documents
38894 \begin_inset Quotes erd
38895 \end_inset
38896
38897 , and a master document connects them to print the full document or parts
38898  of it.
38899  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38900  preamble,
38901  the bibliography, and labels for cross-references.
38902 \end_layout
38903
38904 \begin_layout Standard
38905 To be able to work on child documents without the need to open their master,
38906  specify in the child document the master in the menu
38907 \family sans
38908  Document\SpecialChar menuseparator
38909 Settings\SpecialChar menuseparator
38910 Document
38911 \begin_inset space ~
38912 \end_inset
38913
38914 Class
38915 \family default
38916 .
38917  This master document will then be used in the background by \SpecialChar LyX
38918  when you edit
38919  the child document.
38920 \end_layout
38921
38922 \begin_layout Standard
38923 Included documents are displayed in \SpecialChar LyX
38924  as a box like this: 
38925 \begin_inset Graphics
38926         filename clipart/ChildDocumentQt4.png
38927         scale 85
38928         scaleBeforeRotation
38929
38930 \end_inset
38931
38932  To include child documents in a master document use the menu 
38933 \family sans
38934 Insert\SpecialChar menuseparator
38935 File\SpecialChar menuseparator
38936 Child
38937 \begin_inset space ~
38938 \end_inset
38939
38940 Documents
38941 \family default
38942 .
38943  A dialog pops up where you can choose between four include methods:
38944 \end_layout
38945
38946 \begin_layout Description
38947 Include You can include \SpecialChar LyX
38948  and \SpecialChar LaTeX
38949  documents.
38950  When you press the 
38951 \family sans
38952 Edit
38953 \family default
38954  button in the 
38955 \family sans
38956 Child Document
38957 \family default
38958  dialog, the included document will be opened in \SpecialChar LyX
38959  in a new file tab so that
38960  you can modify it.
38961 \begin_inset Newline newline
38962 \end_inset
38963
38964
38965 \end_layout
38966
38967 \begin_layout Standard
38968 Here is a child document inserted using 
38969 \family sans
38970 Include
38971 \family default
38972
38973 \begin_inset CommandInset include
38974 LatexCommand include
38975 filename "DummyDocument1.lyx"
38976
38977 \end_inset
38978
38979
38980 \end_layout
38981
38982 \begin_layout Standard
38983 The section numbering includes the sections of the included files in the
38984  order they are inserted in the master document.
38985  The included example document has for example a subsection that is numbered
38986  as a subsection of this section.
38987  Labels of included documents can be referenced: Subsection
38988 \begin_inset space ~
38989 \end_inset
38990
38991
38992 \begin_inset CommandInset ref
38993 LatexCommand ref
38994 reference "subsec:External-Subsection-1"
38995
38996 \end_inset
38997
38998 .
38999 \end_layout
39000
39001 \begin_layout Standard
39002 The preamble of the child document is ignored; only the preamble of the
39003  master document is used.
39004  Branches in child documents will be ignored by the master document when
39005  the master document does not have a branch with the same name.
39006  Included documents are inserted starting on a new page and ending with
39007  a page break.
39008 \end_layout
39009
39010 \begin_layout Standard
39011 \begin_inset Note Greyedout
39012 status open
39013
39014 \begin_layout Plain Layout
39015
39016 \series bold
39017 Note:
39018 \series default
39019  If you have included a \SpecialChar LyX
39020  or \SpecialChar LaTeX
39021  file, you are warned when you export/view the
39022  document in case the child document uses another document class than the
39023  master document as this will lead to unexpected outputs.
39024 \end_layout
39025
39026 \end_inset
39027
39028
39029 \end_layout
39030
39031 \begin_layout Description
39032 Input This method is very similar to the Include method.
39033  The differences are:
39034 \begin_inset Separator parbreak
39035 \end_inset
39036
39037
39038 \end_layout
39039
39040 \begin_deeper
39041 \begin_layout Itemize
39042 Input files don't start with a new page and don't end with a page break.
39043 \end_layout
39044
39045 \begin_layout Itemize
39046 Input files can be previewed in \SpecialChar LyX
39047  when 
39048 \family sans
39049 Instant
39050 \begin_inset space ~
39051 \end_inset
39052
39053 Preview
39054 \family default
39055  is enabled in \SpecialChar LyX
39056 's preferences under 
39057 \family sans
39058 Look
39059 \begin_inset space ~
39060 \end_inset
39061
39062 and
39063 \begin_inset space ~
39064 \end_inset
39065
39066 feel\SpecialChar menuseparator
39067 Graphics
39068 \family default
39069 .
39070 \end_layout
39071
39072 \begin_layout Itemize
39073 You cannot exclude Input files via the menu 
39074 \family sans
39075 Document\SpecialChar menuseparator
39076 Settings\SpecialChar menuseparator
39077 Child Documents
39078 \family default
39079 .
39080 \end_layout
39081
39082 \end_deeper
39083 \begin_layout Standard
39084 Here is a child document inserted using 
39085 \family sans
39086 Input
39087 \family default
39088
39089 \begin_inset CommandInset include
39090 LatexCommand input
39091 filename "DummyDocument2.lyx"
39092
39093 \end_inset
39094
39095
39096 \end_layout
39097
39098 \begin_layout Description
39099 Verbatim With this method any text file can be included.
39100  The file is shown in the output with its source code; no command used in
39101  the text is invoked.
39102  You can use the option 
39103 \family sans
39104 Mark spaces in output
39105 \family default
39106  that displays the character 
39107 \begin_inset Quotes eld
39108 \end_inset
39109
39110
39111 \begin_inset ERT
39112 status collapsed
39113
39114 \begin_layout Plain Layout
39115
39116
39117 \backslash
39118 textvisiblespace 
39119 \end_layout
39120
39121 \end_inset
39122
39123
39124 \begin_inset Quotes erd
39125 \end_inset
39126
39127  for every space character in the source code.
39128  The difference from the method via the menu 
39129 \family sans
39130 Insert\SpecialChar menuseparator
39131 File\SpecialChar menuseparator
39132 Plain
39133 \begin_inset space ~
39134 \end_inset
39135
39136 Text
39137 \family default
39138  is that the document content is not shown in \SpecialChar LyX
39139 .
39140 \end_layout
39141
39142 \begin_layout Standard
39143 Here is a child document inserted as Verbatim: 
39144 \begin_inset CommandInset include
39145 LatexCommand verbatiminput
39146 filename "DummyTextDocument.txt"
39147
39148 \end_inset
39149
39150
39151 \begin_inset VSpace bigskip
39152 \end_inset
39153
39154  Here is a child document inserted as Verbatim using the 
39155 \family sans
39156 Mark spaces in output
39157 \family default
39158  option: 
39159 \begin_inset CommandInset include
39160 LatexCommand verbatiminput*
39161 filename "DummyTextDocument.txt"
39162
39163 \end_inset
39164
39165
39166 \end_layout
39167
39168 \begin_layout Standard
39169 \begin_inset VSpace bigskip
39170 \end_inset
39171
39172
39173 \end_layout
39174
39175 \begin_layout Standard
39176 \begin_inset Note Greyedout
39177 status open
39178
39179 \begin_layout Plain Layout
39180
39181 \series bold
39182 Note:
39183 \series default
39184  As you can see in the examples above, the text of the documents included
39185  as 
39186 \family sans
39187 verbatim
39188 \family default
39189  is not broken at the end of the document lines.
39190 \end_layout
39191
39192 \end_inset
39193
39194
39195 \end_layout
39196
39197 \begin_layout Description
39198 Listings This type is described in chapter
39199 \begin_inset space ~
39200 \end_inset
39201
39202
39203 \begin_inset CommandInset ref
39204 LatexCommand ref
39205 reference "cha:Program-Code-Listings"
39206
39207 \end_inset
39208
39209 .
39210 \end_layout
39211
39212 \begin_layout Standard
39213 \begin_inset Note Greyedout
39214 status open
39215
39216 \begin_layout Plain Layout
39217
39218 \series bold
39219 Note:
39220 \series default
39221  Including the same document twice in a document using different methods
39222  could cause \SpecialChar LaTeX
39223 -problems.
39224 \end_layout
39225
39226 \end_inset
39227
39228
39229 \end_layout
39230
39231 \begin_layout Standard
39232 If you want to view/export only selected children of your master document,
39233  either because you want to save compiling time or because you want to distribut
39234 e single chapters of the book you are just writing, you can exclude children
39235  from the output.
39236  This is done via the menu 
39237 \family sans
39238 Document\SpecialChar menuseparator
39239 Settings\SpecialChar menuseparator
39240 Child Documents
39241 \family default
39242 .
39243  You can exclude\SpecialChar breakableslash
39244 include children by double-clicking on the 
39245 \family sans
39246 include to output
39247 \family default
39248  column of the respective child document in the list (note that this only
39249  works for documents embedded via 
39250 \begin_inset Quotes eld
39251 \end_inset
39252
39253 Include
39254 \begin_inset Quotes erd
39255 \end_inset
39256
39257 , not with 
39258 \begin_inset Quotes eld
39259 \end_inset
39260
39261 Input
39262 \begin_inset Quotes erd
39263 \end_inset
39264
39265 ).
39266  If the option 
39267 \family sans
39268 Maintain counters and references
39269 \family default
39270  is enabled, \SpecialChar LyX
39271  will assure that all page numbers, references etc.
39272 \begin_inset space ~
39273 \end_inset
39274
39275 are correct as if the whole document was processed.
39276  This is useful if you want the selected sub-documents to look exactly as
39277  in the context of the whole document.
39278  However, \SpecialChar LyX
39279  needs to process the whole document in the background for this
39280  feature.
39281  So if you want to save compile time and if counters and references do not
39282  need to be correct, disable this checkbox.
39283 \end_layout
39284
39285 \begin_layout Standard
39286 Alternatively, you can put each included file into a branch.
39287 \begin_inset Foot
39288 status collapsed
39289
39290 \begin_layout Plain Layout
39291 Branches are described in section 
39292 \emph on
39293 Branches
39294 \emph default
39295  of the \SpecialChar LyX
39296  
39297 \emph on
39298 Userguide
39299 \emph default
39300 .
39301 \end_layout
39302
39303 \end_inset
39304
39305  By enabling\SpecialChar breakableslash
39306 disabling branches you can decide which included files will
39307  appear in the output.
39308  This has the advantage that it also works with Input'ed sub-documents.
39309  However, counters and references will not be maintained with this approach.
39310 \end_layout
39311
39312 \begin_layout Chapter
39313 Program Code Listings
39314 \begin_inset CommandInset label
39315 LatexCommand label
39316 name "cha:Program-Code-Listings"
39317
39318 \end_inset
39319
39320
39321 \begin_inset Index idx
39322 status collapsed
39323
39324 \begin_layout Plain Layout
39325 Listings
39326 \end_layout
39327
39328 \end_inset
39329
39330
39331 \begin_inset Index idx
39332 status collapsed
39333
39334 \begin_layout Plain Layout
39335 Program Code
39336 \end_layout
39337
39338 \end_inset
39339
39340
39341 \begin_inset Index idx
39342 status collapsed
39343
39344 \begin_layout Plain Layout
39345 Floats ! Listings
39346 \end_layout
39347
39348 \end_inset
39349
39350
39351 \end_layout
39352
39353 \begin_layout Standard
39354 To include and typeset program code you can use the 
39355 \family sans
39356 Listings
39357 \family default
39358  inset that can be inserted via the menu 
39359 \family sans
39360 Insert\SpecialChar menuseparator
39361 Program Listing
39362 \family default
39363 .
39364  The \SpecialChar LaTeX
39365 -package 
39366 \series bold
39367 listings
39368 \series default
39369
39370 \begin_inset Index idx
39371 status collapsed
39372
39373 \begin_layout Plain Layout
39374 \SpecialChar LaTeX
39375 -packages ! listings
39376 \end_layout
39377
39378 \end_inset
39379
39380  provides a powerful and flexible way to insert program source code into
39381  your document.
39382 \end_layout
39383
39384 \begin_layout Standard
39385 Right-clicking on a listings inset opens the context menu containing where
39386  you can set the listings format.
39387 \end_layout
39388
39389 \begin_layout Standard
39390 By default, a listing starts a new paragraph in the output.
39391  The placement option 
39392 \family sans
39393 Inline
39394 \begin_inset space ~
39395 \end_inset
39396
39397 listing
39398 \family default
39399  prints the listing inline like this: 
39400 \begin_inset listings
39401 lstparams "language={C++}"
39402 inline true
39403 status open
39404
39405 \begin_layout Plain Layout
39406
39407 int a=5;
39408 \end_layout
39409
39410 \end_inset
39411
39412
39413 \begin_inset Newline newline
39414 \end_inset
39415
39416 The option 
39417 \family sans
39418 Float
39419 \family default
39420  creates a listings float where you can specify the placement options 
39421 \begin_inset Quotes eld
39422 \end_inset
39423
39424
39425 \family sans
39426 h
39427 \family default
39428
39429 \begin_inset Quotes erd
39430 \end_inset
39431
39432
39433 \begin_inset Quotes eld
39434 \end_inset
39435
39436
39437 \family sans
39438 t
39439 \family default
39440
39441 \begin_inset Quotes erd
39442 \end_inset
39443
39444
39445 \begin_inset Quotes eld
39446 \end_inset
39447
39448
39449 \family sans
39450 b
39451 \family default
39452
39453 \begin_inset Quotes erd
39454 \end_inset
39455
39456 , and 
39457 \begin_inset Quotes eld
39458 \end_inset
39459
39460
39461 \family sans
39462 p
39463 \family default
39464
39465 \begin_inset Quotes erd
39466 \end_inset
39467
39468  corresponding to the float placement options described in section
39469 \begin_inset space ~
39470 \end_inset
39471
39472
39473 \begin_inset CommandInset ref
39474 LatexCommand ref
39475 reference "sec:Float-Placement"
39476
39477 \end_inset
39478
39479 .
39480  The placement options can be mixed and are inserted without any separation,
39481  e.
39482 \begin_inset space \thinspace{}
39483 \end_inset
39484
39485 g.
39486 \begin_inset space \space{}
39487 \end_inset
39488
39489
39490 \begin_inset Quotes eld
39491 \end_inset
39492
39493
39494 \family sans
39495 htbp
39496 \family default
39497
39498 \begin_inset Quotes erd
39499 \end_inset
39500
39501 .
39502  The option 
39503 \begin_inset Quotes eld
39504 \end_inset
39505
39506 h
39507 \begin_inset Quotes erd
39508 \end_inset
39509
39510  has sometimes no effect, but you don't need to use the 
39511 \family sans
39512 Float
39513 \family default
39514  option in this case as also non-float listings can have captions and be
39515  referenced.
39516 \end_layout
39517
39518 \begin_layout Standard
39519 You can add captions to listings with the menu 
39520 \family sans
39521 Insert\SpecialChar menuseparator
39522 Caption
39523 \family default
39524 .
39525  Listings can be referenced like floats: Listing
39526 \begin_inset space ~
39527 \end_inset
39528
39529
39530 \begin_inset CommandInset ref
39531 LatexCommand ref
39532 reference "lst:Example-Listing"
39533
39534 \end_inset
39535
39536 .
39537  A list of listings which contains all listings with captions can be created
39538  via the menu 
39539 \family sans
39540 Insert\SpecialChar menuseparator
39541 List
39542 \begin_inset space ~
39543 \end_inset
39544
39545 /
39546 \begin_inset space ~
39547 \end_inset
39548
39549 TOC\SpecialChar menuseparator
39550 List of Listings
39551 \family default
39552 .
39553  The list entries are the listing caption and the listing number.
39554 \end_layout
39555
39556 \begin_layout Standard
39557 \begin_inset listings
39558 lstparams "language=Python"
39559 inline false
39560 status open
39561
39562 \begin_layout Plain Layout
39563
39564 \begin_inset Caption Standard
39565
39566 \begin_layout Plain Layout
39567 \begin_inset CommandInset label
39568 LatexCommand label
39569 name "lst:Example-Listing"
39570
39571 \end_inset
39572
39573 Example Listing float
39574 \end_layout
39575
39576 \end_inset
39577
39578 # Example listing float
39579 \end_layout
39580
39581 \begin_layout Plain Layout
39582
39583 def func(param):
39584 \end_layout
39585
39586 \begin_layout Plain Layout
39587
39588     'this is a python function'
39589 \end_layout
39590
39591 \begin_layout Plain Layout
39592
39593     pass
39594 \end_layout
39595
39596 \end_inset
39597
39598
39599 \end_layout
39600
39601 \begin_layout Standard
39602 When you have set a programming language in the listings dialog, the keywords
39603  of this language will be recognized and specially typeset in the output.
39604  In the example listings the Python keyword 
39605 \begin_inset Quotes eld
39606 \end_inset
39607
39608 def
39609 \begin_inset Quotes erd
39610 \end_inset
39611
39612  is recognized and printed bold in the output.
39613 \end_layout
39614
39615 \begin_layout Standard
39616 \begin_inset Note Greyedout
39617 status open
39618
39619 \begin_layout Plain Layout
39620
39621 \series bold
39622 Note:
39623 \series default
39624  If you don't get bold keywords when using typewriter fonts, your 
39625 \family typewriter
39626 typewriter
39627 \family default
39628  font probably doesn't provide a bold shape.
39629  In this case select a different one in the menu 
39630 \family sans
39631 Document\SpecialChar menuseparator
39632 Settings\SpecialChar menuseparator
39633 Fonts
39634 \family default
39635 .
39636  (The fonts 
39637 \emph on
39638 LuxiMono, BeraMono
39639 \emph default
39640  and 
39641 \emph on
39642 Courier
39643 \emph default
39644  provide bold shapes.)
39645 \end_layout
39646
39647 \end_inset
39648
39649
39650 \end_layout
39651
39652 \begin_layout Standard
39653 In section 
39654 \family sans
39655 Line
39656 \begin_inset space ~
39657 \end_inset
39658
39659 numbering
39660 \family default
39661  of the listings dialog you can specify the line numbering style.
39662  You can insert a number to specify which lines are numbered in the field
39663  
39664 \family sans
39665 Step
39666 \family default
39667 .
39668  When you insert e.
39669 \begin_inset space \thinspace{}
39670 \end_inset
39671
39672 g.
39673 \begin_inset space \space{}
39674 \end_inset
39675
39676
39677 \begin_inset Quotes eld
39678 \end_inset
39679
39680 3
39681 \begin_inset Quotes erd
39682 \end_inset
39683
39684 , only every 3rd line will be numbered.
39685 \end_layout
39686
39687 \begin_layout Standard
39688 You can furthermore specify a range of lines; only these will then appear
39689  in the output.
39690  The option 
39691 \family sans
39692 Extended character table
39693 \family default
39694  should be used when you use national characters like the German umlauts
39695  in the listing.
39696 \begin_inset Newline newline
39697 \end_inset
39698
39699 Here is an example listing with left line numbering, step 
39700 \begin_inset Quotes eld
39701 \end_inset
39702
39703 3
39704 \begin_inset Quotes erd
39705 \end_inset
39706
39707 , language 
39708 \begin_inset Quotes eld
39709 \end_inset
39710
39711 Python
39712 \begin_inset Quotes erd
39713 \end_inset
39714
39715 , options 
39716 \begin_inset Quotes eld
39717 \end_inset
39718
39719 Extended character table
39720 \begin_inset Quotes erd
39721 \end_inset
39722
39723  and 
39724 \begin_inset Quotes eld
39725 \end_inset
39726
39727 Space
39728 \begin_inset space ~
39729 \end_inset
39730
39731 as
39732 \begin_inset space ~
39733 \end_inset
39734
39735 symbol
39736 \begin_inset Quotes erd
39737 \end_inset
39738
39739 , range lines 3
39740 \begin_inset space \thinspace{}
39741 \end_inset
39742
39743 -
39744 \begin_inset space \thinspace{}
39745 \end_inset
39746
39747 8:
39748 \end_layout
39749
39750 \begin_layout Standard
39751 \begin_inset listings
39752 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39753 inline false
39754 status open
39755
39756 \begin_layout Plain Layout
39757
39758 def func(param):
39759 \end_layout
39760
39761 \begin_layout Plain Layout
39762
39763     'this is a python function'
39764 \end_layout
39765
39766 \begin_layout Plain Layout
39767
39768     pass
39769 \end_layout
39770
39771 \begin_layout Plain Layout
39772
39773 def func(param):
39774 \end_layout
39775
39776 \begin_layout Plain Layout
39777
39778 'This is a German word: Tschüß'
39779 \end_layout
39780
39781 \begin_layout Plain Layout
39782
39783 pass
39784 \end_layout
39785
39786 \begin_layout Plain Layout
39787
39788 def func(param):
39789 \end_layout
39790
39791 \begin_layout Plain Layout
39792
39793 'this is a python function'
39794 \end_layout
39795
39796 \begin_layout Plain Layout
39797
39798 pass
39799 \end_layout
39800
39801 \end_inset
39802
39803
39804 \end_layout
39805
39806 \begin_layout Standard
39807 When you have tabulators in your listing, you can specify the number of
39808  characters that are spanned by a tabulator in the field 
39809 \family sans
39810 Tabulator
39811 \begin_inset space ~
39812 \end_inset
39813
39814 size
39815 \family default
39816 .
39817 \end_layout
39818
39819 \begin_layout Standard
39820 \begin_inset Note Greyedout
39821 status open
39822
39823 \begin_layout Plain Layout
39824
39825 \series bold
39826 Note:
39827 \series default
39828  Due to a bug in the 
39829 \series bold
39830 listings
39831 \series default
39832  package the line numbering is shifted by a line by every previous listing.
39833  That's the reason why the lines 2 and 5 are numbered in the above listing
39834  and not the lines 3 and 6.
39835 \end_layout
39836
39837 \end_inset
39838
39839
39840 \end_layout
39841
39842 \begin_layout Standard
39843 \begin_inset VSpace bigskip
39844 \end_inset
39845
39846
39847 \end_layout
39848
39849 \begin_layout Standard
39850 It is also possible to print lines from a file as listing.
39851  To do this, use the menu 
39852 \family sans
39853 Insert\SpecialChar menuseparator
39854 File\SpecialChar menuseparator
39855 Child Document
39856 \family default
39857  and choose the type 
39858 \family sans
39859 Listings
39860 \family default
39861 .
39862 \begin_inset Foot
39863 status collapsed
39864
39865 \begin_layout Plain Layout
39866 The other child document types are described in section
39867 \begin_inset space ~
39868 \end_inset
39869
39870
39871 \begin_inset CommandInset ref
39872 LatexCommand ref
39873 reference "sec:Child-Documents"
39874
39875 \end_inset
39876
39877 .
39878 \end_layout
39879
39880 \end_inset
39881
39882  In the child document dialog you can specify the listing parameters in
39883  a text box.
39884  To show a list of all available parameters, type in a question mark 
39885 \begin_inset Quotes eld
39886 \end_inset
39887
39888 ?
39889 \begin_inset Quotes erd
39890 \end_inset
39891
39892  in the text box.
39893 \end_layout
39894
39895 \begin_layout Standard
39896 To reference child document listings, write a label text into the corresponding
39897  field of the child document dialog.
39898  The label can then be referenced using the menu 
39899 \family sans
39900 Insert\SpecialChar menuseparator
39901 Cross-Reference
39902 \family default
39903 .
39904 \end_layout
39905
39906 \begin_layout Standard
39907 Listing
39908 \begin_inset space ~
39909 \end_inset
39910
39911
39912 \begin_inset CommandInset ref
39913 LatexCommand ref
39914 reference "lst:file-listing"
39915
39916 \end_inset
39917
39918  is an example for a listing of a file; there the lines 10
39919 \begin_inset space \thinspace{}
39920 \end_inset
39921
39922 -
39923 \begin_inset space \thinspace{}
39924 \end_inset
39925
39926 15 of this \SpecialChar LyX
39927  file are listed.
39928 \end_layout
39929
39930 \begin_layout Standard
39931 \begin_inset CommandInset include
39932 LatexCommand lstinputlisting
39933 filename "EmbeddedObjects.lyx"
39934 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39935
39936 \end_inset
39937
39938
39939 \end_layout
39940
39941 \begin_layout Standard
39942 \begin_inset VSpace bigskip
39943 \end_inset
39944
39945
39946 \end_layout
39947
39948 \begin_layout Standard
39949 Inserting a formula into a listing can be done the following way:
39950 \end_layout
39951
39952 \begin_layout Enumerate
39953 Open the listings dialog and add
39954 \begin_inset Newline newline
39955 \end_inset
39956
39957
39958 \family sans
39959 mathescape=true
39960 \family default
39961
39962 \begin_inset Newline newline
39963 \end_inset
39964
39965 to the field of the 
39966 \family sans
39967 Advanced
39968 \family default
39969  tab.
39970 \end_layout
39971
39972 \begin_layout Enumerate
39973 Create a formula outside the listing
39974 \end_layout
39975
39976 \begin_layout Enumerate
39977 Copy the content of the formula (not the formula inset) to the clipboard
39978  (shortcut 
39979 \begin_inset Info
39980 type  "shortcut"
39981 arg   "copy"
39982 \end_inset
39983
39984 )
39985 \end_layout
39986
39987 \begin_layout Enumerate
39988 In the listing write 
39989 \begin_inset Quotes eld
39990 \end_inset
39991
39992
39993 \family sans
39994 $$
39995 \family default
39996
39997 \begin_inset Quotes erd
39998 \end_inset
39999
40000  and copy from the clipboard between the dollar-signs (shortcut 
40001 \begin_inset Info
40002 type  "shortcut"
40003 arg   "paste"
40004 \end_inset
40005
40006 )
40007 \end_layout
40008
40009 \begin_layout Standard
40010 \begin_inset listings
40011 lstparams "language=Python,mathescape=true"
40012 inline false
40013 status open
40014
40015 \begin_layout Plain Layout
40016
40017 \begin_inset Caption Standard
40018
40019 \begin_layout Plain Layout
40020 Example Listing float containing a formula
40021 \end_layout
40022
40023 \end_inset
40024
40025 # Example listing float
40026 \end_layout
40027
40028 \begin_layout Plain Layout
40029
40030 def func(param):
40031 \end_layout
40032
40033 \begin_layout Plain Layout
40034
40035     # $
40036 \backslash
40037 prod_{n=1}^{
40038 \backslash
40039 infty}
40040 \backslash
40041 ,
40042 \backslash
40043 frac{1}{x^{2}}$
40044 \end_layout
40045
40046 \begin_layout Plain Layout
40047
40048     pass
40049 \end_layout
40050
40051 \end_inset
40052
40053
40054 \end_layout
40055
40056 \begin_layout Standard
40057 \begin_inset VSpace bigskip
40058 \end_inset
40059
40060
40061 \end_layout
40062
40063 \begin_layout Standard
40064 Global listings settings can be set in the 
40065 \family sans
40066 Document\SpecialChar menuseparator
40067 Settings\SpecialChar menuseparator
40068 Listings
40069 \family default
40070  dialog.
40071  To get there a list of available options, type in a question mark 
40072 \begin_inset Quotes eld
40073 \end_inset
40074
40075 ?
40076 \begin_inset Quotes erd
40077 \end_inset
40078
40079 .
40080 \end_layout
40081
40082 \begin_layout Standard
40083 For more information about the 
40084 \series bold
40085 listings
40086 \series default
40087  package, we refer to its documentation 
40088 \begin_inset CommandInset citation
40089 LatexCommand cite
40090 key "listings"
40091
40092 \end_inset
40093
40094 .
40095 \end_layout
40096
40097 \begin_layout Standard
40098 \begin_inset Newpage newpage
40099 \end_inset
40100
40101
40102 \end_layout
40103
40104 \begin_layout Chapter
40105 \start_of_appendix
40106 Units available in \SpecialChar LyX
40107
40108 \begin_inset Index idx
40109 status collapsed
40110
40111 \begin_layout Plain Layout
40112 Units
40113 \end_layout
40114
40115 \end_inset
40116
40117
40118 \begin_inset CommandInset label
40119 LatexCommand label
40120 name "cha:Units-available-in"
40121
40122 \end_inset
40123
40124
40125 \end_layout
40126
40127 \begin_layout Standard
40128 To understand the units described in this documentation, Table
40129 \begin_inset space ~
40130 \end_inset
40131
40132
40133 \begin_inset CommandInset ref
40134 LatexCommand ref
40135 reference "tab:Units"
40136
40137 \end_inset
40138
40139  explains all units available in \SpecialChar LyX
40140 .
40141 \end_layout
40142
40143 \begin_layout Standard
40144 \begin_inset Float table
40145 placement h
40146 wide false
40147 sideways false
40148 status open
40149
40150 \begin_layout Plain Layout
40151 \begin_inset Caption Standard
40152
40153 \begin_layout Plain Layout
40154 \begin_inset CommandInset label
40155 LatexCommand label
40156 name "tab:Units"
40157
40158 \end_inset
40159
40160 Units
40161 \end_layout
40162
40163 \end_inset
40164
40165
40166 \end_layout
40167
40168 \begin_layout Plain Layout
40169 \begin_inset VSpace medskip
40170 \end_inset
40171
40172
40173 \end_layout
40174
40175 \begin_layout Plain Layout
40176 \align center
40177 \begin_inset Tabular
40178 <lyxtabular version="3" rows="20" columns="3">
40179 <features tabularvalignment="middle">
40180 <column alignment="center" valignment="top">
40181 <column alignment="center" valignment="top">
40182 <column alignment="center" valignment="top">
40183 <row>
40184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40185 \begin_inset Text
40186
40187 \begin_layout Plain Layout
40188 unit
40189 \end_layout
40190
40191 \end_inset
40192 </cell>
40193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40194 \begin_inset Text
40195
40196 \begin_layout Plain Layout
40197 name/description
40198 \end_layout
40199
40200 \end_inset
40201 </cell>
40202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40203 \begin_inset Text
40204
40205 \begin_layout Plain Layout
40206 \SpecialChar LaTeX
40207  command
40208 \end_layout
40209
40210 \end_inset
40211 </cell>
40212 </row>
40213 <row>
40214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40215 \begin_inset Text
40216
40217 \begin_layout Plain Layout
40218 mm
40219 \end_layout
40220
40221 \end_inset
40222 </cell>
40223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40224 \begin_inset Text
40225
40226 \begin_layout Plain Layout
40227 millimeter
40228 \end_layout
40229
40230 \end_inset
40231 </cell>
40232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40233 \begin_inset Text
40234
40235 \begin_layout Plain Layout
40236 -
40237 \end_layout
40238
40239 \end_inset
40240 </cell>
40241 </row>
40242 <row>
40243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40244 \begin_inset Text
40245
40246 \begin_layout Plain Layout
40247 cm
40248 \end_layout
40249
40250 \end_inset
40251 </cell>
40252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40253 \begin_inset Text
40254
40255 \begin_layout Plain Layout
40256 centimeter
40257 \end_layout
40258
40259 \end_inset
40260 </cell>
40261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40262 \begin_inset Text
40263
40264 \begin_layout Plain Layout
40265 -
40266 \end_layout
40267
40268 \end_inset
40269 </cell>
40270 </row>
40271 <row>
40272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40273 \begin_inset Text
40274
40275 \begin_layout Plain Layout
40276 in
40277 \end_layout
40278
40279 \end_inset
40280 </cell>
40281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40282 \begin_inset Text
40283
40284 \begin_layout Plain Layout
40285 inch
40286 \end_layout
40287
40288 \end_inset
40289 </cell>
40290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40291 \begin_inset Text
40292
40293 \begin_layout Plain Layout
40294 -
40295 \end_layout
40296
40297 \end_inset
40298 </cell>
40299 </row>
40300 <row>
40301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40302 \begin_inset Text
40303
40304 \begin_layout Plain Layout
40305 pt
40306 \end_layout
40307
40308 \end_inset
40309 </cell>
40310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40311 \begin_inset Text
40312
40313 \begin_layout Plain Layout
40314 point (72.27
40315 \begin_inset space \thinspace{}
40316 \end_inset
40317
40318 pt = 1
40319 \begin_inset space \thinspace{}
40320 \end_inset
40321
40322 in)
40323 \end_layout
40324
40325 \end_inset
40326 </cell>
40327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40328 \begin_inset Text
40329
40330 \begin_layout Plain Layout
40331 -
40332 \end_layout
40333
40334 \end_inset
40335 </cell>
40336 </row>
40337 <row>
40338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40339 \begin_inset Text
40340
40341 \begin_layout Plain Layout
40342 pc
40343 \end_layout
40344
40345 \end_inset
40346 </cell>
40347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40348 \begin_inset Text
40349
40350 \begin_layout Plain Layout
40351 pica (1
40352 \begin_inset space \thinspace{}
40353 \end_inset
40354
40355 pc = 12
40356 \begin_inset space \thinspace{}
40357 \end_inset
40358
40359 pt)
40360 \end_layout
40361
40362 \end_inset
40363 </cell>
40364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40365 \begin_inset Text
40366
40367 \begin_layout Plain Layout
40368 -
40369 \end_layout
40370
40371 \end_inset
40372 </cell>
40373 </row>
40374 <row>
40375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40376 \begin_inset Text
40377
40378 \begin_layout Plain Layout
40379 sp
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 scaled point (65536
40389 \begin_inset space \thinspace{}
40390 \end_inset
40391
40392 sp = 1
40393 \begin_inset space \thinspace{}
40394 \end_inset
40395
40396 pt)
40397 \end_layout
40398
40399 \end_inset
40400 </cell>
40401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40402 \begin_inset Text
40403
40404 \begin_layout Plain Layout
40405 -
40406 \end_layout
40407
40408 \end_inset
40409 </cell>
40410 </row>
40411 <row>
40412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40413 \begin_inset Text
40414
40415 \begin_layout Plain Layout
40416 bp
40417 \end_layout
40418
40419 \end_inset
40420 </cell>
40421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40422 \begin_inset Text
40423
40424 \begin_layout Plain Layout
40425 big point (72
40426 \begin_inset space \thinspace{}
40427 \end_inset
40428
40429 bp = 1
40430 \begin_inset space \thinspace{}
40431 \end_inset
40432
40433 in)
40434 \end_layout
40435
40436 \end_inset
40437 </cell>
40438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40439 \begin_inset Text
40440
40441 \begin_layout Plain Layout
40442 -
40443 \end_layout
40444
40445 \end_inset
40446 </cell>
40447 </row>
40448 <row>
40449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40450 \begin_inset Text
40451
40452 \begin_layout Plain Layout
40453 dd
40454 \end_layout
40455
40456 \end_inset
40457 </cell>
40458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40459 \begin_inset Text
40460
40461 \begin_layout Plain Layout
40462 didot (1
40463 \begin_inset space \thinspace{}
40464 \end_inset
40465
40466 dd 
40467 \begin_inset Formula $\approx$
40468 \end_inset
40469
40470  0.376
40471 \begin_inset space \thinspace{}
40472 \end_inset
40473
40474 mm)
40475 \end_layout
40476
40477 \end_inset
40478 </cell>
40479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40480 \begin_inset Text
40481
40482 \begin_layout Plain Layout
40483 -
40484 \end_layout
40485
40486 \end_inset
40487 </cell>
40488 </row>
40489 <row>
40490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40491 \begin_inset Text
40492
40493 \begin_layout Plain Layout
40494 cc
40495 \end_layout
40496
40497 \end_inset
40498 </cell>
40499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40500 \begin_inset Text
40501
40502 \begin_layout Plain Layout
40503 cicero (1
40504 \begin_inset space \thinspace{}
40505 \end_inset
40506
40507 cc = 12
40508 \begin_inset space \thinspace{}
40509 \end_inset
40510
40511 dd)
40512 \end_layout
40513
40514 \end_inset
40515 </cell>
40516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40517 \begin_inset Text
40518
40519 \begin_layout Plain Layout
40520 -
40521 \end_layout
40522
40523 \end_inset
40524 </cell>
40525 </row>
40526 <row>
40527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40528 \begin_inset Text
40529
40530 \begin_layout Plain Layout
40531 Scale Graphics %
40532 \end_layout
40533
40534 \end_inset
40535 </cell>
40536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40537 \begin_inset Text
40538
40539 \begin_layout Plain Layout
40540 % of original image width
40541 \end_layout
40542
40543 \end_inset
40544 </cell>
40545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40546 \begin_inset Text
40547
40548 \begin_layout Plain Layout
40549
40550 \end_layout
40551
40552 \end_inset
40553 </cell>
40554 </row>
40555 <row>
40556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40557 \begin_inset Text
40558
40559 \begin_layout Plain Layout
40560 Text Width %
40561 \end_layout
40562
40563 \end_inset
40564 </cell>
40565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40566 \begin_inset Text
40567
40568 \begin_layout Plain Layout
40569 % of text width
40570 \end_layout
40571
40572 \end_inset
40573 </cell>
40574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40575 \begin_inset Text
40576
40577 \begin_layout Plain Layout
40578
40579 \backslash
40580 textwidth
40581 \end_layout
40582
40583 \end_inset
40584 </cell>
40585 </row>
40586 <row>
40587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40588 \begin_inset Text
40589
40590 \begin_layout Plain Layout
40591 Column Width %
40592 \end_layout
40593
40594 \end_inset
40595 </cell>
40596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40597 \begin_inset Text
40598
40599 \begin_layout Plain Layout
40600 % of column width
40601 \end_layout
40602
40603 \end_inset
40604 </cell>
40605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40606 \begin_inset Text
40607
40608 \begin_layout Plain Layout
40609
40610 \backslash
40611 columnwidth
40612 \end_layout
40613
40614 \end_inset
40615 </cell>
40616 </row>
40617 <row>
40618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40619 \begin_inset Text
40620
40621 \begin_layout Plain Layout
40622 Page Width %
40623 \end_layout
40624
40625 \end_inset
40626 </cell>
40627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40628 \begin_inset Text
40629
40630 \begin_layout Plain Layout
40631 % of paper width
40632 \end_layout
40633
40634 \end_inset
40635 </cell>
40636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40637 \begin_inset Text
40638
40639 \begin_layout Plain Layout
40640
40641 \backslash
40642 paperwidth
40643 \end_layout
40644
40645 \end_inset
40646 </cell>
40647 </row>
40648 <row>
40649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40650 \begin_inset Text
40651
40652 \begin_layout Plain Layout
40653 Line Width %
40654 \end_layout
40655
40656 \end_inset
40657 </cell>
40658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40659 \begin_inset Text
40660
40661 \begin_layout Plain Layout
40662 % of line width
40663 \end_layout
40664
40665 \end_inset
40666 </cell>
40667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40668 \begin_inset Text
40669
40670 \begin_layout Plain Layout
40671
40672 \backslash
40673 linewidth
40674 \end_layout
40675
40676 \end_inset
40677 </cell>
40678 </row>
40679 <row>
40680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40681 \begin_inset Text
40682
40683 \begin_layout Plain Layout
40684 Text Height %
40685 \end_layout
40686
40687 \end_inset
40688 </cell>
40689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40690 \begin_inset Text
40691
40692 \begin_layout Plain Layout
40693 % of text height
40694 \end_layout
40695
40696 \end_inset
40697 </cell>
40698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40699 \begin_inset Text
40700
40701 \begin_layout Plain Layout
40702
40703 \backslash
40704 textheight
40705 \end_layout
40706
40707 \end_inset
40708 </cell>
40709 </row>
40710 <row>
40711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40712 \begin_inset Text
40713
40714 \begin_layout Plain Layout
40715 Page Height %
40716 \end_layout
40717
40718 \end_inset
40719 </cell>
40720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40721 \begin_inset Text
40722
40723 \begin_layout Plain Layout
40724 % of paper height
40725 \end_layout
40726
40727 \end_inset
40728 </cell>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout Plain Layout
40733
40734 \backslash
40735 paperheight
40736 \end_layout
40737
40738 \end_inset
40739 </cell>
40740 </row>
40741 <row>
40742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40743 \begin_inset Text
40744
40745 \begin_layout Plain Layout
40746 ex
40747 \end_layout
40748
40749 \end_inset
40750 </cell>
40751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40752 \begin_inset Text
40753
40754 \begin_layout Plain Layout
40755 height of letter 
40756 \emph on
40757 x
40758 \emph default
40759  in current font
40760 \end_layout
40761
40762 \end_inset
40763 </cell>
40764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40765 \begin_inset Text
40766
40767 \begin_layout Plain Layout
40768 -
40769 \end_layout
40770
40771 \end_inset
40772 </cell>
40773 </row>
40774 <row>
40775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40776 \begin_inset Text
40777
40778 \begin_layout Plain Layout
40779 em
40780 \end_layout
40781
40782 \end_inset
40783 </cell>
40784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40785 \begin_inset Text
40786
40787 \begin_layout Plain Layout
40788 width of letter 
40789 \emph on
40790 M
40791 \emph default
40792  in current font
40793 \end_layout
40794
40795 \end_inset
40796 </cell>
40797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40798 \begin_inset Text
40799
40800 \begin_layout Plain Layout
40801 -
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 </row>
40807 <row>
40808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40809 \begin_inset Text
40810
40811 \begin_layout Plain Layout
40812 mu
40813 \end_layout
40814
40815 \end_inset
40816 </cell>
40817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40818 \begin_inset Text
40819
40820 \begin_layout Plain Layout
40821 math unit (1
40822 \begin_inset space \thinspace{}
40823 \end_inset
40824
40825 mu = 1/18
40826 \begin_inset space \thinspace{}
40827 \end_inset
40828
40829 em)
40830 \end_layout
40831
40832 \end_inset
40833 </cell>
40834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40835 \begin_inset Text
40836
40837 \begin_layout Plain Layout
40838 -
40839 \end_layout
40840
40841 \end_inset
40842 </cell>
40843 </row>
40844 </lyxtabular>
40845
40846 \end_inset
40847
40848
40849 \end_layout
40850
40851 \end_inset
40852
40853
40854 \end_layout
40855
40856 \begin_layout Chapter
40857 Output File Formats with Graphics
40858 \begin_inset CommandInset label
40859 LatexCommand label
40860 name "cha:Output-File-Formats"
40861
40862 \end_inset
40863
40864
40865 \end_layout
40866
40867 \begin_layout Section
40868 DVI
40869 \begin_inset Index idx
40870 status collapsed
40871
40872 \begin_layout Plain Layout
40873 File Formats ! DVI
40874 \end_layout
40875
40876 \end_inset
40877
40878
40879 \begin_inset Index idx
40880 status collapsed
40881
40882 \begin_layout Plain Layout
40883 DVI|see
40884 \begin_inset ERT
40885 status collapsed
40886
40887 \begin_layout Plain Layout
40888
40889 {
40890 \end_layout
40891
40892 \end_inset
40893
40894 File Formats
40895 \begin_inset ERT
40896 status collapsed
40897
40898 \begin_layout Plain Layout
40899
40900 }
40901 \end_layout
40902
40903 \end_inset
40904
40905
40906 \end_layout
40907
40908 \end_inset
40909
40910
40911 \end_layout
40912
40913 \begin_layout Standard
40914 This file type has the extension 
40915 \begin_inset Quotes eld
40916 \end_inset
40917
40918
40919 \family typewriter
40920 .dvi
40921 \family default
40922
40923 \begin_inset Quotes erd
40924 \end_inset
40925
40926 .
40927  It is called 
40928 \begin_inset Quotes eld
40929 \end_inset
40930
40931 device-independent
40932 \begin_inset Quotes erd
40933 \end_inset
40934
40935  (DVI), because it is completely portable; you can move them from one machine
40936  to another without needing to do any sort of conversion.
40937  At the time when this file-format was developed, this was no matter of
40938  course.
40939  DVIs are used for quick previews and as pre-stage for other output formats,
40940  like PostScript.
40941 \end_layout
40942
40943 \begin_layout Standard
40944 \begin_inset Note Greyedout
40945 status open
40946
40947 \begin_layout Plain Layout
40948
40949 \series bold
40950 Note:
40951 \series default
40952  DVI-files do not contain images; they will only be a linked.
40953 \end_layout
40954
40955 \end_inset
40956
40957  So don't forget this, if you move your 
40958 \family typewriter
40959 .dvi
40960 \family default
40961  file to another computer.
40962  This property can also slow down your computer when you view the DVI, because
40963  the DVI-viewer has to convert the image in the background to make it visible
40964  when you scroll in the DVI.
40965  So it is recommended that you use PDF for files with many images.
40966 \end_layout
40967
40968 \begin_layout Standard
40969 You can export your document to DVI by using the menu 
40970 \family sans
40971 File\SpecialChar menuseparator
40972 Export\SpecialChar menuseparator
40973 DVI
40974 \family default
40975 .
40976  You can view your document as DVI via the 
40977 \family sans
40978 View
40979 \family default
40980  menu.
40981 \end_layout
40982
40983 \begin_layout Section
40984 PostScript
40985 \begin_inset Index idx
40986 status collapsed
40987
40988 \begin_layout Plain Layout
40989 File Formats ! PostScript
40990 \end_layout
40991
40992 \end_inset
40993
40994
40995 \begin_inset Index idx
40996 status collapsed
40997
40998 \begin_layout Plain Layout
40999 PostScript|see
41000 \begin_inset ERT
41001 status collapsed
41002
41003 \begin_layout Plain Layout
41004
41005 {
41006 \end_layout
41007
41008 \end_inset
41009
41010 File Formats
41011 \begin_inset ERT
41012 status collapsed
41013
41014 \begin_layout Plain Layout
41015
41016 }
41017 \end_layout
41018
41019 \end_inset
41020
41021
41022 \end_layout
41023
41024 \end_inset
41025
41026
41027 \end_layout
41028
41029 \begin_layout Standard
41030 This file type has the extension 
41031 \begin_inset Quotes eld
41032 \end_inset
41033
41034
41035 \family typewriter
41036 .ps
41037 \family default
41038
41039 \begin_inset Quotes erd
41040 \end_inset
41041
41042 .
41043  PostScript was developed by the company 
41044 \family typewriter
41045 Adobe
41046 \family default
41047  as a printer language.
41048  The file therefore contains commands that the printer uses to print the
41049  file.
41050  PostScript can be seen as a 
41051 \begin_inset Quotes eld
41052 \end_inset
41053
41054 programming language
41055 \begin_inset Quotes erd
41056 \end_inset
41057
41058 ; you can calculate with it and draw diagrams and images
41059 \begin_inset Foot
41060 status collapsed
41061
41062 \begin_layout Plain Layout
41063 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41064 -package
41065  
41066 \series bold
41067 PSTricks
41068 \series default
41069  
41070 \begin_inset CommandInset citation
41071 LatexCommand cite
41072 key "pstricks"
41073
41074 \end_inset
41075
41076 .
41077 \end_layout
41078
41079 \end_inset
41080
41081 .
41082  Due to this ability, the files are often bigger than PDFs.
41083 \end_layout
41084
41085 \begin_layout Standard
41086 PostScript can only contain images in the format 
41087 \begin_inset Quotes eld
41088 \end_inset
41089
41090 Encapsulated PostScript
41091 \begin_inset Quotes erd
41092 \end_inset
41093
41094  (EPS, file extension 
41095 \begin_inset Quotes eld
41096 \end_inset
41097
41098
41099 \family typewriter
41100 .eps
41101 \family default
41102
41103 \begin_inset Quotes erd
41104 \end_inset
41105
41106 ).
41107  As \SpecialChar LyX
41108  allows you to use any known image format in your document, it has to
41109  convert images in the background to EPS.
41110  If you have e.g.
41111 \begin_inset space ~
41112 \end_inset
41113
41114 50
41115 \begin_inset space ~
41116 \end_inset
41117
41118 images in your document, \SpecialChar LyX
41119  has to do 50
41120 \begin_inset space ~
41121 \end_inset
41122
41123 conversions whenever you view or export your document.
41124  This will slow down your work flow with \SpecialChar LyX
41125  drastically.
41126  So if you plan to use PostScript, you can insert your images directly as
41127  EPS to avoid this problem.
41128 \end_layout
41129
41130 \begin_layout Standard
41131 You can export your document to PostScript using the menu 
41132 \family sans
41133 File\SpecialChar menuseparator
41134 Export\SpecialChar menuseparator
41135 Postscript
41136 \family default
41137 .
41138  You can view your document as PostScript via the 
41139 \family sans
41140 View
41141 \family default
41142  menu.
41143 \end_layout
41144
41145 \begin_layout Section
41146 PDF
41147 \begin_inset Index idx
41148 status collapsed
41149
41150 \begin_layout Plain Layout
41151 File Formats ! PDF
41152 \end_layout
41153
41154 \end_inset
41155
41156
41157 \begin_inset Index idx
41158 status collapsed
41159
41160 \begin_layout Plain Layout
41161 PDF
41162 \end_layout
41163
41164 \end_inset
41165
41166
41167 \end_layout
41168
41169 \begin_layout Standard
41170 This file type has the extension 
41171 \begin_inset Quotes eld
41172 \end_inset
41173
41174
41175 \family typewriter
41176 .pdf
41177 \family default
41178
41179 \begin_inset Quotes erd
41180 \end_inset
41181
41182 .
41183  The 
41184 \begin_inset Quotes eld
41185 \end_inset
41186
41187 Portable Document Format
41188 \begin_inset Quotes erd
41189 \end_inset
41190
41191  (PDF) was developed by 
41192 \family typewriter
41193 Adobe
41194 \family default
41195  as a derivative of PostScript.
41196  It is more compressed and it uses fewer commands than PostScript.
41197  As the name 
41198 \begin_inset Quotes eld
41199 \end_inset
41200
41201 portable
41202 \begin_inset Quotes erd
41203 \end_inset
41204
41205  implies, it can be processed at any computer system and the printed output
41206  looks exactly the same.
41207 \end_layout
41208
41209 \begin_layout Standard
41210 PDF can contain images in its own PDF format, in the format 
41211 \begin_inset Quotes eld
41212 \end_inset
41213
41214 Joint Photographic Experts Group
41215 \begin_inset Quotes erd
41216 \end_inset
41217
41218  (JPG, file extension 
41219 \begin_inset Quotes eld
41220 \end_inset
41221
41222
41223 \family typewriter
41224 .jpg
41225 \family default
41226
41227 \begin_inset Quotes erd
41228 \end_inset
41229
41230  or 
41231 \begin_inset Quotes eld
41232 \end_inset
41233
41234
41235 \family typewriter
41236 .jpeg
41237 \family default
41238
41239 \begin_inset Quotes erd
41240 \end_inset
41241
41242 ), and in the format 
41243 \begin_inset Quotes eld
41244 \end_inset
41245
41246 Portable Network Graphics
41247 \begin_inset Quotes erd
41248 \end_inset
41249
41250  (PNG, file extension 
41251 \begin_inset Quotes eld
41252 \end_inset
41253
41254
41255 \family typewriter
41256 .png
41257 \family default
41258
41259 \begin_inset Quotes erd
41260 \end_inset
41261
41262 ).
41263  Nevertheless you can use any other image format, because \SpecialChar LyX
41264  converts them
41265  in the background to one of these formats.
41266  But as described in the section about PostScript, the image conversion
41267  will slow down your work flow.
41268  So it is recommended that you use images in one of the three mentioned
41269  formats.
41270 \end_layout
41271
41272 \begin_layout Standard
41273 You can export your document to PDF via the menu 
41274 \family sans
41275 File\SpecialChar menuseparator
41276 Export
41277 \family default
41278  in three different ways:
41279 \end_layout
41280
41281 \begin_layout Description
41282 PDF
41283 \begin_inset space ~
41284 \end_inset
41285
41286 (ps2pdf) This uses the program 
41287 \family typewriter
41288 ps2pdf
41289 \family default
41290  that creates a PDF from a PostScript-version of your file.
41291  The PostScript-version is produced by the program 
41292 \family typewriter
41293 dvips
41294 \family default
41295  which uses a DVI-version as intermediate step.
41296  So this export variant consists of three conversions.
41297 \end_layout
41298
41299 \begin_layout Description
41300 PDF
41301 \begin_inset space ~
41302 \end_inset
41303
41304 (dvipdfm) This uses the program 
41305 \family typewriter
41306 dvipdfm
41307 \family default
41308  that converts your file in the background to DVI and in a second step to
41309  PDF.
41310 \end_layout
41311
41312 \begin_layout Description
41313 PDF
41314 \begin_inset space ~
41315 \end_inset
41316
41317 (pdflatex) This uses the program 
41318 \family typewriter
41319 pdftex
41320 \family default
41321  that converts your file directly to PDF.
41322 \end_layout
41323
41324 \begin_layout Standard
41325 It is recommended that you use 
41326 \family sans
41327 PDF
41328 \begin_inset space ~
41329 \end_inset
41330
41331 (pdflatex)
41332 \family default
41333  because 
41334 \family typewriter
41335 pdftex
41336 \family default
41337  supports all features of actual PDF-versions, is quick and works stable.
41338  The program 
41339 \family typewriter
41340 dvipdfm
41341 \family default
41342  is not under development and therefore a bit outdated.
41343 \end_layout
41344
41345 \begin_layout Standard
41346 You can view your document as PDF via the 
41347 \family sans
41348 View
41349 \family default
41350  menu or by using a toolbar button.
41351 \end_layout
41352
41353 \begin_layout Chapter
41354 List of dvips color names
41355 \begin_inset CommandInset label
41356 LatexCommand label
41357 name "chap:List-of-dvips-colornames"
41358
41359 \end_inset
41360
41361
41362 \end_layout
41363
41364 \begin_layout Standard
41365 \begin_inset Tabular
41366 <lyxtabular version="3" rows="17" columns="4">
41367 <features tabularvalignment="middle">
41368 <column alignment="left" valignment="top" width="0pt">
41369 <column alignment="left" valignment="top" width="0pt">
41370 <column alignment="left" valignment="top" width="0pt">
41371 <column alignment="left" valignment="top" width="0pt">
41372 <row>
41373 <cell alignment="left" valignment="top" usebox="none">
41374 \begin_inset Text
41375
41376 \begin_layout Plain Layout
41377 \begin_inset ERT
41378 status collapsed
41379
41380 \begin_layout Plain Layout
41381
41382
41383 \backslash
41384 fcolorbox{black}{
41385 \end_layout
41386
41387 \end_inset
41388
41389 white
41390 \begin_inset ERT
41391 status collapsed
41392
41393 \begin_layout Plain Layout
41394
41395 }{
41396 \end_layout
41397
41398 \end_inset
41399
41400 Color
41401 \begin_inset ERT
41402 status collapsed
41403
41404 \begin_layout Plain Layout
41405
41406 }
41407 \end_layout
41408
41409 \end_inset
41410
41411  Color name
41412 \end_layout
41413
41414 \end_inset
41415 </cell>
41416 <cell alignment="left" valignment="top" usebox="none">
41417 \begin_inset Text
41418
41419 \begin_layout Plain Layout
41420 \begin_inset ERT
41421 status collapsed
41422
41423 \begin_layout Plain Layout
41424
41425
41426 \backslash
41427 fcolorbox{black}{
41428 \end_layout
41429
41430 \end_inset
41431
41432 white
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438 }{
41439 \end_layout
41440
41441 \end_inset
41442
41443 Color
41444 \begin_inset ERT
41445 status collapsed
41446
41447 \begin_layout Plain Layout
41448
41449 }
41450 \end_layout
41451
41452 \end_inset
41453
41454  Color name
41455 \end_layout
41456
41457 \end_inset
41458 </cell>
41459 <cell alignment="left" valignment="top" usebox="none">
41460 \begin_inset Text
41461
41462 \begin_layout Plain Layout
41463 \begin_inset ERT
41464 status collapsed
41465
41466 \begin_layout Plain Layout
41467
41468
41469 \backslash
41470 fcolorbox{black}{
41471 \end_layout
41472
41473 \end_inset
41474
41475 white
41476 \begin_inset ERT
41477 status collapsed
41478
41479 \begin_layout Plain Layout
41480
41481 }{
41482 \end_layout
41483
41484 \end_inset
41485
41486 Color
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }
41493 \end_layout
41494
41495 \end_inset
41496
41497  Color name
41498 \end_layout
41499
41500 \end_inset
41501 </cell>
41502 <cell alignment="left" valignment="top" usebox="none">
41503 \begin_inset Text
41504
41505 \begin_layout Plain Layout
41506 \begin_inset ERT
41507 status collapsed
41508
41509 \begin_layout Plain Layout
41510
41511
41512 \backslash
41513 fcolorbox{black}{
41514 \end_layout
41515
41516 \end_inset
41517
41518 white
41519 \begin_inset ERT
41520 status collapsed
41521
41522 \begin_layout Plain Layout
41523
41524 }{
41525 \end_layout
41526
41527 \end_inset
41528
41529 Color
41530 \begin_inset ERT
41531 status collapsed
41532
41533 \begin_layout Plain Layout
41534
41535 }
41536 \end_layout
41537
41538 \end_inset
41539
41540  Color name
41541 \end_layout
41542
41543 \end_inset
41544 </cell>
41545 </row>
41546 <row>
41547 <cell alignment="center" valignment="top" usebox="none">
41548 \begin_inset Text
41549
41550 \begin_layout Plain Layout
41551 \begin_inset ERT
41552 status collapsed
41553
41554 \begin_layout Plain Layout
41555
41556
41557 \backslash
41558 fcolorbox{black}{
41559 \end_layout
41560
41561 \end_inset
41562
41563 Apricot
41564 \begin_inset ERT
41565 status collapsed
41566
41567 \begin_layout Plain Layout
41568
41569 }{
41570 \end_layout
41571
41572 \end_inset
41573
41574
41575 \begin_inset Phantom Phantom
41576 status open
41577
41578 \begin_layout Plain Layout
41579 W
41580 \end_layout
41581
41582 \end_inset
41583
41584
41585 \begin_inset ERT
41586 status collapsed
41587
41588 \begin_layout Plain Layout
41589
41590 }
41591 \end_layout
41592
41593 \end_inset
41594
41595  Apricot
41596 \end_layout
41597
41598 \end_inset
41599 </cell>
41600 <cell alignment="center" valignment="top" usebox="none">
41601 \begin_inset Text
41602
41603 \begin_layout Plain Layout
41604 \begin_inset ERT
41605 status collapsed
41606
41607 \begin_layout Plain Layout
41608
41609
41610 \backslash
41611 fcolorbox{black}{
41612 \end_layout
41613
41614 \end_inset
41615
41616 Aquamarine
41617 \begin_inset ERT
41618 status collapsed
41619
41620 \begin_layout Plain Layout
41621
41622 }{
41623 \end_layout
41624
41625 \end_inset
41626
41627
41628 \begin_inset Phantom Phantom
41629 status open
41630
41631 \begin_layout Plain Layout
41632 W
41633 \end_layout
41634
41635 \end_inset
41636
41637
41638 \begin_inset ERT
41639 status collapsed
41640
41641 \begin_layout Plain Layout
41642
41643 }
41644 \end_layout
41645
41646 \end_inset
41647
41648  Aquamarine
41649 \end_layout
41650
41651 \end_inset
41652 </cell>
41653 <cell alignment="center" valignment="top" usebox="none">
41654 \begin_inset Text
41655
41656 \begin_layout Plain Layout
41657 \begin_inset ERT
41658 status collapsed
41659
41660 \begin_layout Plain Layout
41661
41662
41663 \backslash
41664 fcolorbox{black}{
41665 \end_layout
41666
41667 \end_inset
41668
41669 Bittersweet
41670 \begin_inset ERT
41671 status collapsed
41672
41673 \begin_layout Plain Layout
41674
41675 }{
41676 \end_layout
41677
41678 \end_inset
41679
41680
41681 \begin_inset Phantom Phantom
41682 status open
41683
41684 \begin_layout Plain Layout
41685 W
41686 \end_layout
41687
41688 \end_inset
41689
41690
41691 \begin_inset ERT
41692 status collapsed
41693
41694 \begin_layout Plain Layout
41695
41696 }
41697 \end_layout
41698
41699 \end_inset
41700
41701  Bittersweet
41702 \end_layout
41703
41704 \end_inset
41705 </cell>
41706 <cell alignment="center" valignment="top" usebox="none">
41707 \begin_inset Text
41708
41709 \begin_layout Plain Layout
41710 \begin_inset ERT
41711 status collapsed
41712
41713 \begin_layout Plain Layout
41714
41715
41716 \backslash
41717 fcolorbox{black}{
41718 \end_layout
41719
41720 \end_inset
41721
41722 BlueGreen
41723 \begin_inset ERT
41724 status collapsed
41725
41726 \begin_layout Plain Layout
41727
41728 }{
41729 \end_layout
41730
41731 \end_inset
41732
41733
41734 \begin_inset Phantom Phantom
41735 status open
41736
41737 \begin_layout Plain Layout
41738 W
41739 \end_layout
41740
41741 \end_inset
41742
41743
41744 \begin_inset ERT
41745 status collapsed
41746
41747 \begin_layout Plain Layout
41748
41749 }
41750 \end_layout
41751
41752 \end_inset
41753
41754  BlueGreen
41755 \end_layout
41756
41757 \end_inset
41758 </cell>
41759 </row>
41760 <row>
41761 <cell alignment="left" valignment="top" usebox="none">
41762 \begin_inset Text
41763
41764 \begin_layout Plain Layout
41765 \begin_inset ERT
41766 status collapsed
41767
41768 \begin_layout Plain Layout
41769
41770
41771 \backslash
41772 fcolorbox{black}{
41773 \end_layout
41774
41775 \end_inset
41776
41777 BlueViolet
41778 \begin_inset ERT
41779 status collapsed
41780
41781 \begin_layout Plain Layout
41782
41783 }{
41784 \end_layout
41785
41786 \end_inset
41787
41788
41789 \begin_inset Phantom Phantom
41790 status open
41791
41792 \begin_layout Plain Layout
41793 W
41794 \end_layout
41795
41796 \end_inset
41797
41798
41799 \begin_inset ERT
41800 status collapsed
41801
41802 \begin_layout Plain Layout
41803
41804 }
41805 \end_layout
41806
41807 \end_inset
41808
41809  BlueViolet
41810 \end_layout
41811
41812 \end_inset
41813 </cell>
41814 <cell alignment="left" valignment="top" usebox="none">
41815 \begin_inset Text
41816
41817 \begin_layout Plain Layout
41818 \begin_inset ERT
41819 status collapsed
41820
41821 \begin_layout Plain Layout
41822
41823
41824 \backslash
41825 fcolorbox{black}{
41826 \end_layout
41827
41828 \end_inset
41829
41830 BrickRed
41831 \begin_inset ERT
41832 status collapsed
41833
41834 \begin_layout Plain Layout
41835
41836 }{
41837 \end_layout
41838
41839 \end_inset
41840
41841
41842 \begin_inset Phantom Phantom
41843 status open
41844
41845 \begin_layout Plain Layout
41846 W
41847 \end_layout
41848
41849 \end_inset
41850
41851
41852 \begin_inset ERT
41853 status collapsed
41854
41855 \begin_layout Plain Layout
41856
41857 }
41858 \end_layout
41859
41860 \end_inset
41861
41862  BrickRed
41863 \end_layout
41864
41865 \end_inset
41866 </cell>
41867 <cell alignment="left" valignment="top" usebox="none">
41868 \begin_inset Text
41869
41870 \begin_layout Plain Layout
41871 \begin_inset ERT
41872 status collapsed
41873
41874 \begin_layout Plain Layout
41875
41876
41877 \backslash
41878 fcolorbox{black}{
41879 \end_layout
41880
41881 \end_inset
41882
41883 Brown
41884 \begin_inset ERT
41885 status collapsed
41886
41887 \begin_layout Plain Layout
41888
41889 }{
41890 \end_layout
41891
41892 \end_inset
41893
41894
41895 \begin_inset Phantom Phantom
41896 status open
41897
41898 \begin_layout Plain Layout
41899 W
41900 \end_layout
41901
41902 \end_inset
41903
41904
41905 \begin_inset ERT
41906 status collapsed
41907
41908 \begin_layout Plain Layout
41909
41910 }
41911 \end_layout
41912
41913 \end_inset
41914
41915  Brown
41916 \end_layout
41917
41918 \end_inset
41919 </cell>
41920 <cell alignment="left" valignment="top" usebox="none">
41921 \begin_inset Text
41922
41923 \begin_layout Plain Layout
41924 \begin_inset ERT
41925 status collapsed
41926
41927 \begin_layout Plain Layout
41928
41929
41930 \backslash
41931 fcolorbox{black}{
41932 \end_layout
41933
41934 \end_inset
41935
41936 BurntOrange
41937 \begin_inset ERT
41938 status collapsed
41939
41940 \begin_layout Plain Layout
41941
41942 }{
41943 \end_layout
41944
41945 \end_inset
41946
41947
41948 \begin_inset Phantom Phantom
41949 status open
41950
41951 \begin_layout Plain Layout
41952 W
41953 \end_layout
41954
41955 \end_inset
41956
41957
41958 \begin_inset ERT
41959 status collapsed
41960
41961 \begin_layout Plain Layout
41962
41963 }
41964 \end_layout
41965
41966 \end_inset
41967
41968  BurntOrange
41969 \end_layout
41970
41971 \end_inset
41972 </cell>
41973 </row>
41974 <row>
41975 <cell alignment="left" valignment="top" usebox="none">
41976 \begin_inset Text
41977
41978 \begin_layout Plain Layout
41979 \begin_inset ERT
41980 status collapsed
41981
41982 \begin_layout Plain Layout
41983
41984
41985 \backslash
41986 fcolorbox{black}{
41987 \end_layout
41988
41989 \end_inset
41990
41991 CadetBlue
41992 \begin_inset ERT
41993 status collapsed
41994
41995 \begin_layout Plain Layout
41996
41997 }{
41998 \end_layout
41999
42000 \end_inset
42001
42002
42003 \begin_inset Phantom Phantom
42004 status open
42005
42006 \begin_layout Plain Layout
42007 W
42008 \end_layout
42009
42010 \end_inset
42011
42012
42013 \begin_inset ERT
42014 status collapsed
42015
42016 \begin_layout Plain Layout
42017
42018 }
42019 \end_layout
42020
42021 \end_inset
42022
42023  CadetBlue
42024 \end_layout
42025
42026 \end_inset
42027 </cell>
42028 <cell alignment="left" valignment="top" usebox="none">
42029 \begin_inset Text
42030
42031 \begin_layout Plain Layout
42032 \begin_inset ERT
42033 status collapsed
42034
42035 \begin_layout Plain Layout
42036
42037
42038 \backslash
42039 fcolorbox{black}{
42040 \end_layout
42041
42042 \end_inset
42043
42044 CarnationPink
42045 \begin_inset ERT
42046 status collapsed
42047
42048 \begin_layout Plain Layout
42049
42050 }{
42051 \end_layout
42052
42053 \end_inset
42054
42055
42056 \begin_inset Phantom Phantom
42057 status open
42058
42059 \begin_layout Plain Layout
42060 W
42061 \end_layout
42062
42063 \end_inset
42064
42065
42066 \begin_inset ERT
42067 status collapsed
42068
42069 \begin_layout Plain Layout
42070
42071 }
42072 \end_layout
42073
42074 \end_inset
42075
42076  CarnationPink
42077 \end_layout
42078
42079 \end_inset
42080 </cell>
42081 <cell alignment="left" valignment="top" usebox="none">
42082 \begin_inset Text
42083
42084 \begin_layout Plain Layout
42085 \begin_inset ERT
42086 status collapsed
42087
42088 \begin_layout Plain Layout
42089
42090
42091 \backslash
42092 fcolorbox{black}{
42093 \end_layout
42094
42095 \end_inset
42096
42097 Cerulean
42098 \begin_inset ERT
42099 status collapsed
42100
42101 \begin_layout Plain Layout
42102
42103 }{
42104 \end_layout
42105
42106 \end_inset
42107
42108
42109 \begin_inset Phantom Phantom
42110 status open
42111
42112 \begin_layout Plain Layout
42113 W
42114 \end_layout
42115
42116 \end_inset
42117
42118
42119 \begin_inset ERT
42120 status collapsed
42121
42122 \begin_layout Plain Layout
42123
42124 }
42125 \end_layout
42126
42127 \end_inset
42128
42129  Cerulean
42130 \end_layout
42131
42132 \end_inset
42133 </cell>
42134 <cell alignment="left" valignment="top" usebox="none">
42135 \begin_inset Text
42136
42137 \begin_layout Plain Layout
42138 \begin_inset ERT
42139 status collapsed
42140
42141 \begin_layout Plain Layout
42142
42143
42144 \backslash
42145 fcolorbox{black}{
42146 \end_layout
42147
42148 \end_inset
42149
42150 CornflowerBlue
42151 \begin_inset ERT
42152 status collapsed
42153
42154 \begin_layout Plain Layout
42155
42156 }{
42157 \end_layout
42158
42159 \end_inset
42160
42161
42162 \begin_inset Phantom Phantom
42163 status open
42164
42165 \begin_layout Plain Layout
42166 W
42167 \end_layout
42168
42169 \end_inset
42170
42171
42172 \begin_inset ERT
42173 status collapsed
42174
42175 \begin_layout Plain Layout
42176
42177 }
42178 \end_layout
42179
42180 \end_inset
42181
42182  CornflowerBlue
42183 \end_layout
42184
42185 \end_inset
42186 </cell>
42187 </row>
42188 <row>
42189 <cell alignment="left" valignment="top" usebox="none">
42190 \begin_inset Text
42191
42192 \begin_layout Plain Layout
42193 \begin_inset ERT
42194 status collapsed
42195
42196 \begin_layout Plain Layout
42197
42198
42199 \backslash
42200 fcolorbox{black}{
42201 \end_layout
42202
42203 \end_inset
42204
42205 Dandelion
42206 \begin_inset ERT
42207 status collapsed
42208
42209 \begin_layout Plain Layout
42210
42211 }{
42212 \end_layout
42213
42214 \end_inset
42215
42216
42217 \begin_inset Phantom Phantom
42218 status open
42219
42220 \begin_layout Plain Layout
42221 W
42222 \end_layout
42223
42224 \end_inset
42225
42226
42227 \begin_inset ERT
42228 status collapsed
42229
42230 \begin_layout Plain Layout
42231
42232 }
42233 \end_layout
42234
42235 \end_inset
42236
42237  Dandelion
42238 \end_layout
42239
42240 \end_inset
42241 </cell>
42242 <cell alignment="left" valignment="top" usebox="none">
42243 \begin_inset Text
42244
42245 \begin_layout Plain Layout
42246 \begin_inset ERT
42247 status collapsed
42248
42249 \begin_layout Plain Layout
42250
42251
42252 \backslash
42253 fcolorbox{black}{
42254 \end_layout
42255
42256 \end_inset
42257
42258 DarkOrchid
42259 \begin_inset ERT
42260 status collapsed
42261
42262 \begin_layout Plain Layout
42263
42264 }{
42265 \end_layout
42266
42267 \end_inset
42268
42269
42270 \begin_inset Phantom Phantom
42271 status open
42272
42273 \begin_layout Plain Layout
42274 W
42275 \end_layout
42276
42277 \end_inset
42278
42279
42280 \begin_inset ERT
42281 status collapsed
42282
42283 \begin_layout Plain Layout
42284
42285 }
42286 \end_layout
42287
42288 \end_inset
42289
42290  DarkOrchid
42291 \end_layout
42292
42293 \end_inset
42294 </cell>
42295 <cell alignment="left" valignment="top" usebox="none">
42296 \begin_inset Text
42297
42298 \begin_layout Plain Layout
42299 \begin_inset ERT
42300 status collapsed
42301
42302 \begin_layout Plain Layout
42303
42304
42305 \backslash
42306 fcolorbox{black}{
42307 \end_layout
42308
42309 \end_inset
42310
42311 Emerald
42312 \begin_inset ERT
42313 status collapsed
42314
42315 \begin_layout Plain Layout
42316
42317 }{
42318 \end_layout
42319
42320 \end_inset
42321
42322
42323 \begin_inset Phantom Phantom
42324 status open
42325
42326 \begin_layout Plain Layout
42327 W
42328 \end_layout
42329
42330 \end_inset
42331
42332
42333 \begin_inset ERT
42334 status collapsed
42335
42336 \begin_layout Plain Layout
42337
42338 }
42339 \end_layout
42340
42341 \end_inset
42342
42343  Emerald
42344 \end_layout
42345
42346 \end_inset
42347 </cell>
42348 <cell alignment="left" valignment="top" usebox="none">
42349 \begin_inset Text
42350
42351 \begin_layout Plain Layout
42352 \begin_inset ERT
42353 status collapsed
42354
42355 \begin_layout Plain Layout
42356
42357
42358 \backslash
42359 fcolorbox{black}{
42360 \end_layout
42361
42362 \end_inset
42363
42364 ForestGreen
42365 \begin_inset ERT
42366 status collapsed
42367
42368 \begin_layout Plain Layout
42369
42370 }{
42371 \end_layout
42372
42373 \end_inset
42374
42375
42376 \begin_inset Phantom Phantom
42377 status open
42378
42379 \begin_layout Plain Layout
42380 W
42381 \end_layout
42382
42383 \end_inset
42384
42385
42386 \begin_inset ERT
42387 status collapsed
42388
42389 \begin_layout Plain Layout
42390
42391 }
42392 \end_layout
42393
42394 \end_inset
42395
42396  ForestGreen
42397 \end_layout
42398
42399 \end_inset
42400 </cell>
42401 </row>
42402 <row>
42403 <cell alignment="left" valignment="top" usebox="none">
42404 \begin_inset Text
42405
42406 \begin_layout Plain Layout
42407 \begin_inset ERT
42408 status collapsed
42409
42410 \begin_layout Plain Layout
42411
42412
42413 \backslash
42414 fcolorbox{black}{
42415 \end_layout
42416
42417 \end_inset
42418
42419 Fuchsia
42420 \begin_inset ERT
42421 status collapsed
42422
42423 \begin_layout Plain Layout
42424
42425 }{
42426 \end_layout
42427
42428 \end_inset
42429
42430
42431 \begin_inset Phantom Phantom
42432 status open
42433
42434 \begin_layout Plain Layout
42435 W
42436 \end_layout
42437
42438 \end_inset
42439
42440
42441 \begin_inset ERT
42442 status collapsed
42443
42444 \begin_layout Plain Layout
42445
42446 }
42447 \end_layout
42448
42449 \end_inset
42450
42451  Fuchsia
42452 \end_layout
42453
42454 \end_inset
42455 </cell>
42456 <cell alignment="left" valignment="top" usebox="none">
42457 \begin_inset Text
42458
42459 \begin_layout Plain Layout
42460 \begin_inset ERT
42461 status collapsed
42462
42463 \begin_layout Plain Layout
42464
42465
42466 \backslash
42467 fcolorbox{black}{
42468 \end_layout
42469
42470 \end_inset
42471
42472 Goldenrod
42473 \begin_inset ERT
42474 status collapsed
42475
42476 \begin_layout Plain Layout
42477
42478 }{
42479 \end_layout
42480
42481 \end_inset
42482
42483
42484 \begin_inset Phantom Phantom
42485 status open
42486
42487 \begin_layout Plain Layout
42488 W
42489 \end_layout
42490
42491 \end_inset
42492
42493
42494 \begin_inset ERT
42495 status collapsed
42496
42497 \begin_layout Plain Layout
42498
42499 }
42500 \end_layout
42501
42502 \end_inset
42503
42504  Goldenrod
42505 \end_layout
42506
42507 \end_inset
42508 </cell>
42509 <cell alignment="left" valignment="top" usebox="none">
42510 \begin_inset Text
42511
42512 \begin_layout Plain Layout
42513 \begin_inset ERT
42514 status collapsed
42515
42516 \begin_layout Plain Layout
42517
42518
42519 \backslash
42520 fcolorbox{black}{
42521 \end_layout
42522
42523 \end_inset
42524
42525 Gray
42526 \begin_inset ERT
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530
42531 }{
42532 \end_layout
42533
42534 \end_inset
42535
42536
42537 \begin_inset Phantom Phantom
42538 status open
42539
42540 \begin_layout Plain Layout
42541 W
42542 \end_layout
42543
42544 \end_inset
42545
42546
42547 \begin_inset ERT
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551
42552 }
42553 \end_layout
42554
42555 \end_inset
42556
42557  Gray
42558 \end_layout
42559
42560 \end_inset
42561 </cell>
42562 <cell alignment="left" valignment="top" usebox="none">
42563 \begin_inset Text
42564
42565 \begin_layout Plain Layout
42566 \begin_inset ERT
42567 status collapsed
42568
42569 \begin_layout Plain Layout
42570
42571
42572 \backslash
42573 fcolorbox{black}{
42574 \end_layout
42575
42576 \end_inset
42577
42578 GreenYellow
42579 \begin_inset ERT
42580 status collapsed
42581
42582 \begin_layout Plain Layout
42583
42584 }{
42585 \end_layout
42586
42587 \end_inset
42588
42589
42590 \begin_inset Phantom Phantom
42591 status open
42592
42593 \begin_layout Plain Layout
42594 W
42595 \end_layout
42596
42597 \end_inset
42598
42599
42600 \begin_inset ERT
42601 status collapsed
42602
42603 \begin_layout Plain Layout
42604
42605 }
42606 \end_layout
42607
42608 \end_inset
42609
42610  GreenYellow
42611 \end_layout
42612
42613 \end_inset
42614 </cell>
42615 </row>
42616 <row>
42617 <cell alignment="center" valignment="top" usebox="none">
42618 \begin_inset Text
42619
42620 \begin_layout Plain Layout
42621 \begin_inset ERT
42622 status collapsed
42623
42624 \begin_layout Plain Layout
42625
42626
42627 \backslash
42628 fcolorbox{black}{
42629 \end_layout
42630
42631 \end_inset
42632
42633 JungleGreen
42634 \begin_inset ERT
42635 status collapsed
42636
42637 \begin_layout Plain Layout
42638
42639 }{
42640 \end_layout
42641
42642 \end_inset
42643
42644
42645 \begin_inset Phantom Phantom
42646 status open
42647
42648 \begin_layout Plain Layout
42649 W
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }
42661 \end_layout
42662
42663 \end_inset
42664
42665  JungleGreen
42666 \end_layout
42667
42668 \end_inset
42669 </cell>
42670 <cell alignment="center" valignment="top" usebox="none">
42671 \begin_inset Text
42672
42673 \begin_layout Plain Layout
42674 \begin_inset ERT
42675 status collapsed
42676
42677 \begin_layout Plain Layout
42678
42679
42680 \backslash
42681 fcolorbox{black}{
42682 \end_layout
42683
42684 \end_inset
42685
42686 Lavender
42687 \begin_inset ERT
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691
42692 }{
42693 \end_layout
42694
42695 \end_inset
42696
42697
42698 \begin_inset Phantom Phantom
42699 status open
42700
42701 \begin_layout Plain Layout
42702 W
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset ERT
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712
42713 }
42714 \end_layout
42715
42716 \end_inset
42717
42718  Lavender
42719 \end_layout
42720
42721 \end_inset
42722 </cell>
42723 <cell alignment="center" valignment="top" usebox="none">
42724 \begin_inset Text
42725
42726 \begin_layout Plain Layout
42727 \begin_inset ERT
42728 status collapsed
42729
42730 \begin_layout Plain Layout
42731
42732
42733 \backslash
42734 fcolorbox{black}{
42735 \end_layout
42736
42737 \end_inset
42738
42739 LimeGreen
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745 }{
42746 \end_layout
42747
42748 \end_inset
42749
42750
42751 \begin_inset Phantom Phantom
42752 status open
42753
42754 \begin_layout Plain Layout
42755 W
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset ERT
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765
42766 }
42767 \end_layout
42768
42769 \end_inset
42770
42771  LimeGreen
42772 \end_layout
42773
42774 \end_inset
42775 </cell>
42776 <cell alignment="center" valignment="top" usebox="none">
42777 \begin_inset Text
42778
42779 \begin_layout Plain Layout
42780 \begin_inset ERT
42781 status collapsed
42782
42783 \begin_layout Plain Layout
42784
42785
42786 \backslash
42787 fcolorbox{black}{
42788 \end_layout
42789
42790 \end_inset
42791
42792 Mahogany
42793 \begin_inset ERT
42794 status collapsed
42795
42796 \begin_layout Plain Layout
42797
42798 }{
42799 \end_layout
42800
42801 \end_inset
42802
42803
42804 \begin_inset Phantom Phantom
42805 status open
42806
42807 \begin_layout Plain Layout
42808 W
42809 \end_layout
42810
42811 \end_inset
42812
42813
42814 \begin_inset ERT
42815 status collapsed
42816
42817 \begin_layout Plain Layout
42818
42819 }
42820 \end_layout
42821
42822 \end_inset
42823
42824  Mahogany
42825 \end_layout
42826
42827 \end_inset
42828 </cell>
42829 </row>
42830 <row>
42831 <cell alignment="left" valignment="top" usebox="none">
42832 \begin_inset Text
42833
42834 \begin_layout Plain Layout
42835 \begin_inset ERT
42836 status collapsed
42837
42838 \begin_layout Plain Layout
42839
42840
42841 \backslash
42842 fcolorbox{black}{
42843 \end_layout
42844
42845 \end_inset
42846
42847 Mahogany
42848 \begin_inset ERT
42849 status collapsed
42850
42851 \begin_layout Plain Layout
42852
42853 }{
42854 \end_layout
42855
42856 \end_inset
42857
42858
42859 \begin_inset Phantom Phantom
42860 status open
42861
42862 \begin_layout Plain Layout
42863 W
42864 \end_layout
42865
42866 \end_inset
42867
42868
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }
42875 \end_layout
42876
42877 \end_inset
42878
42879  Mahogany
42880 \end_layout
42881
42882 \end_inset
42883 </cell>
42884 <cell alignment="left" valignment="top" usebox="none">
42885 \begin_inset Text
42886
42887 \begin_layout Plain Layout
42888 \begin_inset ERT
42889 status collapsed
42890
42891 \begin_layout Plain Layout
42892
42893
42894 \backslash
42895 fcolorbox{black}{
42896 \end_layout
42897
42898 \end_inset
42899
42900 Maroon
42901 \begin_inset ERT
42902 status collapsed
42903
42904 \begin_layout Plain Layout
42905
42906 }{
42907 \end_layout
42908
42909 \end_inset
42910
42911
42912 \begin_inset Phantom Phantom
42913 status open
42914
42915 \begin_layout Plain Layout
42916 W
42917 \end_layout
42918
42919 \end_inset
42920
42921
42922 \begin_inset ERT
42923 status collapsed
42924
42925 \begin_layout Plain Layout
42926
42927 }
42928 \end_layout
42929
42930 \end_inset
42931
42932  Maroon
42933 \end_layout
42934
42935 \end_inset
42936 </cell>
42937 <cell alignment="left" valignment="top" usebox="none">
42938 \begin_inset Text
42939
42940 \begin_layout Plain Layout
42941 \begin_inset ERT
42942 status collapsed
42943
42944 \begin_layout Plain Layout
42945
42946
42947 \backslash
42948 fcolorbox{black}{
42949 \end_layout
42950
42951 \end_inset
42952
42953 Melon
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959 }{
42960 \end_layout
42961
42962 \end_inset
42963
42964
42965 \begin_inset Phantom Phantom
42966 status open
42967
42968 \begin_layout Plain Layout
42969 W
42970 \end_layout
42971
42972 \end_inset
42973
42974
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980 }
42981 \end_layout
42982
42983 \end_inset
42984
42985  Melon
42986 \end_layout
42987
42988 \end_inset
42989 </cell>
42990 <cell alignment="left" valignment="top" usebox="none">
42991 \begin_inset Text
42992
42993 \begin_layout Plain Layout
42994 \begin_inset ERT
42995 status collapsed
42996
42997 \begin_layout Plain Layout
42998
42999
43000 \backslash
43001 fcolorbox{black}{
43002 \end_layout
43003
43004 \end_inset
43005
43006 MidnightBlue
43007 \begin_inset ERT
43008 status collapsed
43009
43010 \begin_layout Plain Layout
43011
43012 }{
43013 \end_layout
43014
43015 \end_inset
43016
43017
43018 \begin_inset Phantom Phantom
43019 status open
43020
43021 \begin_layout Plain Layout
43022 W
43023 \end_layout
43024
43025 \end_inset
43026
43027
43028 \begin_inset ERT
43029 status collapsed
43030
43031 \begin_layout Plain Layout
43032
43033 }
43034 \end_layout
43035
43036 \end_inset
43037
43038  MidnightBlue
43039 \end_layout
43040
43041 \end_inset
43042 </cell>
43043 </row>
43044 <row>
43045 <cell alignment="left" valignment="top" usebox="none">
43046 \begin_inset Text
43047
43048 \begin_layout Plain Layout
43049 \begin_inset ERT
43050 status collapsed
43051
43052 \begin_layout Plain Layout
43053
43054
43055 \backslash
43056 fcolorbox{black}{
43057 \end_layout
43058
43059 \end_inset
43060
43061 Mulberry
43062 \begin_inset ERT
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066
43067 }{
43068 \end_layout
43069
43070 \end_inset
43071
43072
43073 \begin_inset Phantom Phantom
43074 status open
43075
43076 \begin_layout Plain Layout
43077 W
43078 \end_layout
43079
43080 \end_inset
43081
43082
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }
43089 \end_layout
43090
43091 \end_inset
43092
43093  Mulberry
43094 \end_layout
43095
43096 \end_inset
43097 </cell>
43098 <cell alignment="left" valignment="top" usebox="none">
43099 \begin_inset Text
43100
43101 \begin_layout Plain Layout
43102 \begin_inset ERT
43103 status collapsed
43104
43105 \begin_layout Plain Layout
43106
43107
43108 \backslash
43109 fcolorbox{black}{
43110 \end_layout
43111
43112 \end_inset
43113
43114 NavyBlue
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120 }{
43121 \end_layout
43122
43123 \end_inset
43124
43125
43126 \begin_inset Phantom Phantom
43127 status open
43128
43129 \begin_layout Plain Layout
43130 W
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \begin_inset ERT
43137 status collapsed
43138
43139 \begin_layout Plain Layout
43140
43141 }
43142 \end_layout
43143
43144 \end_inset
43145
43146  NavyBlue
43147 \end_layout
43148
43149 \end_inset
43150 </cell>
43151 <cell alignment="left" valignment="top" usebox="none">
43152 \begin_inset Text
43153
43154 \begin_layout Plain Layout
43155 \begin_inset ERT
43156 status collapsed
43157
43158 \begin_layout Plain Layout
43159
43160
43161 \backslash
43162 fcolorbox{black}{
43163 \end_layout
43164
43165 \end_inset
43166
43167 OliveGreen
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }{
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset Phantom Phantom
43180 status open
43181
43182 \begin_layout Plain Layout
43183 W
43184 \end_layout
43185
43186 \end_inset
43187
43188
43189 \begin_inset ERT
43190 status collapsed
43191
43192 \begin_layout Plain Layout
43193
43194 }
43195 \end_layout
43196
43197 \end_inset
43198
43199  OliveGreen
43200 \end_layout
43201
43202 \end_inset
43203 </cell>
43204 <cell alignment="left" valignment="top" usebox="none">
43205 \begin_inset Text
43206
43207 \begin_layout Plain Layout
43208 \begin_inset ERT
43209 status collapsed
43210
43211 \begin_layout Plain Layout
43212
43213
43214 \backslash
43215 fcolorbox{black}{
43216 \end_layout
43217
43218 \end_inset
43219
43220 Orange
43221 \begin_inset ERT
43222 status collapsed
43223
43224 \begin_layout Plain Layout
43225
43226 }{
43227 \end_layout
43228
43229 \end_inset
43230
43231
43232 \begin_inset Phantom Phantom
43233 status open
43234
43235 \begin_layout Plain Layout
43236 W
43237 \end_layout
43238
43239 \end_inset
43240
43241
43242 \begin_inset ERT
43243 status collapsed
43244
43245 \begin_layout Plain Layout
43246
43247 }
43248 \end_layout
43249
43250 \end_inset
43251
43252  Orange
43253 \end_layout
43254
43255 \end_inset
43256 </cell>
43257 </row>
43258 <row>
43259 <cell alignment="left" valignment="top" usebox="none">
43260 \begin_inset Text
43261
43262 \begin_layout Plain Layout
43263 \begin_inset ERT
43264 status collapsed
43265
43266 \begin_layout Plain Layout
43267
43268
43269 \backslash
43270 fcolorbox{black}{
43271 \end_layout
43272
43273 \end_inset
43274
43275 OrangeRed
43276 \begin_inset ERT
43277 status collapsed
43278
43279 \begin_layout Plain Layout
43280
43281 }{
43282 \end_layout
43283
43284 \end_inset
43285
43286
43287 \begin_inset Phantom Phantom
43288 status open
43289
43290 \begin_layout Plain Layout
43291 W
43292 \end_layout
43293
43294 \end_inset
43295
43296
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }
43303 \end_layout
43304
43305 \end_inset
43306
43307  OrangeRed
43308 \end_layout
43309
43310 \end_inset
43311 </cell>
43312 <cell alignment="left" valignment="top" usebox="none">
43313 \begin_inset Text
43314
43315 \begin_layout Plain Layout
43316 \begin_inset ERT
43317 status collapsed
43318
43319 \begin_layout Plain Layout
43320
43321
43322 \backslash
43323 fcolorbox{black}{
43324 \end_layout
43325
43326 \end_inset
43327
43328 Orchid
43329 \begin_inset ERT
43330 status collapsed
43331
43332 \begin_layout Plain Layout
43333
43334 }{
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \begin_inset Phantom Phantom
43341 status open
43342
43343 \begin_layout Plain Layout
43344 W
43345 \end_layout
43346
43347 \end_inset
43348
43349
43350 \begin_inset ERT
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355 }
43356 \end_layout
43357
43358 \end_inset
43359
43360  Orchid
43361 \end_layout
43362
43363 \end_inset
43364 </cell>
43365 <cell alignment="left" valignment="top" usebox="none">
43366 \begin_inset Text
43367
43368 \begin_layout Plain Layout
43369 \begin_inset ERT
43370 status collapsed
43371
43372 \begin_layout Plain Layout
43373
43374
43375 \backslash
43376 fcolorbox{black}{
43377 \end_layout
43378
43379 \end_inset
43380
43381 Peach
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }{
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset Phantom Phantom
43394 status open
43395
43396 \begin_layout Plain Layout
43397 W
43398 \end_layout
43399
43400 \end_inset
43401
43402
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408 }
43409 \end_layout
43410
43411 \end_inset
43412
43413  Peach
43414 \end_layout
43415
43416 \end_inset
43417 </cell>
43418 <cell alignment="left" valignment="top" usebox="none">
43419 \begin_inset Text
43420
43421 \begin_layout Plain Layout
43422 \begin_inset ERT
43423 status collapsed
43424
43425 \begin_layout Plain Layout
43426
43427
43428 \backslash
43429 fcolorbox{black}{
43430 \end_layout
43431
43432 \end_inset
43433
43434 Periwinkle
43435 \begin_inset ERT
43436 status collapsed
43437
43438 \begin_layout Plain Layout
43439
43440 }{
43441 \end_layout
43442
43443 \end_inset
43444
43445
43446 \begin_inset Phantom Phantom
43447 status open
43448
43449 \begin_layout Plain Layout
43450 W
43451 \end_layout
43452
43453 \end_inset
43454
43455
43456 \begin_inset ERT
43457 status collapsed
43458
43459 \begin_layout Plain Layout
43460
43461 }
43462 \end_layout
43463
43464 \end_inset
43465
43466  Periwinkle
43467 \end_layout
43468
43469 \end_inset
43470 </cell>
43471 </row>
43472 <row>
43473 <cell alignment="left" valignment="top" usebox="none">
43474 \begin_inset Text
43475
43476 \begin_layout Plain Layout
43477 \begin_inset ERT
43478 status collapsed
43479
43480 \begin_layout Plain Layout
43481
43482
43483 \backslash
43484 fcolorbox{black}{
43485 \end_layout
43486
43487 \end_inset
43488
43489 PineGreen
43490 \begin_inset ERT
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494
43495 }{
43496 \end_layout
43497
43498 \end_inset
43499
43500
43501 \begin_inset Phantom Phantom
43502 status open
43503
43504 \begin_layout Plain Layout
43505 W
43506 \end_layout
43507
43508 \end_inset
43509
43510
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }
43517 \end_layout
43518
43519 \end_inset
43520
43521  PineGreen
43522 \end_layout
43523
43524 \end_inset
43525 </cell>
43526 <cell alignment="left" valignment="top" usebox="none">
43527 \begin_inset Text
43528
43529 \begin_layout Plain Layout
43530 \begin_inset ERT
43531 status collapsed
43532
43533 \begin_layout Plain Layout
43534
43535
43536 \backslash
43537 fcolorbox{black}{
43538 \end_layout
43539
43540 \end_inset
43541
43542 Plum
43543 \begin_inset ERT
43544 status collapsed
43545
43546 \begin_layout Plain Layout
43547
43548 }{
43549 \end_layout
43550
43551 \end_inset
43552
43553
43554 \begin_inset Phantom Phantom
43555 status open
43556
43557 \begin_layout Plain Layout
43558 W
43559 \end_layout
43560
43561 \end_inset
43562
43563
43564 \begin_inset ERT
43565 status collapsed
43566
43567 \begin_layout Plain Layout
43568
43569 }
43570 \end_layout
43571
43572 \end_inset
43573
43574  Plum
43575 \end_layout
43576
43577 \end_inset
43578 </cell>
43579 <cell alignment="left" valignment="top" usebox="none">
43580 \begin_inset Text
43581
43582 \begin_layout Plain Layout
43583 \begin_inset ERT
43584 status collapsed
43585
43586 \begin_layout Plain Layout
43587
43588
43589 \backslash
43590 fcolorbox{black}{
43591 \end_layout
43592
43593 \end_inset
43594
43595 ProcessBlue
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601 }{
43602 \end_layout
43603
43604 \end_inset
43605
43606
43607 \begin_inset Phantom Phantom
43608 status open
43609
43610 \begin_layout Plain Layout
43611 W
43612 \end_layout
43613
43614 \end_inset
43615
43616
43617 \begin_inset ERT
43618 status collapsed
43619
43620 \begin_layout Plain Layout
43621
43622 }
43623 \end_layout
43624
43625 \end_inset
43626
43627  ProcessBlue
43628 \end_layout
43629
43630 \end_inset
43631 </cell>
43632 <cell alignment="left" valignment="top" usebox="none">
43633 \begin_inset Text
43634
43635 \begin_layout Plain Layout
43636 \begin_inset ERT
43637 status collapsed
43638
43639 \begin_layout Plain Layout
43640
43641
43642 \backslash
43643 fcolorbox{black}{
43644 \end_layout
43645
43646 \end_inset
43647
43648 Purple
43649 \begin_inset ERT
43650 status collapsed
43651
43652 \begin_layout Plain Layout
43653
43654 }{
43655 \end_layout
43656
43657 \end_inset
43658
43659
43660 \begin_inset Phantom Phantom
43661 status open
43662
43663 \begin_layout Plain Layout
43664 W
43665 \end_layout
43666
43667 \end_inset
43668
43669
43670 \begin_inset ERT
43671 status collapsed
43672
43673 \begin_layout Plain Layout
43674
43675 }
43676 \end_layout
43677
43678 \end_inset
43679
43680  Purple
43681 \end_layout
43682
43683 \end_inset
43684 </cell>
43685 </row>
43686 <row>
43687 <cell alignment="left" valignment="top" usebox="none">
43688 \begin_inset Text
43689
43690 \begin_layout Plain Layout
43691 \begin_inset ERT
43692 status collapsed
43693
43694 \begin_layout Plain Layout
43695
43696
43697 \backslash
43698 fcolorbox{black}{
43699 \end_layout
43700
43701 \end_inset
43702
43703 RawSienna
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709 }{
43710 \end_layout
43711
43712 \end_inset
43713
43714
43715 \begin_inset Phantom Phantom
43716 status open
43717
43718 \begin_layout Plain Layout
43719 W
43720 \end_layout
43721
43722 \end_inset
43723
43724
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730 }
43731 \end_layout
43732
43733 \end_inset
43734
43735  RawSienna
43736 \end_layout
43737
43738 \end_inset
43739 </cell>
43740 <cell alignment="left" valignment="top" usebox="none">
43741 \begin_inset Text
43742
43743 \begin_layout Plain Layout
43744 \begin_inset ERT
43745 status collapsed
43746
43747 \begin_layout Plain Layout
43748
43749
43750 \backslash
43751 fcolorbox{black}{
43752 \end_layout
43753
43754 \end_inset
43755
43756 RedOrange
43757 \begin_inset ERT
43758 status collapsed
43759
43760 \begin_layout Plain Layout
43761
43762 }{
43763 \end_layout
43764
43765 \end_inset
43766
43767
43768 \begin_inset Phantom Phantom
43769 status open
43770
43771 \begin_layout Plain Layout
43772 W
43773 \end_layout
43774
43775 \end_inset
43776
43777
43778 \begin_inset ERT
43779 status collapsed
43780
43781 \begin_layout Plain Layout
43782
43783 }
43784 \end_layout
43785
43786 \end_inset
43787
43788  RedOrange
43789 \end_layout
43790
43791 \end_inset
43792 </cell>
43793 <cell alignment="left" valignment="top" usebox="none">
43794 \begin_inset Text
43795
43796 \begin_layout Plain Layout
43797 \begin_inset ERT
43798 status collapsed
43799
43800 \begin_layout Plain Layout
43801
43802
43803 \backslash
43804 fcolorbox{black}{
43805 \end_layout
43806
43807 \end_inset
43808
43809 RedViolet
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815 }{
43816 \end_layout
43817
43818 \end_inset
43819
43820
43821 \begin_inset Phantom Phantom
43822 status open
43823
43824 \begin_layout Plain Layout
43825 W
43826 \end_layout
43827
43828 \end_inset
43829
43830
43831 \begin_inset ERT
43832 status collapsed
43833
43834 \begin_layout Plain Layout
43835
43836 }
43837 \end_layout
43838
43839 \end_inset
43840
43841  RedViolet
43842 \end_layout
43843
43844 \end_inset
43845 </cell>
43846 <cell alignment="left" valignment="top" usebox="none">
43847 \begin_inset Text
43848
43849 \begin_layout Plain Layout
43850 \begin_inset ERT
43851 status collapsed
43852
43853 \begin_layout Plain Layout
43854
43855
43856 \backslash
43857 fcolorbox{black}{
43858 \end_layout
43859
43860 \end_inset
43861
43862 Rhodamine
43863 \begin_inset ERT
43864 status collapsed
43865
43866 \begin_layout Plain Layout
43867
43868 }{
43869 \end_layout
43870
43871 \end_inset
43872
43873
43874 \begin_inset Phantom Phantom
43875 status open
43876
43877 \begin_layout Plain Layout
43878 W
43879 \end_layout
43880
43881 \end_inset
43882
43883
43884 \begin_inset ERT
43885 status collapsed
43886
43887 \begin_layout Plain Layout
43888
43889 }
43890 \end_layout
43891
43892 \end_inset
43893
43894  Rhodamine
43895 \end_layout
43896
43897 \end_inset
43898 </cell>
43899 </row>
43900 <row>
43901 <cell alignment="left" valignment="top" usebox="none">
43902 \begin_inset Text
43903
43904 \begin_layout Plain Layout
43905 \begin_inset ERT
43906 status collapsed
43907
43908 \begin_layout Plain Layout
43909
43910
43911 \backslash
43912 fcolorbox{black}{
43913 \end_layout
43914
43915 \end_inset
43916
43917 RoyalBlue
43918 \begin_inset ERT
43919 status collapsed
43920
43921 \begin_layout Plain Layout
43922
43923 }{
43924 \end_layout
43925
43926 \end_inset
43927
43928
43929 \begin_inset Phantom Phantom
43930 status open
43931
43932 \begin_layout Plain Layout
43933 W
43934 \end_layout
43935
43936 \end_inset
43937
43938
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944 }
43945 \end_layout
43946
43947 \end_inset
43948
43949  RoyalBlue
43950 \end_layout
43951
43952 \end_inset
43953 </cell>
43954 <cell alignment="left" valignment="top" usebox="none">
43955 \begin_inset Text
43956
43957 \begin_layout Plain Layout
43958 \begin_inset ERT
43959 status collapsed
43960
43961 \begin_layout Plain Layout
43962
43963
43964 \backslash
43965 fcolorbox{black}{
43966 \end_layout
43967
43968 \end_inset
43969
43970 RoyalPurple
43971 \begin_inset ERT
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975
43976 }{
43977 \end_layout
43978
43979 \end_inset
43980
43981
43982 \begin_inset Phantom Phantom
43983 status open
43984
43985 \begin_layout Plain Layout
43986 W
43987 \end_layout
43988
43989 \end_inset
43990
43991
43992 \begin_inset ERT
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997 }
43998 \end_layout
43999
44000 \end_inset
44001
44002  RoyalPurple
44003 \end_layout
44004
44005 \end_inset
44006 </cell>
44007 <cell alignment="left" valignment="top" usebox="none">
44008 \begin_inset Text
44009
44010 \begin_layout Plain Layout
44011 \begin_inset ERT
44012 status collapsed
44013
44014 \begin_layout Plain Layout
44015
44016
44017 \backslash
44018 fcolorbox{black}{
44019 \end_layout
44020
44021 \end_inset
44022
44023 RubineRed
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 }{
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \begin_inset Phantom Phantom
44036 status open
44037
44038 \begin_layout Plain Layout
44039 W
44040 \end_layout
44041
44042 \end_inset
44043
44044
44045 \begin_inset ERT
44046 status collapsed
44047
44048 \begin_layout Plain Layout
44049
44050 }
44051 \end_layout
44052
44053 \end_inset
44054
44055  RubineRed
44056 \end_layout
44057
44058 \end_inset
44059 </cell>
44060 <cell alignment="left" valignment="top" usebox="none">
44061 \begin_inset Text
44062
44063 \begin_layout Plain Layout
44064 \begin_inset ERT
44065 status collapsed
44066
44067 \begin_layout Plain Layout
44068
44069
44070 \backslash
44071 fcolorbox{black}{
44072 \end_layout
44073
44074 \end_inset
44075
44076 Salmon
44077 \begin_inset ERT
44078 status collapsed
44079
44080 \begin_layout Plain Layout
44081
44082 }{
44083 \end_layout
44084
44085 \end_inset
44086
44087
44088 \begin_inset Phantom Phantom
44089 status open
44090
44091 \begin_layout Plain Layout
44092 W
44093 \end_layout
44094
44095 \end_inset
44096
44097
44098 \begin_inset ERT
44099 status collapsed
44100
44101 \begin_layout Plain Layout
44102
44103 }
44104 \end_layout
44105
44106 \end_inset
44107
44108  Salmon
44109 \end_layout
44110
44111 \end_inset
44112 </cell>
44113 </row>
44114 <row>
44115 <cell alignment="left" valignment="top" usebox="none">
44116 \begin_inset Text
44117
44118 \begin_layout Plain Layout
44119 \begin_inset ERT
44120 status collapsed
44121
44122 \begin_layout Plain Layout
44123
44124
44125 \backslash
44126 fcolorbox{black}{
44127 \end_layout
44128
44129 \end_inset
44130
44131 SeaGreen
44132 \begin_inset ERT
44133 status collapsed
44134
44135 \begin_layout Plain Layout
44136
44137 }{
44138 \end_layout
44139
44140 \end_inset
44141
44142
44143 \begin_inset Phantom Phantom
44144 status open
44145
44146 \begin_layout Plain Layout
44147 W
44148 \end_layout
44149
44150 \end_inset
44151
44152
44153 \begin_inset ERT
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157
44158 }
44159 \end_layout
44160
44161 \end_inset
44162
44163  SeaGreen
44164 \end_layout
44165
44166 \end_inset
44167 </cell>
44168 <cell alignment="left" valignment="top" usebox="none">
44169 \begin_inset Text
44170
44171 \begin_layout Plain Layout
44172 \begin_inset ERT
44173 status collapsed
44174
44175 \begin_layout Plain Layout
44176
44177
44178 \backslash
44179 fcolorbox{black}{
44180 \end_layout
44181
44182 \end_inset
44183
44184 Sepia
44185 \begin_inset ERT
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189
44190 }{
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \begin_inset Phantom Phantom
44197 status open
44198
44199 \begin_layout Plain Layout
44200 W
44201 \end_layout
44202
44203 \end_inset
44204
44205
44206 \begin_inset ERT
44207 status collapsed
44208
44209 \begin_layout Plain Layout
44210
44211 }
44212 \end_layout
44213
44214 \end_inset
44215
44216  Sepia
44217 \end_layout
44218
44219 \end_inset
44220 </cell>
44221 <cell alignment="left" valignment="top" usebox="none">
44222 \begin_inset Text
44223
44224 \begin_layout Plain Layout
44225 \begin_inset ERT
44226 status collapsed
44227
44228 \begin_layout Plain Layout
44229
44230
44231 \backslash
44232 fcolorbox{black}{
44233 \end_layout
44234
44235 \end_inset
44236
44237 SkyBlue
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243 }{
44244 \end_layout
44245
44246 \end_inset
44247
44248
44249 \begin_inset Phantom Phantom
44250 status open
44251
44252 \begin_layout Plain Layout
44253 W
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \begin_inset ERT
44260 status collapsed
44261
44262 \begin_layout Plain Layout
44263
44264 }
44265 \end_layout
44266
44267 \end_inset
44268
44269  SkyBlue
44270 \end_layout
44271
44272 \end_inset
44273 </cell>
44274 <cell alignment="left" valignment="top" usebox="none">
44275 \begin_inset Text
44276
44277 \begin_layout Plain Layout
44278 \begin_inset ERT
44279 status collapsed
44280
44281 \begin_layout Plain Layout
44282
44283
44284 \backslash
44285 fcolorbox{black}{
44286 \end_layout
44287
44288 \end_inset
44289
44290 SpringGreen
44291 \begin_inset ERT
44292 status collapsed
44293
44294 \begin_layout Plain Layout
44295
44296 }{
44297 \end_layout
44298
44299 \end_inset
44300
44301
44302 \begin_inset Phantom Phantom
44303 status open
44304
44305 \begin_layout Plain Layout
44306 W
44307 \end_layout
44308
44309 \end_inset
44310
44311
44312 \begin_inset ERT
44313 status collapsed
44314
44315 \begin_layout Plain Layout
44316
44317 }
44318 \end_layout
44319
44320 \end_inset
44321
44322  SpringGreen
44323 \end_layout
44324
44325 \end_inset
44326 </cell>
44327 </row>
44328 <row>
44329 <cell alignment="left" valignment="top" usebox="none">
44330 \begin_inset Text
44331
44332 \begin_layout Plain Layout
44333 \begin_inset ERT
44334 status collapsed
44335
44336 \begin_layout Plain Layout
44337
44338
44339 \backslash
44340 fcolorbox{black}{
44341 \end_layout
44342
44343 \end_inset
44344
44345 Tan
44346 \begin_inset ERT
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350
44351 }{
44352 \end_layout
44353
44354 \end_inset
44355
44356
44357 \begin_inset Phantom Phantom
44358 status open
44359
44360 \begin_layout Plain Layout
44361 W
44362 \end_layout
44363
44364 \end_inset
44365
44366
44367 \begin_inset ERT
44368 status collapsed
44369
44370 \begin_layout Plain Layout
44371
44372 }
44373 \end_layout
44374
44375 \end_inset
44376
44377  Tan
44378 \end_layout
44379
44380 \end_inset
44381 </cell>
44382 <cell alignment="left" valignment="top" usebox="none">
44383 \begin_inset Text
44384
44385 \begin_layout Plain Layout
44386 \begin_inset ERT
44387 status collapsed
44388
44389 \begin_layout Plain Layout
44390
44391
44392 \backslash
44393 fcolorbox{black}{
44394 \end_layout
44395
44396 \end_inset
44397
44398 TealBlue
44399 \begin_inset ERT
44400 status collapsed
44401
44402 \begin_layout Plain Layout
44403
44404 }{
44405 \end_layout
44406
44407 \end_inset
44408
44409
44410 \begin_inset Phantom Phantom
44411 status open
44412
44413 \begin_layout Plain Layout
44414 W
44415 \end_layout
44416
44417 \end_inset
44418
44419
44420 \begin_inset ERT
44421 status collapsed
44422
44423 \begin_layout Plain Layout
44424
44425 }
44426 \end_layout
44427
44428 \end_inset
44429
44430  TealBlue
44431 \end_layout
44432
44433 \end_inset
44434 </cell>
44435 <cell alignment="left" valignment="top" usebox="none">
44436 \begin_inset Text
44437
44438 \begin_layout Plain Layout
44439 \begin_inset ERT
44440 status collapsed
44441
44442 \begin_layout Plain Layout
44443
44444
44445 \backslash
44446 fcolorbox{black}{
44447 \end_layout
44448
44449 \end_inset
44450
44451 Thistle
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457 }{
44458 \end_layout
44459
44460 \end_inset
44461
44462
44463 \begin_inset Phantom Phantom
44464 status open
44465
44466 \begin_layout Plain Layout
44467 W
44468 \end_layout
44469
44470 \end_inset
44471
44472
44473 \begin_inset ERT
44474 status collapsed
44475
44476 \begin_layout Plain Layout
44477
44478 }
44479 \end_layout
44480
44481 \end_inset
44482
44483  Thistle
44484 \end_layout
44485
44486 \end_inset
44487 </cell>
44488 <cell alignment="left" valignment="top" usebox="none">
44489 \begin_inset Text
44490
44491 \begin_layout Plain Layout
44492 \begin_inset ERT
44493 status collapsed
44494
44495 \begin_layout Plain Layout
44496
44497
44498 \backslash
44499 fcolorbox{black}{
44500 \end_layout
44501
44502 \end_inset
44503
44504 Turquoise
44505 \begin_inset ERT
44506 status collapsed
44507
44508 \begin_layout Plain Layout
44509
44510 }{
44511 \end_layout
44512
44513 \end_inset
44514
44515
44516 \begin_inset Phantom Phantom
44517 status open
44518
44519 \begin_layout Plain Layout
44520 W
44521 \end_layout
44522
44523 \end_inset
44524
44525
44526 \begin_inset ERT
44527 status collapsed
44528
44529 \begin_layout Plain Layout
44530
44531 }
44532 \end_layout
44533
44534 \end_inset
44535
44536  Turquoise
44537 \end_layout
44538
44539 \end_inset
44540 </cell>
44541 </row>
44542 <row>
44543 <cell alignment="left" valignment="top" usebox="none">
44544 \begin_inset Text
44545
44546 \begin_layout Plain Layout
44547 \begin_inset ERT
44548 status collapsed
44549
44550 \begin_layout Plain Layout
44551
44552
44553 \backslash
44554 fcolorbox{black}{
44555 \end_layout
44556
44557 \end_inset
44558
44559 Violet
44560 \begin_inset ERT
44561 status collapsed
44562
44563 \begin_layout Plain Layout
44564
44565 }{
44566 \end_layout
44567
44568 \end_inset
44569
44570
44571 \begin_inset Phantom Phantom
44572 status open
44573
44574 \begin_layout Plain Layout
44575 W
44576 \end_layout
44577
44578 \end_inset
44579
44580
44581 \begin_inset ERT
44582 status collapsed
44583
44584 \begin_layout Plain Layout
44585
44586 }
44587 \end_layout
44588
44589 \end_inset
44590
44591  Violet
44592 \end_layout
44593
44594 \end_inset
44595 </cell>
44596 <cell alignment="left" valignment="top" usebox="none">
44597 \begin_inset Text
44598
44599 \begin_layout Plain Layout
44600 \begin_inset ERT
44601 status collapsed
44602
44603 \begin_layout Plain Layout
44604
44605
44606 \backslash
44607 fcolorbox{black}{
44608 \end_layout
44609
44610 \end_inset
44611
44612 VioletRed
44613 \begin_inset ERT
44614 status collapsed
44615
44616 \begin_layout Plain Layout
44617
44618 }{
44619 \end_layout
44620
44621 \end_inset
44622
44623
44624 \begin_inset Phantom Phantom
44625 status open
44626
44627 \begin_layout Plain Layout
44628 W
44629 \end_layout
44630
44631 \end_inset
44632
44633
44634 \begin_inset ERT
44635 status collapsed
44636
44637 \begin_layout Plain Layout
44638
44639 }
44640 \end_layout
44641
44642 \end_inset
44643
44644  VioletRed
44645 \end_layout
44646
44647 \end_inset
44648 </cell>
44649 <cell alignment="left" valignment="top" usebox="none">
44650 \begin_inset Text
44651
44652 \begin_layout Plain Layout
44653 \begin_inset ERT
44654 status collapsed
44655
44656 \begin_layout Plain Layout
44657
44658
44659 \backslash
44660 fcolorbox{black}{
44661 \end_layout
44662
44663 \end_inset
44664
44665 WildStrawberry
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671 }{
44672 \end_layout
44673
44674 \end_inset
44675
44676
44677 \begin_inset Phantom Phantom
44678 status open
44679
44680 \begin_layout Plain Layout
44681 W
44682 \end_layout
44683
44684 \end_inset
44685
44686
44687 \begin_inset ERT
44688 status collapsed
44689
44690 \begin_layout Plain Layout
44691
44692 }
44693 \end_layout
44694
44695 \end_inset
44696
44697  WildStrawberry
44698 \end_layout
44699
44700 \end_inset
44701 </cell>
44702 <cell alignment="left" valignment="top" usebox="none">
44703 \begin_inset Text
44704
44705 \begin_layout Plain Layout
44706 \begin_inset ERT
44707 status collapsed
44708
44709 \begin_layout Plain Layout
44710
44711
44712 \backslash
44713 fcolorbox{black}{
44714 \end_layout
44715
44716 \end_inset
44717
44718 YellowGreen
44719 \begin_inset ERT
44720 status collapsed
44721
44722 \begin_layout Plain Layout
44723
44724 }{
44725 \end_layout
44726
44727 \end_inset
44728
44729
44730 \begin_inset Phantom Phantom
44731 status open
44732
44733 \begin_layout Plain Layout
44734 W
44735 \end_layout
44736
44737 \end_inset
44738
44739
44740 \begin_inset ERT
44741 status collapsed
44742
44743 \begin_layout Plain Layout
44744
44745 }
44746 \end_layout
44747
44748 \end_inset
44749
44750  YellowGreen
44751 \end_layout
44752
44753 \end_inset
44754 </cell>
44755 </row>
44756 <row>
44757 <cell alignment="left" valignment="top" usebox="none">
44758 \begin_inset Text
44759
44760 \begin_layout Plain Layout
44761 \begin_inset ERT
44762 status collapsed
44763
44764 \begin_layout Plain Layout
44765
44766
44767 \backslash
44768 fcolorbox{black}{
44769 \end_layout
44770
44771 \end_inset
44772
44773 YellowOrange
44774 \begin_inset ERT
44775 status collapsed
44776
44777 \begin_layout Plain Layout
44778
44779 }{
44780 \end_layout
44781
44782 \end_inset
44783
44784
44785 \begin_inset Phantom Phantom
44786 status open
44787
44788 \begin_layout Plain Layout
44789 W
44790 \end_layout
44791
44792 \end_inset
44793
44794
44795 \begin_inset ERT
44796 status collapsed
44797
44798 \begin_layout Plain Layout
44799
44800 }
44801 \end_layout
44802
44803 \end_inset
44804
44805  YellowOrange
44806 \end_layout
44807
44808 \end_inset
44809 </cell>
44810 <cell alignment="left" valignment="top" usebox="none">
44811 \begin_inset Text
44812
44813 \begin_layout Plain Layout
44814
44815 \end_layout
44816
44817 \end_inset
44818 </cell>
44819 <cell alignment="left" valignment="top" usebox="none">
44820 \begin_inset Text
44821
44822 \begin_layout Plain Layout
44823
44824 \end_layout
44825
44826 \end_inset
44827 </cell>
44828 <cell alignment="left" valignment="top" usebox="none">
44829 \begin_inset Text
44830
44831 \begin_layout Plain Layout
44832
44833 \end_layout
44834
44835 \end_inset
44836 </cell>
44837 </row>
44838 </lyxtabular>
44839
44840 \end_inset
44841
44842
44843 \end_layout
44844
44845 \begin_layout Chapter
44846 Explanation of Equation
44847 \begin_inset space ~
44848 \end_inset
44849
44850 (
44851 \begin_inset CommandInset ref
44852 LatexCommand ref
44853 reference "eq:Wgn"
44854
44855 \end_inset
44856
44857 )
44858 \begin_inset CommandInset label
44859 LatexCommand label
44860 name "cha:Explanation-of-Equation"
44861
44862 \end_inset
44863
44864
44865 \end_layout
44866
44867 \begin_layout Standard
44868 We can calculate the total width of 
44869 \emph on
44870 n
44871 \emph default
44872  table cells 
44873 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44874 \end_inset
44875
44876  as follows:
44877 \begin_inset Formula 
44878 \begin{equation}
44879 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44880 \end{equation}
44881
44882 \end_inset
44883
44884 where 
44885 \begin_inset Formula $W_{g\,n}$
44886 \end_inset
44887
44888  is the given width of all cells, 
44889 \series bold
44890
44891 \backslash
44892 tabcolsep
44893 \series default
44894  is the \SpecialChar LaTeX
44895 -length between the cell text and the cell border (its default value
44896  is 6
44897 \begin_inset space \thinspace{}
44898 \end_inset
44899
44900 pt).
44901  
44902 \series bold
44903
44904 \backslash
44905 arrayrulewidth
44906 \series default
44907  is the thickness of the cell border line, the default is 0.4
44908 \begin_inset space \thinspace{}
44909 \end_inset
44910
44911 pt.
44912 \end_layout
44913
44914 \begin_layout Standard
44915 Following equation
44916 \begin_inset space ~
44917 \end_inset
44918
44919
44920 \begin_inset CommandInset ref
44921 LatexCommand eqref
44922 reference "eq:Wtot_n"
44923
44924 \end_inset
44925
44926 , the total width of a multicolumn 
44927 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44928 \end_inset
44929
44930  is
44931 \begin_inset Formula 
44932 \begin{equation}
44933 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44934 \end{equation}
44935
44936 \end_inset
44937
44938
44939 \end_layout
44940
44941 \begin_layout Standard
44942 By setting equation
44943 \begin_inset space ~
44944 \end_inset
44945
44946
44947 \begin_inset CommandInset ref
44948 LatexCommand eqref
44949 reference "eq:Wtot_n"
44950
44951 \end_inset
44952
44953  and 
44954 \begin_inset CommandInset ref
44955 LatexCommand eqref
44956 reference "eq:Wtot_mult"
44957
44958 \end_inset
44959
44960  equal we can calculate the needed given width 
44961 \begin_inset Formula $W_{g\,n}$
44962 \end_inset
44963
44964  when 
44965 \emph on
44966 n
44967 \emph default
44968  columns are spanned, so that each column has a total width of 
44969 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44970 \end_inset
44971
44972 :
44973 \begin_inset Formula 
44974 \begin{equation}
44975 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44976 \end{equation}
44977
44978 \end_inset
44979
44980
44981 \end_layout
44982
44983 \begin_layout Bibliography
44984 \begin_inset CommandInset bibitem
44985 LatexCommand bibitem
44986 key "latexcompanion"
44987
44988 \end_inset
44989
44990 Frank Mittelbach and Michel Goossens: 
44991 \emph on
44992 The \SpecialChar LaTeX
44993  Companion Second Edition.
44994
44995 \emph default
44996  Addison-Wesley, 2004
44997 \end_layout
44998
44999 \begin_layout Bibliography
45000 \begin_inset CommandInset bibitem
45001 LatexCommand bibitem
45002 key "latexguide"
45003
45004 \end_inset
45005
45006 Helmut Kopka and Patrick W.
45007  Daly: 
45008 \emph on
45009 A Guide to \SpecialChar LaTeX
45010  Fourth Edition.
45011
45012 \emph default
45013  Addison-Wesley, 2003
45014 \end_layout
45015
45016 \begin_layout Bibliography
45017 \begin_inset CommandInset bibitem
45018 LatexCommand bibitem
45019 key "latexbook"
45020
45021 \end_inset
45022
45023 Leslie Lamport: 
45024 \emph on
45025 \SpecialChar LaTeX
45026 : A Document Preparation System.
45027
45028 \emph default
45029  Addison-Wesley, second edition, 1994
45030 \end_layout
45031
45032 \begin_layout Bibliography
45033 \begin_inset CommandInset bibitem
45034 LatexCommand bibitem
45035 key "arydshln"
45036
45037 \end_inset
45038
45039 Documentation of the \SpecialChar LaTeX
45040 -package 
45041 \series bold
45042
45043 \begin_inset CommandInset href
45044 LatexCommand href
45045 name "arydshln"
45046 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45047
45048 \end_inset
45049
45050
45051 \series default
45052
45053 \begin_inset Index idx
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057 \SpecialChar LaTeX
45058 -packages ! arydshln
45059 \end_layout
45060
45061 \end_inset
45062
45063
45064 \end_layout
45065
45066 \begin_layout Bibliography
45067 \begin_inset CommandInset bibitem
45068 LatexCommand bibitem
45069 key "booktabs"
45070
45071 \end_inset
45072
45073 Documentation of the \SpecialChar LaTeX
45074 -package 
45075 \series bold
45076
45077 \begin_inset CommandInset href
45078 LatexCommand href
45079 name "booktabs"
45080 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45081
45082 \end_inset
45083
45084
45085 \series default
45086
45087 \begin_inset Index idx
45088 status collapsed
45089
45090 \begin_layout Plain Layout
45091 \SpecialChar LaTeX
45092 -packages ! booktabs
45093 \end_layout
45094
45095 \end_inset
45096
45097
45098 \end_layout
45099
45100 \begin_layout Bibliography
45101 \begin_inset CommandInset bibitem
45102 LatexCommand bibitem
45103 key "caption"
45104
45105 \end_inset
45106
45107 Documentation of the \SpecialChar LaTeX
45108 -package 
45109 \series bold
45110
45111 \begin_inset CommandInset href
45112 LatexCommand href
45113 name "caption"
45114 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45115
45116 \end_inset
45117
45118
45119 \series default
45120
45121 \begin_inset Index idx
45122 status collapsed
45123
45124 \begin_layout Plain Layout
45125 \SpecialChar LaTeX
45126 -packages ! caption
45127 \end_layout
45128
45129 \end_inset
45130
45131
45132 \end_layout
45133
45134 \begin_layout Bibliography
45135 \begin_inset CommandInset bibitem
45136 LatexCommand bibitem
45137 key "diagbox"
45138
45139 \end_inset
45140
45141 Documentation of the \SpecialChar LaTeX
45142 -package 
45143 \series bold
45144
45145 \begin_inset CommandInset href
45146 LatexCommand href
45147 name "diagbox"
45148 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45149
45150 \end_inset
45151
45152
45153 \series default
45154
45155 \begin_inset Index idx
45156 status collapsed
45157
45158 \begin_layout Plain Layout
45159 \SpecialChar LaTeX
45160 -packages ! diagbox
45161 \end_layout
45162
45163 \end_inset
45164
45165
45166 \end_layout
45167
45168 \begin_layout Bibliography
45169 \begin_inset CommandInset bibitem
45170 LatexCommand bibitem
45171 key "endfloat"
45172
45173 \end_inset
45174
45175 Documentation of the \SpecialChar LaTeX
45176 -package 
45177 \series bold
45178
45179 \begin_inset CommandInset href
45180 LatexCommand href
45181 name "endfloat"
45182 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45183
45184 \end_inset
45185
45186
45187 \series default
45188
45189 \begin_inset Index idx
45190 status collapsed
45191
45192 \begin_layout Plain Layout
45193 \SpecialChar LaTeX
45194 -packages ! endfloat
45195 \end_layout
45196
45197 \end_inset
45198
45199
45200 \end_layout
45201
45202 \begin_layout Bibliography
45203 \begin_inset CommandInset bibitem
45204 LatexCommand bibitem
45205 key "footmisc"
45206
45207 \end_inset
45208
45209 Documentation of the \SpecialChar LaTeX
45210 -package 
45211 \series bold
45212
45213 \begin_inset CommandInset href
45214 LatexCommand href
45215 name "footmisc"
45216 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45217
45218 \end_inset
45219
45220
45221 \series default
45222
45223 \begin_inset Index idx
45224 status collapsed
45225
45226 \begin_layout Plain Layout
45227 \SpecialChar LaTeX
45228 -packages ! footmisc
45229 \end_layout
45230
45231 \end_inset
45232
45233
45234 \end_layout
45235
45236 \begin_layout Bibliography
45237 \begin_inset CommandInset bibitem
45238 LatexCommand bibitem
45239 key "hypcap"
45240
45241 \end_inset
45242
45243 Documentation of the \SpecialChar LaTeX
45244 -package 
45245 \series bold
45246
45247 \begin_inset CommandInset href
45248 LatexCommand href
45249 name "hypcap"
45250 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45251
45252 \end_inset
45253
45254
45255 \series default
45256
45257 \begin_inset Index idx
45258 status collapsed
45259
45260 \begin_layout Plain Layout
45261 \SpecialChar LaTeX
45262 -packages ! hyperref
45263 \end_layout
45264
45265 \end_inset
45266
45267
45268 \end_layout
45269
45270 \begin_layout Bibliography
45271 \begin_inset CommandInset bibitem
45272 LatexCommand bibitem
45273 key "hyperref"
45274
45275 \end_inset
45276
45277 Documentation of the \SpecialChar LaTeX
45278 -package 
45279 \series bold
45280
45281 \begin_inset CommandInset href
45282 LatexCommand href
45283 name "hyperref"
45284 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45285
45286 \end_inset
45287
45288
45289 \series default
45290
45291 \begin_inset Index idx
45292 status collapsed
45293
45294 \begin_layout Plain Layout
45295 \SpecialChar LaTeX
45296 -packages ! hyperref
45297 \end_layout
45298
45299 \end_inset
45300
45301
45302 \end_layout
45303
45304 \begin_layout Bibliography
45305 \begin_inset CommandInset bibitem
45306 LatexCommand bibitem
45307 key "KOMA-Script"
45308
45309 \end_inset
45310
45311 Documentation of the \SpecialChar LaTeX
45312 -package 
45313 \series bold
45314
45315 \begin_inset CommandInset href
45316 LatexCommand href
45317 name "KOMA-Script"
45318 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45319
45320 \end_inset
45321
45322
45323 \series default
45324
45325 \begin_inset Index idx
45326 status collapsed
45327
45328 \begin_layout Plain Layout
45329 \SpecialChar LaTeX
45330 -packages ! KOMA-Script
45331 \end_layout
45332
45333 \end_inset
45334
45335
45336 \end_layout
45337
45338 \begin_layout Bibliography
45339 \begin_inset CommandInset bibitem
45340 LatexCommand bibitem
45341 key "lettrine"
45342
45343 \end_inset
45344
45345 Documentation of the \SpecialChar LaTeX
45346 -package 
45347 \series bold
45348
45349 \begin_inset CommandInset href
45350 LatexCommand href
45351 name "lettrine"
45352 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45353
45354 \end_inset
45355
45356
45357 \series default
45358  and an 
45359 \begin_inset CommandInset href
45360 LatexCommand href
45361 name "example"
45362 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45363
45364 \end_inset
45365
45366
45367 \begin_inset Index idx
45368 status collapsed
45369
45370 \begin_layout Plain Layout
45371 \SpecialChar LaTeX
45372 -packages ! lettrine
45373 \end_layout
45374
45375 \end_inset
45376
45377
45378 \end_layout
45379
45380 \begin_layout Bibliography
45381 \begin_inset CommandInset bibitem
45382 LatexCommand bibitem
45383 key "listings"
45384
45385 \end_inset
45386
45387 Documentation of the \SpecialChar LaTeX
45388 -package 
45389 \series bold
45390
45391 \begin_inset CommandInset href
45392 LatexCommand href
45393 name "listings"
45394 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45395
45396 \end_inset
45397
45398
45399 \series default
45400
45401 \begin_inset Index idx
45402 status collapsed
45403
45404 \begin_layout Plain Layout
45405 \SpecialChar LaTeX
45406 -packages ! listings
45407 \end_layout
45408
45409 \end_inset
45410
45411
45412 \end_layout
45413
45414 \begin_layout Bibliography
45415 \begin_inset CommandInset bibitem
45416 LatexCommand bibitem
45417 key "marginnote"
45418
45419 \end_inset
45420
45421 Documentation of the \SpecialChar LaTeX
45422 -package 
45423 \series bold
45424
45425 \begin_inset CommandInset href
45426 LatexCommand href
45427 name "marginnote"
45428 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45429
45430 \end_inset
45431
45432
45433 \series default
45434
45435 \begin_inset Index idx
45436 status collapsed
45437
45438 \begin_layout Plain Layout
45439 \SpecialChar LaTeX
45440 -packages ! marginnote
45441 \end_layout
45442
45443 \end_inset
45444
45445
45446 \end_layout
45447
45448 \begin_layout Bibliography
45449 \begin_inset CommandInset bibitem
45450 LatexCommand bibitem
45451 key "pdfpages"
45452
45453 \end_inset
45454
45455 Documentation of the \SpecialChar LaTeX
45456 -package 
45457 \series bold
45458
45459 \begin_inset CommandInset href
45460 LatexCommand href
45461 name "pdfpages"
45462 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45463
45464 \end_inset
45465
45466
45467 \series default
45468
45469 \begin_inset Index idx
45470 status collapsed
45471
45472 \begin_layout Plain Layout
45473 \SpecialChar LaTeX
45474 -packages ! pdfpages
45475 \end_layout
45476
45477 \end_inset
45478
45479
45480 \end_layout
45481
45482 \begin_layout Bibliography
45483 \begin_inset CommandInset bibitem
45484 LatexCommand bibitem
45485 key "prettyref"
45486
45487 \end_inset
45488
45489 Documentation of the \SpecialChar LaTeX
45490 -package 
45491 \series bold
45492
45493 \begin_inset CommandInset href
45494 LatexCommand href
45495 name "prettyref"
45496 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45497
45498 \end_inset
45499
45500
45501 \series default
45502
45503 \begin_inset Index idx
45504 status collapsed
45505
45506 \begin_layout Plain Layout
45507 \SpecialChar LaTeX
45508 -packages ! prettyref
45509 \end_layout
45510
45511 \end_inset
45512
45513
45514 \end_layout
45515
45516 \begin_layout Bibliography
45517 \begin_inset CommandInset bibitem
45518 LatexCommand bibitem
45519 key "pstricks"
45520
45521 \end_inset
45522
45523 Web page of the \SpecialChar LaTeX
45524 -package 
45525 \series bold
45526
45527 \begin_inset CommandInset href
45528 LatexCommand href
45529 name "PSTricks"
45530 target "http://tug.org/PSTricks/"
45531
45532 \end_inset
45533
45534
45535 \series default
45536
45537 \begin_inset Index idx
45538 status collapsed
45539
45540 \begin_layout Plain Layout
45541 \SpecialChar LaTeX
45542 -packages ! PSTricks
45543 \end_layout
45544
45545 \end_inset
45546
45547
45548 \end_layout
45549
45550 \begin_layout Bibliography
45551 \begin_inset CommandInset bibitem
45552 LatexCommand bibitem
45553 key "refstyle"
45554
45555 \end_inset
45556
45557 Documentation of the \SpecialChar LaTeX
45558 -package 
45559 \series bold
45560
45561 \begin_inset CommandInset href
45562 LatexCommand href
45563 name "refstyle"
45564 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45565
45566 \end_inset
45567
45568
45569 \series default
45570
45571 \begin_inset Index idx
45572 status collapsed
45573
45574 \begin_layout Plain Layout
45575 \SpecialChar LaTeX
45576 -packages ! refstyle
45577 \end_layout
45578
45579 \end_inset
45580
45581
45582 \end_layout
45583
45584 \begin_layout Bibliography
45585 \begin_inset CommandInset bibitem
45586 LatexCommand bibitem
45587 key "sidecap"
45588
45589 \end_inset
45590
45591 Documentation of the \SpecialChar LaTeX
45592 -package 
45593 \series bold
45594
45595 \begin_inset CommandInset href
45596 LatexCommand href
45597 name "sidecap"
45598 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45599
45600 \end_inset
45601
45602
45603 \series default
45604
45605 \begin_inset Index idx
45606 status collapsed
45607
45608 \begin_layout Plain Layout
45609 \SpecialChar LaTeX
45610 -packages ! sidecap
45611 \end_layout
45612
45613 \end_inset
45614
45615
45616 \end_layout
45617
45618 \begin_layout Bibliography
45619 \begin_inset CommandInset bibitem
45620 LatexCommand bibitem
45621 key "NewInLyX20"
45622
45623 \end_inset
45624
45625
45626 \begin_inset CommandInset href
45627 LatexCommand href
45628 name "Wiki page"
45629 target "http://wiki.lyx.org/LyX/NewInLyX20"
45630
45631 \end_inset
45632
45633  about new features in 
45634 \family sans
45635 \SpecialChar LyX
45636  2.0
45637 \family default
45638 .
45639 \end_layout
45640
45641 \begin_layout Standard
45642 \begin_inset CommandInset index_print
45643 LatexCommand printindex
45644 type "idx"
45645
45646 \end_inset
45647
45648
45649 \end_layout
45650
45651 \end_body
45652 \end_document