]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: more updates for the box description
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 495
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/
6 \textclass scrbook
7 \begin_preamble
8 % if pdflatex is used
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % set fonts for nicer pdf view
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % end if pdflatex is used
17
18 % that links to image floats jumps
19 % to the beginning of the float and 
20 % not to its caption
21 \usepackage[figure]{hypcap}
22
23 % the pages of the TOC is numbered roman
24 % and a PDF-bookmark for the TOC is added
25 \let\myTOC\tableofcontents
26 \renewcommand\tableofcontents{%
27   \frontmatter
28   \pdfbookmark[1]{\contentsname}{}
29   \myTOC
30   \mainmatter }
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \newcommand{\TabBesBeg}[1][1.0]{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}[1][1.0]{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % enables calculation of values,
56 \usepackage{calc}
57
58 % increase the bottom float placement fraction
59 \renewcommand{\bottomfraction}{0.5}
60
61 % avoids that floats are placed before their
62 % corresponding section starts
63 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
64
65 % speed up the longtable calculation
66 \setcounter{LTchunksize}{100}
67
68 % used for scaled and rotated boxes
69 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
70
71 % used for colored tables
72 \@ifundefined{textcolor}
73  {\usepackage{color}}{}
74 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
75 \definecolor{lightgrey}{gray}{0.8}
76
77 % check for package colortbl
78 % used for colored table cells
79 \newboolean{colortbl}
80 \IfFileExists{colortbl.sty}
81  {\usepackage{colortbl}
82   \setboolean{colortbl}{true}}
83  {\setboolean{colortbl}{false}}
84
85 % used to have extra space in table cells
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % used for customized tables
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % insert additional vertical space of
107 % 1.5 mm between footnotes
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % number algorithm floats within chapters
112 \numberwithin{algorithm}{chapter}
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package arydshln
119 % used for tables with dashed lines
120 \newboolean{arydshln}
121 \IfFileExists{arydshln.sty}
122  {\usepackage{arydshln}
123   \setboolean{arydshln}{true}}
124  {\setboolean{arydshln}{false}}
125
126 % check for package marginnote
127 % used for margin notes
128 \newboolean{marginnote}
129 \IfFileExists{marginnote.sty}
130  {\usepackage{marginnote}
131   \let\marginpar\marginnote
132   \setboolean{marginnote}{true}}
133  {\setboolean{marginnote}{false}}
134
135 % check for package sidecap
136 % used for captions on the side
137 \newboolean{sidecap}
138 \IfFileExists{sidecap.sty}
139  {\usepackage{sidecap}
140   \setboolean{sidecap}{true}}
141  {\setboolean{sidecap}{false}}
142
143 % check for picinpar
144 % used for surrounded fixed objects
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % check for lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % check for diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164 \end_preamble
165 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
166 \use_default_options false
167 \begin_modules
168 initials
169 \end_modules
170 \maintain_unincluded_children false
171 \language english
172 \language_package default
173 \inputencoding auto
174 \fontencoding global
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_math auto
179 \font_default_family default
180 \use_non_tex_fonts false
181 \font_sc false
182 \font_osf false
183 \font_sf_scale 100
184 \font_tt_scale 100
185 \graphics default
186 \default_output_format default
187 \output_sync 0
188 \bibtex_command default
189 \index_command default
190 \paperfontsize 12
191 \spacing single
192 \use_hyperref true
193 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
194 \pdf_author "LyX Team, Uwe Stöhr"
195 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
196 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
197 \pdf_bookmarks true
198 \pdf_bookmarksnumbered true
199 \pdf_bookmarksopen true
200 \pdf_bookmarksopenlevel 1
201 \pdf_breaklinks false
202 \pdf_pdfborder false
203 \pdf_colorlinks true
204 \pdf_backref false
205 \pdf_pdfusetitle false
206 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
207 \papersize default
208 \use_geometry false
209 \use_package amsmath 2
210 \use_package amssymb 2
211 \use_package cancel 0
212 \use_package esint 0
213 \use_package mathdots 1
214 \use_package mathtools 0
215 \use_package mhchem 1
216 \use_package stackrel 0
217 \use_package stmaryrd 0
218 \use_package undertilde 0
219 \cite_engine basic
220 \cite_engine_type default
221 \biblio_style plain
222 \use_bibtopic false
223 \use_indices false
224 \paperorientation portrait
225 \suppress_date false
226 \justification true
227 \use_refstyle 0
228 \notefontcolor #0000ff
229 \index Index
230 \shortcut idx
231 \color #008000
232 \end_index
233 \secnumdepth 3
234 \tocdepth 3
235 \paragraph_separation skip
236 \defskip medskip
237 \quotes_language english
238 \papercolumns 1
239 \papersides 2
240 \paperpagestyle default
241 \tracking_changes false
242 \output_changes false
243 \html_math_output 0
244 \html_css_as_file 0
245 \html_be_strict false
246 \end_header
247
248 \begin_body
249
250 \begin_layout Title
251 \SpecialChar LyX
252 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
253 \end_layout
254
255 \begin_layout Author
256 by the \SpecialChar LyX
257  Team
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 If you have comments or error corrections, please send them to the \SpecialChar LyX
264  Documentatio
265 n mailing list: 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 author: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Version 2.1.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
317 -packages 
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 diagbox, lettrine, marginnote, picinpar
328 \series default
329  and 
330 \series bold
331 sidecap
332 \series default
333  must be installed.
334  If they are not installed you can export the document anyway but the sections
335  where the packages are required won't appear in the output.
336 \end_layout
337
338 \begin_layout Plain Layout
339 The latest PDF-version of this document can be found here:
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \series bold
345 http://wiki.lyx.org/\SpecialChar LyX
346 /DocumentationDevelopment#EmbeddedObjects
347 \end_layout
348
349 \end_inset
350
351
352 \end_layout
353
354 \begin_layout Chapter
355 Figures
356 \begin_inset Index idx
357 status collapsed
358
359 \begin_layout Plain Layout
360 Figures
361 \end_layout
362
363 \end_inset
364
365
366 \begin_inset Index idx
367 status collapsed
368
369 \begin_layout Plain Layout
370 Graphics|see
371 \begin_inset ERT
372 status collapsed
373
374 \begin_layout Plain Layout
375
376 {
377 \end_layout
378
379 \end_inset
380
381 Figures
382 \begin_inset ERT
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 }
388 \end_layout
389
390 \end_inset
391
392
393 \end_layout
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Section
401 Graphics Dialog
402 \begin_inset Index idx
403 status collapsed
404
405 \begin_layout Plain Layout
406 Figures ! Graphics Dialog
407 \end_layout
408
409 \end_inset
410
411
412 \begin_inset CommandInset label
413 LatexCommand label
414 name "sec:Graphics-Dialog"
415
416 \end_inset
417
418
419 \end_layout
420
421 \begin_layout Standard
422 To insert an image into your document, place the cursor at the text position
423  you want and click on the toolbar icon 
424 \begin_inset Info
425 type  "icon"
426 arg   "dialog-show-new-inset graphics"
427 \end_inset
428
429  or use the menu 
430 \family sans
431 Insert\SpecialChar menuseparator
432 Graphics
433 \family default
434 .
435  Then a dialog will appear to choose the file to load.
436  The image will appear in the output exactly at the position where it is
437  in the text.
438 \end_layout
439
440 \begin_layout Standard
441 The graphics dialog can be called at any time by clicking on an image.
442  This dialog has three tabs:
443 \end_layout
444
445 \begin_layout Description
446
447 \family sans
448 Graphics
449 \family default
450  Here you can choose an image file and adjust its appearance in the output.
451  The available units for the image size are explained in appendix
452 \begin_inset space ~
453 \end_inset
454
455
456 \begin_inset CommandInset ref
457 LatexCommand ref
458 reference "cha:Units-available-in"
459
460 \end_inset
461
462 .
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index idx
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figures ! rotated
472 \end_layout
473
474 \end_inset
475
476 You can rotate images counter-clockwise by setting a rotation angle and
477  a rotation origin.
478  The image will also be rotated inside \SpecialChar LyX
479 .
480 \begin_inset Newline newline
481 \end_inset
482
483
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 Figures ! scaled
489 \end_layout
490
491 \end_inset
492
493 Images can be scaled by using a percentage value or by setting the width
494  and height explicitly.
495  If you set only the width or only the height, the other size will be determined
496  automatically.
497  If you set both, then the image will be transformed to the given size,
498  possibly distorting it.
499  To prevent the image from distortion, use the option 
500 \family sans
501 Maintain aspect ratio
502 \family default
503 .
504  The image will then be scaled so that its width and height don't exceed
505  the specified dimensions.
506 \begin_inset Newline newline
507 \end_inset
508
509 Images can be opened in a program of your choice by right-clicking on it
510  and choosing the entry 
511 \family sans
512 Edit
513 \begin_inset space ~
514 \end_inset
515
516 externally
517 \family default
518  in the context menu.
519  The program can be set for every image format in the file format settings
520  in \SpecialChar LyX
521 's preferences.
522 \end_layout
523
524 \begin_layout Description
525
526 \family sans
527 Clipping
528 \family default
529  Alternatively to the usage of scaling units it is possible to set image
530  coordinates to adjust the height and width of the image in the output.
531  The coordinates can also be calculated automatically by pressing the button
532  
533 \family sans
534 Get
535 \begin_inset space ~
536 \end_inset
537
538 from
539 \begin_inset space ~
540 \end_inset
541
542 File
543 \family default
544 .
545  The option 
546 \family sans
547 Clip
548 \begin_inset space ~
549 \end_inset
550
551 to
552 \begin_inset space ~
553 \end_inset
554
555 bounding
556 \begin_inset space ~
557 \end_inset
558
559 box
560 \family default
561  will only print the image region within the given coordinates.
562  Normally you don't need to worry about image coordinates and can ignore
563  this tab.
564 \end_layout
565
566 \begin_layout Description
567
568 \family sans
569 \SpecialChar LaTeX
570
571 \begin_inset space ~
572 \end_inset
573
574 and
575 \begin_inset space ~
576 \end_inset
577
578 \SpecialChar LyX
579
580 \begin_inset space ~
581 \end_inset
582
583 options
584 \family default
585  In this tab you can modify the appearance of the image within \SpecialChar LyX
586  and \SpecialChar LaTeX
587  experts
588  can specify additional \SpecialChar LaTeX
589  options.
590 \begin_inset Newline newline
591 \end_inset
592
593 The option 
594 \family sans
595 Draft
596 \begin_inset space ~
597 \end_inset
598
599 mode
600 \family default
601  makes the image appear in the output only as a frame with the size of the
602  image.
603 \begin_inset Newline newline
604 \end_inset
605
606 The 
607 \family sans
608 Don't
609 \begin_inset space ~
610 \end_inset
611
612 unzip
613 \begin_inset space ~
614 \end_inset
615
616 on
617 \begin_inset space ~
618 \end_inset
619
620 export
621 \family default
622  option only affects zipped EPS-graphics, e.
623 \begin_inset space \thinspace{}
624 \end_inset
625
626 g.
627 \begin_inset space \space{}
628 \end_inset
629
630
631 \emph on
632 x.eps.gz
633 \emph default
634 .
635  When the option is used the images will not be unzipped on export, since
636  \SpecialChar LaTeX
637  can handle them as they are.
638 \begin_inset Newline newline
639 \end_inset
640
641 Zipped EPS-graphics are useful to save disk space when you choose PostScript
642  as output format, see appendix
643 \begin_inset space ~
644 \end_inset
645
646
647 \begin_inset CommandInset ref
648 LatexCommand ref
649 reference "sec:PostScript"
650
651 \end_inset
652
653 .
654  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
655  console:
656 \begin_inset Newline newline
657 \end_inset
658
659
660 \series bold
661 gzip x.eps
662 \series default
663
664 \begin_inset Newline newline
665 \end_inset
666
667
668 \series bold
669 zgrep %%Bounding x.eps.gz > x.eps.bb
670 \series default
671
672 \begin_inset Newline newline
673 \end_inset
674
675 The second command creates the bounding box file 
676 \begin_inset Quotes eld
677 \end_inset
678
679 x.eps.bb
680 \begin_inset Quotes erd
681 \end_inset
682
683  that is needed by \SpecialChar LaTeX
684  for zipped graphics.
685 \begin_inset Newline newline
686 \end_inset
687
688 In the section 
689 \family sans
690 Graphics
691 \begin_inset space ~
692 \end_inset
693
694 Group
695 \family default
696  you can define or join an image settings group.
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 Figures ! Settings grouping
702 \end_layout
703
704 \end_inset
705
706  Images within such a group share their settings, so adjusting one image
707  of the group automatically also adjusts all other images of the group in
708  the same way.
709  So you can for example change the size for a bunch of images without the
710  need to manually change each of them.
711  Joining an existing group can also be done using the context menu of the
712  image by checking the name of the desired group.
713 \end_layout
714
715 \begin_layout Standard
716 \begin_inset VSpace bigskip
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Standard
723 This is an example image in EPS format
724 \begin_inset Foot
725 status collapsed
726
727 \begin_layout Plain Layout
728 Image formats are explained in section
729 \begin_inset space ~
730 \end_inset
731
732
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:Image-Formats"
736
737 \end_inset
738
739 .
740 \end_layout
741
742 \end_inset
743
744  within a separate, horizontally centered paragraph:
745 \begin_inset Separator parbreak
746 \end_inset
747
748
749 \end_layout
750
751 \begin_layout Standard
752 \align center
753 \begin_inset Graphics
754         filename clipart/mobius.eps
755         scale 70
756         scaleBeforeRotation
757         rotateOrigin center
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 This is the same image like the one above but in draft mode:
766 \begin_inset Separator parbreak
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Standard
773 \align center
774 \begin_inset Graphics
775         filename clipart/mobius.eps
776         scale 70
777         draft
778         scaleBeforeRotation
779         rotateOrigin center
780
781 \end_inset
782
783
784 \end_layout
785
786 \begin_layout Standard
787 \begin_inset Newpage newpage
788 \end_inset
789
790
791 \end_layout
792
793 \begin_layout Section
794 Figure Floats
795 \begin_inset CommandInset label
796 LatexCommand label
797 name "sec:Figure-Floats"
798
799 \end_inset
800
801
802 \begin_inset Index idx
803 status collapsed
804
805 \begin_layout Plain Layout
806 Floats ! Figures
807 \end_layout
808
809 \end_inset
810
811
812 \begin_inset Index idx
813 status collapsed
814
815 \begin_layout Plain Layout
816 Figures ! Floats
817 \end_layout
818
819 \end_inset
820
821
822 \end_layout
823
824 \begin_layout Standard
825 For general explanations about floats, have a look at section
826 \begin_inset space ~
827 \end_inset
828
829
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "sec:FloatIntroduction"
833
834 \end_inset
835
836 .
837 \end_layout
838
839 \begin_layout Standard
840 The toolbar button 
841 \begin_inset Info
842 type  "icon"
843 arg   "float-insert figure"
844 \end_inset
845
846  and the menu 
847 \family sans
848 Insert\SpecialChar menuseparator
849 Float\SpecialChar menuseparator
850 Figure
851 \family default
852  inserts a float with a caption that has the label 
853 \begin_inset Quotes eld
854 \end_inset
855
856 Figure
857 \begin_inset space ~
858 \end_inset
859
860 #:
861 \begin_inset Quotes erd
862 \end_inset
863
864  (# is the actual number).
865  You can insert the image above the caption, like in Figure
866 \begin_inset space ~
867 \end_inset
868
869
870 \begin_inset CommandInset ref
871 LatexCommand ref
872 reference "fig:kill-plat"
873
874 \end_inset
875
876  or below the caption, like in Figure
877 \begin_inset space ~
878 \end_inset
879
880
881 \begin_inset CommandInset ref
882 LatexCommand ref
883 reference "fig:escher"
884
885 \end_inset
886
887 .
888  More about caption placement is described in section
889 \begin_inset space ~
890 \end_inset
891
892
893 \begin_inset CommandInset ref
894 LatexCommand ref
895 reference "sec:Caption-Placement"
896
897 \end_inset
898
899 .
900 \end_layout
901
902 \begin_layout Standard
903 \begin_inset Float figure
904 wide false
905 sideways false
906 status open
907
908 \begin_layout Plain Layout
909 \align center
910 \begin_inset Graphics
911         filename clipart/platypus.eps
912         width 50col%
913         scaleBeforeRotation
914         rotateOrigin center
915
916 \end_inset
917
918
919 \end_layout
920
921 \begin_layout Plain Layout
922 \begin_inset Caption Standard
923
924 \begin_layout Plain Layout
925 \begin_inset CommandInset label
926 LatexCommand label
927 name "fig:kill-plat"
928
929 \end_inset
930
931 A severely distorted platypus in a float.
932 \end_layout
933
934 \end_inset
935
936
937 \end_layout
938
939 \end_inset
940
941
942 \end_layout
943
944 \begin_layout Standard
945 \begin_inset Float figure
946 wide false
947 sideways false
948 status open
949
950 \begin_layout Plain Layout
951 \begin_inset Caption Standard
952
953 \begin_layout Plain Layout
954 \begin_inset CommandInset label
955 LatexCommand label
956 name "fig:escher"
957
958 \end_inset
959
960 M.C.
961  Escher on acid.
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Plain Layout
970 \align center
971 \begin_inset Graphics
972         filename clipart/escher-lsd.eps
973         scale 80
974         scaleBeforeRotation
975         rotateOrigin center
976
977 \end_inset
978
979
980 \end_layout
981
982 \end_inset
983
984
985 \end_layout
986
987 \begin_layout Standard
988 \begin_inset Index idx
989 status collapsed
990
991 \begin_layout Plain Layout
992 References ! to Figures
993 \end_layout
994
995 \end_inset
996
997 Figure
998 \begin_inset space ~
999 \end_inset
1000
1001
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "fig:kill-plat"
1005
1006 \end_inset
1007
1008  and 
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:escher"
1012
1013 \end_inset
1014
1015  are examples of referenced figures.
1016  Figures can be referenced in the text by referencing their label.
1017  To do this insert a label in the caption using the menu 
1018 \family sans
1019 Insert\SpecialChar menuseparator
1020 Label
1021 \family default
1022  or the toolbar button 
1023 \begin_inset Info
1024 type  "icon"
1025 arg   "label-insert"
1026 \end_inset
1027
1028 .
1029  You can now refer to the label using the menu 
1030 \family sans
1031 Insert\SpecialChar menuseparator
1032 Cross
1033 \begin_inset space ~
1034 \end_inset
1035
1036 reference
1037 \family default
1038  or the toolbar button 
1039 \begin_inset Info
1040 type  "icon"
1041 arg   "dialog-show-new-inset ref"
1042 \end_inset
1043
1044 .
1045  It is important to use references to floats, rather than using vague references
1046  like 
1047 \begin_inset Quotes eld
1048 \end_inset
1049
1050 the figure above
1051 \begin_inset Quotes erd
1052 \end_inset
1053
1054 , because \SpecialChar LaTeX
1055  will reposition the floats in the final document and it might
1056  not be 
1057 \begin_inset Quotes eld
1058 \end_inset
1059
1060 above
1061 \begin_inset Quotes erd
1062 \end_inset
1063
1064  at all.
1065 \begin_inset Newline newline
1066 \end_inset
1067
1068 Referencing is explained in detail in section
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "sec:Referencing-Floats"
1076
1077 \end_inset
1078
1079 .
1080 \end_layout
1081
1082 \begin_layout Standard
1083 Normally only one image is inserted to a figure float, but sometimes you
1084  might want to use two images with separate subcaptions.
1085  This can be done by inserting image floats into existing image floats.
1086  Note that only the main caption of the float is added to the List of Figures.
1087  Figure
1088 \begin_inset space ~
1089 \end_inset
1090
1091
1092 \begin_inset CommandInset ref
1093 LatexCommand ref
1094 reference "fig:Two-distorted-images"
1095
1096 \end_inset
1097
1098  is an example of a figure float with two images set side by side.
1099  You can also set the images one below the other.
1100  Figure
1101 \begin_inset space ~
1102 \end_inset
1103
1104
1105 \begin_inset CommandInset ref
1106 LatexCommand ref
1107 reference "fig:Undefinable-structure"
1108
1109 \end_inset
1110
1111  and 
1112 \begin_inset CommandInset ref
1113 LatexCommand ref
1114 reference "fig:A-Platypus"
1115
1116 \end_inset
1117
1118  are the subfigures.
1119 \end_layout
1120
1121 \begin_layout Standard
1122 \begin_inset Float figure
1123 wide false
1124 sideways false
1125 status open
1126
1127 \begin_layout Plain Layout
1128 \begin_inset space \hfill{}
1129 \end_inset
1130
1131
1132 \begin_inset Float figure
1133 wide false
1134 sideways false
1135 status collapsed
1136
1137 \begin_layout Plain Layout
1138 \begin_inset Caption Standard
1139
1140 \begin_layout Plain Layout
1141 \begin_inset CommandInset label
1142 LatexCommand label
1143 name "fig:Undefinable-structure"
1144
1145 \end_inset
1146
1147 Undefinable structure.
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Plain Layout
1156 \begin_inset Graphics
1157         filename clipart/escher-lsd.eps
1158         width 45col%
1159         scaleBeforeRotation
1160         groupId distorted
1161
1162 \end_inset
1163
1164
1165 \end_layout
1166
1167 \end_inset
1168
1169
1170 \begin_inset space \hfill{}
1171 \end_inset
1172
1173
1174 \begin_inset Float figure
1175 wide false
1176 sideways false
1177 status collapsed
1178
1179 \begin_layout Plain Layout
1180 \begin_inset Caption Standard
1181
1182 \begin_layout Plain Layout
1183 \begin_inset CommandInset label
1184 LatexCommand label
1185 name "fig:A-Platypus"
1186
1187 \end_inset
1188
1189 A Platypus.
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Plain Layout
1198 \begin_inset Graphics
1199         filename clipart/platypus.eps
1200         width 45col%
1201         scaleBeforeRotation
1202         groupId distorted
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \begin_inset space \hfill{}
1213 \end_inset
1214
1215
1216 \end_layout
1217
1218 \begin_layout Plain Layout
1219 \begin_inset Caption Standard
1220
1221 \begin_layout Plain Layout
1222 \begin_inset CommandInset label
1223 LatexCommand label
1224 name "fig:Two-distorted-images"
1225
1226 \end_inset
1227
1228 Two distorted images.
1229  Both images are in the image settings group named 
1230 \begin_inset Quotes eld
1231 \end_inset
1232
1233 distorted
1234 \begin_inset Quotes erd
1235 \end_inset
1236
1237 .
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \end_inset
1246
1247
1248 \end_layout
1249
1250 \begin_layout Standard
1251 \begin_inset Newpage newpage
1252 \end_inset
1253
1254
1255 \end_layout
1256
1257 \begin_layout Section
1258 Image Formats
1259 \begin_inset CommandInset label
1260 LatexCommand label
1261 name "sec:Image-Formats"
1262
1263 \end_inset
1264
1265
1266 \begin_inset Index idx
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270 Image Formats
1271 \end_layout
1272
1273 \end_inset
1274
1275
1276 \begin_inset Index idx
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280 Figures ! Image Formats
1281 \end_layout
1282
1283 \end_inset
1284
1285
1286 \end_layout
1287
1288 \begin_layout Standard
1289 You can insert images in any known file format.
1290  But as explained in appendix
1291 \begin_inset space ~
1292 \end_inset
1293
1294
1295 \begin_inset CommandInset ref
1296 LatexCommand ref
1297 reference "cha:Output-File-Formats"
1298
1299 \end_inset
1300
1301 , each output document format allows only a few image formats.
1302  \SpecialChar LyX
1303  uses therefore the program 
1304 \family typewriter
1305 ImageMagick
1306 \family default
1307  in the background to convert the images to the right format.
1308  To increase your work flow by avoiding these conversions in the background,
1309  you could choose to use only the image formats that can directly be embedded
1310  in the output file format.
1311  The output file formats are explained in appendix
1312 \begin_inset space ~
1313 \end_inset
1314
1315
1316 \begin_inset CommandInset ref
1317 LatexCommand ref
1318 reference "cha:Output-File-Formats"
1319
1320 \end_inset
1321
1322 .
1323 \end_layout
1324
1325 \begin_layout Standard
1326 Similar to fonts there are two types of image formats:
1327 \end_layout
1328
1329 \begin_layout Description
1330 Bitmap
1331 \begin_inset space ~
1332 \end_inset
1333
1334 images consist of pixel values, often in a compressed form.
1335  They are therefore not fully scalable and look pixelated in large zooms.
1336  Well-known bitmap image formats are 
1337 \begin_inset Quotes eld
1338 \end_inset
1339
1340 Graphics Interchange Format
1341 \begin_inset Quotes erd
1342 \end_inset
1343
1344  (GIF, file extension 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348
1349 \family typewriter
1350 .gif
1351 \family default
1352
1353 \begin_inset Quotes erd
1354 \end_inset
1355
1356 )
1357 \begin_inset Index idx
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361 GIF|see
1362 \begin_inset ERT
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366
1367 {
1368 \end_layout
1369
1370 \end_inset
1371
1372 Image formats
1373 \begin_inset ERT
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377
1378 }
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \begin_inset Quotes eld
1390 \end_inset
1391
1392 Portable Network Graphics
1393 \begin_inset Quotes erd
1394 \end_inset
1395
1396  (PNG, file extension 
1397 \begin_inset Quotes eld
1398 \end_inset
1399
1400
1401 \family typewriter
1402 .png
1403 \family default
1404
1405 \begin_inset Quotes erd
1406 \end_inset
1407
1408 )
1409 \begin_inset Index idx
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413 PNG|see
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 {
1420 \end_layout
1421
1422 \end_inset
1423
1424 Image formats
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 }
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \end_inset
1439
1440 , and 
1441 \begin_inset Quotes eld
1442 \end_inset
1443
1444 Joint Photographic Experts Group
1445 \begin_inset Quotes erd
1446 \end_inset
1447
1448  (JPG, file extension 
1449 \begin_inset Quotes eld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .jpg
1455 \family default
1456
1457 \begin_inset Quotes erd
1458 \end_inset
1459
1460  or 
1461 \begin_inset Quotes eld
1462 \end_inset
1463
1464
1465 \family typewriter
1466 .jpeg
1467 \family default
1468
1469 \begin_inset Quotes erd
1470 \end_inset
1471
1472 )
1473 \begin_inset Index idx
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 JPG|see
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 {
1484 \end_layout
1485
1486 \end_inset
1487
1488 Image formats
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 }
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \end_inset
1503
1504 .
1505 \end_layout
1506
1507 \begin_layout Description
1508 Vector
1509 \begin_inset space ~
1510 \end_inset
1511
1512 images consist of vectors and can therefore be scaled to any size without
1513  data loss.
1514  The scaling ability is necessary if you want to create presentations, because
1515  presentations are always scaled by the video projector.
1516  Scaling is also useful for online documents to let the user zoom into diagrams.
1517 \begin_inset Newline newline
1518 \end_inset
1519
1520 Well-known scalable image formats are 
1521 \begin_inset Quotes eld
1522 \end_inset
1523
1524 Scalable Vector Graphics
1525 \begin_inset Quotes erd
1526 \end_inset
1527
1528  (SVG, file extension 
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532
1533 \family typewriter
1534 .svg
1535 \family default
1536
1537 \begin_inset Quotes erd
1538 \end_inset
1539
1540 )
1541 \begin_inset Index idx
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545 SVG|see
1546 \begin_inset ERT
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550
1551 {
1552 \end_layout
1553
1554 \end_inset
1555
1556 Image formats
1557 \begin_inset ERT
1558 status collapsed
1559
1560 \begin_layout Plain Layout
1561
1562 }
1563 \end_layout
1564
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571
1572
1573 \begin_inset Quotes eld
1574 \end_inset
1575
1576 Encapsulated PostScript
1577 \begin_inset Quotes erd
1578 \end_inset
1579
1580  (EPS, file extension 
1581 \begin_inset Quotes eld
1582 \end_inset
1583
1584
1585 \family typewriter
1586 .eps
1587 \family default
1588
1589 \begin_inset Quotes erd
1590 \end_inset
1591
1592 )
1593 \begin_inset Index idx
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597 EPS|see
1598 \begin_inset ERT
1599 status collapsed
1600
1601 \begin_layout Plain Layout
1602
1603 {
1604 \end_layout
1605
1606 \end_inset
1607
1608 Image formats
1609 \begin_inset ERT
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613
1614 }
1615 \end_layout
1616
1617 \end_inset
1618
1619
1620 \end_layout
1621
1622 \end_inset
1623
1624
1625 \begin_inset Quotes eld
1626 \end_inset
1627
1628 Portable Document Format
1629 \begin_inset Quotes erd
1630 \end_inset
1631
1632  (PDF, file extension 
1633 \begin_inset Quotes eld
1634 \end_inset
1635
1636
1637 \family typewriter
1638 .pdf
1639 \family default
1640
1641 \begin_inset Quotes erd
1642 \end_inset
1643
1644 )
1645 \begin_inset Index idx
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649 PDF
1650 \end_layout
1651
1652 \end_inset
1653
1654 , and 
1655 \begin_inset Quotes eld
1656 \end_inset
1657
1658 Windows Metafile
1659 \begin_inset Quotes erd
1660 \end_inset
1661
1662  (WMF, file extension 
1663 \begin_inset Quotes eld
1664 \end_inset
1665
1666
1667 \family typewriter
1668 .wmf
1669 \family default
1670
1671 \begin_inset Quotes erd
1672 \end_inset
1673
1674 )
1675 \begin_inset Index idx
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679 SVG|see
1680 \begin_inset ERT
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684
1685 {
1686 \end_layout
1687
1688 \end_inset
1689
1690 Image formats
1691 \begin_inset ERT
1692 status collapsed
1693
1694 \begin_layout Plain Layout
1695
1696 }
1697 \end_layout
1698
1699 \end_inset
1700
1701
1702 \end_layout
1703
1704 \end_inset
1705
1706 .
1707  We wrote 
1708 \begin_inset Quotes eld
1709 \end_inset
1710
1711 can be
1712 \begin_inset Quotes erd
1713 \end_inset
1714
1715 , because you can convert any bitmap image to a PDF or EPS-image and the
1716  result will still be a bitmap image.
1717  In such cases only a header with the image properties is added to the original
1718  image
1719 \begin_inset Foot
1720 status collapsed
1721
1722 \begin_layout Plain Layout
1723 In the case of PDF, the original image is additionally compressed.
1724 \end_layout
1725
1726 \end_inset
1727
1728 .
1729  The PDF-files generated by 
1730 \family typewriter
1731 Adobe Photoshop
1732 \family default
1733  are for example bitmap images.
1734 \end_layout
1735
1736 \begin_layout Standard
1737 Normally it is not possible to convert a bitmap image into a scalable one,
1738  only vice versa.
1739  Only the image formats PDF and EPS can directly be embedded to PDF and
1740  PostScript output files, respectively.
1741  SVG and WMF-images are recalculated to bitmaps when the output file is
1742  generated because there is currently no adequate WMF/SVG
1743 \begin_inset Formula $\to$
1744 \end_inset
1745
1746 PDF/EPS converter available.
1747 \end_layout
1748
1749 \begin_layout Chapter
1750 Tables
1751 \begin_inset Index idx
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755 Table
1756 \end_layout
1757
1758 \end_inset
1759
1760
1761 \end_layout
1762
1763 \begin_layout Section
1764 Introduction
1765 \begin_inset Index idx
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Table ! Introduction
1770 \end_layout
1771
1772 \end_inset
1773
1774
1775 \end_layout
1776
1777 \begin_layout Standard
1778 You can insert a table using either the toolbar button 
1779 \begin_inset Info
1780 type  "icon"
1781 arg   "tabular-insert"
1782 \end_inset
1783
1784  or the menu 
1785 \family sans
1786 Insert\SpecialChar menuseparator
1787 Table
1788 \family default
1789 .
1790  The toolbar button offers you a graphical selection: move the mouse to
1791  set the column/row number of the table that should be created and then
1792  press a mouse button.
1793  When you use the menu to create a table, a dialog will appear, asking you
1794  for the number of rows and columns.
1795 \begin_inset Newline newline
1796 \end_inset
1797
1798 The default table has lines around any cell and the first row appears separated
1799  from the rest of the table.
1800  This separation occurs due to a double line: The cells of the first row
1801  have a line below them and the cells of the second row have a line above
1802  them.
1803  Here is an example table:
1804 \begin_inset Separator parbreak
1805 \end_inset
1806
1807
1808 \end_layout
1809
1810 \begin_layout Standard
1811 \align center
1812 \begin_inset Tabular
1813 <lyxtabular version="3" rows="4" columns="4">
1814 <features tabularvalignment="middle">
1815 <column alignment="center" valignment="top">
1816 <column alignment="center" valignment="top">
1817 <column alignment="center" valignment="top">
1818 <column alignment="center" valignment="top">
1819 <row>
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \family roman
1835 \series medium
1836 \shape up
1837 \size normal
1838 \emph off
1839 \bar no
1840 \noun off
1841 \color none
1842 1
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 2
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860 3
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 </row>
1866 <row>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \family roman
1873 \series medium
1874 \shape up
1875 \size normal
1876 \emph off
1877 \bar no
1878 \noun off
1879 \color none
1880 A
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 </row>
1913 <row>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918
1919 \family roman
1920 \series medium
1921 \shape up
1922 \size normal
1923 \emph off
1924 \bar no
1925 \noun off
1926 \color none
1927 B
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 </row>
1960 <row>
1961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965
1966 \family roman
1967 \series medium
1968 \shape up
1969 \size normal
1970 \emph off
1971 \bar no
1972 \noun off
1973 \color none
1974 C
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Plain Layout
2001
2002 \end_layout
2003
2004 \end_inset
2005 </cell>
2006 </row>
2007 </lyxtabular>
2008
2009 \end_inset
2010
2011
2012 \end_layout
2013
2014 \begin_layout Section
2015 Table Dialog
2016 \begin_inset Index idx
2017 status collapsed
2018
2019 \begin_layout Plain Layout
2020 Table ! Dialog
2021 \end_layout
2022
2023 \end_inset
2024
2025
2026 \end_layout
2027
2028 \begin_layout Standard
2029 You can alter a table by clicking on it with the right mouse button, which
2030  brings up the context menu.
2031  Under the menu entry 
2032 \family sans
2033 More
2034 \family default
2035  you can adjust the settings of that cell and row/column respectively where
2036  the cursor is currently placed.
2037  The context menu 
2038 \family sans
2039 More\SpecialChar menuseparator
2040 Settings
2041 \family default
2042  opens the table dialog where you can adjust more things.
2043  Most of the dialog options also work on selections.
2044  This means if you select more cells, columns or rows, the action is done
2045  for the whole selection.
2046  Note that there is a difference between selecting the 
2047 \emph on
2048 contents
2049 \emph default
2050  of the cell, and the cell itself.
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054 With the dialog option 
2055 \family sans
2056 Immediate
2057 \begin_inset space ~
2058 \end_inset
2059
2060 Apply
2061 \family default
2062  every change you make in the dialog is directly applied.
2063  If you move the cursor to another table cell the dialog will then also
2064  be updated with the parameters of the new cell.
2065  If you change length values in the dialog you must press 
2066 \family sans
2067 Return
2068 \family default
2069  to get the change applied.
2070 \begin_inset Newline newline
2071 \end_inset
2072
2073 You can alter tables with the following tabs of the table dialog:
2074 \end_layout
2075
2076 \begin_layout Description
2077
2078 \family sans
2079 Table
2080 \begin_inset space ~
2081 \end_inset
2082
2083 Settings
2084 \family default
2085  Here you can set the table width
2086 \begin_inset Index idx
2087 status collapsed
2088
2089 \begin_layout Plain Layout
2090 Table ! Width
2091 \end_layout
2092
2093 \end_inset
2094
2095 , and the horizontal alignment and the width of the current column.
2096  The alignment 
2097 \family sans
2098 At
2099 \begin_inset space ~
2100 \end_inset
2101
2102 Decimal
2103 \begin_inset space ~
2104 \end_inset
2105
2106 Separator
2107 \family default
2108  is described in section
2109 \begin_inset space ~
2110 \end_inset
2111
2112
2113 \begin_inset CommandInset ref
2114 LatexCommand ref
2115 reference "subsec:Special-Cell-Alignment"
2116
2117 \end_inset
2118
2119 .
2120  When you have set a width you can also adjust the vertical alignment of
2121  the current row.
2122  A given width will allow the cell to have line breaks and multiple paragraphs
2123  of text, see sec.
2124 \begin_inset space \thinspace{}
2125 \end_inset
2126
2127
2128 \begin_inset CommandInset ref
2129 LatexCommand ref
2130 reference "subsec:Multiple-Lines-in"
2131
2132 \end_inset
2133
2134 .
2135  If you set no width, the column is as wide as the content of its widest
2136  cell.
2137 \begin_inset Newline newline
2138 \end_inset
2139
2140 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2141  cell, see sec.
2142 \begin_inset space \thinspace{}
2143 \end_inset
2144
2145
2146 \begin_inset CommandInset ref
2147 LatexCommand ref
2148 reference "subsec:Multicolumns"
2149
2150 \end_inset
2151
2152  or the cells of one column as multirow cell, see sec.
2153 \begin_inset space \thinspace{}
2154 \end_inset
2155
2156
2157 \begin_inset CommandInset ref
2158 LatexCommand ref
2159 reference "subsec:Multirows"
2160
2161 \end_inset
2162
2163 .
2164 \begin_inset Newline newline
2165 \end_inset
2166
2167 The rotate check boxes rotate the current cell, a selection, or the whole
2168  table counter-clockwise by 90
2169 \begin_inset space \thinspace{}
2170 \end_inset
2171
2172 °.
2173  The rotation is not shown within \SpecialChar LyX
2174 , only in the output.
2175  For more information see sec.
2176 \begin_inset space \thinspace{}
2177 \end_inset
2178
2179
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "sec:Rotated-Table-Cells"
2183
2184 \end_inset
2185
2186 .
2187 \begin_inset Newline newline
2188 \end_inset
2189
2190
2191 \begin_inset Note Greyedout
2192 status open
2193
2194 \begin_layout Plain Layout
2195
2196 \series bold
2197 Note:
2198 \series default
2199  Not all DVI-viewers are able to display rotations.
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \begin_inset Newline newline
2206 \end_inset
2207
2208 The table-wide vertical alignment is used for tables within text lines:
2209 \begin_inset Newline newline
2210 \end_inset
2211
2212 A line with tables with different alignments: 
2213 \begin_inset Tabular
2214 <lyxtabular version="3" rows="2" columns="2">
2215 <features tabularvalignment="top">
2216 <column alignment="center" valignment="top" width="0pt">
2217 <column alignment="center" valignment="top">
2218 <row>
2219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2220 \begin_inset Text
2221
2222 \begin_layout Plain Layout
2223
2224 \end_layout
2225
2226 \end_inset
2227 </cell>
2228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2229 \begin_inset Text
2230
2231 \begin_layout Plain Layout
2232
2233 \family roman
2234 \series medium
2235 \shape up
2236 \size normal
2237 \emph off
2238 \bar no
2239 \noun off
2240 \color none
2241 1
2242 \end_layout
2243
2244 \end_inset
2245 </cell>
2246 </row>
2247 <row>
2248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2249 \begin_inset Text
2250
2251 \begin_layout Plain Layout
2252
2253 \family roman
2254 \series medium
2255 \shape up
2256 \size normal
2257 \emph off
2258 \bar no
2259 \noun off
2260 \color none
2261 A
2262 \end_layout
2263
2264 \end_inset
2265 </cell>
2266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2267 \begin_inset Text
2268
2269 \begin_layout Plain Layout
2270
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 </row>
2276 </lyxtabular>
2277
2278 \end_inset
2279
2280  
2281 \begin_inset Tabular
2282 <lyxtabular version="3" rows="2" columns="2">
2283 <features tabularvalignment="middle">
2284 <column alignment="center" valignment="top">
2285 <column alignment="center" valignment="top">
2286 <row>
2287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2288 \begin_inset Text
2289
2290 \begin_layout Plain Layout
2291
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300
2301 \family roman
2302 \series medium
2303 \shape up
2304 \size normal
2305 \emph off
2306 \bar no
2307 \noun off
2308 \color none
2309 1
2310 \end_layout
2311
2312 \end_inset
2313 </cell>
2314 </row>
2315 <row>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \family roman
2322 \series medium
2323 \shape up
2324 \size normal
2325 \emph off
2326 \bar no
2327 \noun off
2328 \color none
2329 A
2330 \end_layout
2331
2332 \end_inset
2333 </cell>
2334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2335 \begin_inset Text
2336
2337 \begin_layout Plain Layout
2338
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 </lyxtabular>
2345
2346 \end_inset
2347
2348  
2349 \begin_inset Tabular
2350 <lyxtabular version="3" rows="2" columns="2">
2351 <features tabularvalignment="bottom">
2352 <column alignment="center" valignment="top" width="0pt">
2353 <column alignment="center" valignment="top">
2354 <row>
2355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2365 \begin_inset Text
2366
2367 \begin_layout Plain Layout
2368
2369 \family roman
2370 \series medium
2371 \shape up
2372 \size normal
2373 \emph off
2374 \bar no
2375 \noun off
2376 \color none
2377 1
2378 \end_layout
2379
2380 \end_inset
2381 </cell>
2382 </row>
2383 <row>
2384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Plain Layout
2388
2389 \family roman
2390 \series medium
2391 \shape up
2392 \size normal
2393 \emph off
2394 \bar no
2395 \noun off
2396 \color none
2397 A
2398 \end_layout
2399
2400 \end_inset
2401 </cell>
2402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2403 \begin_inset Text
2404
2405 \begin_layout Plain Layout
2406
2407 \end_layout
2408
2409 \end_inset
2410 </cell>
2411 </row>
2412 </lyxtabular>
2413
2414 \end_inset
2415
2416
2417 \begin_inset Newline newline
2418 \end_inset
2419
2420 It is also possible to enter a \SpecialChar LaTeX
2421 -argument which is needed for special table
2422  formattings, see sec.
2423 \begin_inset space \thinspace{}
2424 \end_inset
2425
2426
2427 \begin_inset CommandInset ref
2428 LatexCommand ref
2429 reference "subsec:Multicolumn-Calculations"
2430
2431 \end_inset
2432
2433  and 
2434 \begin_inset CommandInset ref
2435 LatexCommand ref
2436 reference "sec:Colored-Tables"
2437
2438 \end_inset
2439
2440 .
2441 \end_layout
2442
2443 \begin_layout Description
2444
2445 \family sans
2446 Borders
2447 \family default
2448  In this tab you can add and delete border lines for the current row/column.
2449 \begin_inset Newline newline
2450 \end_inset
2451
2452 Using the style option 
2453 \family sans
2454 Formal
2455 \family default
2456  will convert the table to a formal table as described in sec.
2457 \begin_inset space \thinspace{}
2458 \end_inset
2459
2460
2461 \begin_inset CommandInset ref
2462 LatexCommand ref
2463 reference "sec:Formal-Tables"
2464
2465 \end_inset
2466
2467 .
2468 \begin_inset Newline newline
2469 \end_inset
2470
2471 You can also add space here to table rows as described in sec.
2472 \begin_inset space \thinspace{}
2473 \end_inset
2474
2475
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "subsec:Row-Spacing"
2479
2480 \end_inset
2481
2482 .
2483 \end_layout
2484
2485 \begin_layout Description
2486
2487 \family sans
2488 Longtable
2489 \family default
2490  This tab is to make a table a so called 
2491 \begin_inset Quotes eld
2492 \end_inset
2493
2494
2495 \emph on
2496 longtable
2497 \emph default
2498
2499 \begin_inset Quotes erd
2500 \end_inset
2501
2502  that can run over several pages.
2503  Sections
2504 \begin_inset space ~
2505 \end_inset
2506
2507
2508 \begin_inset CommandInset ref
2509 LatexCommand ref
2510 reference "sec:Longtables"
2511
2512 \end_inset
2513
2514  and 
2515 \begin_inset CommandInset ref
2516 LatexCommand ref
2517 reference "sec:Special-Longtable-Issues"
2518
2519 \end_inset
2520
2521  describe the longtable features in detail.
2522 \end_layout
2523
2524 \begin_layout Section
2525 Table Toolbar
2526 \begin_inset Index idx
2527 status collapsed
2528
2529 \begin_layout Plain Layout
2530 Table ! Toolbar
2531 \end_layout
2532
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \begin_layout Standard
2539 The table toolbar is an alternative to the table dialog to be able to alter
2540  tables faster.
2541  It should normally appear at the bottom of \SpecialChar LyX
2542 's main window when the cursor
2543  is inside a table.
2544  You can alternatively switch it on to appear always, by right-clicking
2545  in \SpecialChar LyX
2546 's main menu bar.
2547 \end_layout
2548
2549 \begin_layout Standard
2550 The toolbar has the following icons:
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555 \begin_inset Info
2556 type  "icon"
2557 arg   "inset-modify tabular append-row"
2558 \end_inset
2559
2560  adds a row below the current cell or selection
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565 \begin_inset Info
2566 type  "icon"
2567 arg   "inset-modify tabular append-column"
2568 \end_inset
2569
2570  adds a column right beside the current cell or selection
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575 \begin_inset Info
2576 type  "icon"
2577 arg   "inset-modify tabular delete-row"
2578 \end_inset
2579
2580  deletes the current row or selection
2581 \end_layout
2582
2583 \begin_layout Labeling
2584 \labelwidthstring 00.00.0000
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "inset-modify tabular delete-column"
2588 \end_inset
2589
2590  deletes the current column or selection
2591 \end_layout
2592
2593 \begin_layout Labeling
2594 \labelwidthstring 00.00.0000
2595 \begin_inset Info
2596 type  "icon"
2597 arg   "inset-modify tabular move-row-up"
2598 \end_inset
2599
2600  moves the row up
2601 \end_layout
2602
2603 \begin_layout Labeling
2604 \labelwidthstring 00.00.0000
2605 \begin_inset Info
2606 type  "icon"
2607 arg   "inset-modify tabular move-column-left"
2608 \end_inset
2609
2610  moves the column to the left
2611 \end_layout
2612
2613 \begin_layout Labeling
2614 \labelwidthstring 00.00.0000
2615 \begin_inset Info
2616 type  "icon"
2617 arg   "inset-modify tabular move-row-down"
2618 \end_inset
2619
2620  moves the row down
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "inset-modify tabular move-column-right"
2628 \end_inset
2629
2630  moves the column to the right
2631 \end_layout
2632
2633 \begin_layout Labeling
2634 \labelwidthstring 00.00.0000
2635 \begin_inset Info
2636 type  "icon"
2637 arg   "inset-modify tabular toggle-line-top"
2638 \end_inset
2639
2640  adds a line at the top of the current cell / row or of a selection
2641 \end_layout
2642
2643 \begin_layout Labeling
2644 \labelwidthstring 00.00.0000
2645 \begin_inset Info
2646 type  "icon"
2647 arg   "inset-modify tabular toggle-line-bottom"
2648 \end_inset
2649
2650  adds a line at the bottom of the current cell / row or of a selection
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655 \begin_inset Info
2656 type  "icon"
2657 arg   "inset-modify tabular toggle-line-left"
2658 \end_inset
2659
2660  adds a line at the left side of the current cell / row or of a selection
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Info
2666 type  "icon"
2667 arg   "inset-modify tabular toggle-line-right"
2668 \end_inset
2669
2670  adds a line at the right side of the current cell / row or of a selection
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675 \begin_inset Info
2676 type  "icon"
2677 arg   "inset-modify tabular set-all-lines"
2678 \end_inset
2679
2680  adds lines around the current or selected cells - if the current cell no
2681  multicolumn cell this also affects the current row and column
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686 \begin_inset Info
2687 type  "icon"
2688 arg   "inset-modify tabular unset-all-lines"
2689 \end_inset
2690
2691  deletes all lines of the current or selected cells - if the current cell
2692  no multicolumn cell this also affects the current row and column
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697 \begin_inset Info
2698 type  "icon"
2699 arg   "inset-modify tabular m-align-left"
2700 \end_inset
2701
2702  left-aligns the content of the current cell / column
2703 \end_layout
2704
2705 \begin_layout Labeling
2706 \labelwidthstring 00.00.0000
2707 \begin_inset Info
2708 type  "icon"
2709 arg   "inset-modify tabular m-align-center"
2710 \end_inset
2711
2712  centers the content of the current cell / column horizontally
2713 \end_layout
2714
2715 \begin_layout Labeling
2716 \labelwidthstring 00.00.0000
2717 \begin_inset Info
2718 type  "icon"
2719 arg   "inset-modify tabular m-align-right"
2720 \end_inset
2721
2722  right-aligns the content of the current cell / column
2723 \end_layout
2724
2725 \begin_layout Labeling
2726 \labelwidthstring 00.00.0000
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular align-decimal"
2730 \end_inset
2731
2732  aligns the content of the current column at a character
2733 \end_layout
2734
2735 \begin_layout Labeling
2736 \labelwidthstring 00.00.0000
2737 \begin_inset Info
2738 type  "icon"
2739 arg   "inset-modify tabular m-valign-top"
2740 \end_inset
2741
2742  aligns the content of the current cell vertically to the top
2743 \end_layout
2744
2745 \begin_layout Labeling
2746 \labelwidthstring 00.00.0000
2747 \begin_inset Info
2748 type  "icon"
2749 arg   "inset-modify tabular m-valign-middle"
2750 \end_inset
2751
2752  centers the content of the current cell vertically
2753 \end_layout
2754
2755 \begin_layout Labeling
2756 \labelwidthstring 00.00.0000
2757 \begin_inset Info
2758 type  "icon"
2759 arg   "inset-modify tabular m-valign-bottom"
2760 \end_inset
2761
2762  aligns the content of the current cell vertically to the bottom
2763 \end_layout
2764
2765 \begin_layout Labeling
2766 \labelwidthstring 00.00.0000
2767 \begin_inset Info
2768 type  "icon"
2769 arg   "inset-modify tabular set-rotate-cell"
2770 \end_inset
2771
2772  rotates the current cell or selection counter-clockwise by 90°
2773 \end_layout
2774
2775 \begin_layout Labeling
2776 \labelwidthstring 00.00.0000
2777 \begin_inset Info
2778 type  "icon"
2779 arg   "inset-modify tabular set-rotate-tabular"
2780 \end_inset
2781
2782  rotates the whole table counter-clockwise by 90°
2783 \end_layout
2784
2785 \begin_layout Labeling
2786 \labelwidthstring 00.00.0000
2787 \begin_inset Info
2788 type  "icon"
2789 arg   "inset-modify tabular multicolumn"
2790 \end_inset
2791
2792  sets the current cell or selection as a multicolumn
2793 \end_layout
2794
2795 \begin_layout Labeling
2796 \labelwidthstring 00.00.0000
2797 \begin_inset Info
2798 type  "icon"
2799 arg   "inset-modify tabular multirow"
2800 \end_inset
2801
2802  sets the current cell or selection as a multirow
2803 \end_layout
2804
2805 \begin_layout Standard
2806 \begin_inset Note Greyedout
2807 status open
2808
2809 \begin_layout Plain Layout
2810
2811 \series bold
2812 Note:
2813 \series default
2814  For the output the vertical alignment of the first cell in a row is used
2815  for all following cells in the row.
2816 \end_layout
2817
2818 \end_inset
2819
2820
2821 \end_layout
2822
2823 \begin_layout Section
2824 Edit Table Menu
2825 \begin_inset Index idx
2826 status collapsed
2827
2828 \begin_layout Plain Layout
2829 Table ! Edit Menu
2830 \end_layout
2831
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \begin_layout Standard
2838 In addition to the table dialog and toolbar, the menu 
2839 \family sans
2840 Edit\SpecialChar menuseparator
2841 Table
2842 \family default
2843  allows you to add and delete border lines for the current row/column and
2844  to set the current selection as multicolumn.
2845  The menu is only available when the cursor is inside a table.
2846 \end_layout
2847
2848 \begin_layout Section
2849 Table Floats
2850 \begin_inset CommandInset label
2851 LatexCommand label
2852 name "sec:Table-Floats"
2853
2854 \end_inset
2855
2856
2857 \begin_inset Index idx
2858 status collapsed
2859
2860 \begin_layout Plain Layout
2861 Floats ! Tables
2862 \end_layout
2863
2864 \end_inset
2865
2866
2867 \begin_inset Index idx
2868 status collapsed
2869
2870 \begin_layout Plain Layout
2871 Table ! Floats
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \begin_layout Standard
2880 For general explanations about floats, have a look at section
2881 \begin_inset space ~
2882 \end_inset
2883
2884
2885 \begin_inset CommandInset ref
2886 LatexCommand ref
2887 reference "sec:FloatIntroduction"
2888
2889 \end_inset
2890
2891 .
2892 \end_layout
2893
2894 \begin_layout Standard
2895 \begin_inset Float table
2896 placement h
2897 wide false
2898 sideways false
2899 status open
2900
2901 \begin_layout Plain Layout
2902 \begin_inset Caption Standard
2903
2904 \begin_layout Plain Layout
2905 \begin_inset CommandInset label
2906 LatexCommand label
2907 name "tab:a table float"
2908
2909 \end_inset
2910
2911 A table float.
2912 \end_layout
2913
2914 \end_inset
2915
2916
2917 \end_layout
2918
2919 \begin_layout Plain Layout
2920 \align center
2921 \begin_inset Tabular
2922 <lyxtabular version="3" rows="3" columns="3">
2923 <features tabularvalignment="middle">
2924 <column alignment="center" valignment="top" width="0pt">
2925 <column alignment="center" valignment="top" width="0pt">
2926 <column alignment="center" valignment="top" width="0pt">
2927 <row>
2928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932
2933 \family roman
2934 \series medium
2935 \shape up
2936 \size normal
2937 \emph off
2938 \bar no
2939 \noun off
2940 \color none
2941 1
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \family roman
2952 \series medium
2953 \shape up
2954 \size normal
2955 \emph off
2956 \bar no
2957 \noun off
2958 \color none
2959 2
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 3
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 </row>
2983 <row>
2984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988
2989 \family roman
2990 \series medium
2991 \shape up
2992 \size normal
2993 \emph off
2994 \bar no
2995 \noun off
2996 \color none
2997 Joe
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006
3007 \family roman
3008 \series medium
3009 \shape up
3010 \size normal
3011 \emph off
3012 \bar no
3013 \noun off
3014 \color none
3015 Mary
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024
3025 \family roman
3026 \series medium
3027 \shape up
3028 \size normal
3029 \emph off
3030 \bar no
3031 \noun off
3032 \color none
3033 Ted
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 </row>
3039 <row>
3040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044
3045 \family roman
3046 \series medium
3047 \shape up
3048 \size normal
3049 \emph off
3050 \bar no
3051 \noun off
3052 \color none
3053 \begin_inset Formula $\int x^{2}dx$
3054 \end_inset
3055
3056
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065
3066 \family roman
3067 \series medium
3068 \shape up
3069 \size normal
3070 \emph off
3071 \bar no
3072 \noun off
3073 \color none
3074 \begin_inset Formula $\left[\begin{array}{cc}
3075 a & b\\
3076 c & d
3077 \end{array}\right]$
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \family roman
3091 \series medium
3092 \shape up
3093 \size normal
3094 \emph off
3095 \bar no
3096 \noun off
3097 \color none
3098 \begin_inset Formula $1+1=2$
3099 \end_inset
3100
3101
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 </row>
3107 </lyxtabular>
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \end_inset
3115
3116
3117 \end_layout
3118
3119 \begin_layout Standard
3120 Table floats can be inserted using the menu 
3121 \family sans
3122 Insert\SpecialChar menuseparator
3123 Float\SpecialChar menuseparator
3124 Table
3125 \family default
3126  or the toolbar button 
3127 \begin_inset Info
3128 type  "icon"
3129 arg   "float-insert table"
3130 \end_inset
3131
3132 .
3133 \end_layout
3134
3135 \begin_layout Standard
3136 The float appears as a collapsible box with a caption that has the label
3137  
3138 \begin_inset Quotes eld
3139 \end_inset
3140
3141 Table
3142 \begin_inset space ~
3143 \end_inset
3144
3145 #:
3146 \begin_inset Quotes erd
3147 \end_inset
3148
3149  (# is the actual table number).
3150  You can insert tables in the float above or below the caption.
3151 \end_layout
3152
3153 \begin_layout Standard
3154 Table
3155 \begin_inset space ~
3156 \end_inset
3157
3158
3159 \begin_inset CommandInset ref
3160 LatexCommand ref
3161 reference "tab:a table float"
3162
3163 \end_inset
3164
3165  is an example table within a table float.
3166 \end_layout
3167
3168 \begin_layout Standard
3169 Having the caption above the table is the common rule that is unfortunately
3170  not supported in \SpecialChar LaTeX
3171 's standard classes.
3172  This means that, if you are using the document classes 
3173 \family sans
3174 article
3175 \family default
3176
3177 \family sans
3178 book
3179 \family default
3180
3181 \family sans
3182 letter
3183 \family default
3184 , or 
3185 \family sans
3186 report
3187 \family default
3188 , there will be no space between the caption and the table.
3189  To insert the needed space, add the following option to the load command
3190  of the \SpecialChar LaTeX
3191 -package 
3192 \series bold
3193 caption
3194 \series default
3195
3196 \begin_inset Index idx
3197 status collapsed
3198
3199 \begin_layout Plain Layout
3200 \SpecialChar LaTeX
3201 -packages ! caption
3202 \end_layout
3203
3204 \end_inset
3205
3206  in your document preamble
3207 \begin_inset Foot
3208 status collapsed
3209
3210 \begin_layout Plain Layout
3211 For more information have a look at section
3212 \begin_inset space ~
3213 \end_inset
3214
3215
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sec:Caption-Placement"
3219
3220 \end_inset
3221
3222 .
3223 \end_layout
3224
3225 \end_inset
3226
3227 :
3228 \end_layout
3229
3230 \begin_layout Standard
3231
3232 \series bold
3233 tableposition=top
3234 \end_layout
3235
3236 \begin_layout Standard
3237 The package 
3238 \series bold
3239 caption
3240 \series default
3241 , which is described in section
3242 \begin_inset space ~
3243 \end_inset
3244
3245
3246 \begin_inset CommandInset ref
3247 LatexCommand ref
3248 reference "sec:Caption-Formatting"
3249
3250 \end_inset
3251
3252 , is used to adjust the caption format.
3253 \end_layout
3254
3255 \begin_layout Standard
3256 \begin_inset Index idx
3257 status collapsed
3258
3259 \begin_layout Plain Layout
3260 References ! to Tables
3261 \end_layout
3262
3263 \end_inset
3264
3265 Tables can be cross-referenced in the text by referencing their label.
3266  To do this insert a label in the caption using the menu 
3267 \family sans
3268 Insert\SpecialChar menuseparator
3269 Label
3270 \family default
3271  or the toolbar button 
3272 \begin_inset Info
3273 type  "icon"
3274 arg   "label-insert"
3275 \end_inset
3276
3277 .
3278  You can now refer to the label using the menu 
3279 \family sans
3280 Insert\SpecialChar menuseparator
3281 Cross
3282 \begin_inset space ~
3283 \end_inset
3284
3285 reference
3286 \family default
3287  or the toolbar button 
3288 \begin_inset Info
3289 type  "icon"
3290 arg   "dialog-show-new-inset ref"
3291 \end_inset
3292
3293 .
3294 \begin_inset Newline newline
3295 \end_inset
3296
3297 Referencing is explained in detail in section
3298 \begin_inset space ~
3299 \end_inset
3300
3301
3302 \begin_inset CommandInset ref
3303 LatexCommand ref
3304 reference "sec:Referencing-Floats"
3305
3306 \end_inset
3307
3308 .
3309 \end_layout
3310
3311 \begin_layout Section
3312 Longtables
3313 \begin_inset CommandInset label
3314 LatexCommand label
3315 name "sec:Longtables"
3316
3317 \end_inset
3318
3319
3320 \begin_inset Index idx
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324 Longtables
3325 \end_layout
3326
3327 \end_inset
3328
3329
3330 \begin_inset Index idx
3331 status collapsed
3332
3333 \begin_layout Plain Layout
3334 Table ! Longtables
3335 \end_layout
3336
3337 \end_inset
3338
3339
3340 \end_layout
3341
3342 \begin_layout Standard
3343 If the table is too long to fit on one page, you can use the option 
3344 \family sans
3345 Use
3346 \begin_inset space ~
3347 \end_inset
3348
3349 long
3350 \begin_inset space ~
3351 \end_inset
3352
3353 table
3354 \family default
3355  in the tab 
3356 \family sans
3357 Longtable
3358 \family default
3359  of the table dialog to split the table automatically over more pages.
3360  Doing this enables the following options:
3361 \end_layout
3362
3363 \begin_layout Description
3364 Header: The current row is defined to be a header row that appears on all
3365  pages of the longtable; except for the first page, if 
3366 \family sans
3367 First
3368 \begin_inset space ~
3369 \end_inset
3370
3371 header
3372 \family default
3373  is defined.
3374  This is therefore called the main header.
3375 \end_layout
3376
3377 \begin_layout Description
3378 First
3379 \begin_inset space ~
3380 \end_inset
3381
3382 header: The current row is defined to be a header row that appears on the
3383  first page of the longtable.
3384 \end_layout
3385
3386 \begin_layout Description
3387 Footer: The current row is defined to be a footer row that appears on all
3388  pages of the longtable; except for the last page, if 
3389 \family sans
3390 Last
3391 \begin_inset space ~
3392 \end_inset
3393
3394 footer
3395 \family default
3396  is defined.
3397 \end_layout
3398
3399 \begin_layout Description
3400 Last
3401 \begin_inset space ~
3402 \end_inset
3403
3404 footer: The current row is defined to be a footer row that appears on the
3405  last page of the longtable.
3406 \end_layout
3407
3408 \begin_layout Description
3409 Caption: The current row contains the table caption.
3410  The row is reset as single column and a caption is inserted.
3411  More about longtable captions is explained in sec.
3412 \begin_inset space \thinspace{}
3413 \end_inset
3414
3415
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "subsec:Longtable-Captions"
3419
3420 \end_inset
3421
3422 .
3423 \end_layout
3424
3425 \begin_layout Standard
3426 You can also specify a row where the table is split.
3427  See the following longtable to see how it works:
3428 \begin_inset Separator parbreak
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 \align center
3436 \begin_inset Tabular
3437 <lyxtabular version="3" rows="69" columns="3">
3438 <features islongtable="true" longtabularalignment="center">
3439 <column alignment="left" valignment="top" width="0cm">
3440 <column alignment="left" valignment="top" width="0pt">
3441 <column alignment="center" valignment="top" width="0pt">
3442 <row endfirsthead="true">
3443 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447
3448 \series bold
3449 Example Phone List (ignore the names)
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row endfirsthead="true">
3474 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \series bold
3480 NAME
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500 TEL.
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row endhead="true">
3507 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Example Phone List
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row endhead="true">
3538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 NAME
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562
3563 \series bold
3564 TEL.
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row endfoot="true">
3571 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575  continued on next page
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Annovi
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Silvia
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Bertoli
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Stefano
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Bozzi
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Walter
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Cachia
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Maria
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Cachia
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Maurizio
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Cinquemani
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Giusi
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Colin
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Bernard
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Concli
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Gianfranco
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Dal Bosco
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Carolina
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Dalpiaz
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Annamaria
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Feliciello
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Domenico
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Focarelli
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Paola
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Galletti
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Oreste
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Gasparini
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Franca
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \series bold
4040 Rizzardi
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 Paola
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 111
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \series bold
4071 Lassini
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 Giancarlo
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 111
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Malfatti
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Luciano
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 111
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Malfatti
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Valeriano
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 111
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Meneguzzo
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Roberto
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 111
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \series bold
4195 Mezzadra
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 Roberto
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 111
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \series bold
4226 Pirpamer
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 Erich
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 111
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255
4256 \series bold
4257 Pochiesa
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Paolo
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 111, 222
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286
4287 \series bold
4288 Radina
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 Claudio
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 111
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317
4318 \series bold
4319 Stuffer
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 Oskar
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 111
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348
4349 \series bold
4350 Tacchelli
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 Ugo
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 111
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Tezzele
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Margit
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 111
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \series bold
4412 Unterkalmsteiner
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 Frieda
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 111
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Vieider
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Hilde
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 111
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Vigna
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Jürgen
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 111
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Weber
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Maurizio
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 111
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Winkler
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Franz
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 111
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565  
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Annovi
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Silvia
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Bertoli
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Stefano
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Bozzi
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Walter
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Cachia
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Maria
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Cachia
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Maurizio
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Cinquemani
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Giusi
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Colin
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Bernard
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Concli
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Gianfranco
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Dal Bosco
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Carolina
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Dalpiaz
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Annamaria
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Feliciello
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Domenico
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Focarelli
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Paola
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 555
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Galletti
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Oreste
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Gasparini
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Franca
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row>
5024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \series bold
5030 Rizzardi
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 Paola
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 555
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \series bold
5061 Lassini
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Giancarlo
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 555
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090
5091 \series bold
5092 Malfatti
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 Luciano
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 555
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \series bold
5123 Malfatti
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 Valeriano
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 555
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \series bold
5154 Meneguzzo
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Roberto
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 555
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row>
5179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \series bold
5185 Mezzadra
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 Roberto
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 555
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 <row>
5210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \series bold
5216 Pirpamer
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225 Erich
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 555
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \series bold
5247 Pochiesa
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 Paolo
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 555, 222
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row>
5272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \series bold
5278 Radina
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 Claudio
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 555
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 </row>
5302 <row>
5303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307
5308 \series bold
5309 Stuffer
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 Oskar
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 555
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 <row>
5334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338
5339 \series bold
5340 Tacchelli
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349 Ugo
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 555
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 <row>
5365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369
5370 \series bold
5371 Tezzele
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 Margit
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 555
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 </row>
5395 <row>
5396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400
5401 \series bold
5402 Unterkalmsteiner
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 Frieda
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 555
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 <row>
5427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \series bold
5433 Vieider
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 Hilde
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 555
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 </row>
5457 <row>
5458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462
5463 \series bold
5464 Vigna
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 Jürgen
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 999
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493
5494 \series bold
5495 Weber
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 Maurizio
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 555
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524
5525 \series bold
5526 Winkler
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 Franz
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 555
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 </row>
5550 <row endlastfoot="true">
5551 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 end
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 </lyxtabular>
5580
5581 \end_inset
5582
5583
5584 \begin_inset ERT
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588
5589
5590 \backslash
5591 addtocounter{table}{-1}
5592 \end_layout
5593
5594 \end_inset
5595
5596
5597 \begin_inset Note Note
5598 status collapsed
5599
5600 \begin_layout Plain Layout
5601 See the first greyed-out note in section
5602 \begin_inset space ~
5603 \end_inset
5604
5605
5606 \begin_inset CommandInset ref
5607 LatexCommand ref
5608 reference "subsec:Longtable-Captions"
5609
5610 \end_inset
5611
5612  for an explanation of this command.
5613 \end_layout
5614
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \begin_layout Subsection
5621 Footnotes in Longtables
5622 \begin_inset CommandInset label
5623 LatexCommand label
5624 name "subsec:Footnotes-in-Longtables"
5625
5626 \end_inset
5627
5628
5629 \begin_inset Index idx
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633 Longtables ! Footnotes
5634 \end_layout
5635
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \begin_layout Standard
5642 Footnotes can be inserted to every longtable cell.
5643  They appear at the bottom of the page where the table cell with the footnote
5644  appears.
5645  Table
5646 \begin_inset space ~
5647 \end_inset
5648
5649
5650 \begin_inset CommandInset ref
5651 LatexCommand ref
5652 reference "tab:DiffCaptions"
5653
5654 \end_inset
5655
5656  has for example a footnote.
5657 \end_layout
5658
5659 \begin_layout Subsection
5660 Longtable Alignment
5661 \begin_inset Index idx
5662 status collapsed
5663
5664 \begin_layout Plain Layout
5665 Longtables ! Alignment
5666 \end_layout
5667
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \begin_layout Standard
5674 The horizontal alignment of longtables can be set in the table settings
5675  dialog.
5676  For left- and right-alignment the table will be directly at the page border.
5677  To add space between the table and the border one has to set the alignment
5678  to center and change the value of the \SpecialChar LaTeX
5679 -lengths 
5680 \series bold
5681
5682 \backslash
5683 LTleft 
5684 \series default
5685 or 
5686 \series bold
5687
5688 \backslash
5689 LTright
5690 \series default
5691  by inserting this line as \SpecialChar TeX
5692 -Code before the longtable:
5693 \end_layout
5694
5695 \begin_layout Standard
5696
5697 \series bold
5698
5699 \backslash
5700 setlength{
5701 \backslash
5702 LTleft}{value}
5703 \end_layout
5704
5705 \begin_layout Standard
5706 The value can have any of the units listed in Table
5707 \begin_inset space ~
5708 \end_inset
5709
5710
5711 \begin_inset CommandInset ref
5712 LatexCommand ref
5713 reference "tab:Units"
5714
5715 \end_inset
5716
5717 .
5718  
5719 \series bold
5720
5721 \backslash
5722 LTleft
5723 \series default
5724  controls the horizontal distance from the left page border to the longtable,
5725  
5726 \series bold
5727
5728 \backslash
5729 LTright
5730 \series default
5731  the distance from the right side.
5732  The default value for both lengths is 
5733 \series bold
5734
5735 \backslash
5736 fill
5737 \series default
5738 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5739 .
5740 \end_layout
5741
5742 \begin_layout Standard
5743 The following longtable was centered and 
5744 \series bold
5745
5746 \backslash
5747 LTleft
5748 \series default
5749  set to 
5750 \family sans
5751 0.1
5752 \backslash
5753 columnwidth
5754 \family default
5755 :
5756 \begin_inset ERT
5757 status collapsed
5758
5759 \begin_layout Plain Layout
5760
5761
5762 \backslash
5763 setlength{
5764 \backslash
5765 LTleft}{0.1
5766 \backslash
5767 columnwidth}
5768 \end_layout
5769
5770 \end_inset
5771
5772
5773 \end_layout
5774
5775 \begin_layout Standard
5776 \begin_inset Tabular
5777 <lyxtabular version="3" rows="5" columns="5">
5778 <features islongtable="true" longtabularalignment="center">
5779 <column alignment="center" valignment="top">
5780 <column alignment="center" valignment="top" width="0pt">
5781 <column alignment="center" valignment="top">
5782 <column alignment="center" valignment="top">
5783 <column alignment="center" valignment="top">
5784 <row>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 1
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 2
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 3
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 4
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 5
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 </row>
5831 <row>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 asd
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 s
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 s
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 s
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 asd
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 <row>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 asd
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 s
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 s
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 s
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 asd
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 </row>
5925 <row>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 asd
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 s
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 s
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 s
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 asd
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 asd
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 asd
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 asd
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 asd
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 </lyxtabular>
6020
6021 \end_inset
6022
6023
6024 \begin_inset ERT
6025 status collapsed
6026
6027 \begin_layout Plain Layout
6028
6029
6030 \backslash
6031 setlength{
6032 \backslash
6033 LTleft}{
6034 \backslash
6035 fill}
6036 \end_layout
6037
6038 \end_inset
6039
6040
6041 \begin_inset ERT
6042 status collapsed
6043
6044 \begin_layout Plain Layout
6045
6046
6047 \backslash
6048 addtocounter{table}{-1}
6049 \end_layout
6050
6051 \end_inset
6052
6053
6054 \begin_inset Note Note
6055 status collapsed
6056
6057 \begin_layout Plain Layout
6058 See the first greyed-out note in section
6059 \begin_inset space ~
6060 \end_inset
6061
6062
6063 \begin_inset CommandInset ref
6064 LatexCommand ref
6065 reference "subsec:Longtable-Captions"
6066
6067 \end_inset
6068
6069  for an explanation of this command.
6070 \end_layout
6071
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \begin_layout Subsection
6078 Longtable Captions
6079 \begin_inset Index idx
6080 status collapsed
6081
6082 \begin_layout Plain Layout
6083 Longtables ! Captions
6084 \end_layout
6085
6086 \end_inset
6087
6088
6089 \begin_inset CommandInset label
6090 LatexCommand label
6091 name "subsec:Longtable-Captions"
6092
6093 \end_inset
6094
6095
6096 \end_layout
6097
6098 \begin_layout Standard
6099 A longtable cannot be put into a table float because floats can only be
6100  on one page.
6101  But the caption environment of floats can also be used for longtables when
6102  you use the longtable option 
6103 \family sans
6104 Caption
6105 \family default
6106  as described in sec.
6107 \begin_inset space \thinspace{}
6108 \end_inset
6109
6110
6111 \begin_inset CommandInset ref
6112 LatexCommand ref
6113 reference "sec:Longtables"
6114
6115 \end_inset
6116
6117 .
6118  Only one table row should contain a caption, either a header or a footer
6119  row.
6120 \end_layout
6121
6122 \begin_layout Standard
6123 Here is a short longtable to see how it works:
6124 \end_layout
6125
6126 \begin_layout Standard
6127 \begin_inset Tabular
6128 <lyxtabular version="3" rows="6" columns="5">
6129 <features islongtable="true" longtabularalignment="center">
6130 <column alignment="center" valignment="top">
6131 <column alignment="center" valignment="top">
6132 <column alignment="center" valignment="top">
6133 <column alignment="center" valignment="top">
6134 <column alignment="center" valignment="top">
6135 <row endfirsthead="true" caption="true">
6136 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 \begin_inset Caption Standard
6141
6142 \begin_layout Plain Layout
6143 Longtable with caption
6144 \begin_inset Argument 1
6145 status open
6146
6147 \begin_layout Plain Layout
6148 Longtable
6149 \end_layout
6150
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 </row>
6200 <row>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 1
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 2
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 3
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 4
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 5
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 </row>
6247 <row>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 asd
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 s
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 s
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 s
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 asd
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 </row>
6294 <row>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 asd
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 s
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 s
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 s
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 asd
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 </row>
6341 <row>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 asd
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 s
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 s
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 s
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 asd
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 asd
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 asd
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 asd
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 asd
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 asd
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 </row>
6435 </lyxtabular>
6436
6437 \end_inset
6438
6439
6440 \end_layout
6441
6442 \begin_layout Standard
6443 \begin_inset VSpace medskip
6444 \end_inset
6445
6446
6447 \begin_inset Note Greyedout
6448 status open
6449
6450 \begin_layout Plain Layout
6451
6452 \series bold
6453 Note
6454 \begin_inset space ~
6455 \end_inset
6456
6457 1:
6458 \series default
6459  The table number is increased for every longtable, even if you did not
6460  set a caption for it.
6461  For this reason you could have the case that e.
6462 \begin_inset space \thinspace{}
6463 \end_inset
6464
6465 g.
6466 \begin_inset space \space{}
6467 \end_inset
6468
6469 Table
6470 \begin_inset space ~
6471 \end_inset
6472
6473 2.4 follows Table
6474 \begin_inset space ~
6475 \end_inset
6476
6477 2.1 in the list of tables if there are two longtables without captions.
6478  To avoid this you can add the following command in \SpecialChar TeX
6479 -Code after every longtable
6480  without a caption:
6481 \end_layout
6482
6483 \begin_layout Plain Layout
6484
6485 \series bold
6486
6487 \backslash
6488 addtocounter{table}{-1}
6489 \end_layout
6490
6491 \begin_layout Plain Layout
6492 This is not needed when none of your longtables has a caption and you add
6493  the following code to the document preamble:
6494 \end_layout
6495
6496 \begin_layout Plain Layout
6497
6498 \series bold
6499
6500 \backslash
6501 let
6502 \backslash
6503 myEnd
6504 \backslash
6505 endlongtable
6506 \begin_inset Newline newline
6507 \end_inset
6508
6509
6510 \backslash
6511 renewcommand{
6512 \backslash
6513 endlongtable}{
6514 \backslash
6515 myEnd
6516 \backslash
6517 addtocounter{table}{-1}}
6518 \end_layout
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \begin_layout Standard
6526 \begin_inset Note Greyedout
6527 status open
6528
6529 \begin_layout Plain Layout
6530
6531 \series bold
6532 Note
6533 \begin_inset space ~
6534 \end_inset
6535
6536 2:
6537 \series default
6538  If you are using
6539 \series bold
6540  hyperref
6541 \series default
6542
6543 \begin_inset Index idx
6544 status collapsed
6545
6546 \begin_layout Plain Layout
6547 \SpecialChar LaTeX
6548 -packages ! hyperref
6549 \end_layout
6550
6551 \end_inset
6552
6553  in the 
6554 \family sans
6555 PDF Properties
6556 \family default
6557  of the 
6558 \family sans
6559 Document Settings
6560 \family default
6561  dialog to link cross-references, the link to a longtable caption will always
6562  point to the beginning of the document.
6563 \end_layout
6564
6565 \end_inset
6566
6567
6568 \end_layout
6569
6570 \begin_layout Subsubsection
6571 References to Longtables
6572 \begin_inset Index idx
6573 status collapsed
6574
6575 \begin_layout Plain Layout
6576 Longtables ! References
6577 \end_layout
6578
6579 \end_inset
6580
6581
6582 \end_layout
6583
6584 \begin_layout Standard
6585 \begin_inset Tabular
6586 <lyxtabular version="3" rows="6" columns="5">
6587 <features islongtable="true" longtabularalignment="center">
6588 <column alignment="center" valignment="top">
6589 <column alignment="center" valignment="top">
6590 <column alignment="center" valignment="top">
6591 <column alignment="center" valignment="top">
6592 <column alignment="center" valignment="top">
6593 <row endfirsthead="true" caption="true">
6594 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 \begin_inset Caption Standard
6599
6600 \begin_layout Plain Layout
6601 Referenced longtable
6602 \begin_inset CommandInset label
6603 LatexCommand label
6604 name "tab:RefExample"
6605
6606 \end_inset
6607
6608
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 </row>
6655 <row>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 1
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 2
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 3
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 4
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 5
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 <row>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 asd
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 s
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 s
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 s
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 asd
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 </row>
6749 <row>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 asd
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 s
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 s
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 s
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 asd
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 </row>
6796 <row>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 asd
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 s
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 s
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 s
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 asd
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 </row>
6843 <row>
6844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 asd
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 sad
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 asd
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 asd
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 </lyxtabular>
6891
6892 \end_inset
6893
6894
6895 \end_layout
6896
6897 \begin_layout Standard
6898 To reference a longtable, insert a label into the caption.
6899 \end_layout
6900
6901 \begin_layout Standard
6902 This is a reference to Table
6903 \begin_inset space ~
6904 \end_inset
6905
6906
6907 \begin_inset CommandInset ref
6908 LatexCommand ref
6909 reference "tab:RefExample"
6910
6911 \end_inset
6912
6913 .
6914 \end_layout
6915
6916 \begin_layout Standard
6917 The caption layout can be set together with all other captions of your document
6918  using the \SpecialChar LaTeX
6919 -package 
6920 \series bold
6921 caption
6922 \series default
6923
6924 \begin_inset Index idx
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928 \SpecialChar LaTeX
6929 -packages ! caption
6930 \end_layout
6931
6932 \end_inset
6933
6934 , see section
6935 \begin_inset space ~
6936 \end_inset
6937
6938
6939 \begin_inset CommandInset ref
6940 LatexCommand ref
6941 reference "sec:Caption-Formatting"
6942
6943 \end_inset
6944
6945 .
6946 \end_layout
6947
6948 \begin_layout Subsubsection
6949 Caption Width
6950 \begin_inset Index idx
6951 status collapsed
6952
6953 \begin_layout Plain Layout
6954 Longtables ! Caption Width
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \begin_layout Standard
6963 The maximal width of caption lines is defined by the length 
6964 \series bold
6965
6966 \backslash
6967 LTcapwidth
6968 \series default
6969 .
6970  Its default value is 4
6971 \begin_inset space \thinspace{}
6972 \end_inset
6973
6974 in.
6975  To change it add the following command to your document preamble or as
6976  \SpecialChar TeX
6977 -Code into your document before the longtable that should be affected
6978 \end_layout
6979
6980 \begin_layout Standard
6981
6982 \series bold
6983
6984 \backslash
6985 setlength{
6986 \backslash
6987 LTcapwidth}{width}
6988 \end_layout
6989
6990 \begin_layout Standard
6991 where the width could have one of the units listed in appendix
6992 \begin_inset space ~
6993 \end_inset
6994
6995
6996 \begin_inset CommandInset ref
6997 LatexCommand ref
6998 reference "cha:Units-available-in"
6999
7000 \end_inset
7001
7002 .
7003 \end_layout
7004
7005 \begin_layout Standard
7006 The following tables show the difference:
7007 \end_layout
7008
7009 \begin_layout Standard
7010 \begin_inset Tabular
7011 <lyxtabular version="3" rows="6" columns="5">
7012 <features islongtable="true" longtabularalignment="center">
7013 <column alignment="center" valignment="top">
7014 <column alignment="center" valignment="top">
7015 <column alignment="center" valignment="top">
7016 <column alignment="center" valignment="top">
7017 <column alignment="center" valignment="top">
7018 <row endfirsthead="true" caption="true">
7019 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 \begin_inset Caption Standard
7024
7025 \begin_layout Plain Layout
7026 long full title with default width long full title with default width long
7027  full title with default width
7028 \begin_inset Argument 1
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032 caption with default width
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 </row>
7084 <row>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 1
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 2
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 3
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 4
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 5
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 </row>
7131 <row>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 asd
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 s
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 asd
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 </row>
7178 <row>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 s
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 s
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 s
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 <row>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 s
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 s
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 asd
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 sad
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 asd
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 asd
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 asd
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 </row>
7319 </lyxtabular>
7320
7321 \end_inset
7322
7323
7324 \end_layout
7325
7326 \begin_layout Standard
7327 \begin_inset ERT
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331
7332
7333 \backslash
7334 setlength{
7335 \backslash
7336 LTcapwidth}{5cm}
7337 \end_layout
7338
7339 \end_inset
7340
7341
7342 \begin_inset Tabular
7343 <lyxtabular version="3" rows="6" columns="5">
7344 <features islongtable="true" longtabularalignment="center">
7345 <column alignment="center" valignment="top">
7346 <column alignment="center" valignment="top">
7347 <column alignment="center" valignment="top">
7348 <column alignment="center" valignment="top">
7349 <column alignment="center" valignment="top">
7350 <row endfirsthead="true" caption="true">
7351 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 \begin_inset Caption Standard
7356
7357 \begin_layout Plain Layout
7358 long full title with width set to 5
7359 \begin_inset space \thinspace{}
7360 \end_inset
7361
7362 cm long full title with width set to 5
7363 \begin_inset space \thinspace{}
7364 \end_inset
7365
7366 cm long full title with width set to 5
7367 \begin_inset space \thinspace{}
7368 \end_inset
7369
7370 cm
7371 \begin_inset Argument 1
7372 status collapsed
7373
7374 \begin_layout Plain Layout
7375 caption with width
7376 \begin_inset space \thinspace{}
7377 \end_inset
7378
7379 =
7380 \begin_inset space \thinspace{}
7381 \end_inset
7382
7383 5
7384 \begin_inset space \thinspace{}
7385 \end_inset
7386
7387 cm
7388 \end_layout
7389
7390 \end_inset
7391
7392
7393 \end_layout
7394
7395 \end_inset
7396
7397
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 </row>
7439 <row>
7440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 1
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453 2
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 3
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 4
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 5
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 </row>
7486 <row>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 asd
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 s
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 s
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 s
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 asd
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 asd
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 s
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 s
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 s
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 asd
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 asd
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 s
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 s
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 s
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 asd
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row>
7628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 asd
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 sad
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 asd
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 asd
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 asd
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 </row>
7674 </lyxtabular>
7675
7676 \end_inset
7677
7678
7679 \end_layout
7680
7681 \begin_layout Standard
7682 \begin_inset ERT
7683 status collapsed
7684
7685 \begin_layout Plain Layout
7686
7687
7688 \backslash
7689 setlength{
7690 \backslash
7691 LTcapwidth}{4in}
7692 \end_layout
7693
7694 \end_inset
7695
7696
7697 \end_layout
7698
7699 \begin_layout Standard
7700 \begin_inset Note Greyedout
7701 status open
7702
7703 \begin_layout Plain Layout
7704
7705 \series bold
7706 Note:
7707 \series default
7708  When the \SpecialChar LaTeX
7709 -package 
7710 \series bold
7711 caption
7712 \series default
7713
7714 \begin_inset Index idx
7715 status collapsed
7716
7717 \begin_layout Plain Layout
7718 \SpecialChar LaTeX
7719 -packages ! caption
7720 \end_layout
7721
7722 \end_inset
7723
7724  is used, as in this document, the full page width is used for the caption
7725  when you use the default value of 4
7726 \begin_inset space \thinspace{}
7727 \end_inset
7728
7729 in for 
7730 \series bold
7731
7732 \backslash
7733 LTcapwidth
7734 \series default
7735 .
7736  To get in this case exactly a 4
7737 \begin_inset space \thinspace{}
7738 \end_inset
7739
7740 in wide caption, you can either use a value slightly different from 4.0
7741 \begin_inset space \thinspace{}
7742 \end_inset
7743
7744 in, e.
7745 \begin_inset space \thinspace{}
7746 \end_inset
7747
7748 g.
7749 \begin_inset space \space{}
7750 \end_inset
7751
7752 3.99
7753 \begin_inset space \thinspace{}
7754 \end_inset
7755
7756 in, or the \SpecialChar LaTeX
7757 -command 
7758 \series bold
7759
7760 \backslash
7761 captionsetup{width=value}
7762 \series default
7763  that is provided by the 
7764 \series bold
7765 caption
7766 \series default
7767 -package.
7768 \end_layout
7769
7770 \end_inset
7771
7772
7773 \end_layout
7774
7775 \begin_layout Subsubsection
7776 Different Captions for Table Pages
7777 \begin_inset Index idx
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781 Longtables ! Different Captions for Pages
7782 \end_layout
7783
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \begin_layout Standard
7790 When the table captions for the following pages should differ from the one
7791  of the first table page, mark a empty row as header which contains a caption.
7792  Then right-click on the caption and select in the context menu 
7793 \family sans
7794 Caption
7795 \begin_inset space ~
7796 \end_inset
7797
7798 (LongTableNoNumber)
7799 \family default
7800 .
7801  Table
7802 \begin_inset space ~
7803 \end_inset
7804
7805
7806 \begin_inset CommandInset ref
7807 LatexCommand ref
7808 reference "tab:DiffCaptions"
7809
7810 \end_inset
7811
7812  is an example of a longtable with different heading where the second caption
7813  does not include the table number.
7814 \begin_inset Separator parbreak
7815 \end_inset
7816
7817
7818 \end_layout
7819
7820 \begin_layout Standard
7821 \align center
7822 \begin_inset Tabular
7823 <lyxtabular version="3" rows="59" columns="3">
7824 <features islongtable="true" longtabularalignment="center">
7825 <column alignment="left" valignment="top" width="0cm">
7826 <column alignment="left" valignment="top" width="0pt">
7827 <column alignment="center" valignment="top" width="0pt">
7828 <row endfirsthead="true" caption="true">
7829 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 \begin_inset Caption Standard
7834
7835 \begin_layout Plain Layout
7836 Example Phone List
7837 \begin_inset CommandInset label
7838 LatexCommand label
7839 name "tab:DiffCaptions"
7840
7841 \end_inset
7842
7843
7844 \begin_inset Argument 1
7845 status collapsed
7846
7847 \begin_layout Plain Layout
7848 Example Phone List
7849 \end_layout
7850
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 </row>
7882 <row endfirsthead="true">
7883 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \series bold
7889 Example Phone List (ignore the names)
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row endfirsthead="true">
7914 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 NAME
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 TEL.
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row endhead="true" caption="true">
7947 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 \begin_inset Caption LongTableNoNumber
7952
7953 \begin_layout Plain Layout
7954 Continued Example Phone List
7955 \end_layout
7956
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row endhead="true">
7984 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Example Phone List
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row endhead="true">
8015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 NAME
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 TEL.
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row endfoot="true">
8048 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 continued on next page
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Annovi
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Silvia
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Bertoli
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Stefano
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Bozzi
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Walter
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Cachia
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Maria
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Cachia
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Maurizio
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Cinquemani
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Giusi
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Colin
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Bernard
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Concli
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Gianfranco
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Dal Bosco
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Carolina
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Dalpiaz
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Annamaria
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Feliciello
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Domenico
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Focarelli
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Paola
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Galletti
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Oreste
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Gasparini
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Franca
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Rizzardi
8518 \series default
8519
8520 \begin_inset Foot
8521 status open
8522
8523 \begin_layout Plain Layout
8524 Example footnote
8525 \end_layout
8526
8527 \end_inset
8528
8529
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 Paola
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 111
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \series bold
8560 Lassini
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 Giancarlo
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 111
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \series bold
8591 Malfatti
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 Luciano
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 111
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620
8621 \series bold
8622 Malfatti
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Valeriano
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 111
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \series bold
8653 Meneguzzo
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Roberto
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 111
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \series bold
8684 Mezzadra
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 Roberto
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 111
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \series bold
8715 Pirpamer
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 Erich
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 111
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \series bold
8746 Pochiesa
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 Paolo
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 111, 222
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 </row>
8770 <row>
8771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775
8776 \series bold
8777 Radina
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Claudio
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 111
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Stuffer
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Oskar
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 111
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Tacchelli
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Ugo
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 111
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Tezzele
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Margit
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 111
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Unterkalmsteiner
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Frieda
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 111
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Vieider
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Hilde
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 111
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Vigna
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Jürgen
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 111
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Weber
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Maurizio
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 111
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Winkler
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Franz
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 111
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054  
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083
9084 \series bold
9085 Annovi
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Silvia
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 555
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \series bold
9116 Bertoli
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 Stefano
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 555
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \series bold
9147 Bozzi
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Walter
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 555
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \series bold
9178 Cachia
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 Maria
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 555
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 <row>
9203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207
9208 \series bold
9209 Cachia
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218 Maurizio
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 555
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \series bold
9240 Cinquemani
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 Giusi
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 555
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row>
9265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \series bold
9271 Colin
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 Bernard
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 555
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \series bold
9302 Concli
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 Gianfranco
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 555
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \series bold
9333 Dal Bosco
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 Carolina
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 555
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \series bold
9364 Dalpiaz
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 Annamaria
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 555
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 </row>
9388 <row>
9389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393
9394 \series bold
9395 Feliciello
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 Domenico
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 555
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \series bold
9426 Focarelli
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 Paola
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 555
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \series bold
9457 Galletti
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 Oreste
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 555
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row>
9482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486
9487 \series bold
9488 Gasparini
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 Franca
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 555
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row>
9513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \series bold
9519 Rizzardi
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 Paola
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 555
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550 Lassini
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 Giancarlo
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 555
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 <row>
9575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \series bold
9581 Malfatti
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 Luciano
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599 555
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 </row>
9605 <row>
9606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \series bold
9612 Malfatti
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 Valeriano
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 555
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 </row>
9636 <row>
9637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \series bold
9643 Meneguzzo
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 Roberto
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 555
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 <row>
9668 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \series bold
9674 Mezzadra
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 Roberto
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 555
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 </lyxtabular>
9699
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \begin_layout Section
9706 Special Longtable Issues
9707 \begin_inset CommandInset label
9708 LatexCommand label
9709 name "sec:Special-Longtable-Issues"
9710
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \begin_layout Subsection
9717 Longtable Calculation
9718 \begin_inset Index idx
9719 status collapsed
9720
9721 \begin_layout Plain Layout
9722 Longtables ! Calculation
9723 \end_layout
9724
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \begin_layout Standard
9731 \SpecialChar LaTeX
9732  calculates the height of table pages and their page breaks using so called
9733  chunks.
9734  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9735 's memory.
9736  The default value was historically set to only 20 table rows.
9737  If you are using longtables with many pages this may slow down the creation
9738  of your document.
9739  You can safely increase the chunk size to values of 100-1000 by adding
9740  this command line to your document preamble:
9741 \end_layout
9742
9743 \begin_layout Standard
9744
9745 \series bold
9746
9747 \backslash
9748 setcounter{LTchunksize}{100}
9749 \end_layout
9750
9751 \begin_layout Subsection
9752 Floats and Longtables
9753 \begin_inset Index idx
9754 status collapsed
9755
9756 \begin_layout Plain Layout
9757 Longtables ! Floats
9758 \end_layout
9759
9760 \end_inset
9761
9762
9763 \end_layout
9764
9765 \begin_layout Standard
9766 There might be problems when a float appears on the same page where a longtable
9767  starts.
9768  To avoid such a situation, insert a 
9769 \begin_inset Quotes eld
9770 \end_inset
9771
9772 clear page
9773 \begin_inset Quotes erd
9774 \end_inset
9775
9776  (menu 
9777 \family sans
9778 Insert\SpecialChar menuseparator
9779 Formatting\SpecialChar menuseparator
9780 Clear
9781 \begin_inset space ~
9782 \end_inset
9783
9784 Page
9785 \family default
9786 ) before your longtable.
9787 \end_layout
9788
9789 \begin_layout Subsection
9790 Forced Page Breaks
9791 \begin_inset Index idx
9792 status collapsed
9793
9794 \begin_layout Plain Layout
9795 Longtables ! Forced Page Breaks
9796 \end_layout
9797
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \begin_layout Standard
9804 By default tables are only broken between rows.
9805  If you have a cell with multiples lines and want to have a page break within
9806  the cell, insert the new line command 
9807 \begin_inset Quotes eld
9808 \end_inset
9809
9810
9811 \series bold
9812
9813 \backslash
9814
9815 \backslash
9816
9817 \series default
9818
9819 \begin_inset Quotes erd
9820 \end_inset
9821
9822  as \SpecialChar TeX
9823 -Code at the point of the cell where it can be broken.
9824  Before the 
9825 \series bold
9826
9827 \backslash
9828
9829 \backslash
9830
9831 \series default
9832  command you have to insert in \SpecialChar TeX
9833 -Code as many 
9834 \begin_inset Quotes eld
9835 \end_inset
9836
9837
9838 \series bold
9839 &
9840 \series default
9841
9842 \begin_inset Quotes erd
9843 \end_inset
9844
9845  characters as the number of the following table columns.
9846  The 
9847 \series bold
9848 &
9849 \series default
9850  is the character to separate table cells.
9851  Write in \SpecialChar TeX
9852 -Code after each 
9853 \series bold
9854 &
9855 \series default
9856  the content of the corresponding following cell and delete the content
9857  of these cells.
9858 \begin_inset Newline newline
9859 \end_inset
9860
9861 After the 
9862 \series bold
9863
9864 \backslash
9865
9866 \backslash
9867
9868 \series default
9869  command, insert as many 
9870 \series bold
9871 &
9872 \series default
9873  characters as the number of table columns before the current column.
9874  In Table
9875 \begin_inset space ~
9876 \end_inset
9877
9878
9879 \begin_inset CommandInset ref
9880 LatexCommand ref
9881 reference "tab:ForcedPagebreak"
9882
9883 \end_inset
9884
9885  the cell that should be broken is in the second column followed by another
9886  column.
9887  Therefore the following command was inserted in the cell as \SpecialChar TeX
9888 -Code after
9889  
9890 \begin_inset Quotes eld
9891 \end_inset
9892
9893
9894 \emph on
9895 Castelchiodato,
9896 \emph default
9897
9898 \begin_inset Quotes erd
9899 \end_inset
9900
9901 :
9902 \end_layout
9903
9904 \begin_layout Standard
9905
9906 \series bold
9907 & 111
9908 \backslash
9909
9910 \backslash
9911  
9912 \backslash
9913 newpage
9914 \begin_inset Newline newline
9915 \end_inset
9916
9917 &
9918 \end_layout
9919
9920 \begin_layout Standard
9921 The 
9922 \begin_inset Quotes eld
9923 \end_inset
9924
9925 111
9926 \begin_inset Quotes erd
9927 \end_inset
9928
9929  in the third column of the row was deleted.
9930  
9931 \series bold
9932
9933 \backslash
9934 newpage
9935 \series default
9936  is only needed when a page break should definitely occur at this position,
9937  otherwise it would be a conditional break.
9938  If your footer row of the longtable has for a certain reason no upper line
9939  but you would have a horizontal line where the cell is broken, use this
9940  command instead:
9941 \end_layout
9942
9943 \begin_layout Standard
9944
9945 \series bold
9946 & 111
9947 \backslash
9948
9949 \backslash
9950
9951 \begin_inset Newline newline
9952 \end_inset
9953
9954
9955 \backslash
9956 hline &
9957 \end_layout
9958
9959 \begin_layout Standard
9960 When the cell to be broken is in the last column, the command
9961 \end_layout
9962
9963 \begin_layout Standard
9964
9965 \series bold
9966
9967 \backslash
9968 setlength{
9969 \backslash
9970 parfillskip}{0pt}
9971 \end_layout
9972
9973 \begin_layout Standard
9974 must be inserted as \SpecialChar TeX
9975 -Code at the beginning of the cell.
9976  This ensures that the part of the cell that will be displayed on the new
9977  page appears with the full width.
9978 \begin_inset Separator parbreak
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \begin_layout Standard
9985 \align center
9986 \begin_inset Tabular
9987 <lyxtabular version="3" rows="38" columns="3">
9988 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9989 <column alignment="left" valignment="top" width="0cm">
9990 <column alignment="left" valignment="top" width="3cm">
9991 <column alignment="center" valignment="top" width="0pt">
9992 <row endfirsthead="true" caption="true">
9993 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 \begin_inset Caption Standard
9998
9999 \begin_layout Plain Layout
10000 Table with forced page break in table cell
10001 \begin_inset CommandInset label
10002 LatexCommand label
10003 name "tab:ForcedPagebreak"
10004
10005 \end_inset
10006
10007
10008 \begin_inset Argument 1
10009 status collapsed
10010
10011 \begin_layout Plain Layout
10012 Table with forced page break in table cell
10013 \end_layout
10014
10015 \end_inset
10016
10017
10018 \end_layout
10019
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row endfirsthead="true">
10047 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Example Phone List (ignore the names)
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row endfirsthead="true">
10078 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 NAME
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 TEL.
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row endhead="true">
10111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 \begin_inset ERT
10116 status collapsed
10117
10118 \begin_layout Plain Layout
10119
10120
10121 \backslash
10122 caption*{Continued Example Phone List}
10123 \backslash
10124
10125 \backslash
10126 %
10127 \end_layout
10128
10129 \end_inset
10130
10131
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row endhead="true">
10156 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Example Phone List
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row endhead="true">
10187 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 NAME
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 TEL.
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row endfoot="true">
10220 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 continued on next page
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Annovi
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Silvia
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Bertoli
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Stefano
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Bozzi
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Walter
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Cachia
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Maria
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Cachia
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Maurizio
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Cinquemani
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Giusi
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Colin
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Bernard
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Concli
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Gianfranco
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Dal Bosco
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Carolina
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Dalpiaz
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Annamaria
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Feliciello
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Domenico
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Focarelli
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Paola
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Galletti
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Oreste
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Gasparini
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Franca
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Lassini
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Giancarlo
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Malfatti
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Luciano
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Malfatti
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Valeriano
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Meneguzzo
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Roberto
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 111
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \series bold
10813 Mezzadra
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 Roberto
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 111
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 </row>
10837 <row>
10838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842
10843 \series bold
10844 Pirpamer
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 Erich
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 111
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 <row>
10869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \series bold
10875 Pochiesa
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 Paolo
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 111, 222
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 </row>
10899 <row>
10900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904
10905 \series bold
10906 Radina
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 Claudio
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 111
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 </row>
10930 <row>
10931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935
10936 \series bold
10937 Rizzardi
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 Paolo, 11.
10947  Fürst von Montecompatri, 11.
10948  Fürst von Sulmona und Vivaro, 10.
10949  Fürst von Rossano, 5.
10950  Herzog von Canemorte, 11.
10951  Herzog von Palombara, 5.
10952  Herzog von Castelchiodato,
10953 \begin_inset ERT
10954 status open
10955
10956 \begin_layout Plain Layout
10957
10958 & 111
10959 \backslash
10960
10961 \backslash
10962  
10963 \backslash
10964 newpage
10965 \end_layout
10966
10967 \begin_layout Plain Layout
10968
10969 &
10970 \end_layout
10971
10972 \end_inset
10973
10974  11.
10975  Herzog von Poggionativo, 11.
10976  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10977  Graf von Valinfreda, 11.
10978  Baron von Cropalati, 11.
10979  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Stuffer
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Oskar
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Tacchelli
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Ugo
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Tezzele
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Margit
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 111
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row>
11088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \series bold
11094 Unterkalmsteiner
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 Frieda
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 111
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 <row>
11119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123
11124 \series bold
11125 Vieider
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 Hilde
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 111
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 </row>
11149 <row>
11150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154
11155 \series bold
11156 Vigna
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 Jürgen
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 111
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 <row>
11181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \series bold
11187 Weber
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 Maurizio
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 111
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 </row>
11211 <row>
11212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216
11217 \series bold
11218 Winkler
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 Franz
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 111
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 </lyxtabular>
11243
11244 \end_inset
11245
11246
11247 \end_layout
11248
11249 \begin_layout Section
11250 Multiple Lines, Columns and Rows
11251 \end_layout
11252
11253 \begin_layout Subsection
11254 Multiple Lines in Table Cells
11255 \begin_inset CommandInset label
11256 LatexCommand label
11257 name "subsec:Multiple-Lines-in"
11258
11259 \end_inset
11260
11261
11262 \begin_inset Index idx
11263 status collapsed
11264
11265 \begin_layout Plain Layout
11266 Multiple Lines in Table Cells
11267 \end_layout
11268
11269 \end_inset
11270
11271
11272 \begin_inset Index idx
11273 status collapsed
11274
11275 \begin_layout Plain Layout
11276 Table ! Linebreaks
11277 \end_layout
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \begin_layout Standard
11285 \noindent
11286 \begin_inset Float table
11287 placement H
11288 wide false
11289 sideways false
11290 status open
11291
11292 \begin_layout Plain Layout
11293 \begin_inset Caption Standard
11294
11295 \begin_layout Plain Layout
11296 \begin_inset CommandInset label
11297 LatexCommand label
11298 name "tab:Table-with-multiple"
11299
11300 \end_inset
11301
11302 Table with multiple lines in cells
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Plain Layout
11311 \align center
11312 \begin_inset Tabular
11313 <lyxtabular version="3" rows="3" columns="3">
11314 <features tabularvalignment="middle">
11315 <column alignment="center" valignment="middle" width="2.5cm">
11316 <column alignment="center" valignment="middle">
11317 <column alignment="center" valignment="middle">
11318 <row>
11319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 multiple
11324 \begin_inset Newline linebreak
11325 \end_inset
11326
11327 lines
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 b
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 c
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 <row>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 d
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 e
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 f
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 </row>
11380 <row>
11381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 g
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 h
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 i
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 </row>
11409 </lyxtabular>
11410
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \end_inset
11417
11418
11419 \end_layout
11420
11421 \begin_layout Standard
11422 Setting a fixed width for a column enables you to enter text as a paragraph
11423  with multiple lines and hyphenation.
11424 \end_layout
11425
11426 \begin_layout Standard
11427 To produce Table
11428 \begin_inset space ~
11429 \end_inset
11430
11431
11432 \begin_inset CommandInset ref
11433 LatexCommand ref
11434 reference "tab:Table-with-multiple"
11435
11436 \end_inset
11437
11438 , create a 3×3 table, mark the first cell and right-click on it.
11439  In the appearing table dialog we set a cell width of 2.5
11440 \begin_inset space \thinspace{}
11441 \end_inset
11442
11443 cm and choose centered for the vertical and horizontal alignment.
11444  The vertical alignment is used for all cells of the row.
11445  As our text is smaller than 2.5
11446 \begin_inset space \thinspace{}
11447 \end_inset
11448
11449 cm, only one line will appear.
11450  To get two lines, a justified line break (shortcut 
11451 \begin_inset Info
11452 type  "shortcut"
11453 arg   "newline-insert linebreak"
11454 \end_inset
11455
11456 ) was added.
11457  If the text is wider than the set cell width, it will automatically be
11458  broken to several lines.
11459 \end_layout
11460
11461 \begin_layout Standard
11462 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11463  by \SpecialChar LaTeX
11464  if it is the first entry.
11465  Therefore you need to insert something to prevent the word not being the
11466  first entry.
11467  So add a horizontal space of 0
11468 \begin_inset space \thinspace{}
11469 \end_inset
11470
11471 pt before the word.
11472  As the space is zero, it doesn't change the output.
11473  Table
11474 \begin_inset space ~
11475 \end_inset
11476
11477
11478 \begin_inset CommandInset ref
11479 LatexCommand ref
11480 reference "tab:Table-with-and"
11481
11482 \end_inset
11483
11484  shows the effect.
11485 \end_layout
11486
11487 \begin_layout Standard
11488 \begin_inset Float table
11489 placement h
11490 wide false
11491 sideways false
11492 status open
11493
11494 \begin_layout Plain Layout
11495 \begin_inset Caption Standard
11496
11497 \begin_layout Plain Layout
11498 \begin_inset CommandInset label
11499 LatexCommand label
11500 name "tab:Table-with-and"
11501
11502 \end_inset
11503
11504 Table with and without hyphenation
11505 \end_layout
11506
11507 \end_inset
11508
11509
11510 \end_layout
11511
11512 \begin_layout Plain Layout
11513 \begin_inset space \hfill{}
11514 \end_inset
11515
11516
11517 \begin_inset Tabular
11518 <lyxtabular version="3" rows="3" columns="3">
11519 <features tabularvalignment="middle">
11520 <column alignment="center" valignment="middle" width="2.5cm">
11521 <column alignment="center" valignment="middle">
11522 <column alignment="center" valignment="middle">
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 verylongtablecellword
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 b
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 c
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 <row>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 d
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 e
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 f
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 </row>
11581 <row>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 g
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
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 h
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 i
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 </lyxtabular>
11611
11612 \end_inset
11613
11614
11615 \begin_inset space \hfill{}
11616 \end_inset
11617
11618
11619 \begin_inset Tabular
11620 <lyxtabular version="3" rows="3" columns="3">
11621 <features tabularvalignment="middle">
11622 <column alignment="center" valignment="middle" width="2.5cm">
11623 <column alignment="center" valignment="middle">
11624 <column alignment="center" valignment="middle">
11625 <row>
11626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 \begin_inset space \hspace{}
11631 \length 0pt
11632 \end_inset
11633
11634 verylongtablecellword
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 b
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 c
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 </row>
11658 <row>
11659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 d
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 e
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 f
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 g
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 h
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 i
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 </lyxtabular>
11717
11718 \end_inset
11719
11720
11721 \begin_inset space \hfill{}
11722 \end_inset
11723
11724
11725 \end_layout
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Subsection
11733 Multicolumns
11734 \begin_inset CommandInset label
11735 LatexCommand label
11736 name "subsec:Multicolumns"
11737
11738 \end_inset
11739
11740
11741 \begin_inset Index idx
11742 status collapsed
11743
11744 \begin_layout Plain Layout
11745 Multicolumns
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \begin_inset Index idx
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755 Table ! Multicolumns
11756 \end_layout
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \begin_layout Subsubsection
11764 Multicolumn Basics
11765 \end_layout
11766
11767 \begin_layout Standard
11768 To merge cells over multiple columns, select as many cells within a row
11769  as you want to merge and use either the table-toolbar button 
11770 \begin_inset Info
11771 type  "icon"
11772 arg   "inset-modify tabular multicolumn"
11773 \end_inset
11774
11775 , or the menu 
11776 \family sans
11777 Edit\SpecialChar menuseparator
11778 Table\SpecialChar menuseparator
11779 Multicolumn
11780 \family default
11781 , or right click on the marked cells and choose 
11782 \family sans
11783 Multicolumn
11784 \family default
11785  in the context menu.
11786 \end_layout
11787
11788 \begin_layout Standard
11789 Multicolumns have there own cell settings.
11790  That means changing cell borders, cell alignment, and the width only affects
11791  the multicolumn.
11792  Here is an example table with a multicolumn cell in the first row and one
11793  in the last row without the upper border:
11794 \begin_inset Separator parbreak
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \begin_layout Standard
11801 \align center
11802 \begin_inset Tabular
11803 <lyxtabular version="3" rows="3" columns="4">
11804 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11805 <column alignment="center" valignment="top" width="0pt">
11806 <column alignment="center" valignment="middle">
11807 <column alignment="center" valignment="top" width="0in">
11808 <column alignment="center" valignment="top" width="0pt">
11809 <row>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 abc
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 def ghi
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 jkl
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 </row>
11847 <row>
11848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852
11853 \family roman
11854 \series medium
11855 \shape up
11856 \size normal
11857 \emph off
11858 \bar no
11859 \noun off
11860 \color none
11861 A
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 B
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 C
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 D
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 </row>
11894 <row>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 1
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 2
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 3
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 4
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 </row>
11932 </lyxtabular>
11933
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \begin_layout Subsubsection
11940 Multicolumn Calculations
11941 \begin_inset CommandInset label
11942 LatexCommand label
11943 name "subsec:Multicolumn-Calculations"
11944
11945 \end_inset
11946
11947
11948 \begin_inset Index idx
11949 status collapsed
11950
11951 \begin_layout Plain Layout
11952 Multicolumns ! Calculations
11953 \end_layout
11954
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \begin_layout Standard
11961 \SpecialChar LyX
11962  supports multicolumns directly, but we have to take account of the cell
11963  width of the columns spanned by the multicolumn cell.
11964 \end_layout
11965
11966 \begin_layout Standard
11967 \begin_inset Float table
11968 placement h
11969 wide false
11970 sideways false
11971 status open
11972
11973 \begin_layout Plain Layout
11974 \begin_inset Caption Standard
11975
11976 \begin_layout Plain Layout
11977 \begin_inset CommandInset label
11978 LatexCommand label
11979 name "tab:Table-with-centered"
11980
11981 \end_inset
11982
11983 Table with centered multicolumn text above two columns that have exactly
11984  half the width of the multicolumn cell
11985 \begin_inset Argument 1
11986 status collapsed
11987
11988 \begin_layout Plain Layout
11989 Perfect multicolumn table
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \begin_layout Plain Layout
12003 \align center
12004 \begin_inset Tabular
12005 <lyxtabular version="3" rows="3" columns="3">
12006 <features tabularvalignment="middle">
12007 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12008 <column alignment="center" valignment="middle">
12009 <column alignment="center" valignment="top">
12010 <row>
12011 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 multiple lines multicolumn
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12021 \begin_inset Text
12022
12023 \begin_layout Plain Layout
12024
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033 c
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 </row>
12039 <row>
12040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 d
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 e
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 f
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 </row>
12068 <row>
12069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 g
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 h
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091 i
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 </row>
12097 </lyxtabular>
12098
12099 \end_inset
12100
12101
12102 \end_layout
12103
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \begin_layout Standard
12110 To create for example Table
12111 \begin_inset space ~
12112 \end_inset
12113
12114
12115 \begin_inset CommandInset ref
12116 LatexCommand ref
12117 reference "tab:Table-with-centered"
12118
12119 \end_inset
12120
12121 , mark the first two cells in the first row of a 3×3 table and right-click
12122  on them.
12123  Now choose for this cell 
12124 \emph on
12125 multicolumn
12126 \emph default
12127
12128 \emph on
12129 centered alignment
12130 \emph default
12131  and a width of 2.5
12132 \begin_inset space \thinspace{}
12133 \end_inset
12134
12135 cm in the table dialog.
12136  The merged columns should have exactly half the width of the multicolumn
12137  cell, so that you would set a width of 1.25
12138 \begin_inset space \thinspace{}
12139 \end_inset
12140
12141 cm for the first column.
12142  The second column has then automatically a width of 1.25
12143 \begin_inset space \thinspace{}
12144 \end_inset
12145
12146 cm (multicolumn width - width of first column).
12147  This was done for Table
12148 \begin_inset space ~
12149 \end_inset
12150
12151
12152 \begin_inset CommandInset ref
12153 LatexCommand ref
12154 reference "tab:Table-without-half"
12155
12156 \end_inset
12157
12158 .
12159 \end_layout
12160
12161 \begin_layout Standard
12162 \begin_inset Float table
12163 wide false
12164 sideways false
12165 status open
12166
12167 \begin_layout Plain Layout
12168 \begin_inset Caption Standard
12169
12170 \begin_layout Plain Layout
12171 \begin_inset CommandInset label
12172 LatexCommand label
12173 name "tab:Table-without-half"
12174
12175 \end_inset
12176
12177 Table where the spanned table columns are not exactly half the width of
12178  the multicolumn cell
12179 \begin_inset Argument 1
12180 status collapsed
12181
12182 \begin_layout Plain Layout
12183 Imperfect multicolumn table
12184 \end_layout
12185
12186 \end_inset
12187
12188
12189 \end_layout
12190
12191 \end_inset
12192
12193
12194 \end_layout
12195
12196 \begin_layout Plain Layout
12197 \align center
12198 \begin_inset Tabular
12199 <lyxtabular version="3" rows="3" columns="3">
12200 <features tabularvalignment="middle">
12201 <column alignment="center" valignment="top" width="1.25cm">
12202 <column alignment="center" valignment="top">
12203 <column alignment="center" valignment="top">
12204 <row>
12205 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 multiple lines multicolumn
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12215 \begin_inset Text
12216
12217 \begin_layout Plain Layout
12218
12219 \end_layout
12220
12221 \end_inset
12222 </cell>
12223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12224 \begin_inset Text
12225
12226 \begin_layout Plain Layout
12227 c
12228 \end_layout
12229
12230 \end_inset
12231 </cell>
12232 </row>
12233 <row>
12234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 d
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247 e
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 f
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 </row>
12262 <row>
12263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 g
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 h
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 i
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 </row>
12291 </lyxtabular>
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \begin_layout Standard
12304 You can see that the first column is not half the width of the multicolumn
12305  cell, it is a bit bigger.
12306  The reason is that the specified width of a cell 
12307 \begin_inset Formula $W_{g}$
12308 \end_inset
12309
12310  is not its total width 
12311 \begin_inset Formula $W_{\mathrm{tot}}$
12312 \end_inset
12313
12314  because a cell is always a bit larger than specified.
12315  Appendix
12316 \begin_inset space ~
12317 \end_inset
12318
12319
12320 \begin_inset CommandInset ref
12321 LatexCommand ref
12322 reference "cha:Explanation-of-Equation"
12323
12324 \end_inset
12325
12326  explains this in detail.
12327 \end_layout
12328
12329 \begin_layout Standard
12330 The width 
12331 \begin_inset Formula $W_{g\,n}$
12332 \end_inset
12333
12334  which the user needs to set when 
12335 \emph on
12336 n
12337 \emph default
12338  columns are spanned can be calculated, so that each column has a total
12339  width of 
12340 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12341 \end_inset
12342
12343 :
12344 \begin_inset Formula 
12345 \begin{equation}
12346 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12347 \end{equation}
12348
12349 \end_inset
12350
12351
12352 \end_layout
12353
12354 \begin_layout Standard
12355 In our case we have 
12356 \begin_inset Formula $n=2$
12357 \end_inset
12358
12359
12360 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12361 \end_inset
12362
12363 cm and the default values for the lengths, so that equation 
12364 \begin_inset CommandInset ref
12365 LatexCommand ref
12366 reference "eq:Wgn"
12367
12368 \end_inset
12369
12370  becomes
12371 \begin_inset Formula 
12372 \begin{equation}
12373 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12374 \end{equation}
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 To enable calculations in \SpecialChar LaTeX
12383 , the \SpecialChar LaTeX
12384 -package 
12385 \series bold
12386 calc
12387 \series default
12388  must be loaded with the document preamble line
12389 \begin_inset Index idx
12390 status collapsed
12391
12392 \begin_layout Plain Layout
12393 \SpecialChar LaTeX
12394 -packages ! calc
12395 \end_layout
12396
12397 \end_inset
12398
12399
12400 \end_layout
12401
12402 \begin_layout Standard
12403
12404 \series bold
12405
12406 \backslash
12407 usepackage{calc}
12408 \end_layout
12409
12410 \begin_layout Standard
12411 \SpecialChar LyX
12412  does not allow you to calculate lengths in the 
12413 \family sans
12414 Width
12415 \family default
12416  field of the table dialog.
12417  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12418 -argument in the
12419  dialog.
12420  Here is an overview about the arguments:
12421 \end_layout
12422
12423 \begin_layout Itemize
12424
12425 \series bold
12426 p{width}
12427 \series default
12428  creates cell with a fixed width, its text is vertically top-aligned
12429 \end_layout
12430
12431 \begin_layout Itemize
12432
12433 \series bold
12434 m{width}
12435 \series default
12436  creates cell with a fixed width, its text is vertically centered
12437 \end_layout
12438
12439 \begin_layout Itemize
12440
12441 \series bold
12442 b{width}
12443 \series default
12444  creates cell with a fixed width, its text is vertically bottom-aligned
12445 \end_layout
12446
12447 \begin_layout Standard
12448 By entering a \SpecialChar LaTeX
12449 -argument, all cell settings set in the table dialog are overwritt
12450 en.
12451 \end_layout
12452
12453 \begin_layout Standard
12454 \begin_inset Note Greyedout
12455 status open
12456
12457 \begin_layout Plain Layout
12458
12459 \series bold
12460 Note:
12461 \series default
12462  Due to a bug, \SpecialChar LyX
12463  shows the overwritten settings anyway.
12464 \end_layout
12465
12466 \end_inset
12467
12468
12469 \end_layout
12470
12471 \begin_layout Standard
12472 As the text should be horizontally centered, the command 
12473 \series bold
12474
12475 \backslash
12476 centering
12477 \series default
12478  is added.
12479  You can now enter the following \SpecialChar LaTeX
12480 -argument for the first spanned column:
12481 \end_layout
12482
12483 \begin_layout Standard
12484
12485 \series bold
12486 >{
12487 \backslash
12488 centering}m{1.25cm-6.2pt}
12489 \end_layout
12490
12491 \begin_layout Standard
12492 The command 
12493 \series bold
12494 >{ }
12495 \series default
12496  means, that the commands inside the braces are applied before the cell
12497  is created.
12498 \end_layout
12499
12500 \begin_layout Standard
12501 Although we have chosen centered alignment for the text of the multicolumn
12502  cell, it is still left aligned.
12503  This is because \SpecialChar LyX
12504  only applies the alignment to single columns.
12505  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12506 -argument
12507 \end_layout
12508
12509 \begin_layout Standard
12510
12511 \series bold
12512 >{
12513 \backslash
12514 centering}m{2.5cm}
12515 \end_layout
12516
12517 \begin_layout Subsection
12518 Multirows
12519 \begin_inset CommandInset label
12520 LatexCommand label
12521 name "subsec:Multirows"
12522
12523 \end_inset
12524
12525
12526 \begin_inset Index idx
12527 status collapsed
12528
12529 \begin_layout Plain Layout
12530 Multirows
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \begin_inset Index idx
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540 Table ! Multirows
12541 \end_layout
12542
12543 \end_inset
12544
12545
12546 \end_layout
12547
12548 \begin_layout Standard
12549 To merge cells over multiple rows, select as many cells within a column
12550  as you want to merge and use either the table-toolbar button 
12551 \begin_inset Info
12552 type  "icon"
12553 arg   "inset-modify tabular multirow"
12554 \end_inset
12555
12556 , or the menu 
12557 \family sans
12558 Edit\SpecialChar menuseparator
12559 Table\SpecialChar menuseparator
12560 Multirow
12561 \family default
12562 , or right click on the marked cells and choose 
12563 \family sans
12564 Multirow
12565 \family default
12566  in the context menu.
12567 \end_layout
12568
12569 \begin_layout Standard
12570 Here is an example table with a multirow in the first column:
12571 \begin_inset Separator parbreak
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \begin_layout Standard
12578 \align center
12579 \begin_inset Tabular
12580 <lyxtabular version="3" rows="3" columns="3">
12581 <features tabularvalignment="middle">
12582 <column alignment="center" valignment="top" width="0pt">
12583 <column alignment="center" valignment="top">
12584 <column alignment="center" valignment="top">
12585 <row>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 a long cell entry
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 b
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 c
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 </row>
12614 <row>
12615 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 multirow
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 e
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 f
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 </row>
12643 <row>
12644 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 h
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 i
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 </row>
12672 </lyxtabular>
12673
12674 \end_inset
12675
12676
12677 \end_layout
12678
12679 \begin_layout Standard
12680 The width of multirow cells is set by setting the width and alignment for
12681  the whole column.
12682  The 
12683 \family sans
12684 Vertical Offset
12685 \family default
12686  shifts the content of the multirow up/down if the offset is positive/negative.
12687 \end_layout
12688
12689 \begin_layout Standard
12690 If the column of a multirow cell has no explicit width, the multirow cell
12691  inherits the alignment of the column.
12692  Otherwise it is by default left-aligned.
12693  To override the default, renew the command 
12694 \series bold
12695
12696 \backslash
12697 multirowsetup
12698 \series default
12699  with the command
12700 \end_layout
12701
12702 \begin_layout Standard
12703
12704 \series bold
12705
12706 \backslash
12707 renewcommand{
12708 \backslash
12709 multirowsetup}{
12710 \backslash
12711 centering}
12712 \end_layout
12713
12714 \begin_layout Standard
12715 in the document preamble.
12716  Then all entries of multirow cells in the document are centered.
12717  If centering is only needed for several tables, you can renew the command
12718  in a \SpecialChar TeX
12719 -Code box just before the table instead of the preamble.
12720  If the text should be right-aligned, replace 
12721 \series bold
12722
12723 \backslash
12724 centering
12725 \series default
12726  by 
12727 \series bold
12728
12729 \backslash
12730 raggedleft
12731 \series default
12732 .
12733  To return to left-alignment 
12734 \series bold
12735
12736 \backslash
12737 raggedright
12738 \series default
12739  is used.
12740 \end_layout
12741
12742 \begin_layout Standard
12743 This is an example table with a right-aligned multirow cell that has a vertical
12744  offset of -4
12745 \begin_inset space \thinspace{}
12746 \end_inset
12747
12748 mm and is in a 3
12749 \begin_inset space \thinspace{}
12750 \end_inset
12751
12752 cm wide column:
12753 \begin_inset Separator parbreak
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \begin_layout Standard
12760 \noindent
12761 \align center
12762 \begin_inset ERT
12763 status collapsed
12764
12765 \begin_layout Plain Layout
12766
12767
12768 \backslash
12769 renewcommand{
12770 \backslash
12771 multirowsetup}{
12772 \backslash
12773 raggedleft}
12774 \end_layout
12775
12776 \end_inset
12777
12778
12779 \begin_inset Tabular
12780 <lyxtabular version="3" rows="4" columns="3">
12781 <features tabularvalignment="middle">
12782 <column alignment="center" valignment="top" width="3cm">
12783 <column alignment="center" valignment="top">
12784 <column alignment="center" valignment="top">
12785 <row>
12786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 a long cell entry
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 b
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 c
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 </row>
12814 <row>
12815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 t
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 n
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 m
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 </row>
12843 <row>
12844 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 multirow
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 e
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 f
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 </row>
12872 <row>
12873 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 h
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 i
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 </row>
12901 </lyxtabular>
12902
12903 \end_inset
12904
12905
12906 \begin_inset ERT
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910
12911
12912 \backslash
12913 renewcommand{
12914 \backslash
12915 multirowsetup}{
12916 \backslash
12917 raggedright}
12918 \end_layout
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \begin_layout Standard
12926 To start a new line in a multirow you can use a forced line break (shortcut
12927  
12928 \begin_inset Info
12929 type  "shortcut"
12930 arg   "newline-insert newline"
12931 \end_inset
12932
12933 ) but this will not respect the cell lines as demonstrated in this table:
12934 \begin_inset Separator parbreak
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \begin_layout Standard
12941 \noindent
12942 \align center
12943 \begin_inset Tabular
12944 <lyxtabular version="3" rows="3" columns="2">
12945 <features tabularvalignment="middle">
12946 <column alignment="left" valignment="middle" width="2cm">
12947 <column alignment="center" valignment="top">
12948 <row>
12949 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 aaa
12954 \begin_inset Newline newline
12955 \end_inset
12956
12957 aaa
12958 \begin_inset Newline newline
12959 \end_inset
12960
12961 wrong cell
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 ccc
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 </row>
12976 <row>
12977 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990 ddd
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 </row>
12996 <row>
12997 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 bbb
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 eee
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 </row>
13016 </lyxtabular>
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Standard
13024 Therefore be careful with forced line breaks.
13025 \end_layout
13026
13027 \begin_layout Subsection
13028 Cells with diagonal line(s)
13029 \end_layout
13030
13031 \begin_layout Standard
13032 To tell the reader what is meant by column and row headings in a table,
13033  it is helpful to split the first cell of the table by one or two diagonal
13034  lines.
13035  This can be achieved by loading the \SpecialChar LaTeX
13036 -package 
13037 \series bold
13038 diagbox
13039 \series default
13040
13041 \begin_inset Index idx
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045 \SpecialChar LaTeX
13046 -packages ! picinpar
13047 \end_layout
13048
13049 \end_inset
13050
13051  in the document preamble.
13052  The package provides the command 
13053 \series bold
13054
13055 \backslash
13056 diagbox
13057 \series default
13058  that is inserted as \SpecialChar TeX
13059 -Code and that can take 2 or 3
13060 \begin_inset space ~
13061 \end_inset
13062
13063 arguments:
13064 \end_layout
13065
13066 \begin_layout Standard
13067
13068 \series bold
13069
13070 \backslash
13071 diagbox[options]{lower left}{upper right}
13072 \end_layout
13073
13074 \begin_layout Standard
13075
13076 \series bold
13077
13078 \backslash
13079 diagbox[options]{lower left}{upper left}{upper right}
13080 \end_layout
13081
13082 \begin_layout Standard
13083 The first scheme divides the cell by a single diagonal line and the arguments
13084  are placed below and above this line.
13085  The second scheme divides the cell by 2
13086 \begin_inset space ~
13087 \end_inset
13088
13089 lines.
13090 \end_layout
13091
13092 \begin_layout Standard
13093 \begin_inset ERT
13094 status collapsed
13095
13096 \begin_layout Plain Layout
13097
13098
13099 \backslash
13100 ifdiagbox
13101 \end_layout
13102
13103 \end_inset
13104
13105
13106 \begin_inset Note Note
13107 status open
13108
13109 \begin_layout Plain Layout
13110 The following section will only be displayed when the \SpecialChar LaTeX
13111 -package 
13112 \series bold
13113 diagbox
13114 \series default
13115  is installed.
13116 \end_layout
13117
13118 \end_inset
13119
13120
13121 \end_layout
13122
13123 \begin_layout Standard
13124 Here is an example table where 
13125 \series bold
13126
13127 \backslash
13128 diagbox 
13129 \series default
13130 is used in the 2-argument scheme in the first cell:
13131 \begin_inset VSpace medskip
13132 \end_inset
13133
13134
13135 \end_layout
13136
13137 \begin_layout Standard
13138 \noindent
13139 \begin_inset Tabular
13140 <lyxtabular version="3" rows="4" columns="4">
13141 <features tabularvalignment="middle">
13142 <column alignment="center" valignment="top">
13143 <column alignment="center" valignment="top">
13144 <column alignment="center" valignment="top">
13145 <column alignment="center" valignment="top">
13146 <row>
13147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 \begin_inset ERT
13152 status collapsed
13153
13154 \begin_layout Plain Layout
13155
13156
13157 \backslash
13158 diagbox{
13159 \end_layout
13160
13161 \end_inset
13162
13163 Name
13164 \begin_inset ERT
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168
13169 }{
13170 \end_layout
13171
13172 \end_inset
13173
13174 Parameter
13175 \begin_inset ERT
13176 status collapsed
13177
13178 \begin_layout Plain Layout
13179
13180 }
13181 \end_layout
13182
13183 \end_inset
13184
13185
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 Thickness in nm
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 Transparency in %
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 Hardness in MPa
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 </row>
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 Perfect Green
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 45
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 80
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 504
13251 \end_layout
13252
13253 \end_inset
13254 </cell>
13255 </row>
13256 <row>
13257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 Dark Multi-P
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 60
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 72
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 982
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 </row>
13294 <row>
13295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 Crystal Clear Pro
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 18
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 86
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 374
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 </row>
13332 </lyxtabular>
13333
13334 \end_inset
13335
13336
13337 \begin_inset VSpace medskip
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \begin_layout Standard
13344 The 3-argument scheme is for example useful for cross-tables of sports leagues
13345  or distances:
13346 \begin_inset Separator parbreak
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353 \noindent
13354 \align center
13355 \begin_inset Tabular
13356 <lyxtabular version="3" rows="4" columns="4">
13357 <features tabularvalignment="middle">
13358 <column alignment="center" valignment="top" width="0pt">
13359 <column alignment="center" valignment="top">
13360 <column alignment="center" valignment="top">
13361 <column alignment="center" valignment="top">
13362 <row>
13363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 \begin_inset ERT
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371
13372
13373 \backslash
13374 diagbox{
13375 \end_layout
13376
13377 \end_inset
13378
13379 Team home
13380 \begin_inset ERT
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384
13385 }{
13386 \end_layout
13387
13388 \end_inset
13389
13390 Result
13391 \begin_inset ERT
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395
13396 }{
13397 \end_layout
13398
13399 \end_inset
13400
13401 Team away
13402 \begin_inset ERT
13403 status collapsed
13404
13405 \begin_layout Plain Layout
13406
13407 }
13408 \end_layout
13409
13410 \end_inset
13411
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 Tigers
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 Panthers
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 Falcons
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 Tigers
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 —
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 1:3
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 0:1
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row>
13484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 Panthers
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 3:1
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 —
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 0:0
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 <row>
13522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 Falcons
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535 1:0
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 0:0
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 —
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 </row>
13559 </lyxtabular>
13560
13561 \end_inset
13562
13563
13564 \end_layout
13565
13566 \begin_layout Standard
13567 For larger cross-tables one might use split cells in 2 or every corner of
13568  the table like in this example:
13569 \begin_inset Separator parbreak
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \begin_layout Standard
13576 \noindent
13577 \align center
13578 \begin_inset Tabular
13579 <lyxtabular version="3" rows="5" columns="5">
13580 <features tabularvalignment="middle">
13581 <column alignment="center" valignment="top" width="0pt">
13582 <column alignment="center" valignment="top">
13583 <column alignment="center" valignment="top">
13584 <column alignment="center" valignment="top">
13585 <column alignment="center" valignment="top">
13586 <row>
13587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591 \begin_inset ERT
13592 status open
13593
13594 \begin_layout Plain Layout
13595
13596
13597 \backslash
13598 diagbox{
13599 \end_layout
13600
13601 \end_inset
13602
13603 Team home
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609 }{
13610 \end_layout
13611
13612 \end_inset
13613
13614 Result
13615 \begin_inset ERT
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619
13620 }{
13621 \end_layout
13622
13623 \end_inset
13624
13625 Team away
13626 \begin_inset ERT
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630
13631 }
13632 \end_layout
13633
13634 \end_inset
13635
13636
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 Tigers
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 Panthers
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Falcons
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 \begin_inset ERT
13673 status open
13674
13675 \begin_layout Plain Layout
13676
13677
13678 \backslash
13679 diagbox[dir=NE]{
13680 \end_layout
13681
13682 \end_inset
13683
13684 Team home
13685 \begin_inset ERT
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689
13690 }{
13691 \end_layout
13692
13693 \end_inset
13694
13695 Result
13696 \begin_inset ERT
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700
13701 }{
13702 \end_layout
13703
13704 \end_inset
13705
13706 Team away
13707 \begin_inset ERT
13708 status collapsed
13709
13710 \begin_layout Plain Layout
13711
13712 }
13713 \end_layout
13714
13715 \end_inset
13716
13717
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 </row>
13723 <row>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 Tigers
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 —
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 1:3
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 0:1
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 Tigers
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 </row>
13770 <row>
13771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 Panthers
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 3:1
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 —
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 0:0
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 Panthers
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row>
13818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 Falcons
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 1:0
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 0:0
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 —
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 Falcons
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 \begin_inset ERT
13870 status open
13871
13872 \begin_layout Plain Layout
13873
13874
13875 \backslash
13876 diagbox[dir=SW]{
13877 \end_layout
13878
13879 \end_inset
13880
13881 Team home
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887 }{
13888 \end_layout
13889
13890 \end_inset
13891
13892 Result
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898 }{
13899 \end_layout
13900
13901 \end_inset
13902
13903 Team away
13904 \begin_inset ERT
13905 status collapsed
13906
13907 \begin_layout Plain Layout
13908
13909 }
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 Tigers
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 Panthers
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 Falcons
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 \begin_inset ERT
13951 status open
13952
13953 \begin_layout Plain Layout
13954
13955
13956 \backslash
13957 diagbox[dir=SE]{
13958 \end_layout
13959
13960 \end_inset
13961
13962 Team home
13963 \begin_inset ERT
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967
13968 }{
13969 \end_layout
13970
13971 \end_inset
13972
13973 Result
13974 \begin_inset ERT
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978
13979 }{
13980 \end_layout
13981
13982 \end_inset
13983
13984 Team away
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989
13990 }
13991 \end_layout
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 </row>
14001 </lyxtabular>
14002
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \begin_layout Standard
14009 To rotate the diagonal lines, the command option 
14010 \series bold
14011 dir=direction
14012 \series default
14013  is used.
14014  
14015 \emph on
14016 direction
14017 \emph default
14018  is either 
14019 \series bold
14020 NE
14021 \series default
14022
14023 \series bold
14024 DE
14025 \series default
14026
14027 \series bold
14028 SW
14029 \series default
14030  or 
14031 \series bold
14032 NW
14033 \series default
14034  and represent a point of a compass.
14035  
14036 \series bold
14037 SW
14038 \series default
14039  is for example the south-west corner.
14040  Thus in the lower left cell of the above table the command
14041 \end_layout
14042
14043 \begin_layout Standard
14044
14045 \series bold
14046
14047 \backslash
14048 diagbox[dir=SW]{Team home}{Result}{Team away}
14049 \end_layout
14050
14051 \begin_layout Standard
14052 is used.
14053  If no direction is given, it will be NW.
14054 \end_layout
14055
14056 \begin_layout Standard
14057 The necessary width of split cells is automatically calculated.
14058  Thus if you set a fixed column width smaller than the calculated one, the
14059  cell's content will protrude the cell borders:
14060 \begin_inset Separator parbreak
14061 \end_inset
14062
14063
14064 \end_layout
14065
14066 \begin_layout Standard
14067 \noindent
14068 \align center
14069 \begin_inset Tabular
14070 <lyxtabular version="3" rows="2" columns="2">
14071 <features tabularvalignment="middle">
14072 <column alignment="center" valignment="top" width="3cm">
14073 <column alignment="center" valignment="top">
14074 <row>
14075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 \begin_inset ERT
14080 status collapsed
14081
14082 \begin_layout Plain Layout
14083
14084
14085 \backslash
14086 diagbox{
14087 \end_layout
14088
14089 \end_inset
14090
14091 Name
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097 }{
14098 \end_layout
14099
14100 \end_inset
14101
14102 Parameter
14103 \begin_inset ERT
14104 status collapsed
14105
14106 \begin_layout Plain Layout
14107
14108 }
14109 \end_layout
14110
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 Thickness in nm
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 </row>
14128 <row>
14129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 Perfect Green
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 45
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 </row>
14148 </lyxtabular>
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \begin_layout Standard
14156 If you need a certain width for columns with a split cell, use the command
14157  option 
14158 \series bold
14159 width=3cm
14160 \series default
14161  (replace '3cm' by the width you need).
14162  In the following table the width of the first column is set to 4
14163 \begin_inset space \thinspace{}
14164 \end_inset
14165
14166 cm.
14167  For 
14168 \series bold
14169
14170 \backslash
14171 diagbox
14172 \series default
14173  a width of 4
14174 \begin_inset space \thinspace{}
14175 \end_inset
14176
14177 cm + 2
14178 \begin_inset space \thinspace{}
14179 \end_inset
14180
14181
14182 \backslash
14183 tabcolsep is necessary because the overall width is the width for the text
14184  (in this case the 4
14185 \begin_inset space \thinspace{}
14186 \end_inset
14187
14188 cm) plus two times the separation of the text and the cell border.
14189  The calculation of the width cannot be done in the command option of 
14190 \series bold
14191
14192 \backslash
14193 diagbox
14194 \series default
14195  so one needs to create a new length which can be used later.
14196  This is done with the \SpecialChar TeX
14197 -Code commands
14198 \end_layout
14199
14200 \begin_layout Standard
14201
14202 \series bold
14203
14204 \backslash
14205 newlength{
14206 \backslash
14207 diagtest}
14208 \begin_inset Newline newline
14209 \end_inset
14210
14211
14212 \backslash
14213 setlength{
14214 \backslash
14215 diagtest}{4cm+2
14216 \backslash
14217 tabcolsep}
14218 \end_layout
14219
14220 \begin_layout Standard
14221 \begin_inset ERT
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225
14226
14227 \backslash
14228 newlength{
14229 \backslash
14230 diagtest}
14231 \end_layout
14232
14233 \begin_layout Plain Layout
14234
14235
14236 \backslash
14237 setlength{
14238 \backslash
14239 diagtest}{4cm+2
14240 \backslash
14241 tabcolsep}
14242 \end_layout
14243
14244 \end_inset
14245
14246
14247 \end_layout
14248
14249 \begin_layout Standard
14250 To enable calculations in \SpecialChar LaTeX
14251  one needs to load the package 
14252 \series bold
14253 calc
14254 \series default
14255
14256 \begin_inset Index idx
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260 \SpecialChar LaTeX
14261 -packages ! calc
14262 \end_layout
14263
14264 \end_inset
14265
14266  in the document preamble.
14267 \end_layout
14268
14269 \begin_layout Standard
14270 In this table you can now use the command
14271 \end_layout
14272
14273 \begin_layout Standard
14274
14275 \series bold
14276
14277 \backslash
14278 diagbox[width=
14279 \backslash
14280 diagtest]{A}{B}
14281 \end_layout
14282
14283 \begin_layout Standard
14284 in the first cell:
14285 \begin_inset Separator parbreak
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \begin_layout Standard
14292 \noindent
14293 \align center
14294 \begin_inset Tabular
14295 <lyxtabular version="3" rows="2" columns="2">
14296 <features tabularvalignment="middle">
14297 <column alignment="center" valignment="top" width="4cm">
14298 <column alignment="center" valignment="top">
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 \begin_inset ERT
14305 status open
14306
14307 \begin_layout Plain Layout
14308
14309
14310 \backslash
14311 diagbox[width=
14312 \backslash
14313 diagtest]{
14314 \end_layout
14315
14316 \end_inset
14317
14318 A
14319 \begin_inset ERT
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323
14324 }{
14325 \end_layout
14326
14327 \end_inset
14328
14329 B
14330 \begin_inset ERT
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334
14335 }
14336 \end_layout
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 Thickness in nm
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 </row>
14355 <row>
14356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 Perfect Green
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 45
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 </lyxtabular>
14376
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \begin_layout Standard
14383 Note that the split cell needs to be the widest one in the column.
14384  Otherwise the length of the diagonal line cannot be calculated correctly
14385  like in this table:
14386 \begin_inset Separator parbreak
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \begin_layout Standard
14393 \noindent
14394 \align center
14395 \begin_inset Tabular
14396 <lyxtabular version="3" rows="2" columns="2">
14397 <features tabularvalignment="middle">
14398 <column alignment="center" valignment="top" width="0pt">
14399 <column alignment="center" valignment="top">
14400 <row>
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405 \begin_inset ERT
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409
14410
14411 \backslash
14412 diagbox{
14413 \end_layout
14414
14415 \end_inset
14416
14417 A
14418 \begin_inset ERT
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422
14423 }{
14424 \end_layout
14425
14426 \end_inset
14427
14428 B
14429 \begin_inset ERT
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433
14434 }
14435 \end_layout
14436
14437 \end_inset
14438
14439
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 Thickness in nm
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 </row>
14454 <row>
14455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 Perfect Green
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 45
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 </lyxtabular>
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 In this case use the 
14483 \series bold
14484 width
14485 \series default
14486  option of the 
14487 \series bold
14488
14489 \backslash
14490 diagbox
14491 \series default
14492  command.
14493  It is then not necessary to add 2
14494 \backslash
14495 tabcolsep because the cell width is now the width of the column.
14496  In this table a width of 3
14497 \begin_inset space \thinspace{}
14498 \end_inset
14499
14500 cm is used:
14501 \begin_inset Separator parbreak
14502 \end_inset
14503
14504
14505 \end_layout
14506
14507 \begin_layout Standard
14508 \noindent
14509 \align center
14510 \begin_inset Tabular
14511 <lyxtabular version="3" rows="2" columns="2">
14512 <features tabularvalignment="middle">
14513 <column alignment="center" valignment="top" width="0pt">
14514 <column alignment="center" valignment="top">
14515 <row>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 \begin_inset ERT
14521 status open
14522
14523 \begin_layout Plain Layout
14524
14525
14526 \backslash
14527 diagbox[width=3cm]{
14528 \end_layout
14529
14530 \end_inset
14531
14532 A
14533 \begin_inset ERT
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537
14538 }{
14539 \end_layout
14540
14541 \end_inset
14542
14543 B
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549 }
14550 \end_layout
14551
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563 Thickness in nm
14564 \end_layout
14565
14566 \end_inset
14567 </cell>
14568 </row>
14569 <row>
14570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 Perfect Green
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 45
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 </row>
14589 </lyxtabular>
14590
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \begin_layout Standard
14597 For multiple text lines in split cells one needs some extra height to fit
14598  the text to the cell.
14599  This can be achieved with the 
14600 \series bold
14601
14602 \backslash
14603 diagbox
14604 \series default
14605  option 
14606 \series bold
14607 height=3cm
14608 \series default
14609  (replace '3cm' by the height you need).
14610  In the following table the command
14611 \end_layout
14612
14613 \begin_layout Standard
14614
14615 \series bold
14616
14617 \backslash
14618 diagbox[width=3cm,height=1.4cm]{A
14619 \backslash
14620
14621 \backslash
14622 B}{C
14623 \backslash
14624
14625 \backslash
14626 D}
14627 \end_layout
14628
14629 \begin_layout Standard
14630 is used in the first cell.
14631  The command 
14632 \series bold
14633
14634 \backslash
14635
14636 \backslash
14637
14638 \series default
14639  creates hereby the line break.
14640 \begin_inset Foot
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644 Breaking lines with 
14645 \family sans
14646 Ctrl+Return
14647 \family default
14648  is only possible when the column has a fixed width.
14649 \end_layout
14650
14651 \end_inset
14652
14653
14654 \begin_inset Separator parbreak
14655 \end_inset
14656
14657
14658 \end_layout
14659
14660 \begin_layout Standard
14661 \noindent
14662 \align center
14663 \begin_inset Tabular
14664 <lyxtabular version="3" rows="2" columns="2">
14665 <features tabularvalignment="middle">
14666 <column alignment="center" valignment="top">
14667 <column alignment="center" valignment="top">
14668 <row>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 \begin_inset ERT
14674 status open
14675
14676 \begin_layout Plain Layout
14677
14678
14679 \backslash
14680 diagbox[width=3cm,height=1.4cm]{
14681 \end_layout
14682
14683 \end_inset
14684
14685 A
14686 \begin_inset ERT
14687 status collapsed
14688
14689 \begin_layout Plain Layout
14690
14691
14692 \backslash
14693
14694 \backslash
14695
14696 \end_layout
14697
14698 \end_inset
14699
14700 B
14701 \begin_inset ERT
14702 status collapsed
14703
14704 \begin_layout Plain Layout
14705
14706 }{
14707 \end_layout
14708
14709 \end_inset
14710
14711 C
14712 \begin_inset ERT
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716
14717
14718 \backslash
14719
14720 \backslash
14721
14722 \end_layout
14723
14724 \end_inset
14725
14726 D
14727 \begin_inset ERT
14728 status collapsed
14729
14730 \begin_layout Plain Layout
14731
14732 }
14733 \end_layout
14734
14735 \end_inset
14736
14737
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746 Thickness in nm
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 </row>
14752 <row>
14753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757 Perfect Green
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766 45
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 </row>
14772 </lyxtabular>
14773
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \begin_layout Standard
14780 \begin_inset ERT
14781 status collapsed
14782
14783 \begin_layout Plain Layout
14784
14785
14786 \backslash
14787 else
14788 \end_layout
14789
14790 \end_inset
14791
14792
14793 \begin_inset Note Note
14794 status open
14795
14796 \begin_layout Plain Layout
14797 The following will be displayed when the \SpecialChar LaTeX
14798 -package 
14799 \series bold
14800 diagbox
14801 \series default
14802  is not installed:
14803 \end_layout
14804
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 You need to install the \SpecialChar LaTeX
14812 -package 
14813 \series bold
14814 diagbox
14815 \series default
14816  to see the following part of this section in the output.
14817 \end_layout
14818
14819 \begin_layout Standard
14820 \begin_inset ERT
14821 status collapsed
14822
14823 \begin_layout Plain Layout
14824
14825
14826 \backslash
14827 fi
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \begin_layout Standard
14836 For more info about the \SpecialChar LaTeX
14837 -package 
14838 \series bold
14839 diagbox
14840 \series default
14841 , see its documentation, 
14842 \begin_inset CommandInset citation
14843 LatexCommand cite
14844 key "diagbox"
14845
14846 \end_inset
14847
14848 .
14849 \end_layout
14850
14851 \begin_layout Section
14852 Formal Tables
14853 \begin_inset CommandInset label
14854 LatexCommand label
14855 name "sec:Formal-Tables"
14856
14857 \end_inset
14858
14859
14860 \begin_inset Index idx
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 Table ! Formal
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Standard
14873 Tables are often typeset in books similar to Table
14874 \begin_inset space ~
14875 \end_inset
14876
14877
14878 \begin_inset CommandInset ref
14879 LatexCommand ref
14880 reference "tab:Example-booktabs-table"
14881
14882 \end_inset
14883
14884 .
14885  This kind of tables is called 
14886 \begin_inset Quotes eld
14887 \end_inset
14888
14889
14890 \emph on
14891 formal
14892 \emph default
14893
14894 \begin_inset Quotes erd
14895 \end_inset
14896
14897 .
14898  To make a table a formal table use the option 
14899 \family sans
14900 Formal
14901 \family default
14902  in the 
14903 \family sans
14904 Borders
14905 \family default
14906  tab of the table dialog.
14907 \end_layout
14908
14909 \begin_layout Standard
14910 \begin_inset Float table
14911 placement h
14912 wide false
14913 sideways false
14914 status open
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Caption Standard
14918
14919 \begin_layout Plain Layout
14920 \begin_inset CommandInset label
14921 LatexCommand label
14922 name "tab:Example-booktabs-table"
14923
14924 \end_inset
14925
14926 Example booktabs-table
14927 \end_layout
14928
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \begin_layout Plain Layout
14935 \align center
14936 \begin_inset Tabular
14937 <lyxtabular version="3" rows="8" columns="4">
14938 <features booktabs="true" tabularvalignment="middle">
14939 <column alignment="center" valignment="top">
14940 <column alignment="center" valignment="top">
14941 <column alignment="center" valignment="top">
14942 <column alignment="center" valignment="top">
14943 <row>
14944 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948 System
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" topline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 Chip
14958 \begin_inset space \thinspace{}
14959 \end_inset
14960
14961 1
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 Chip
14971 \begin_inset space \thinspace{}
14972 \end_inset
14973
14974 2
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 </row>
14989 <row>
14990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 \begin_inset ERT
14995 status collapsed
14996
14997 \begin_layout Plain Layout
14998
14999
15000 \backslash
15001 cmidrule(r){2-2}
15002 \end_layout
15003
15004 \end_inset
15005
15006
15007 \begin_inset ERT
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011
15012
15013 \backslash
15014 cmidrule(l){3-4}
15015 \end_layout
15016
15017 \end_inset
15018
15019 Detector thickness in Âµm
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 300
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 300
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046 700
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 </row>
15052 <row>
15053 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 Edge angle in Â°
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 3.55
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 2.71
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 7.99
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 <row topspace="default">
15091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 Spatial resolution in Âµm
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 4.26
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 10.17
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 10.56
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row topspace="default">
15129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 MTF at 
15134 \begin_inset Formula $f_{\mathrm{max}}$
15135 \end_inset
15136
15137
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 0.53
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 0.37
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 0.39
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 <row topspace="default">
15171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 \begin_inset ERT
15176 status collapsed
15177
15178 \begin_layout Plain Layout
15179
15180
15181 \backslash
15182 cmidrule[2pt](l{10pt}){1-1}
15183 \end_layout
15184
15185 \end_inset
15186
15187 LSF-spatial resolution
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 <row>
15221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 in Âµm
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 <cell alignment="center" valignment="top" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234 129.7
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 <cell alignment="center" valignment="top" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243 52.75
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 50.78
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 </row>
15258 <row>
15259 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 in % of pixel size
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 76.3
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 95.9
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 92.3
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 </lyxtabular>
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \begin_layout Standard
15309 Spaces to table rows can be added using the 
15310 \family sans
15311 Borders
15312 \family default
15313  tab of the table dialog as described in section
15314 \begin_inset space ~
15315 \end_inset
15316
15317
15318 \begin_inset CommandInset ref
15319 LatexCommand ref
15320 reference "subsec:Row-Spacing"
15321
15322 \end_inset
15323
15324 .
15325 \end_layout
15326
15327 \begin_layout Standard
15328 Unlike normal tables, formal tables have no vertical table lines.
15329  The horizontal table lines can be set as for normal tables but they appear
15330  with different widths in the output:
15331 \begin_inset Newline newline
15332 \end_inset
15333
15334 The first and the last table line have a default width of 0.08
15335 \begin_inset space \thinspace{}
15336 \end_inset
15337
15338 em while the other lines have a default width of 0.05
15339 \begin_inset space \thinspace{}
15340 \end_inset
15341
15342 em.
15343 \end_layout
15344
15345 \begin_layout Standard
15346 The default widths can be changed with the following preamble lines
15347 \end_layout
15348
15349 \begin_layout Standard
15350
15351 \series bold
15352
15353 \backslash
15354 let
15355 \backslash
15356 mytoprule
15357 \backslash
15358 toprule
15359 \begin_inset Newline newline
15360 \end_inset
15361
15362
15363 \backslash
15364 renewcommand{
15365 \backslash
15366 toprule}{
15367 \backslash
15368 mytoprule[width]}
15369 \end_layout
15370
15371 \begin_layout Standard
15372 This example is for the first line, the so called 
15373 \series bold
15374 toprule
15375 \series default
15376 .
15377  If you want to change the width for the last line, replace 
15378 \series bold
15379 toprule
15380 \series default
15381  by 
15382 \series bold
15383 bottomrule
15384 \series default
15385 .
15386  To change the width for the other lines replace 
15387 \series bold
15388 toprule
15389 \series default
15390  by 
15391 \series bold
15392 midrule
15393 \series default
15394 .
15395  You can use all units listed in appendix
15396 \begin_inset space ~
15397 \end_inset
15398
15399
15400 \begin_inset CommandInset ref
15401 LatexCommand ref
15402 reference "cha:Units-available-in"
15403
15404 \end_inset
15405
15406  to set the width.
15407 \end_layout
15408
15409 \begin_layout Standard
15410 Lines that do not span all table columns can be created by setting a table
15411  line for multicolumn cells.
15412  \SpecialChar LyX
15413  will then internally use the command 
15414 \series bold
15415
15416 \backslash
15417 cmidrule
15418 \series default
15419  to create this line.
15420  Its full scheme is
15421 \end_layout
15422
15423 \begin_layout Standard
15424
15425 \series bold
15426
15427 \backslash
15428 cmidrule[height](trim){startcol-endcol}
15429 \end_layout
15430
15431 \begin_layout Standard
15432 The options of 
15433 \series bold
15434
15435 \backslash
15436 cmidrule
15437 \series default
15438  are currently not supported by \SpecialChar LyX
15439  so you have to use \SpecialChar TeX
15440 -Code to be able to
15441  use them.
15442  
15443 \series bold
15444
15445 \backslash
15446 cmidrule
15447 \series default
15448 s can manually be created by inserting the command as \SpecialChar TeX
15449 -Code as the first
15450  cell entry of the first cell of a row.
15451  The line is then drawn in the output above the current row.
15452 \end_layout
15453
15454 \begin_layout Standard
15455 The default for the optional 
15456 \series bold
15457 height
15458 \series default
15459  is 0.03
15460 \begin_inset space \thinspace{}
15461 \end_inset
15462
15463 em.
15464  
15465 \series bold
15466 startcol
15467 \series default
15468  is the number of the column where the line starts and 
15469 \series bold
15470 endcol
15471 \series default
15472  the column number where the line ends.
15473  The 
15474 \series bold
15475 endcol
15476 \series default
15477  always needs to be specified, also when the line should span only one column.
15478  The optional parameter 
15479 \series bold
15480 trim
15481 \series default
15482  could either be 
15483 \emph on
15484 l{trimwidth}
15485 \emph default
15486  or 
15487 \emph on
15488 r{trimwidth}
15489 \emph default
15490  where the 
15491 \emph on
15492 trimwidth
15493 \emph default
15494  is also optional.
15495  Using for example the parameter 
15496 \emph on
15497 l{2pt}
15498 \emph default
15499  means that the line is trimmed from its left end by 2
15500 \begin_inset space \thinspace{}
15501 \end_inset
15502
15503 pt.
15504  If you don't specify the 
15505 \emph on
15506 trimwidth
15507 \emph default
15508  the line is trimmed by the default of 0.5
15509 \begin_inset space \thinspace{}
15510 \end_inset
15511
15512 em.
15513 \end_layout
15514
15515 \begin_layout Standard
15516 \begin_inset VSpace bigskip
15517 \end_inset
15518
15519 Table
15520 \begin_inset space ~
15521 \end_inset
15522
15523
15524 \begin_inset CommandInset ref
15525 LatexCommand ref
15526 reference "tab:Example-booktabs-table"
15527
15528 \end_inset
15529
15530  was created using the commands
15531 \end_layout
15532
15533 \begin_layout Standard
15534
15535 \series bold
15536
15537 \backslash
15538 cmidrule(r){2-2}
15539 \backslash
15540 cmidrule(l){3-4}
15541 \end_layout
15542
15543 \begin_layout Standard
15544 at the beginning of the second row and
15545 \end_layout
15546
15547 \begin_layout Standard
15548
15549 \series bold
15550
15551 \backslash
15552 cmidrule[2pt](l{10pt}){1-1}
15553 \end_layout
15554
15555 \begin_layout Standard
15556 in the sixth row.
15557 \end_layout
15558
15559 \begin_layout Standard
15560 \begin_inset VSpace bigskip
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \begin_layout Standard
15567 You might want to have overlapping 
15568 \series bold
15569
15570 \backslash
15571 cmidrule
15572 \series default
15573 s as in in Table
15574 \begin_inset space ~
15575 \end_inset
15576
15577
15578 \begin_inset CommandInset ref
15579 LatexCommand ref
15580 reference "tab:Special-booktabs-table"
15581
15582 \end_inset
15583
15584 .
15585  This can be achieved with the \SpecialChar TeX
15586 -Code command
15587 \end_layout
15588
15589 \begin_layout Standard
15590
15591 \series bold
15592
15593 \backslash
15594 morecmidrules
15595 \end_layout
15596
15597 \begin_layout Standard
15598 The command that was used for the second row of Table
15599 \begin_inset space ~
15600 \end_inset
15601
15602
15603 \begin_inset CommandInset ref
15604 LatexCommand ref
15605 reference "tab:Special-booktabs-table"
15606
15607 \end_inset
15608
15609  is
15610 \end_layout
15611
15612 \begin_layout Standard
15613
15614 \series bold
15615
15616 \backslash
15617 cmidrule(r){2-2}
15618 \backslash
15619 cmidrule(l){3-4}
15620 \backslash
15621 morecmidrules
15622 \backslash
15623 cmidrule{2-4}
15624 \end_layout
15625
15626 \begin_layout Standard
15627 The command for the sixth row is
15628 \end_layout
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633
15634 \backslash
15635 midrule
15636 \backslash
15637 morecmidrules
15638 \backslash
15639 cmidrule{3-4}
15640 \end_layout
15641
15642 \begin_layout Standard
15643 \begin_inset VSpace bigskip
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \begin_layout Standard
15650 If you are in any way not satisfied with the border line spacing, you can
15651  use the following command to produce lines that span over all table columns
15652 \series bold
15653 :
15654 \end_layout
15655
15656 \begin_layout Standard
15657
15658 \series bold
15659
15660 \backslash
15661 specialrule{width}{space above}{space below}
15662 \end_layout
15663
15664 \begin_layout Standard
15665 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15666 -package
15667  
15668 \series bold
15669 booktabs
15670 \series default
15671  
15672 \begin_inset CommandInset citation
15673 LatexCommand cite
15674 key "booktabs"
15675
15676 \end_inset
15677
15678 .
15679 \begin_inset Index idx
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 \SpecialChar LaTeX
15684 -packages ! booktabs
15685 \end_layout
15686
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \begin_layout Standard
15693 \begin_inset Float table
15694 placement h
15695 wide false
15696 sideways false
15697 status open
15698
15699 \begin_layout Plain Layout
15700 \begin_inset Caption Standard
15701
15702 \begin_layout Plain Layout
15703 \begin_inset CommandInset label
15704 LatexCommand label
15705 name "tab:Special-booktabs-table"
15706
15707 \end_inset
15708
15709 Special booktabs-table
15710 \end_layout
15711
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \begin_layout Plain Layout
15718 \align center
15719 \begin_inset Tabular
15720 <lyxtabular version="3" rows="8" columns="4">
15721 <features booktabs="true" tabularvalignment="middle">
15722 <column alignment="center" valignment="top">
15723 <column alignment="center" valignment="top">
15724 <column alignment="center" valignment="top">
15725 <column alignment="center" valignment="top">
15726 <row>
15727 <cell alignment="center" valignment="top" topline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 System
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 Chip
15741 \begin_inset space \thinspace{}
15742 \end_inset
15743
15744 1
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753 Chip
15754 \begin_inset space \thinspace{}
15755 \end_inset
15756
15757 2
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 <row>
15773 <cell alignment="center" valignment="top" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 \begin_inset ERT
15778 status collapsed
15779
15780 \begin_layout Plain Layout
15781
15782
15783 \backslash
15784 cmidrule(r){2-2}
15785 \end_layout
15786
15787 \end_inset
15788
15789
15790 \begin_inset ERT
15791 status collapsed
15792
15793 \begin_layout Plain Layout
15794
15795
15796 \backslash
15797 cmidrule(l){3-4}
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \begin_inset ERT
15804 status collapsed
15805
15806 \begin_layout Plain Layout
15807
15808
15809 \backslash
15810 morecmidrules 
15811 \end_layout
15812
15813 \end_inset
15814
15815
15816 \begin_inset ERT
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820
15821
15822 \backslash
15823 cmidrule{2-4}
15824 \end_layout
15825
15826 \end_inset
15827
15828 Detector thickness in Âµm
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837 300
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 300
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 700
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 Edge angle in Â°
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875 3.55
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 2.71
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 7.99
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 </row>
15899 <row topspace="default">
15900 <cell alignment="center" valignment="top" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 Spatial resolution in Âµm
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 4.26
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 10.17
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 10.56
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 </row>
15937 <row topspace="default">
15938 <cell alignment="center" valignment="top" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 MTF at 
15943 \begin_inset Formula $f_{\mathrm{max}}$
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 0.53
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 0.37
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 0.39
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row>
15980 <cell alignment="center" valignment="top" topline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 \begin_inset ERT
15985 status collapsed
15986
15987 \begin_layout Plain Layout
15988
15989
15990 \backslash
15991 morecmidrules 
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \begin_inset ERT
15998 status collapsed
15999
16000 \begin_layout Plain Layout
16001
16002
16003 \backslash
16004 cmidrule{3-4}
16005 \end_layout
16006
16007 \end_inset
16008
16009 LSF-spatial resolution
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" topline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" topline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row>
16043 <cell alignment="center" valignment="top" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 in Âµm
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056 129.7
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 52.75
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 50.78
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 <row>
16081 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 in % of pixel size
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 76.3
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 95.9
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 92.3
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 </row>
16118 </lyxtabular>
16119
16120 \end_inset
16121
16122
16123 \end_layout
16124
16125 \end_inset
16126
16127
16128 \end_layout
16129
16130 \begin_layout Section
16131 Vertical Table Alignment
16132 \begin_inset Index idx
16133 status collapsed
16134
16135 \begin_layout Plain Layout
16136 Table ! Alignment
16137 \end_layout
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \begin_layout Standard
16145 To align tables vertically in a text line, the table must be inside a box.
16146  The box can then be vertically aligned as described in section
16147 \begin_inset space ~
16148 \end_inset
16149
16150
16151 \begin_inset CommandInset ref
16152 LatexCommand ref
16153 reference "sec:Box-Dialog"
16154
16155 \end_inset
16156
16157 .
16158 \end_layout
16159
16160 \begin_layout Standard
16161 In the following example the tables are inside a minipage
16162 \begin_inset Foot
16163 status collapsed
16164
16165 \begin_layout Plain Layout
16166 Minipages are described in section
16167 \begin_inset space ~
16168 \end_inset
16169
16170
16171 \begin_inset CommandInset ref
16172 LatexCommand ref
16173 reference "sec:Minipages"
16174
16175 \end_inset
16176
16177 .
16178 \end_layout
16179
16180 \end_inset
16181
16182  box that has a width of 15
16183 \begin_inset space \thinspace{}
16184 \end_inset
16185
16186 col%:
16187 \end_layout
16188
16189 \begin_layout Itemize
16190 test 
16191 \begin_inset Box Frameless
16192 position "t"
16193 hor_pos "c"
16194 has_inner_box 1
16195 inner_pos "c"
16196 use_parbox 0
16197 use_makebox 0
16198 width "15col%"
16199 special "none"
16200 height "1in"
16201 height_special "totalheight"
16202 thickness "0.4pt"
16203 separation "3pt"
16204 shadowsize "4pt"
16205 framecolor "black"
16206 backgroundcolor "none"
16207 status collapsed
16208
16209 \begin_layout Plain Layout
16210 \begin_inset Tabular
16211 <lyxtabular version="3" rows="3" columns="3">
16212 <features tabularvalignment="middle">
16213 <column alignment="center" valignment="top">
16214 <column alignment="center" valignment="top">
16215 <column alignment="center" valignment="top">
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 a
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 d
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 g
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 <row>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 b
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 e
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 h
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 <row>
16275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 c
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 f
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297 i
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 </lyxtabular>
16304
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \end_inset
16311
16312  test 
16313 \begin_inset ERT
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317
16318
16319 \backslash
16320 raisebox{0.85
16321 \backslash
16322 baselineskip}{
16323 \end_layout
16324
16325 \end_inset
16326
16327
16328 \begin_inset Box Frameless
16329 position "t"
16330 hor_pos "c"
16331 has_inner_box 1
16332 inner_pos "c"
16333 use_parbox 0
16334 use_makebox 0
16335 width "15col%"
16336 special "none"
16337 height "1in"
16338 height_special "totalheight"
16339 thickness "0.4pt"
16340 separation "3pt"
16341 shadowsize "4pt"
16342 framecolor "black"
16343 backgroundcolor "none"
16344 status collapsed
16345
16346 \begin_layout Plain Layout
16347 \begin_inset Tabular
16348 <lyxtabular version="3" rows="3" columns="3">
16349 <features tabularvalignment="middle">
16350 <column alignment="center" valignment="top">
16351 <column alignment="center" valignment="top">
16352 <column alignment="center" valignment="top">
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 a
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 d
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 g
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 <row>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 b
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 e
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 h
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row>
16412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 c
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 f
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 i
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 </lyxtabular>
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \end_inset
16448
16449
16450 \begin_inset ERT
16451 status collapsed
16452
16453 \begin_layout Plain Layout
16454
16455 }
16456 \end_layout
16457
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \begin_layout Itemize
16464 test 
16465 \begin_inset Box Frameless
16466 position "c"
16467 hor_pos "c"
16468 has_inner_box 1
16469 inner_pos "c"
16470 use_parbox 0
16471 use_makebox 0
16472 width "15col%"
16473 special "none"
16474 height "1in"
16475 height_special "totalheight"
16476 thickness "0.4pt"
16477 separation "3pt"
16478 shadowsize "4pt"
16479 framecolor "black"
16480 backgroundcolor "none"
16481 status collapsed
16482
16483 \begin_layout Plain Layout
16484 \begin_inset Tabular
16485 <lyxtabular version="3" rows="3" columns="3">
16486 <features tabularvalignment="middle">
16487 <column alignment="center" valignment="top">
16488 <column alignment="center" valignment="top">
16489 <column alignment="center" valignment="top">
16490 <row>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 a
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 d
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 g
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
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 b
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 e
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 h
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 <row>
16549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 c
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 f
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 i
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 </lyxtabular>
16578
16579 \end_inset
16580
16581
16582 \end_layout
16583
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \begin_layout Itemize
16590 test 
16591 \begin_inset Box Frameless
16592 position "b"
16593 hor_pos "c"
16594 has_inner_box 1
16595 inner_pos "c"
16596 use_parbox 0
16597 use_makebox 0
16598 width "15col%"
16599 special "none"
16600 height "1in"
16601 height_special "totalheight"
16602 thickness "0.4pt"
16603 separation "3pt"
16604 shadowsize "4pt"
16605 framecolor "black"
16606 backgroundcolor "none"
16607 status collapsed
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Tabular
16611 <lyxtabular version="3" rows="3" columns="3">
16612 <features tabularvalignment="middle">
16613 <column alignment="center" valignment="top">
16614 <column alignment="center" valignment="top">
16615 <column alignment="center" valignment="top">
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 a
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 d
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 g
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650 b
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 e
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 h
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 </row>
16674 <row>
16675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 c
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 f
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 i
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 </lyxtabular>
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \end_inset
16711
16712  test 
16713 \begin_inset ERT
16714 status collapsed
16715
16716 \begin_layout Plain Layout
16717
16718
16719 \backslash
16720 raisebox{-0.32
16721 \backslash
16722 baselineskip}{
16723 \end_layout
16724
16725 \end_inset
16726
16727
16728 \begin_inset Box Frameless
16729 position "b"
16730 hor_pos "c"
16731 has_inner_box 1
16732 inner_pos "c"
16733 use_parbox 0
16734 use_makebox 0
16735 width "15col%"
16736 special "none"
16737 height "1in"
16738 height_special "totalheight"
16739 thickness "0.4pt"
16740 separation "3pt"
16741 shadowsize "4pt"
16742 framecolor "black"
16743 backgroundcolor "none"
16744 status collapsed
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Tabular
16748 <lyxtabular version="3" rows="3" columns="3">
16749 <features tabularvalignment="middle">
16750 <column alignment="center" valignment="top">
16751 <column alignment="center" valignment="top">
16752 <column alignment="center" valignment="top">
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 a
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 d
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 g
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 b
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 e
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 h
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 <row>
16812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 c
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 f
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 i
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 </lyxtabular>
16841
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848
16849
16850 \begin_inset ERT
16851 status collapsed
16852
16853 \begin_layout Plain Layout
16854
16855 }
16856 \end_layout
16857
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \begin_layout Standard
16864 As you will see, the content of the first and last table row is not correctly
16865  aligned.
16866  To get this alignment, the minipage box must be set into a raisebox
16867 \begin_inset Foot
16868 status collapsed
16869
16870 \begin_layout Plain Layout
16871 Raiseboxes are described in section
16872 \begin_inset space ~
16873 \end_inset
16874
16875
16876 \begin_inset CommandInset ref
16877 LatexCommand ref
16878 reference "subsec:Vertical-Alignment"
16879
16880 \end_inset
16881
16882 .
16883 \end_layout
16884
16885 \end_inset
16886
16887 .
16888  In the example above the second table in the first item is aligned using
16889  the \SpecialChar TeX
16890 -Code-command
16891 \end_layout
16892
16893 \begin_layout Standard
16894
16895 \series bold
16896
16897 \backslash
16898 raisebox{0.85
16899 \backslash
16900 baselineskip}{
16901 \end_layout
16902
16903 \begin_layout Standard
16904 before the box.
16905  After the box the closing brace 
16906 \series bold
16907 }
16908 \series default
16909  is inserted as \SpecialChar TeX
16910 -Code.
16911  For the second table in the last item the command
16912 \end_layout
16913
16914 \begin_layout Standard
16915
16916 \series bold
16917
16918 \backslash
16919 raisebox{-0.32
16920 \backslash
16921 baselineskip}{
16922 \end_layout
16923
16924 \begin_layout Standard
16925 is used.
16926 \end_layout
16927
16928 \begin_layout Standard
16929 \begin_inset Note Greyedout
16930 status open
16931
16932 \begin_layout Plain Layout
16933
16934 \series bold
16935 Note:
16936 \series default
16937  The alignment of the table row content to the surrounding text line is
16938  not exact.
16939  The required value for the 
16940 \series bold
16941
16942 \backslash
16943 raisebox
16944 \series default
16945  command for this alignment depends on the document font, the font size,
16946  and the table line thickness.
16947 \end_layout
16948
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \begin_layout Section
16955 Colored Tables
16956 \begin_inset CommandInset label
16957 LatexCommand label
16958 name "sec:Colored-Tables"
16959
16960 \end_inset
16961
16962
16963 \begin_inset Index idx
16964 status collapsed
16965
16966 \begin_layout Plain Layout
16967 Table ! Color
16968 \end_layout
16969
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \begin_layout Subsection
16976 Colored Cells
16977 \begin_inset Index idx
16978 status collapsed
16979
16980 \begin_layout Plain Layout
16981 Table Color ! for Cells
16982 \end_layout
16983
16984 \end_inset
16985
16986
16987 \begin_inset Index idx
16988 status collapsed
16989
16990 \begin_layout Plain Layout
16991 Color ! for Table Cells
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \begin_layout Standard
17000 \begin_inset Float table
17001 placement h
17002 wide false
17003 sideways false
17004 status open
17005
17006 \begin_layout Plain Layout
17007 \begin_inset Caption Standard
17008
17009 \begin_layout Plain Layout
17010 \begin_inset CommandInset label
17011 LatexCommand label
17012 name "tab:Table-colored-without"
17013
17014 \end_inset
17015
17016 Table colored without using the package 
17017 \series bold
17018 colortbl
17019 \series default
17020
17021 \begin_inset Argument 1
17022 status collapsed
17023
17024 \begin_layout Plain Layout
17025 Table without colortbl
17026 \end_layout
17027
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \begin_layout Plain Layout
17039 \align center
17040 \begin_inset Tabular
17041 <lyxtabular version="3" rows="3" columns="3">
17042 <features tabularvalignment="middle">
17043 <column alignment="center" valignment="top">
17044 <column alignment="center" valignment="top">
17045 <column alignment="center" valignment="top">
17046 <row>
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051
17052 \color green
17053 a
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \color red
17064 b
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073
17074 \color red
17075 c
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 </row>
17081 <row>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086
17087 \color green
17088 d
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097
17098 \color blue
17099 e
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108
17109 \color blue
17110 f
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 </row>
17116 <row>
17117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121
17122 \color green
17123 g
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \color blue
17134 h
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143
17144 \color blue
17145 i
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 </row>
17151 </lyxtabular>
17152
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \begin_layout Standard
17164 If you only need colored text, mark the cells and choose a color in the
17165  
17166 \family sans
17167 Text
17168 \begin_inset space ~
17169 \end_inset
17170
17171 Style
17172 \family default
17173  dialog (toolbar button 
17174 \begin_inset Info
17175 type  "icon"
17176 arg   "dialog-show character"
17177 \end_inset
17178
17179 ).
17180  This was used to create Table
17181 \begin_inset space ~
17182 \end_inset
17183
17184
17185 \begin_inset CommandInset ref
17186 LatexCommand ref
17187 reference "tab:Table-colored-without"
17188
17189 \end_inset
17190
17191 .
17192  In any other case you have to use the \SpecialChar LaTeX
17193 -package 
17194 \series bold
17195 colortbl
17196 \series default
17197 .
17198 \begin_inset Index idx
17199 status collapsed
17200
17201 \begin_layout Plain Layout
17202 \SpecialChar LaTeX
17203 -packages ! colortbl
17204 \end_layout
17205
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \begin_layout Standard
17212 \begin_inset ERT
17213 status collapsed
17214
17215 \begin_layout Plain Layout
17216
17217
17218 \backslash
17219 ifcolortbl
17220 \end_layout
17221
17222 \end_inset
17223
17224
17225 \begin_inset Note Note
17226 status open
17227
17228 \begin_layout Plain Layout
17229 The following section part will only be displayed when the \SpecialChar LaTeX
17230 -package 
17231 \series bold
17232 colortbl
17233 \series default
17234  is installed.
17235 \end_layout
17236
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \begin_layout Standard
17243 To create colored tables, 
17244 \series bold
17245 colortbl
17246 \series default
17247  must be loaded in the preamble with the line
17248 \end_layout
17249
17250 \begin_layout Standard
17251
17252 \series bold
17253
17254 \backslash
17255 usepackage{colortbl}
17256 \end_layout
17257
17258 \begin_layout Standard
17259 The color of a column is adjusted with the command
17260 \end_layout
17261
17262 \begin_layout Standard
17263
17264 \series bold
17265
17266 \backslash
17267 columncolor{name of color}
17268 \end_layout
17269
17270 \begin_layout Standard
17271 inside the command 
17272 \series bold
17273 >{ }
17274 \series default
17275 .
17276  More about the command 
17277 \series bold
17278 >{}
17279 \series default
17280  is contained in section
17281 \begin_inset space ~
17282 \end_inset
17283
17284
17285 \begin_inset CommandInset ref
17286 LatexCommand ref
17287 reference "subsec:Multicolumn-Calculations"
17288
17289 \end_inset
17290
17291 .
17292 \end_layout
17293
17294 \begin_layout Standard
17295 The following color names are predefined:
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \family sans
17301 red
17302 \family default
17303
17304 \family sans
17305 green
17306 \family default
17307
17308 \family sans
17309 yellow
17310 \family default
17311
17312 \family sans
17313 blue
17314 \family default
17315
17316 \family sans
17317 cyan
17318 \family default
17319
17320 \family sans
17321 magenta
17322 \family default
17323
17324 \family sans
17325 black
17326 \family default
17327  and 
17328 \family sans
17329 white
17330 \end_layout
17331
17332 \begin_layout Standard
17333 \begin_inset VSpace medskip
17334 \end_inset
17335
17336
17337 \end_layout
17338
17339 \begin_layout Standard
17340 If you add the options
17341 \end_layout
17342
17343 \begin_layout Standard
17344
17345 \series bold
17346 usenames,dvipsnames
17347 \end_layout
17348
17349 \begin_layout Standard
17350 to the document class options in the document settings, you can additionally
17351  use further 61
17352 \begin_inset space ~
17353 \end_inset
17354
17355 colors.
17356  These colors are listed in appendix
17357 \begin_inset space ~
17358 \end_inset
17359
17360
17361 \begin_inset CommandInset ref
17362 LatexCommand ref
17363 reference "chap:List-of-dvips-colornames"
17364
17365 \end_inset
17366
17367 .
17368  One of these colors, 
17369 \family sans
17370 Maroon
17371 \family default
17372 , is used as example in Table
17373 \begin_inset space ~
17374 \end_inset
17375
17376
17377 \begin_inset CommandInset ref
17378 LatexCommand ref
17379 reference "tab:Table-colored-using"
17380
17381 \end_inset
17382
17383 .
17384 \end_layout
17385
17386 \begin_layout Standard
17387 \begin_inset VSpace medskip
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \begin_layout Standard
17394 You can also define your own color with the command
17395 \end_layout
17396
17397 \begin_layout Standard
17398
17399 \series bold
17400
17401 \backslash
17402 definecolor{color name}{color model}{color values}
17403 \end_layout
17404
17405 \begin_layout Standard
17406 The color model can be
17407 \end_layout
17408
17409 \begin_layout Labeling
17410 \labelwidthstring 00.00.0000
17411 cmyk: cyan, magenta, yellow, black
17412 \end_layout
17413
17414 \begin_layout Labeling
17415 \labelwidthstring 00.00.0000
17416 rgb: red, green blue
17417 \end_layout
17418
17419 \begin_layout Labeling
17420 \labelwidthstring 00.00.0000
17421 gray gray
17422 \end_layout
17423
17424 \begin_layout Standard
17425 and the color values are comma separated numbers between 0 and 1 describing
17426  the factor for the corresponding color of the color model.
17427 \end_layout
17428
17429 \begin_layout Standard
17430 You can e.
17431 \begin_inset space \thinspace{}
17432 \end_inset
17433
17434 g.
17435 \begin_inset space \space{}
17436 \end_inset
17437
17438 define the color "
17439 \emph on
17440 darkgreen
17441 \emph default
17442 " in the preamble with
17443 \end_layout
17444
17445 \begin_layout Standard
17446
17447 \series bold
17448
17449 \backslash
17450 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17451 \end_layout
17452
17453 \begin_layout Standard
17454 and the color "
17455 \emph on
17456 lightgray
17457 \emph default
17458 " with
17459 \end_layout
17460
17461 \begin_layout Standard
17462
17463 \series bold
17464
17465 \backslash
17466 definecolor{lightgray}{gray}{0.8}
17467 \end_layout
17468
17469 \begin_layout Standard
17470 \begin_inset VSpace medskip
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \begin_layout Standard
17477 Lines are colored with the command
17478 \end_layout
17479
17480 \begin_layout Standard
17481
17482 \series bold
17483
17484 \backslash
17485 rowcolor{name of color}
17486 \end_layout
17487
17488 \begin_layout Standard
17489 and cells are colored with the command
17490 \end_layout
17491
17492 \begin_layout Standard
17493
17494 \series bold
17495
17496 \backslash
17497 cellcolor{name of color}
17498 \end_layout
17499
17500 \begin_layout Standard
17501 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17502 -Code.
17503 \end_layout
17504
17505 \begin_layout Standard
17506 To color characters in the table, mark the cells and use the 
17507 \family sans
17508 Text
17509 \begin_inset space ~
17510 \end_inset
17511
17512 Style
17513 \family default
17514  dialog.
17515  If a cell contains \SpecialChar TeX
17516 -Code mark only the characters, otherwise the colored
17517  \SpecialChar TeX
17518 -Code will cause \SpecialChar LaTeX
17519 -errors.
17520 \end_layout
17521
17522 \begin_layout Standard
17523 \begin_inset Note Greyedout
17524 status open
17525
17526 \begin_layout Plain Layout
17527
17528 \series bold
17529 Note:
17530 \series default
17531  Not all DVI-viewers are able to display self-defined colors.
17532 \end_layout
17533
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \begin_layout Standard
17540 \begin_inset VSpace bigskip
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \begin_layout Standard
17547 To create Table
17548 \begin_inset space ~
17549 \end_inset
17550
17551
17552 \begin_inset CommandInset ref
17553 LatexCommand ref
17554 reference "tab:Table-colored-using"
17555
17556 \end_inset
17557
17558  do the following: The color of the first column should be 
17559 \emph on
17560 darkgreen
17561 \emph default
17562 .
17563  So insert
17564 \end_layout
17565
17566 \begin_layout Standard
17567
17568 \series bold
17569 >{
17570 \backslash
17571 columncolor{darkgreen}
17572 \backslash
17573 centering}c
17574 \end_layout
17575
17576 \begin_layout Standard
17577 as \SpecialChar LaTeX
17578 -argument for this column.
17579  The first row should be light blue, therefore the \SpecialChar TeX
17580 -Code command
17581 \end_layout
17582
17583 \begin_layout Standard
17584
17585 \series bold
17586
17587 \backslash
17588 rowcolor{cyan}
17589 \end_layout
17590
17591 \begin_layout Standard
17592 is inserted to the first cell of this row.
17593  Note that this overwrites the column color for the first cell.
17594  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17595 -Code
17596  command
17597 \end_layout
17598
17599 \begin_layout Standard
17600
17601 \series bold
17602
17603 \backslash
17604 cellcolor{Maroon}
17605 \end_layout
17606
17607 \begin_layout Standard
17608 The characters could now be colored using the menu 
17609 \family sans
17610 Edit\SpecialChar menuseparator
17611 Text
17612 \begin_inset space ~
17613 \end_inset
17614
17615 Style
17616 \family default
17617 .
17618 \end_layout
17619
17620 \begin_layout Standard
17621 \begin_inset Float table
17622 placement h
17623 wide false
17624 sideways false
17625 status open
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Caption Standard
17629
17630 \begin_layout Plain Layout
17631 \begin_inset CommandInset label
17632 LatexCommand label
17633 name "tab:Table-colored-using"
17634
17635 \end_inset
17636
17637 Table colored using the package 
17638 \series bold
17639 colortbl
17640 \series default
17641
17642 \begin_inset Argument 1
17643 status collapsed
17644
17645 \begin_layout Plain Layout
17646 Table with colortbl
17647 \end_layout
17648
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \begin_layout Plain Layout
17660 \align center
17661 \begin_inset Tabular
17662 <lyxtabular version="3" rows="3" columns="3">
17663 <features tabularvalignment="middle">
17664 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17665 <column alignment="center" valignment="top">
17666 <column alignment="center" valignment="top">
17667 <row>
17668 <cell alignment="center" valignment="top" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset ERT
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676
17677
17678 \backslash
17679 rowcolor{cyan}
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \color magenta
17686 a
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 <cell alignment="center" valignment="top" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695
17696 \color red
17697 b
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706
17707 \color red
17708 c
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 <row>
17715 <cell alignment="center" valignment="top" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719
17720 \color yellow
17721 d
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \color blue
17732 e
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741
17742 \color blue
17743 f
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 </row>
17749 <row>
17750 <cell alignment="center" valignment="top" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754
17755 \color yellow
17756 g
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell alignment="center" valignment="top" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765
17766 \color blue
17767 h
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 <cell alignment="center" valignment="top" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776 \begin_inset ERT
17777 status collapsed
17778
17779 \begin_layout Plain Layout
17780
17781
17782 \backslash
17783 cellcolor{Maroon}
17784 \end_layout
17785
17786 \end_inset
17787
17788
17789 \color green
17790 i
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 </row>
17796 </lyxtabular>
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \begin_layout Standard
17809 \begin_inset ERT
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813
17814
17815 \backslash
17816 else
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \begin_inset Note Note
17823 status open
17824
17825 \begin_layout Plain Layout
17826 The following will be displayed when the \SpecialChar LaTeX
17827 -package 
17828 \series bold
17829 colortbl
17830 \series default
17831  is not installed:
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Standard
17840 You need to install the package 
17841 \series bold
17842 colortbl
17843 \series default
17844  to see the content of this section in the output.
17845 \end_layout
17846
17847 \begin_layout Standard
17848 \begin_inset ERT
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852
17853
17854 \backslash
17855 fi
17856 \end_layout
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \begin_layout Subsection
17864 Colored Rows
17865 \begin_inset Index idx
17866 status collapsed
17867
17868 \begin_layout Plain Layout
17869 Table Color ! for Rows
17870 \end_layout
17871
17872 \end_inset
17873
17874
17875 \begin_inset Index idx
17876 status collapsed
17877
17878 \begin_layout Plain Layout
17879 Color ! for Table Rows
17880 \end_layout
17881
17882 \end_inset
17883
17884
17885 \end_layout
17886
17887 \begin_layout Standard
17888 In case every second table row needs to be colored there is an alternative
17889  to the method described in the previous section: One loads the package
17890  
17891 \series bold
17892 xcolor
17893 \series default
17894
17895 \begin_inset Index idx
17896 status collapsed
17897
17898 \begin_layout Plain Layout
17899 \SpecialChar LaTeX
17900 -packages ! xcolor
17901 \begin_inset ERT
17902 status collapsed
17903
17904 \begin_layout Plain Layout
17905
17906
17907 \backslash
17908 vspace{4mm}
17909 \end_layout
17910
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \end_inset
17917
17918  in the document preamble with the command
17919 \end_layout
17920
17921 \begin_layout Standard
17922
17923 \series bold
17924
17925 \backslash
17926 usepackage[table]{xcolor}
17927 \end_layout
17928
17929 \begin_layout Standard
17930
17931 \series bold
17932 xcolor
17933 \series default
17934  automatically loads also the package 
17935 \series bold
17936 colortbl
17937 \series default
17938
17939 \begin_inset Index idx
17940 status collapsed
17941
17942 \begin_layout Plain Layout
17943 \SpecialChar LaTeX
17944 -packages ! colortbl
17945 \end_layout
17946
17947 \end_inset
17948
17949 , so 
17950 \series bold
17951 colortbl
17952 \series default
17953  must be installed in your \SpecialChar LaTeX
17954 -distribution, otherwise you get \SpecialChar LaTeX
17955 -errors.
17956 \end_layout
17957
17958 \begin_layout Standard
17959 \begin_inset ERT
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963
17964
17965 \backslash
17966 ifcolortbl
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \begin_inset Note Note
17973 status open
17974
17975 \begin_layout Plain Layout
17976 The following section part will only be displayed when the \SpecialChar LaTeX
17977 -package 
17978 \series bold
17979 colortbl
17980 \series default
17981  is installed.
17982 \end_layout
17983
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \begin_layout Standard
17990 The table rows are colored with the command
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996
17997 \backslash
17998 rowcolors[commands]{row number}{odd row color}{even row color}
17999 \end_layout
18000
18001 \begin_layout Standard
18002 that is either inserted in the document preamble or as \SpecialChar TeX
18003 -Code before the
18004  first table to be colored.
18005  row
18006 \begin_inset space ~
18007 \end_inset
18008
18009 number is the number of the first row which should be colored according
18010  to the odd row color.
18011  commands can be additional commands that are executed before every table
18012  row.
18013  So for example the command
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019
18020 \backslash
18021 rowcolors{1}{white}{lightgray}
18022 \end_layout
18023
18024 \begin_layout Standard
18025 leads to the coloring scheme of Table
18026 \begin_inset space ~
18027 \end_inset
18028
18029
18030 \begin_inset CommandInset ref
18031 LatexCommand ref
18032 reference "tab:Table-rowcolors"
18033
18034 \end_inset
18035
18036 .
18037  The command
18038 \end_layout
18039
18040 \begin_layout Standard
18041
18042 \series bold
18043
18044 \backslash
18045 rowcolors[
18046 \backslash
18047 hline]{1}{lightgray}{cyan}
18048 \end_layout
18049
18050 \begin_layout Standard
18051 leads to the coloring scheme of Table
18052 \begin_inset space ~
18053 \end_inset
18054
18055
18056 \begin_inset CommandInset ref
18057 LatexCommand ref
18058 reference "tab:Table-rowcolors-2"
18059
18060 \end_inset
18061
18062 .
18063  If odd
18064 \begin_inset space ~
18065 \end_inset
18066
18067 row
18068 \begin_inset space ~
18069 \end_inset
18070
18071 color and/or even
18072 \begin_inset space ~
18073 \end_inset
18074
18075 row
18076 \begin_inset space ~
18077 \end_inset
18078
18079 color are left empty, no color will be used so that the command
18080 \end_layout
18081
18082 \begin_layout Standard
18083
18084 \series bold
18085
18086 \backslash
18087 rowcolors{1}{}{}
18088 \end_layout
18089
18090 \begin_layout Standard
18091 deletes all colors.
18092  
18093 \series bold
18094
18095 \backslash
18096 rowcolors
18097 \series default
18098  affects all tables following that command.
18099 \end_layout
18100
18101 \begin_layout Standard
18102 \begin_inset ERT
18103 status open
18104
18105 \begin_layout Plain Layout
18106
18107
18108 \backslash
18109 rowcolors{1}{white}{lightgray}
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \end_layout
18116
18117 \begin_layout Standard
18118 \begin_inset Float table
18119 placement h
18120 wide false
18121 sideways false
18122 status open
18123
18124 \begin_layout Plain Layout
18125 \begin_inset Caption Standard
18126
18127 \begin_layout Plain Layout
18128 \begin_inset CommandInset label
18129 LatexCommand label
18130 name "tab:Table-rowcolors"
18131
18132 \end_inset
18133
18134 Table where every second row is colored light gray.
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \end_layout
18141
18142 \begin_layout Plain Layout
18143 \align center
18144 \begin_inset Tabular
18145 <lyxtabular version="3" rows="4" columns="3">
18146 <features tabularvalignment="middle">
18147 <column alignment="center" valignment="top">
18148 <column alignment="center" valignment="top" width="0pt">
18149 <column alignment="center" valignment="top" width="0pt">
18150 <row>
18151 <cell alignment="center" valignment="top" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 X
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 Y
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 Z
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 1
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 2
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 3
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 </row>
18208 <row>
18209 <cell alignment="center" valignment="top" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 4
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 5
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 6
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 </row>
18237 <row>
18238 <cell alignment="center" valignment="top" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 7
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 8
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 9
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 </lyxtabular>
18267
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \begin_layout Standard
18279 \begin_inset ERT
18280 status open
18281
18282 \begin_layout Plain Layout
18283
18284
18285 \backslash
18286 rowcolors[
18287 \backslash
18288 hline]{1}{lightgray}{cyan}
18289 \end_layout
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \begin_layout Standard
18297 \begin_inset Float table
18298 placement h
18299 wide false
18300 sideways false
18301 status open
18302
18303 \begin_layout Plain Layout
18304 \begin_inset Caption Standard
18305
18306 \begin_layout Plain Layout
18307 \begin_inset CommandInset label
18308 LatexCommand label
18309 name "tab:Table-rowcolors-2"
18310
18311 \end_inset
18312
18313 Table where every second row is colored cyan and at which there is a line
18314  between each row.
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \begin_layout Plain Layout
18323 \align center
18324 \begin_inset Tabular
18325 <lyxtabular version="3" rows="4" columns="3">
18326 <features tabularvalignment="middle">
18327 <column alignment="center" valignment="top">
18328 <column alignment="center" valignment="top">
18329 <column alignment="center" valignment="top" width="0pt">
18330 <row>
18331 <cell alignment="center" valignment="top" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 X
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 <cell alignment="center" valignment="top" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 Y
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 Z
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 </row>
18359 <row>
18360 <cell alignment="center" valignment="top" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 1
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 2
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 3
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 </row>
18388 <row>
18389 <cell alignment="center" valignment="top" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 4
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 5
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 6
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 </row>
18417 <row>
18418 <cell alignment="center" valignment="top" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 7
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 8
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 9
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 </row>
18446 </lyxtabular>
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464
18465 \backslash
18466 rowcolors{1}{}{}
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \begin_inset Note Note
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476 turns off the row coloring
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Standard
18485 \begin_inset ERT
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489
18490
18491 \backslash
18492 else
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \begin_inset Note Note
18499 status open
18500
18501 \begin_layout Plain Layout
18502 The following will be displayed when the \SpecialChar LaTeX
18503 -package 
18504 \series bold
18505 colortbl
18506 \series default
18507  is not installed:
18508 \end_layout
18509
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \begin_layout Standard
18516 You need to install the package 
18517 \series bold
18518 colortbl
18519 \series default
18520  to see the content of this section in the output.
18521 \end_layout
18522
18523 \begin_layout Standard
18524 \begin_inset ERT
18525 status collapsed
18526
18527 \begin_layout Plain Layout
18528
18529
18530 \backslash
18531 fi
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \begin_layout Subsection
18540 Colored Lines
18541 \begin_inset Index idx
18542 status collapsed
18543
18544 \begin_layout Plain Layout
18545 Table Color ! for Lines
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \begin_inset Index idx
18552 status collapsed
18553
18554 \begin_layout Plain Layout
18555 Color ! for Table Lines
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Standard
18564 As described in section
18565 \begin_inset space ~
18566 \end_inset
18567
18568
18569 \begin_inset CommandInset ref
18570 LatexCommand ref
18571 reference "subsec:Line-Thickness"
18572
18573 \end_inset
18574
18575 , the line thickness for all lines in a table can be adjusted with the length
18576  
18577 \series bold
18578
18579 \backslash
18580 arrayrulewidth
18581 \series default
18582 .
18583  It is set to 1.5
18584 \begin_inset space \thinspace{}
18585 \end_inset
18586
18587 pt for all tables of this section.
18588 \begin_inset ERT
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592
18593
18594 \backslash
18595 setlength{
18596 \backslash
18597 arrayrulewidth}{1.5pt}
18598 \end_layout
18599
18600 \end_inset
18601
18602
18603 \end_layout
18604
18605 \begin_layout Standard
18606 To color vertical lines for example with green, create the following column
18607  format in the document preamble, according to the description in section
18608 \begin_inset space ~
18609 \end_inset
18610
18611
18612 \begin_inset CommandInset ref
18613 LatexCommand ref
18614 reference "subsec:Customized-Format"
18615
18616 \end_inset
18617
18618 :
18619 \end_layout
18620
18621 \begin_layout Standard
18622
18623 \series bold
18624
18625 \backslash
18626 newcolumntype{W}{!{
18627 \backslash
18628 color{green}
18629 \backslash
18630 vline}}
18631 \end_layout
18632
18633 \begin_layout Standard
18634 For Table
18635 \begin_inset space ~
18636 \end_inset
18637
18638
18639 \begin_inset CommandInset ref
18640 LatexCommand ref
18641 reference "tab:Table-with-vertical-colored"
18642
18643 \end_inset
18644
18645  the \SpecialChar LaTeX
18646 -argument
18647 \series bold
18648  WcW
18649 \series default
18650  was used for the last column and
18651 \series bold
18652  Wc
18653 \series default
18654  for the other columns.
18655 \end_layout
18656
18657 \begin_layout Standard
18658 If you want to have several colors, define more column formats.
18659 \end_layout
18660
18661 \begin_layout Standard
18662 \begin_inset Float table
18663 placement h
18664 wide false
18665 sideways false
18666 status open
18667
18668 \begin_layout Plain Layout
18669 \begin_inset Caption Standard
18670
18671 \begin_layout Plain Layout
18672 \begin_inset CommandInset label
18673 LatexCommand label
18674 name "tab:Table-with-vertical-colored"
18675
18676 \end_inset
18677
18678 Table with colored vertical lines
18679 \end_layout
18680
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \begin_layout Plain Layout
18687 \align center
18688 \begin_inset Tabular
18689 <lyxtabular version="3" rows="3" columns="3">
18690 <features tabularvalignment="middle">
18691 <column alignment="center" valignment="top" special="Wc">
18692 <column alignment="center" valignment="top" special="Wc">
18693 <column alignment="center" valignment="top" special="WcW">
18694 <row>
18695 <cell alignment="center" valignment="top" topline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 sd
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 <cell alignment="center" valignment="top" topline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 </row>
18723 <row>
18724 <cell alignment="center" valignment="top" topline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 sd
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 <cell alignment="center" valignment="top" topline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 </row>
18752 <row>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 sd
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 </lyxtabular>
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \begin_layout Standard
18794 \begin_inset VSpace bigskip
18795 \end_inset
18796
18797 To color horizontal lines for example with red, as in Table
18798 \begin_inset space ~
18799 \end_inset
18800
18801
18802 \begin_inset CommandInset ref
18803 LatexCommand ref
18804 reference "tab:Table-with-horizontal-colored"
18805
18806 \end_inset
18807
18808 , insert these commands in \SpecialChar TeX
18809 -Code before the table or table float:
18810 \end_layout
18811
18812 \begin_layout Standard
18813
18814 \series bold
18815
18816 \backslash
18817 let
18818 \backslash
18819 myHlineC
18820 \backslash
18821 hline
18822 \begin_inset Newline newline
18823 \end_inset
18824
18825
18826 \backslash
18827 renewcommand{
18828 \backslash
18829 hline}
18830 \begin_inset Newline newline
18831 \end_inset
18832
18833
18834 \begin_inset Phantom HPhantom
18835 status open
18836
18837 \begin_layout Plain Layout
18838
18839 \series bold
18840 \begin_inset space ~
18841 \end_inset
18842
18843
18844 \end_layout
18845
18846 \end_inset
18847
18848 {
18849 \backslash
18850 arrayrulecolor{red}
18851 \backslash
18852 myHlineC
18853 \backslash
18854 arrayrulecolor{black}}
18855 \end_layout
18856
18857 \begin_layout Standard
18858 \begin_inset ERT
18859 status collapsed
18860
18861 \begin_layout Plain Layout
18862
18863
18864 \backslash
18865 let
18866 \backslash
18867 myHlineC
18868 \backslash
18869 hline
18870 \end_layout
18871
18872 \begin_layout Plain Layout
18873
18874
18875 \backslash
18876 renewcommand{
18877 \backslash
18878 hline}
18879 \end_layout
18880
18881 \begin_layout Plain Layout
18882
18883  {
18884 \backslash
18885 arrayrulecolor{red}
18886 \backslash
18887 myHlineC
18888 \backslash
18889 arrayrulecolor{black}}
18890 \end_layout
18891
18892 \end_inset
18893
18894
18895 \begin_inset Float table
18896 placement h
18897 wide false
18898 sideways false
18899 status open
18900
18901 \begin_layout Plain Layout
18902 \begin_inset Caption Standard
18903
18904 \begin_layout Plain Layout
18905 \begin_inset CommandInset label
18906 LatexCommand label
18907 name "tab:Table-with-horizontal-colored"
18908
18909 \end_inset
18910
18911 Table with colored horizontal lines
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \begin_layout Plain Layout
18920 \align center
18921 \begin_inset Tabular
18922 <lyxtabular version="3" rows="3" columns="3">
18923 <features tabularvalignment="middle">
18924 <column alignment="center" valignment="top">
18925 <column alignment="center" valignment="top">
18926 <column alignment="center" valignment="top">
18927 <row>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 sd
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 </row>
18956 <row>
18957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 sd
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 </row>
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 sd
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 </row>
19014 </lyxtabular>
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \begin_layout Standard
19027 To return to the default line color black, insert this command in \SpecialChar TeX
19028 -Code
19029  after the table or table float:
19030 \end_layout
19031
19032 \begin_layout Standard
19033
19034 \series bold
19035
19036 \backslash
19037 renewcommand{
19038 \backslash
19039 hline}{
19040 \backslash
19041 myHlineC}
19042 \end_layout
19043
19044 \begin_layout Standard
19045 Table
19046 \begin_inset space ~
19047 \end_inset
19048
19049
19050 \begin_inset CommandInset ref
19051 LatexCommand ref
19052 reference "tab:Table-with-colored"
19053
19054 \end_inset
19055
19056  is an example with colored vertical and horizontal lines.
19057 \end_layout
19058
19059 \begin_layout Standard
19060 \begin_inset Float table
19061 placement h
19062 wide false
19063 sideways false
19064 status open
19065
19066 \begin_layout Plain Layout
19067 \begin_inset Caption Standard
19068
19069 \begin_layout Plain Layout
19070 \begin_inset CommandInset label
19071 LatexCommand label
19072 name "tab:Table-with-colored"
19073
19074 \end_inset
19075
19076 Table with colored lines
19077 \end_layout
19078
19079 \end_inset
19080
19081
19082 \end_layout
19083
19084 \begin_layout Plain Layout
19085 \align center
19086 \begin_inset Tabular
19087 <lyxtabular version="3" rows="3" columns="3">
19088 <features tabularvalignment="middle">
19089 <column alignment="center" valignment="top" special="Wc">
19090 <column alignment="center" valignment="top" special="Wc">
19091 <column alignment="center" valignment="top" special="WcW">
19092 <row>
19093 <cell alignment="center" valignment="top" topline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 sd
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 <cell alignment="center" valignment="top" topline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 </row>
19121 <row>
19122 <cell alignment="center" valignment="top" topline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 sd
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 <cell alignment="center" valignment="top" topline="true" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 </row>
19150 <row topspace="default">
19151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173 sd
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 </row>
19179 </lyxtabular>
19180
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Standard
19192 \begin_inset ERT
19193 status collapsed
19194
19195 \begin_layout Plain Layout
19196
19197
19198 \backslash
19199 renewcommand{
19200 \backslash
19201 hline}{
19202 \backslash
19203 myHlineC}
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \begin_layout Standard
19212 \begin_inset ERT
19213 status collapsed
19214
19215 \begin_layout Plain Layout
19216
19217
19218 \backslash
19219 setlength{
19220 \backslash
19221 arrayrulewidth}{0.4pt}
19222 \end_layout
19223
19224 \end_inset
19225
19226
19227 \end_layout
19228
19229 \begin_layout Section
19230 Rotated Table Cells
19231 \begin_inset CommandInset label
19232 LatexCommand label
19233 name "sec:Rotated-Table-Cells"
19234
19235 \end_inset
19236
19237
19238 \begin_inset Index idx
19239 status collapsed
19240
19241 \begin_layout Plain Layout
19242 Table ! Rotated Cells
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \begin_inset Index idx
19249 status collapsed
19250
19251 \begin_layout Plain Layout
19252 Rotated Material
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \begin_layout Standard
19261 \begin_inset Note Greyedout
19262 status open
19263
19264 \begin_layout Plain Layout
19265
19266 \series bold
19267 Note:
19268 \series default
19269  Not all DVI-viewers are able to display rotations.
19270 \end_layout
19271
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \begin_layout Standard
19278 Table
19279 \begin_inset space ~
19280 \end_inset
19281
19282
19283 \begin_inset CommandInset ref
19284 LatexCommand ref
19285 reference "tab:Table-with-rotated-multi"
19286
19287 \end_inset
19288
19289  is an example where 3
19290 \begin_inset space ~
19291 \end_inset
19292
19293 cells were rotated by 45
19294 \begin_inset space \thinspace{}
19295 \end_inset
19296
19297 °.
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset Float table
19302 placement h
19303 wide false
19304 sideways false
19305 status open
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Caption Standard
19309
19310 \begin_layout Plain Layout
19311 \begin_inset CommandInset label
19312 LatexCommand label
19313 name "tab:Table-with-rotated"
19314
19315 \end_inset
19316
19317 Table with rotated cells in the first row.
19318 \end_layout
19319
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \begin_layout Plain Layout
19326 \noindent
19327 \align center
19328 \begin_inset Tabular
19329 <lyxtabular version="3" rows="2" columns="3">
19330 <features tabularvalignment="middle">
19331 <column alignment="center" valignment="top" width="0pt">
19332 <column alignment="center" valignment="top" width="0pt">
19333 <column alignment="center" valignment="top" width="0pt">
19334 <row>
19335 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 cups
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348 plates
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 saucers
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 <row>
19364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 45
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 33
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 21
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 </lyxtabular>
19393
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \begin_layout Standard
19405 \begin_inset Note Greyedout
19406 status open
19407
19408 \begin_layout Plain Layout
19409
19410 \series bold
19411 Note:
19412 \series default
19413  Line breaks (shortcut 
19414 \begin_inset Info
19415 type  "shortcut"
19416 arg   "newline-insert newline"
19417 \end_inset
19418
19419 ) are not allowed in rotated cells.
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \begin_layout Standard
19428 If you want to rotate table cells containing line breaks, you have to put
19429  the cell content into a minipage or a parbox.
19430 \begin_inset Foot
19431 status collapsed
19432
19433 \begin_layout Plain Layout
19434 For more about these boxes see sec.
19435 \begin_inset space \thinspace{}
19436 \end_inset
19437
19438
19439 \begin_inset CommandInset ref
19440 LatexCommand ref
19441 reference "sec:Minipages"
19442
19443 \end_inset
19444
19445  and 
19446 \begin_inset CommandInset ref
19447 LatexCommand ref
19448 reference "sec:Parboxes"
19449
19450 \end_inset
19451
19452 .
19453 \end_layout
19454
19455 \end_inset
19456
19457  If you rotate this cell by 90
19458 \begin_inset space \thinspace{}
19459 \end_inset
19460
19461 ° the width of the box is the height of the cell.
19462  Table
19463 \begin_inset space ~
19464 \end_inset
19465
19466
19467 \begin_inset CommandInset ref
19468 LatexCommand ref
19469 reference "tab:Table-with-rotated-multi"
19470
19471 \end_inset
19472
19473  is an example for a rotated multiline cell where the box width was set
19474  to 3
19475 \begin_inset space \thinspace{}
19476 \end_inset
19477
19478 cm.
19479 \end_layout
19480
19481 \begin_layout Standard
19482 \begin_inset Float table
19483 wide false
19484 sideways false
19485 status open
19486
19487 \begin_layout Plain Layout
19488 \begin_inset Caption Standard
19489
19490 \begin_layout Plain Layout
19491 \begin_inset CommandInset label
19492 LatexCommand label
19493 name "tab:Table-with-rotated-multi"
19494
19495 \end_inset
19496
19497 Table with rotated multiline cell.
19498 \end_layout
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Plain Layout
19506 \noindent
19507 \align center
19508 \begin_inset Tabular
19509 <lyxtabular version="3" rows="2" columns="3">
19510 <features tabularvalignment="middle">
19511 <column alignment="center" valignment="top">
19512 <column alignment="center" valignment="top" width="0pt">
19513 <column alignment="center" valignment="top">
19514 <row>
19515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 a
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 \begin_inset Box Frameless
19529 position "t"
19530 hor_pos "c"
19531 has_inner_box 1
19532 inner_pos "t"
19533 use_parbox 0
19534 use_makebox 0
19535 width "3cm"
19536 special "none"
19537 height "1in"
19538 height_special "totalheight"
19539 thickness "0.4pt"
19540 separation "3pt"
19541 shadowsize "4pt"
19542 framecolor "black"
19543 backgroundcolor "none"
19544 status open
19545
19546 \begin_layout Plain Layout
19547 rotated cell
19548 \begin_inset Newline newline
19549 \end_inset
19550
19551 with line break
19552 \end_layout
19553
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 e
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 </row>
19571 <row>
19572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 b
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 c
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594 d
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 </lyxtabular>
19601
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \begin_layout Section
19613 Table Width Calculation
19614 \begin_inset CommandInset label
19615 LatexCommand label
19616 name "sec:Table-Width-Calculation"
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 For wide tables it is sometimes difficult to assure that the table does
19625  not protrude over the page margin.
19626  Setting a fixed width for every column of the table is the solution, but
19627  what amount of space is needed for each column?
19628 \end_layout
19629
19630 \begin_layout Standard
19631 The table width 
19632 \begin_inset Formula $W_{\mathrm{table}}$
19633 \end_inset
19634
19635  can be calculated: Every column has the width of the specified column width
19636  
19637 \begin_inset Formula $W_{\mathrm{column}}$
19638 \end_inset
19639
19640  (that the content of the column can consume) plus two times the separation
19641  between the column content and the column border (\SpecialChar LaTeX
19642  length
19643 \series bold
19644  
19645 \backslash
19646 tabcolsep
19647 \series default
19648 , default 6
19649 \begin_inset space \thinspace{}
19650 \end_inset
19651
19652 pt) plus the width of a border line (\SpecialChar LaTeX
19653  length 
19654 \series bold
19655
19656 \backslash
19657 arrayrulewidth
19658 \series default
19659 , default 0.4
19660 \begin_inset space \thinspace{}
19661 \end_inset
19662
19663 pt): So if all 
19664 \begin_inset Formula $n$
19665 \end_inset
19666
19667
19668 \begin_inset space ~
19669 \end_inset
19670
19671 columns have the same width, the table width is
19672 \begin_inset Formula 
19673 \begin{equation}
19674 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19675 \end{equation}
19676
19677 \end_inset
19678
19679
19680 \end_layout
19681
19682 \begin_layout Standard
19683 The available width for a table is the space between the page margins or
19684  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19685  length 
19686 \series bold
19687
19688 \backslash
19689 columnwidth
19690 \series default
19691 ).
19692  If all table columns should have the same width and 
19693 \begin_inset Formula $W_{\mathrm{table}}$
19694 \end_inset
19695
19696  should be 1
19697 \begin_inset space \thinspace{}
19698 \end_inset
19699
19700
19701 \backslash
19702 columnwidth, 
19703 \begin_inset Formula $W_{\mathrm{column}}$
19704 \end_inset
19705
19706  can easily be calculated.
19707 \end_layout
19708
19709 \begin_layout Standard
19710 To be able to perform calculations you need to load the \SpecialChar LaTeX
19711 -package 
19712 \series bold
19713 calc
19714 \series default
19715
19716 \begin_inset Index idx
19717 status collapsed
19718
19719 \begin_layout Plain Layout
19720 \SpecialChar LaTeX
19721 -packages ! calc
19722 \end_layout
19723
19724 \end_inset
19725
19726  in the document preamble.
19727  To set the width in the table dialog you have to use the field 
19728 \family sans
19729 \SpecialChar LaTeX
19730  argument
19731 \family default
19732 .
19733  The command scheme for this field is the same that is explained in section
19734 \begin_inset space ~
19735 \end_inset
19736
19737
19738 \begin_inset CommandInset ref
19739 LatexCommand ref
19740 reference "subsec:Multicolumn-Calculations"
19741
19742 \end_inset
19743
19744 .
19745  For a table with 5
19746 \begin_inset space \thinspace{}
19747 \end_inset
19748
19749 columns with an uniform width and centered text, enter there for each column
19750  the command
19751 \end_layout
19752
19753 \begin_layout Standard
19754
19755 \series bold
19756 >{
19757 \backslash
19758 centering}p{(1
19759 \backslash
19760 columnwidth-62.4pt)/5}
19761 \end_layout
19762
19763 \begin_layout Standard
19764 For a table with 5
19765 \begin_inset space \thinspace{}
19766 \end_inset
19767
19768 columns where 2 should have 0.75
19769 \begin_inset space ~
19770 \end_inset
19771
19772 times the width than the 3 others, the calculation is
19773 \begin_inset Formula 
19774 \begin{align}
19775 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19776  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19777  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19778 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19779 \end{align}
19780
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \begin_layout Standard
19787 In the table therefore the command
19788 \end_layout
19789
19790 \begin_layout Standard
19791
19792 \series bold
19793 >{
19794 \backslash
19795 centering}p{(1
19796 \backslash
19797 columnwidth-62.4pt)/
19798 \backslash
19799 real{4.5}}
19800 \end_layout
19801
19802 \begin_layout Standard
19803 is used for the wider columns and
19804 \end_layout
19805
19806 \begin_layout Standard
19807
19808 \series bold
19809 >{
19810 \backslash
19811 centering}p{(1
19812 \backslash
19813 columnwidth-62.4pt)/
19814 \backslash
19815 real{4.5}*
19816 \backslash
19817 real{0.75}}
19818 \end_layout
19819
19820 \begin_layout Standard
19821 for the smaller ones:
19822 \end_layout
19823
19824 \begin_layout Standard
19825 \begin_inset Tabular
19826 <lyxtabular version="3" rows="2" columns="5">
19827 <features tabularvalignment="middle">
19828 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19829 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19830 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19831 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19832 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 1
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 2
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 3
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 4
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 5
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 </row>
19880 <row>
19881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 111111 1111111 111111 111111111 11111 11111 1111
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 2222 22222 222222 222222222 2222222 22 22222
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 333333 333333 333333 33333 3333333 333
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 </row>
19927 </lyxtabular>
19928
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \begin_layout Section
19935 Table Customization
19936 \begin_inset Index idx
19937 status collapsed
19938
19939 \begin_layout Plain Layout
19940 Table Customization
19941 \end_layout
19942
19943 \end_inset
19944
19945
19946 \begin_inset Index idx
19947 status collapsed
19948
19949 \begin_layout Plain Layout
19950 Table ! Customization
19951 \end_layout
19952
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \begin_layout Subsection
19959 Row Spacing
19960 \begin_inset CommandInset label
19961 LatexCommand label
19962 name "subsec:Row-Spacing"
19963
19964 \end_inset
19965
19966
19967 \begin_inset Index idx
19968 status collapsed
19969
19970 \begin_layout Plain Layout
19971 Table Customization ! Row Spacing
19972 \end_layout
19973
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \begin_layout Standard
19980 You can add vertical space to table rows in the 
19981 \family sans
19982 Borders
19983 \family default
19984  tab of the table dialog.
19985  You find there three possibilities:
19986 \end_layout
19987
19988 \begin_layout Description
19989 Top
19990 \begin_inset space ~
19991 \end_inset
19992
19993 of
19994 \begin_inset space ~
19995 \end_inset
19996
19997 row will add space above the characters of the table row.
19998  If the table is a formal table
19999 \begin_inset Foot
20000 status collapsed
20001
20002 \begin_layout Plain Layout
20003 Formal tables are explained in section
20004 \begin_inset space ~
20005 \end_inset
20006
20007
20008 \begin_inset CommandInset ref
20009 LatexCommand ref
20010 reference "sec:Formal-Tables"
20011
20012 \end_inset
20013
20014 .
20015 \end_layout
20016
20017 \end_inset
20018
20019  \SpecialChar LyX
20020  will insert as default 0.5
20021 \begin_inset space \thinspace{}
20022 \end_inset
20023
20024 em space.
20025  For normal tables the inserted space will unfortunately destroy the vertical
20026  table lines as in the following table:
20027 \begin_inset VSpace medskip
20028 \end_inset
20029
20030
20031 \begin_inset Newline newline
20032 \end_inset
20033
20034
20035 \begin_inset space \hspace*{}
20036 \length 0pt
20037 \end_inset
20038
20039
20040 \begin_inset space \hfill{}
20041 \end_inset
20042
20043
20044 \begin_inset Tabular
20045 <lyxtabular version="3" rows="3" columns="1">
20046 <features tabularvalignment="middle">
20047 <column alignment="center" valignment="top">
20048 <row>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 A
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 </row>
20059 <row topspace="3mm">
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 3
20065 \begin_inset space \thinspace{}
20066 \end_inset
20067
20068 mm space top of row
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 C
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 </lyxtabular>
20086
20087 \end_inset
20088
20089
20090 \begin_inset space \hfill{}
20091 \end_inset
20092
20093
20094 \begin_inset space \hspace*{}
20095 \length 0pt
20096 \end_inset
20097
20098
20099 \begin_inset VSpace medskip
20100 \end_inset
20101
20102
20103 \begin_inset Newline newline
20104 \end_inset
20105
20106 So inserting space in the top of row for normal tables is only useful when
20107  you don't have vertical lines.
20108 \end_layout
20109
20110 \begin_layout Description
20111 Bottom
20112 \begin_inset space ~
20113 \end_inset
20114
20115 of
20116 \begin_inset space ~
20117 \end_inset
20118
20119 row will add space below the characters of the table row.
20120  If the table is a formal table \SpecialChar LyX
20121  will insert as default 0.5
20122 \begin_inset space \thinspace{}
20123 \end_inset
20124
20125 em space, for normal tables the default size is 2
20126 \begin_inset space \thinspace{}
20127 \end_inset
20128
20129 pt.
20130 \end_layout
20131
20132 \begin_layout Description
20133 Between
20134 \begin_inset space ~
20135 \end_inset
20136
20137 rows adds space between the current and the following row.
20138  If the table is a formal table \SpecialChar LyX
20139  will insert as default 0.5
20140 \begin_inset space \thinspace{}
20141 \end_inset
20142
20143 em space.
20144  For normal tables the inserted space will unfortunately destroy the vertical
20145  table lines as in the following table:
20146 \begin_inset VSpace medskip
20147 \end_inset
20148
20149
20150 \begin_inset Newline newline
20151 \end_inset
20152
20153
20154 \begin_inset space \hspace*{}
20155 \length 0pt
20156 \end_inset
20157
20158
20159 \begin_inset space \hfill{}
20160 \end_inset
20161
20162
20163 \begin_inset Tabular
20164 <lyxtabular version="3" rows="3" columns="1">
20165 <features tabularvalignment="middle">
20166 <column alignment="center" valignment="top">
20167 <row>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 A
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row interlinespace="3mm">
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 \begin_inset Formula $\downarrow$
20184 \end_inset
20185
20186  3
20187 \begin_inset space \thinspace{}
20188 \end_inset
20189
20190 mm space between row 
20191 \begin_inset Formula $\downarrow$
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset Formula $\uparrow$
20206 \end_inset
20207
20208  3
20209 \begin_inset space \thinspace{}
20210 \end_inset
20211
20212 mm space between row 
20213 \begin_inset Formula $\uparrow$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 </lyxtabular>
20223
20224 \end_inset
20225
20226
20227 \begin_inset space \hfill{}
20228 \end_inset
20229
20230
20231 \begin_inset space \hspace*{}
20232 \length 0pt
20233 \end_inset
20234
20235
20236 \begin_inset VSpace medskip
20237 \end_inset
20238
20239
20240 \begin_inset Newline newline
20241 \end_inset
20242
20243 So inserting space between rows for normal tables is only useful when you
20244  don't have vertical lines.
20245 \end_layout
20246
20247 \begin_layout Standard
20248 \begin_inset VSpace bigskip
20249 \end_inset
20250
20251 When you want to add extra height to all cells of all tables, you can do
20252  this with the following preamble lines:
20253 \end_layout
20254
20255 \begin_layout Standard
20256
20257 \series bold
20258
20259 \backslash
20260 @ifundefined{extrarowheight}
20261 \begin_inset Newline newline
20262 \end_inset
20263
20264
20265 \begin_inset Phantom HPhantom
20266 status open
20267
20268 \begin_layout Plain Layout
20269
20270 \series bold
20271 \begin_inset space ~
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278
20279 {
20280 \backslash
20281 usepackage{array}}{}
20282 \begin_inset Newline newline
20283 \end_inset
20284
20285
20286 \backslash
20287 setlength{
20288 \backslash
20289 extrarowheight}{height}
20290 \end_layout
20291
20292 \begin_layout Standard
20293 But this has the disadvantage that the cell texts are no longer exactly
20294  vertically centered.
20295  (The package 
20296 \series bold
20297 array
20298 \series default
20299  will be loaded automatically by \SpecialChar LyX
20300  when you use self defined table formats.
20301  To avoid that it being loaded twice the command 
20302 \series bold
20303
20304 \backslash
20305 @ifundefined
20306 \series default
20307  is used in the above command.)
20308 \end_layout
20309
20310 \begin_layout Standard
20311 If you are using font sizes larger than the normal size, the table borders
20312  are often too close to the letters.
20313  This can be corrected by inserting the command 
20314 \series bold
20315
20316 \backslash
20317 strut
20318 \series default
20319  in \SpecialChar TeX
20320 -Code at the beginning of a table row.
20321  Table
20322 \begin_inset space ~
20323 \end_inset
20324
20325
20326 \begin_inset CommandInset ref
20327 LatexCommand ref
20328 reference "tab:Vertical-alignment-of"
20329
20330 \end_inset
20331
20332  illustrates the effect.
20333 \end_layout
20334
20335 \begin_layout Standard
20336 \noindent
20337 \begin_inset Float table
20338 placement h
20339 wide false
20340 sideways false
20341 status open
20342
20343 \begin_layout Plain Layout
20344 \begin_inset Caption Standard
20345
20346 \begin_layout Plain Layout
20347 \begin_inset CommandInset label
20348 LatexCommand label
20349 name "tab:Vertical-alignment-of"
20350
20351 \end_inset
20352
20353 Vertical alignment of text with large font sizes.
20354 \end_layout
20355
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \begin_layout Plain Layout
20362 \begin_inset space \hfill{}
20363 \end_inset
20364
20365
20366 \begin_inset Float table
20367 wide false
20368 sideways false
20369 status collapsed
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Caption Standard
20373
20374 \begin_layout Plain Layout
20375 Normal table.
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Plain Layout
20384 \noindent
20385 \align center
20386 \begin_inset Tabular
20387 <lyxtabular version="3" rows="6" columns="1">
20388 <features tabularvalignment="middle">
20389 <column alignment="left" valignment="top">
20390 <row>
20391 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 Normal, g
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 <row>
20402 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \size large
20408 Large
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 </row>
20414 <row>
20415 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419
20420 \size larger
20421 Larger
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 </row>
20427 <row>
20428 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \size largest
20434 Largest
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 </row>
20440 <row>
20441 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445
20446 \size huge
20447 Huge
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 </row>
20453 <row>
20454 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458
20459 \size huge
20460 Huger
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 </row>
20466 </lyxtabular>
20467
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \end_inset
20474
20475
20476 \begin_inset space \hfill{}
20477 \end_inset
20478
20479
20480 \begin_inset Float table
20481 wide false
20482 sideways false
20483 status collapsed
20484
20485 \begin_layout Plain Layout
20486 \begin_inset Caption Standard
20487
20488 \begin_layout Plain Layout
20489 Table using the command 
20490 \series bold
20491
20492 \backslash
20493 strut
20494 \series default
20495 .
20496 \end_layout
20497
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \begin_layout Plain Layout
20504 \noindent
20505 \align center
20506 \begin_inset Tabular
20507 <lyxtabular version="3" rows="6" columns="1">
20508 <features tabularvalignment="middle">
20509 <column alignment="left" valignment="top">
20510 <row>
20511 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515 Normal, g
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 </row>
20521 <row>
20522 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526
20527 \size large
20528 \begin_inset ERT
20529 status collapsed
20530
20531 \begin_layout Plain Layout
20532
20533
20534 \backslash
20535 strut 
20536 \end_layout
20537
20538 \end_inset
20539
20540 Large
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 </row>
20546 <row>
20547 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551
20552 \size larger
20553 \begin_inset ERT
20554 status collapsed
20555
20556 \begin_layout Plain Layout
20557
20558
20559 \backslash
20560 strut 
20561 \end_layout
20562
20563 \end_inset
20564
20565 Larger
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 </row>
20571 <row>
20572 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576
20577 \size largest
20578 \begin_inset ERT
20579 status collapsed
20580
20581 \begin_layout Plain Layout
20582
20583
20584 \backslash
20585 strut 
20586 \end_layout
20587
20588 \end_inset
20589
20590 Largest
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 </row>
20596 <row>
20597 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \size huge
20603 \begin_inset ERT
20604 status collapsed
20605
20606 \begin_layout Plain Layout
20607
20608
20609 \backslash
20610 strut 
20611 \end_layout
20612
20613 \end_inset
20614
20615 Huge
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 <row>
20622 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626
20627 \size giant
20628 \begin_inset ERT
20629 status collapsed
20630
20631 \begin_layout Plain Layout
20632
20633
20634 \backslash
20635 strut 
20636 \end_layout
20637
20638 \end_inset
20639
20640
20641 \size huge
20642 Huger
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 </lyxtabular>
20649
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656
20657
20658 \begin_inset space \hfill{}
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Subsection
20670 Special Cell Alignment
20671 \begin_inset CommandInset label
20672 LatexCommand label
20673 name "subsec:Special-Cell-Alignment"
20674
20675 \end_inset
20676
20677
20678 \begin_inset Index idx
20679 status collapsed
20680
20681 \begin_layout Plain Layout
20682 Table Customization ! Special Cell Alignment
20683 \end_layout
20684
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \begin_layout Standard
20691 Sometimes it looks better when the cell entries of a column are aligned
20692  with a special character, e.
20693 \begin_inset space \thinspace{}
20694 \end_inset
20695
20696 g.
20697 \begin_inset space \space{}
20698 \end_inset
20699
20700 with the decimal separator as in Table
20701 \begin_inset space ~
20702 \end_inset
20703
20704
20705 \begin_inset CommandInset ref
20706 LatexCommand ref
20707 reference "tab:Table-cells-align"
20708
20709 \end_inset
20710
20711 .
20712  This alignment is achieved by setting the cursor into the column and then
20713  either pressing the toolbar button 
20714 \begin_inset Info
20715 type  "icon"
20716 arg   "inset-modify tabular align-decimal"
20717 \end_inset
20718
20719  or setting the alignment in the table settings to 
20720 \family sans
20721 At
20722 \begin_inset space ~
20723 \end_inset
20724
20725 Decimal
20726 \begin_inset space ~
20727 \end_inset
20728
20729 Separator
20730 \family default
20731 .
20732  The alignment character can be a character of your choice and is specified
20733  in the table settings.
20734 \end_layout
20735
20736 \begin_layout Standard
20737 \begin_inset Float table
20738 placement h
20739 wide false
20740 sideways false
20741 status open
20742
20743 \begin_layout Plain Layout
20744 \begin_inset Caption Standard
20745
20746 \begin_layout Plain Layout
20747 \begin_inset CommandInset label
20748 LatexCommand label
20749 name "tab:Table-cells-align"
20750
20751 \end_inset
20752
20753 Table cells of a column aligned with the decimal separator.
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Plain Layout
20762 \align center
20763 \begin_inset Tabular
20764 <lyxtabular version="3" rows="4" columns="1">
20765 <features booktabs="true" tabularvalignment="middle">
20766 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20767 <row>
20768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772 heading
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 </row>
20778 <row>
20779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 12.6
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794 0.68
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 </row>
20800 <row>
20801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 -123.0
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 </lyxtabular>
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \begin_layout Standard
20824 \begin_inset Float table
20825 placement h
20826 wide false
20827 sideways false
20828 status open
20829
20830 \begin_layout Plain Layout
20831 \begin_inset Caption Standard
20832
20833 \begin_layout Plain Layout
20834 \begin_inset CommandInset label
20835 LatexCommand label
20836 name "tab:Table-align-operator"
20837
20838 \end_inset
20839
20840 Table cells of a column aligned with the operators.
20841 \end_layout
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \begin_layout Plain Layout
20849 \align center
20850 \begin_inset Tabular
20851 <lyxtabular version="3" rows="4" columns="2">
20852 <features booktabs="true" tabularvalignment="middle">
20853 <column alignment="right" valignment="top" width="0pt">
20854 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20855 <row>
20856 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860 heading
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 <row>
20876 <cell alignment="center" valignment="top" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Formula $12\,+$
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\,6$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Formula $0\,-$
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\,68$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $-123\,/$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 <cell alignment="center" valignment="top" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944 \begin_inset Formula $\,0$
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 </row>
20953 </lyxtabular>
20954
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \begin_layout Standard
20966 For alignments at characters in formulas this method does not work because
20967  the field to specify the alignment character does not allow formulas.
20968  In this case one need to use the method from Table
20969 \begin_inset space ~
20970 \end_inset
20971
20972
20973 \begin_inset CommandInset ref
20974 LatexCommand ref
20975 reference "tab:Table-align-operator"
20976
20977 \end_inset
20978
20979 .
20980  This table was created with a 4×2 table.
20981  The heading is a centered multicolumn.
20982  The first column is right-aligned and contains the first part including
20983  the operator.
20984  The second column is left aligned and contains the rest.
20985  A small space was added at the beginning of each cell of the second column
20986  to get the space that is usually around operators.
20987  To omit the space that is normally between two table columns, the following
20988  \SpecialChar LaTeX
20989 -argument was used for the second column:
20990 \end_layout
20991
20992 \begin_layout Standard
20993
20994 \series bold
20995 @{}l
20996 \end_layout
20997
20998 \begin_layout Standard
20999 Table
21000 \begin_inset space ~
21001 \end_inset
21002
21003
21004 \begin_inset CommandInset ref
21005 LatexCommand ref
21006 reference "tab:Several-table-cell"
21007
21008 \end_inset
21009
21010  shows some example alignments.
21011  For the alignment with the relation sign, a small space was added like
21012  for the second column of Table
21013 \begin_inset space ~
21014 \end_inset
21015
21016
21017 \begin_inset CommandInset ref
21018 LatexCommand ref
21019 reference "tab:Table-align-operator"
21020
21021 \end_inset
21022
21023 .
21024 \end_layout
21025
21026 \begin_layout Standard
21027 \begin_inset Float table
21028 placement h
21029 wide false
21030 sideways false
21031 status open
21032
21033 \begin_layout Plain Layout
21034 \begin_inset Caption Standard
21035
21036 \begin_layout Plain Layout
21037 \begin_inset CommandInset label
21038 LatexCommand label
21039 name "tab:Several-table-cell"
21040
21041 \end_inset
21042
21043 Several table cell alignments.
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \begin_layout Plain Layout
21052 \align center
21053 \begin_inset Tabular
21054 <lyxtabular version="3" rows="4" columns="6">
21055 <features tabularvalignment="middle">
21056 <column alignment="right" valignment="top">
21057 <column alignment="left" valignment="top" special="@{}l">
21058 <column alignment="right" valignment="top">
21059 <column alignment="left" valignment="top" special="@{}l">
21060 <column alignment="right" valignment="top">
21061 <column alignment="left" valignment="top" special="@{}l">
21062 <row>
21063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 units
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 exponents
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 relations
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 <row>
21119 <cell alignment="center" valignment="top" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 12×
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 24
21133 \begin_inset space \thinspace{}
21134 \end_inset
21135
21136 bottles
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 \begin_inset Formula $10\cdot$
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 \begin_inset Formula $10^{\mbox{-}17}$
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\Gamma(t)\propto$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\:\Upsilon(t)$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 <row>
21191 <cell alignment="center" valignment="top" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195 1024×
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 768
21205 \begin_inset space \thinspace{}
21206 \end_inset
21207
21208 Pixels
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $5.78\cdot$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 \begin_inset Formula $10^{7}$
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 \begin_inset Formula $A\ne$
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\:B_{\mathrm{red}}$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 32×
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 6
21277 \begin_inset space \thinspace{}
21278 \end_inset
21279
21280 cm
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 <cell alignment="center" valignment="top" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289 -
21290 \begin_inset Formula $33.5\cdot$
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302 \begin_inset Formula $10^{4}$
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 \begin_inset Formula $\sin(\alpha)\ge$
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 \begin_inset Formula $\:\sin(\beta)$
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 </lyxtabular>
21336
21337 \end_inset
21338
21339
21340 \end_layout
21341
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \begin_layout Subsection
21348 Customized Cell/Column Format
21349 \begin_inset CommandInset label
21350 LatexCommand label
21351 name "subsec:Customized-Format"
21352
21353 \end_inset
21354
21355
21356 \begin_inset Index idx
21357 status collapsed
21358
21359 \begin_layout Plain Layout
21360 Table Customization ! Cell/Column Format
21361 \end_layout
21362
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \begin_layout Standard
21369 Calculating the required width for normal columns as described in section
21370 \begin_inset space ~
21371 \end_inset
21372
21373
21374 \begin_inset CommandInset ref
21375 LatexCommand ref
21376 reference "sec:Table-Width-Calculation"
21377
21378 \end_inset
21379
21380  or for spanned columns as described in section
21381 \begin_inset space ~
21382 \end_inset
21383
21384
21385 \begin_inset CommandInset ref
21386 LatexCommand ref
21387 reference "subsec:Multicolumn-Calculations"
21388
21389 \end_inset
21390
21391  is very annoying if you have several tables where a calculation is necessary.
21392  To make life easier, you can define a cell/column format in the preamble,
21393  that can be used in all tables of the document.
21394  The format is defined with the command
21395 \end_layout
21396
21397 \begin_layout Standard
21398
21399 \series bold
21400
21401 \backslash
21402 newcolumntype{name of format}[number of arguments]{commands}
21403 \end_layout
21404
21405 \begin_layout Standard
21406 The format name may only consist of one letter.
21407  The letters 
21408 \emph on
21409 b
21410 \emph default
21411
21412 \emph on
21413 c
21414 \emph default
21415
21416 \emph on
21417 l
21418 \emph default
21419
21420 \emph on
21421 m
21422 \emph default
21423
21424 \emph on
21425 p
21426 \emph default
21427  and 
21428 \emph on
21429 r
21430 \emph default
21431  are predefined and cannot be used.
21432  But all letters are allowed as capitals.
21433 \end_layout
21434
21435 \begin_layout Standard
21436 \begin_inset VSpace medskip
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \begin_layout Standard
21443 For vertically and horizontally centered multicolumn cells with a fixed
21444  width you can define the cell format
21445 \end_layout
21446
21447 \begin_layout Standard
21448
21449 \series bold
21450
21451 \backslash
21452 newcolumntype{M}[1]{>{
21453 \backslash
21454 centering
21455 \backslash
21456 hspace{0pt}}m{#1}}
21457 \end_layout
21458
21459 \begin_layout Standard
21460 where 
21461 \series bold
21462
21463 \backslash
21464 hspace{0pt}
21465 \series default
21466  avoids the problem of hyphenating the first word, as described in section
21467 \begin_inset space ~
21468 \end_inset
21469
21470
21471 \begin_inset CommandInset ref
21472 LatexCommand ref
21473 reference "subsec:Multiple-Lines-in"
21474
21475 \end_inset
21476
21477 .
21478  Now you can simply enter
21479 \end_layout
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484 M{width}
21485 \end_layout
21486
21487 \begin_layout Standard
21488 as 
21489 \family sans
21490 \SpecialChar LaTeX
21491 -argument
21492 \family default
21493  in the table dialog to create a multicolumn.
21494 \end_layout
21495
21496 \begin_layout Standard
21497 \begin_inset VSpace bigskip
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \begin_layout Standard
21504 For cells spanned by a multicolumn cell, you can define the format
21505 \end_layout
21506
21507 \begin_layout Standard
21508
21509 \series bold
21510
21511 \backslash
21512 newcolumntype{S}[2]{>{
21513 \backslash
21514 centering
21515 \backslash
21516 hspace{0pt}}
21517 \begin_inset Newline newline
21518 \end_inset
21519
21520
21521 \begin_inset Phantom HPhantom
21522 status open
21523
21524 \begin_layout Plain Layout
21525
21526 \series bold
21527
21528 \backslash
21529 newcolumntype
21530 \end_layout
21531
21532 \end_inset
21533
21534 m{(#1+(2
21535 \backslash
21536 tabcolsep+
21537 \backslash
21538 arrayrulewidth)*(1-#2))/#2}}
21539 \end_layout
21540
21541 \begin_layout Standard
21542 This format uses equation 
21543 \begin_inset CommandInset ref
21544 LatexCommand eqref
21545 reference "eq:Wgn"
21546
21547 \end_inset
21548
21549  to calculate the required width so that each spanned cell has the same
21550  width.
21551 \end_layout
21552
21553 \begin_layout Standard
21554 You can now enter
21555 \end_layout
21556
21557 \begin_layout Standard
21558
21559 \series bold
21560 S{width of multicolumn cell}{number of spanned columns}
21561 \end_layout
21562
21563 \begin_layout Standard
21564 as \SpecialChar LaTeX
21565 -argument of the column.
21566 \end_layout
21567
21568 \begin_layout Standard
21569 \begin_inset VSpace bigskip
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \begin_layout Standard
21576 For colored columns, you can define
21577 \end_layout
21578
21579 \begin_layout Standard
21580
21581 \series bold
21582
21583 \backslash
21584 newcolumntype{K}[1]{>{
21585 \backslash
21586 columncolor{#1}
21587 \backslash
21588 hspace{0pt}}c}
21589 \end_layout
21590
21591 \begin_layout Standard
21592 The 
21593 \begin_inset Quotes eld
21594 \end_inset
21595
21596 c
21597 \begin_inset Quotes erd
21598 \end_inset
21599
21600  at the end creates a column with a flexible width whose text is horizontally
21601  centered.
21602  You can now enter
21603 \end_layout
21604
21605 \begin_layout Standard
21606
21607 \series bold
21608 K{color name}
21609 \end_layout
21610
21611 \begin_layout Standard
21612 as \SpecialChar LaTeX
21613 -argument.
21614 \end_layout
21615
21616 \begin_layout Standard
21617 \begin_inset VSpace bigskip
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \begin_layout Standard
21624 To create Table
21625 \begin_inset space ~
21626 \end_inset
21627
21628
21629 \begin_inset CommandInset ref
21630 LatexCommand ref
21631 reference "tab:Table-using-user-defined"
21632
21633 \end_inset
21634
21635  use the \SpecialChar LaTeX
21636 -arguments
21637 \end_layout
21638
21639 \begin_layout Standard
21640
21641 \series bold
21642 M{2.5cm}
21643 \end_layout
21644
21645 \begin_layout Standard
21646 for the first column and the multicolumn,
21647 \end_layout
21648
21649 \begin_layout Standard
21650
21651 \series bold
21652 K{red}
21653 \end_layout
21654
21655 \begin_layout Standard
21656 for the last column, and
21657 \end_layout
21658
21659 \begin_layout Standard
21660
21661 \series bold
21662 S{2.5cm}{2}
21663 \end_layout
21664
21665 \begin_layout Standard
21666 for the cells in the second column.
21667 \end_layout
21668
21669 \begin_layout Standard
21670 \begin_inset Float table
21671 placement h
21672 wide false
21673 sideways false
21674 status open
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Caption Standard
21678
21679 \begin_layout Plain Layout
21680 \begin_inset CommandInset label
21681 LatexCommand label
21682 name "tab:Table-using-user-defined"
21683
21684 \end_inset
21685
21686 Table using user-defined table formats
21687 \end_layout
21688
21689 \end_inset
21690
21691
21692 \end_layout
21693
21694 \begin_layout Plain Layout
21695 \align center
21696 \begin_inset Tabular
21697 <lyxtabular version="3" rows="3" columns="4">
21698 <features tabularvalignment="middle">
21699 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21700 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21701 <column alignment="center" valignment="middle">
21702 <column alignment="center" valignment="middle" special="K{red}">
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 verylongtablecellword
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 multiple lines multicolumn
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 c
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 </row>
21741 <row>
21742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 d
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 e
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 f
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 g
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 h
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 i
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 j
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 k
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 </lyxtabular>
21818
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \begin_layout Subsection
21830 Line Thickness
21831 \begin_inset CommandInset label
21832 LatexCommand label
21833 name "subsec:Line-Thickness"
21834
21835 \end_inset
21836
21837
21838 \begin_inset Index idx
21839 status collapsed
21840
21841 \begin_layout Plain Layout
21842 Table Customization ! Line Thickness
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Standard
21851 The line thickness for all lines in a table can be adjusted with the length
21852  
21853 \series bold
21854
21855 \backslash
21856 arrayrulewidth
21857 \series default
21858 .
21859  To set for example a line thickness of 1.5
21860 \begin_inset space \thinspace{}
21861 \end_inset
21862
21863 pt, as in Table
21864 \begin_inset space ~
21865 \end_inset
21866
21867
21868 \begin_inset CommandInset ref
21869 LatexCommand ref
21870 reference "tab:Table-with-1.5"
21871
21872 \end_inset
21873
21874 , insert the command
21875 \end_layout
21876
21877 \begin_layout Standard
21878
21879 \series bold
21880
21881 \backslash
21882 setlength{
21883 \backslash
21884 arrayrulewidth}{1.5pt}
21885 \end_layout
21886
21887 \begin_layout Standard
21888 in \SpecialChar TeX
21889 -Code before the table or table float.
21890  The changed thickness is valid for all subsequent tables.
21891  To use the default value again, set 
21892 \series bold
21893
21894 \backslash
21895 arrayrulewidth
21896 \series default
21897  to 0.4
21898 \begin_inset space \thinspace{}
21899 \end_inset
21900
21901 pt in \SpecialChar TeX
21902 -Code after the table or table float.
21903 \end_layout
21904
21905 \begin_layout Standard
21906 \begin_inset ERT
21907 status collapsed
21908
21909 \begin_layout Plain Layout
21910
21911
21912 \backslash
21913 setlength{
21914 \backslash
21915 arrayrulewidth}{1.5pt}
21916 \end_layout
21917
21918 \end_inset
21919
21920
21921 \begin_inset Float table
21922 wide false
21923 sideways false
21924 status open
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Caption Standard
21928
21929 \begin_layout Plain Layout
21930 \begin_inset CommandInset label
21931 LatexCommand label
21932 name "tab:Table-with-1.5"
21933
21934 \end_inset
21935
21936 Table with 1.5
21937 \begin_inset space \thinspace{}
21938 \end_inset
21939
21940 pt thick lines
21941 \end_layout
21942
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \begin_layout Plain Layout
21949 \align center
21950 \begin_inset Tabular
21951 <lyxtabular version="3" rows="3" columns="3">
21952 <features tabularvalignment="middle">
21953 <column alignment="center" valignment="top">
21954 <column alignment="center" valignment="top">
21955 <column alignment="center" valignment="top">
21956 <row>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 sd
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 </row>
21985 <row>
21986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 sd
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 </row>
22014 <row>
22015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 sd
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 </row>
22043 </lyxtabular>
22044
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \begin_inset ERT
22054 status collapsed
22055
22056 \begin_layout Plain Layout
22057
22058
22059 \backslash
22060 setlength{
22061 \backslash
22062 arrayrulewidth}{0.4pt}
22063 \end_layout
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \begin_layout Standard
22071 \begin_inset VSpace bigskip
22072 \end_inset
22073
22074 To set the line thickness to 1.5
22075 \begin_inset space \thinspace{}
22076 \end_inset
22077
22078 pt only for horizontal lines, as in Table
22079 \begin_inset space ~
22080 \end_inset
22081
22082
22083 \begin_inset CommandInset ref
22084 LatexCommand ref
22085 reference "tab:Table-with-horizontal"
22086
22087 \end_inset
22088
22089 , insert these commands in \SpecialChar TeX
22090 -Code before the table or table float:
22091 \end_layout
22092
22093 \begin_layout Standard
22094
22095 \series bold
22096
22097 \backslash
22098 let
22099 \backslash
22100 myHline
22101 \backslash
22102 hline
22103 \begin_inset Newline newline
22104 \end_inset
22105
22106
22107 \backslash
22108 renewcommand{
22109 \backslash
22110 hline}
22111 \begin_inset Newline newline
22112 \end_inset
22113
22114  {
22115 \backslash
22116 noalign{
22117 \backslash
22118 global
22119 \backslash
22120 arrayrulewidth 1.5pt}
22121 \begin_inset Newline newline
22122 \end_inset
22123
22124  
22125 \backslash
22126 myHline
22127 \backslash
22128 noalign{
22129 \backslash
22130 global
22131 \backslash
22132 arrayrulewidth 0.4pt}}
22133 \end_layout
22134
22135 \begin_layout Standard
22136 To return to the default line thickness, insert this command in \SpecialChar TeX
22137 -Code after
22138  the table or table float:
22139 \end_layout
22140
22141 \begin_layout Standard
22142
22143 \series bold
22144
22145 \backslash
22146 renewcommand{
22147 \backslash
22148 hline}{
22149 \backslash
22150 myHline}
22151 \end_layout
22152
22153 \begin_layout Standard
22154 \begin_inset ERT
22155 status collapsed
22156
22157 \begin_layout Plain Layout
22158
22159
22160 \backslash
22161 let
22162 \backslash
22163 myHline
22164 \backslash
22165 hline
22166 \end_layout
22167
22168 \begin_layout Plain Layout
22169
22170
22171 \backslash
22172 renewcommand{
22173 \backslash
22174 hline}
22175 \end_layout
22176
22177 \begin_layout Plain Layout
22178
22179  {
22180 \backslash
22181 noalign{
22182 \backslash
22183 global
22184 \backslash
22185 arrayrulewidth 1.5pt}
22186 \end_layout
22187
22188 \begin_layout Plain Layout
22189
22190   
22191 \backslash
22192 myHline
22193 \backslash
22194 noalign{
22195 \backslash
22196 global
22197 \backslash
22198 arrayrulewidth 0.4pt}}
22199 \end_layout
22200
22201 \end_inset
22202
22203
22204 \begin_inset Float table
22205 wide false
22206 sideways false
22207 status open
22208
22209 \begin_layout Plain Layout
22210 \begin_inset Caption Standard
22211
22212 \begin_layout Plain Layout
22213 \begin_inset CommandInset label
22214 LatexCommand label
22215 name "tab:Table-with-horizontal"
22216
22217 \end_inset
22218
22219 Table with 1.5
22220 \begin_inset space \thinspace{}
22221 \end_inset
22222
22223 pt thick horizontal lines
22224 \end_layout
22225
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \begin_layout Plain Layout
22232 \align center
22233 \begin_inset Tabular
22234 <lyxtabular version="3" rows="3" columns="3">
22235 <features tabularvalignment="middle">
22236 <column alignment="center" valignment="top">
22237 <column alignment="center" valignment="top">
22238 <column alignment="center" valignment="top">
22239 <row>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244 sd
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 </row>
22268 <row>
22269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 sd
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 </row>
22297 <row>
22298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 sd
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 </row>
22326 </lyxtabular>
22327
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \end_inset
22334
22335
22336 \begin_inset ERT
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340
22341
22342 \backslash
22343 renewcommand{
22344 \backslash
22345 hline}{
22346 \backslash
22347 myHline}
22348 \end_layout
22349
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \begin_layout Standard
22356 \begin_inset VSpace bigskip
22357 \end_inset
22358
22359 To set the line thickness to 1.5
22360 \begin_inset space \thinspace{}
22361 \end_inset
22362
22363 pt only for vertical lines, create the following column format in the document
22364  preamble, according to the description in section
22365 \begin_inset space ~
22366 \end_inset
22367
22368
22369 \begin_inset CommandInset ref
22370 LatexCommand ref
22371 reference "subsec:Customized-Format"
22372
22373 \end_inset
22374
22375 :
22376 \end_layout
22377
22378 \begin_layout Standard
22379
22380 \series bold
22381
22382 \backslash
22383 newcolumntype{V}{!{
22384 \backslash
22385 vrule width 1.5pt}}
22386 \end_layout
22387
22388 \begin_layout Standard
22389 For Table
22390 \begin_inset space ~
22391 \end_inset
22392
22393
22394 \begin_inset CommandInset ref
22395 LatexCommand ref
22396 reference "tab:Table-with-vertical"
22397
22398 \end_inset
22399
22400  the \SpecialChar LaTeX
22401 -argument
22402 \end_layout
22403
22404 \begin_layout Standard
22405
22406 \series bold
22407 VcV
22408 \end_layout
22409
22410 \begin_layout Standard
22411 was used for the last column and
22412 \end_layout
22413
22414 \begin_layout Standard
22415
22416 \series bold
22417 Vc
22418 \end_layout
22419
22420 \begin_layout Standard
22421 for the other columns.
22422 \end_layout
22423
22424 \begin_layout Standard
22425 \begin_inset Float table
22426 wide false
22427 sideways false
22428 status open
22429
22430 \begin_layout Plain Layout
22431 \begin_inset Caption Standard
22432
22433 \begin_layout Plain Layout
22434 \begin_inset CommandInset label
22435 LatexCommand label
22436 name "tab:Table-with-vertical"
22437
22438 \end_inset
22439
22440 Table with 1.5
22441 \begin_inset space \thinspace{}
22442 \end_inset
22443
22444 pt thick vertical lines
22445 \end_layout
22446
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \begin_layout Plain Layout
22453 \align center
22454 \begin_inset Tabular
22455 <lyxtabular version="3" rows="3" columns="3">
22456 <features tabularvalignment="middle">
22457 <column alignment="center" valignment="top" special="Vc">
22458 <column alignment="center" valignment="top" special="Vc">
22459 <column alignment="center" valignment="top" special="VcV">
22460 <row>
22461 <cell alignment="center" valignment="top" topline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 sd
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 <cell alignment="center" valignment="top" topline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" topline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 </row>
22489 <row>
22490 <cell alignment="center" valignment="top" topline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 <cell alignment="center" valignment="top" topline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503 sd
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell alignment="center" valignment="top" topline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 </row>
22518 <row>
22519 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 sd
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 </row>
22547 </lyxtabular>
22548
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Subsection
22560 Dashed Lines
22561 \begin_inset Index idx
22562 status collapsed
22563
22564 \begin_layout Plain Layout
22565 Table Customization ! Dashed Lines
22566 \end_layout
22567
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \begin_layout Standard
22574 \begin_inset ERT
22575 status collapsed
22576
22577 \begin_layout Plain Layout
22578
22579
22580 \backslash
22581 ifarydshln
22582 \end_layout
22583
22584 \end_inset
22585
22586
22587 \begin_inset Note Note
22588 status open
22589
22590 \begin_layout Plain Layout
22591 The following section will only be displayed when the \SpecialChar LaTeX
22592 -package 
22593 \series bold
22594 arydshln
22595 \series default
22596  is installed.
22597 \end_layout
22598
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \begin_layout Standard
22605 \begin_inset Float table
22606 placement H
22607 wide false
22608 sideways false
22609 status open
22610
22611 \begin_layout Plain Layout
22612 \begin_inset Caption Standard
22613
22614 \begin_layout Plain Layout
22615 \begin_inset CommandInset label
22616 LatexCommand label
22617 name "tab:Table-with-dashed"
22618
22619 \end_inset
22620
22621 Table with dashed lines
22622 \end_layout
22623
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \begin_layout Plain Layout
22630 \align center
22631 \begin_inset Tabular
22632 <lyxtabular version="3" rows="5" columns="5">
22633 <features tabularvalignment="middle">
22634 <column alignment="center" valignment="top">
22635 <column alignment="center" valignment="top">
22636 <column alignment="center" valignment="top" special=":c">
22637 <column alignment="center" valignment="top">
22638 <column alignment="center" valignment="top">
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 a
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 b
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 c
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 d
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 e
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 f
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 g
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 h
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 i
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 j
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 </row>
22733 <row>
22734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 \begin_inset ERT
22739 status collapsed
22740
22741 \begin_layout Plain Layout
22742
22743
22744 \backslash
22745 hdashline 
22746 \end_layout
22747
22748 \end_inset
22749
22750 k
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 l
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 m
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 n
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 o
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 \begin_inset ERT
22798 status collapsed
22799
22800 \begin_layout Plain Layout
22801
22802
22803 \backslash
22804 cdashline{4-5}
22805 \end_layout
22806
22807 \end_inset
22808
22809 p
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 q
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 r
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 s
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row>
22852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856 t
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 u
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 v
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883 w
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 x
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 </lyxtabular>
22899
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \SpecialChar LyX
22912  does not natively support dashed lines, so you have to use \SpecialChar TeX
22913 -Code.
22914  As a prerequisite the \SpecialChar LaTeX
22915 -package 
22916 \series bold
22917 arydshln
22918 \series default
22919
22920 \begin_inset Index idx
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924 \SpecialChar LaTeX
22925 -packages ! arydshln
22926 \end_layout
22927
22928 \end_inset
22929
22930  must be loaded in the document preamble with the command
22931 \end_layout
22932
22933 \begin_layout Standard
22934
22935 \series bold
22936
22937 \backslash
22938 usepackage{arydshln}
22939 \end_layout
22940
22941 \begin_layout Standard
22942 To make a vertical line dashed, enter the colon 
22943 \begin_inset Quotes eld
22944 \end_inset
22945
22946 :
22947 \begin_inset Quotes erd
22948 \end_inset
22949
22950  together with the character for the horizontal alignment as \SpecialChar LaTeX
22951 -argument in
22952  the table cell dialog.
22953 \end_layout
22954
22955 \begin_layout Standard
22956 For a horizontal dashed line add the command
22957 \end_layout
22958
22959 \begin_layout Standard
22960
22961 \series bold
22962
22963 \backslash
22964 hdashline
22965 \end_layout
22966
22967 \begin_layout Standard
22968 in \SpecialChar TeX
22969 -Code as first element of the first cell in the table row.
22970 \end_layout
22971
22972 \begin_layout Standard
22973 For dashed multicolumn lines use the command
22974 \end_layout
22975
22976 \begin_layout Standard
22977
22978 \series bold
22979
22980 \backslash
22981 cdashline{line number
22982 \series default
22983 }
22984 \end_layout
22985
22986 \begin_layout Standard
22987 in \SpecialChar TeX
22988 -Code as the first element of the first cell in the table row.
22989  If you have for example a multicolumn spanning columns 2 to 4 and you want
22990  to have a dashed line above, add the command
22991 \end_layout
22992
22993 \begin_layout Standard
22994
22995 \series bold
22996
22997 \backslash
22998 cdashline{2-4}
22999 \end_layout
23000
23001 \begin_layout Standard
23002 as the first element of the first cell in the row of the multicolumn.
23003 \end_layout
23004
23005 \begin_layout Standard
23006 \begin_inset VSpace bigskip
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \begin_layout Standard
23013 Table
23014 \begin_inset space ~
23015 \end_inset
23016
23017
23018 \begin_inset CommandInset ref
23019 LatexCommand ref
23020 reference "tab:Table-with-dashed"
23021
23022 \end_inset
23023
23024  was created using 
23025 \begin_inset Quotes eld
23026 \end_inset
23027
23028
23029 \series bold
23030 :c
23031 \series default
23032
23033 \begin_inset Quotes erd
23034 \end_inset
23035
23036  as \SpecialChar LaTeX
23037 -argument of the third column.
23038  The \SpecialChar TeX
23039 -Code command 
23040 \series bold
23041
23042 \backslash
23043 hdashline
23044 \series default
23045  was inserted in the first cell of the third row and the \SpecialChar TeX
23046 -Code command
23047 \begin_inset Newline newline
23048 \end_inset
23049
23050  
23051 \series bold
23052
23053 \backslash
23054 cdashline{4-5}
23055 \series default
23056  was inserted in the first cell of the fourth row.
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset VSpace bigskip
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \begin_layout Standard
23067 Tables with dashed lines can also be colored as shown by Table
23068 \begin_inset space ~
23069 \end_inset
23070
23071
23072 \begin_inset CommandInset ref
23073 LatexCommand ref
23074 reference "tab:Colored-table-with"
23075
23076 \end_inset
23077
23078 .
23079 \end_layout
23080
23081 \begin_layout Standard
23082 \begin_inset ERT
23083 status collapsed
23084
23085 \begin_layout Plain Layout
23086
23087
23088 \backslash
23089 setlength{
23090 \backslash
23091 arrayrulewidth}{1pt}
23092 \end_layout
23093
23094 \end_inset
23095
23096
23097 \begin_inset Note Note
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101 thicker lines for better visualization of the line color
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 \begin_inset ERT
23111 status collapsed
23112
23113 \begin_layout Plain Layout
23114
23115
23116 \backslash
23117 dashgapcolor{green}
23118 \end_layout
23119
23120 \end_inset
23121
23122
23123 \begin_inset Note Note
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127 color gaps between dashes green
23128 \end_layout
23129
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \begin_layout Standard
23136 \begin_inset ERT
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140
23141
23142 \backslash
23143 let
23144 \backslash
23145 myHdashline
23146 \backslash
23147 hdashline
23148 \end_layout
23149
23150 \begin_layout Plain Layout
23151
23152
23153 \backslash
23154 renewcommand{
23155 \backslash
23156 hdashline}
23157 \end_layout
23158
23159 \begin_layout Plain Layout
23160
23161  {
23162 \backslash
23163 arrayrulecolor{red}
23164 \backslash
23165 myHdashline
23166 \backslash
23167 arrayrulecolor{black}}
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \begin_inset Note Note
23174 status collapsed
23175
23176 \begin_layout Plain Layout
23177 color horizontal, dashed lines red
23178 \end_layout
23179
23180 \end_inset
23181
23182
23183 \end_layout
23184
23185 \begin_layout Standard
23186 \begin_inset ERT
23187 status collapsed
23188
23189 \begin_layout Plain Layout
23190
23191
23192 \backslash
23193 let
23194 \backslash
23195 myCdashline
23196 \backslash
23197 cdashline
23198 \end_layout
23199
23200 \begin_layout Plain Layout
23201
23202
23203 \backslash
23204 renewcommand{
23205 \backslash
23206 cdashline}[1]
23207 \end_layout
23208
23209 \begin_layout Plain Layout
23210
23211  {
23212 \backslash
23213 arrayrulecolor{yellow}
23214 \backslash
23215 myCdashline{#1}
23216 \backslash
23217 arrayrulecolor{black}}
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \begin_inset Note Note
23224 status collapsed
23225
23226 \begin_layout Plain Layout
23227 color partial horizontal, dashed lines yellow
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \begin_layout Standard
23236 \begin_inset Float table
23237 placement h
23238 wide false
23239 sideways false
23240 status open
23241
23242 \begin_layout Plain Layout
23243 \begin_inset Caption Standard
23244
23245 \begin_layout Plain Layout
23246 \begin_inset CommandInset label
23247 LatexCommand label
23248 name "tab:Colored-table-with"
23249
23250 \end_inset
23251
23252 Colored table with dashed lines
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Plain Layout
23261 \align center
23262 \begin_inset Tabular
23263 <lyxtabular version="3" rows="5" columns="5">
23264 <features tabularvalignment="middle">
23265 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23266 <column alignment="center" valignment="top" width="0pt">
23267 <column alignment="center" valignment="top" width="0pt" special=":c">
23268 <column alignment="center" valignment="top">
23269 <column alignment="center" valignment="top">
23270 <row>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 a
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 b
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 <cell alignment="center" valignment="top" topline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 c
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 d
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 e
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 </row>
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 f
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" topline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 g
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 <cell alignment="center" valignment="top" topline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340 h
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 i
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 j
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 \begin_inset ERT
23370 status collapsed
23371
23372 \begin_layout Plain Layout
23373
23374
23375 \backslash
23376 hdashline 
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \begin_inset ERT
23383 status collapsed
23384
23385 \begin_layout Plain Layout
23386
23387
23388 \backslash
23389 rowcolor{Gray}
23390 \end_layout
23391
23392 \end_inset
23393
23394 k
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 l
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 m
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 n
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 o
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 \begin_inset ERT
23442 status collapsed
23443
23444 \begin_layout Plain Layout
23445
23446
23447 \backslash
23448 cdashline{4-5}
23449 \end_layout
23450
23451 \end_inset
23452
23453 p
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 q
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 r
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 s
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 </row>
23495 <row>
23496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 t
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 u
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 v
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 w
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 \begin_inset ERT
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540
23541
23542 \backslash
23543 cellcolor{Maroon}
23544 \end_layout
23545
23546 \end_inset
23547
23548 i
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 </row>
23554 </lyxtabular>
23555
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \begin_layout Standard
23567 \begin_inset ERT
23568 status collapsed
23569
23570 \begin_layout Plain Layout
23571
23572
23573 \backslash
23574 renewcommand{
23575 \backslash
23576 hdashline}{
23577 \backslash
23578 myHdashline}
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \begin_inset Note Note
23585 status collapsed
23586
23587 \begin_layout Plain Layout
23588 reset to default
23589 \end_layout
23590
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \begin_layout Standard
23597 \begin_inset ERT
23598 status collapsed
23599
23600 \begin_layout Plain Layout
23601
23602
23603 \backslash
23604 renewcommand{
23605 \backslash
23606 cdashline}{
23607 \backslash
23608 myCdashline}
23609 \end_layout
23610
23611 \end_inset
23612
23613
23614 \begin_inset Note Note
23615 status collapsed
23616
23617 \begin_layout Plain Layout
23618 reset to default
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \begin_layout Standard
23627 \begin_inset ERT
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631
23632
23633 \backslash
23634 nodashgapcolor
23635 \end_layout
23636
23637 \end_inset
23638
23639
23640 \begin_inset Note Note
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644 reset to default
23645 \end_layout
23646
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \begin_layout Standard
23653 \begin_inset ERT
23654 status collapsed
23655
23656 \begin_layout Plain Layout
23657
23658
23659 \backslash
23660 setlength{
23661 \backslash
23662 arrayrulewidth}{0.4pt}
23663 \end_layout
23664
23665 \end_inset
23666
23667
23668 \begin_inset Note Note
23669 status collapsed
23670
23671 \begin_layout Plain Layout
23672 reset to default
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Standard
23681 The coloring of lines, columns and lines works as decribed in section
23682 \begin_inset space ~
23683 \end_inset
23684
23685
23686 \begin_inset CommandInset ref
23687 LatexCommand ref
23688 reference "sec:Colored-Tables"
23689
23690 \end_inset
23691
23692 .
23693  Coloring horizontal lines works analogically as described there as well,
23694  one only needs to replace in the commands 
23695 \series bold
23696
23697 \backslash
23698 myHlineC
23699 \series default
23700  by 
23701 \series bold
23702
23703 \backslash
23704 myHdashline
23705 \series default
23706  and 
23707 \backslash
23708
23709 \series bold
23710 hline
23711 \series default
23712  by 
23713 \series bold
23714
23715 \backslash
23716 hdashline
23717 \series default
23718 ; so one uses the command
23719 \end_layout
23720
23721 \begin_layout Standard
23722
23723 \series bold
23724
23725 \backslash
23726 let
23727 \backslash
23728 myHdashline
23729 \backslash
23730 hdashline
23731 \begin_inset Newline newline
23732 \end_inset
23733
23734
23735 \backslash
23736 renewcommand{
23737 \backslash
23738 hdashline}
23739 \begin_inset Newline newline
23740 \end_inset
23741
23742
23743 \begin_inset Phantom HPhantom
23744 status open
23745
23746 \begin_layout Plain Layout
23747 \begin_inset space ~
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \end_inset
23754
23755 {
23756 \backslash
23757 arrayrulecolor{red}
23758 \backslash
23759 myHdashline
23760 \backslash
23761 arrayrulecolor{black}}
23762 \end_layout
23763
23764 \begin_layout Standard
23765 To color 
23766 \series bold
23767
23768 \backslash
23769 cdashline
23770 \series default
23771 , the command is
23772 \end_layout
23773
23774 \begin_layout Standard
23775
23776 \series bold
23777
23778 \backslash
23779 let
23780 \backslash
23781 myCdashline
23782 \backslash
23783 cdashline
23784 \begin_inset Newline newline
23785 \end_inset
23786
23787
23788 \backslash
23789 renewcommand{
23790 \backslash
23791 cdashline}[1]
23792 \begin_inset Newline newline
23793 \end_inset
23794
23795
23796 \begin_inset Phantom HPhantom
23797 status open
23798
23799 \begin_layout Plain Layout
23800 \begin_inset space ~
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807
23808 {
23809 \backslash
23810 arrayrulecolor{red}
23811 \backslash
23812 myCdashline{#1}
23813 \backslash
23814 arrayrulecolor{black}}
23815 \end_layout
23816
23817 \begin_layout Standard
23818 To get back the black line color, one needs to insert the following commands
23819  as \SpecialChar TeX
23820 -Code behind the table:
23821 \end_layout
23822
23823 \begin_layout Standard
23824 For 
23825 \series bold
23826
23827 \backslash
23828 hdashline
23829 \end_layout
23830
23831 \begin_layout Standard
23832
23833 \series bold
23834
23835 \backslash
23836 renewcommand{
23837 \backslash
23838 hdashline}{
23839 \backslash
23840 myHdashline}
23841 \end_layout
23842
23843 \begin_layout Standard
23844 and for 
23845 \series bold
23846
23847 \backslash
23848 cdashline
23849 \end_layout
23850
23851 \begin_layout Standard
23852
23853 \series bold
23854
23855 \backslash
23856 renewcommand{
23857 \backslash
23858 cdashline}{
23859 \backslash
23860 myCdashline}
23861 \end_layout
23862
23863 \begin_layout Standard
23864 To color the gaps between the dashes the command
23865 \end_layout
23866
23867 \begin_layout Standard
23868
23869 \series bold
23870
23871 \backslash
23872 dashgapcolor{color}
23873 \end_layout
23874
23875 \begin_layout Standard
23876 can be used in front of a table as \SpecialChar TeX
23877 -Code.
23878  color is hereby the name of a defined color.
23879  The command
23880 \end_layout
23881
23882 \begin_layout Standard
23883
23884 \series bold
23885
23886 \backslash
23887 nodashgapcolor
23888 \end_layout
23889
23890 \begin_layout Standard
23891 unsets the changes made by 
23892 \series bold
23893
23894 \backslash
23895 dashgapcolor
23896 \series default
23897 .
23898 \end_layout
23899
23900 \begin_layout Standard
23901 \begin_inset Note Greyedout
23902 status open
23903
23904 \begin_layout Plain Layout
23905
23906 \series bold
23907 \color none
23908 Note
23909 \series default
23910 : If there are multiple commands in a cell, the command of 
23911 \series bold
23912 arydshln
23913 \series default
23914  needs to be the first one in the cell.
23915  Therefore in cell 
23916 \emph on
23917 k
23918 \emph default
23919  of Table
23920 \begin_inset space ~
23921 \end_inset
23922
23923
23924 \begin_inset CommandInset ref
23925 LatexCommand ref
23926 reference "tab:Colored-table-with"
23927
23928 \end_inset
23929
23930  the command 
23931 \series bold
23932
23933 \backslash
23934 hdashline
23935 \series default
23936  is before 
23937 \series bold
23938
23939 \backslash
23940 rowcolor
23941 \series default
23942 .
23943 \end_layout
23944
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \begin_layout Standard
23951 \begin_inset Note Greyedout
23952 status open
23953
23954 \begin_layout Plain Layout
23955
23956 \series bold
23957 \color none
23958 Note:
23959 \series default
23960  The \SpecialChar LaTeX
23961 -package 
23962 \series bold
23963 arydshln
23964 \series default
23965  must be loaded in the document preamble before the \SpecialChar LaTeX
23966 -package 
23967 \series bold
23968 colortbl
23969 \series default
23970
23971 \begin_inset Index idx
23972 status collapsed
23973
23974 \begin_layout Plain Layout
23975 \SpecialChar LaTeX
23976 -packages ! colortbl
23977 \end_layout
23978
23979 \end_inset
23980
23981 .
23982 \end_layout
23983
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \begin_layout Standard
23990 \begin_inset ERT
23991 status collapsed
23992
23993 \begin_layout Plain Layout
23994
23995
23996 \backslash
23997 else
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \begin_inset Note Note
24004 status open
24005
24006 \begin_layout Plain Layout
24007 The following will be displayed when the \SpecialChar LaTeX
24008 -package 
24009 \series bold
24010 arydshln
24011 \series default
24012  is not installed:
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \begin_layout Standard
24021 You need to install the package 
24022 \series bold
24023 arydshln
24024 \series default
24025  to see the content of this section in the output.
24026 \end_layout
24027
24028 \begin_layout Standard
24029 \begin_inset ERT
24030 status collapsed
24031
24032 \begin_layout Plain Layout
24033
24034
24035 \backslash
24036 fi
24037 \end_layout
24038
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \begin_layout Standard
24045 For more information about dashed lines see the documentation of 
24046 \series bold
24047 arydshln
24048 \series default
24049
24050 \begin_inset CommandInset citation
24051 LatexCommand cite
24052 key "arydshln"
24053
24054 \end_inset
24055
24056 .
24057 \end_layout
24058
24059 \begin_layout Chapter
24060 Floats
24061 \begin_inset CommandInset label
24062 LatexCommand label
24063 name "chap:Floats"
24064
24065 \end_inset
24066
24067
24068 \begin_inset Index idx
24069 status collapsed
24070
24071 \begin_layout Plain Layout
24072 Floats
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \begin_layout Section
24081 Introduction
24082 \begin_inset CommandInset label
24083 LatexCommand label
24084 name "sec:FloatIntroduction"
24085
24086 \end_inset
24087
24088
24089 \begin_inset Index idx
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093 Floats ! Introduction
24094 \end_layout
24095
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \begin_layout Standard
24102 A float is a block of text associated with some sort of label, which doesn't
24103  have a fixed location.
24104  It can 
24105 \begin_inset Quotes eld
24106 \end_inset
24107
24108 float
24109 \begin_inset Quotes erd
24110 \end_inset
24111
24112  forward or backward a page or two, to wherever it fits best.
24113  
24114 \family sans
24115 Footnotes
24116 \family default
24117  and 
24118 \family sans
24119 Margin
24120 \begin_inset space ~
24121 \end_inset
24122
24123 Notes
24124 \family default
24125  are also floats because they can float to the next page when there are
24126  too many notes on the page.
24127 \end_layout
24128
24129 \begin_layout Standard
24130 Floats allow a high quality layout.
24131  Images and tables can be spread evenly among the pages to avoid white space
24132  and pages without text.
24133  As the floating often destroys the context between the text and the image/table
24134 , every float can be referenced in the text.
24135  Floats are therefore numbered.
24136  Referencing is described in section
24137 \begin_inset space ~
24138 \end_inset
24139
24140
24141 \begin_inset CommandInset ref
24142 LatexCommand ref
24143 reference "sec:Referencing-Floats"
24144
24145 \end_inset
24146
24147 .
24148 \end_layout
24149
24150 \begin_layout Standard
24151 To insert a float, use the menu 
24152 \family sans
24153 Insert\SpecialChar menuseparator
24154 Float
24155 \family default
24156  (toolbar button 
24157 \begin_inset Info
24158 type  "icon"
24159 arg   "float-insert figure"
24160 \end_inset
24161
24162  or 
24163 \begin_inset Info
24164 type  "icon"
24165 arg   "float-insert table"
24166 \end_inset
24167
24168 ).
24169  This inserts the 
24170 \family sans
24171 Caption
24172 \family default
24173  inset, a box with a label.
24174  The label will automatically be translated to the document language in
24175  the output.
24176  After the label you can insert the caption text.
24177  The image or table is inserted above or below the caption in a separate
24178  paragraph within the float.
24179  More about the caption placement is contained in section
24180 \begin_inset space ~
24181 \end_inset
24182
24183
24184 \begin_inset CommandInset ref
24185 LatexCommand ref
24186 reference "sec:Caption-Placement"
24187
24188 \end_inset
24189
24190 .
24191  To keep your \SpecialChar LyX
24192 -document readable, you can open and close the float box by
24193  left-clicking on the box label.
24194  A closed float box looks like this: 
24195 \begin_inset Graphics
24196         filename clipart/floatQt4.png
24197         scale 70
24198         scaleBeforeRotation
24199
24200 \end_inset
24201
24202  â€“ a gray button with a red label.
24203 \end_layout
24204
24205 \begin_layout Standard
24206 It is recommended that you insert floats as separate standard paragraphs
24207  to avoid possible \SpecialChar LaTeX
24208 -errors that can occur when the surrounding text is specially
24209  formatted.
24210 \end_layout
24211
24212 \begin_layout Standard
24213 Existing figures or tables can be put into a float by highlighting them
24214  and then pressing the corresponding toolbar button for a new float.
24215 \end_layout
24216
24217 \begin_layout Section
24218 Float Types
24219 \end_layout
24220
24221 \begin_layout Standard
24222 Besides figure and table floats that are described in sections
24223 \begin_inset space ~
24224 \end_inset
24225
24226
24227 \begin_inset CommandInset ref
24228 LatexCommand ref
24229 reference "sec:Figure-Floats"
24230
24231 \end_inset
24232
24233  and 
24234 \begin_inset CommandInset ref
24235 LatexCommand ref
24236 reference "sec:Table-Floats"
24237
24238 \end_inset
24239
24240  respectively, \SpecialChar LyX
24241  offers the float types 
24242 \family sans
24243 Algorithm
24244 \family default
24245  and 
24246 \family sans
24247 Wrap
24248 \family default
24249 .
24250  The latter are explained in sec.
24251 \begin_inset space \thinspace{}
24252 \end_inset
24253
24254
24255 \begin_inset CommandInset ref
24256 LatexCommand ref
24257 reference "sec:Wrap-Floats"
24258
24259 \end_inset
24260
24261 .
24262 \end_layout
24263
24264 \begin_layout Subsection
24265 Algorithm Floats
24266 \begin_inset Index idx
24267 status collapsed
24268
24269 \begin_layout Plain Layout
24270 Floats ! Algorithms
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \begin_layout Standard
24279 \begin_inset Float algorithm
24280 placement h
24281 wide false
24282 sideways false
24283 status open
24284
24285 \begin_layout Plain Layout
24286 \begin_inset Caption Standard
24287
24288 \begin_layout Plain Layout
24289 \begin_inset CommandInset label
24290 LatexCommand label
24291 name "alg:Example-Algorithm-float"
24292
24293 \end_inset
24294
24295 Example Algorithm float
24296 \end_layout
24297
24298 \end_inset
24299
24300
24301 \end_layout
24302
24303 \begin_layout LyX-Code
24304 for I in 1..N loop
24305 \begin_inset Newline newline
24306 \end_inset
24307
24308  Sum:= Sum + A(I); /*comment*/
24309 \begin_inset Newline newline
24310 \end_inset
24311
24312 end loop
24313 \begin_inset VSpace -4mm
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Standard
24325 This float type is inserted with the menu 
24326 \family sans
24327 Insert\SpecialChar menuseparator
24328 Float\SpecialChar menuseparator
24329 Algorithm
24330 \family default
24331 .
24332  It is used for program codes and descriptions of algorithms and can be
24333  seen as an alternative to program code listings that are explained in chapter
24334 \begin_inset space ~
24335 \end_inset
24336
24337
24338 \begin_inset CommandInset ref
24339 LatexCommand ref
24340 reference "cha:Program-Code-Listings"
24341
24342 \end_inset
24343
24344 .
24345  A possible environment for algorithms is the 
24346 \family sans
24347 \SpecialChar LyX
24348 -Code
24349 \family default
24350 , described in \SpecialChar LyX
24351 's 
24352 \emph on
24353 Userguide
24354 \emph default
24355 .
24356  Algorithm
24357 \begin_inset space ~
24358 \end_inset
24359
24360
24361 \begin_inset CommandInset ref
24362 LatexCommand ref
24363 reference "alg:Example-Algorithm-float"
24364
24365 \end_inset
24366
24367  is an example of an algorithm float where -4
24368 \begin_inset space \thinspace{}
24369 \end_inset
24370
24371 mm vertical space was added at the end of the float to have the bottom rule
24372  exactly below the last text line.
24373 \end_layout
24374
24375 \begin_layout Standard
24376 The float label is not automatically translated into the document language.
24377  If your document is not in English, you have to do this manually by adding
24378  the following line to the document preamble
24379 \series bold
24380 :
24381 \end_layout
24382
24383 \begin_layout Standard
24384
24385 \series bold
24386
24387 \backslash
24388 floatname{algorithm}{your
24389 \begin_inset space ~
24390 \end_inset
24391
24392 name}
24393 \end_layout
24394
24395 \begin_layout Standard
24396 where 
24397 \family sans
24398 your
24399 \begin_inset space ~
24400 \end_inset
24401
24402 name
24403 \family default
24404  is the word 
24405 \begin_inset Quotes eld
24406 \end_inset
24407
24408
24409 \emph on
24410 algorithm
24411 \emph default
24412
24413 \begin_inset Quotes erd
24414 \end_inset
24415
24416  in your language.
24417 \end_layout
24418
24419 \begin_layout Standard
24420 To insert the list of algorithms you can use the menu 
24421 \family sans
24422 Insert\SpecialChar menuseparator
24423 List
24424 \begin_inset space \thinspace{}
24425 \end_inset
24426
24427 /
24428 \begin_inset space \thinspace{}
24429 \end_inset
24430
24431 TOC\SpecialChar menuseparator
24432 List of Algorithms
24433 \family default
24434  when your document has the same language as \SpecialChar LyX
24435 's menu names.
24436  In other cases use this command in \SpecialChar TeX
24437 -Code instead:
24438 \end_layout
24439
24440 \begin_layout Standard
24441
24442 \series bold
24443
24444 \backslash
24445 listof{algorithm}{your
24446 \begin_inset space ~
24447 \end_inset
24448
24449 name}
24450 \end_layout
24451
24452 \begin_layout Standard
24453 where 
24454 \family sans
24455 your
24456 \begin_inset space ~
24457 \end_inset
24458
24459 name
24460 \family default
24461  is the word 
24462 \begin_inset Quotes eld
24463 \end_inset
24464
24465
24466 \emph on
24467 List of Algorithm
24468 \emph default
24469 s
24470 \begin_inset Quotes erd
24471 \end_inset
24472
24473  in your language.
24474 \end_layout
24475
24476 \begin_layout Standard
24477 Algorithm floats are not by default numbered in the scheme 
24478 \begin_inset Quotes eld
24479 \end_inset
24480
24481 chapter.algorithm
24482 \begin_inset Quotes erd
24483 \end_inset
24484
24485  as is the case for table and figure floats in many document-classes.
24486  To number algorithm floats in the same scheme, add this command to your
24487  document preamble:
24488 \end_layout
24489
24490 \begin_layout Standard
24491
24492 \series bold
24493
24494 \backslash
24495 numberwithin{algorithm}{chapter}
24496 \end_layout
24497
24498 \begin_layout Standard
24499 To be able to use the command 
24500 \series bold
24501
24502 \backslash
24503 numberwithin
24504 \series default
24505 , set in the tab 
24506 \family sans
24507 Math
24508 \begin_inset space ~
24509 \end_inset
24510
24511 Options
24512 \family default
24513  in the document settings the option 
24514 \family sans
24515 Use
24516 \begin_inset space ~
24517 \end_inset
24518
24519 AMS
24520 \begin_inset space ~
24521 \end_inset
24522
24523 math
24524 \begin_inset space ~
24525 \end_inset
24526
24527 package
24528 \family default
24529 .
24530 \end_layout
24531
24532 \begin_layout Section
24533 Float Numbering
24534 \begin_inset Index idx
24535 status collapsed
24536
24537 \begin_layout Plain Layout
24538 Floats ! Numbering
24539 \end_layout
24540
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \begin_layout Standard
24547 Floats are usually numbered either independently from the sections the floats
24548  are in, or in the scheme 
24549 \begin_inset Quotes eld
24550 \end_inset
24551
24552 chapter.number
24553 \begin_inset Quotes erd
24554 \end_inset
24555
24556  or 
24557 \begin_inset Quotes eld
24558 \end_inset
24559
24560 section.number
24561 \begin_inset Quotes erd
24562 \end_inset
24563
24564 .
24565  This depends on the document class used.
24566 \end_layout
24567
24568 \begin_layout Standard
24569 To change section-independent numbering, you can use this command in the
24570  document preamble:
24571 \end_layout
24572
24573 \begin_layout Standard
24574
24575 \series bold
24576
24577 \backslash
24578 renewcommand{
24579 \backslash
24580 thetable}{
24581 \backslash
24582 roman{table}}
24583 \end_layout
24584
24585 \begin_layout Standard
24586
24587 \series bold
24588
24589 \backslash
24590 thetable
24591 \series default
24592  is the command that prints the table number.
24593  For figure floats, the command would be 
24594 \series bold
24595
24596 \backslash
24597 thefigure
24598 \series default
24599 .
24600  
24601 \series bold
24602
24603 \backslash
24604 roman
24605 \series default
24606  in the command above prints the table number as a small roman number.
24607 \end_layout
24608
24609 \begin_layout Standard
24610 To change the numbering scheme for example to 
24611 \begin_inset Quotes eld
24612 \end_inset
24613
24614 subsection.number
24615 \begin_inset Quotes erd
24616 \end_inset
24617
24618 , use this command in the preamble:
24619 \end_layout
24620
24621 \begin_layout Standard
24622
24623 \series bold
24624
24625 \backslash
24626 numberwithin{table}{subsection}
24627 \end_layout
24628
24629 \begin_layout Standard
24630 To be able to use the command 
24631 \series bold
24632
24633 \backslash
24634 numberwithin
24635 \series default
24636 , set in the tab 
24637 \family sans
24638 Math
24639 \begin_inset space ~
24640 \end_inset
24641
24642 Options
24643 \family default
24644  in the document settings the option 
24645 \family sans
24646 Use
24647 \begin_inset space ~
24648 \end_inset
24649
24650 AMS
24651 \begin_inset space ~
24652 \end_inset
24653
24654 math
24655 \begin_inset space ~
24656 \end_inset
24657
24658 package
24659 \family default
24660 .
24661 \end_layout
24662
24663 \begin_layout Standard
24664 Please also have a look at section
24665 \begin_inset space ~
24666 \end_inset
24667
24668
24669 \begin_inset CommandInset ref
24670 LatexCommand ref
24671 reference "subsec:Footnote-Numbering"
24672
24673 \end_inset
24674
24675  for the details and important notes about the numbering commands.
24676 \end_layout
24677
24678 \begin_layout Section
24679 Referencing Floats
24680 \begin_inset CommandInset label
24681 LatexCommand label
24682 name "sec:Referencing-Floats"
24683
24684 \end_inset
24685
24686
24687 \begin_inset Index idx
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691 Floats ! References
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \begin_inset Index idx
24698 status collapsed
24699
24700 \begin_layout Plain Layout
24701 References ! to Floats
24702 \end_layout
24703
24704 \end_inset
24705
24706
24707 \end_layout
24708
24709 \begin_layout Standard
24710 To reference a float, insert a label into its caption using the menu 
24711 \family sans
24712 Insert\SpecialChar menuseparator
24713 Label
24714 \family default
24715  or the toolbar button 
24716 \begin_inset Info
24717 type  "icon"
24718 arg   "label-insert"
24719 \end_inset
24720
24721 .
24722  A grey label box like this one: 
24723 \begin_inset Graphics
24724         filename clipart/labelQt4.png
24725         scale 85
24726         scaleBeforeRotation
24727
24728 \end_inset
24729
24730  will be inserted and the label window pops up asking for the label text.
24731  \SpecialChar LyX
24732  offers as text the first words of the caption with a prefix.
24733  The prefix depends on the float type, e.
24734 \begin_inset space \thinspace{}
24735 \end_inset
24736
24737 g.
24738 \begin_inset space \space{}
24739 \end_inset
24740
24741 for figure floats the prefix will be "
24742 \family sans
24743 fig:
24744 \family default
24745 ".
24746 \end_layout
24747
24748 \begin_layout Standard
24749 The label is used as anchor and name for the reference.
24750  You can refer to the label using the menu 
24751 \family sans
24752 Insert\SpecialChar menuseparator
24753 Cross-reference
24754 \family default
24755  or the toolbar button 
24756 \begin_inset Info
24757 type  "icon"
24758 arg   "dialog-show-new-inset ref"
24759 \end_inset
24760
24761 .
24762  The cross-reference window appears showing all labels of the document.
24763  If you have multiple \SpecialChar LyX
24764 -documents opened, choose the one you are working
24765  on from the drop-list at the top of the dialog.
24766  You can now sort the labels alphabetically and then choose one.
24767  A grey cross-reference box like this one: 
24768 \begin_inset Graphics
24769         filename clipart/referenceQt4.png
24770         scale 85
24771         scaleBeforeRotation
24772
24773 \end_inset
24774
24775  will be inserted.
24776  At the position of the cross-reference box the float number will appear
24777  in the output.
24778 \end_layout
24779
24780 \begin_layout Standard
24781 It is recommended that you use a protected space between the cross-reference
24782  name and its number to avoid line breaks between them.
24783  If a cross-reference refers to a non-existing label, you will see two question
24784  marks in the output instead of the reference.
24785 \end_layout
24786
24787 \begin_layout Standard
24788 You can change labels at any time by clicking on the label box.
24789  References to the changed label will automatically update their links to
24790  the new label text.
24791 \end_layout
24792
24793 \begin_layout Standard
24794 The button 
24795 \family sans
24796 Go
24797 \begin_inset space ~
24798 \end_inset
24799
24800 to
24801 \begin_inset space ~
24802 \end_inset
24803
24804 Label
24805 \family default
24806  in the cross-reference window sets the cursor before the referred label.
24807  The button text changes then to Go
24808 \begin_inset space ~
24809 \end_inset
24810
24811 Back and you can use it to set the cursor back to the cross-reference.
24812 \end_layout
24813
24814 \begin_layout Subsection
24815 Cross-Reference Formats
24816 \begin_inset CommandInset label
24817 LatexCommand label
24818 name "subsec:Cross-Reference-Formats"
24819
24820 \end_inset
24821
24822
24823 \begin_inset Index idx
24824 status collapsed
24825
24826 \begin_layout Plain Layout
24827 References ! Formats
24828 \end_layout
24829
24830 \end_inset
24831
24832
24833 \end_layout
24834
24835 \begin_layout Standard
24836 There are six varieties of cross-references:
24837 \end_layout
24838
24839 \begin_layout Description
24840 <reference>: prints the float number, this is the default: 
24841 \begin_inset CommandInset ref
24842 LatexCommand ref
24843 reference "fig:Two-distorted-images"
24844
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \begin_layout Description
24851 (<reference>): prints the float number within two parentheses, this is the
24852  style normally used to reference formulas, especially when the reference
24853  name 
24854 \begin_inset Quotes eld
24855 \end_inset
24856
24857 Equation
24858 \begin_inset Quotes erd
24859 \end_inset
24860
24861  is omitted: 
24862 \begin_inset CommandInset ref
24863 LatexCommand eqref
24864 reference "eq:Wgn"
24865
24866 \end_inset
24867
24868
24869 \end_layout
24870
24871 \begin_layout Description
24872 <page>: prints the page number: Page
24873 \begin_inset space ~
24874 \end_inset
24875
24876
24877 \begin_inset CommandInset ref
24878 LatexCommand pageref
24879 reference "fig:Two-distorted-images"
24880
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \begin_layout Description
24887 on
24888 \begin_inset space ~
24889 \end_inset
24890
24891 page
24892 \begin_inset space ~
24893 \end_inset
24894
24895 <page>: prints the text "on page" and the page number: 
24896 \begin_inset CommandInset ref
24897 LatexCommand vpageref
24898 reference "fig:Two-distorted-images"
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Description
24906 <reference>
24907 \begin_inset space ~
24908 \end_inset
24909
24910 on
24911 \begin_inset space ~
24912 \end_inset
24913
24914 page
24915 \begin_inset space ~
24916 \end_inset
24917
24918 <page>: prints the float number, the text "on page", and the page number:
24919  
24920 \begin_inset CommandInset ref
24921 LatexCommand vref
24922 reference "fig:Two-distorted-images"
24923
24924 \end_inset
24925
24926
24927 \end_layout
24928
24929 \begin_layout Description
24930 Formatted
24931 \begin_inset space ~
24932 \end_inset
24933
24934 reference: prints a self-defined cross-reference format.
24935 \begin_inset Newline newline
24936 \end_inset
24937
24938
24939 \begin_inset Note Greyedout
24940 status open
24941
24942 \begin_layout Plain Layout
24943
24944 \series bold
24945 Note:
24946 \series default
24947  This feature is only available when you have the \SpecialChar LaTeX
24948 -package 
24949 \series bold
24950 prettyref
24951 \series default
24952  or 
24953 \series bold
24954 refstyle
24955 \series default
24956
24957 \begin_inset Index idx
24958 status collapsed
24959
24960 \begin_layout Plain Layout
24961 \SpecialChar LaTeX
24962 -packages ! prettyref
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \begin_inset Index idx
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972 \SpecialChar LaTeX
24973 -packages ! refstyle
24974 \end_layout
24975
24976 \end_inset
24977
24978  installed.
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \begin_inset Newline newline
24985 \end_inset
24986
24987 You can select which \SpecialChar LaTeX
24988 -package should be used for this feature by setting
24989  the option 
24990 \family sans
24991 Use refstyle (not prettyref) for cross-references
24992 \family default
24993  in the menu 
24994 \family sans
24995 Document\SpecialChar menuseparator
24996 Settings\SpecialChar menuseparator
24997 Document Class
24998 \family default
24999 .
25000  The format is specified by adding the command 
25001 \series bold
25002
25003 \backslash
25004 newrefformat
25005 \series default
25006  (prettyref) or 
25007 \series bold
25008
25009 \backslash
25010 newref
25011 \series default
25012  (refstyle) to the preamble of the document.
25013  For example redefining all references to figures (which have the label
25014  shortcut 
25015 \begin_inset Quotes eld
25016 \end_inset
25017
25018
25019 \family sans
25020 fig
25021 \family default
25022
25023 \begin_inset Quotes erd
25024 \end_inset
25025
25026 ) can be done with this command
25027 \begin_inset Newline newline
25028 \end_inset
25029
25030
25031 \series bold
25032
25033 \backslash
25034 newref{fig}{refcmd={Image on page 
25035 \backslash
25036 pageref{#1}}}
25037 \series default
25038
25039 \begin_inset Newline newline
25040 \end_inset
25041
25042 For more information about the format, have a look at the package documentations
25043
25044 \begin_inset CommandInset citation
25045 LatexCommand cite
25046 key "prettyref,refstyle"
25047
25048 \end_inset
25049
25050 .
25051 \end_layout
25052
25053 \begin_layout Description
25054 Textual
25055 \begin_inset space ~
25056 \end_inset
25057
25058 reference: prints the caption of the reference: 
25059 \begin_inset CommandInset ref
25060 LatexCommand nameref
25061 reference "fig:Two-distorted-images"
25062
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \begin_layout Standard
25069
25070 \family sans
25071 <page>
25072 \family default
25073  will not print the page number if the label is on the previous, the same,
25074  or the next page.
25075  You will e.
25076 \begin_inset space \thinspace{}
25077 \end_inset
25078
25079 g.
25080 \begin_inset space \space{}
25081 \end_inset
25082
25083 see the text 
25084 \begin_inset Quotes eld
25085 \end_inset
25086
25087
25088 \family sans
25089 on this page
25090 \family default
25091
25092 \begin_inset Quotes erd
25093 \end_inset
25094
25095  instead.
25096  The style 
25097 \family sans
25098 <reference> on page <page>
25099 \family default
25100  will not print anything about the page if the label is on the same page.
25101 \end_layout
25102
25103 \begin_layout Standard
25104 The number and current page of the part of the document referred to in the
25105  output is automatically calculated by \SpecialChar LaTeX
25106 .
25107  The varieties are adjusted in the field 
25108 \family sans
25109 Format
25110 \family default
25111  of the cross-reference window that appears when you click on the cross-referenc
25112 e box.
25113 \end_layout
25114
25115 \begin_layout Standard
25116 \begin_inset Note Greyedout
25117 status open
25118
25119 \begin_layout Plain Layout
25120
25121 \series bold
25122 Note:
25123 \series default
25124  It is recommended to use the \SpecialChar LaTeX
25125 -package 
25126 \series bold
25127 refstyle
25128 \series default
25129
25130 \begin_inset Index idx
25131 status collapsed
25132
25133 \begin_layout Plain Layout
25134 \SpecialChar LaTeX
25135 -packages ! refstyle
25136 \end_layout
25137
25138 \end_inset
25139
25140  because 
25141 \series bold
25142 prettyref
25143 \series default
25144
25145 \begin_inset Index idx
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149 \SpecialChar LaTeX
25150 -packages ! prettyref
25151 \end_layout
25152
25153 \end_inset
25154
25155  does not know all of \SpecialChar LyX
25156 's possible label shortcuts
25157 \begin_inset Foot
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161 \begin_inset Quotes eld
25162 \end_inset
25163
25164 fig:
25165 \begin_inset Quotes erd
25166 \end_inset
25167
25168  is for example \SpecialChar LyX
25169 's shortcut for labels in figure captions.
25170 \end_layout
25171
25172 \end_inset
25173
25174  and is not internationalized.
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \begin_layout Standard
25183 \begin_inset Note Greyedout
25184 status open
25185
25186 \begin_layout Plain Layout
25187
25188 \series bold
25189 Note:
25190 \series default
25191  Due to a bug in the \SpecialChar LaTeX
25192 -package 
25193 \series bold
25194 varioref
25195 \series default
25196  version 1.4w, some cross-reference formats will cause \SpecialChar LaTeX
25197  errors for document
25198  languages that make the period character active (like French).
25199  For a workaround, see
25200 \begin_inset Newline newline
25201 \end_inset
25202
25203
25204 \begin_inset CommandInset href
25205 LatexCommand href
25206 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25207
25208 \end_inset
25209
25210 .
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \begin_layout Subsection
25219 Automatic Reference Naming
25220 \begin_inset Index idx
25221 status collapsed
25222
25223 \begin_layout Plain Layout
25224 References ! Automatic Reference Naming
25225 \end_layout
25226
25227 \end_inset
25228
25229
25230 \end_layout
25231
25232 \begin_layout Standard
25233 The \SpecialChar LaTeX
25234 -package 
25235 \series bold
25236 hyperref
25237 \series default
25238
25239 \begin_inset Index idx
25240 status collapsed
25241
25242 \begin_layout Plain Layout
25243 \SpecialChar LaTeX
25244 -packages ! hyperref
25245 \end_layout
25246
25247 \end_inset
25248
25249 , that is enabled in the 
25250 \family sans
25251 PDF Properties
25252 \family default
25253  of the 
25254 \family sans
25255 Document Settings
25256 \family default
25257  dialog, provides a very useful feature that cross-references automatically
25258  include the name of the referenced floats (or text parts like 
25259 \emph on
25260 section
25261 \emph default
25262 ).
25263  So you will save having to write e.
25264 \begin_inset space \thinspace{}
25265 \end_inset
25266
25267 g.
25268 \begin_inset space \space{}
25269 \end_inset
25270
25271 the name 
25272 \begin_inset Quotes eld
25273 \end_inset
25274
25275 Figure
25276 \begin_inset Quotes erd
25277 \end_inset
25278
25279  before every reference to a figure.
25280  To use this feature, enable 
25281 \series bold
25282 hyperref
25283 \series default
25284  and insert this line to the \SpecialChar LaTeX
25285  preamble:
25286 \end_layout
25287
25288 \begin_layout Standard
25289
25290 \series bold
25291
25292 \backslash
25293 AtBeginDocument{
25294 \backslash
25295 renewcommand{
25296 \backslash
25297 ref}[1]{
25298 \backslash
25299 mbox{
25300 \backslash
25301 autoref{#1}}}}
25302 \end_layout
25303
25304 \begin_layout Standard
25305 When you prefer other reference names than the default ones, for example
25306  you want instead of 
25307 \begin_inset Quotes eld
25308 \end_inset
25309
25310 section
25311 \begin_inset Quotes erd
25312 \end_inset
25313
25314  the name 
25315 \begin_inset Quotes eld
25316 \end_inset
25317
25318 sec.
25319 \begin_inset space \thinspace{}
25320 \end_inset
25321
25322
25323 \begin_inset Quotes eld
25324 \end_inset
25325
25326 , you can redefine the name by inserting this in the preamble:
25327 \end_layout
25328
25329 \begin_layout Standard
25330
25331 \series bold
25332
25333 \backslash
25334 addto
25335 \backslash
25336 extrasenglish{
25337 \backslash
25338 renewcommand{
25339 \backslash
25340 sectionautorefname}
25341 \begin_inset Newline newline
25342 \end_inset
25343
25344
25345 \begin_inset Phantom HPhantom
25346 status open
25347
25348 \begin_layout Plain Layout
25349
25350 \series bold
25351 \begin_inset space ~
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \end_inset
25358
25359 {sec.
25360 \backslash
25361 negthinspace}}
25362 \end_layout
25363
25364 \begin_layout Standard
25365 When you are using another document language than English, replace
25366 \begin_inset Newline newline
25367 \end_inset
25368
25369
25370 \series bold
25371
25372 \backslash
25373 extrasenglish
25374 \series default
25375  by 
25376 \series bold
25377
25378 \backslash
25379 extras***
25380 \series default
25381 , where *** is the name of the language used.
25382 \end_layout
25383
25384 \begin_layout Standard
25385 To get automatic names, but not for certain reference types, for example
25386  not for equations, use this preamble code:
25387 \end_layout
25388
25389 \begin_layout Standard
25390
25391 \series bold
25392
25393 \backslash
25394 addto
25395 \backslash
25396 extrasenglish{
25397 \backslash
25398 renewcommand*{
25399 \backslash
25400 equationautorefname}[1]{}}
25401 \end_layout
25402
25403 \begin_layout Standard
25404 More about this topic can be found in 
25405 \series bold
25406 hyperref
25407 \series default
25408 's documentation 
25409 \begin_inset CommandInset citation
25410 LatexCommand cite
25411 key "hyperref"
25412
25413 \end_inset
25414
25415 .
25416 \end_layout
25417
25418 \begin_layout Standard
25419 \begin_inset Note Greyedout
25420 status open
25421
25422 \begin_layout Plain Layout
25423
25424 \series bold
25425 Note:
25426 \series default
25427  Automatic reference naming cannot be used when you use cross-references
25428  in the 
25429 \family sans
25430 Formatted
25431 \begin_inset space ~
25432 \end_inset
25433
25434 reference
25435 \family default
25436  style, as described in section
25437 \begin_inset space ~
25438 \end_inset
25439
25440
25441 \begin_inset CommandInset ref
25442 LatexCommand ref
25443 reference "subsec:Cross-Reference-Formats"
25444
25445 \end_inset
25446
25447 .
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \begin_layout Standard
25456 The 
25457 \emph on
25458 Math
25459 \emph default
25460  manual is an example where automatic reference naming is used.
25461 \end_layout
25462
25463 \begin_layout Subsection
25464 Reference Position
25465 \begin_inset CommandInset label
25466 LatexCommand label
25467 name "subsec:Reference-Position"
25468
25469 \end_inset
25470
25471
25472 \begin_inset Index idx
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476 References ! Reference Position
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \begin_layout Standard
25485 If you use 
25486 \series bold
25487 hyperref
25488 \series default
25489
25490 \begin_inset Index idx
25491 status collapsed
25492
25493 \begin_layout Plain Layout
25494 \SpecialChar LaTeX
25495 -packages ! hyperref
25496 \end_layout
25497
25498 \end_inset
25499
25500  in the 
25501 \family sans
25502 PDF Properties
25503 \family default
25504  of the 
25505 \family sans
25506 Document Settings
25507 \family default
25508  dialog to link cross-references in the output, you will see that clicking
25509  on an image float reference jumps to the image label.
25510  The caption will be the first text part on the screen, so that you cannot
25511  see the image without scrolling.
25512  This is because the reference link anchor is placed at the position of
25513  the label.
25514  With the use of the package 
25515 \series bold
25516 hypcap
25517 \series default
25518
25519 \begin_inset Index idx
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523 \SpecialChar LaTeX
25524 -packages ! hypcap
25525 \end_layout
25526
25527 \end_inset
25528
25529 , which is part of the \SpecialChar LaTeX
25530 -package 
25531 \series bold
25532 oberdiek
25533 \series default
25534
25535 \begin_inset Index idx
25536 status collapsed
25537
25538 \begin_layout Plain Layout
25539 \SpecialChar LaTeX
25540 -packages ! oberdiek
25541 \end_layout
25542
25543 \end_inset
25544
25545 , the link anchor is placed at the beginning of a float.
25546  To use this feature for figure floats, load 
25547 \series bold
25548 hypcap
25549 \series default
25550  in the document preamble with the line
25551 \end_layout
25552
25553 \begin_layout Standard
25554
25555 \series bold
25556
25557 \backslash
25558 usepackage[figure]{hypcap}
25559 \end_layout
25560
25561 \begin_layout Standard
25562 You can also use 
25563 \series bold
25564 hypcap
25565 \series default
25566  for all float types but this is not recommended for stability reasons.
25567  For more information, have a look at 
25568 \series bold
25569 hypcap
25570 \series default
25571 's manual 
25572 \begin_inset CommandInset citation
25573 LatexCommand cite
25574 key "hypcap"
25575
25576 \end_inset
25577
25578 .
25579 \end_layout
25580
25581 \begin_layout Standard
25582 \begin_inset Note Greyedout
25583 status open
25584
25585 \begin_layout Plain Layout
25586
25587 \series bold
25588 Note:
25589 \series default
25590  
25591 \series bold
25592 hypcap
25593 \series default
25594  has no effect on references to subfigures.
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \begin_layout Section
25603 Float Placement
25604 \begin_inset CommandInset label
25605 LatexCommand label
25606 name "sec:Float-Placement"
25607
25608 \end_inset
25609
25610
25611 \begin_inset Index idx
25612 status collapsed
25613
25614 \begin_layout Plain Layout
25615 Floats ! Placement
25616 \end_layout
25617
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \begin_layout Standard
25624 Right-clicking on a float-box and clicking on 
25625 \family sans
25626 Settings
25627 \family default
25628  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25629  uses for
25630  positioning the float.
25631 \begin_inset Newline newline
25632 \end_inset
25633
25634 The option 
25635 \family sans
25636 Span
25637 \begin_inset space ~
25638 \end_inset
25639
25640 columns
25641 \family default
25642  is only useful for two-column documents: If you select it, the float will
25643  span both columns on the page instead of being confined to just one.
25644 \begin_inset Newline newline
25645 \end_inset
25646
25647 The option 
25648 \family sans
25649 Rotate
25650 \begin_inset space ~
25651 \end_inset
25652
25653 sideways
25654 \family default
25655  is used to rotate floats, see section 
25656 \begin_inset CommandInset ref
25657 LatexCommand ref
25658 reference "sec:Rotated-Floats"
25659
25660 \end_inset
25661
25662 .
25663 \end_layout
25664
25665 \begin_layout Standard
25666 You can use one or more of the following options in the float dialog to
25667  set the placement for a particular float when you uncheck the option 
25668 \family sans
25669 Use
25670 \begin_inset space ~
25671 \end_inset
25672
25673 default
25674 \begin_inset space ~
25675 \end_inset
25676
25677 placement
25678 \family default
25679 :
25680 \end_layout
25681
25682 \begin_layout Description
25683 Here
25684 \begin_inset space ~
25685 \end_inset
25686
25687 if
25688 \begin_inset space ~
25689 \end_inset
25690
25691 possible try to place the float on the position where it has been inserted
25692 \end_layout
25693
25694 \begin_layout Description
25695 Top
25696 \begin_inset space ~
25697 \end_inset
25698
25699 of
25700 \begin_inset space ~
25701 \end_inset
25702
25703 page try to place the float at the top of the current page
25704 \end_layout
25705
25706 \begin_layout Description
25707 Bottom
25708 \begin_inset space ~
25709 \end_inset
25710
25711 of
25712 \begin_inset space ~
25713 \end_inset
25714
25715 page try to place the float at the bottom of the current page
25716 \end_layout
25717
25718 \begin_layout Description
25719 Page
25720 \begin_inset space ~
25721 \end_inset
25722
25723 of
25724 \begin_inset space ~
25725 \end_inset
25726
25727 floats try to place the float on its own page
25728 \end_layout
25729
25730 \begin_layout Standard
25731 The order of the above option is 
25732 \emph on
25733 always
25734 \emph default
25735  used by \SpecialChar LaTeX
25736 .
25737  That means, if you use the default placement, \SpecialChar LaTeX
25738  will first try out 
25739 \family sans
25740 Here
25741 \begin_inset space ~
25742 \end_inset
25743
25744 if
25745 \begin_inset space ~
25746 \end_inset
25747
25748 possible
25749 \family default
25750 , then 
25751 \family sans
25752 Top
25753 \begin_inset space ~
25754 \end_inset
25755
25756 of
25757 \begin_inset space ~
25758 \end_inset
25759
25760 page
25761 \family default
25762 , and then the others.
25763  If you do not use the default, \SpecialChar LaTeX
25764  will try only the checked options but in
25765  the same order.
25766  If none of the 4
25767 \begin_inset space ~
25768 \end_inset
25769
25770 placements is possible the procedure is internally repeated trying to put
25771  the float on the following page.
25772 \end_layout
25773
25774 \begin_layout Standard
25775 By default, each option has its own rules:
25776 \end_layout
25777
25778 \begin_layout Labeling
25779 \labelwidthstring 00.00.0000
25780
25781 \family sans
25782 Top
25783 \begin_inset space ~
25784 \end_inset
25785
25786 of
25787 \begin_inset space ~
25788 \end_inset
25789
25790 page
25791 \family default
25792  only floats occupying less than 70
25793 \begin_inset space \thinspace{}
25794 \end_inset
25795
25796 % of the page can be placed at the top of a page (
25797 \series bold
25798
25799 \backslash
25800 topfraction
25801 \series default
25802 )
25803 \end_layout
25804
25805 \begin_layout Labeling
25806 \labelwidthstring 00.00.0000
25807
25808 \family sans
25809 Bottom
25810 \begin_inset space ~
25811 \end_inset
25812
25813 of
25814 \begin_inset space ~
25815 \end_inset
25816
25817 page
25818 \family default
25819 : only floats occupying less than 30
25820 \begin_inset space \thinspace{}
25821 \end_inset
25822
25823 % of the page can be placed at the bottom of a page.
25824  (
25825 \series bold
25826
25827 \backslash
25828 bottomfraction
25829 \series default
25830 )
25831 \end_layout
25832
25833 \begin_layout Labeling
25834 \labelwidthstring 00.00.0000
25835
25836 \family sans
25837 Page
25838 \begin_inset space ~
25839 \end_inset
25840
25841 of
25842 \begin_inset space ~
25843 \end_inset
25844
25845 floats
25846 \family default
25847 : only if more than 50
25848 \begin_inset space \thinspace{}
25849 \end_inset
25850
25851 % of the page is occupied by floats, several floats can be set together
25852  on a page.
25853  (
25854 \series bold
25855
25856 \backslash
25857 floatpagefraction
25858 \series default
25859 )
25860 \end_layout
25861
25862 \begin_layout Standard
25863 If you don't like these rules, you can ignore them by using the additional
25864  option 
25865 \family sans
25866 Ignore
25867 \begin_inset space ~
25868 \end_inset
25869
25870 \SpecialChar LaTeX
25871
25872 \begin_inset space ~
25873 \end_inset
25874
25875 rules
25876 \family default
25877 .
25878 \begin_inset Newline newline
25879 \end_inset
25880
25881 You can also redefine the rules with \SpecialChar LaTeX
25882 -commands that are given in parentheses
25883  after the rules description above.
25884  To increase for example the often too small default of the bottom-rule
25885  to 50
25886 \begin_inset space \thinspace{}
25887 \end_inset
25888
25889 % of the page, add this line to your document preamble:
25890 \end_layout
25891
25892 \begin_layout Standard
25893
25894 \series bold
25895
25896 \backslash
25897 renewcommand{
25898 \backslash
25899 bottomfraction}{0.5}
25900 \end_layout
25901
25902 \begin_layout Standard
25903 Sometimes you might need, under all circumstances, a float to be placed
25904  exactly at the position where it is inserted.
25905  For this case you can use the option 
25906 \family sans
25907 Here
25908 \begin_inset space ~
25909 \end_inset
25910
25911 definitely
25912 \family default
25913 .
25914  Use this option very rarely and only if the document is almost ready to
25915  be printed, because the float is then no longer able to 
25916 \begin_inset Quotes eld
25917 \end_inset
25918
25919 float
25920 \begin_inset Quotes erd
25921 \end_inset
25922
25923  when you change your document and this will often destroy the page layout.
25924 \end_layout
25925
25926 \begin_layout Standard
25927 There are no placement options for text wrap floats, because they are always
25928  surrounded by the text of a certain paragraph.
25929 \begin_inset VSpace bigskip
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \begin_layout Standard
25936 Sometimes you have the problem that a float is placed at the top of a page
25937  while its corresponding section starts at the middle of the page, so that
25938  the reader could think the float is part of the previous section.
25939  To avoid this the \SpecialChar LaTeX
25940 -command 
25941 \series bold
25942
25943 \backslash
25944 suppressfloats
25945 \series default
25946  can be used.
25947  It suppresses a given float placement for the page where it is inserted
25948  and can therefore be used to avoid floats being set before a section starts.
25949  To get this, add these commands to your document preamble:
25950 \end_layout
25951
25952 \begin_layout Standard
25953
25954 \series bold
25955
25956 \backslash
25957 let
25958 \backslash
25959 mySection
25960 \backslash
25961 section
25962 \begin_inset Newline newline
25963 \end_inset
25964
25965
25966 \backslash
25967 renewcommand{
25968 \backslash
25969 section}{
25970 \backslash
25971 suppressfloats[t]
25972 \backslash
25973 mySection}
25974 \end_layout
25975
25976 \begin_layout Standard
25977 You can define the same for all section headings, like chapters and subsections.
25978  This definition is not recommended to be used for small text parts like
25979  subsubsections because \SpecialChar LaTeX
25980  may then have problems finding a suitable placement.
25981 \end_layout
25982
25983 \begin_layout Standard
25984 \begin_inset VSpace bigskip
25985 \end_inset
25986
25987 In some cases it is required to have all figures/tables at the end of the
25988  document.
25989  For this purpose the \SpecialChar LaTeX
25990 -package 
25991 \series bold
25992 endfloat
25993 \series default
25994
25995 \begin_inset Index idx
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999 \SpecialChar LaTeX
26000 -packages ! endfloat
26001 \end_layout
26002
26003 \end_inset
26004
26005  was developed.
26006  It puts all figure and table floats at the end of the document into their
26007  own sections.
26008  At the original float position a text hint like 
26009 \begin_inset Quotes eld
26010 \end_inset
26011
26012
26013 \family sans
26014 [Figure
26015 \begin_inset space ~
26016 \end_inset
26017
26018 3.2 about here.]
26019 \family default
26020
26021 \begin_inset Quotes erd
26022 \end_inset
26023
26024  is inserted.
26025  The endfloat-package is loaded in the preamble with the line
26026 \end_layout
26027
26028 \begin_layout Standard
26029
26030 \series bold
26031
26032 \backslash
26033 usepackage[options]{endfloat}
26034 \end_layout
26035
26036 \begin_layout Standard
26037 There are various package options to format the created figure/table sections.
26038  For more information we refer you to the 
26039 \series bold
26040 endfloat
26041 \series default
26042  documentation 
26043 \begin_inset CommandInset citation
26044 LatexCommand cite
26045 key "endfloat"
26046
26047 \end_inset
26048
26049 .
26050 \begin_inset Newline newline
26051 \end_inset
26052
26053
26054 \begin_inset Note Greyedout
26055 status open
26056
26057 \begin_layout Plain Layout
26058
26059 \series bold
26060 Note: endfloat
26061 \series default
26062  doesn't provide an automatic translation for the text hint, you have to
26063  do this manually, see section
26064 \begin_inset space ~
26065 \end_inset
26066
26067 4 in 
26068 \begin_inset CommandInset citation
26069 LatexCommand cite
26070 key "endfloat"
26071
26072 \end_inset
26073
26074 .
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \begin_inset Newline newline
26081 \end_inset
26082
26083
26084 \begin_inset Note Greyedout
26085 status open
26086
26087 \begin_layout Plain Layout
26088
26089 \series bold
26090 Note:
26091 \series default
26092  There is currently a bug in 
26093 \series bold
26094 endfloat
26095 \series default
26096  when the caption contains a German 
26097 \begin_inset Quotes eld
26098 \end_inset
26099
26100 ß
26101 \begin_inset Quotes erd
26102 \end_inset
26103
26104 .
26105  Use in this case the command 
26106 \begin_inset Quotes eld
26107 \end_inset
26108
26109
26110 \series bold
26111
26112 \backslash
26113 ss
26114 \series default
26115
26116 \begin_inset Quotes erd
26117 \end_inset
26118
26119  in \SpecialChar TeX
26120 -Code instead of 
26121 \begin_inset Quotes eld
26122 \end_inset
26123
26124 ß
26125 \begin_inset Quotes erd
26126 \end_inset
26127
26128 .
26129 \end_layout
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Standard
26137 \begin_inset VSpace bigskip
26138 \end_inset
26139
26140 For more details about float placements, have a look at \SpecialChar LaTeX
26141  books, 
26142 \begin_inset CommandInset citation
26143 LatexCommand cite
26144 key "latexcompanion,latexguide,latexbook"
26145
26146 \end_inset
26147
26148 .
26149 \end_layout
26150
26151 \begin_layout Section
26152 Rotated Floats
26153 \begin_inset CommandInset label
26154 LatexCommand label
26155 name "sec:Rotated-Floats"
26156
26157 \end_inset
26158
26159
26160 \begin_inset Index idx
26161 status collapsed
26162
26163 \begin_layout Plain Layout
26164 Floats ! Rotating
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Standard
26173 Especially for wide tables you might have floats rotated.
26174  To rotate a whole float including the caption, right-click on the float-box
26175  and use the option 
26176 \family sans
26177 Rotate
26178 \begin_inset space ~
26179 \end_inset
26180
26181 sideways
26182 \family default
26183 .
26184 \end_layout
26185
26186 \begin_layout Standard
26187 Rotated floats are always placed on a page of their own (or column of their
26188  own; in case you have a multi-column document).
26189  You can let them span several columns using the float settings option 
26190 \family sans
26191 Span
26192 \begin_inset space ~
26193 \end_inset
26194
26195 columns
26196 \family default
26197 .
26198  Floats are rotated so that you can read them from the outside margin.
26199  To force a certain rotation direction for all pages, you can add either
26200  the option 
26201 \series bold
26202 figuresleft
26203 \series default
26204  or 
26205 \series bold
26206 figuresright
26207 \series default
26208  to the document class options.
26209 \end_layout
26210
26211 \begin_layout Standard
26212 Referencing rotated floats is the same as for normal floats, the caption
26213  format is also the same: Table
26214 \begin_inset space ~
26215 \end_inset
26216
26217
26218 \begin_inset CommandInset ref
26219 LatexCommand ref
26220 reference "tab:Rotated-table"
26221
26222 \end_inset
26223
26224  is an example of a rotated table float.
26225 \end_layout
26226
26227 \begin_layout Standard
26228 \begin_inset Note Greyedout
26229 status open
26230
26231 \begin_layout Plain Layout
26232
26233 \series bold
26234 Note:
26235 \series default
26236  Not all DVI-viewers are able to display rotated floats.
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \begin_layout Standard
26245 \begin_inset Float table
26246 wide false
26247 sideways true
26248 status open
26249
26250 \begin_layout Plain Layout
26251 \begin_inset Caption Standard
26252
26253 \begin_layout Plain Layout
26254 \begin_inset CommandInset label
26255 LatexCommand label
26256 name "tab:Rotated-table"
26257
26258 \end_inset
26259
26260  Rotated table
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Plain Layout
26269 \align center
26270 \begin_inset Tabular
26271 <lyxtabular version="3" rows="1" columns="5">
26272 <features tabularvalignment="middle">
26273 <column alignment="center" valignment="top">
26274 <column alignment="center" valignment="top">
26275 <column alignment="center" valignment="top">
26276 <column alignment="center" valignment="top">
26277 <column alignment="center" valignment="top">
26278 <row>
26279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 test
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 b
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 c
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 d
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319 e
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 </lyxtabular>
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \begin_layout Section
26338 Subfloats
26339 \begin_inset Index idx
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343 Floats ! Subfloats
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \begin_layout Standard
26352 Subfloats are for example used when a figure consists of several images.
26353  They are created by inserting a float into an existing float.
26354  The placement of the subfloats can be controlled in the same way as for
26355  paragraphs as shown in table
26356 \begin_inset space ~
26357 \end_inset
26358
26359
26360 \begin_inset CommandInset ref
26361 LatexCommand ref
26362 reference "tab:Two-subtables-side"
26363
26364 \end_inset
26365
26366  and 
26367 \begin_inset CommandInset ref
26368 LatexCommand ref
26369 reference "tab:Two-subtables-upon"
26370
26371 \end_inset
26372
26373 .
26374 \end_layout
26375
26376 \begin_layout Standard
26377 Referencing subfloats works as for normal floats: Table
26378 \begin_inset space ~
26379 \end_inset
26380
26381
26382 \begin_inset CommandInset ref
26383 LatexCommand ref
26384 reference "tab:This-is-subtable-a"
26385
26386 \end_inset
26387
26388  and 
26389 \begin_inset CommandInset ref
26390 LatexCommand ref
26391 reference "tab:This-is-subtable-b"
26392
26393 \end_inset
26394
26395  are subtables of table
26396 \begin_inset space ~
26397 \end_inset
26398
26399
26400 \begin_inset CommandInset ref
26401 LatexCommand ref
26402 reference "tab:Two-subtables-side"
26403
26404 \end_inset
26405
26406 .
26407 \end_layout
26408
26409 \begin_layout Standard
26410 \begin_inset Float table
26411 wide false
26412 sideways false
26413 status open
26414
26415 \begin_layout Plain Layout
26416 \begin_inset Caption Standard
26417
26418 \begin_layout Plain Layout
26419 \begin_inset CommandInset label
26420 LatexCommand label
26421 name "tab:Two-subtables-side"
26422
26423 \end_inset
26424
26425 Two subtables placed side by side.
26426 \end_layout
26427
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \begin_layout Plain Layout
26434 \align center
26435 \begin_inset space \hfill{}
26436 \end_inset
26437
26438
26439 \begin_inset Float table
26440 wide false
26441 sideways false
26442 status collapsed
26443
26444 \begin_layout Plain Layout
26445 \begin_inset Caption Standard
26446
26447 \begin_layout Plain Layout
26448 \begin_inset CommandInset label
26449 LatexCommand label
26450 name "tab:This-is-subtable-a"
26451
26452 \end_inset
26453
26454 This is subtable a.
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \begin_layout Plain Layout
26463 \align center
26464 \begin_inset Tabular
26465 <lyxtabular version="3" rows="1" columns="5">
26466 <features tabularvalignment="middle">
26467 <column alignment="center" valignment="top">
26468 <column alignment="center" valignment="top">
26469 <column alignment="center" valignment="top">
26470 <column alignment="center" valignment="top">
26471 <column alignment="center" valignment="top">
26472 <row>
26473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 test
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 b
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 c
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 d
26505 \end_layout
26506
26507 \end_inset
26508 </cell>
26509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513 e
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 </row>
26519 </lyxtabular>
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \end_inset
26527
26528
26529 \begin_inset space \hfill{}
26530 \end_inset
26531
26532
26533 \begin_inset Float table
26534 wide false
26535 sideways false
26536 status collapsed
26537
26538 \begin_layout Plain Layout
26539 \begin_inset Caption Standard
26540
26541 \begin_layout Plain Layout
26542 \begin_inset CommandInset label
26543 LatexCommand label
26544 name "tab:This-is-subtable-b"
26545
26546 \end_inset
26547
26548 This is subtable b.
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \begin_layout Plain Layout
26557 \align center
26558 \begin_inset Tabular
26559 <lyxtabular version="3" rows="1" columns="5">
26560 <features tabularvalignment="middle">
26561 <column alignment="center" valignment="top">
26562 <column alignment="center" valignment="top">
26563 <column alignment="center" valignment="top">
26564 <column alignment="center" valignment="top">
26565 <column alignment="center" valignment="top">
26566 <row>
26567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 e
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 d
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 c
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598 b
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 test
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 </lyxtabular>
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \begin_inset space \hfill{}
26624 \end_inset
26625
26626
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \begin_layout Standard
26635 \begin_inset Float table
26636 wide false
26637 sideways false
26638 status open
26639
26640 \begin_layout Plain Layout
26641 \begin_inset Caption Standard
26642
26643 \begin_layout Plain Layout
26644 \begin_inset CommandInset label
26645 LatexCommand label
26646 name "tab:Two-subtables-upon"
26647
26648 \end_inset
26649
26650 Two subtables placed one above the other.
26651  (a) table with 4 cells, (b) table with 5 cells.
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \begin_layout Plain Layout
26660 \align center
26661 \begin_inset Float table
26662 wide false
26663 sideways false
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667 \begin_inset Caption Standard
26668
26669 \begin_layout Plain Layout
26670
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \begin_layout Plain Layout
26679 \align center
26680 \begin_inset Tabular
26681 <lyxtabular version="3" rows="1" columns="4">
26682 <features tabularvalignment="middle">
26683 <column alignment="center" valignment="top">
26684 <column alignment="center" valignment="top">
26685 <column alignment="center" valignment="top">
26686 <column alignment="center" valignment="top">
26687 <row>
26688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692 test
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701 test
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Plain Layout
26710 test
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719 test
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 </row>
26725 </lyxtabular>
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Plain Layout
26738 \align center
26739 \begin_inset Float table
26740 wide false
26741 sideways false
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 \begin_inset Caption Standard
26746
26747 \begin_layout Plain Layout
26748
26749 \end_layout
26750
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \begin_layout Plain Layout
26757 \align center
26758 \begin_inset Tabular
26759 <lyxtabular version="3" rows="1" columns="5">
26760 <features tabularvalignment="middle">
26761 <column alignment="center" valignment="top">
26762 <column alignment="center" valignment="top">
26763 <column alignment="center" valignment="top">
26764 <column alignment="center" valignment="top">
26765 <column alignment="center" valignment="top">
26766 <row>
26767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771 a
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780 b
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789 c
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798 d
26799 \end_layout
26800
26801 \end_inset
26802 </cell>
26803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Plain Layout
26807 e
26808 \end_layout
26809
26810 \end_inset
26811 </cell>
26812 </row>
26813 </lyxtabular>
26814
26815 \end_inset
26816
26817
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \begin_layout Section
26831 Floats Side by Side
26832 \begin_inset Index idx
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836 Floats ! Side by side
26837 \end_layout
26838
26839 \end_inset
26840
26841
26842 \end_layout
26843
26844 \begin_layout Standard
26845 To place floats side by side, as in Figures
26846 \begin_inset space ~
26847 \end_inset
26848
26849
26850 \begin_inset CommandInset ref
26851 LatexCommand ref
26852 reference "fig:Float-left"
26853
26854 \end_inset
26855
26856  and 
26857 \begin_inset CommandInset ref
26858 LatexCommand ref
26859 reference "fig:Float-right"
26860
26861 \end_inset
26862
26863 , only 
26864 \emph on
26865 one
26866 \emph default
26867  float is used.
26868  In it two minipage boxes are inserted.
26869 \begin_inset Foot
26870 status collapsed
26871
26872 \begin_layout Plain Layout
26873 Minipages are explained in section
26874 \begin_inset space ~
26875 \end_inset
26876
26877
26878 \begin_inset CommandInset ref
26879 LatexCommand ref
26880 reference "sec:Minipages"
26881
26882 \end_inset
26883
26884 .
26885 \end_layout
26886
26887 \end_inset
26888
26889  The width is set to 45
26890 \begin_inset space \thinspace{}
26891 \end_inset
26892
26893 -50
26894 \begin_inset space \thinspace{}
26895 \end_inset
26896
26897 column% and the box alignment to 
26898 \family sans
26899 Bottom
26900 \family default
26901  for each minipage.
26902  The minipage boxes contain the image and the caption in the same way as
26903  they are in a float.
26904  The only difference is that the image unit 
26905 \family sans
26906 Column
26907 \begin_inset space ~
26908 \end_inset
26909
26910 Width
26911 \begin_inset space ~
26912 \end_inset
26913
26914 %
26915 \family default
26916  is now calculated according to the width of the minipage boxes.
26917 \end_layout
26918
26919 \begin_layout Standard
26920 \begin_inset Float figure
26921 wide false
26922 sideways false
26923 status open
26924
26925 \begin_layout Plain Layout
26926 \begin_inset Box Frameless
26927 position "b"
26928 hor_pos "c"
26929 has_inner_box 1
26930 inner_pos "t"
26931 use_parbox 0
26932 use_makebox 0
26933 width "45col%"
26934 special "none"
26935 height "1in"
26936 height_special "totalheight"
26937 thickness "0.4pt"
26938 separation "3pt"
26939 shadowsize "4pt"
26940 framecolor "black"
26941 backgroundcolor "none"
26942 status open
26943
26944 \begin_layout Plain Layout
26945 \align center
26946 \begin_inset Graphics
26947         filename clipart/mobius.eps
26948         lyxscale 50
26949         width 100col%
26950         scaleBeforeRotation
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Plain Layout
26958 \begin_inset Caption Standard
26959
26960 \begin_layout Plain Layout
26961 \begin_inset CommandInset label
26962 LatexCommand label
26963 name "fig:Float-left"
26964
26965 \end_inset
26966
26967 Float on the left side.
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \begin_inset space \hfill{}
26979 \end_inset
26980
26981
26982 \begin_inset Box Frameless
26983 position "b"
26984 hor_pos "c"
26985 has_inner_box 1
26986 inner_pos "t"
26987 use_parbox 0
26988 use_makebox 0
26989 width "45col%"
26990 special "none"
26991 height "1in"
26992 height_special "totalheight"
26993 thickness "0.4pt"
26994 separation "3pt"
26995 shadowsize "4pt"
26996 framecolor "black"
26997 backgroundcolor "none"
26998 status open
26999
27000 \begin_layout Plain Layout
27001 \align center
27002 \begin_inset Graphics
27003         filename clipart/platypus.eps
27004         lyxscale 50
27005         width 100col%
27006         scaleBeforeRotation
27007
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \begin_layout Plain Layout
27014 \begin_inset Caption Standard
27015
27016 \begin_layout Plain Layout
27017 \begin_inset CommandInset label
27018 LatexCommand label
27019 name "fig:Float-right"
27020
27021 \end_inset
27022
27023 Float on the right side.
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \begin_layout Plain Layout
27037
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \begin_layout Section
27046 Caption Formatting
27047 \begin_inset Index idx
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051 Caption ! Formatting
27052 \end_layout
27053
27054 \end_inset
27055
27056
27057 \begin_inset Index idx
27058 status collapsed
27059
27060 \begin_layout Plain Layout
27061 Floats ! Caption Formatting
27062 \end_layout
27063
27064 \end_inset
27065
27066
27067 \begin_inset CommandInset label
27068 LatexCommand label
27069 name "sec:Caption-Formatting"
27070
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \begin_layout Standard
27077 The 
27078 \family sans
27079 Caption
27080 \family default
27081  environment is the default paragraph environment for 
27082 \family sans
27083 Floats
27084 \family default
27085 .
27086  On the \SpecialChar LyX
27087  screen captions appear as a label, e.
27088 \begin_inset space \thinspace{}
27089 \end_inset
27090
27091 g.
27092 \begin_inset space \space{}
27093 \end_inset
27094
27095
27096 \begin_inset Quotes eld
27097 \end_inset
27098
27099
27100 \family sans
27101 Figure #:
27102 \family default
27103
27104 \begin_inset Quotes erd
27105 \end_inset
27106
27107  followed by the caption text.
27108  
27109 \begin_inset Quotes eld
27110 \end_inset
27111
27112 #
27113 \begin_inset Quotes erd
27114 \end_inset
27115
27116  is the actual reference number.
27117  By default the label and the number are in the same font as the caption
27118  text and a colon follows the number to divide the label from the text.
27119  This caption format is suitable for many but not all documents.
27120  
27121 \end_layout
27122
27123 \begin_layout Standard
27124 To change the default caption format, load the \SpecialChar LaTeX
27125 -package 
27126 \series bold
27127 caption
27128 \series default
27129
27130 \begin_inset Index idx
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134 \SpecialChar LaTeX
27135 -packages ! caption
27136 \end_layout
27137
27138 \end_inset
27139
27140  in the document preamble with this line:
27141 \end_layout
27142
27143 \begin_layout Standard
27144
27145 \series bold
27146
27147 \backslash
27148 usepackage[format definition]{caption}
27149 \end_layout
27150
27151 \begin_layout Standard
27152 To have for example the label and the number in sans-serif, bold font and
27153  the table captions always above the table as in this document, use the
27154  following command:
27155 \end_layout
27156
27157 \begin_layout Standard
27158
27159 \series bold
27160
27161 \backslash
27162 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27163 \end_layout
27164
27165 \begin_layout Standard
27166 You can also define different caption formats for the different float types.
27167  In this case load the 
27168 \series bold
27169 caption
27170 \series default
27171  package without format specific options and define the different formats
27172  with the help of the command
27173 \end_layout
27174
27175 \begin_layout Standard
27176
27177 \series bold
27178
27179 \backslash
27180 captionsetup[float type]{format definition}
27181 \end_layout
27182
27183 \begin_layout Standard
27184 in the document preamble.
27185  For example the caption formats of Figure
27186 \begin_inset space ~
27187 \end_inset
27188
27189
27190 \begin_inset CommandInset ref
27191 LatexCommand ref
27192 reference "fig:This-is-an-fig"
27193
27194 \end_inset
27195
27196  and Table
27197 \begin_inset space ~
27198 \end_inset
27199
27200
27201 \begin_inset CommandInset ref
27202 LatexCommand ref
27203 reference "tab:This-is-an-tab"
27204
27205 \end_inset
27206
27207  can be created using these commands in the document preamble:
27208 \end_layout
27209
27210 \begin_layout Standard
27211
27212 \series bold
27213
27214 \backslash
27215 usepackage[tableposition=top]{caption}
27216 \series default
27217
27218 \begin_inset Newline newline
27219 \end_inset
27220
27221
27222 \series bold
27223
27224 \backslash
27225 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27226 \begin_inset Newline newline
27227 \end_inset
27228
27229
27230 \begin_inset Phantom HPhantom
27231 status open
27232
27233 \begin_layout Plain Layout
27234
27235 \series bold
27236
27237 \backslash
27238 captionsetup[figure]{
27239 \end_layout
27240
27241 \end_inset
27242
27243 labelsep=period}
27244 \begin_inset Newline newline
27245 \end_inset
27246
27247
27248 \backslash
27249 captionsetup[table]{labelfont={bf,sf}}
27250 \end_layout
27251
27252 \begin_layout Standard
27253 \begin_inset Note Greyedout
27254 status open
27255
27256 \begin_layout Plain Layout
27257
27258 \series bold
27259 Note:
27260 \series default
27261  The option 
27262 \series bold
27263 tableposition=top
27264 \series default
27265  has no effect when a 
27266 \series bold
27267 KOMA-Script
27268 \series default
27269
27270 \begin_inset Index idx
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 \SpecialChar LaTeX
27275 -packages ! KOMA-Script
27276 \end_layout
27277
27278 \end_inset
27279
27280  document class is used.
27281  In this case the document class option 
27282 \series bold
27283 captions=tableheading
27284 \series default
27285  must be used.
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 For more information about the package 
27295 \series bold
27296 caption
27297 \series default
27298  we refer to its documentation 
27299 \begin_inset CommandInset citation
27300 LatexCommand cite
27301 key "caption"
27302
27303 \end_inset
27304
27305 .
27306 \end_layout
27307
27308 \begin_layout Standard
27309 To change the label name from e.
27310 \begin_inset space \thinspace{}
27311 \end_inset
27312
27313 g.
27314 \begin_inset space \space{}
27315 \end_inset
27316
27317
27318 \begin_inset Quotes eld
27319 \end_inset
27320
27321 Figure
27322 \begin_inset Quotes erd
27323 \end_inset
27324
27325  to 
27326 \begin_inset Quotes eld
27327 \end_inset
27328
27329 Image
27330 \begin_inset Quotes erd
27331 \end_inset
27332
27333  use this preamble command:
27334 \end_layout
27335
27336 \begin_layout Standard
27337
27338 \series bold
27339
27340 \backslash
27341 renewcommand{
27342 \backslash
27343 fnum@figure}{Image~
27344 \backslash
27345 thefigure}
27346 \end_layout
27347
27348 \begin_layout Standard
27349 where 
27350 \series bold
27351
27352 \backslash
27353 thefigure
27354 \series default
27355  inserts the figure number and
27356 \series bold
27357  
27358 \begin_inset Quotes eld
27359 \end_inset
27360
27361 ~
27362 \series default
27363
27364 \begin_inset Quotes erd
27365 \end_inset
27366
27367  creates a protected space.
27368 \end_layout
27369
27370 \begin_layout Standard
27371 \begin_inset VSpace bigskip
27372 \end_inset
27373
27374 If you are using a 
27375 \series bold
27376 KOMA-Script
27377 \series default
27378
27379 \begin_inset Index idx
27380 status collapsed
27381
27382 \begin_layout Plain Layout
27383 \SpecialChar LaTeX
27384 -packages ! KOMA-Script
27385 \end_layout
27386
27387 \end_inset
27388
27389  document class (
27390 \family sans
27391 article (KOMA-Script)
27392 \family default
27393
27394 \family sans
27395 book (KOMA-Script)
27396 \family default
27397
27398 \family sans
27399 letter (KOMA-Script)
27400 \family default
27401 , or 
27402 \family sans
27403 report (KOMA-Script)
27404 \family default
27405
27406 \begin_inset space \thinspace{}
27407 \end_inset
27408
27409 ), you can alternatively to the 
27410 \series bold
27411 caption
27412 \series default
27413  package use 
27414 \series bold
27415 KOMA-Script
27416 \series default
27417 's built-in command 
27418 \series bold
27419
27420 \backslash
27421 setkomafont
27422 \series default
27423 .
27424  For example, to have the caption label in bold, add this command to your
27425  document preamble:
27426 \end_layout
27427
27428 \begin_layout Standard
27429
27430 \series bold
27431
27432 \backslash
27433 setkomafont{captionlabel}{
27434 \backslash
27435 bfseries}
27436 \end_layout
27437
27438 \begin_layout Standard
27439 For more information about 
27440 \series bold
27441
27442 \backslash
27443 setkomafont
27444 \series default
27445  we refer to the 
27446 \series bold
27447 KOMA-Script
27448 \series default
27449  documentation 
27450 \begin_inset CommandInset citation
27451 LatexCommand cite
27452 key "KOMA-Script"
27453
27454 \end_inset
27455
27456 .
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \begin_inset ERT
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464
27465
27466 \backslash
27467 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27468 }
27469 \end_layout
27470
27471 \end_inset
27472
27473
27474 \begin_inset Note Note
27475 status open
27476
27477 \begin_layout Plain Layout
27478 The caption format is changed only for this example.
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \begin_layout Standard
27487 \begin_inset Float figure
27488 placement !p
27489 wide false
27490 sideways false
27491 status open
27492
27493 \begin_layout Plain Layout
27494 \align center
27495 \begin_inset Graphics
27496         filename clipart/mobius.eps
27497         lyxscale 50
27498         scale 50
27499         scaleBeforeRotation
27500
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \begin_layout Plain Layout
27507 \begin_inset Caption Standard
27508
27509 \begin_layout Plain Layout
27510 \begin_inset CommandInset label
27511 LatexCommand label
27512 name "fig:This-is-an-fig"
27513
27514 \end_inset
27515
27516 This is an example figure caption that is longer than one line to show the
27517  different caption format.
27518  Here a self-defined caption format is used.
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \begin_layout Standard
27532 \begin_inset ERT
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536
27537
27538 \backslash
27539 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27540 on}
27541 \end_layout
27542
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \begin_layout Standard
27549 \begin_inset Float table
27550 placement !p
27551 wide false
27552 sideways false
27553 status open
27554
27555 \begin_layout Plain Layout
27556 \begin_inset Caption Standard
27557
27558 \begin_layout Plain Layout
27559 \begin_inset CommandInset label
27560 LatexCommand label
27561 name "tab:This-is-an-tab"
27562
27563 \end_inset
27564
27565 This is an example table caption that is longer than one line to show the
27566  different caption format.
27567  Here the standard caption format for tables in this document is used.
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \begin_layout Plain Layout
27576 \align center
27577 \begin_inset Tabular
27578 <lyxtabular version="3" rows="1" columns="5">
27579 <features tabularvalignment="middle">
27580 <column alignment="center" valignment="top">
27581 <column alignment="center" valignment="top">
27582 <column alignment="center" valignment="top">
27583 <column alignment="center" valignment="top">
27584 <column alignment="center" valignment="top">
27585 <row>
27586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27587 \begin_inset Text
27588
27589 \begin_layout Plain Layout
27590 a
27591 \end_layout
27592
27593 \end_inset
27594 </cell>
27595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27596 \begin_inset Text
27597
27598 \begin_layout Plain Layout
27599 b
27600 \end_layout
27601
27602 \end_inset
27603 </cell>
27604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27605 \begin_inset Text
27606
27607 \begin_layout Plain Layout
27608 c
27609 \end_layout
27610
27611 \end_inset
27612 </cell>
27613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27614 \begin_inset Text
27615
27616 \begin_layout Plain Layout
27617 d
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 e
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 </row>
27632 </lyxtabular>
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \end_inset
27640
27641
27642 \end_layout
27643
27644 \begin_layout Section
27645 Caption Placement
27646 \begin_inset Index idx
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650 Caption ! Placement
27651 \end_layout
27652
27653 \end_inset
27654
27655
27656 \begin_inset Index idx
27657 status collapsed
27658
27659 \begin_layout Plain Layout
27660 Floats ! Caption Placement
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \begin_inset CommandInset label
27667 LatexCommand label
27668 name "sec:Caption-Placement"
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Standard
27676 The common caption placement rule is:
27677 \end_layout
27678
27679 \begin_layout Description
27680 Figure: Caption is set below the figure
27681 \end_layout
27682
27683 \begin_layout Description
27684 Table: Caption is set above the table
27685 \end_layout
27686
27687 \begin_layout Standard
27688 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27689 's
27690  standard classes.
27691  That means if you are using the document classes 
27692 \family sans
27693 article
27694 \family default
27695
27696 \family sans
27697 book
27698 \family default
27699
27700 \family sans
27701 letter
27702 \family default
27703 , or 
27704 \family sans
27705 report
27706 \family default
27707  there will be no space between the caption and the table.
27708  To insert the necessary space, load the \SpecialChar LaTeX
27709 -package 
27710 \series bold
27711 caption
27712 \series default
27713
27714 \begin_inset Index idx
27715 status collapsed
27716
27717 \begin_layout Plain Layout
27718 \SpecialChar LaTeX
27719 -packages ! caption
27720 \end_layout
27721
27722 \end_inset
27723
27724  in your document preamble with the option
27725 \begin_inset Foot
27726 status collapsed
27727
27728 \begin_layout Plain Layout
27729 See section
27730 \begin_inset space ~
27731 \end_inset
27732
27733
27734 \begin_inset CommandInset ref
27735 LatexCommand ref
27736 reference "sec:Caption-Formatting"
27737
27738 \end_inset
27739
27740  for more information of the package 
27741 \series bold
27742 caption
27743 \series default
27744 .
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \begin_layout Standard
27753
27754 \series bold
27755 tableposition=top
27756 \end_layout
27757
27758 \begin_layout Standard
27759 If you are using a 
27760 \series bold
27761 KOMA-Script
27762 \series default
27763
27764 \begin_inset Index idx
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768 \SpecialChar LaTeX
27769 -packages ! KOMA-Script
27770 \end_layout
27771
27772 \end_inset
27773
27774  document class (
27775 \family sans
27776 article (KOMA-Script)
27777 \family default
27778
27779 \family sans
27780 book (KOMA-Script)
27781 \family default
27782
27783 \family sans
27784 letter (KOMA-Script)
27785 \family default
27786 , or 
27787 \family sans
27788 report (KOMA-Script)
27789 \family default
27790
27791 \begin_inset space \thinspace{}
27792 \end_inset
27793
27794 ), you can alternatively to the 
27795 \series bold
27796 caption
27797 \series default
27798  package set the document class option
27799 \begin_inset Foot
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803 That option is used in this document.
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \begin_layout Standard
27812
27813 \series bold
27814 captions=tableheading
27815 \end_layout
27816
27817 \begin_layout Standard
27818 In documents with a KOMA-Script document class you can also right-click
27819  on a caption and mark in the context menu if this should be a caption above
27820  or below the table/figure.
27821  This way you can override the document-wide caption placement for certain
27822  captions.
27823  Table
27824 \begin_inset space ~
27825 \end_inset
27826
27827
27828 \begin_inset CommandInset ref
27829 LatexCommand ref
27830 reference "tab:A-caption-marked"
27831
27832 \end_inset
27833
27834  is an example where the caption is marked a being below the table while
27835  it is above.
27836  For comparison the caption in Table
27837 \begin_inset space ~
27838 \end_inset
27839
27840
27841 \begin_inset CommandInset ref
27842 LatexCommand ref
27843 reference "tab:A-standard-table"
27844
27845 \end_inset
27846
27847  is not marked.
27848 \end_layout
27849
27850 \begin_layout Standard
27851 \begin_inset Float table
27852 wide false
27853 sideways false
27854 status open
27855
27856 \begin_layout Plain Layout
27857 \begin_inset Caption Below
27858
27859 \begin_layout Plain Layout
27860 \begin_inset CommandInset label
27861 LatexCommand label
27862 name "tab:A-caption-marked"
27863
27864 \end_inset
27865
27866 A caption marked as being below the table.
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \begin_layout Plain Layout
27875 \align center
27876 \begin_inset Tabular
27877 <lyxtabular version="3" rows="3" columns="3">
27878 <features tabularvalignment="middle">
27879 <column alignment="center" valignment="top" width="0pt">
27880 <column alignment="center" valignment="top" width="0pt">
27881 <column alignment="center" valignment="top" width="0pt">
27882 <row>
27883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Plain Layout
27887 1
27888 \end_layout
27889
27890 \end_inset
27891 </cell>
27892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27893 \begin_inset Text
27894
27895 \begin_layout Plain Layout
27896 2
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 3
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 </row>
27911 <row>
27912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916 Joe
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 Mary
27926 \end_layout
27927
27928 \end_inset
27929 </cell>
27930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934 Ted
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 </row>
27940 <row>
27941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 \begin_inset Formula $\int x^{2}dx$
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Plain Layout
27957 \begin_inset Formula $\left[\begin{array}{cc}
27958 a & b\\
27959 c & d
27960 \end{array}\right]$
27961 \end_inset
27962
27963
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 \begin_inset Formula $1+1=2$
27973 \end_inset
27974
27975
27976 \end_layout
27977
27978 \end_inset
27979 </cell>
27980 </row>
27981 </lyxtabular>
27982
27983 \end_inset
27984
27985
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Standard
27994 \begin_inset Float table
27995 wide false
27996 sideways false
27997 status open
27998
27999 \begin_layout Plain Layout
28000 \begin_inset Caption Standard
28001
28002 \begin_layout Plain Layout
28003 \begin_inset CommandInset label
28004 LatexCommand label
28005 name "tab:A-standard-table"
28006
28007 \end_inset
28008
28009 A standard table caption.
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \begin_layout Plain Layout
28018 \align center
28019 \begin_inset Tabular
28020 <lyxtabular version="3" rows="3" columns="3">
28021 <features tabularvalignment="middle">
28022 <column alignment="center" valignment="top" width="0pt">
28023 <column alignment="center" valignment="top" width="0pt">
28024 <column alignment="center" valignment="top" width="0pt">
28025 <row>
28026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28027 \begin_inset Text
28028
28029 \begin_layout Plain Layout
28030 1
28031 \end_layout
28032
28033 \end_inset
28034 </cell>
28035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28036 \begin_inset Text
28037
28038 \begin_layout Plain Layout
28039 2
28040 \end_layout
28041
28042 \end_inset
28043 </cell>
28044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28045 \begin_inset Text
28046
28047 \begin_layout Plain Layout
28048 3
28049 \end_layout
28050
28051 \end_inset
28052 </cell>
28053 </row>
28054 <row>
28055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28056 \begin_inset Text
28057
28058 \begin_layout Plain Layout
28059 Joe
28060 \end_layout
28061
28062 \end_inset
28063 </cell>
28064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28065 \begin_inset Text
28066
28067 \begin_layout Plain Layout
28068 Mary
28069 \end_layout
28070
28071 \end_inset
28072 </cell>
28073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28074 \begin_inset Text
28075
28076 \begin_layout Plain Layout
28077 Ted
28078 \end_layout
28079
28080 \end_inset
28081 </cell>
28082 </row>
28083 <row>
28084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28085 \begin_inset Text
28086
28087 \begin_layout Plain Layout
28088 \begin_inset Formula $\int x^{2}dx$
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \end_inset
28095 </cell>
28096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28097 \begin_inset Text
28098
28099 \begin_layout Plain Layout
28100 \begin_inset Formula $\left[\begin{array}{cc}
28101 a & b\\
28102 c & d
28103 \end{array}\right]$
28104 \end_inset
28105
28106
28107 \end_layout
28108
28109 \end_inset
28110 </cell>
28111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28112 \begin_inset Text
28113
28114 \begin_layout Plain Layout
28115 \begin_inset Formula $1+1=2$
28116 \end_inset
28117
28118
28119 \end_layout
28120
28121 \end_inset
28122 </cell>
28123 </row>
28124 </lyxtabular>
28125
28126 \end_inset
28127
28128
28129 \end_layout
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \begin_layout Standard
28137 \begin_inset VSpace bigskip
28138 \end_inset
28139
28140 It is also possible to set the caption beside a figure or table.
28141  To get this the \SpecialChar LaTeX
28142 -package 
28143 \series bold
28144 sidecap
28145 \series default
28146
28147 \begin_inset Index idx
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151 \SpecialChar LaTeX
28152 -packages ! sidecap
28153 \end_layout
28154
28155 \end_inset
28156
28157  has to be loaded in the document preamble with the line
28158 \end_layout
28159
28160 \begin_layout Standard
28161
28162 \series bold
28163
28164 \backslash
28165 usepackage[option]{sidecap}
28166 \end_layout
28167
28168 \begin_layout Standard
28169 If you set no option, the caption is placed on the side of the outer page
28170  margin â€“ to the right on odd pages, to the left on even pages.
28171  You can change the placement to inner margin with the option 
28172 \series bold
28173 innercaption
28174 \series default
28175 .
28176  To force the placement always to the right or left, use the option 
28177 \series bold
28178 rightcaption
28179 \series default
28180  or 
28181 \series bold
28182 leftcaption
28183 \series default
28184 , respectively.
28185 \end_layout
28186
28187 \begin_layout Standard
28188 \begin_inset ERT
28189 status collapsed
28190
28191 \begin_layout Plain Layout
28192
28193
28194 \backslash
28195 ifsidecap
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \begin_inset Note Note
28202 status open
28203
28204 \begin_layout Plain Layout
28205 The following section will only be displayed when the \SpecialChar LaTeX
28206 -package 
28207 \series bold
28208 sidecap
28209 \series default
28210  is installed.
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Standard
28219 To place in \SpecialChar LyX
28220  the caption of a float on the side, it is necessary to add
28221  these commands to the document preamble:
28222 \end_layout
28223
28224 \begin_layout Standard
28225 \noindent
28226 \begin_inset CommandInset line
28227 LatexCommand rule
28228 offset "0.5ex"
28229 width "100line%"
28230 height "1pt"
28231
28232 \end_inset
28233
28234
28235 \end_layout
28236
28237 \begin_layout Standard
28238
28239 \series bold
28240
28241 \backslash
28242 newcommand{
28243 \backslash
28244 TabBesBeg}[1][1.0]{%
28245 \begin_inset Newline newline
28246 \end_inset
28247
28248
28249 \begin_inset Phantom HPhantom
28250 status open
28251
28252 \begin_layout Plain Layout
28253 \begin_inset space ~
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \backslash
28263 let
28264 \backslash
28265 MyTable
28266 \backslash
28267 table
28268 \begin_inset Newline newline
28269 \end_inset
28270
28271
28272 \begin_inset Phantom HPhantom
28273 status open
28274
28275 \begin_layout Plain Layout
28276
28277 \series medium
28278 \begin_inset space ~
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \backslash
28288 let
28289 \backslash
28290 MyEndtable
28291 \backslash
28292 endtable
28293 \begin_inset Newline newline
28294 \end_inset
28295
28296
28297 \begin_inset Phantom HPhantom
28298 status open
28299
28300 \begin_layout Plain Layout
28301
28302 \series medium
28303 \begin_inset space ~
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \backslash
28313 renewenvironment{table}[1]{
28314 \backslash
28315 begin{SCtable}[#1]##1}{
28316 \backslash
28317 end{SCtable}}}
28318 \end_layout
28319
28320 \begin_layout Standard
28321
28322 \series bold
28323
28324 \backslash
28325 newcommand{
28326 \backslash
28327 TabBesEnd}{%
28328 \begin_inset Newline newline
28329 \end_inset
28330
28331
28332 \begin_inset Phantom HPhantom
28333 status open
28334
28335 \begin_layout Plain Layout
28336 \begin_inset space ~
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \backslash
28346 let
28347 \backslash
28348 table
28349 \backslash
28350 MyTable
28351 \begin_inset Newline newline
28352 \end_inset
28353
28354
28355 \begin_inset Phantom HPhantom
28356 status open
28357
28358 \begin_layout Plain Layout
28359 \begin_inset space ~
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \backslash
28369 let
28370 \backslash
28371 endtable
28372 \backslash
28373 MyEndtable
28374 \end_layout
28375
28376 \begin_layout Standard
28377
28378 \series bold
28379
28380 \backslash
28381 newcommand{
28382 \backslash
28383 FigBesBeg}[1][1.0]{%
28384 \begin_inset Newline newline
28385 \end_inset
28386
28387
28388 \begin_inset Phantom HPhantom
28389 status open
28390
28391 \begin_layout Plain Layout
28392 \begin_inset space ~
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \end_inset
28399
28400
28401 \backslash
28402 let
28403 \backslash
28404 MyFigure
28405 \backslash
28406 figure
28407 \begin_inset Newline newline
28408 \end_inset
28409
28410
28411 \begin_inset Phantom HPhantom
28412 status open
28413
28414 \begin_layout Plain Layout
28415 \begin_inset space ~
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \backslash
28425 let
28426 \backslash
28427 MyEndfigure
28428 \backslash
28429 endfigure
28430 \begin_inset Newline newline
28431 \end_inset
28432
28433
28434 \begin_inset Phantom HPhantom
28435 status open
28436
28437 \begin_layout Plain Layout
28438 \begin_inset space ~
28439 \end_inset
28440
28441
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \backslash
28448 renewenvironment{figure}[1]{
28449 \backslash
28450 begin{SCfigure}[#1]##1}{
28451 \backslash
28452 end{SCfigure}}}
28453 \end_layout
28454
28455 \begin_layout Standard
28456
28457 \series bold
28458
28459 \backslash
28460 newcommand{
28461 \backslash
28462 FigBesEnd}{%
28463 \begin_inset Newline newline
28464 \end_inset
28465
28466
28467 \begin_inset Phantom HPhantom
28468 status open
28469
28470 \begin_layout Plain Layout
28471 \begin_inset space ~
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \backslash
28481 let
28482 \backslash
28483 figure
28484 \backslash
28485 MyFigure
28486 \begin_inset Newline newline
28487 \end_inset
28488
28489
28490 \begin_inset Phantom HPhantom
28491 status open
28492
28493 \begin_layout Plain Layout
28494 \begin_inset space ~
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \backslash
28504 let
28505 \backslash
28506 endfigure
28507 \backslash
28508 MyEndfigure}
28509 \end_layout
28510
28511 \begin_layout Standard
28512 \noindent
28513 \begin_inset CommandInset line
28514 LatexCommand rule
28515 offset "0.5ex"
28516 width "100line%"
28517 height "1pt"
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525 The commands allow you to redefine the floats so that the caption is set
28526  on the side.
28527  For figure floats use the command
28528 \end_layout
28529
28530 \begin_layout Standard
28531
28532 \series bold
28533
28534 \backslash
28535 FigBesBeg
28536 \end_layout
28537
28538 \begin_layout Standard
28539 in \SpecialChar TeX
28540 -Code before the float.
28541  And insert the command
28542 \end_layout
28543
28544 \begin_layout Standard
28545
28546 \series bold
28547
28548 \backslash
28549 FigBesEnd
28550 \end_layout
28551
28552 \begin_layout Standard
28553 in \SpecialChar TeX
28554 -Code at the point where you want to get back to the original float definitio
28555 n.
28556 \end_layout
28557
28558 \begin_layout Standard
28559 For table floats use the corresponding commands
28560 \end_layout
28561
28562 \begin_layout Standard
28563
28564 \series bold
28565
28566 \backslash
28567 TabBesBeg
28568 \series default
28569  and 
28570 \series bold
28571
28572 \backslash
28573 TabBesEnd
28574 \end_layout
28575
28576 \begin_layout Standard
28577 Figure
28578 \begin_inset space ~
28579 \end_inset
28580
28581
28582 \begin_inset CommandInset ref
28583 LatexCommand ref
28584 reference "fig:cap-beside-fig"
28585
28586 \end_inset
28587
28588  and Table
28589 \begin_inset space ~
28590 \end_inset
28591
28592
28593 \begin_inset CommandInset ref
28594 LatexCommand ref
28595 reference "tab:cap-beside-tab"
28596
28597 \end_inset
28598
28599  are examples where the caption is set beside.
28600 \end_layout
28601
28602 \begin_layout Standard
28603 You can see in the examples that the caption text appears at the top of
28604  the floats for table floats and at the bottom for figure floats.
28605  To change this, you can use the command
28606 \end_layout
28607
28608 \begin_layout Standard
28609
28610 \series bold
28611
28612 \backslash
28613 sidecaptionvpos{float type}{placement}
28614 \end_layout
28615
28616 \begin_layout Standard
28617 in the document preamble or in \SpecialChar TeX
28618 -Code before the float.
28619  The float type is either 
28620 \family sans
28621 figure
28622 \family default
28623  or 
28624 \family sans
28625 table
28626 \family default
28627 , the placement can be 
28628 \begin_inset Quotes eld
28629 \end_inset
28630
28631
28632 \family sans
28633 t
28634 \family default
28635
28636 \begin_inset Quotes erd
28637 \end_inset
28638
28639  for top, 
28640 \begin_inset Quotes eld
28641 \end_inset
28642
28643
28644 \family sans
28645 c
28646 \family default
28647
28648 \begin_inset Quotes erd
28649 \end_inset
28650
28651  for center, or 
28652 \begin_inset Quotes eld
28653 \end_inset
28654
28655
28656 \family sans
28657 b
28658 \family default
28659
28660 \begin_inset Quotes erd
28661 \end_inset
28662
28663  for bottom.
28664  To have for example the caption of figure floats vertically centered, use
28665  the command
28666 \end_layout
28667
28668 \begin_layout Standard
28669
28670 \series bold
28671
28672 \backslash
28673 sidecaptionvpos{figure}{c}
28674 \end_layout
28675
28676 \begin_layout Standard
28677 This was used for Figure
28678 \begin_inset space ~
28679 \end_inset
28680
28681
28682 \begin_inset CommandInset ref
28683 LatexCommand ref
28684 reference "fig:cap-beside-fig-2"
28685
28686 \end_inset
28687
28688 .
28689 \end_layout
28690
28691 \begin_layout Standard
28692 \begin_inset VSpace medskip
28693 \end_inset
28694
28695
28696 \end_layout
28697
28698 \begin_layout Standard
28699 The default caption width is the width of the image/table.
28700  For thin image/tables, like in Table
28701 \begin_inset space ~
28702 \end_inset
28703
28704
28705 \begin_inset CommandInset ref
28706 LatexCommand ref
28707 reference "tab:cap-beside-tab"
28708
28709 \end_inset
28710
28711 , this leads to captions that are too thin.
28712  You can increase the width by specifying a factor that will be multiplied
28713  with the image/table width to get the caption width.
28714  The caption width will automatically be recalculated in case it would protrude
28715  over the page or column margin due to the specified width.
28716  The 
28717 \emph on
28718 factor
28719 \emph default
28720  can either be given as optional argument for 
28721 \series bold
28722
28723 \backslash
28724 FigBesBeg
28725 \series default
28726 :
28727 \end_layout
28728
28729 \begin_layout Standard
28730
28731 \series bold
28732
28733 \backslash
28734 FigBesBeg[factor]
28735 \end_layout
28736
28737 \begin_layout Standard
28738 or in the definition of 
28739 \series bold
28740
28741 \backslash
28742 FigBesBeg
28743 \series default
28744  by replacing the 
28745 \series bold
28746 1.0
28747 \series default
28748  with another value.
28749  If you do the latter, your factor will be the default if 
28750 \series bold
28751
28752 \backslash
28753 FigBesBeg
28754 \series default
28755  is used without an argument.
28756  For Table
28757 \begin_inset space ~
28758 \end_inset
28759
28760
28761 \begin_inset CommandInset ref
28762 LatexCommand ref
28763 reference "tab:cap-beside-tab-wider"
28764
28765 \end_inset
28766
28767  the factor 5 was used.
28768 \end_layout
28769
28770 \begin_layout Standard
28771 \begin_inset Note Greyedout
28772 status open
28773
28774 \begin_layout Plain Layout
28775
28776 \series bold
28777 Note:
28778 \series default
28779  For floats with captions set beside, you cannot use the float placement
28780  option 
28781 \family sans
28782 Here
28783 \begin_inset space ~
28784 \end_inset
28785
28786 definitely
28787 \family default
28788  because it is not supported by 
28789 \series bold
28790 sidecap
28791 \series default
28792 .
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \begin_layout Standard
28801 \begin_inset VSpace medskip
28802 \end_inset
28803
28804 For more information about the package 
28805 \series bold
28806 sidecap
28807 \series default
28808  we refer to its documentation 
28809 \begin_inset CommandInset citation
28810 LatexCommand cite
28811 key "sidecap"
28812
28813 \end_inset
28814
28815 .
28816 \end_layout
28817
28818 \begin_layout Standard
28819 \begin_inset Note Greyedout
28820 status open
28821
28822 \begin_layout Plain Layout
28823
28824 \series bold
28825 Note:
28826 \series default
28827  The \SpecialChar LaTeX
28828 -package 
28829 \series bold
28830 hypcap
28831 \series default
28832
28833 \begin_inset Index idx
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 \SpecialChar LaTeX
28838 -packages ! hypcap
28839 \end_layout
28840
28841 \end_inset
28842
28843 , described in section
28844 \begin_inset space ~
28845 \end_inset
28846
28847
28848 \begin_inset CommandInset ref
28849 LatexCommand ref
28850 reference "subsec:Reference-Position"
28851
28852 \end_inset
28853
28854 , has no effect on floats with the caption set beside.
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 \begin_inset ERT
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867
28868
28869 \backslash
28870 FigBesBeg
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Standard
28879 \begin_inset Float figure
28880 wide false
28881 sideways false
28882 status open
28883
28884 \begin_layout Plain Layout
28885 \begin_inset Graphics
28886         filename clipart/escher-lsd.eps
28887         scale 75
28888         scaleBeforeRotation
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Plain Layout
28896 \begin_inset Caption Standard
28897
28898 \begin_layout Plain Layout
28899 \begin_inset CommandInset label
28900 LatexCommand label
28901 name "fig:cap-beside-fig"
28902
28903 \end_inset
28904
28905 This is a caption beside a figure.
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Standard
28919 \begin_inset ERT
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923
28924
28925 \backslash
28926 FigBesEnd
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \end_layout
28933
28934 \begin_layout Standard
28935 \begin_inset ERT
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939
28940
28941 \backslash
28942 TabBesBeg
28943 \end_layout
28944
28945 \end_inset
28946
28947
28948 \end_layout
28949
28950 \begin_layout Standard
28951 \begin_inset Float table
28952 wide false
28953 sideways false
28954 status open
28955
28956 \begin_layout Plain Layout
28957 \begin_inset Caption Standard
28958
28959 \begin_layout Plain Layout
28960 \begin_inset CommandInset label
28961 LatexCommand label
28962 name "tab:cap-beside-tab"
28963
28964 \end_inset
28965
28966 This is a caption beside a table.
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Plain Layout
28975 \begin_inset Tabular
28976 <lyxtabular version="3" rows="4" columns="5">
28977 <features tabularvalignment="middle">
28978 <column alignment="center" valignment="top">
28979 <column alignment="center" valignment="top">
28980 <column alignment="center" valignment="top">
28981 <column alignment="center" valignment="top">
28982 <column alignment="center" valignment="top">
28983 <row>
28984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988 a
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28994 \begin_inset Text
28995
28996 \begin_layout Plain Layout
28997
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Plain Layout
29006 b
29007 \end_layout
29008
29009 \end_inset
29010 </cell>
29011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29012 \begin_inset Text
29013
29014 \begin_layout Plain Layout
29015
29016 \end_layout
29017
29018 \end_inset
29019 </cell>
29020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29021 \begin_inset Text
29022
29023 \begin_layout Plain Layout
29024 c
29025 \end_layout
29026
29027 \end_inset
29028 </cell>
29029 </row>
29030 <row>
29031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29032 \begin_inset Text
29033
29034 \begin_layout Plain Layout
29035
29036 \end_layout
29037
29038 \end_inset
29039 </cell>
29040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29041 \begin_inset Text
29042
29043 \begin_layout Plain Layout
29044 d
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29050 \begin_inset Text
29051
29052 \begin_layout Plain Layout
29053
29054 \end_layout
29055
29056 \end_inset
29057 </cell>
29058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29059 \begin_inset Text
29060
29061 \begin_layout Plain Layout
29062 e
29063 \end_layout
29064
29065 \end_inset
29066 </cell>
29067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29068 \begin_inset Text
29069
29070 \begin_layout Plain Layout
29071
29072 \end_layout
29073
29074 \end_inset
29075 </cell>
29076 </row>
29077 <row>
29078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29079 \begin_inset Text
29080
29081 \begin_layout Plain Layout
29082 f
29083 \end_layout
29084
29085 \end_inset
29086 </cell>
29087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Plain Layout
29091
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout Plain Layout
29100 g
29101 \end_layout
29102
29103 \end_inset
29104 </cell>
29105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29106 \begin_inset Text
29107
29108 \begin_layout Plain Layout
29109
29110 \end_layout
29111
29112 \end_inset
29113 </cell>
29114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29115 \begin_inset Text
29116
29117 \begin_layout Plain Layout
29118 h
29119 \end_layout
29120
29121 \end_inset
29122 </cell>
29123 </row>
29124 <row>
29125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29126 \begin_inset Text
29127
29128 \begin_layout Plain Layout
29129
29130 \end_layout
29131
29132 \end_inset
29133 </cell>
29134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29135 \begin_inset Text
29136
29137 \begin_layout Plain Layout
29138 i
29139 \end_layout
29140
29141 \end_inset
29142 </cell>
29143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29144 \begin_inset Text
29145
29146 \begin_layout Plain Layout
29147
29148 \end_layout
29149
29150 \end_inset
29151 </cell>
29152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29153 \begin_inset Text
29154
29155 \begin_layout Plain Layout
29156 j
29157 \end_layout
29158
29159 \end_inset
29160 </cell>
29161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29162 \begin_inset Text
29163
29164 \begin_layout Plain Layout
29165
29166 \end_layout
29167
29168 \end_inset
29169 </cell>
29170 </row>
29171 </lyxtabular>
29172
29173 \end_inset
29174
29175
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 \begin_inset ERT
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188
29189
29190 \backslash
29191 TabBesEnd
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Standard
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205
29206 \backslash
29207 FigBesBeg
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \begin_inset ERT
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217
29218
29219 \backslash
29220 sidecaptionvpos{figure}{c}
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \begin_inset Float figure
29227 wide false
29228 sideways false
29229 status open
29230
29231 \begin_layout Plain Layout
29232 \begin_inset Graphics
29233         filename clipart/escher-lsd.eps
29234         scale 75
29235         scaleBeforeRotation
29236
29237 \end_inset
29238
29239
29240 \end_layout
29241
29242 \begin_layout Plain Layout
29243 \begin_inset Caption Standard
29244
29245 \begin_layout Plain Layout
29246 \begin_inset CommandInset label
29247 LatexCommand label
29248 name "fig:cap-beside-fig-2"
29249
29250 \end_inset
29251
29252 This is a vertically centered caption beside a figure.
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Standard
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271
29272 \backslash
29273 FigBesEnd
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \begin_layout Standard
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287
29288 \backslash
29289 TabBesBeg[5]
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 \begin_inset Float table
29299 wide false
29300 sideways false
29301 status open
29302
29303 \begin_layout Plain Layout
29304 \begin_inset Caption Standard
29305
29306 \begin_layout Plain Layout
29307 \begin_inset CommandInset label
29308 LatexCommand label
29309 name "tab:cap-beside-tab-wider"
29310
29311 \end_inset
29312
29313 This caption is wider than the one in Table
29314 \begin_inset space ~
29315 \end_inset
29316
29317
29318 \begin_inset CommandInset ref
29319 LatexCommand ref
29320 reference "tab:cap-beside-tab"
29321
29322 \end_inset
29323
29324 .
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \begin_layout Plain Layout
29333 \begin_inset Tabular
29334 <lyxtabular version="3" rows="4" columns="5">
29335 <features tabularvalignment="middle">
29336 <column alignment="center" valignment="top">
29337 <column alignment="center" valignment="top">
29338 <column alignment="center" valignment="top">
29339 <column alignment="center" valignment="top">
29340 <column alignment="center" valignment="top">
29341 <row>
29342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Plain Layout
29346 a
29347 \end_layout
29348
29349 \end_inset
29350 </cell>
29351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29352 \begin_inset Text
29353
29354 \begin_layout Plain Layout
29355
29356 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29361 \begin_inset Text
29362
29363 \begin_layout Plain Layout
29364 b
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Plain Layout
29373
29374 \end_layout
29375
29376 \end_inset
29377 </cell>
29378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29379 \begin_inset Text
29380
29381 \begin_layout Plain Layout
29382 c
29383 \end_layout
29384
29385 \end_inset
29386 </cell>
29387 </row>
29388 <row>
29389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29390 \begin_inset Text
29391
29392 \begin_layout Plain Layout
29393
29394 \end_layout
29395
29396 \end_inset
29397 </cell>
29398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29399 \begin_inset Text
29400
29401 \begin_layout Plain Layout
29402 d
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420 e
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 </row>
29435 <row>
29436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29437 \begin_inset Text
29438
29439 \begin_layout Plain Layout
29440 f
29441 \end_layout
29442
29443 \end_inset
29444 </cell>
29445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449
29450 \end_layout
29451
29452 \end_inset
29453 </cell>
29454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29455 \begin_inset Text
29456
29457 \begin_layout Plain Layout
29458 g
29459 \end_layout
29460
29461 \end_inset
29462 </cell>
29463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29464 \begin_inset Text
29465
29466 \begin_layout Plain Layout
29467
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29473 \begin_inset Text
29474
29475 \begin_layout Plain Layout
29476 h
29477 \end_layout
29478
29479 \end_inset
29480 </cell>
29481 </row>
29482 <row>
29483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487
29488 \end_layout
29489
29490 \end_inset
29491 </cell>
29492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29493 \begin_inset Text
29494
29495 \begin_layout Plain Layout
29496 i
29497 \end_layout
29498
29499 \end_inset
29500 </cell>
29501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29502 \begin_inset Text
29503
29504 \begin_layout Plain Layout
29505
29506 \end_layout
29507
29508 \end_inset
29509 </cell>
29510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29511 \begin_inset Text
29512
29513 \begin_layout Plain Layout
29514 j
29515 \end_layout
29516
29517 \end_inset
29518 </cell>
29519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29520 \begin_inset Text
29521
29522 \begin_layout Plain Layout
29523
29524 \end_layout
29525
29526 \end_inset
29527 </cell>
29528 </row>
29529 </lyxtabular>
29530
29531 \end_inset
29532
29533
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Standard
29542 \begin_inset ERT
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546
29547
29548 \backslash
29549 TabBesEnd
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Standard
29558 \begin_inset ERT
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562
29563
29564 \backslash
29565 else
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \begin_inset Note Note
29572 status open
29573
29574 \begin_layout Plain Layout
29575 The following will be displayed when the \SpecialChar LaTeX
29576 -package 
29577 \series bold
29578 sidecap
29579 \series default
29580  is not installed:
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 You need to install the \SpecialChar LaTeX
29590 -package 
29591 \series bold
29592 sidecap
29593 \series default
29594  to see the following part of this section in the output.
29595 \end_layout
29596
29597 \begin_layout Standard
29598 \begin_inset ERT
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602
29603
29604 \backslash
29605 fi
29606 \end_layout
29607
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \begin_layout Section
29614 Listings of Floats
29615 \begin_inset Index idx
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 Floats ! Float Lists
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \end_layout
29626
29627 \begin_layout Standard
29628 Similar to the table of contents where the sections of the document are
29629  listed, there are listings for all float types, like the figures of the
29630  documents.
29631  You can insert them via the 
29632 \family sans
29633 Insert\SpecialChar menuseparator
29634 List
29635 \begin_inset space ~
29636 \end_inset
29637
29638 /
29639 \begin_inset space ~
29640 \end_inset
29641
29642 TOC
29643 \family default
29644  sub menus.
29645 \end_layout
29646
29647 \begin_layout Standard
29648 The list entries are the float captions or its short title, the float number,
29649  and the page number where they appear in the document.
29650 \end_layout
29651
29652 \begin_layout Standard
29653 You can find the list of figures and tables at the end of this document.
29654 \end_layout
29655
29656 \begin_layout Chapter
29657 Notes
29658 \end_layout
29659
29660 \begin_layout Section
29661 \SpecialChar LyX
29662  Notes
29663 \begin_inset Index idx
29664 status collapsed
29665
29666 \begin_layout Plain Layout
29667 Notes ! \SpecialChar LyX
29668  Notes
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Notes are inserted with the toolbar button 
29678 \begin_inset Info
29679 type  "icon"
29680 arg   "note-insert"
29681 \end_inset
29682
29683  or the menu 
29684 \family sans
29685 Insert\SpecialChar menuseparator
29686 Note
29687 \family default
29688 .
29689  There are three types of notes:
29690 \end_layout
29691
29692 \begin_layout Description
29693 \SpecialChar LyX
29694
29695 \begin_inset space ~
29696 \end_inset
29697
29698 Note This note type is for internal notes that won't appear in the output.
29699  Its note-box looks like this:
29700 \begin_inset Newline newline
29701 \end_inset
29702
29703
29704 \begin_inset Newline newline
29705 \end_inset
29706
29707
29708 \begin_inset Graphics
29709         filename clipart/LyXNoteImageQt4.png
29710         display false
29711         scale 85
29712         scaleBeforeRotation
29713
29714 \end_inset
29715
29716  
29717 \begin_inset Note Note
29718 status open
29719
29720 \begin_layout Plain Layout
29721 This is text in a note box that doesn't appear in the output.
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \end_layout
29728
29729 \begin_layout Description
29730 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29731 -comment,
29732  when you export the document to \SpecialChar LaTeX
29733  via the menu 
29734 \family sans
29735 File\SpecialChar menuseparator
29736 Export\SpecialChar menuseparator
29737 \SpecialChar LaTeX
29738  (pdflatex) / (plain)
29739 \family default
29740 .
29741  Its note-box looks like this:
29742 \begin_inset Newline newline
29743 \end_inset
29744
29745
29746 \begin_inset Newline newline
29747 \end_inset
29748
29749
29750 \begin_inset Graphics
29751         filename clipart/CommentNoteImageQt4.png
29752         display false
29753         scale 85
29754         scaleBeforeRotation
29755
29756 \end_inset
29757
29758  
29759 \begin_inset Note Comment
29760 status open
29761
29762 \begin_layout Plain Layout
29763 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29764 -files.
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Description
29773 Greyed
29774 \begin_inset space ~
29775 \end_inset
29776
29777 Out This note will appear in the output as grey text.
29778  Its note-box looks like this:
29779 \begin_inset Newline newline
29780 \end_inset
29781
29782
29783 \begin_inset Newline newline
29784 \end_inset
29785
29786
29787 \begin_inset Graphics
29788         filename clipart/GreyedOutNoteImageQt4.png
29789         display false
29790         scale 85
29791         scaleBeforeRotation
29792
29793 \end_inset
29794
29795
29796 \begin_inset Newline newline
29797 \end_inset
29798
29799
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805
29806 \backslash
29807 renewenvironment{lyxgreyedout}
29808 \end_layout
29809
29810 \begin_layout Plain Layout
29811
29812 {
29813 \backslash
29814 textcolor[gray]{0.8}
29815 \backslash
29816 bgroup}{
29817 \backslash
29818 egroup}
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \begin_inset Note Greyedout
29825 status open
29826
29827 \begin_layout Plain Layout
29828 This is text
29829 \begin_inset Foot
29830 status open
29831
29832 \begin_layout Plain Layout
29833 This is an example footnote within a greyed out note.
29834 \end_layout
29835
29836 \end_inset
29837
29838  of a comment that appears in the output as grey text.
29839 \end_layout
29840
29841 \end_inset
29842
29843
29844 \begin_inset ERT
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849
29850 \backslash
29851 renewenvironment{lyxgreyedout}
29852 \end_layout
29853
29854 \begin_layout Plain Layout
29855
29856 {
29857 \backslash
29858 textcolor{blue}
29859 \backslash
29860 bgroup}{
29861 \backslash
29862 egroup}
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \begin_inset Note Note
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29873  definition
29874  because greyed out notes are redefined in the preamble of this document,
29875  as described below, to have blue text.
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \begin_inset Newline newline
29882 \end_inset
29883
29884
29885 \begin_inset Newline newline
29886 \end_inset
29887
29888 As you can see in the example, the first line of greyed out notes is a bit
29889  indented and greyed out notes can have footnotes.
29890 \end_layout
29891
29892 \begin_layout Standard
29893 \begin_inset VSpace bigskip
29894 \end_inset
29895
29896 When you use the toolbar button 
29897 \begin_inset Info
29898 type  "icon"
29899 arg   "note-insert"
29900 \end_inset
29901
29902  to insert notes, a 
29903 \family sans
29904 \SpecialChar LyX
29905
29906 \begin_inset space ~
29907 \end_inset
29908
29909 Note
29910 \family default
29911  is inserted.
29912  You can switch between the three note types by right-clicking on the note-box.
29913  
29914 \family roman
29915 \series medium
29916 \bar no
29917 If you want to turn existing text into a note, mark it and click on the
29918  note
29919 \family default
29920 \series default
29921 \bar default
29922  toolbar 
29923 \family roman
29924 \series medium
29925 \bar no
29926 button
29927 \family default
29928 \series default
29929 \bar default
29930 .
29931  To change a note to text, press the backspace key when the cursor is in
29932  the first position of a note, or press the delete key when the cursor is
29933  in the very last position of the note, respectively.
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset VSpace bigskip
29938 \end_inset
29939
29940 You can change the text color of the greyed out notes in the menu 
29941 \family sans
29942 Document\SpecialChar menuseparator
29943 Settings\SpecialChar menuseparator
29944 Colors
29945 \family default
29946 .
29947 \end_layout
29948
29949 \begin_layout Section
29950 Footnotes
29951 \begin_inset CommandInset label
29952 LatexCommand label
29953 name "sec:Footnotes"
29954
29955 \end_inset
29956
29957
29958 \begin_inset Index idx
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962 Notes ! Footnotes
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Index idx
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Footnotes
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981 Footnotes can be inserted using the toolbar button 
29982 \begin_inset Info
29983 type  "icon"
29984 arg   "footnote-insert"
29985 \end_inset
29986
29987  or the menu 
29988 \family sans
29989 Insert\SpecialChar menuseparator
29990 Footnote
29991 \family default
29992 .
29993  You will then see the following footnote-box: 
29994 \begin_inset Graphics
29995         filename clipart/footnoteQt4.png
29996         scale 80
29997         scaleBeforeRotation
29998
29999 \end_inset
30000
30001  
30002 \family roman
30003 \series medium
30004 \bar no
30005 where you can enter the footnote text.
30006  If you want to turn existing text into a footnote, mark it and click on
30007  the footnote
30008 \family default
30009 \series default
30010 \bar default
30011  toolbar 
30012 \family roman
30013 \series medium
30014 \bar no
30015 button
30016 \family default
30017 \series default
30018 \bar default
30019 .
30020  To change a 
30021 \family roman
30022 \series medium
30023 \bar no
30024 footnote
30025 \family default
30026 \series default
30027 \bar default
30028  to text, press the 
30029 \family sans
30030 Backspace
30031 \family default
30032  key when the cursor is in the first position of a 
30033 \family roman
30034 \series medium
30035 \bar no
30036 footnote
30037 \family default
30038 \series default
30039 \bar default
30040 , or press the 
30041 \family sans
30042 Delete
30043 \family default
30044  key when the cursor is in the very last position of the 
30045 \family roman
30046 \series medium
30047 \bar no
30048 footnote
30049 \family default
30050 \series default
30051 \bar default
30052 , respectively.
30053 \end_layout
30054
30055 \begin_layout Standard
30056 Here is an example footnote:
30057 \family roman
30058 \series medium
30059 \bar no
30060
30061 \begin_inset Foot
30062 status open
30063
30064 \begin_layout Plain Layout
30065 \begin_inset CommandInset label
30066 LatexCommand label
30067 name "foot:This-is-an"
30068
30069 \end_inset
30070
30071 This is an example footnote.
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \family default
30078 \series default
30079 \bar default
30080
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086
30087 \backslash
30088 newcounter{MyRepeatFoot}
30089 \end_layout
30090
30091 \begin_layout Plain Layout
30092
30093
30094 \backslash
30095 setcounter{MyRepeatFoot}{
30096 \backslash
30097 thefootnote}
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \begin_layout Standard
30106 The footnote will appear in the output as a superscript number at the text
30107  position where the footnote box is placed.
30108  The footnote text is placed at the bottom of the current page.
30109  The footnote number is calculated by \SpecialChar LaTeX
30110 ; the numbers are consecutive.
30111  Whether the footnote number is reset for every chapter depends on your
30112  document class.
30113 \end_layout
30114
30115 \begin_layout Standard
30116 Footnotes can be referenced like floats: Insert a label into the footnote
30117  and cross-reference this label in the text as described in section
30118 \begin_inset space ~
30119 \end_inset
30120
30121
30122 \begin_inset CommandInset ref
30123 LatexCommand ref
30124 reference "sec:Referencing-Floats"
30125
30126 \end_inset
30127
30128 .
30129 \begin_inset Newline newline
30130 \end_inset
30131
30132 This is a cross-reference of Footnote
30133 \begin_inset space ~
30134 \end_inset
30135
30136
30137 \begin_inset CommandInset ref
30138 LatexCommand ref
30139 reference "foot:This-is-an"
30140
30141 \end_inset
30142
30143 .
30144 \end_layout
30145
30146 \begin_layout Standard
30147 \begin_inset VSpace defskip
30148 \end_inset
30149
30150 Footnotes in title environments are usually not numbered with symbols and
30151  they cannot contain several paragraphs.
30152  See for example the footnote in the titling of this document.
30153 \end_layout
30154
30155 \begin_layout Standard
30156 \begin_inset VSpace defskip
30157 \end_inset
30158
30159 Footnotes in tables are not printed by \SpecialChar LaTeX
30160  due to technical reasons.
30161  However there exists another method to print them: Instead of the footnote
30162  the command 
30163 \series bold
30164
30165 \backslash
30166 footnotemark{}
30167 \series default
30168  is inserted as \SpecialChar TeX
30169 -code.
30170  The text of the footnote is entered as an argument of the \SpecialChar TeX
30171 -code command
30172  
30173 \series bold
30174
30175 \backslash
30176 footnotetext
30177 \series default
30178  after the table.
30179 \begin_inset Newline newline
30180 \end_inset
30181
30182 This was done for the following table with the command
30183 \end_layout
30184
30185 \begin_layout Standard
30186
30187 \series bold
30188
30189 \backslash
30190 footnotetext{
30191 \series default
30192 Printed table footnote.
30193 \series bold
30194 }
30195 \end_layout
30196
30197 \begin_layout Standard
30198 \begin_inset Tabular
30199 <lyxtabular version="3" rows="2" columns="1">
30200 <features tabularvalignment="middle">
30201 <column alignment="center" valignment="top">
30202 <row>
30203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30204 \begin_inset Text
30205
30206 \begin_layout Plain Layout
30207 This an example text.
30208 \begin_inset Foot
30209 status open
30210
30211 \begin_layout Plain Layout
30212 This footnote will not be printed!
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \end_inset
30221 </cell>
30222 </row>
30223 <row>
30224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30225 \begin_inset Text
30226
30227 \begin_layout Plain Layout
30228 This an example text.
30229 \begin_inset ERT
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233
30234
30235 \backslash
30236 footnotemark{}
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \end_inset
30245 </cell>
30246 </row>
30247 </lyxtabular>
30248
30249 \end_inset
30250
30251
30252 \begin_inset ERT
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256
30257
30258 \backslash
30259 footnotetext{
30260 \end_layout
30261
30262 \end_inset
30263
30264 Printed table footnote.
30265 \begin_inset ERT
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269
30270 }
30271 \end_layout
30272
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \begin_layout Standard
30279 Footnotes in longtables are described in section
30280 \begin_inset space ~
30281 \end_inset
30282
30283
30284 \begin_inset CommandInset ref
30285 LatexCommand ref
30286 reference "subsec:Footnotes-in-Longtables"
30287
30288 \end_inset
30289
30290 .
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Footnotes in minipage boxes are printed, but inside the box and with a different
30295  numbering because a minipage box is like a page inside a page.
30296  (For more about minipages, see section
30297 \begin_inset space ~
30298 \end_inset
30299
30300
30301 \begin_inset CommandInset ref
30302 LatexCommand ref
30303 reference "sec:Minipages"
30304
30305 \end_inset
30306
30307 .) To get a footnote in the minipage that is output at the bottom of the
30308  page like normal footnotes, also use the method of 
30309 \series bold
30310
30311 \backslash
30312 footnotemark{}
30313 \series default
30314  and 
30315 \series bold
30316
30317 \backslash
30318 footnotetext
30319 \series default
30320 .
30321 \end_layout
30322
30323 \begin_layout Standard
30324 \begin_inset Box Frameless
30325 position "t"
30326 hor_pos "c"
30327 has_inner_box 1
30328 inner_pos "t"
30329 use_parbox 0
30330 use_makebox 0
30331 width "100col%"
30332 special "none"
30333 height "1in"
30334 height_special "totalheight"
30335 thickness "0.4pt"
30336 separation "3pt"
30337 shadowsize "4pt"
30338 framecolor "black"
30339 backgroundcolor "none"
30340 status open
30341
30342 \begin_layout Plain Layout
30343 This an example text in a minipage.
30344 \begin_inset Foot
30345 status open
30346
30347 \begin_layout Plain Layout
30348 Footnote in the minipage.
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \begin_layout Plain Layout
30357 This an example text in a minipage.
30358 \begin_inset ERT
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362
30363
30364 \backslash
30365 footnotemark{}
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \begin_layout Standard
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384
30385 \backslash
30386 footnotetext{
30387 \end_layout
30388
30389 \end_inset
30390
30391 Footnote outside the minipage.
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397 }
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \end_layout
30404
30405 \begin_layout Standard
30406 \begin_inset VSpace defskip
30407 \end_inset
30408
30409
30410 \end_layout
30411
30412 \begin_layout Standard
30413 To refer to the same footnote several times without printing the footnote
30414  text every time, use the command 
30415 \series bold
30416
30417 \backslash
30418 footnotemark[number]
30419 \series default
30420  in \SpecialChar TeX
30421 -code.
30422 \begin_inset Newline newline
30423 \end_inset
30424
30425 As you do not know the number of the repeating footnote while you are writing
30426  the text, you have to store its number.
30427  For the following footnote mark example, these commands were inserted in
30428  \SpecialChar TeX
30429 -code after Footnote
30430 \begin_inset space ~
30431 \end_inset
30432
30433
30434 \begin_inset CommandInset ref
30435 LatexCommand ref
30436 reference "foot:This-is-an"
30437
30438 \end_inset
30439
30440  to store the footnote number:
30441 \end_layout
30442
30443 \begin_layout Standard
30444
30445 \series bold
30446
30447 \backslash
30448 newcounter{MyRepeatFoot}
30449 \begin_inset Newline newline
30450 \end_inset
30451
30452
30453 \backslash
30454 setcounter{MyRepeatFoot}{
30455 \backslash
30456 thefootnote}
30457 \end_layout
30458
30459 \begin_layout Standard
30460 The footnote mark was then created with this command:
30461 \end_layout
30462
30463 \begin_layout Standard
30464
30465 \series bold
30466
30467 \backslash
30468 footnotemark[
30469 \backslash
30470 theMyRepeatFoot]
30471 \end_layout
30472
30473 \begin_layout Standard
30474 Here is a repeated footnote:
30475 \family roman
30476 \series medium
30477 \bar no
30478
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 footnotemark[
30487 \backslash
30488 theMyRepeatFoot]
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Standard
30497 If you want to repeat the previous footnote, you can omit the storage of
30498  the footnote number and just use this command instead:
30499 \end_layout
30500
30501 \begin_layout Standard
30502
30503 \series bold
30504
30505 \backslash
30506 footnotemark[
30507 \backslash
30508 thefootnote]
30509 \end_layout
30510
30511 \begin_layout Standard
30512 Here is another repeated footnote:
30513 \family roman
30514 \series medium
30515 \bar no
30516
30517 \begin_inset ERT
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521
30522
30523 \backslash
30524 footnotemark[
30525 \backslash
30526 thefootnote]
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Subsection
30535 Footnote Numbering
30536 \begin_inset CommandInset label
30537 LatexCommand label
30538 name "subsec:Footnote-Numbering"
30539
30540 \end_inset
30541
30542
30543 \begin_inset Index idx
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547 Footnotes ! Numbering
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \end_layout
30554
30555 \begin_layout Standard
30556 To reset the footnote number back to 1 after each section
30557 \family roman
30558 , add this command to your document preamble:
30559 \end_layout
30560
30561 \begin_layout Standard
30562
30563 \series bold
30564
30565 \backslash
30566 @addtoreset{footnote}{section}
30567 \end_layout
30568
30569 \begin_layout Standard
30570 \begin_inset VSpace bigskip
30571 \end_inset
30572
30573 The following preamble command changes the footnote numbering style to small
30574  roman numerals:
30575 \end_layout
30576
30577 \begin_layout Standard
30578
30579 \series bold
30580
30581 \backslash
30582 renewcommand{
30583 \backslash
30584 thefootnote}{
30585 \backslash
30586 roman{footnote}}
30587 \end_layout
30588
30589 \begin_layout Standard
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595
30596 \backslash
30597 renewcommand{
30598 \backslash
30599 thefootnote}{
30600 \backslash
30601 roman{footnote}}
30602 \end_layout
30603
30604 \end_inset
30605
30606  This is a footnote with roman numbering:
30607 \begin_inset Foot
30608 status open
30609
30610 \begin_layout Plain Layout
30611 This is an example footnote with roman numbering.
30612 \end_layout
30613
30614 \end_inset
30615
30616
30617 \end_layout
30618
30619 \begin_layout Standard
30620 To change the numbering style to capital roman numerals replace in the command
30621  above 
30622 \series bold
30623
30624 \backslash
30625 roman
30626 \series default
30627  by 
30628 \series bold
30629
30630 \backslash
30631 Roman
30632 \series default
30633 .
30634  To 
30635 \begin_inset Quotes eld
30636 \end_inset
30637
30638 number
30639 \begin_inset Quotes erd
30640 \end_inset
30641
30642  footnotes with capital or small Latin letters use 
30643 \series bold
30644
30645 \backslash
30646 Alph
30647 \series default
30648  or 
30649 \series bold
30650
30651 \backslash
30652 alph
30653 \series default
30654 , respectively.
30655  To 
30656 \begin_inset Quotes eld
30657 \end_inset
30658
30659 number
30660 \begin_inset Quotes erd
30661 \end_inset
30662
30663  footnotes with symbols use 
30664 \series bold
30665
30666 \backslash
30667 fnsymbol
30668 \series default
30669 .
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset Note Greyedout
30674 status open
30675
30676 \begin_layout Plain Layout
30677
30678 \series bold
30679 Note:
30680 \series default
30681  You can only number 26 footnotes with Latin letters, because this numbering
30682  is limited to single letters.
30683 \end_layout
30684
30685 \end_inset
30686
30687
30688 \begin_inset Newline newline
30689 \end_inset
30690
30691
30692 \begin_inset Note Greyedout
30693 status open
30694
30695 \begin_layout Plain Layout
30696
30697 \series bold
30698 Note:
30699 \series default
30700  You can only number 9 footnotes with symbols.
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \end_layout
30707
30708 \begin_layout Standard
30709 To return to the default numbering style after you have changed to another
30710  one, use 
30711 \series bold
30712
30713 \backslash
30714 arabic
30715 \series default
30716  instead of 
30717 \series bold
30718
30719 \backslash
30720 roman
30721 \series default
30722  in the command above.
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728
30729 \backslash
30730 renewcommand{
30731 \backslash
30732 thefootnote}{
30733 \backslash
30734 arabic{footnote}}
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Standard
30743 \begin_inset VSpace bigskip
30744 \end_inset
30745
30746
30747 \end_layout
30748
30749 \begin_layout Standard
30750 If you want to have footnotes numbered in the scheme 
30751 \begin_inset Quotes eld
30752 \end_inset
30753
30754 chapter.footnote
30755 \begin_inset Quotes erd
30756 \end_inset
30757
30758 , add the following command to your document preamble:
30759 \end_layout
30760
30761 \begin_layout Standard
30762
30763 \series bold
30764
30765 \backslash
30766 numberwithin{footnote}{chapter}
30767 \end_layout
30768
30769 \begin_layout Standard
30770 To be able to use the command 
30771 \series bold
30772
30773 \backslash
30774 numberwithin
30775 \series default
30776 , set in the tab 
30777 \family sans
30778 Math
30779 \begin_inset space ~
30780 \end_inset
30781
30782 Options
30783 \family default
30784  in the document settings the option 
30785 \family sans
30786 Use
30787 \begin_inset space ~
30788 \end_inset
30789
30790 AMS
30791 \begin_inset space ~
30792 \end_inset
30793
30794 math
30795 \begin_inset space ~
30796 \end_inset
30797
30798 package
30799 \family default
30800 .
30801 \end_layout
30802
30803 \begin_layout Standard
30804 \begin_inset ERT
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808
30809
30810 \backslash
30811 numberwithin{footnote}{chapter}
30812 \end_layout
30813
30814 \end_inset
30815
30816 This is another example footnote:
30817 \series bold
30818
30819 \begin_inset Foot
30820 status open
30821
30822 \begin_layout Plain Layout
30823 This is a footnote numbered in the scheme 
30824 \begin_inset Quotes eld
30825 \end_inset
30826
30827 chapter.footnote
30828 \begin_inset Quotes erd
30829 \end_inset
30830
30831 .
30832 \end_layout
30833
30834 \end_inset
30835
30836
30837 \series default
30838
30839 \begin_inset ERT
30840 status collapsed
30841
30842 \begin_layout Plain Layout
30843
30844
30845 \backslash
30846 renewcommand{
30847 \backslash
30848 thefootnote}{
30849 \backslash
30850 arabic{footnote}}
30851 \end_layout
30852
30853 \end_inset
30854
30855
30856 \end_layout
30857
30858 \begin_layout Standard
30859 \begin_inset Note Greyedout
30860 status open
30861
30862 \begin_layout Plain Layout
30863
30864 \series bold
30865 Note:
30866 \series default
30867  
30868 \series bold
30869
30870 \backslash
30871 numberwithin
30872 \series default
30873  always prints out the footnote number as arabic number; previous redefinitions
30874  to get non-arabic numbers are overwritten.
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \begin_layout Standard
30883 So to get for example the scheme 
30884 \begin_inset Quotes eld
30885 \end_inset
30886
30887 chapter.
30888 \backslash
30889 Roman{footnote}
30890 \begin_inset Quotes erd
30891 \end_inset
30892
30893 , use this command instead of 
30894 \series bold
30895
30896 \backslash
30897 numberwithin
30898 \series default
30899 :
30900 \end_layout
30901
30902 \begin_layout Standard
30903
30904 \series bold
30905
30906 \backslash
30907 renewcommand{
30908 \backslash
30909 thefootnote}{
30910 \backslash
30911 thechapter.
30912 \backslash
30913 Roman{footnote}}
30914 \end_layout
30915
30916 \begin_layout Subsection
30917 Footnote Placement
30918 \begin_inset Index idx
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 Footnotes ! Placement
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931 If you have several footnotes in one page, they appear without vertical
30932  space between them at the bottom of the page.
30933  To make them more readable you can e.
30934 \begin_inset space \thinspace{}
30935 \end_inset
30936
30937 g.
30938 \begin_inset space \space{}
30939 \end_inset
30940
30941 add 1.5
30942 \begin_inset space \thinspace{}
30943 \end_inset
30944
30945 mm space with the following preamble command:
30946 \end_layout
30947
30948 \begin_layout Standard
30949
30950 \series bold
30951
30952 \backslash
30953 let
30954 \backslash
30955 myFoot
30956 \backslash
30957 footnote
30958 \begin_inset Newline newline
30959 \end_inset
30960
30961
30962 \backslash
30963 renewcommand{
30964 \backslash
30965 footnote}[1]{
30966 \backslash
30967 myFoot{#1
30968 \backslash
30969 vspace{1.5mm}}}
30970 \end_layout
30971
30972 \begin_layout Standard
30973 \begin_inset VSpace bigskip
30974 \end_inset
30975
30976 In a two-column document the footnotes appear at the bottom of every column,
30977  see Figure
30978 \begin_inset space ~
30979 \end_inset
30980
30981
30982 \begin_inset CommandInset ref
30983 LatexCommand ref
30984 reference "fig:Standard-footnote-placement"
30985
30986 \end_inset
30987
30988 .
30989  If the footnotes should only appear at the bottom of the right column,
30990  as in Figure
30991 \begin_inset space ~
30992 \end_inset
30993
30994
30995 \begin_inset CommandInset ref
30996 LatexCommand ref
30997 reference "fig:Footnote-placement-in"
30998
30999 \end_inset
31000
31001 , use the \SpecialChar LaTeX
31002 -package 
31003 \series bold
31004 ftnright
31005 \series default
31006
31007 \begin_inset Index idx
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 \SpecialChar LaTeX
31012 -packages ! ftnright
31013 \end_layout
31014
31015 \end_inset
31016
31017  with this command in the document preamble:
31018 \end_layout
31019
31020 \begin_layout Standard
31021
31022 \series bold
31023
31024 \backslash
31025 usepackage{ftnright}
31026 \end_layout
31027
31028 \begin_layout Standard
31029 \begin_inset Float figure
31030 placement !h
31031 wide false
31032 sideways false
31033 status open
31034
31035 \begin_layout Plain Layout
31036 \begin_inset ERT
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040
31041
31042 \backslash
31043 framebox{
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \begin_inset Graphics
31050         filename clipart/without_fntright.pdf
31051         width 100col%
31052         scaleBeforeRotation
31053
31054 \end_inset
31055
31056
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062 }
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \begin_layout Plain Layout
31071 \begin_inset Caption Standard
31072
31073 \begin_layout Plain Layout
31074 \begin_inset CommandInset label
31075 LatexCommand label
31076 name "fig:Standard-footnote-placement"
31077
31078 \end_inset
31079
31080 Standard footnote placement in two-column documents.
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Standard
31094 \begin_inset Float figure
31095 placement !h
31096 wide false
31097 sideways false
31098 status open
31099
31100 \begin_layout Plain Layout
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106
31107 \backslash
31108 framebox{
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset Graphics
31115         filename clipart/with_fntright.pdf
31116         width 100col%
31117         scaleBeforeRotation
31118
31119 \end_inset
31120
31121
31122 \begin_inset ERT
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126
31127 }
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Plain Layout
31136 \begin_inset Caption Standard
31137
31138 \begin_layout Plain Layout
31139 \begin_inset CommandInset label
31140 LatexCommand label
31141 name "fig:Footnote-placement-in"
31142
31143 \end_inset
31144
31145 Footnote placement in two-column documents when the \SpecialChar LaTeX
31146 -package 
31147 \series bold
31148 ftnright
31149 \series default
31150  is used.
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 \begin_inset VSpace bigskip
31165 \end_inset
31166
31167 In some scientific literature it is usual to collect the footnotes and print
31168  them in a separate paragraph at the end of a section, as in Figure
31169 \begin_inset space ~
31170 \end_inset
31171
31172
31173 \begin_inset CommandInset ref
31174 LatexCommand ref
31175 reference "fig:Endnotes"
31176
31177 \end_inset
31178
31179 .
31180  They are then called 
31181 \begin_inset Quotes eld
31182 \end_inset
31183
31184 endnotes
31185 \begin_inset Quotes erd
31186 \end_inset
31187
31188 .
31189 \begin_inset Index idx
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193 Endnotes
31194 \end_layout
31195
31196 \end_inset
31197
31198  To use endnotes instead of footnotes in your document, load in the menu
31199  
31200 \family sans
31201 Document\SpecialChar menuseparator
31202 Settings\SpecialChar menuseparator
31203 Modules 
31204 \family default
31205 the module 
31206 \family sans
31207 Foot
31208 \begin_inset space ~
31209 \end_inset
31210
31211 to
31212 \begin_inset space ~
31213 \end_inset
31214
31215 End
31216 \family default
31217 .
31218  To insert the collected footnotes, insert the command
31219 \end_layout
31220
31221 \begin_layout Standard
31222
31223 \series bold
31224
31225 \backslash
31226 theendnotes
31227 \end_layout
31228
31229 \begin_layout Standard
31230 in \SpecialChar TeX
31231 -Code at the end of a section or chapter.
31232 \end_layout
31233
31234 \begin_layout Standard
31235 \begin_inset Float figure
31236 wide false
31237 sideways false
31238 status open
31239
31240 \begin_layout Plain Layout
31241 \align center
31242 \begin_inset ERT
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246
31247
31248 \backslash
31249 framebox{
31250 \end_layout
31251
31252 \end_inset
31253
31254
31255 \begin_inset Graphics
31256         filename clipart/endnotes.pdf
31257         scaleBeforeRotation
31258
31259 \end_inset
31260
31261
31262 \begin_inset ERT
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266
31267 }
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Plain Layout
31276 \begin_inset Caption Standard
31277
31278 \begin_layout Plain Layout
31279 \begin_inset CommandInset label
31280 LatexCommand label
31281 name "fig:Endnotes"
31282
31283 \end_inset
31284
31285 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31286  or chapters.
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \end_layout
31298
31299 \begin_layout Standard
31300 \begin_inset VSpace medskip
31301 \end_inset
31302
31303 The paragraph heading for the endnotes isn't automatically translated into
31304  the document language, this must be done manually.
31305  The following preamble command translates the default English 
31306 \begin_inset Quotes eld
31307 \end_inset
31308
31309 Notes
31310 \begin_inset Quotes erd
31311 \end_inset
31312
31313  into the German 
31314 \begin_inset Quotes eld
31315 \end_inset
31316
31317 Anmerkungen
31318 \begin_inset Quotes erd
31319 \end_inset
31320
31321 :
31322 \end_layout
31323
31324 \begin_layout Standard
31325
31326 \series bold
31327
31328 \backslash
31329 renewcommand{
31330 \backslash
31331 notesname}{Anmerkungen}
31332 \end_layout
31333
31334 \begin_layout Standard
31335 \begin_inset VSpace medskip
31336 \end_inset
31337
31338 The numbering of endnotes can be changed like the footnote numbering as
31339  described in section
31340 \begin_inset space ~
31341 \end_inset
31342
31343
31344 \begin_inset CommandInset ref
31345 LatexCommand ref
31346 reference "subsec:Footnote-Numbering"
31347
31348 \end_inset
31349
31350 ; just replace the command 
31351 \series bold
31352
31353 \backslash
31354 thefootnote
31355 \series default
31356  by 
31357 \series bold
31358
31359 \backslash
31360 theendnote
31361 \series default
31362 .
31363  To reset the endnote number use the command 
31364 \series bold
31365
31366 \backslash
31367 @addtoreset
31368 \series default
31369  as described in section
31370 \begin_inset space ~
31371 \end_inset
31372
31373
31374 \begin_inset CommandInset ref
31375 LatexCommand ref
31376 reference "subsec:Footnote-Numbering"
31377
31378 \end_inset
31379
31380  and replace the command parameter 
31381 \series bold
31382 footnote
31383 \series default
31384  by 
31385 \series bold
31386 endnote
31387 \series default
31388 .
31389 \end_layout
31390
31391 \begin_layout Standard
31392 For endnotes there is the command 
31393 \series bold
31394
31395 \backslash
31396 endnotemark[number]
31397 \series default
31398  similar to the command 
31399 \series bold
31400
31401 \backslash
31402 footnotemark
31403 \series default
31404 , that is described in section
31405 \begin_inset space ~
31406 \end_inset
31407
31408
31409 \begin_inset CommandInset ref
31410 LatexCommand ref
31411 reference "sec:Footnotes"
31412
31413 \end_inset
31414
31415 .
31416 \end_layout
31417
31418 \begin_layout Standard
31419 \begin_inset VSpace bigskip
31420 \end_inset
31421
31422 Footnotes can also be placed in the page margin and the footnote text alignment
31423  can be changed, see the \SpecialChar LaTeX
31424 -package 
31425 \series bold
31426 footmisc
31427 \series default
31428
31429 \begin_inset Index idx
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433 \SpecialChar LaTeX
31434 -packages ! footmisc
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \begin_inset CommandInset citation
31441 LatexCommand cite
31442 key "footmisc"
31443
31444 \end_inset
31445
31446  for more information about this.
31447 \end_layout
31448
31449 \begin_layout Standard
31450 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31451 -books, 
31452 \begin_inset CommandInset citation
31453 LatexCommand cite
31454 key "latexcompanion,latexguide,latexbook"
31455
31456 \end_inset
31457
31458 .
31459  If you are using a 
31460 \series bold
31461 KOMA-Script
31462 \series default
31463
31464 \begin_inset Index idx
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468 \SpecialChar LaTeX
31469 -packages ! KOMA-Script
31470 \end_layout
31471
31472 \end_inset
31473
31474  document class, you can adjust all footnote settings using class-specific
31475  commands, see 
31476 \begin_inset CommandInset citation
31477 LatexCommand cite
31478 key "KOMA-Script"
31479
31480 \end_inset
31481
31482 .
31483 \end_layout
31484
31485 \begin_layout Section
31486 Margin Notes
31487 \begin_inset Index idx
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491 Notes ! Margin Notes
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \begin_layout Standard
31500 Margin notes look and behave in \SpecialChar LyX
31501  like footnotes.
31502  They are inserted via the menu 
31503 \family sans
31504 Insert\SpecialChar menuseparator
31505 Marginal
31506 \begin_inset space ~
31507 \end_inset
31508
31509 Note
31510 \family default
31511  or the toolbar button 
31512 \begin_inset Info
31513 type  "icon"
31514 arg   "marginalnote-insert"
31515 \end_inset
31516
31517 .
31518  A grey 
31519 \family roman
31520 \series medium
31521 box with the
31522 \family default
31523 \series default
31524  red 
31525 \family roman
31526 \series medium
31527 label 
31528 \begin_inset Quotes eld
31529 \end_inset
31530
31531 margin
31532 \begin_inset Quotes erd
31533 \end_inset
31534
31535  appears where you can enter the text of the margin note.
31536 \end_layout
31537
31538 \begin_layout Standard
31539 At the side is an example margin note.
31540
31541 \family roman
31542 \series medium
31543  
31544 \begin_inset Marginal
31545 status open
31546
31547 \begin_layout Plain Layout
31548 This is a margin note.
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Standard
31557 Margin notes appear at the right side in single-sided documents.
31558  In double-sided documents they appear in the outer margin â€“ left on even
31559  pages, right on odd pages.
31560  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31561 d when the note appears in the left margin.
31562  The first line of the margin note is placed at the position of the text
31563  line where it is inserted in the document.
31564 \end_layout
31565
31566 \begin_layout Standard
31567 \begin_inset VSpace bigskip
31568 \end_inset
31569
31570 To place the margin note in the inner margin, add the command
31571 \end_layout
31572
31573 \begin_layout Standard
31574
31575 \series bold
31576
31577 \backslash
31578 reversemarginpar
31579 \end_layout
31580
31581 \begin_layout Standard
31582 in \SpecialChar TeX
31583 -Code before a margin note.
31584  The new placement is valid for all subsequent margin notes.
31585  
31586 \begin_inset ERT
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590
31591
31592 \backslash
31593 reversemarginpar 
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \begin_inset Marginal
31600 status open
31601
31602 \begin_layout Plain Layout
31603 This is a margin note in the inner margin.
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \series bold
31610
31611 \begin_inset Newline newline
31612 \end_inset
31613
31614
31615 \series default
31616
31617 \begin_inset Note Greyedout
31618 status open
31619
31620 \begin_layout Plain Layout
31621
31622 \series bold
31623 Note:
31624 \series default
31625  There is often not enough space in the inner margin so that the notes are
31626  not correctly displayed in the output.
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \begin_layout Standard
31635 To return to the default placement insert the command
31636 \end_layout
31637
31638 \begin_layout Standard
31639
31640 \series bold
31641
31642 \backslash
31643 normalmarginpar
31644 \end_layout
31645
31646 \begin_layout Standard
31647 in \SpecialChar TeX
31648 -Code.
31649 \begin_inset ERT
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653
31654
31655 \backslash
31656 normalmarginpar 
31657 \end_layout
31658
31659 \end_inset
31660
31661  
31662 \begin_inset Note Greyedout
31663 status open
31664
31665 \begin_layout Plain Layout
31666
31667 \series bold
31668 Note:
31669 \series default
31670  The command is ignored when it is within a paragraph where also the command
31671  
31672 \series bold
31673
31674 \backslash
31675 reversemarginpar
31676 \series default
31677  is inserted.
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \begin_layout Standard
31686 \begin_inset VSpace bigskip
31687 \end_inset
31688
31689
31690 \family roman
31691 \series medium
31692
31693 \begin_inset Marginal
31694 status open
31695
31696 \begin_layout Plain Layout
31697 AVeryLongMarginParWord that isn't hyphenated.
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \family default
31704 \series default
31705  Similar to the case described in section
31706 \begin_inset space ~
31707 \end_inset
31708
31709
31710 \begin_inset CommandInset ref
31711 LatexCommand ref
31712 reference "subsec:Multiple-Lines-in"
31713
31714 \end_inset
31715
31716 , long words cannot be hyphenated when they are the first word in a margin
31717  note.
31718  To avoid this, insert 0
31719 \begin_inset space \thinspace{}
31720 \end_inset
31721
31722 pt horizontal space before the word
31723 \family roman
31724 \series medium
31725 .
31726  
31727 \begin_inset Marginal
31728 status open
31729
31730 \begin_layout Plain Layout
31731 \begin_inset space \hspace*{}
31732 \length 0pt
31733 \end_inset
31734
31735 AVeryLongMarginParWord that is hyphenated.
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \begin_layout Standard
31744 \begin_inset VSpace bigskip
31745 \end_inset
31746
31747
31748 \end_layout
31749
31750 \begin_layout Standard
31751 \begin_inset Note Greyedout
31752 status open
31753
31754 \begin_layout Plain Layout
31755
31756 \series bold
31757 Note:
31758 \series default
31759  Margin notes can normally not be used inside tables, floats, and footnotes.
31760 \end_layout
31761
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \begin_layout Standard
31768 \begin_inset VSpace bigskip
31769 \end_inset
31770
31771
31772 \end_layout
31773
31774 \begin_layout Standard
31775 \begin_inset ERT
31776 status collapsed
31777
31778 \begin_layout Plain Layout
31779
31780
31781 \backslash
31782 ifmarginnote
31783 \end_layout
31784
31785 \end_inset
31786
31787
31788 \begin_inset Note Note
31789 status open
31790
31791 \begin_layout Plain Layout
31792 The following section will only be displayed when the \SpecialChar LaTeX
31793 -package 
31794 \series bold
31795 marginnote
31796 \series default
31797  is installed.
31798 \end_layout
31799
31800 \end_inset
31801
31802
31803 \end_layout
31804
31805 \begin_layout Standard
31806 This restriction can be evaded by using the \SpecialChar LaTeX
31807 -package 
31808 \series bold
31809 marginnote
31810 \series default
31811
31812 \begin_inset Index idx
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816 \SpecialChar LaTeX
31817 -packages ! marginnote
31818 \end_layout
31819
31820 \end_inset
31821
31822 .
31823  By adding these two lines to your document preamble, the command used by
31824  \SpecialChar LyX
31825  for margin notes is redefined to use the command provided by the 
31826 \series bold
31827 marginnote
31828 \series default
31829 -package:
31830 \end_layout
31831
31832 \begin_layout Standard
31833
31834 \series bold
31835
31836 \backslash
31837 usepackage{marginnote}
31838 \begin_inset Newline newline
31839 \end_inset
31840
31841
31842 \backslash
31843 let
31844 \backslash
31845 marginpar
31846 \backslash
31847 marginnote
31848 \end_layout
31849
31850 \begin_layout Standard
31851 This is also used in this document because 
31852 \series bold
31853 marginnote
31854 \series default
31855  has another useful feature: You can set a vertical offset for the note.
31856  This is often needed when too many margin notes are too close together
31857  or for a better page layout.
31858  The offset is set in \SpecialChar LyX
31859  as \SpecialChar TeX
31860 -Code directly after the margin note in the scheme
31861 \end_layout
31862
31863 \begin_layout Standard
31864
31865 \series bold
31866 [offset]
31867 \end_layout
31868
31869 \begin_layout Standard
31870 where the offset is a length with one of the units listed in Table
31871 \begin_inset space ~
31872 \end_inset
31873
31874
31875 \begin_inset CommandInset ref
31876 LatexCommand ref
31877 reference "tab:Units"
31878
31879 \end_inset
31880
31881 .
31882  A negative value shifts the note up, a positive value shifts it down.
31883  
31884 \family roman
31885 \series medium
31886 For example the margin note beside this text line is shifted up 1.5
31887 \begin_inset space \thinspace{}
31888 \end_inset
31889
31890 cm with the \SpecialChar TeX
31891 -Code-command 
31892 \begin_inset Quotes eld
31893 \end_inset
31894
31895
31896 \family default
31897 \series bold
31898 [-1.5cm]
31899 \family roman
31900 \series medium
31901
31902 \begin_inset Quotes erd
31903 \end_inset
31904
31905
31906 \begin_inset Marginal
31907 status open
31908
31909 \begin_layout Plain Layout
31910 This margin note is shifted up 1.5
31911 \begin_inset space \thinspace{}
31912 \end_inset
31913
31914 cm from its original position.
31915 \end_layout
31916
31917 \end_inset
31918
31919
31920 \family default
31921 \series default
31922
31923 \begin_inset ERT
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927
31928 [-1.5cm]
31929 \end_layout
31930
31931 \end_inset
31932
31933
31934 \end_layout
31935
31936 \begin_layout Standard
31937 \begin_inset VSpace medskip
31938 \end_inset
31939
31940 With 
31941 \series bold
31942 marginnote
31943 \series default
31944  you can also change the alignment of the text in the margin note.
31945  For example the commands
31946 \end_layout
31947
31948 \begin_layout Standard
31949
31950 \series bold
31951
31952 \backslash
31953 renewcommand*{
31954 \backslash
31955 raggedleftmarginnote}{
31956 \backslash
31957 centering}
31958 \begin_inset Newline newline
31959 \end_inset
31960
31961
31962 \backslash
31963 renewcommand*{
31964 \backslash
31965 raggedrightmarginnote}{
31966 \backslash
31967 centering}
31968 \end_layout
31969
31970 \begin_layout Standard
31971 set the alignment to centered.
31972  
31973 \series bold
31974
31975 \backslash
31976 raggedleftmarginnote
31977 \series default
31978  denotes margin notes that appear at the left side.
31979 \family roman
31980 \series medium
31981
31982 \begin_inset ERT
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986
31987
31988 \backslash
31989 renewcommand*{
31990 \backslash
31991 raggedleftmarginnote}{
31992 \backslash
31993 centering}
31994 \end_layout
31995
31996 \begin_layout Plain Layout
31997
31998
31999 \backslash
32000 renewcommand*{
32001 \backslash
32002 raggedrightmarginnote}{
32003 \backslash
32004 centering}
32005 \end_layout
32006
32007 \end_inset
32008
32009
32010 \begin_inset Marginal
32011 status open
32012
32013 \begin_layout Plain Layout
32014 The text of this margin note is centered.
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \family default
32021 \series default
32022  The default is
32023 \end_layout
32024
32025 \begin_layout Standard
32026
32027 \series bold
32028
32029 \backslash
32030 renewcommand*{
32031 \backslash
32032 raggedleftmarginnote}{
32033 \backslash
32034 raggedleft}
32035 \begin_inset Newline newline
32036 \end_inset
32037
32038
32039 \backslash
32040 renewcommand*{
32041 \backslash
32042 raggedrightmarginnote}{
32043 \backslash
32044 raggedright}
32045 \family roman
32046 \series medium
32047
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 renewcommand*{
32056 \backslash
32057 raggedleftmarginnote}{
32058 \backslash
32059 raggedleft}
32060 \end_layout
32061
32062 \begin_layout Plain Layout
32063
32064
32065 \backslash
32066 renewcommand*{
32067 \backslash
32068 raggedrightmarginnote}{
32069 \backslash
32070 raggedright}
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset VSpace medskip
32080 \end_inset
32081
32082 For the other features of 
32083 \series bold
32084 marginnote
32085 \series default
32086  refer to its documentation 
32087 \begin_inset CommandInset citation
32088 LatexCommand cite
32089 key "marginnote"
32090
32091 \end_inset
32092
32093 .
32094 \end_layout
32095
32096 \begin_layout Standard
32097 \begin_inset VSpace bigskip
32098 \end_inset
32099
32100 You can adjust the layout of margin notes by changing its definition.
32101  To create for example a header for all margin notes with the underlined,
32102  sans-serif, and bold header text 
32103 \begin_inset Quotes eld
32104 \end_inset
32105
32106
32107 \family sans
32108 \series bold
32109 \bar under
32110 Attention!
32111 \family default
32112 \series default
32113 \bar default
32114
32115 \begin_inset Quotes erd
32116 \end_inset
32117
32118 , add this to your document preamble:
32119 \end_layout
32120
32121 \begin_layout Standard
32122
32123 \series bold
32124
32125 \backslash
32126 let
32127 \backslash
32128 myMarginpar
32129 \backslash
32130 marginpar
32131 \begin_inset Newline newline
32132 \end_inset
32133
32134
32135 \backslash
32136 renewcommand{
32137 \backslash
32138 marginpar}[1]{
32139 \backslash
32140 myMarginpar{%
32141 \begin_inset Newline newline
32142 \end_inset
32143
32144
32145 \begin_inset Phantom HPhantom
32146 status open
32147
32148 \begin_layout Plain Layout
32149
32150 \series bold
32151 \begin_inset space ~
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \backslash
32161 hspace{0pt}
32162 \backslash
32163 textsf{
32164 \backslash
32165 textbf{
32166 \backslash
32167 underbar{Attention!}}}%
32168 \begin_inset Newline newline
32169 \end_inset
32170
32171
32172 \begin_inset Phantom HPhantom
32173 status open
32174
32175 \begin_layout Plain Layout
32176
32177 \series bold
32178 \begin_inset space ~
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \backslash
32188 vspace{1.5mm}
32189 \backslash
32190
32191 \backslash
32192 #1}}
32193 \end_layout
32194
32195 \begin_layout Standard
32196
32197 \family roman
32198 \series medium
32199 \begin_inset ERT
32200 status collapsed
32201
32202 \begin_layout Plain Layout
32203
32204
32205 \backslash
32206 let
32207 \backslash
32208 myMarginpar
32209 \backslash
32210 marginpar
32211 \end_layout
32212
32213 \begin_layout Plain Layout
32214
32215
32216 \backslash
32217 renewcommand{
32218 \backslash
32219 marginpar}[1]{
32220 \backslash
32221 myMarginpar{%
32222 \end_layout
32223
32224 \begin_layout Plain Layout
32225
32226    
32227 \backslash
32228 textsf{
32229 \backslash
32230 textbf{
32231 \backslash
32232 underbar{Attention!}}}%
32233 \end_layout
32234
32235 \begin_layout Plain Layout
32236
32237    
32238 \backslash
32239 vspace{1.5mm}
32240 \backslash
32241
32242 \backslash
32243 #1}}
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \begin_inset Marginal
32250 status open
32251
32252 \begin_layout Plain Layout
32253 This is a margin note with a defined heading.
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \family default
32260 \series default
32261
32262 \begin_inset ERT
32263 status collapsed
32264
32265 \begin_layout Plain Layout
32266
32267 [-1.5cm]
32268 \end_layout
32269
32270 \end_inset
32271
32272
32273 \family roman
32274 \series medium
32275
32276 \begin_inset ERT
32277 status collapsed
32278
32279 \begin_layout Plain Layout
32280
32281
32282 \backslash
32283 renewcommand{
32284 \backslash
32285 marginpar}[1]{
32286 \backslash
32287 myMarginpar{#1}}
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \family default
32294 \series default
32295
32296 \begin_inset Note Note
32297 status collapsed
32298
32299 \begin_layout Plain Layout
32300 The margin note format is changed only for this example.
32301 \end_layout
32302
32303 \end_inset
32304
32305
32306 \end_layout
32307
32308 \begin_layout Standard
32309 \begin_inset ERT
32310 status collapsed
32311
32312 \begin_layout Plain Layout
32313
32314
32315 \backslash
32316 else
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \begin_inset Note Note
32323 status open
32324
32325 \begin_layout Plain Layout
32326 The following will be displayed when the \SpecialChar LaTeX
32327 -package 
32328 \series bold
32329 marginnote
32330 \series default
32331  is not installed:
32332 \end_layout
32333
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Standard
32340 You need to install the \SpecialChar LaTeX
32341 -package 
32342 \series bold
32343 marginnote
32344 \series default
32345  to see the following part of this section in the output.
32346 \end_layout
32347
32348 \begin_layout Standard
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 fi
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \end_layout
32363
32364 \begin_layout Chapter
32365 Boxes
32366 \end_layout
32367
32368 \begin_layout Section
32369 Introduction
32370 \begin_inset Index idx
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 Boxes ! Introduction
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \end_layout
32381
32382 \begin_layout Standard
32383 Boxes are used to format a block of text.
32384  Boxes can be used to write documents with multiple languages, see section
32385 \begin_inset space ~
32386 \end_inset
32387
32388
32389 \begin_inset CommandInset ref
32390 LatexCommand ref
32391 reference "sec:Minipages"
32392
32393 \end_inset
32394
32395 , to frame texts, see section
32396 \begin_inset space ~
32397 \end_inset
32398
32399
32400 \begin_inset CommandInset ref
32401 LatexCommand ref
32402 reference "sec:Decoration"
32403
32404 \end_inset
32405
32406 , to prevent words from being hyphenated, see section
32407 \begin_inset space ~
32408 \end_inset
32409
32410
32411 \begin_inset CommandInset ref
32412 LatexCommand ref
32413 reference "sec:Prevent-Hyphenation"
32414
32415 \end_inset
32416
32417 , to align text, see section
32418 \begin_inset space ~
32419 \end_inset
32420
32421
32422 \begin_inset CommandInset ref
32423 LatexCommand ref
32424 reference "subsec:Vertical-Alignment"
32425
32426 \end_inset
32427
32428 , or to set the background color of texts, see section
32429 \begin_inset space ~
32430 \end_inset
32431
32432
32433 \begin_inset CommandInset ref
32434 LatexCommand ref
32435 reference "sec:Colored-Boxes"
32436
32437 \end_inset
32438
32439 .
32440 \end_layout
32441
32442 \begin_layout Standard
32443 Boxes can be inserted with the menu 
32444 \family sans
32445 Insert\SpecialChar menuseparator
32446 Box
32447 \family default
32448  or the toolbar button 
32449 \begin_inset Info
32450 type  "icon"
32451 arg   "box-insert Frameless"
32452 \end_inset
32453
32454 .
32455  A grey box with the label 
32456 \family sans
32457 Box (Minipage)
32458 \family default
32459
32460 \begin_inset Graphics
32461         filename clipart/BoxInsetDefaultQt4.png
32462         scale 85
32463         scaleBeforeRotation
32464
32465 \end_inset
32466
32467  will be inserted.
32468  The box type can be specified by right-clicking on the box and selecting
32469  
32470 \family sans
32471 Settings
32472 \family default
32473 .
32474  The box dialog offers the 
32475 \family sans
32476 Inner
32477 \begin_inset space ~
32478 \end_inset
32479
32480 Box
32481 \family default
32482  types 
32483 \family sans
32484 Makebox
32485 \family default
32486
32487 \family sans
32488 Parbox
32489 \family default
32490  and 
32491 \family sans
32492 Minipage
32493 \family default
32494 .
32495  The type 
32496 \family sans
32497 Minipage
32498 \family default
32499  is the default for new boxes and is explained in section
32500 \begin_inset space ~
32501 \end_inset
32502
32503
32504 \begin_inset CommandInset ref
32505 LatexCommand ref
32506 reference "sec:Minipages"
32507
32508 \end_inset
32509
32510 ; the type 
32511 \family sans
32512 Parbox
32513 \family default
32514  is described in section
32515 \begin_inset space ~
32516 \end_inset
32517
32518
32519 \begin_inset CommandInset ref
32520 LatexCommand ref
32521 reference "sec:Parboxes"
32522
32523 \end_inset
32524
32525  and the type 
32526 \family sans
32527 Makebox
32528 \family default
32529  in 
32530 \begin_inset CommandInset ref
32531 LatexCommand ref
32532 reference "sec:Prevent-Hyphenation"
32533
32534 \end_inset
32535
32536 .
32537 \end_layout
32538
32539 \begin_layout Standard
32540 Boxes are not numbered and can therefore not be referenced like floats or
32541  footnotes.
32542 \end_layout
32543
32544 \begin_layout Standard
32545 \begin_inset Note Greyedout
32546 status open
32547
32548 \begin_layout Plain Layout
32549
32550 \series bold
32551 Note:
32552 \series default
32553  Boxes must not be the item in an 
32554 \family sans
32555 Itemize
32556 \family default
32557  or 
32558 \family sans
32559 Description
32560 \family default
32561  environment.
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \begin_layout Standard
32570 \begin_inset Note Greyedout
32571 status open
32572
32573 \begin_layout Plain Layout
32574
32575 \series bold
32576 Note:
32577 \series default
32578  For an unknown reason you can only set the 
32579 \family sans
32580 Inner
32581 \begin_inset space ~
32582 \end_inset
32583
32584 Box
32585 \family default
32586  type to 
32587 \family sans
32588 None
32589 \family default
32590  when you use a framed box.
32591  Boxes without an 
32592 \family sans
32593 Inner
32594 \begin_inset space ~
32595 \end_inset
32596
32597 Box
32598 \family default
32599  type and without frames are explained in section
32600 \begin_inset space ~
32601 \end_inset
32602
32603
32604 \begin_inset CommandInset ref
32605 LatexCommand ref
32606 reference "sec:Prevent-Hyphenation"
32607
32608 \end_inset
32609
32610 .
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \end_layout
32617
32618 \begin_layout Section
32619 Box Dialog
32620 \begin_inset CommandInset label
32621 LatexCommand label
32622 name "sec:Box-Dialog"
32623
32624 \end_inset
32625
32626
32627 \begin_inset Index idx
32628 status collapsed
32629
32630 \begin_layout Plain Layout
32631 Boxes ! Box Dialog
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Subsection
32640 Size
32641 \begin_inset Index idx
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 Boxes ! Size
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 In the box dialog you can adjust the box geometry in the fields 
32655 \family sans
32656 Width
32657 \family default
32658  and 
32659 \family sans
32660 Height
32661 \family default
32662 .
32663  The available units for the geometry are explained in Table
32664 \begin_inset space ~
32665 \end_inset
32666
32667
32668 \begin_inset CommandInset ref
32669 LatexCommand ref
32670 reference "tab:Units"
32671
32672 \end_inset
32673
32674 .
32675  The field 
32676 \family sans
32677 Height
32678 \family default
32679  offers the following additional sizes:
32680 \end_layout
32681
32682 \begin_layout Description
32683 Depth This is the plain text 
32684 \begin_inset Quotes eld
32685 \end_inset
32686
32687 height
32688 \begin_inset Quotes erd
32689 \end_inset
32690
32691 .
32692  It ignores the total depth when there are multiple text lines in the box:
32693 \begin_inset Newline newline
32694 \end_inset
32695
32696
32697 \begin_inset Newline newline
32698 \end_inset
32699
32700
32701 \begin_inset Newline newline
32702 \end_inset
32703
32704
32705 \begin_inset Box Boxed
32706 position "c"
32707 hor_pos "c"
32708 has_inner_box 1
32709 inner_pos "c"
32710 use_parbox 0
32711 use_makebox 0
32712 width "12col%"
32713 special "none"
32714 height "1in"
32715 height_special "depth"
32716 thickness "0.4pt"
32717 separation "3pt"
32718 shadowsize "4pt"
32719 framecolor "black"
32720 backgroundcolor "none"
32721 status collapsed
32722
32723 \begin_layout Plain Layout
32724 \align center
32725 Box height set to 1
32726 \begin_inset space \thinspace{}
32727 \end_inset
32728
32729 Depth
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \begin_inset Newline newline
32736 \end_inset
32737
32738
32739 \begin_inset Newline newline
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Description
32746 Height This is the height of the text that is inside the box.
32747  A value of e.
32748 \begin_inset space \thinspace{}
32749 \end_inset
32750
32751 g.
32752 \begin_inset space \space{}
32753 \end_inset
32754
32755 2 for this size will set the box height to 2
32756 \begin_inset space ~
32757 \end_inset
32758
32759 times the text height: 
32760 \begin_inset Box Boxed
32761 position "c"
32762 hor_pos "c"
32763 has_inner_box 1
32764 inner_pos "c"
32765 use_parbox 0
32766 use_makebox 0
32767 width "20col%"
32768 special "none"
32769 height "2in"
32770 height_special "height"
32771 thickness "0.4pt"
32772 separation "3pt"
32773 shadowsize "4pt"
32774 framecolor "black"
32775 backgroundcolor "none"
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779 \align center
32780 Box height set to 2
32781 \begin_inset space \thinspace{}
32782 \end_inset
32783
32784 Height
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Description
32793 Total
32794 \begin_inset space ~
32795 \end_inset
32796
32797 Height This is the Height
32798 \begin_inset space \thinspace{}
32799 \end_inset
32800
32801 +
32802 \begin_inset space \thinspace{}
32803 \end_inset
32804
32805 Depth: 
32806 \begin_inset Box Boxed
32807 position "c"
32808 hor_pos "c"
32809 has_inner_box 1
32810 inner_pos "c"
32811 use_parbox 0
32812 use_makebox 0
32813 width "20col%"
32814 special "none"
32815 height "1in"
32816 height_special "totalheight"
32817 thickness "0.4pt"
32818 separation "3pt"
32819 shadowsize "4pt"
32820 framecolor "black"
32821 backgroundcolor "none"
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825 \align center
32826 Box height set to 1
32827 \begin_inset space \thinspace{}
32828 \end_inset
32829
32830 Total
32831 \begin_inset space ~
32832 \end_inset
32833
32834 Height
32835 \end_layout
32836
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \begin_layout Description
32843 Width This sets the width of the box as height: 
32844 \begin_inset Box Boxed
32845 position "c"
32846 hor_pos "c"
32847 has_inner_box 1
32848 inner_pos "c"
32849 use_parbox 0
32850 use_makebox 0
32851 width "12col%"
32852 special "none"
32853 height "1in"
32854 height_special "width"
32855 thickness "0.4pt"
32856 separation "3pt"
32857 shadowsize "4pt"
32858 framecolor "black"
32859 backgroundcolor "none"
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 \align center
32864 Box height set to 1
32865 \begin_inset space \thinspace{}
32866 \end_inset
32867
32868 Width
32869 \end_layout
32870
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \begin_layout Subsection
32877 Alignment
32878 \begin_inset Index idx
32879 status collapsed
32880
32881 \begin_layout Plain Layout
32882 Boxes ! Alignment
32883 \end_layout
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \begin_layout Standard
32891 When you have chosen an 
32892 \family sans
32893 Inner
32894 \begin_inset space ~
32895 \end_inset
32896
32897 Box
32898 \family default
32899 , the vertical box alignment can be:
32900 \end_layout
32901
32902 \begin_layout Description
32903 Top This is an example text line.
32904  
32905 \begin_inset Box Boxed
32906 position "t"
32907 hor_pos "c"
32908 has_inner_box 1
32909 inner_pos "c"
32910 use_parbox 0
32911 use_makebox 0
32912 width "12col%"
32913 special "none"
32914 height "1in"
32915 height_special "totalheight"
32916 thickness "0.4pt"
32917 separation "3pt"
32918 shadowsize "4pt"
32919 framecolor "black"
32920 backgroundcolor "none"
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924 \align center
32925 This box is top-aligned.
32926 \end_layout
32927
32928 \end_inset
32929
32930  This is an example text line.
32931 \end_layout
32932
32933 \begin_layout Description
32934 Middle This is an example text line.
32935  
32936 \begin_inset Box Boxed
32937 position "c"
32938 hor_pos "c"
32939 has_inner_box 1
32940 inner_pos "c"
32941 use_parbox 0
32942 use_makebox 0
32943 width "12col%"
32944 special "none"
32945 height "1in"
32946 height_special "totalheight"
32947 thickness "0.4pt"
32948 separation "3pt"
32949 shadowsize "4pt"
32950 framecolor "black"
32951 backgroundcolor "none"
32952 status collapsed
32953
32954 \begin_layout Plain Layout
32955 \align center
32956 This box is middle-aligned.
32957 \end_layout
32958
32959 \end_inset
32960
32961  This is an example text line.
32962 \end_layout
32963
32964 \begin_layout Description
32965 Bottom This is an example text line.
32966  
32967 \begin_inset Box Boxed
32968 position "b"
32969 hor_pos "c"
32970 has_inner_box 1
32971 inner_pos "c"
32972 use_parbox 0
32973 use_makebox 0
32974 width "12col%"
32975 special "none"
32976 height "1in"
32977 height_special "totalheight"
32978 thickness "0.4pt"
32979 separation "3pt"
32980 shadowsize "4pt"
32981 framecolor "black"
32982 backgroundcolor "none"
32983 status collapsed
32984
32985 \begin_layout Plain Layout
32986 \align center
32987 This box is bottom-aligned.
32988 \end_layout
32989
32990 \end_inset
32991
32992  This is an example text line.
32993 \end_layout
32994
32995 \begin_layout Standard
32996 \begin_inset Note Greyedout
32997 status open
32998
32999 \begin_layout Plain Layout
33000
33001 \series bold
33002 Note:
33003 \series default
33004  The vertical box alignment can be lost in the output when you have two
33005  boxes in a line and one has e.
33006 \begin_inset space \thinspace{}
33007 \end_inset
33008
33009 g.
33010 \begin_inset space \space{}
33011 \end_inset
33012
33013 a shadow and the other one not.
33014 \end_layout
33015
33016 \end_inset
33017
33018
33019 \end_layout
33020
33021 \begin_layout Standard
33022 The horizontal box alignment can be set via \SpecialChar LyX
33023 's paragraph dialog when you
33024  set the box into its own paragraph.
33025 \end_layout
33026
33027 \begin_layout Standard
33028 \begin_inset VSpace bigskip
33029 \end_inset
33030
33031 When you have chosen an 
33032 \family sans
33033 Inner
33034 \begin_inset space ~
33035 \end_inset
33036
33037 Box
33038 \family default
33039 , the box content can be aligned vertically to:
33040 \end_layout
33041
33042 \begin_layout Description
33043 top This is an example text line.
33044  
33045 \begin_inset Box Boxed
33046 position "c"
33047 hor_pos "c"
33048 has_inner_box 1
33049 inner_pos "t"
33050 use_parbox 0
33051 use_makebox 0
33052 width "12col%"
33053 special "none"
33054 height "1.5in"
33055 height_special "totalheight"
33056 thickness "0.4pt"
33057 separation "3pt"
33058 shadowsize "4pt"
33059 framecolor "black"
33060 backgroundcolor "none"
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064 \align center
33065 This box text is top-aligned.
33066 \end_layout
33067
33068 \end_inset
33069
33070  This is an example text line.
33071 \end_layout
33072
33073 \begin_layout Description
33074 middle This is an example text line.
33075  
33076 \begin_inset Box Boxed
33077 position "c"
33078 hor_pos "c"
33079 has_inner_box 1
33080 inner_pos "c"
33081 use_parbox 0
33082 use_makebox 0
33083 width "12col%"
33084 special "none"
33085 height "1.5in"
33086 height_special "totalheight"
33087 thickness "0.4pt"
33088 separation "3pt"
33089 shadowsize "4pt"
33090 framecolor "black"
33091 backgroundcolor "none"
33092 status collapsed
33093
33094 \begin_layout Plain Layout
33095 \align center
33096 This box text is middle-aligned.
33097 \end_layout
33098
33099 \end_inset
33100
33101  This is an example text line.
33102 \end_layout
33103
33104 \begin_layout Description
33105 bottom This is an example text line.
33106  
33107 \begin_inset Box Boxed
33108 position "c"
33109 hor_pos "c"
33110 has_inner_box 1
33111 inner_pos "b"
33112 use_parbox 0
33113 use_makebox 0
33114 width "12col%"
33115 special "none"
33116 height "1.5in"
33117 height_special "totalheight"
33118 thickness "0.4pt"
33119 separation "3pt"
33120 shadowsize "4pt"
33121 framecolor "black"
33122 backgroundcolor "none"
33123 status collapsed
33124
33125 \begin_layout Plain Layout
33126 \align center
33127 This box text is bottom-aligned.
33128 \end_layout
33129
33130 \end_inset
33131
33132  This is an example text line.
33133 \end_layout
33134
33135 \begin_layout Description
33136 stretch This is an example text line.
33137  
33138 \begin_inset Box Boxed
33139 position "c"
33140 hor_pos "c"
33141 has_inner_box 1
33142 inner_pos "s"
33143 use_parbox 0
33144 use_makebox 0
33145 width "12col%"
33146 special "none"
33147 height "1.5in"
33148 height_special "totalheight"
33149 thickness "0.4pt"
33150 separation "3pt"
33151 shadowsize "4pt"
33152 framecolor "black"
33153 backgroundcolor "none"
33154 status collapsed
33155
33156 \begin_layout Plain Layout
33157 \align center
33158 This box
33159 \end_layout
33160
33161 \begin_layout Plain Layout
33162 \align center
33163 text is
33164 \end_layout
33165
33166 \begin_layout Plain Layout
33167 \align center
33168 stretched.
33169 \end_layout
33170
33171 \end_inset
33172
33173  This is an example text line.
33174 \end_layout
33175
33176 \begin_layout Standard
33177 To stretch the box content, it must consist of more than one paragraph.
33178  In the example above every text line is in an own paragraph.
33179 \end_layout
33180
33181 \begin_layout Standard
33182 \begin_inset VSpace bigskip
33183 \end_inset
33184
33185 To align the box content horizontally you can use \SpecialChar LyX
33186 's paragraph dialog when
33187  you have chosen an 
33188 \family sans
33189 Inner
33190 \begin_inset space ~
33191 \end_inset
33192
33193 Box
33194 \family default
33195 .
33196 \end_layout
33197
33198 \begin_layout Standard
33199 \align center
33200 \begin_inset Box Boxed
33201 position "c"
33202 hor_pos "c"
33203 has_inner_box 1
33204 inner_pos "s"
33205 use_parbox 0
33206 use_makebox 0
33207 width "15col%"
33208 special "none"
33209 height "1.25in"
33210 height_special "totalheight"
33211 thickness "0.4pt"
33212 separation "3pt"
33213 shadowsize "4pt"
33214 framecolor "black"
33215 backgroundcolor "none"
33216 status collapsed
33217
33218 \begin_layout Plain Layout
33219 \align left
33220 This box
33221 \end_layout
33222
33223 \begin_layout Plain Layout
33224 \align center
33225 text is
33226 \end_layout
33227
33228 \begin_layout Plain Layout
33229 \align right
33230 stretched.
33231 \end_layout
33232
33233 \end_inset
33234
33235
33236 \end_layout
33237
33238 \begin_layout Standard
33239 If you have not set an 
33240 \family sans
33241 Inner
33242 \begin_inset space ~
33243 \end_inset
33244
33245 Box
33246 \family default
33247 , you can align the box content horizontally in the box dialog.
33248 \begin_inset Separator parbreak
33249 \end_inset
33250
33251
33252 \end_layout
33253
33254 \begin_layout Standard
33255 \align center
33256 \begin_inset Box Boxed
33257 position "c"
33258 hor_pos "s"
33259 has_inner_box 0
33260 inner_pos "s"
33261 use_parbox 0
33262 use_makebox 0
33263 width "90col%"
33264 special "none"
33265 height "1.25in"
33266 height_special "totalheight"
33267 thickness "0.4pt"
33268 separation "3pt"
33269 shadowsize "4pt"
33270 framecolor "black"
33271 backgroundcolor "none"
33272 status collapsed
33273
33274 \begin_layout Plain Layout
33275 This box text is horizontally stretched.
33276 \end_layout
33277
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \begin_layout Subsection
33284 Decoration
33285 \begin_inset CommandInset label
33286 LatexCommand label
33287 name "sec:Decoration"
33288
33289 \end_inset
33290
33291
33292 \begin_inset Index idx
33293 status collapsed
33294
33295 \begin_layout Plain Layout
33296 Boxes ! Decoration
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \begin_layout Standard
33305 The type of the box can be specified in the box dialog in the drop-down
33306  list 
33307 \family sans
33308 Decoration
33309 \family default
33310 .
33311  The following types are possible:
33312 \end_layout
33313
33314 \begin_layout Description
33315 No
33316 \begin_inset space ~
33317 \end_inset
33318
33319 frame Nothing is drawn.
33320 \end_layout
33321
33322 \begin_layout Description
33323 Simple
33324 \begin_inset space ~
33325 \end_inset
33326
33327 rectangular
33328 \begin_inset space ~
33329 \end_inset
33330
33331 frame This draws a rectangular frame around the box.
33332  The frame line thickness can be specified.
33333  
33334 \begin_inset Box Boxed
33335 position "c"
33336 hor_pos "c"
33337 has_inner_box 1
33338 inner_pos "c"
33339 use_parbox 0
33340 use_makebox 0
33341 width "20col%"
33342 special "none"
33343 height "1in"
33344 height_special "totalheight"
33345 thickness "0.4pt"
33346 separation "3pt"
33347 shadowsize "4pt"
33348 framecolor "black"
33349 backgroundcolor "none"
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353 \align center
33354 Rectangular box
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Description
33363 Oval
33364 \begin_inset space ~
33365 \end_inset
33366
33367 box,
33368 \begin_inset space ~
33369 \end_inset
33370
33371 thin This draws an oval frame around the box.
33372  The frame line thickness has the size 0.4
33373 \begin_inset space \thinspace{}
33374 \end_inset
33375
33376 pt.
33377  
33378 \begin_inset Box ovalbox
33379 position "c"
33380 hor_pos "c"
33381 has_inner_box 1
33382 inner_pos "c"
33383 use_parbox 0
33384 use_makebox 0
33385 width "20col%"
33386 special "none"
33387 height "1in"
33388 height_special "totalheight"
33389 thickness "0.4pt"
33390 separation "3pt"
33391 shadowsize "4pt"
33392 framecolor "black"
33393 backgroundcolor "none"
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397 \align center
33398 Oval box, thin
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \begin_layout Description
33407 Oval
33408 \begin_inset space ~
33409 \end_inset
33410
33411 box,
33412 \begin_inset space ~
33413 \end_inset
33414
33415 thick This draws an oval frame around the box.
33416  The frame line thickness has the size 0.8
33417 \begin_inset space \thinspace{}
33418 \end_inset
33419
33420 pt.
33421  
33422 \begin_inset Box Ovalbox
33423 position "c"
33424 hor_pos "c"
33425 has_inner_box 1
33426 inner_pos "c"
33427 use_parbox 0
33428 use_makebox 0
33429 width "20col%"
33430 special "none"
33431 height "1in"
33432 height_special "totalheight"
33433 thickness "0.4pt"
33434 separation "3pt"
33435 shadowsize "4pt"
33436 framecolor "black"
33437 backgroundcolor "none"
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 \align center
33442 Oval box, thick
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \begin_layout Description
33451 Drop
33452 \begin_inset space ~
33453 \end_inset
33454
33455 shadow This draws a rectangular frame with a shadow around the box.
33456  The frame line thickness and the shadow can be specified.
33457  
33458 \begin_inset Box Shadowbox
33459 position "c"
33460 hor_pos "c"
33461 has_inner_box 1
33462 inner_pos "c"
33463 use_parbox 0
33464 use_makebox 0
33465 width "20col%"
33466 special "none"
33467 height "1in"
33468 height_special "totalheight"
33469 thickness "0.4pt"
33470 separation "3pt"
33471 shadowsize "4pt"
33472 framecolor "black"
33473 backgroundcolor "none"
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477 \align center
33478 Shadow box
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Description
33487 Shaded
33488 \begin_inset space ~
33489 \end_inset
33490
33491 background This draws a box with a red background.
33492  Unlike colored boxes
33493 \begin_inset Foot
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497 see sec.
33498 \begin_inset space \thinspace{}
33499 \end_inset
33500
33501
33502 \begin_inset CommandInset ref
33503 LatexCommand ref
33504 reference "sec:Colored-Boxes"
33505
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \end_inset
33512
33513 , it always uses the whole column width and the box is set as its own paragraph.
33514  
33515 \begin_inset Box Shaded
33516 position "t"
33517 hor_pos "c"
33518 has_inner_box 0
33519 inner_pos "t"
33520 use_parbox 0
33521 use_makebox 0
33522 width "50col%"
33523 special "none"
33524 height "1in"
33525 height_special "totalheight"
33526 thickness "0.4pt"
33527 separation "3pt"
33528 shadowsize "4pt"
33529 framecolor "black"
33530 backgroundcolor "none"
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534 Shaded background box
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \begin_layout Description
33543 Double
33544 \begin_inset space ~
33545 \end_inset
33546
33547 rectangular
33548 \begin_inset space ~
33549 \end_inset
33550
33551 frame This draws a double-line rectangular frame around the box.
33552  The line thickness of the inner frame is 0.75
33553 \begin_inset space \thinspace{}
33554 \end_inset
33555
33556 line
33557 \begin_inset space ~
33558 \end_inset
33559
33560 thickness, the thickness of the outer frame is 1.5
33561 \begin_inset space \thinspace{}
33562 \end_inset
33563
33564 line
33565 \begin_inset space ~
33566 \end_inset
33567
33568 thickness.
33569  The distance between the lines is 1.5
33570 \begin_inset space \thinspace{}
33571 \end_inset
33572
33573 line
33574 \begin_inset space ~
33575 \end_inset
33576
33577 thickness
33578 \begin_inset space \thinspace{}
33579 \end_inset
33580
33581 +
33582 \begin_inset space \thinspace{}
33583 \end_inset
33584
33585 0.5
33586 \begin_inset space \thinspace{}
33587 \end_inset
33588
33589 pt.
33590  
33591 \begin_inset Box Doublebox
33592 position "c"
33593 hor_pos "c"
33594 has_inner_box 1
33595 inner_pos "c"
33596 use_parbox 0
33597 use_makebox 0
33598 width "20col%"
33599 special "none"
33600 height "1in"
33601 height_special "totalheight"
33602 thickness "0.4pt"
33603 separation "3pt"
33604 shadowsize "4pt"
33605 framecolor "black"
33606 backgroundcolor "none"
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610 \align center
33611 Double rectangular box
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset VSpace bigskip
33621 \end_inset
33622
33623 \SpecialChar LyX
33624 's box label will reflect the different frame types.
33625  To be able to use all types, the \SpecialChar LaTeX
33626 -package 
33627 \series bold
33628 fancybox
33629 \series default
33630
33631 \begin_inset Index idx
33632 status collapsed
33633
33634 \begin_layout Plain Layout
33635 \SpecialChar LaTeX
33636 -packages ! fancybox
33637 \end_layout
33638
33639 \end_inset
33640
33641  must be installed.
33642 \end_layout
33643
33644 \begin_layout Standard
33645 \begin_inset VSpace bigskip
33646 \end_inset
33647
33648 When you use the decoration 
33649 \family sans
33650 simple rectangular frame
33651 \family default
33652  and no inner box, you can allow page breaks within a box.
33653  Note that then, unlike other framed boxes, the frame always uses the whole
33654  column width and the box is set as its own paragraph: 
33655 \begin_inset Box Framed
33656 position "t"
33657 hor_pos "c"
33658 has_inner_box 0
33659 inner_pos "t"
33660 use_parbox 0
33661 use_makebox 0
33662 width "100col%"
33663 special "none"
33664 height "1in"
33665 height_special "totalheight"
33666 thickness "0.4pt"
33667 separation "3pt"
33668 shadowsize "4pt"
33669 framecolor "black"
33670 backgroundcolor "none"
33671 status collapsed
33672
33673 \begin_layout Plain Layout
33674 Allow page break box
33675 \end_layout
33676
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \begin_layout Section
33683 Box Customization
33684 \begin_inset Index idx
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688 Boxes ! Customization
33689 \end_layout
33690
33691 \end_inset
33692
33693
33694 \end_layout
33695
33696 \begin_layout Standard
33697 The diameter of the round corners of the oval boxes can be set with the
33698  command 
33699 \series bold
33700
33701 \backslash
33702 cornersize
33703 \series default
33704 .
33705  The command
33706 \end_layout
33707
33708 \begin_layout Standard
33709
33710 \series bold
33711
33712 \backslash
33713 cornersize*{1cm}
33714 \end_layout
33715
33716 \begin_layout Standard
33717 sets the diameter to 1
33718 \begin_inset space \thinspace{}
33719 \end_inset
33720
33721 cm.
33722  The command
33723 \end_layout
33724
33725 \begin_layout Standard
33726
33727 \series bold
33728
33729 \backslash
33730 cornersize{num}
33731 \end_layout
33732
33733 \begin_layout Standard
33734 sets the diameter to 
33735 \family sans
33736 num
33737 \begin_inset space \thinspace{}
33738 \end_inset
33739
33740 ×
33741 \begin_inset space \thinspace{}
33742 \end_inset
33743
33744 minimum(width and height of box)
33745 \family default
33746 .
33747  The default is 
33748 \series bold
33749
33750 \backslash
33751 cornersize{0.5}
33752 \series default
33753 .
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \begin_inset ERT
33758 status collapsed
33759
33760 \begin_layout Plain Layout
33761
33762
33763 \backslash
33764 cornersize*{1.5cm}
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \begin_inset Box Ovalbox
33771 position "c"
33772 hor_pos "c"
33773 has_inner_box 1
33774 inner_pos "c"
33775 use_parbox 0
33776 use_makebox 0
33777 width "25col%"
33778 special "none"
33779 height "1in"
33780 height_special "totalheight"
33781 thickness "0.4pt"
33782 separation "3pt"
33783 shadowsize "4pt"
33784 framecolor "black"
33785 backgroundcolor "none"
33786 status open
33787
33788 \begin_layout Plain Layout
33789 \align center
33790 Oval box with 
33791 \series bold
33792
33793 \backslash
33794 cornersize
33795 \series default
33796
33797 \begin_inset space \thinspace{}
33798 \end_inset
33799
33800 =
33801 \begin_inset space \thinspace{}
33802 \end_inset
33803
33804 1.5
33805 \begin_inset space \thinspace{}
33806 \end_inset
33807
33808 cm
33809 \end_layout
33810
33811 \end_inset
33812
33813
33814 \begin_inset ERT
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818
33819
33820 \backslash
33821 cornersize{0.5}
33822 \end_layout
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Standard
33830 \begin_inset VSpace bigskip
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \begin_layout Standard
33837 The default background color red of 
33838 \family sans
33839 shaded background
33840 \family default
33841  boxes can either be changed locally with the command 
33842 \series bold
33843
33844 \backslash
33845 definecolor{shadecolor}
33846 \series default
33847  or globally with the menu 
33848 \family sans
33849 Tools\SpecialChar menuseparator
33850 Preferences\SpecialChar menuseparator
33851 Colors\SpecialChar menuseparator
33852 shaded
33853 \begin_inset space ~
33854 \end_inset
33855
33856 box
33857 \family default
33858 .
33859  The scheme of the 
33860 \series bold
33861
33862 \backslash
33863 definecolor
33864 \series default
33865  command is explained in section
33866 \begin_inset space ~
33867 \end_inset
33868
33869
33870 \begin_inset CommandInset ref
33871 LatexCommand ref
33872 reference "sec:Colored-Tables"
33873
33874 \end_inset
33875
33876 .
33877 \begin_inset Foot
33878 status collapsed
33879
33880 \begin_layout Plain Layout
33881 Note that 
33882 \series bold
33883
33884 \backslash
33885 definecolor
33886 \series default
33887  requires the \SpecialChar LaTeX
33888 -package 
33889 \series bold
33890 color
33891 \series default
33892  in the preamble, see section
33893 \begin_inset space ~
33894 \end_inset
33895
33896
33897 \begin_inset CommandInset ref
33898 LatexCommand ref
33899 reference "sec:Colored-Boxes"
33900
33901 \end_inset
33902
33903 .
33904 \end_layout
33905
33906 \end_inset
33907
33908  For example the appearance of the following shaded background box is set
33909  with the \SpecialChar TeX
33910 -Code command
33911 \end_layout
33912
33913 \begin_layout Standard
33914
33915 \series bold
33916
33917 \backslash
33918 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33919 \end_layout
33920
33921 \begin_layout Standard
33922 \begin_inset ERT
33923 status collapsed
33924
33925 \begin_layout Plain Layout
33926
33927
33928 \backslash
33929 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33930 \end_layout
33931
33932 \end_inset
33933
33934
33935 \begin_inset Box Shaded
33936 position "t"
33937 hor_pos "c"
33938 has_inner_box 0
33939 inner_pos "t"
33940 use_parbox 0
33941 use_makebox 0
33942 width "100col%"
33943 special "none"
33944 height "1in"
33945 height_special "totalheight"
33946 thickness "0.4pt"
33947 separation "3pt"
33948 shadowsize "4pt"
33949 framecolor "black"
33950 backgroundcolor "none"
33951 status open
33952
33953 \begin_layout Plain Layout
33954
33955 \color yellow
33956 This is yellow text in a
33957 \color none
33958  
33959 \family sans
33960 \color yellow
33961 shaded background
33962 \family default
33963 \color none
33964  
33965 \color yellow
33966 box with dark green background.
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \begin_inset ERT
33973 status collapsed
33974
33975 \begin_layout Plain Layout
33976
33977
33978 \backslash
33979 definecolor{shadecolor}{rgb}{1,0,0}
33980 \end_layout
33981
33982 \end_inset
33983
33984
33985 \end_layout
33986
33987 \begin_layout Standard
33988 \begin_inset VSpace bigskip
33989 \end_inset
33990
33991 Manually changed sizes and colors are valid for all boxes following the
33992  commands that change them.
33993 \end_layout
33994
33995 \begin_layout Section
33996 Minipages
33997 \begin_inset CommandInset label
33998 LatexCommand label
33999 name "sec:Minipages"
34000
34001 \end_inset
34002
34003
34004 \begin_inset Index idx
34005 status collapsed
34006
34007 \begin_layout Plain Layout
34008 Boxes ! Minipages
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Standard
34017 Minipages are treated by \SpecialChar LaTeX
34018  as pages within pages and can therefore for example
34019  have their own footnotes.
34020 \end_layout
34021
34022 \begin_layout Standard
34023 Minipages are useful when you write documents with different languages.
34024 \end_layout
34025
34026 \begin_layout Standard
34027 Below are two example minipages side by side.
34028  Their width is set to 45
34029 \begin_inset space \thinspace{}
34030 \end_inset
34031
34032 col% and they are separated by a horizontal fill, that was inserted via
34033  the menu 
34034 \family sans
34035 Insert\SpecialChar menuseparator
34036 Special
34037 \begin_inset space ~
34038 \end_inset
34039
34040 Formatting\SpecialChar menuseparator
34041 Horizontal
34042 \begin_inset space ~
34043 \end_inset
34044
34045 Fill
34046 \family default
34047 .
34048 \begin_inset Newpage newpage
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \begin_layout Standard
34055 \begin_inset Box Frameless
34056 position "t"
34057 hor_pos "c"
34058 has_inner_box 1
34059 inner_pos "c"
34060 use_parbox 0
34061 use_makebox 0
34062 width "45col%"
34063 special "none"
34064 height "1in"
34065 height_special "totalheight"
34066 thickness "0.4pt"
34067 separation "3pt"
34068 shadowsize "4pt"
34069 framecolor "black"
34070 backgroundcolor "none"
34071 status open
34072
34073 \begin_layout Plain Layout
34074
34075 \lang ngerman
34076 Dies ist ein deutscher Text.
34077  Dies ist ein deutscher Text.
34078  Dies ist ein deutscher Text.
34079  Dies ist ein deutscher Text.
34080  Dies ist ein deutscher Text.
34081  Dies ist ein deutscher Text.
34082  Dies ist ein deutscher Text.
34083  Dies ist ein deutscher Text.
34084  Dies ist ein deutscher Text.
34085  Dies ist ein deutscher Text.
34086  Dies ist ein deutscher Text.
34087  Dies ist ein deutscher Text.
34088  Dies ist ein deutscher Text
34089 \begin_inset Foot
34090 status collapsed
34091
34092 \begin_layout Plain Layout
34093
34094 \lang ngerman
34095 Dies ist eine deutsche Fußnote.
34096 \end_layout
34097
34098 \end_inset
34099
34100 .
34101  Dies ist ein deutscher Text.
34102  Dies ist ein deutscher Text.
34103 \end_layout
34104
34105 \end_inset
34106
34107
34108 \begin_inset space \hfill{}
34109 \end_inset
34110
34111
34112 \begin_inset Box Frameless
34113 position "t"
34114 hor_pos "c"
34115 has_inner_box 1
34116 inner_pos "c"
34117 use_parbox 0
34118 use_makebox 0
34119 width "45col%"
34120 special "none"
34121 height "1in"
34122 height_special "totalheight"
34123 thickness "0.4pt"
34124 separation "3pt"
34125 shadowsize "4pt"
34126 framecolor "black"
34127 backgroundcolor "none"
34128 status open
34129
34130 \begin_layout Plain Layout
34131 This is an English Text.
34132  This is an English Text.
34133  This is an English Text.
34134  This is an English Text.
34135  This is an English Text.
34136  This is an English Text.
34137  This is an English Text.
34138  This is an English Text.
34139  This is an English Text.
34140  This is an English Text.
34141  This is an English Text.
34142  This is an English Text.
34143  This is an English Text.
34144  This is an English Text.
34145  This is an English Text.
34146  This is an English Text.
34147 \begin_inset Foot
34148 status collapsed
34149
34150 \begin_layout Plain Layout
34151 This is an English footnote.
34152 \end_layout
34153
34154 \end_inset
34155
34156  This is an English Text.
34157 \end_layout
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \begin_layout Standard
34165 \begin_inset VSpace bigskip
34166 \end_inset
34167
34168 The document-wide paragraph settings are ignored within minipages.
34169  That means that there will be no space between paragraphs in minipages
34170  although you set it to e.
34171 \begin_inset space \thinspace{}
34172 \end_inset
34173
34174 g.
34175 \begin_inset space \space{}
34176 \end_inset
34177
34178
34179 \family sans
34180 MedSkip
34181 \family default
34182  in the document settings.
34183 \end_layout
34184
34185 \begin_layout Standard
34186 Minipages can also be used to set a background color for text parts, see
34187  section
34188 \begin_inset space ~
34189 \end_inset
34190
34191
34192 \begin_inset CommandInset ref
34193 LatexCommand ref
34194 reference "sec:Colored-Boxes"
34195
34196 \end_inset
34197
34198 .
34199 \end_layout
34200
34201 \begin_layout Standard
34202 \begin_inset Note Greyedout
34203 status open
34204
34205 \begin_layout Plain Layout
34206
34207 \series bold
34208 Note:
34209 \series default
34210  You cannot have floats or margin notes inside minipages but minipages can
34211  be used inside tables, floats, and other boxes.
34212 \end_layout
34213
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \begin_layout Section
34220 Parboxes
34221 \begin_inset CommandInset label
34222 LatexCommand label
34223 name "sec:Parboxes"
34224
34225 \end_inset
34226
34227
34228 \begin_inset Index idx
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232 Boxes ! Parboxes
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \begin_layout Standard
34241 Parboxes are very similar to minipages with the difference that they cannot
34242  have footnotes.
34243 \begin_inset Separator parbreak
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \begin_layout Standard
34250 \align center
34251 \begin_inset Box Frameless
34252 position "t"
34253 hor_pos "c"
34254 has_inner_box 1
34255 inner_pos "t"
34256 use_parbox 1
34257 use_makebox 0
34258 width "33col%"
34259 special "none"
34260 height "1in"
34261 height_special "totalheight"
34262 thickness "0.4pt"
34263 separation "3pt"
34264 shadowsize "4pt"
34265 framecolor "black"
34266 backgroundcolor "none"
34267 status open
34268
34269 \begin_layout Plain Layout
34270 This a text within a parbox.
34271  This a text within a parbox.
34272 \end_layout
34273
34274 \begin_layout Plain Layout
34275 This footnote won't appear:
34276 \begin_inset Foot
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280 This footnote is inside a parbox and will therefore not appear.
34281 \end_layout
34282
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \end_inset
34289
34290
34291 \end_layout
34292
34293 \begin_layout Section
34294 Boxes for Words and Characters
34295 \begin_inset Index idx
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299 Boxes ! for Characters
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Subsection
34308 Prevent Hyphenation
34309 \begin_inset CommandInset label
34310 LatexCommand label
34311 name "sec:Prevent-Hyphenation"
34312
34313 \end_inset
34314
34315
34316 \begin_inset Index idx
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320 Boxes ! to Prevent Hyphenation
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Standard
34329 You can use the box type 
34330 \family sans
34331 Makebox
34332 \family default
34333  to prevent words or text from being hyphenated.
34334 \begin_inset Newline newline
34335 \end_inset
34336
34337 Here is an example text:
34338 \end_layout
34339
34340 \begin_layout Standard
34341 This line is an example to show how you can prevent the hyphenation of 
34342 \begin_inset Quotes eld
34343 \end_inset
34344
34345 veryverylongword
34346 \begin_inset Quotes erd
34347 \end_inset
34348
34349 .
34350 \end_layout
34351
34352 \begin_layout Standard
34353 To prevent the hyphenation of the word 
34354 \begin_inset Quotes eld
34355 \end_inset
34356
34357 veryverylongword
34358 \begin_inset Quotes erd
34359 \end_inset
34360
34361 , put the word into a box, set the 
34362 \family sans
34363 Inner
34364 \begin_inset space ~
34365 \end_inset
34366
34367 box
34368 \family default
34369  to 
34370 \family sans
34371 Makebox
34372 \family default
34373  and use no explicit width.
34374 \end_layout
34375
34376 \begin_layout Standard
34377 This is the result:
34378 \end_layout
34379
34380 \begin_layout Standard
34381 This line is an example to show how you can prevent the hyphenation of 
34382 \begin_inset Box Frameless
34383 position "t"
34384 hor_pos "c"
34385 has_inner_box 1
34386 inner_pos "t"
34387 use_parbox 0
34388 use_makebox 1
34389 width ""
34390 special "none"
34391 height "1in"
34392 height_special "totalheight"
34393 thickness "0.4pt"
34394 separation "3pt"
34395 shadowsize "4pt"
34396 framecolor "black"
34397 backgroundcolor "none"
34398 status open
34399
34400 \begin_layout Plain Layout
34401 \begin_inset Quotes eld
34402 \end_inset
34403
34404 veryverylongword
34405 \begin_inset Quotes erd
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \end_inset
34412
34413 .
34414 \end_layout
34415
34416 \begin_layout Standard
34417 You can alternatively set the command 
34418 \begin_inset Quotes eld
34419 \end_inset
34420
34421
34422 \series bold
34423
34424 \backslash
34425 -
34426 \series default
34427
34428 \begin_inset Quotes grd
34429 \end_inset
34430
34431  as \SpecialChar TeX
34432 -Code directly before the word:
34433 \end_layout
34434
34435 \begin_layout Standard
34436 This line is an example to show how you can prevent the hyphenation of 
34437 \begin_inset Quotes eld
34438 \end_inset
34439
34440
34441 \begin_inset ERT
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445
34446
34447 \backslash
34448 -
34449 \end_layout
34450
34451 \end_inset
34452
34453 veryverylongword
34454 \begin_inset Quotes erd
34455 \end_inset
34456
34457 .
34458 \end_layout
34459
34460 \begin_layout Standard
34461 Of course the word now protrudes over the side margin.
34462  To avoid this, add via the menu 
34463 \family sans
34464 Insert\SpecialChar menuseparator
34465 Formatting\SpecialChar menuseparator
34466 Ragged
34467 \begin_inset space ~
34468 \end_inset
34469
34470 Line
34471 \begin_inset space ~
34472 \end_inset
34473
34474 Break
34475 \family default
34476  (shortcut 
34477 \begin_inset Info
34478 type  "shortcut"
34479 arg   "newline-insert newline"
34480 \end_inset
34481
34482 ) a line break before the word:
34483 \end_layout
34484
34485 \begin_layout Standard
34486 This line is an example to show how you can prevent the hyphenation of 
34487 \begin_inset Newline newline
34488 \end_inset
34489
34490
34491 \begin_inset Box Frameless
34492 position "t"
34493 hor_pos "c"
34494 has_inner_box 1
34495 inner_pos "t"
34496 use_parbox 0
34497 use_makebox 1
34498 width ""
34499 special "none"
34500 height "1in"
34501 height_special "totalheight"
34502 thickness "0.4pt"
34503 separation "3pt"
34504 shadowsize "4pt"
34505 framecolor "black"
34506 backgroundcolor "none"
34507 status open
34508
34509 \begin_layout Plain Layout
34510 \begin_inset Quotes eld
34511 \end_inset
34512
34513 veryverylongword
34514 \begin_inset Quotes erd
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \end_inset
34521
34522 .
34523 \end_layout
34524
34525 \begin_layout Subsection
34526 Vertical Alignment
34527 \begin_inset CommandInset label
34528 LatexCommand label
34529 name "subsec:Vertical-Alignment"
34530
34531 \end_inset
34532
34533
34534 \begin_inset Index idx
34535 status collapsed
34536
34537 \begin_layout Plain Layout
34538 Boxes ! for Vertical Alignment
34539 \end_layout
34540
34541 \end_inset
34542
34543
34544 \begin_inset Index idx
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548 Boxes ! Raiseboxes
34549 \end_layout
34550
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \begin_layout Standard
34557 With the help of the command 
34558 \series bold
34559
34560 \backslash
34561 raisebox
34562 \series default
34563  you can align words, characters or other boxes vertically relative to the
34564  surrounding text.
34565  
34566 \series bold
34567
34568 \backslash
34569 raisebox
34570 \series default
34571  is used with the following scheme:
34572 \end_layout
34573
34574 \begin_layout Standard
34575
34576 \series bold
34577
34578 \backslash
34579 raisebox{lift}[height][depth]{box content}
34580 \end_layout
34581
34582 \begin_layout Standard
34583 The lift can be a positive value to raise the box or a negative value to
34584  lower the box.
34585 \end_layout
34586
34587 \begin_layout Standard
34588 To align for example the word 
34589 \begin_inset Quotes eld
34590 \end_inset
34591
34592 preventing
34593 \begin_inset Quotes erd
34594 \end_inset
34595
34596  so that the bottom of the 
34597 \begin_inset Quotes eld
34598 \end_inset
34599
34600 deepest
34601 \begin_inset Quotes erd
34602 \end_inset
34603
34604  character 
34605 \begin_inset Quotes eld
34606 \end_inset
34607
34608 p
34609 \begin_inset Quotes erd
34610 \end_inset
34611
34612  is at the baseline, insert the command
34613 \end_layout
34614
34615 \begin_layout Standard
34616
34617 \series bold
34618
34619 \backslash
34620 raisebox{
34621 \backslash
34622 depth}{
34623 \end_layout
34624
34625 \begin_layout Standard
34626 in \SpecialChar TeX
34627 -Code before the word.
34628  After the word insert a closing brace 
34629 \begin_inset Quotes eld
34630 \end_inset
34631
34632
34633 \series bold
34634 }
34635 \series default
34636
34637 \begin_inset Quotes erd
34638 \end_inset
34639
34640  in \SpecialChar TeX
34641 -Code.
34642 \begin_inset Newline newline
34643 \end_inset
34644
34645 This is the result:
34646 \end_layout
34647
34648 \begin_layout Standard
34649 This is a text line with the word 
34650 \begin_inset ERT
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654
34655
34656 \backslash
34657 raisebox{
34658 \backslash
34659 depth}{
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \begin_inset Quotes eld
34666 \end_inset
34667
34668 preventing
34669 \begin_inset Quotes erd
34670 \end_inset
34671
34672
34673 \begin_inset ERT
34674 status collapsed
34675
34676 \begin_layout Plain Layout
34677
34678 }
34679 \end_layout
34680
34681 \end_inset
34682
34683  as a raised word.
34684 \end_layout
34685
34686 \begin_layout Standard
34687 \begin_inset VSpace bigskip
34688 \end_inset
34689
34690 When you raise or lower characters in a line, the line distance will be
34691  spread:
34692 \end_layout
34693
34694 \begin_layout Standard
34695 This is a text line with the word 
34696 \begin_inset ERT
34697 status collapsed
34698
34699 \begin_layout Plain Layout
34700
34701
34702 \backslash
34703 raisebox{-
34704 \backslash
34705 depth}{
34706 \end_layout
34707
34708 \end_inset
34709
34710
34711 \begin_inset Quotes eld
34712 \end_inset
34713
34714 preventing
34715 \begin_inset Quotes erd
34716 \end_inset
34717
34718
34719 \begin_inset ERT
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723
34724 }
34725 \end_layout
34726
34727 \end_inset
34728
34729  as a lowered word.
34730 \begin_inset Newline newline
34731 \end_inset
34732
34733 This is a text line with the word 
34734 \begin_inset ERT
34735 status collapsed
34736
34737 \begin_layout Plain Layout
34738
34739
34740 \backslash
34741 raisebox{0.5cm}{
34742 \end_layout
34743
34744 \end_inset
34745
34746
34747 \begin_inset Quotes eld
34748 \end_inset
34749
34750 testing
34751 \begin_inset Quotes erd
34752 \end_inset
34753
34754
34755 \begin_inset ERT
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759
34760 }
34761 \end_layout
34762
34763 \end_inset
34764
34765  as a raised word.
34766 \end_layout
34767
34768 \begin_layout Standard
34769 If you want to prevent this for a certain reason, set the box height to
34770  a zero value.
34771  For example use
34772 \end_layout
34773
34774 \begin_layout Standard
34775
34776 \series bold
34777
34778 \backslash
34779 raisebox{-
34780 \backslash
34781 depth}[0pt]{
34782 \end_layout
34783
34784 \begin_layout Standard
34785 This is a text line with the word 
34786 \begin_inset ERT
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790
34791
34792 \backslash
34793 raisebox{-
34794 \backslash
34795 depth}[0pt]{
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \begin_inset Quotes eld
34802 \end_inset
34803
34804 preventing
34805 \begin_inset Quotes erd
34806 \end_inset
34807
34808
34809 \begin_inset ERT
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813
34814 }
34815 \end_layout
34816
34817 \end_inset
34818
34819  as a lowered word.
34820 \begin_inset Newline newline
34821 \end_inset
34822
34823
34824 \begin_inset Newline newline
34825 \end_inset
34826
34827 This is a text line with the word 
34828 \begin_inset ERT
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832
34833
34834 \backslash
34835 raisebox{0.5cm}[0pt]{
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \begin_inset Quotes eld
34842 \end_inset
34843
34844 testing
34845 \begin_inset Quotes erd
34846 \end_inset
34847
34848
34849 \begin_inset ERT
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853
34854 }
34855 \end_layout
34856
34857 \end_inset
34858
34859  as a raised word.
34860 \end_layout
34861
34862 \begin_layout Section
34863 Colored Boxes
34864 \begin_inset CommandInset label
34865 LatexCommand label
34866 name "sec:Colored-Boxes"
34867
34868 \end_inset
34869
34870
34871 \begin_inset Index idx
34872 status collapsed
34873
34874 \begin_layout Plain Layout
34875 Boxes ! Color
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \begin_layout Standard
34884 To color the background of a box just select the color you like in the box
34885  dialog.
34886  This is for example a box with orange background: 
34887 \begin_inset Box Frameless
34888 position "t"
34889 hor_pos "c"
34890 has_inner_box 1
34891 inner_pos "t"
34892 use_parbox 0
34893 use_makebox 1
34894 width ""
34895 special "none"
34896 height "1in"
34897 height_special "totalheight"
34898 thickness "0.4pt"
34899 separation "3pt"
34900 shadowsize "4pt"
34901 framecolor "black"
34902 backgroundcolor "orange"
34903 status open
34904
34905 \begin_layout Plain Layout
34906 Box with orange background
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Standard
34915 If you use the decoration 
34916 \family sans
34917 Simple
34918 \begin_inset space ~
34919 \end_inset
34920
34921 rectangular
34922 \begin_inset space ~
34923 \end_inset
34924
34925 frame
34926 \family default
34927  you can set a frame color.
34928  In this case you must also specify a background color (LyX sets white as
34929  default).
34930  Here is an example: 
34931 \begin_inset Box Boxed
34932 position "t"
34933 hor_pos "c"
34934 has_inner_box 0
34935 inner_pos "t"
34936 use_parbox 0
34937 use_makebox 0
34938 width ""
34939 special "none"
34940 height "1in"
34941 height_special "totalheight"
34942 thickness "0.4pt"
34943 separation "3pt"
34944 shadowsize "4pt"
34945 framecolor "teal"
34946 backgroundcolor "yellow"
34947 status open
34948
34949 \begin_layout Plain Layout
34950 Box with teal frame color and yellow background color
34951 \end_layout
34952
34953 \end_inset
34954
34955
34956 \end_layout
34957
34958 \begin_layout Standard
34959 \begin_inset VSpace bigskip
34960 \end_inset
34961
34962 Of course you can also have colored text inside a colored box:
34963 \begin_inset Newline newline
34964 \end_inset
34965
34966
34967 \begin_inset Box Boxed
34968 position "t"
34969 hor_pos "c"
34970 has_inner_box 0
34971 inner_pos "t"
34972 use_parbox 0
34973 use_makebox 0
34974 width ""
34975 special "none"
34976 height "1in"
34977 height_special "totalheight"
34978 thickness "0.4pt"
34979 separation "3pt"
34980 shadowsize "4pt"
34981 framecolor "cyan"
34982 backgroundcolor "magenta"
34983 status open
34984
34985 \begin_layout Plain Layout
34986
34987 \color yellow
34988 This is colored text within a colored, framed box
34989 \end_layout
34990
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \begin_layout Standard
34997 \begin_inset VSpace bigskip
34998 \end_inset
34999
35000
35001 \end_layout
35002
35003 \begin_layout Standard
35004 If you need another color than the predefined ones, you can define your
35005  own color as described in section
35006 \begin_inset space ~
35007 \end_inset
35008
35009
35010 \begin_inset CommandInset ref
35011 LatexCommand ref
35012 reference "sec:Colored-Tables"
35013
35014 \end_inset
35015
35016 .
35017  To use your own color you must typeset the box by using TeX code:
35018 \end_layout
35019
35020 \begin_layout Standard
35021 Colored boxes without frame are created with the command 
35022 \series bold
35023
35024 \backslash
35025 colorbox
35026 \series default
35027 .
35028  It has the following scheme:
35029 \end_layout
35030
35031 \begin_layout Standard
35032
35033 \series bold
35034
35035 \backslash
35036 colorbox{color}{box content}
35037 \end_layout
35038
35039 \begin_layout Standard
35040 The box content can also be a box and colored boxes can also be within other
35041  boxes.
35042  To have e.
35043 \begin_inset space \thinspace{}
35044 \end_inset
35045
35046 g.
35047 \begin_inset space \space{}
35048 \end_inset
35049
35050 a darkgreen background for a word, insert the command
35051 \end_layout
35052
35053 \begin_layout Standard
35054
35055 \series bold
35056
35057 \backslash
35058 colorbox{darkgreen}{
35059 \end_layout
35060
35061 \begin_layout Standard
35062 before the word in \SpecialChar TeX
35063 -Code.
35064  After the word insert a closing brace 
35065 \begin_inset Quotes eld
35066 \end_inset
35067
35068
35069 \series bold
35070 }
35071 \series default
35072
35073 \begin_inset Quotes erd
35074 \end_inset
35075
35076  in \SpecialChar TeX
35077 -Code.
35078 \begin_inset Newline newline
35079 \end_inset
35080
35081 This is the result:
35082 \end_layout
35083
35084 \begin_layout Standard
35085 This is a line where the word 
35086 \begin_inset ERT
35087 status collapsed
35088
35089 \begin_layout Plain Layout
35090
35091
35092 \backslash
35093 colorbox{darkgreen}{
35094 \end_layout
35095
35096 \end_inset
35097
35098
35099 \begin_inset Quotes eld
35100 \end_inset
35101
35102 Attention!
35103 \begin_inset Quotes erd
35104 \end_inset
35105
35106
35107 \begin_inset ERT
35108 status collapsed
35109
35110 \begin_layout Plain Layout
35111
35112 }
35113 \end_layout
35114
35115 \end_inset
35116
35117  has a darkgreen background.
35118 \end_layout
35119
35120 \begin_layout Standard
35121 Framed, colored boxes are created with the command 
35122 \series bold
35123
35124 \backslash
35125 fcolorbox
35126 \series default
35127 .
35128  It has the following scheme:
35129 \end_layout
35130
35131 \begin_layout Standard
35132
35133 \series bold
35134
35135 \backslash
35136 fcolorbox{frame color}{box color}{box content}
35137 \end_layout
35138
35139 \begin_layout Section
35140 Rotated and Scaled Boxes
35141 \end_layout
35142
35143 \begin_layout Standard
35144 To use the commands described in this section, the \SpecialChar LaTeX
35145 -package 
35146 \series bold
35147 graphicx
35148 \series default
35149
35150 \begin_inset Index idx
35151 status collapsed
35152
35153 \begin_layout Plain Layout
35154 \SpecialChar LaTeX
35155 -packages ! graphicx
35156 \end_layout
35157
35158 \end_inset
35159
35160  needs to be loaded in the document preamble with the command
35161 \end_layout
35162
35163 \begin_layout Standard
35164
35165 \series bold
35166
35167 \backslash
35168 @ifundefined{rotatebox}
35169 \begin_inset Newline newline
35170 \end_inset
35171
35172
35173 \begin_inset Phantom HPhantom
35174 status open
35175
35176 \begin_layout Plain Layout
35177
35178 \series bold
35179 \begin_inset space ~
35180 \end_inset
35181
35182
35183 \end_layout
35184
35185 \end_inset
35186
35187 {
35188 \backslash
35189 usepackage{graphicx}}{}
35190 \end_layout
35191
35192 \begin_layout Standard
35193 \begin_inset Note Greyedout
35194 status open
35195
35196 \begin_layout Plain Layout
35197
35198 \series bold
35199 Note:
35200 \series default
35201  Not all DVI-viewers are able to display rotated or scaled material.
35202 \end_layout
35203
35204 \end_inset
35205
35206
35207 \end_layout
35208
35209 \begin_layout Standard
35210 \begin_inset Note Greyedout
35211 status open
35212
35213 \begin_layout Plain Layout
35214
35215 \series bold
35216 Note:
35217 \series default
35218  Floats are not allowed inside a rotated or scaled box.
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \begin_layout Subsection
35227 Rotated Boxes
35228 \begin_inset Index idx
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232 Boxes ! rotated
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \begin_inset Index idx
35239 status collapsed
35240
35241 \begin_layout Plain Layout
35242 Rotated Material
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \begin_layout Standard
35251 To rotate material, you can put it into a rotated box.
35252  Such a box is created using the command 
35253 \series bold
35254
35255 \backslash
35256 rotatebox
35257 \series default
35258  in \SpecialChar TeX
35259 -Code with the following scheme:
35260 \end_layout
35261
35262 \begin_layout Standard
35263
35264 \series bold
35265
35266 \backslash
35267 rotatebox[rotation origin]{rotation angle}{box content}
35268 \end_layout
35269
35270 \begin_layout Standard
35271 The rotation origin is specified in the form 
35272 \series bold
35273 origin=position
35274 \series default
35275 .
35276  The following positions are possible: 
35277 \emph on
35278 c
35279 \emph default
35280  (center), 
35281 \emph on
35282 l
35283 \emph default
35284  (left), 
35285 \emph on
35286 r
35287 \emph default
35288  (right), 
35289 \emph on
35290 b
35291 \emph default
35292  (bottom), 
35293 \emph on
35294 t
35295 \emph default
35296  (top), along with meaningful combinations of the four base positions.
35297  For example 
35298 \emph on
35299 lt
35300 \emph default
35301  means that the rotation origin is at the top left corner of the box.
35302  When no rotation origin is specified, the position 
35303 \emph on
35304 l
35305 \emph default
35306  will be used.
35307  The rotation angle is a number that can be negative that specifies the
35308  angle in degrees.
35309  The rotation direction is counterclockwise.
35310 \end_layout
35311
35312 \begin_layout Standard
35313 In the following example the command 
35314 \series bold
35315
35316 \backslash
35317 rotatebox[origin=c]{60}{
35318 \series default
35319  was inserted as \SpecialChar TeX
35320 -Code before the text 
35321 \begin_inset Quotes eld
35322 \end_inset
35323
35324 with rotated
35325 \begin_inset Quotes erd
35326 \end_inset
35327
35328 ; after the text the box was closed by a closing brace 
35329 \series bold
35330 }
35331 \series default
35332  in \SpecialChar TeX
35333 -Code.
35334 \end_layout
35335
35336 \begin_layout Standard
35337 This is a line 
35338 \begin_inset ERT
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342
35343
35344 \backslash
35345 rotatebox[origin=c]{60}{
35346 \end_layout
35347
35348 \end_inset
35349
35350 with rotated
35351 \begin_inset ERT
35352 status collapsed
35353
35354 \begin_layout Plain Layout
35355
35356 }
35357 \end_layout
35358
35359 \end_inset
35360
35361  text.
35362 \end_layout
35363
35364 \begin_layout Standard
35365 The box content can also be another box or an inline formula:
35366 \end_layout
35367
35368 \begin_layout Standard
35369 This is a line
35370 \begin_inset ERT
35371 status collapsed
35372
35373 \begin_layout Plain Layout
35374
35375
35376 \backslash
35377 rotatebox[origin=r]{-60}{
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \begin_inset Box Doublebox
35384 position "c"
35385 hor_pos "c"
35386 has_inner_box 0
35387 inner_pos "c"
35388 use_parbox 0
35389 use_makebox 0
35390 width "1in"
35391 special "width"
35392 height "1in"
35393 height_special "totalheight"
35394 thickness "0.4pt"
35395 separation "3pt"
35396 shadowsize "4pt"
35397 framecolor "black"
35398 backgroundcolor "none"
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 with rotated
35403 \end_layout
35404
35405 \end_inset
35406
35407
35408 \begin_inset ERT
35409 status collapsed
35410
35411 \begin_layout Plain Layout
35412
35413 }
35414 \end_layout
35415
35416 \end_inset
35417
35418  framed text 
35419 \begin_inset ERT
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423
35424
35425 \backslash
35426 rotatebox[origin=lb]{60}{
35427 \end_layout
35428
35429 \end_inset
35430
35431
35432 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35433 \end_inset
35434
35435
35436 \begin_inset ERT
35437 status collapsed
35438
35439 \begin_layout Plain Layout
35440
35441 }
35442 \end_layout
35443
35444 \end_inset
35445
35446  and a formula.
35447 \end_layout
35448
35449 \begin_layout Standard
35450 or an image or table:
35451 \end_layout
35452
35453 \begin_layout Standard
35454 This is a line
35455 \begin_inset ERT
35456 status collapsed
35457
35458 \begin_layout Plain Layout
35459
35460
35461 \backslash
35462 rotatebox[origin=lb]{90}{
35463 \end_layout
35464
35465 \end_inset
35466
35467
35468 \begin_inset Graphics
35469         filename clipart/platypus.eps
35470         lyxscale 50
35471         width 25col%
35472
35473 \end_inset
35474
35475
35476 \begin_inset ERT
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480
35481 }
35482 \end_layout
35483
35484 \end_inset
35485
35486  with a rotated image 
35487 \begin_inset ERT
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491
35492
35493 \backslash
35494 rotatebox[origin=l]{-90}{
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Tabular
35501 <lyxtabular version="3" rows="2" columns="2">
35502 <features tabularvalignment="middle">
35503 <column alignment="center" valignment="top">
35504 <column alignment="center" valignment="top">
35505 <row>
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35507 \begin_inset Text
35508
35509 \begin_layout Plain Layout
35510 q
35511 \end_layout
35512
35513 \end_inset
35514 </cell>
35515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35516 \begin_inset Text
35517
35518 \begin_layout Plain Layout
35519 w
35520 \end_layout
35521
35522 \end_inset
35523 </cell>
35524 </row>
35525 <row>
35526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530 e
35531 \end_layout
35532
35533 \end_inset
35534 </cell>
35535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35536 \begin_inset Text
35537
35538 \begin_layout Plain Layout
35539 r
35540 \end_layout
35541
35542 \end_inset
35543 </cell>
35544 </row>
35545 </lyxtabular>
35546
35547 \end_inset
35548
35549
35550 \begin_inset ERT
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554
35555 }
35556 \end_layout
35557
35558 \end_inset
35559
35560  and table.
35561 \begin_inset Index idx
35562 status collapsed
35563
35564 \begin_layout Plain Layout
35565 Figures ! rotated
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \begin_inset Index idx
35572 status collapsed
35573
35574 \begin_layout Plain Layout
35575 Table Customization ! Rotating
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Subsection
35584 Scaled Boxes
35585 \begin_inset Index idx
35586 status collapsed
35587
35588 \begin_layout Plain Layout
35589 Boxes ! scaled
35590 \end_layout
35591
35592 \end_inset
35593
35594
35595 \begin_inset Index idx
35596 status collapsed
35597
35598 \begin_layout Plain Layout
35599 Scaled Material
35600 \end_layout
35601
35602 \end_inset
35603
35604
35605 \end_layout
35606
35607 \begin_layout Standard
35608 To scale material the commands 
35609 \series bold
35610
35611 \backslash
35612 scalebox
35613 \series default
35614  and 
35615 \series bold
35616
35617 \backslash
35618 resizebox
35619 \series default
35620  can be used as \SpecialChar TeX
35621 -Code.
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \series bold
35627
35628 \backslash
35629 scalebox
35630 \series default
35631  is used with the following scheme:
35632 \end_layout
35633
35634 \begin_layout Standard
35635
35636 \series bold
35637
35638 \backslash
35639 scalebox{horizontal}[vertical]{box content}
35640 \end_layout
35641
35642 \begin_layout Standard
35643 Horizontal and vertical are the corresponding scaling factors.
35644  If no vertical scaling factor is given, the horizontal factor will also
35645  be used as the vertical one.
35646 \end_layout
35647
35648 \begin_layout Standard
35649 The command 
35650 \series bold
35651
35652 \backslash
35653 scalebox{2}{Hello}
35654 \series default
35655  creates for example a double size 
35656 \begin_inset ERT
35657 status collapsed
35658
35659 \begin_layout Plain Layout
35660
35661
35662 \backslash
35663 scalebox{2}{
35664 \end_layout
35665
35666 \end_inset
35667
35668 Hello
35669 \begin_inset ERT
35670 status collapsed
35671
35672 \begin_layout Plain Layout
35673
35674 }
35675 \end_layout
35676
35677 \end_inset
35678
35679 , compared with the document text size.
35680 \end_layout
35681
35682 \begin_layout Standard
35683
35684 \series bold
35685
35686 \backslash
35687 scalebox{2}[1]{Hello}
35688 \series default
35689  on the other hand distorts the 
35690 \begin_inset ERT
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694
35695
35696 \backslash
35697 scalebox{2}[1]{
35698 \end_layout
35699
35700 \end_inset
35701
35702 Hello
35703 \begin_inset ERT
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707
35708 }
35709 \end_layout
35710
35711 \end_inset
35712
35713 .
35714 \end_layout
35715
35716 \begin_layout Standard
35717 If the scaling factor is negative, the box content will be mirrored.
35718  Therefore the command 
35719 \series bold
35720
35721 \backslash
35722 scalebox{-1}[1]{Hello}
35723 \series default
35724  can be used to create mirror writing: 
35725 \begin_inset ERT
35726 status collapsed
35727
35728 \begin_layout Plain Layout
35729
35730
35731 \backslash
35732 scalebox{-1}[1]{
35733 \end_layout
35734
35735 \end_inset
35736
35737 Hello
35738 \begin_inset ERT
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742
35743 }
35744 \end_layout
35745
35746 \end_inset
35747
35748
35749 \end_layout
35750
35751 \begin_layout Standard
35752
35753 \series bold
35754
35755 \backslash
35756 scalebox{1}[-1]{Hello}
35757 \series default
35758  reflects the 
35759 \begin_inset ERT
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763
35764
35765 \backslash
35766 scalebox{1}[-1]{
35767 \end_layout
35768
35769 \end_inset
35770
35771 Hello
35772 \begin_inset ERT
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776
35777 }
35778 \end_layout
35779
35780 \end_inset
35781
35782  at the base line.
35783 \end_layout
35784
35785 \begin_layout Standard
35786 Equivalent to 
35787 \series bold
35788
35789 \backslash
35790 scalebox{-1}[1]{box content}
35791 \series default
35792  there exists the command
35793 \begin_inset Newline newline
35794 \end_inset
35795
35796
35797 \series bold
35798
35799 \backslash
35800 reflectbox{box content}
35801 \series default
35802 .
35803 \end_layout
35804
35805 \begin_layout Standard
35806 \begin_inset VSpace bigskip
35807 \end_inset
35808
35809 The command 
35810 \series bold
35811
35812 \backslash
35813 resizebox
35814 \series default
35815  is used to scale the box to a defined width and height.
35816  The command scheme is:
35817 \end_layout
35818
35819 \begin_layout Standard
35820
35821 \series bold
35822
35823 \backslash
35824 resizebox{width}{height}{box content}
35825 \end_layout
35826
35827 \begin_layout Standard
35828 If one of the two command arguments given is an exclamation mark 
35829 \series bold
35830 !
35831 \series default
35832 , the size is set so that the aspect ratio of the box content is kept.
35833 \end_layout
35834
35835 \begin_layout Standard
35836 The command 
35837 \series bold
35838
35839 \backslash
35840 resizebox{2cm}{1cm}{Hello}
35841 \series default
35842  produces: 
35843 \begin_inset ERT
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847
35848
35849 \backslash
35850 resizebox{2cm}{1cm}{
35851 \end_layout
35852
35853 \end_inset
35854
35855 Hello
35856 \begin_inset ERT
35857 status collapsed
35858
35859 \begin_layout Plain Layout
35860
35861 }
35862 \end_layout
35863
35864 \end_inset
35865
35866
35867 \begin_inset Newline newline
35868 \end_inset
35869
35870 The command 
35871 \series bold
35872
35873 \backslash
35874 resizebox{2cm}{!}{Hello}
35875 \series default
35876  produces: 
35877 \begin_inset ERT
35878 status collapsed
35879
35880 \begin_layout Plain Layout
35881
35882
35883 \backslash
35884 resizebox{2cm}{!}{
35885 \end_layout
35886
35887 \end_inset
35888
35889 Hello
35890 \begin_inset ERT
35891 status collapsed
35892
35893 \begin_layout Plain Layout
35894
35895 }
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \begin_layout Standard
35904 \begin_inset VSpace bigskip
35905 \end_inset
35906
35907
35908 \begin_inset Note Greyedout
35909 status open
35910
35911 \begin_layout Plain Layout
35912
35913 \series bold
35914 Note:
35915 \series default
35916  When arguments of 
35917 \series bold
35918
35919 \backslash
35920 scalebox
35921 \series default
35922  or 
35923 \series bold
35924
35925 \backslash
35926 resizebox
35927 \series default
35928  are set to zero, no \SpecialChar LaTeX
35929 -errors occur when exporting the document but the exported
35930  files can not or only partly be displayed.
35931 \end_layout
35932
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \begin_layout Standard
35939 \begin_inset VSpace bigskip
35940 \end_inset
35941
35942
35943 \end_layout
35944
35945 \begin_layout Standard
35946 The boxes can be combined in any order.
35947  E.
35948 \begin_inset space \thinspace{}
35949 \end_inset
35950
35951 g.
35952 \begin_inset space \space{}
35953 \end_inset
35954
35955 the command
35956 \begin_inset Newline newline
35957 \end_inset
35958
35959
35960 \series bold
35961
35962 \backslash
35963 rotatebox[origin=c]{-45}{
35964 \backslash
35965 resizebox{2cm}{!}{
35966 \backslash
35967 reflectbox{Hello}}}
35968 \begin_inset Newline newline
35969 \end_inset
35970
35971
35972 \series default
35973 produces:
35974 \begin_inset Separator parbreak
35975 \end_inset
35976
35977
35978 \end_layout
35979
35980 \begin_layout Standard
35981 \align center
35982 \begin_inset ERT
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986
35987
35988 \backslash
35989 rotatebox[origin=c]{-45}{
35990 \backslash
35991 resizebox{2cm}{!}{
35992 \backslash
35993 reflectbox{
35994 \end_layout
35995
35996 \end_inset
35997
35998 Hello
35999 \begin_inset ERT
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003
36004 }}}
36005 \end_layout
36006
36007 \end_inset
36008
36009
36010 \end_layout
36011
36012 \begin_layout Standard
36013 \noindent
36014 Images, tables, and inline formulas are allowed as box content:
36015 \begin_inset Separator parbreak
36016 \end_inset
36017
36018
36019 \end_layout
36020
36021 \begin_layout Standard
36022 \align center
36023 \begin_inset ERT
36024 status collapsed
36025
36026 \begin_layout Plain Layout
36027
36028
36029 \backslash
36030 rotatebox[origin=c]{-30}{
36031 \backslash
36032 resizebox{2cm}{!}{
36033 \backslash
36034 reflectbox{
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \begin_inset Graphics
36041         filename clipart/platypus.eps
36042         lyxscale 50
36043         width 25col%
36044
36045 \end_inset
36046
36047
36048 \begin_inset ERT
36049 status collapsed
36050
36051 \begin_layout Plain Layout
36052
36053 }}}
36054 \end_layout
36055
36056 \end_inset
36057
36058
36059 \begin_inset ERT
36060 status collapsed
36061
36062 \begin_layout Plain Layout
36063
36064
36065 \backslash
36066 rotatebox[origin=c]{-45}{
36067 \backslash
36068 resizebox{2cm}{!}{
36069 \backslash
36070 reflectbox{
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \begin_inset Tabular
36077 <lyxtabular version="3" rows="2" columns="2">
36078 <features tabularvalignment="middle">
36079 <column alignment="center" valignment="top">
36080 <column alignment="center" valignment="top">
36081 <row>
36082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36083 \begin_inset Text
36084
36085 \begin_layout Plain Layout
36086 q
36087 \end_layout
36088
36089 \end_inset
36090 </cell>
36091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36092 \begin_inset Text
36093
36094 \begin_layout Plain Layout
36095 w
36096 \end_layout
36097
36098 \end_inset
36099 </cell>
36100 </row>
36101 <row>
36102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36103 \begin_inset Text
36104
36105 \begin_layout Plain Layout
36106 e
36107 \end_layout
36108
36109 \end_inset
36110 </cell>
36111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36112 \begin_inset Text
36113
36114 \begin_layout Plain Layout
36115 r
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 </row>
36121 </lyxtabular>
36122
36123 \end_inset
36124
36125
36126 \begin_inset ERT
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130
36131 }}}
36132 \end_layout
36133
36134 \end_inset
36135
36136
36137 \begin_inset ERT
36138 status collapsed
36139
36140 \begin_layout Plain Layout
36141
36142
36143 \backslash
36144 rotatebox[origin=c]{-45}{
36145 \backslash
36146 resizebox{2cm}{!}{
36147 \backslash
36148 reflectbox{
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36155 \end_inset
36156
36157
36158 \begin_inset ERT
36159 status collapsed
36160
36161 \begin_layout Plain Layout
36162
36163 }}}
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \begin_inset Index idx
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173 Figures ! scaled
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \begin_inset Index idx
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183 Table Customization ! Scaling
36184 \end_layout
36185
36186 \end_inset
36187
36188
36189 \end_layout
36190
36191 \begin_layout Standard
36192 When the global formula style 
36193 \series bold
36194 fleqn
36195 \series default
36196  is used in the document
36197 \begin_inset Foot
36198 status collapsed
36199
36200 \begin_layout Plain Layout
36201 When 
36202 \begin_inset Quotes eld
36203 \end_inset
36204
36205 fleqn
36206 \begin_inset Quotes erd
36207 \end_inset
36208
36209  is added to the document class options.
36210 \end_layout
36211
36212 \end_inset
36213
36214 , display style formulas can also be scaled.
36215 \end_layout
36216
36217 \begin_layout Chapter
36218 Objects Surrounded by Text
36219 \begin_inset Index idx
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223 Surrounded by text
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \end_layout
36230
36231 \begin_layout Section
36232 Wrap Floats
36233 \begin_inset CommandInset label
36234 LatexCommand label
36235 name "sec:Wrap-Floats"
36236
36237 \end_inset
36238
36239
36240 \begin_inset Index idx
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244 Floats ! Wrap Floats
36245 \end_layout
36246
36247 \end_inset
36248
36249
36250 \begin_inset Index idx
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254 Surrounded by text ! Wrap Floats
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Standard
36263 \begin_inset Wrap figure
36264 lines 0
36265 placement l
36266 overhang 1cm
36267 width "40col%"
36268 status open
36269
36270 \begin_layout Plain Layout
36271 \begin_inset Graphics
36272         filename clipart/mobius.eps
36273         width 40col%
36274         scaleBeforeRotation
36275         rotateOrigin center
36276
36277 \end_inset
36278
36279
36280 \end_layout
36281
36282 \begin_layout Plain Layout
36283 \begin_inset Caption Standard
36284
36285 \begin_layout Plain Layout
36286 \begin_inset CommandInset label
36287 LatexCommand label
36288 name "fig:This-is-a"
36289
36290 \end_inset
36291
36292 This is a figure wrap float.
36293 \end_layout
36294
36295 \end_inset
36296
36297
36298 \end_layout
36299
36300 \end_inset
36301
36302  This float type is used if you want to wrap text around a figure or table
36303  so that it only occupies some fraction of the column width.
36304  It can be inserted using the menu 
36305 \family sans
36306 Insert\SpecialChar menuseparator
36307 Floats\SpecialChar menuseparator
36308 Figure
36309 \begin_inset space ~
36310 \end_inset
36311
36312 Wrap
36313 \begin_inset space ~
36314 \end_inset
36315
36316 Float
36317 \family default
36318  or 
36319 \family sans
36320 Table
36321 \begin_inset space ~
36322 \end_inset
36323
36324 Wrap
36325 \begin_inset space ~
36326 \end_inset
36327
36328 Float
36329 \family default
36330  if the \SpecialChar LaTeX
36331 -package 
36332 \series bold
36333 wrapfig
36334 \series default
36335
36336 \begin_inset Index idx
36337 status collapsed
36338
36339 \begin_layout Plain Layout
36340 \SpecialChar LaTeX
36341 -packages ! wrapfig
36342 \end_layout
36343
36344 \end_inset
36345
36346  is installed.
36347 \begin_inset Foot
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351 Installing a \SpecialChar LaTeX
36352 -package is explained it in the 
36353 \emph on
36354 \SpecialChar LaTeX
36355
36356 \begin_inset space ~
36357 \end_inset
36358
36359 Configuration
36360 \emph default
36361  manual.
36362 \end_layout
36363
36364 \end_inset
36365
36366  The settings of the float can be modified by right-clicking on the float
36367  box.
36368  The mandatory settings are the float 
36369 \family sans
36370 Placement
36371 \family default
36372  and its 
36373 \family sans
36374 Width
36375 \family default
36376 .
36377  Optional are the 
36378 \family sans
36379 Overhang
36380 \family default
36381  that specifies how much the float is set into the paragraph
36382 \begin_inset space \thinspace{}
36383 \end_inset
36384
36385 /
36386 \begin_inset space \thinspace{}
36387 \end_inset
36388
36389 page margin, and the 
36390 \family sans
36391 Line
36392 \begin_inset space ~
36393 \end_inset
36394
36395 span
36396 \family default
36397  that specifies how many text lines the float will approximately need.
36398  The line span is often hard to approximate; so it is better only to use
36399  it when you encounter float placement problems.
36400  You can furthermore decide if \SpecialChar LaTeX
36401  is allowed to let the float float within
36402  the paragraph or to surrounding paragraphs.
36403  Figure
36404 \begin_inset space ~
36405 \end_inset
36406
36407
36408 \begin_inset CommandInset ref
36409 LatexCommand ref
36410 reference "fig:This-is-a"
36411
36412 \end_inset
36413
36414  is an example text wrap float with a width of 40
36415 \begin_inset space \thinspace{}
36416 \end_inset
36417
36418 col%, 1
36419 \begin_inset space \thinspace{}
36420 \end_inset
36421
36422 cm overhang, set to the left.
36423 \end_layout
36424
36425 \begin_layout Standard
36426 \begin_inset Note Greyedout
36427 status open
36428
36429 \begin_layout Plain Layout
36430
36431 \series bold
36432 Note:
36433 \series default
36434  Text
36435 \begin_inset space ~
36436 \end_inset
36437
36438 wrap float floats are fragile! E.
36439 \begin_inset space \thinspace{}
36440 \end_inset
36441
36442 g.
36443 \begin_inset space \space{}
36444 \end_inset
36445
36446 having a figure too close to the bottom of the page can mess things up in
36447  such a way that the float does not appear in the output or that it is placed
36448  over some other text.
36449 \end_layout
36450
36451 \end_inset
36452
36453
36454 \end_layout
36455
36456 \begin_layout Standard
36457 In general, the following applies for wrap floats:
36458 \end_layout
36459
36460 \begin_layout Itemize
36461 They should not be placed in paragraphs that run over a page break.
36462  That means that wrap floats are better inserted in their exact place when
36463  the document is almost finished and you are able to estimate where page
36464  breaks will appear.
36465 \end_layout
36466
36467 \begin_layout Itemize
36468 They should either be placed in their own paragraph before the paragraph
36469  where they should wrap into or within a paragraph.
36470 \end_layout
36471
36472 \begin_layout Itemize
36473 In consecutive paragraphs they may cause troubles, so ensure that there
36474  is a text paragraph between them as separator.
36475 \end_layout
36476
36477 \begin_layout Itemize
36478 They are not allowed in section headings or tables.
36479 \end_layout
36480
36481 \begin_layout Itemize
36482 Their numbering and referencing works as described in chap.
36483 \begin_inset space \thinspace{}
36484 \end_inset
36485
36486
36487 \begin_inset CommandInset ref
36488 LatexCommand ref
36489 reference "chap:Floats"
36490
36491 \end_inset
36492
36493 .
36494 \end_layout
36495
36496 \begin_layout Section
36497 Surrounded Fixed Objects
36498 \begin_inset Index idx
36499 status collapsed
36500
36501 \begin_layout Plain Layout
36502 Surrounded by text ! Fixed objects
36503 \end_layout
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \begin_layout Standard
36511 The wrap floats described in sec.
36512 \begin_inset space \thinspace{}
36513 \end_inset
36514
36515
36516 \begin_inset CommandInset ref
36517 LatexCommand ref
36518 reference "sec:Wrap-Floats"
36519
36520 \end_inset
36521
36522  have these positions in the paragraph:
36523 \begin_inset Separator parbreak
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Standard
36530 \noindent
36531 \align center
36532 \begin_inset Tabular
36533 <lyxtabular version="3" rows="2" columns="2">
36534 <features tabularvalignment="middle">
36535 <column alignment="center" valignment="top">
36536 <column alignment="center" valignment="top">
36537 <row>
36538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36539 \begin_inset Text
36540
36541 \begin_layout Plain Layout
36542 \begin_inset Graphics
36543         filename ../images/dialog-show-new-inset_graphics.png
36544         scale 70
36545         scaleBeforeRotation
36546
36547 \end_inset
36548
36549
36550 \end_layout
36551
36552 \end_inset
36553 </cell>
36554 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36555 \begin_inset Text
36556
36557 \begin_layout Plain Layout
36558 text
36559 \end_layout
36560
36561 \end_inset
36562 </cell>
36563 </row>
36564 <row>
36565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36566 \begin_inset Text
36567
36568 \begin_layout Plain Layout
36569 text
36570 \end_layout
36571
36572 \end_inset
36573 </cell>
36574 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36575 \begin_inset Text
36576
36577 \begin_layout Plain Layout
36578 text
36579 \end_layout
36580
36581 \end_inset
36582 </cell>
36583 </row>
36584 </lyxtabular>
36585
36586 \end_inset
36587
36588  or 
36589 \begin_inset Tabular
36590 <lyxtabular version="3" rows="2" columns="2">
36591 <features tabularvalignment="middle">
36592 <column alignment="center" valignment="top">
36593 <column alignment="center" valignment="top">
36594 <row>
36595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36596 \begin_inset Text
36597
36598 \begin_layout Plain Layout
36599 text
36600 \end_layout
36601
36602 \end_inset
36603 </cell>
36604 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36605 \begin_inset Text
36606
36607 \begin_layout Plain Layout
36608 \begin_inset Graphics
36609         filename ../images/dialog-show-new-inset_graphics.png
36610         scale 70
36611         scaleBeforeRotation
36612
36613 \end_inset
36614
36615
36616 \end_layout
36617
36618 \end_inset
36619 </cell>
36620 </row>
36621 <row>
36622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Plain Layout
36626 text
36627 \end_layout
36628
36629 \end_inset
36630 </cell>
36631 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36632 \begin_inset Text
36633
36634 \begin_layout Plain Layout
36635 text
36636 \end_layout
36637
36638 \end_inset
36639 </cell>
36640 </row>
36641 </lyxtabular>
36642
36643 \end_inset
36644
36645
36646 \end_layout
36647
36648 \begin_layout Standard
36649 To get an object exactly at the position where it is inserted, for example
36650  to get one of these positions:
36651 \begin_inset VSpace defskip
36652 \end_inset
36653
36654
36655 \end_layout
36656
36657 \begin_layout Standard
36658 \noindent
36659 \align center
36660 \begin_inset Tabular
36661 <lyxtabular version="3" rows="2" columns="2">
36662 <features tabularvalignment="middle">
36663 <column alignment="center" valignment="top">
36664 <column alignment="center" valignment="top">
36665 <row>
36666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670 text
36671 \end_layout
36672
36673 \end_inset
36674 </cell>
36675 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36676 \begin_inset Text
36677
36678 \begin_layout Plain Layout
36679 text
36680 \end_layout
36681
36682 \end_inset
36683 </cell>
36684 </row>
36685 <row>
36686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36687 \begin_inset Text
36688
36689 \begin_layout Plain Layout
36690 \begin_inset Graphics
36691         filename ../images/dialog-show-new-inset_graphics.png
36692         scale 70
36693         scaleBeforeRotation
36694
36695 \end_inset
36696
36697
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706 text
36707 \end_layout
36708
36709 \end_inset
36710 </cell>
36711 </row>
36712 </lyxtabular>
36713
36714 \end_inset
36715
36716  
36717 \begin_inset Tabular
36718 <lyxtabular version="3" rows="2" columns="2">
36719 <features tabularvalignment="middle">
36720 <column alignment="center" valignment="top">
36721 <column alignment="center" valignment="top">
36722 <row>
36723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36724 \begin_inset Text
36725
36726 \begin_layout Plain Layout
36727 text
36728 \end_layout
36729
36730 \end_inset
36731 </cell>
36732 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout Plain Layout
36736 text
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 </row>
36742 <row>
36743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747 text
36748 \end_layout
36749
36750 \end_inset
36751 </cell>
36752 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36753 \begin_inset Text
36754
36755 \begin_layout Plain Layout
36756 \begin_inset Graphics
36757         filename ../images/dialog-show-new-inset_graphics.png
36758         scale 70
36759         scaleBeforeRotation
36760
36761 \end_inset
36762
36763
36764 \end_layout
36765
36766 \end_inset
36767 </cell>
36768 </row>
36769 </lyxtabular>
36770
36771 \end_inset
36772
36773  
36774 \begin_inset Tabular
36775 <lyxtabular version="3" rows="2" columns="3">
36776 <features tabularvalignment="middle">
36777 <column alignment="center" valignment="top">
36778 <column alignment="center" valignment="top">
36779 <column alignment="center" valignment="top">
36780 <row>
36781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785 text
36786 \end_layout
36787
36788 \end_inset
36789 </cell>
36790 <cell alignment="center" valignment="top" topline="true" usebox="none">
36791 \begin_inset Text
36792
36793 \begin_layout Plain Layout
36794 \begin_inset Graphics
36795         filename ../images/dialog-show-new-inset_graphics.png
36796         scale 70
36797         scaleBeforeRotation
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout Plain Layout
36810 text
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 </row>
36816 <row>
36817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821 text
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830 text
36831 \end_layout
36832
36833 \end_inset
36834 </cell>
36835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839 text
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 </row>
36845 </lyxtabular>
36846
36847 \end_inset
36848
36849  
36850 \begin_inset Tabular
36851 <lyxtabular version="3" rows="2" columns="3">
36852 <features tabularvalignment="middle">
36853 <column alignment="center" valignment="top">
36854 <column alignment="center" valignment="top">
36855 <column alignment="center" valignment="top">
36856 <row>
36857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861 text
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 <cell alignment="center" valignment="top" topline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870 text
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36876 \begin_inset Text
36877
36878 \begin_layout Plain Layout
36879 text
36880 \end_layout
36881
36882 \end_inset
36883 </cell>
36884 </row>
36885 <row>
36886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36887 \begin_inset Text
36888
36889 \begin_layout Plain Layout
36890 text
36891 \end_layout
36892
36893 \end_inset
36894 </cell>
36895 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36896 \begin_inset Text
36897
36898 \begin_layout Plain Layout
36899 \begin_inset Graphics
36900         filename ../images/dialog-show-new-inset_graphics.png
36901         scale 70
36902         scaleBeforeRotation
36903
36904 \end_inset
36905
36906
36907 \end_layout
36908
36909 \end_inset
36910 </cell>
36911 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915 text
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 </row>
36921 </lyxtabular>
36922
36923 \end_inset
36924
36925
36926 \end_layout
36927
36928 \begin_layout Standard
36929 \noindent
36930 \align center
36931 \begin_inset Tabular
36932 <lyxtabular version="3" rows="3" columns="2">
36933 <features tabularvalignment="middle">
36934 <column alignment="center" valignment="top">
36935 <column alignment="center" valignment="top">
36936 <row>
36937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941 text
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950 text
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 </row>
36956 <row>
36957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961 \begin_inset Graphics
36962         filename ../images/dialog-show-new-inset_graphics.png
36963         scale 70
36964         scaleBeforeRotation
36965
36966 \end_inset
36967
36968
36969 \end_layout
36970
36971 \end_inset
36972 </cell>
36973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36974 \begin_inset Text
36975
36976 \begin_layout Plain Layout
36977 text
36978 \end_layout
36979
36980 \end_inset
36981 </cell>
36982 </row>
36983 <row>
36984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Plain Layout
36988 text
36989 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36994 \begin_inset Text
36995
36996 \begin_layout Plain Layout
36997 text
36998 \end_layout
36999
37000 \end_inset
37001 </cell>
37002 </row>
37003 </lyxtabular>
37004
37005 \end_inset
37006
37007  
37008 \begin_inset Tabular
37009 <lyxtabular version="3" rows="3" columns="3">
37010 <features tabularvalignment="middle">
37011 <column alignment="center" valignment="top">
37012 <column alignment="center" valignment="top">
37013 <column alignment="center" valignment="top">
37014 <row>
37015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37016 \begin_inset Text
37017
37018 \begin_layout Plain Layout
37019 text
37020 \end_layout
37021
37022 \end_inset
37023 </cell>
37024 <cell alignment="center" valignment="top" topline="true" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028 text
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37034 \begin_inset Text
37035
37036 \begin_layout Plain Layout
37037 text
37038 \end_layout
37039
37040 \end_inset
37041 </cell>
37042 </row>
37043 <row>
37044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37045 \begin_inset Text
37046
37047 \begin_layout Plain Layout
37048 text
37049 \end_layout
37050
37051 \end_inset
37052 </cell>
37053 <cell alignment="center" valignment="top" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057 \begin_inset Graphics
37058         filename ../images/dialog-show-new-inset_graphics.png
37059         scale 70
37060         scaleBeforeRotation
37061
37062 \end_inset
37063
37064
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 text
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 <row>
37080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084 text
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37090 \begin_inset Text
37091
37092 \begin_layout Plain Layout
37093 text
37094 \end_layout
37095
37096 \end_inset
37097 </cell>
37098 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37099 \begin_inset Text
37100
37101 \begin_layout Plain Layout
37102 text
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 </row>
37108 </lyxtabular>
37109
37110 \end_inset
37111
37112  
37113 \begin_inset Tabular
37114 <lyxtabular version="3" rows="3" columns="2">
37115 <features tabularvalignment="middle">
37116 <column alignment="center" valignment="top">
37117 <column alignment="center" valignment="top">
37118 <row>
37119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123 text
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37129 \begin_inset Text
37130
37131 \begin_layout Plain Layout
37132 text
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 <row>
37139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143 text
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37149 \begin_inset Text
37150
37151 \begin_layout Plain Layout
37152 \begin_inset Graphics
37153         filename ../images/dialog-show-new-inset_graphics.png
37154         scale 70
37155         scaleBeforeRotation
37156
37157 \end_inset
37158
37159
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 </row>
37165 <row>
37166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 text
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179 text
37180 \end_layout
37181
37182 \end_inset
37183 </cell>
37184 </row>
37185 </lyxtabular>
37186
37187 \end_inset
37188
37189
37190 \end_layout
37191
37192 \begin_layout Standard
37193 \noindent
37194 you can use the \SpecialChar LaTeX
37195 -package 
37196 \series bold
37197 picinpar
37198 \series default
37199
37200 \begin_inset Index idx
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204 \SpecialChar LaTeX
37205 -packages ! picinpar
37206 \end_layout
37207
37208 \end_inset
37209
37210 .
37211  Here is an example:
37212 \end_layout
37213
37214 \begin_layout Standard
37215 \begin_inset ERT
37216 status collapsed
37217
37218 \begin_layout Plain Layout
37219
37220
37221 \backslash
37222 ifpicinpar
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \begin_inset Note Note
37229 status open
37230
37231 \begin_layout Plain Layout
37232 The following section will only be displayed when the \SpecialChar LaTeX
37233 -package 
37234 \series bold
37235 picinpar
37236 \series default
37237  is installed.
37238 \end_layout
37239
37240 \end_inset
37241
37242
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 begin{window}[2,c,{
37254 \end_layout
37255
37256 \end_inset
37257
37258
37259 \begin_inset Graphics
37260         filename clipart/mobius.eps
37261         lyxscale 60
37262         width 40col%
37263         scaleBeforeRotation
37264         rotateOrigin center
37265
37266 \end_inset
37267
37268
37269 \begin_inset ERT
37270 status collapsed
37271
37272 \begin_layout Plain Layout
37273
37274 },]
37275 \end_layout
37276
37277 \begin_layout Plain Layout
37278
37279 {}
37280 \end_layout
37281
37282 \end_inset
37283
37284
37285 \size small
37286 It was in the spring of the year 1894 that all London was interested, and
37287  the fashionable world dismayed, by the murder of the Honourable Ronald
37288  Adair under most unusual and inexplicable circumstances.
37289  The public has already learned those particulars of the crime which
37290 \size default
37291
37292 \begin_inset ERT
37293 status collapsed
37294
37295 \begin_layout Plain Layout
37296
37297
37298 \backslash
37299 footnotemark{}
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \size small
37306  came out in the police investigation, but a good deal was suppressed upon
37307  that occasion, since the case for the prosecution was so overwhelmingly
37308  strong that it was not necessary to bring forward all the facts.
37309  Only now, at the end of nearly ten years, am I allowed to supply those
37310  missing links which make up the whole of that remarkable chain.
37311 \size default
37312
37313 \begin_inset ERT
37314 status collapsed
37315
37316 \begin_layout Plain Layout
37317
37318
37319 \backslash
37320 end{window}
37321 \end_layout
37322
37323 \end_inset
37324
37325
37326 \end_layout
37327
37328 \begin_layout Standard
37329 \begin_inset ERT
37330 status collapsed
37331
37332 \begin_layout Plain Layout
37333
37334
37335 \backslash
37336 footnotetext{
37337 \end_layout
37338
37339 \end_inset
37340
37341 Footnote of the paragraph with the fixed object.
37342 \begin_inset ERT
37343 status collapsed
37344
37345 \begin_layout Plain Layout
37346
37347 }
37348 \end_layout
37349
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \begin_layout Standard
37356 Surrounded fixed objects are used to let text float around them, at which
37357  the object's position in the paragraph can be determined by the number
37358  of lines above it.
37359  In contrary to floats is it not possible to have a numbered caption.
37360 \end_layout
37361
37362 \begin_layout Standard
37363 A fixed object is inserted by adding the command
37364 \end_layout
37365
37366 \begin_layout Standard
37367
37368 \series bold
37369
37370 \backslash
37371 begin{window}[2,c,{
37372 \end_layout
37373
37374 \begin_layout Standard
37375 as \SpecialChar TeX
37376 -Code at the beginning of the paragraph.
37377  The first parameter in the bracket, here '2', defines the number of lines
37378  above the object, the second, here 'c', the position of the object.
37379  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37380  Behind the command you insert the object.
37381  In this example an image with a width of 40
37382 \begin_inset space \thinspace{}
37383 \end_inset
37384
37385 % of the text column width was inserted.
37386  The object can also be a table, a box or an equation.
37387  Behind the object the command
37388 \end_layout
37389
37390 \begin_layout Standard
37391
37392 \series bold
37393 },description text]
37394 \begin_inset Newline newline
37395 \end_inset
37396
37397 {}
37398 \end_layout
37399
37400 \begin_layout Standard
37401 is inserted.
37402  Note that the 
37403 \begin_inset Quotes eld
37404 \end_inset
37405
37406
37407 \series bold
37408 {}
37409 \series default
37410
37411 \begin_inset Quotes erd
37412 \end_inset
37413
37414  is in the second line.
37415  The description text is optional.
37416  The text surrounding the object must be in the same paragraph as the object,
37417  so it must begin directly after the 
37418 \series bold
37419 {}
37420 \series default
37421 .
37422  At the end of the paragraph insert the command:
37423 \end_layout
37424
37425 \begin_layout Standard
37426
37427 \series bold
37428
37429 \backslash
37430 end{window}
37431 \end_layout
37432
37433 \begin_layout Standard
37434 Within a paragraph with a fixed object, you cannot insert footnotes in the
37435  normal way.
37436  You have to use instead the command 
37437 \series bold
37438
37439 \backslash
37440 footnotemark
37441 \series default
37442  inside the paragraph and outside the command 
37443 \series bold
37444
37445 \backslash
37446 footnotetext
37447 \series default
37448  as described in sec.
37449 \begin_inset space \thinspace{}
37450 \end_inset
37451
37452
37453 \begin_inset CommandInset ref
37454 LatexCommand ref
37455 reference "sec:Footnotes"
37456
37457 \end_inset
37458
37459 .
37460 \end_layout
37461
37462 \begin_layout Standard
37463 \begin_inset ERT
37464 status collapsed
37465
37466 \begin_layout Plain Layout
37467
37468
37469 \backslash
37470 else
37471 \end_layout
37472
37473 \end_inset
37474
37475
37476 \begin_inset Note Note
37477 status open
37478
37479 \begin_layout Plain Layout
37480 The following will be displayed when the \SpecialChar LaTeX
37481 -package 
37482 \series bold
37483 picinpar
37484 \series default
37485  is not installed:
37486 \end_layout
37487
37488 \end_inset
37489
37490
37491 \end_layout
37492
37493 \begin_layout Standard
37494 You need to install the \SpecialChar LaTeX
37495 -package 
37496 \series bold
37497 picinpar
37498 \series default
37499  to see the following part of this section in the output.
37500 \end_layout
37501
37502 \begin_layout Standard
37503 \begin_inset ERT
37504 status collapsed
37505
37506 \begin_layout Plain Layout
37507
37508
37509 \backslash
37510 fi
37511 \end_layout
37512
37513 \end_inset
37514
37515
37516 \end_layout
37517
37518 \begin_layout Section
37519 Initials
37520 \begin_inset Index idx
37521 status collapsed
37522
37523 \begin_layout Plain Layout
37524 Initials
37525 \end_layout
37526
37527 \end_inset
37528
37529
37530 \begin_inset Index idx
37531 status collapsed
37532
37533 \begin_layout Plain Layout
37534 Surrounded by text ! Initials
37535 \end_layout
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \begin_layout Standard
37543 To use initials, you must have the \SpecialChar LaTeX
37544 -package 
37545 \series bold
37546 lettrine
37547 \series default
37548
37549 \begin_inset Index idx
37550 status collapsed
37551
37552 \begin_layout Plain Layout
37553 \SpecialChar LaTeX
37554 -packages ! lettrine
37555 \end_layout
37556
37557 \end_inset
37558
37559  installed and use the module 
37560 \family sans
37561 Initials
37562 \family default
37563  in your document (menu 
37564 \family sans
37565 Document\SpecialChar menuseparator
37566 Settings\SpecialChar menuseparator
37567 Modules
37568 \family default
37569 ).
37570  To insert an initial, use the style 
37571 \family sans
37572 Initial
37573 \family default
37574 .
37575  This style has a mandatory and two optional arguments.
37576  The arguments are inserted via the 
37577 \family sans
37578 Insert
37579 \family default
37580  menu.
37581  The mandatory argument 
37582 \family sans
37583 Initial
37584 \family default
37585  contains the letter(s) that is the initial, the argument 
37586 \family sans
37587 Rest
37588 \begin_inset space ~
37589 \end_inset
37590
37591 of
37592 \begin_inset space ~
37593 \end_inset
37594
37595 Initial
37596 \family default
37597  contains the rest of the word or text of the initial letter(s).
37598  The argument 
37599 \family sans
37600 Options
37601 \family default
37602  contains parameters to modify the initial.
37603  For more information about the possible parameters see the documentation
37604  of 
37605 \series bold
37606 lettrine
37607 \series default
37608
37609 \begin_inset CommandInset citation
37610 LatexCommand cite
37611 key "lettrine"
37612
37613 \end_inset
37614
37615 .
37616  The style itself contains the text that is surrounding the initial.
37617  The usual style is hereby that the word whose first letter is the initial,
37618  is printed with 
37619 \shape smallcaps
37620 small caps
37621 \shape default
37622 .
37623 \end_layout
37624
37625 \begin_layout Standard
37626 Here are some examples:
37627 \end_layout
37628
37629 \begin_layout Standard
37630 \begin_inset ERT
37631 status collapsed
37632
37633 \begin_layout Plain Layout
37634
37635
37636 \backslash
37637 iflettrine
37638 \end_layout
37639
37640 \end_inset
37641
37642
37643 \begin_inset Note Note
37644 status open
37645
37646 \begin_layout Plain Layout
37647 The following section will only be displayed when the \SpecialChar LaTeX
37648 -package 
37649 \series bold
37650 lettrine
37651 \series default
37652  is installed.
37653 \end_layout
37654
37655 \end_inset
37656
37657
37658 \end_layout
37659
37660 \begin_layout Enumerate
37661 No optional argument, the initial is the letter 'I' in the math font 
37662 \begin_inset Formula $\mathfrak{Fraktur}$
37663 \end_inset
37664
37665 :
37666 \begin_inset Separator parbreak
37667 \end_inset
37668
37669
37670 \end_layout
37671
37672 \begin_deeper
37673 \begin_layout Initial
37674 \begin_inset Argument 2
37675 status open
37676
37677 \begin_layout Plain Layout
37678 \begin_inset Formula $\mathfrak{I}$
37679 \end_inset
37680
37681
37682 \end_layout
37683
37684 \end_inset
37685
37686
37687 \begin_inset Argument 3
37688 status open
37689
37690 \begin_layout Plain Layout
37691 t
37692 \end_layout
37693
37694 \end_inset
37695
37696  was in the spring of the year 1894 that all London was interested, and
37697  the fashionable world dismayed, by the murder of the Honourable Ronald
37698  Adair under most unusual and inexplicable circumstances.
37699  The public has already learned those particulars of the crime which came
37700  out in the police investigation, but a good deal was suppressed upon that
37701  occasion, since the case for the prosecution was so overwhelmingly strong
37702  that it was not necessary to bring forward all the facts.
37703 \begin_inset Newpage newpage
37704 \end_inset
37705
37706
37707 \end_layout
37708
37709 \end_deeper
37710 \begin_layout Enumerate
37711 Only one line is surrounding the initial, which is formed by two letters
37712  in standard font and no text is printed in small caps:
37713 \begin_inset Separator parbreak
37714 \end_inset
37715
37716
37717 \end_layout
37718
37719 \begin_deeper
37720 \begin_layout Initial
37721 \begin_inset Argument 1
37722 status open
37723
37724 \begin_layout Plain Layout
37725 lines=1
37726 \end_layout
37727
37728 \end_inset
37729
37730
37731 \begin_inset Argument 2
37732 status open
37733
37734 \begin_layout Plain Layout
37735 It
37736 \end_layout
37737
37738 \end_inset
37739
37740  was in the spring of the year 1894 that all London was interested, and
37741  the fashionable world dismayed, by the murder of the Honourable Ronald
37742  Adair under most unusual and inexplicable circumstances.
37743  The public has already learned those particulars of the crime which came
37744  out in the police investigation, but a good deal was suppressed upon that
37745  occasion, since the case for the prosecution was so overwhelmingly strong
37746  that it was not necessary to bring forward all the facts.
37747 \end_layout
37748
37749 \end_deeper
37750 \begin_layout Enumerate
37751 Magenta, hanging initial over 3
37752 \begin_inset space ~
37753 \end_inset
37754
37755 lines in the math font 
37756 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37757 \end_inset
37758
37759 , the text 
37760 \begin_inset Quotes eld
37761 \end_inset
37762
37763 t was in the spring
37764 \begin_inset Quotes erd
37765 \end_inset
37766
37767  is in 
37768 \shape smallcaps
37769 small caps
37770 \shape default
37771 ; to color the initial, you must insert this command before the initial:
37772 \begin_inset Newline newline
37773 \end_inset
37774
37775
37776 \series bold
37777
37778 \backslash
37779 renewcommand{
37780 \backslash
37781 LettrineFontHook}{
37782 \backslash
37783 color{color}}
37784 \series default
37785
37786 \begin_inset Newline newline
37787 \end_inset
37788
37789 where the second 
37790 \emph on
37791 color
37792 \emph default
37793  can be 
37794 \begin_inset Quotes eld
37795 \end_inset
37796
37797 red
37798 \begin_inset Quotes erd
37799 \end_inset
37800
37801
37802 \begin_inset Quotes eld
37803 \end_inset
37804
37805 blue
37806 \begin_inset Quotes erd
37807 \end_inset
37808
37809
37810 \begin_inset Quotes eld
37811 \end_inset
37812
37813 green
37814 \begin_inset Quotes erd
37815 \end_inset
37816
37817
37818 \begin_inset Quotes eld
37819 \end_inset
37820
37821 yellow
37822 \begin_inset Quotes erd
37823 \end_inset
37824
37825
37826 \begin_inset Quotes eld
37827 \end_inset
37828
37829 cyan
37830 \begin_inset Quotes erd
37831 \end_inset
37832
37833
37834 \begin_inset Quotes eld
37835 \end_inset
37836
37837 magenta
37838 \begin_inset Quotes erd
37839 \end_inset
37840
37841
37842 \begin_inset Quotes eld
37843 \end_inset
37844
37845 black
37846 \begin_inset Quotes erd
37847 \end_inset
37848
37849  or 
37850 \begin_inset Quotes eld
37851 \end_inset
37852
37853 white
37854 \begin_inset Quotes erd
37855 \end_inset
37856
37857 , and add this command to the document preamble:
37858 \begin_inset Newline newline
37859 \end_inset
37860
37861
37862 \series bold
37863
37864 \backslash
37865 @ifundefined{textcolor}
37866 \begin_inset Newline newline
37867 \end_inset
37868
37869
37870 \begin_inset space ~
37871 \end_inset
37872
37873 {
37874 \backslash
37875 usepackage{color}}{}
37876 \series default
37877
37878 \begin_inset Separator parbreak
37879 \end_inset
37880
37881
37882 \end_layout
37883
37884 \begin_deeper
37885 \begin_layout Standard
37886 \begin_inset ERT
37887 status collapsed
37888
37889 \begin_layout Plain Layout
37890
37891
37892 \backslash
37893 renewcommand{
37894 \backslash
37895 LettrineFontHook}{
37896 \backslash
37897 color{magenta}}
37898 \end_layout
37899
37900 \end_inset
37901
37902
37903 \begin_inset Note Note
37904 status collapsed
37905
37906 \begin_layout Plain Layout
37907 makes the initial magenta
37908 \end_layout
37909
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \begin_layout Initial
37916 \begin_inset Argument 1
37917 status open
37918
37919 \begin_layout Plain Layout
37920 lines=3, lhang=0.33, loversize=0.25
37921 \end_layout
37922
37923 \end_inset
37924
37925
37926 \begin_inset Argument 2
37927 status open
37928
37929 \begin_layout Plain Layout
37930 \begin_inset Formula $\mathcal{I}$
37931 \end_inset
37932
37933
37934 \end_layout
37935
37936 \end_inset
37937
37938
37939 \begin_inset Argument 3
37940 status open
37941
37942 \begin_layout Plain Layout
37943 t was in the spring
37944 \end_layout
37945
37946 \end_inset
37947
37948  of the year 1894 that all London was interested, and the fashionable world
37949  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37950  and inexplicable circumstances.
37951  The public has already learned those particulars of the crime which came
37952  out in the police investigation, but a good deal was suppressed upon that
37953  occasion, since the case for the prosecution was so overwhelmingly strong
37954  that it was not necessary to bring forward all the facts.
37955 \end_layout
37956
37957 \end_deeper
37958 \begin_layout Standard
37959 \begin_inset ERT
37960 status collapsed
37961
37962 \begin_layout Plain Layout
37963
37964
37965 \backslash
37966 else
37967 \end_layout
37968
37969 \end_inset
37970
37971
37972 \begin_inset Note Note
37973 status open
37974
37975 \begin_layout Plain Layout
37976 The following will be displayed when the \SpecialChar LaTeX
37977 -package 
37978 \series bold
37979 lettrine
37980 \series default
37981  is not installed:
37982 \end_layout
37983
37984 \end_inset
37985
37986
37987 \end_layout
37988
37989 \begin_layout Standard
37990 You need to install the \SpecialChar LaTeX
37991 -package 
37992 \series bold
37993 lettrine
37994 \series default
37995  to see the following part of this section in the output.
37996 \end_layout
37997
37998 \begin_layout Standard
37999 \begin_inset ERT
38000 status collapsed
38001
38002 \begin_layout Plain Layout
38003
38004
38005 \backslash
38006 fi
38007 \end_layout
38008
38009 \end_inset
38010
38011
38012 \end_layout
38013
38014 \begin_layout Chapter
38015 External Document Parts
38016 \begin_inset Index idx
38017 status collapsed
38018
38019 \begin_layout Plain Layout
38020 External Document Parts
38021 \end_layout
38022
38023 \end_inset
38024
38025
38026 \end_layout
38027
38028 \begin_layout Standard
38029 With the menu 
38030 \family sans
38031 Insert\SpecialChar menuseparator
38032 File
38033 \family default
38034  you can insert external material into your document.
38035  This can be:
38036 \end_layout
38037
38038 \begin_layout Description
38039 \SpecialChar LyX
38040
38041 \begin_inset space ~
38042 \end_inset
38043
38044 Document Another \SpecialChar LyX
38045  document; its content is directly inserted to your document.
38046 \end_layout
38047
38048 \begin_layout Description
38049 Plain
38050 \begin_inset space ~
38051 \end_inset
38052
38053 Text A text document; each line is inserted in your document as a separate
38054  paragraph.
38055 \end_layout
38056
38057 \begin_layout Description
38058 Plain
38059 \begin_inset space ~
38060 \end_inset
38061
38062 Text,
38063 \begin_inset space ~
38064 \end_inset
38065
38066 Join
38067 \begin_inset space ~
38068 \end_inset
38069
38070 Lines A text document; text lines are inserted in your document continuously
38071  but an empty text line creates a new paragraph.
38072 \end_layout
38073
38074 \begin_layout Description
38075 External
38076 \begin_inset space ~
38077 \end_inset
38078
38079 Material Files in various formats.
38080 \end_layout
38081
38082 \begin_layout Description
38083 Child
38084 \begin_inset space ~
38085 \end_inset
38086
38087 Document \SpecialChar LyX
38088  or \SpecialChar LaTeX
38089 -documents.
38090 \end_layout
38091
38092 \begin_layout Section
38093 External Material
38094 \begin_inset Index idx
38095 status collapsed
38096
38097 \begin_layout Plain Layout
38098 External Document Parts ! External Material
38099 \end_layout
38100
38101 \end_inset
38102
38103
38104 \end_layout
38105
38106 \begin_layout Standard
38107 The external material feature allows you to insert files into your document
38108  without converting them to a format that can be read by the document output
38109  format.
38110  \SpecialChar LyX
38111  takes care of the necessary conversions.
38112  This is similar to images that can be inserted in various image formats
38113  in \SpecialChar LyX
38114  documents.
38115  When you have enabled Instant Preview in \SpecialChar LyX
38116 's preferences under 
38117 \family sans
38118 Look
38119 \begin_inset space ~
38120 \end_inset
38121
38122 and
38123 \begin_inset space ~
38124 \end_inset
38125
38126 feel\SpecialChar menuseparator
38127 Graphics
38128 \family default
38129 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38130 .
38131 \end_layout
38132
38133 \begin_layout Standard
38134 External material can be inserted via the 
38135 \family sans
38136 External Material
38137 \family default
38138  dialog that is accessible with the menu 
38139 \family sans
38140 Insert\SpecialChar menuseparator
38141 File\SpecialChar menuseparator
38142 External
38143 \begin_inset space ~
38144 \end_inset
38145
38146 Material
38147 \family default
38148 .
38149  Currently the following file types (
38150 \family sans
38151 Templates
38152 \family default
38153 ) are allowed:
38154 \end_layout
38155
38156 \begin_layout Description
38157 ChessDiagram This template supports chess position diagrams made with the
38158  program 
38159 \series bold
38160
38161 \begin_inset CommandInset href
38162 LatexCommand href
38163 name "XBoard"
38164 target "http://en.wikipedia.org/wiki/XBoard"
38165
38166 \end_inset
38167
38168
38169 \series default
38170 .
38171 \end_layout
38172
38173 \begin_layout Description
38174 Date This inserts the date in the form 
38175 \emph on
38176 Day-Month-Year
38177 \emph default
38178 .
38179  This is a date inserted as external material: 
38180 \begin_inset External
38181         template Date
38182         filename .
38183
38184 \end_inset
38185
38186
38187 \begin_inset space ~
38188 \end_inset
38189
38190
38191 \begin_inset Note Note
38192 status open
38193
38194 \begin_layout Plain Layout
38195 Remove the protected space when bug 4398 is fixed!
38196 \end_layout
38197
38198 \end_inset
38199
38200
38201 \begin_inset Newline newline
38202 \end_inset
38203
38204 The date is not shown within \SpecialChar LyX
38205 , only in the output.
38206  There are two other methods of inserting a date: Via menu 
38207 \family sans
38208 Insert\SpecialChar menuseparator
38209 Date
38210 \family default
38211  and with the \SpecialChar LaTeX
38212  command 
38213 \series bold
38214
38215 \backslash
38216 today
38217 \series default
38218  as \SpecialChar TeX
38219 -Code.
38220  The different methods are compared in Table
38221 \begin_inset space ~
38222 \end_inset
38223
38224
38225 \begin_inset CommandInset ref
38226 LatexCommand ref
38227 reference "tab:Comparison-of-the"
38228
38229 \end_inset
38230
38231 .
38232 \end_layout
38233
38234 \begin_layout Description
38235 Dia This template supports diagrams created with the program 
38236 \series bold
38237
38238 \begin_inset CommandInset href
38239 LatexCommand href
38240 name "Dia"
38241 target "http://en.wikipedia.org/wiki/Dia_(software)"
38242
38243 \end_inset
38244
38245
38246 \series default
38247 .
38248 \end_layout
38249
38250 \begin_layout Description
38251 GnumericSpreadsheet With this template you can insert spreadsheets
38252 \begin_inset space \thinspace{}
38253 \end_inset
38254
38255 /
38256 \begin_inset space \thinspace{}
38257 \end_inset
38258
38259 tables in the format of 
38260 \series bold
38261
38262 \begin_inset CommandInset href
38263 LatexCommand href
38264 name "Gnumeric"
38265 target "http://en.wikipedia.org/wiki/Gnumeric"
38266
38267 \end_inset
38268
38269
38270 \series default
38271
38272 \begin_inset CommandInset href
38273 LatexCommand href
38274 name "OpenDocument"
38275 target "http://en.wikipedia.org/wiki/OpenDocument"
38276
38277 \end_inset
38278
38279
38280 \begin_inset CommandInset href
38281 LatexCommand href
38282 name "Microsoft Office XML"
38283 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38284
38285 \end_inset
38286
38287  and 
38288 \begin_inset CommandInset href
38289 LatexCommand href
38290 name "Office Open XML"
38291 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38292
38293 \end_inset
38294
38295 .
38296  For this feature \SpecialChar LyX
38297  must have found the program 
38298 \family typewriter
38299 ssconvert
38300 \family default
38301  during its configuration.
38302  This program is part of Gnumeric, so that you must have Gnumeric installed,
38303  also if you don't have tables in the Gnumeric format.
38304  For examples and possible limitations have a look at \SpecialChar LyX
38305 's example file 
38306 \emph on
38307 spreadsheet.lyx
38308 \emph default
38309 .
38310 \end_layout
38311
38312 \begin_layout Description
38313 LilyPond This template is used for music notation typeset with the program
38314 \begin_inset Newline linebreak
38315 \end_inset
38316
38317
38318 \series bold
38319
38320 \begin_inset CommandInset href
38321 LatexCommand href
38322 name "LilyPond"
38323 target "http://en.wikipedia.org/wiki/LilyPond"
38324
38325 \end_inset
38326
38327
38328 \series default
38329 .
38330  For \SpecialChar LyX
38331 's extended support for LilyPond have a look at \SpecialChar LyX
38332 's example file 
38333 \emph on
38334 lilypond.lyx
38335 \emph default
38336 .
38337 \end_layout
38338
38339 \begin_layout Description
38340 PDFPages With this template you can insert PDF documents to your document.
38341  To specify the range of pages that should be included, use the option 
38342 \series bold
38343 pages
38344 \series default
38345  in the 
38346 \family sans
38347 Option
38348 \family default
38349  field in the 
38350 \family sans
38351 \SpecialChar LaTeX
38352  and \SpecialChar LyX
38353  options
38354 \family default
38355  tab.
38356  The argument of this option is a comma separated list, containing page
38357  numbers (insert as option 
38358 \series bold
38359 pages={3,5,6,8}
38360 \series default
38361 ), ranges of page numbers (
38362 \series bold
38363 pages={4-9}
38364 \series default
38365 ) or any combination.
38366  To insert empty pages use {}.
38367  E.
38368 \begin_inset space \thinspace{}
38369 \end_inset
38370
38371 g.
38372 \begin_inset space ~
38373 \end_inset
38374
38375
38376 \series bold
38377 pages={3,{},8-11,15}
38378 \series default
38379  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38380  Page ranges are specified in the syntax 
38381 \emph on
38382 start
38383 \emph default
38384 -
38385 \emph on
38386 stop
38387 \emph default
38388 .
38389  This selects all pages from 
38390 \emph on
38391 start
38392 \emph default
38393  to 
38394 \emph on
38395 stop
38396 \emph default
38397 .
38398  Omitting 
38399 \emph on
38400 start
38401 \emph default
38402  defaults to the first page; omitting 
38403 \emph on
38404 stop
38405 \emph default
38406  defaults to the last page of the document.
38407  The last page can also be selected with the keyword 
38408 \series bold
38409 last
38410 \series default
38411 .
38412  (This is only permitted in a page range.) So 
38413 \series bold
38414 pages=-
38415 \series default
38416  will insert all pages of the document and 
38417 \series bold
38418 pages=last-1
38419 \series default
38420  will insert all pages in reverse order.
38421  If the pages option is not specified, only the first page of the PDF is
38422  inserted.
38423 \begin_inset Newline newline
38424 \end_inset
38425
38426 The option 
38427 \series bold
38428 noautoscale
38429 \series default
38430  inserts the pages with their original size, if this option is not given,
38431  the pages will be resized to fith the width of the page of your document.
38432  In the tab 
38433 \family sans
38434 Size and Rotation
38435 \family default
38436  you can specify the width and height of the input pages and their rotation.
38437  If another width than 100
38438 \begin_inset space \thinspace{}
38439 \end_inset
38440
38441 Scale% is used, the option 
38442 \series bold
38443 noautoscale
38444 \series default
38445  will be overwritten.
38446  For more info and possible options, have a look into the documentation
38447  of the \SpecialChar LaTeX
38448 -package 
38449 \series bold
38450 pdfpages
38451 \series default
38452  
38453 \begin_inset CommandInset citation
38454 LatexCommand cite
38455 key "pdfpages"
38456
38457 \end_inset
38458
38459 .
38460 \begin_inset Index idx
38461 status collapsed
38462
38463 \begin_layout Plain Layout
38464 \SpecialChar LaTeX
38465 -packages ! pdfpages
38466 \end_layout
38467
38468 \end_inset
38469
38470
38471 \begin_inset Newline newline
38472 \end_inset
38473
38474 To use this template in a 
38475 \family sans
38476 Beamer
38477 \family default
38478  presentation you need to first insert an 
38479 \family sans
38480 EndFrame
38481 \family default
38482  environment and in a subsequent paragraph a \SpecialChar TeX
38483 -Code box containing the command
38484  
38485 \series bold
38486
38487 \backslash
38488 setbeamertemplate{background canvas}{}
38489 \series default
38490 .
38491  Then you can insert as many paragraphs containing the PDFPages template
38492  as you wish.
38493  Behind the included PDF pages you can resume the Beamer presentation by
38494  beginning a new frame or by starting a new section.
38495  To avoid stray blank pages prior to the PDF pages, make sure to use the
38496  
38497 \family sans
38498 Default
38499 \family default
38500  alignment for the paragraph containing the template.
38501 \begin_inset Newline newline
38502 \end_inset
38503
38504 Here is an included PDF which is rotated by -5°: 
38505 \begin_inset External
38506         template PDFPages
38507         filename clipart/Abstract.pdf
38508         extra LaTeX "noautoscale, pages=-"
38509         rotateAngle -5
38510         rotateOrigin bottomleft
38511
38512 \end_inset
38513
38514
38515 \end_layout
38516
38517 \begin_layout Description
38518 RasterImage This can be used for bitmap images.
38519  The image can be treated in the 
38520 \family sans
38521 External material
38522 \family default
38523  dialog like the images that are usually included via the 
38524 \family sans
38525 Graphics
38526 \family default
38527  dialog as described in section
38528 \begin_inset space ~
38529 \end_inset
38530
38531
38532 \begin_inset CommandInset ref
38533 LatexCommand ref
38534 reference "sec:Graphics-Dialog"
38535
38536 \end_inset
38537
38538 .
38539  The difference to the normal image input is that only raster images are
38540  allowed; that means that PDF and EPS-images are not supported.
38541  Here is an inserted raster image: 
38542 \begin_inset External
38543         template RasterImage
38544         filename clipart/ToolbarEnvBox.png
38545
38546 \end_inset
38547
38548
38549 \end_layout
38550
38551 \begin_layout Description
38552 XFig This template supports images created with the program 
38553 \series bold
38554
38555 \begin_inset CommandInset href
38556 LatexCommand href
38557 name "Xfig"
38558 target "http://en.wikipedia.org/wiki/Xfig"
38559
38560 \end_inset
38561
38562
38563 \series default
38564 .
38565 \end_layout
38566
38567 \begin_layout Standard
38568 \begin_inset Float table
38569 placement !h
38570 wide false
38571 sideways false
38572 status open
38573
38574 \begin_layout Plain Layout
38575 \begin_inset Caption Standard
38576
38577 \begin_layout Plain Layout
38578 \begin_inset CommandInset label
38579 LatexCommand label
38580 name "tab:Comparison-of-the"
38581
38582 \end_inset
38583
38584 Comparison of the date input methods.
38585 \end_layout
38586
38587 \end_inset
38588
38589
38590 \end_layout
38591
38592 \begin_layout Plain Layout
38593 \align center
38594 \begin_inset Tabular
38595 <lyxtabular version="3" rows="4" columns="4">
38596 <features tabularvalignment="middle">
38597 <column alignment="center" valignment="top">
38598 <column alignment="center" valignment="top">
38599 <column alignment="center" valignment="top">
38600 <column alignment="center" valignment="top">
38601 <row>
38602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38603 \begin_inset Text
38604
38605 \begin_layout Plain Layout
38606 Document format
38607 \end_layout
38608
38609 \end_inset
38610 </cell>
38611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38612 \begin_inset Text
38613
38614 \begin_layout Plain Layout
38615
38616 \family sans
38617 External Material\SpecialChar menuseparator
38618 Date
38619 \end_layout
38620
38621 \end_inset
38622 </cell>
38623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38624 \begin_inset Text
38625
38626 \begin_layout Plain Layout
38627
38628 \family sans
38629 Insert\SpecialChar menuseparator
38630 Date
38631 \end_layout
38632
38633 \end_inset
38634 </cell>
38635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38636 \begin_inset Text
38637
38638 \begin_layout Plain Layout
38639 command 
38640 \series bold
38641
38642 \backslash
38643 today
38644 \end_layout
38645
38646 \end_inset
38647 </cell>
38648 </row>
38649 <row>
38650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38651 \begin_inset Text
38652
38653 \begin_layout Plain Layout
38654 \SpecialChar LyX
38655
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38661 \begin_inset Text
38662
38663 \begin_layout Plain Layout
38664 as inset box
38665 \end_layout
38666
38667 \end_inset
38668 </cell>
38669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38670 \begin_inset Text
38671
38672 \begin_layout Plain Layout
38673 as date
38674 \end_layout
38675
38676 \end_inset
38677 </cell>
38678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38679 \begin_inset Text
38680
38681 \begin_layout Plain Layout
38682 as \SpecialChar TeX
38683 -Code inset box
38684 \end_layout
38685
38686 \end_inset
38687 </cell>
38688 </row>
38689 <row>
38690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38691 \begin_inset Text
38692
38693 \begin_layout Plain Layout
38694 \SpecialChar LaTeX
38695
38696 \end_layout
38697
38698 \end_inset
38699 </cell>
38700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38701 \begin_inset Text
38702
38703 \begin_layout Plain Layout
38704 as date
38705 \end_layout
38706
38707 \end_inset
38708 </cell>
38709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38710 \begin_inset Text
38711
38712 \begin_layout Plain Layout
38713 as date
38714 \end_layout
38715
38716 \end_inset
38717 </cell>
38718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38719 \begin_inset Text
38720
38721 \begin_layout Plain Layout
38722 as command
38723 \end_layout
38724
38725 \end_inset
38726 </cell>
38727 </row>
38728 <row>
38729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733 DVI, PDF, PS
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38739 \begin_inset Text
38740
38741 \begin_layout Plain Layout
38742 as date
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38748 \begin_inset Text
38749
38750 \begin_layout Plain Layout
38751 as date
38752 \end_layout
38753
38754 \end_inset
38755 </cell>
38756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38757 \begin_inset Text
38758
38759 \begin_layout Plain Layout
38760 as date
38761 \end_layout
38762
38763 \end_inset
38764 </cell>
38765 </row>
38766 </lyxtabular>
38767
38768 \end_inset
38769
38770
38771 \end_layout
38772
38773 \end_inset
38774
38775
38776 \end_layout
38777
38778 \begin_layout Standard
38779 When you use the option 
38780 \family sans
38781 Draft
38782 \family default
38783  in the 
38784 \family sans
38785 File
38786 \family default
38787  tab of the 
38788 \family sans
38789 External Material
38790 \family default
38791  dialog, only the path to the inserted file is shown in the output.
38792 \begin_inset Newline newline
38793 \end_inset
38794
38795 External material is displayed in \SpecialChar LyX
38796  either as a box like this: 
38797 \begin_inset Graphics
38798         filename clipart/ExternalMaterialQt4.png
38799         scale 85
38800         scaleBeforeRotation
38801
38802 \end_inset
38803
38804  or as image, depending on the option 
38805 \family sans
38806 Show in \SpecialChar LyX
38807
38808 \family default
38809  in the 
38810 \family sans
38811 \SpecialChar LaTeX
38812  and \SpecialChar LyX
38813  options
38814 \family default
38815  tab of the dialog.
38816 \end_layout
38817
38818 \begin_layout Standard
38819 The 
38820 \family sans
38821 \emph on
38822 Customization
38823 \family default
38824 \emph default
38825  manual explains how you can define your own templates.
38826 \end_layout
38827
38828 \begin_layout Section
38829 Child Documents
38830 \begin_inset CommandInset label
38831 LatexCommand label
38832 name "sec:Child-Documents"
38833
38834 \end_inset
38835
38836
38837 \begin_inset Index idx
38838 status collapsed
38839
38840 \begin_layout Plain Layout
38841 External Document Parts ! Child Documents
38842 \end_layout
38843
38844 \end_inset
38845
38846
38847 \begin_inset Index idx
38848 status collapsed
38849
38850 \begin_layout Plain Layout
38851 Files ! Include
38852 \end_layout
38853
38854 \end_inset
38855
38856
38857 \end_layout
38858
38859 \begin_layout Standard
38860 Child documents are used if you have a long document consisting of several
38861  larger parts or sections.
38862  For maintenance it is often useful and sometimes even required to split
38863  the document into several files that can be revised separately.
38864  The different documents are then the so called 
38865 \begin_inset Quotes eld
38866 \end_inset
38867
38868 child documents
38869 \begin_inset Quotes erd
38870 \end_inset
38871
38872 , and a master document connects them to print the full document or parts
38873  of it.
38874  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38875  preamble,
38876  the bibliography, and labels for cross-references.
38877 \end_layout
38878
38879 \begin_layout Standard
38880 To be able to work on child documents without the need to open their master,
38881  specify in the child document the master in the menu
38882 \family sans
38883  Document\SpecialChar menuseparator
38884 Settings\SpecialChar menuseparator
38885 Document
38886 \begin_inset space ~
38887 \end_inset
38888
38889 Class
38890 \family default
38891 .
38892  This master document will then be used in the background by \SpecialChar LyX
38893  when you edit
38894  the child document.
38895 \end_layout
38896
38897 \begin_layout Standard
38898 Included documents are displayed in \SpecialChar LyX
38899  as a box like this: 
38900 \begin_inset Graphics
38901         filename clipart/ChildDocumentQt4.png
38902         scale 85
38903         scaleBeforeRotation
38904
38905 \end_inset
38906
38907  To include child documents in a master document use the menu 
38908 \family sans
38909 Insert\SpecialChar menuseparator
38910 File\SpecialChar menuseparator
38911 Child
38912 \begin_inset space ~
38913 \end_inset
38914
38915 Documents
38916 \family default
38917 .
38918  A dialog pops up where you can choose between four include methods:
38919 \end_layout
38920
38921 \begin_layout Description
38922 Include You can include \SpecialChar LyX
38923 - and \SpecialChar LaTeX
38924 -documents.
38925  When you press the 
38926 \family sans
38927 Edit
38928 \family default
38929  button in the 
38930 \family sans
38931 Child Document
38932 \family default
38933  dialog, the included document will be opened in \SpecialChar LyX
38934  in a new file tab so that
38935  you can modify it.
38936 \begin_inset Newline newline
38937 \end_inset
38938
38939
38940 \end_layout
38941
38942 \begin_layout Standard
38943 Here is a child document inserted using 
38944 \family sans
38945 Include
38946 \family default
38947
38948 \begin_inset CommandInset include
38949 LatexCommand include
38950 filename "DummyDocument1.lyx"
38951
38952 \end_inset
38953
38954
38955 \end_layout
38956
38957 \begin_layout Standard
38958 The section numbering includes the sections of the included files in the
38959  order they are inserted in the master document.
38960  The included example document has for example a subsection that is numbered
38961  as a subsection of this section.
38962  Labels of included documents can be referenced: Subsection
38963 \begin_inset space ~
38964 \end_inset
38965
38966
38967 \begin_inset CommandInset ref
38968 LatexCommand ref
38969 reference "subsec:External-Subsection-1"
38970
38971 \end_inset
38972
38973 .
38974 \end_layout
38975
38976 \begin_layout Standard
38977 The preamble of the child document is ignored; only the preamble of the
38978  master document is used.
38979  Branches in child documents will be ignored by the master document when
38980  the master document does not have a branch with the same name.
38981  Included documents are inserted starting on a new page and ending with
38982  a page break.
38983 \end_layout
38984
38985 \begin_layout Standard
38986 \begin_inset Note Greyedout
38987 status open
38988
38989 \begin_layout Plain Layout
38990
38991 \series bold
38992 Note:
38993 \series default
38994  If you have included a \SpecialChar LyX
38995 - or \SpecialChar LaTeX
38996 -file, you are warned when you export/view
38997  the document in case the child document uses another document class than
38998  the master document as this will lead to unexpected outputs.
38999 \end_layout
39000
39001 \end_inset
39002
39003
39004 \end_layout
39005
39006 \begin_layout Description
39007 Input This method is very similar to the Include method.
39008  The differences are:
39009 \begin_inset Separator parbreak
39010 \end_inset
39011
39012
39013 \end_layout
39014
39015 \begin_deeper
39016 \begin_layout Itemize
39017 Input files don't start with a new page and don't end with a page break.
39018 \end_layout
39019
39020 \begin_layout Itemize
39021 Input files can be previewed in \SpecialChar LyX
39022  when 
39023 \family sans
39024 Instant
39025 \begin_inset space ~
39026 \end_inset
39027
39028 Preview
39029 \family default
39030  is enabled in \SpecialChar LyX
39031 's preferences under 
39032 \family sans
39033 Look
39034 \begin_inset space ~
39035 \end_inset
39036
39037 and
39038 \begin_inset space ~
39039 \end_inset
39040
39041 feel\SpecialChar menuseparator
39042 Graphics
39043 \family default
39044 .
39045 \end_layout
39046
39047 \begin_layout Itemize
39048 You cannot exclude Input files via the menu 
39049 \family sans
39050 Document\SpecialChar menuseparator
39051 Settings\SpecialChar menuseparator
39052 Child Documents
39053 \family default
39054 .
39055 \end_layout
39056
39057 \end_deeper
39058 \begin_layout Standard
39059 Here is a child document inserted using 
39060 \family sans
39061 Input
39062 \family default
39063
39064 \begin_inset CommandInset include
39065 LatexCommand input
39066 filename "DummyDocument2.lyx"
39067
39068 \end_inset
39069
39070
39071 \end_layout
39072
39073 \begin_layout Description
39074 Verbatim With this method any text file can be included.
39075  The file is shown in the output with its source code; no command used in
39076  the text is invoked.
39077  You can use the option 
39078 \family sans
39079 Mark spaces in output
39080 \family default
39081  that displays the character 
39082 \begin_inset Quotes eld
39083 \end_inset
39084
39085
39086 \begin_inset ERT
39087 status collapsed
39088
39089 \begin_layout Plain Layout
39090
39091
39092 \backslash
39093 textvisiblespace 
39094 \end_layout
39095
39096 \end_inset
39097
39098
39099 \begin_inset Quotes erd
39100 \end_inset
39101
39102  for every space character in the source code.
39103  The difference from the method via the menu 
39104 \family sans
39105 Insert\SpecialChar menuseparator
39106 File\SpecialChar menuseparator
39107 Plain
39108 \begin_inset space ~
39109 \end_inset
39110
39111 Text
39112 \family default
39113  is that the document content is not shown in \SpecialChar LyX
39114 .
39115 \end_layout
39116
39117 \begin_layout Standard
39118 Here is a child document inserted as Verbatim: 
39119 \begin_inset CommandInset include
39120 LatexCommand verbatiminput
39121 filename "DUMMYT~1.TXT"
39122
39123 \end_inset
39124
39125
39126 \begin_inset VSpace bigskip
39127 \end_inset
39128
39129  Here is a child document inserted as Verbatim using the 
39130 \family sans
39131 Mark spaces in output
39132 \family default
39133  option: 
39134 \begin_inset CommandInset include
39135 LatexCommand verbatiminput*
39136 filename "DUMMYT~1.TXT"
39137
39138 \end_inset
39139
39140
39141 \end_layout
39142
39143 \begin_layout Standard
39144 \begin_inset VSpace bigskip
39145 \end_inset
39146
39147
39148 \end_layout
39149
39150 \begin_layout Standard
39151 \begin_inset Note Greyedout
39152 status open
39153
39154 \begin_layout Plain Layout
39155
39156 \series bold
39157 Note:
39158 \series default
39159  As you can see in the examples above, the text of the documents included
39160  as 
39161 \family sans
39162 verbatim
39163 \family default
39164  is not broken at the end of the document lines.
39165 \end_layout
39166
39167 \end_inset
39168
39169
39170 \end_layout
39171
39172 \begin_layout Description
39173 Listings This type is described in chapter
39174 \begin_inset space ~
39175 \end_inset
39176
39177
39178 \begin_inset CommandInset ref
39179 LatexCommand ref
39180 reference "cha:Program-Code-Listings"
39181
39182 \end_inset
39183
39184 .
39185 \end_layout
39186
39187 \begin_layout Standard
39188 \begin_inset Note Greyedout
39189 status open
39190
39191 \begin_layout Plain Layout
39192
39193 \series bold
39194 Note:
39195 \series default
39196  Including the same document twice in a document using different methods
39197  could cause \SpecialChar LaTeX
39198 -problems.
39199 \end_layout
39200
39201 \end_inset
39202
39203
39204 \end_layout
39205
39206 \begin_layout Standard
39207 If you want to view/export only selected children of your master document,
39208  either because you want to save compiling time or because you want to distribut
39209 e single chapters of the book you are just writing, you can exclude children
39210  from the output.
39211  This is done via the menu 
39212 \family sans
39213 Document\SpecialChar menuseparator
39214 Settings\SpecialChar menuseparator
39215 Child Documents
39216 \family default
39217 .
39218  You can exclude\SpecialChar breakableslash
39219 include children by double-clicking on the 
39220 \family sans
39221 include to output
39222 \family default
39223  column of the respective child document in the list (note that this only
39224  works for documents embedded via 
39225 \begin_inset Quotes eld
39226 \end_inset
39227
39228 Include
39229 \begin_inset Quotes erd
39230 \end_inset
39231
39232 , not with 
39233 \begin_inset Quotes eld
39234 \end_inset
39235
39236 Input
39237 \begin_inset Quotes erd
39238 \end_inset
39239
39240 ).
39241  If the option 
39242 \family sans
39243 Maintain counters and references
39244 \family default
39245  is enabled, \SpecialChar LyX
39246  will assure that all page numbers, references etc.
39247 \begin_inset space ~
39248 \end_inset
39249
39250 are correct as if the whole document was processed.
39251  This is useful if you want the selected sub-documents to look exactly as
39252  in the context of the whole document.
39253  However, \SpecialChar LyX
39254  needs to process the whole document in the background for this
39255  feature.
39256  So if you want to save compile time and if counters and references do not
39257  need to be correct, disable this checkbox.
39258 \end_layout
39259
39260 \begin_layout Standard
39261 Alternatively, you can put each included file into a branch.
39262 \begin_inset Foot
39263 status collapsed
39264
39265 \begin_layout Plain Layout
39266 Branches are described in section 
39267 \emph on
39268 Branches
39269 \emph default
39270  of the \SpecialChar LyX
39271  
39272 \emph on
39273 Userguide
39274 \emph default
39275 .
39276 \end_layout
39277
39278 \end_inset
39279
39280  By enabling\SpecialChar breakableslash
39281 disabling branches you can decide which included files will
39282  appear in the output.
39283  This has the advantage that it also works with Input'ed sub-documents.
39284  However, counters and references will not be maintained with this approach.
39285 \end_layout
39286
39287 \begin_layout Chapter
39288 Program Code Listings
39289 \begin_inset CommandInset label
39290 LatexCommand label
39291 name "cha:Program-Code-Listings"
39292
39293 \end_inset
39294
39295
39296 \begin_inset Index idx
39297 status collapsed
39298
39299 \begin_layout Plain Layout
39300 Listings
39301 \end_layout
39302
39303 \end_inset
39304
39305
39306 \begin_inset Index idx
39307 status collapsed
39308
39309 \begin_layout Plain Layout
39310 Program Code
39311 \end_layout
39312
39313 \end_inset
39314
39315
39316 \begin_inset Index idx
39317 status collapsed
39318
39319 \begin_layout Plain Layout
39320 Floats ! Listings
39321 \end_layout
39322
39323 \end_inset
39324
39325
39326 \end_layout
39327
39328 \begin_layout Standard
39329 To include and typeset program code you can use the 
39330 \family sans
39331 Listings
39332 \family default
39333  inset that can be inserted via the menu 
39334 \family sans
39335 Insert\SpecialChar menuseparator
39336 Program Listing
39337 \family default
39338 .
39339  The \SpecialChar LaTeX
39340 -package 
39341 \series bold
39342 listings
39343 \series default
39344
39345 \begin_inset Index idx
39346 status collapsed
39347
39348 \begin_layout Plain Layout
39349 \SpecialChar LaTeX
39350 -packages ! listings
39351 \end_layout
39352
39353 \end_inset
39354
39355  provides a powerful and flexible way to insert program source code into
39356  your document.
39357 \end_layout
39358
39359 \begin_layout Standard
39360 Right-clicking on a listings inset opens the context menu containing where
39361  you can set the listings format.
39362 \end_layout
39363
39364 \begin_layout Standard
39365 By default, a listing starts a new paragraph in the output.
39366  The placement option 
39367 \family sans
39368 Inline
39369 \begin_inset space ~
39370 \end_inset
39371
39372 listing
39373 \family default
39374  prints the listing inline like this: 
39375 \begin_inset listings
39376 lstparams "language={C++}"
39377 inline true
39378 status open
39379
39380 \begin_layout Plain Layout
39381
39382 int a=5;
39383 \end_layout
39384
39385 \end_inset
39386
39387
39388 \begin_inset Newline newline
39389 \end_inset
39390
39391 The option 
39392 \family sans
39393 Float
39394 \family default
39395  creates a listings float where you can specify the placement options 
39396 \begin_inset Quotes eld
39397 \end_inset
39398
39399
39400 \family sans
39401 h
39402 \family default
39403
39404 \begin_inset Quotes erd
39405 \end_inset
39406
39407
39408 \begin_inset Quotes eld
39409 \end_inset
39410
39411
39412 \family sans
39413 t
39414 \family default
39415
39416 \begin_inset Quotes erd
39417 \end_inset
39418
39419
39420 \begin_inset Quotes eld
39421 \end_inset
39422
39423
39424 \family sans
39425 b
39426 \family default
39427
39428 \begin_inset Quotes erd
39429 \end_inset
39430
39431 , and 
39432 \begin_inset Quotes eld
39433 \end_inset
39434
39435
39436 \family sans
39437 p
39438 \family default
39439
39440 \begin_inset Quotes erd
39441 \end_inset
39442
39443  corresponding to the float placement options described in section
39444 \begin_inset space ~
39445 \end_inset
39446
39447
39448 \begin_inset CommandInset ref
39449 LatexCommand ref
39450 reference "sec:Float-Placement"
39451
39452 \end_inset
39453
39454 .
39455  The placement options can be mixed and are inserted without any separation,
39456  e.
39457 \begin_inset space \thinspace{}
39458 \end_inset
39459
39460 g.
39461 \begin_inset space \space{}
39462 \end_inset
39463
39464
39465 \begin_inset Quotes eld
39466 \end_inset
39467
39468
39469 \family sans
39470 htbp
39471 \family default
39472
39473 \begin_inset Quotes erd
39474 \end_inset
39475
39476 .
39477  The option 
39478 \begin_inset Quotes eld
39479 \end_inset
39480
39481 h
39482 \begin_inset Quotes erd
39483 \end_inset
39484
39485  has sometimes no effect, but you don't need to use the 
39486 \family sans
39487 Float
39488 \family default
39489  option in this case as also non-float listings can have captions and be
39490  referenced.
39491 \end_layout
39492
39493 \begin_layout Standard
39494 You can add captions to listings with the menu 
39495 \family sans
39496 Insert\SpecialChar menuseparator
39497 Caption
39498 \family default
39499 .
39500  Listings can be referenced like floats: Listing
39501 \begin_inset space ~
39502 \end_inset
39503
39504
39505 \begin_inset CommandInset ref
39506 LatexCommand ref
39507 reference "lst:Example-Listing"
39508
39509 \end_inset
39510
39511 .
39512  A list of listings which contains all listings with captions can be created
39513  via the menu 
39514 \family sans
39515 Insert\SpecialChar menuseparator
39516 List
39517 \begin_inset space ~
39518 \end_inset
39519
39520 /
39521 \begin_inset space ~
39522 \end_inset
39523
39524 TOC\SpecialChar menuseparator
39525 List of Listings
39526 \family default
39527 .
39528  The list entries are the listing caption and the listing number.
39529 \end_layout
39530
39531 \begin_layout Standard
39532 \begin_inset listings
39533 lstparams "language=Python"
39534 inline false
39535 status open
39536
39537 \begin_layout Plain Layout
39538
39539 \begin_inset Caption Standard
39540
39541 \begin_layout Plain Layout
39542 \begin_inset CommandInset label
39543 LatexCommand label
39544 name "lst:Example-Listing"
39545
39546 \end_inset
39547
39548 Example Listing float
39549 \end_layout
39550
39551 \end_inset
39552
39553 # Example listing float
39554 \end_layout
39555
39556 \begin_layout Plain Layout
39557
39558 def func(param):
39559 \end_layout
39560
39561 \begin_layout Plain Layout
39562
39563     'this is a python function'
39564 \end_layout
39565
39566 \begin_layout Plain Layout
39567
39568     pass
39569 \end_layout
39570
39571 \end_inset
39572
39573
39574 \end_layout
39575
39576 \begin_layout Standard
39577 When you have set a programming language in the listings dialog, the keywords
39578  of this language will be recognized and specially typeset in the output.
39579  In the example listings the Python keyword 
39580 \begin_inset Quotes eld
39581 \end_inset
39582
39583 def
39584 \begin_inset Quotes erd
39585 \end_inset
39586
39587  is recognized and printed bold in the output.
39588 \end_layout
39589
39590 \begin_layout Standard
39591 \begin_inset Note Greyedout
39592 status open
39593
39594 \begin_layout Plain Layout
39595
39596 \series bold
39597 Note:
39598 \series default
39599  If you don't get bold keywords when using typewriter fonts, your 
39600 \family typewriter
39601 typewriter
39602 \family default
39603  font probably doesn't provide a bold shape.
39604  In this case select a different one in the menu 
39605 \family sans
39606 Document\SpecialChar menuseparator
39607 Settings\SpecialChar menuseparator
39608 Fonts
39609 \family default
39610 .
39611  (The fonts 
39612 \emph on
39613 LuxiMono, BeraMono
39614 \emph default
39615  and 
39616 \emph on
39617 Courier
39618 \emph default
39619  provide bold shapes.)
39620 \end_layout
39621
39622 \end_inset
39623
39624
39625 \end_layout
39626
39627 \begin_layout Standard
39628 In section 
39629 \family sans
39630 Line
39631 \begin_inset space ~
39632 \end_inset
39633
39634 numbering
39635 \family default
39636  of the listings dialog you can specify the line numbering style.
39637  You can insert a number to specify which lines are numbered in the field
39638  
39639 \family sans
39640 Step
39641 \family default
39642 .
39643  When you insert e.
39644 \begin_inset space \thinspace{}
39645 \end_inset
39646
39647 g.
39648 \begin_inset space \space{}
39649 \end_inset
39650
39651
39652 \begin_inset Quotes eld
39653 \end_inset
39654
39655 3
39656 \begin_inset Quotes erd
39657 \end_inset
39658
39659 , only every 3rd line will be numbered.
39660 \end_layout
39661
39662 \begin_layout Standard
39663 You can furthermore specify a range of lines; only these will then appear
39664  in the output.
39665  The option 
39666 \family sans
39667 Extended character table
39668 \family default
39669  should be used when you use national characters like the German umlauts
39670  in the listing.
39671 \begin_inset Newline newline
39672 \end_inset
39673
39674 Here is an example listing with left line numbering, step 
39675 \begin_inset Quotes eld
39676 \end_inset
39677
39678 3
39679 \begin_inset Quotes erd
39680 \end_inset
39681
39682 , language 
39683 \begin_inset Quotes eld
39684 \end_inset
39685
39686 Python
39687 \begin_inset Quotes erd
39688 \end_inset
39689
39690 , options 
39691 \begin_inset Quotes eld
39692 \end_inset
39693
39694 Extended character table
39695 \begin_inset Quotes erd
39696 \end_inset
39697
39698  and 
39699 \begin_inset Quotes eld
39700 \end_inset
39701
39702 Space
39703 \begin_inset space ~
39704 \end_inset
39705
39706 as
39707 \begin_inset space ~
39708 \end_inset
39709
39710 symbol
39711 \begin_inset Quotes erd
39712 \end_inset
39713
39714 , range lines 3
39715 \begin_inset space \thinspace{}
39716 \end_inset
39717
39718 -
39719 \begin_inset space \thinspace{}
39720 \end_inset
39721
39722 8:
39723 \end_layout
39724
39725 \begin_layout Standard
39726 \begin_inset listings
39727 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39728 inline false
39729 status open
39730
39731 \begin_layout Plain Layout
39732
39733 def func(param):
39734 \end_layout
39735
39736 \begin_layout Plain Layout
39737
39738     'this is a python function'
39739 \end_layout
39740
39741 \begin_layout Plain Layout
39742
39743     pass
39744 \end_layout
39745
39746 \begin_layout Plain Layout
39747
39748 def func(param):
39749 \end_layout
39750
39751 \begin_layout Plain Layout
39752
39753 'This is a German word: Tschüß'
39754 \end_layout
39755
39756 \begin_layout Plain Layout
39757
39758 pass
39759 \end_layout
39760
39761 \begin_layout Plain Layout
39762
39763 def func(param):
39764 \end_layout
39765
39766 \begin_layout Plain Layout
39767
39768 'this is a python function'
39769 \end_layout
39770
39771 \begin_layout Plain Layout
39772
39773 pass
39774 \end_layout
39775
39776 \end_inset
39777
39778
39779 \end_layout
39780
39781 \begin_layout Standard
39782 When you have tabulators in your listing, you can specify the number of
39783  characters that are spanned by a tabulator in the field 
39784 \family sans
39785 Tabulator
39786 \begin_inset space ~
39787 \end_inset
39788
39789 size
39790 \family default
39791 .
39792 \end_layout
39793
39794 \begin_layout Standard
39795 \begin_inset Note Greyedout
39796 status open
39797
39798 \begin_layout Plain Layout
39799
39800 \series bold
39801 Note:
39802 \series default
39803  Due to a bug in the 
39804 \series bold
39805 listings
39806 \series default
39807  package the line numbering is shifted by a line by every previous listing.
39808  That's the reason why the lines 2 and 5 are numbered in the above listing
39809  and not the lines 3 and 6.
39810 \end_layout
39811
39812 \end_inset
39813
39814
39815 \end_layout
39816
39817 \begin_layout Standard
39818 \begin_inset VSpace bigskip
39819 \end_inset
39820
39821
39822 \end_layout
39823
39824 \begin_layout Standard
39825 It is also possible to print lines from a file as listing.
39826  To do this, use the menu 
39827 \family sans
39828 Insert\SpecialChar menuseparator
39829 File\SpecialChar menuseparator
39830 Child Document
39831 \family default
39832  and choose the type 
39833 \family sans
39834 Listings
39835 \family default
39836 .
39837 \begin_inset Foot
39838 status collapsed
39839
39840 \begin_layout Plain Layout
39841 The other child document types are described in section
39842 \begin_inset space ~
39843 \end_inset
39844
39845
39846 \begin_inset CommandInset ref
39847 LatexCommand ref
39848 reference "sec:Child-Documents"
39849
39850 \end_inset
39851
39852 .
39853 \end_layout
39854
39855 \end_inset
39856
39857  In the child document dialog you can specify the listing parameters in
39858  a text box.
39859  To show a list of all available parameters, type in a question mark 
39860 \begin_inset Quotes eld
39861 \end_inset
39862
39863 ?
39864 \begin_inset Quotes erd
39865 \end_inset
39866
39867  in the text box.
39868 \end_layout
39869
39870 \begin_layout Standard
39871 To reference child document listings, write a label text into the corresponding
39872  field of the child document dialog.
39873  The label can then be referenced using the menu 
39874 \family sans
39875 Insert\SpecialChar menuseparator
39876 Cross-Reference
39877 \family default
39878 .
39879 \end_layout
39880
39881 \begin_layout Standard
39882 Listing
39883 \begin_inset space ~
39884 \end_inset
39885
39886
39887 \begin_inset CommandInset ref
39888 LatexCommand ref
39889 reference "lst:file-listing"
39890
39891 \end_inset
39892
39893  is an example for a listing of a file; there the lines 10
39894 \begin_inset space \thinspace{}
39895 \end_inset
39896
39897 -
39898 \begin_inset space \thinspace{}
39899 \end_inset
39900
39901 15 of this \SpecialChar LyX
39902  file are listed.
39903 \end_layout
39904
39905 \begin_layout Standard
39906 \begin_inset CommandInset include
39907 LatexCommand lstinputlisting
39908 filename "EmbeddedObjects.lyx"
39909 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39910
39911 \end_inset
39912
39913
39914 \end_layout
39915
39916 \begin_layout Standard
39917 \begin_inset VSpace bigskip
39918 \end_inset
39919
39920
39921 \end_layout
39922
39923 \begin_layout Standard
39924 Inserting a formula into a listing can be done the following way:
39925 \end_layout
39926
39927 \begin_layout Enumerate
39928 Open the listings dialog and add
39929 \begin_inset Newline newline
39930 \end_inset
39931
39932
39933 \family sans
39934 mathescape=true
39935 \family default
39936
39937 \begin_inset Newline newline
39938 \end_inset
39939
39940 to the field of the 
39941 \family sans
39942 Advanced
39943 \family default
39944  tab.
39945 \end_layout
39946
39947 \begin_layout Enumerate
39948 Create a formula outside the listing
39949 \end_layout
39950
39951 \begin_layout Enumerate
39952 Copy the content of the formula (not the formula inset) to the clipboard
39953  (shortcut 
39954 \begin_inset Info
39955 type  "shortcut"
39956 arg   "copy"
39957 \end_inset
39958
39959 )
39960 \end_layout
39961
39962 \begin_layout Enumerate
39963 In the listing write 
39964 \begin_inset Quotes eld
39965 \end_inset
39966
39967
39968 \family sans
39969 $$
39970 \family default
39971
39972 \begin_inset Quotes erd
39973 \end_inset
39974
39975  and copy from the clipboard between the dollar-signs (shortcut 
39976 \begin_inset Info
39977 type  "shortcut"
39978 arg   "paste"
39979 \end_inset
39980
39981 )
39982 \end_layout
39983
39984 \begin_layout Standard
39985 \begin_inset listings
39986 lstparams "language=Python,mathescape=true"
39987 inline false
39988 status open
39989
39990 \begin_layout Plain Layout
39991
39992 \begin_inset Caption Standard
39993
39994 \begin_layout Plain Layout
39995 Example Listing float containing a formula
39996 \end_layout
39997
39998 \end_inset
39999
40000 # Example listing float
40001 \end_layout
40002
40003 \begin_layout Plain Layout
40004
40005 def func(param):
40006 \end_layout
40007
40008 \begin_layout Plain Layout
40009
40010     # $
40011 \backslash
40012 prod_{n=1}^{
40013 \backslash
40014 infty}
40015 \backslash
40016 ,
40017 \backslash
40018 frac{1}{x^{2}}$
40019 \end_layout
40020
40021 \begin_layout Plain Layout
40022
40023     pass
40024 \end_layout
40025
40026 \end_inset
40027
40028
40029 \end_layout
40030
40031 \begin_layout Standard
40032 \begin_inset VSpace bigskip
40033 \end_inset
40034
40035
40036 \end_layout
40037
40038 \begin_layout Standard
40039 Global listings settings can be set in the 
40040 \family sans
40041 Document\SpecialChar menuseparator
40042 Settings\SpecialChar menuseparator
40043 Listings
40044 \family default
40045  dialog.
40046  To get there a list of available options, type in a question mark 
40047 \begin_inset Quotes eld
40048 \end_inset
40049
40050 ?
40051 \begin_inset Quotes erd
40052 \end_inset
40053
40054 .
40055 \end_layout
40056
40057 \begin_layout Standard
40058 For more information about the 
40059 \series bold
40060 listings
40061 \series default
40062  package, we refer to its documentation 
40063 \begin_inset CommandInset citation
40064 LatexCommand cite
40065 key "listings"
40066
40067 \end_inset
40068
40069 .
40070 \end_layout
40071
40072 \begin_layout Standard
40073 \begin_inset Newpage newpage
40074 \end_inset
40075
40076
40077 \end_layout
40078
40079 \begin_layout Chapter
40080 \start_of_appendix
40081 Units available in \SpecialChar LyX
40082
40083 \begin_inset Index idx
40084 status collapsed
40085
40086 \begin_layout Plain Layout
40087 Units
40088 \end_layout
40089
40090 \end_inset
40091
40092
40093 \begin_inset CommandInset label
40094 LatexCommand label
40095 name "cha:Units-available-in"
40096
40097 \end_inset
40098
40099
40100 \end_layout
40101
40102 \begin_layout Standard
40103 To understand the units described in this documentation, Table
40104 \begin_inset space ~
40105 \end_inset
40106
40107
40108 \begin_inset CommandInset ref
40109 LatexCommand ref
40110 reference "tab:Units"
40111
40112 \end_inset
40113
40114  explains all units available in \SpecialChar LyX
40115 .
40116 \end_layout
40117
40118 \begin_layout Standard
40119 \begin_inset Float table
40120 placement h
40121 wide false
40122 sideways false
40123 status open
40124
40125 \begin_layout Plain Layout
40126 \begin_inset Caption Standard
40127
40128 \begin_layout Plain Layout
40129 \begin_inset CommandInset label
40130 LatexCommand label
40131 name "tab:Units"
40132
40133 \end_inset
40134
40135 Units
40136 \end_layout
40137
40138 \end_inset
40139
40140
40141 \end_layout
40142
40143 \begin_layout Plain Layout
40144 \begin_inset VSpace medskip
40145 \end_inset
40146
40147
40148 \end_layout
40149
40150 \begin_layout Plain Layout
40151 \align center
40152 \begin_inset Tabular
40153 <lyxtabular version="3" rows="20" columns="2">
40154 <features tabularvalignment="middle">
40155 <column alignment="center" valignment="top">
40156 <column alignment="center" valignment="top">
40157 <row>
40158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40159 \begin_inset Text
40160
40161 \begin_layout Plain Layout
40162 unit
40163 \end_layout
40164
40165 \end_inset
40166 </cell>
40167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40168 \begin_inset Text
40169
40170 \begin_layout Plain Layout
40171 name/description
40172 \end_layout
40173
40174 \end_inset
40175 </cell>
40176 </row>
40177 <row>
40178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40179 \begin_inset Text
40180
40181 \begin_layout Plain Layout
40182 mm
40183 \end_layout
40184
40185 \end_inset
40186 </cell>
40187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40188 \begin_inset Text
40189
40190 \begin_layout Plain Layout
40191 millimeter
40192 \end_layout
40193
40194 \end_inset
40195 </cell>
40196 </row>
40197 <row>
40198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40199 \begin_inset Text
40200
40201 \begin_layout Plain Layout
40202 cm
40203 \end_layout
40204
40205 \end_inset
40206 </cell>
40207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40208 \begin_inset Text
40209
40210 \begin_layout Plain Layout
40211 centimeter
40212 \end_layout
40213
40214 \end_inset
40215 </cell>
40216 </row>
40217 <row>
40218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40219 \begin_inset Text
40220
40221 \begin_layout Plain Layout
40222 in
40223 \end_layout
40224
40225 \end_inset
40226 </cell>
40227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40228 \begin_inset Text
40229
40230 \begin_layout Plain Layout
40231 inch
40232 \end_layout
40233
40234 \end_inset
40235 </cell>
40236 </row>
40237 <row>
40238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40239 \begin_inset Text
40240
40241 \begin_layout Plain Layout
40242 pt
40243 \end_layout
40244
40245 \end_inset
40246 </cell>
40247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40248 \begin_inset Text
40249
40250 \begin_layout Plain Layout
40251 point (72.27
40252 \begin_inset space \thinspace{}
40253 \end_inset
40254
40255 pt = 1
40256 \begin_inset space \thinspace{}
40257 \end_inset
40258
40259 in)
40260 \end_layout
40261
40262 \end_inset
40263 </cell>
40264 </row>
40265 <row>
40266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40267 \begin_inset Text
40268
40269 \begin_layout Plain Layout
40270 pc
40271 \end_layout
40272
40273 \end_inset
40274 </cell>
40275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40276 \begin_inset Text
40277
40278 \begin_layout Plain Layout
40279 pica (1
40280 \begin_inset space \thinspace{}
40281 \end_inset
40282
40283 pc = 12
40284 \begin_inset space \thinspace{}
40285 \end_inset
40286
40287 pt)
40288 \end_layout
40289
40290 \end_inset
40291 </cell>
40292 </row>
40293 <row>
40294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40295 \begin_inset Text
40296
40297 \begin_layout Plain Layout
40298 sp
40299 \end_layout
40300
40301 \end_inset
40302 </cell>
40303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40304 \begin_inset Text
40305
40306 \begin_layout Plain Layout
40307 scaled point (65536
40308 \begin_inset space \thinspace{}
40309 \end_inset
40310
40311 sp = 1
40312 \begin_inset space \thinspace{}
40313 \end_inset
40314
40315 pt)
40316 \end_layout
40317
40318 \end_inset
40319 </cell>
40320 </row>
40321 <row>
40322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40323 \begin_inset Text
40324
40325 \begin_layout Plain Layout
40326 bp
40327 \end_layout
40328
40329 \end_inset
40330 </cell>
40331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40332 \begin_inset Text
40333
40334 \begin_layout Plain Layout
40335 big point (72
40336 \begin_inset space \thinspace{}
40337 \end_inset
40338
40339 bp = 1
40340 \begin_inset space \thinspace{}
40341 \end_inset
40342
40343 in)
40344 \end_layout
40345
40346 \end_inset
40347 </cell>
40348 </row>
40349 <row>
40350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40351 \begin_inset Text
40352
40353 \begin_layout Plain Layout
40354 dd
40355 \end_layout
40356
40357 \end_inset
40358 </cell>
40359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40360 \begin_inset Text
40361
40362 \begin_layout Plain Layout
40363 didot (1
40364 \begin_inset space \thinspace{}
40365 \end_inset
40366
40367 dd 
40368 \begin_inset Formula $\approx$
40369 \end_inset
40370
40371  0.376
40372 \begin_inset space \thinspace{}
40373 \end_inset
40374
40375 mm)
40376 \end_layout
40377
40378 \end_inset
40379 </cell>
40380 </row>
40381 <row>
40382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40383 \begin_inset Text
40384
40385 \begin_layout Plain Layout
40386 cc
40387 \end_layout
40388
40389 \end_inset
40390 </cell>
40391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40392 \begin_inset Text
40393
40394 \begin_layout Plain Layout
40395 cicero (1
40396 \begin_inset space \thinspace{}
40397 \end_inset
40398
40399 cc = 12
40400 \begin_inset space \thinspace{}
40401 \end_inset
40402
40403 dd)
40404 \end_layout
40405
40406 \end_inset
40407 </cell>
40408 </row>
40409 <row>
40410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40411 \begin_inset Text
40412
40413 \begin_layout Plain Layout
40414 Scale%
40415 \end_layout
40416
40417 \end_inset
40418 </cell>
40419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40420 \begin_inset Text
40421
40422 \begin_layout Plain Layout
40423 % of original image width
40424 \end_layout
40425
40426 \end_inset
40427 </cell>
40428 </row>
40429 <row>
40430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40431 \begin_inset Text
40432
40433 \begin_layout Plain Layout
40434 text%
40435 \end_layout
40436
40437 \end_inset
40438 </cell>
40439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40440 \begin_inset Text
40441
40442 \begin_layout Plain Layout
40443 % of text width
40444 \end_layout
40445
40446 \end_inset
40447 </cell>
40448 </row>
40449 <row>
40450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40451 \begin_inset Text
40452
40453 \begin_layout Plain Layout
40454 col%
40455 \end_layout
40456
40457 \end_inset
40458 </cell>
40459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40460 \begin_inset Text
40461
40462 \begin_layout Plain Layout
40463 % of column width
40464 \end_layout
40465
40466 \end_inset
40467 </cell>
40468 </row>
40469 <row>
40470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40471 \begin_inset Text
40472
40473 \begin_layout Plain Layout
40474 page%
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 % of paper width
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 line%
40495 \end_layout
40496
40497 \end_inset
40498 </cell>
40499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40500 \begin_inset Text
40501
40502 \begin_layout Plain Layout
40503 % of line width
40504 \end_layout
40505
40506 \end_inset
40507 </cell>
40508 </row>
40509 <row>
40510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40511 \begin_inset Text
40512
40513 \begin_layout Plain Layout
40514 theight%
40515 \end_layout
40516
40517 \end_inset
40518 </cell>
40519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40520 \begin_inset Text
40521
40522 \begin_layout Plain Layout
40523 % of text height
40524 \end_layout
40525
40526 \end_inset
40527 </cell>
40528 </row>
40529 <row>
40530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40531 \begin_inset Text
40532
40533 \begin_layout Plain Layout
40534 pheight%
40535 \end_layout
40536
40537 \end_inset
40538 </cell>
40539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40540 \begin_inset Text
40541
40542 \begin_layout Plain Layout
40543 % of paper height
40544 \end_layout
40545
40546 \end_inset
40547 </cell>
40548 </row>
40549 <row>
40550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40551 \begin_inset Text
40552
40553 \begin_layout Plain Layout
40554 ex
40555 \end_layout
40556
40557 \end_inset
40558 </cell>
40559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40560 \begin_inset Text
40561
40562 \begin_layout Plain Layout
40563 height of letter 
40564 \emph on
40565 x
40566 \emph default
40567  in current font
40568 \end_layout
40569
40570 \end_inset
40571 </cell>
40572 </row>
40573 <row>
40574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40575 \begin_inset Text
40576
40577 \begin_layout Plain Layout
40578 em
40579 \end_layout
40580
40581 \end_inset
40582 </cell>
40583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40584 \begin_inset Text
40585
40586 \begin_layout Plain Layout
40587 width of letter 
40588 \emph on
40589 M
40590 \emph default
40591  in current font
40592 \end_layout
40593
40594 \end_inset
40595 </cell>
40596 </row>
40597 <row>
40598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40599 \begin_inset Text
40600
40601 \begin_layout Plain Layout
40602 mu
40603 \end_layout
40604
40605 \end_inset
40606 </cell>
40607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40608 \begin_inset Text
40609
40610 \begin_layout Plain Layout
40611 math unit (1
40612 \begin_inset space \thinspace{}
40613 \end_inset
40614
40615 mu = 1/18
40616 \begin_inset space \thinspace{}
40617 \end_inset
40618
40619 em)
40620 \end_layout
40621
40622 \end_inset
40623 </cell>
40624 </row>
40625 </lyxtabular>
40626
40627 \end_inset
40628
40629
40630 \end_layout
40631
40632 \end_inset
40633
40634
40635 \end_layout
40636
40637 \begin_layout Chapter
40638 Output File Formats with Graphics
40639 \begin_inset CommandInset label
40640 LatexCommand label
40641 name "cha:Output-File-Formats"
40642
40643 \end_inset
40644
40645
40646 \end_layout
40647
40648 \begin_layout Section
40649 DVI
40650 \begin_inset Index idx
40651 status collapsed
40652
40653 \begin_layout Plain Layout
40654 File Formats ! DVI
40655 \end_layout
40656
40657 \end_inset
40658
40659
40660 \begin_inset Index idx
40661 status collapsed
40662
40663 \begin_layout Plain Layout
40664 DVI|see
40665 \begin_inset ERT
40666 status collapsed
40667
40668 \begin_layout Plain Layout
40669
40670 {
40671 \end_layout
40672
40673 \end_inset
40674
40675 File Formats
40676 \begin_inset ERT
40677 status collapsed
40678
40679 \begin_layout Plain Layout
40680
40681 }
40682 \end_layout
40683
40684 \end_inset
40685
40686
40687 \end_layout
40688
40689 \end_inset
40690
40691
40692 \end_layout
40693
40694 \begin_layout Standard
40695 This file type has the extension 
40696 \begin_inset Quotes eld
40697 \end_inset
40698
40699
40700 \family typewriter
40701 .dvi
40702 \family default
40703
40704 \begin_inset Quotes erd
40705 \end_inset
40706
40707 .
40708  It is called 
40709 \begin_inset Quotes eld
40710 \end_inset
40711
40712 device-independent
40713 \begin_inset Quotes erd
40714 \end_inset
40715
40716  (DVI), because it is completely portable; you can move them from one machine
40717  to another without needing to do any sort of conversion.
40718  At the time when this file-format was developed, this was no matter of
40719  course.
40720  DVIs are used for quick previews and as pre-stage for other output formats,
40721  like PostScript.
40722 \end_layout
40723
40724 \begin_layout Standard
40725 \begin_inset Note Greyedout
40726 status open
40727
40728 \begin_layout Plain Layout
40729
40730 \series bold
40731 Note:
40732 \series default
40733  DVI-files do not contain images; they will only be a linked.
40734 \end_layout
40735
40736 \end_inset
40737
40738  So don't forget this, if you move your 
40739 \family typewriter
40740 .dvi
40741 \family default
40742  file to another computer.
40743  This property can also slow down your computer when you view the DVI, because
40744  the DVI-viewer has to convert the image in the background to make it visible
40745  when you scroll in the DVI.
40746  So it is recommended that you use PDF for files with many images.
40747 \end_layout
40748
40749 \begin_layout Standard
40750 You can export your document to DVI by using the menu 
40751 \family sans
40752 File\SpecialChar menuseparator
40753 Export\SpecialChar menuseparator
40754 DVI
40755 \family default
40756 .
40757  You can view your document as DVI via the 
40758 \family sans
40759 View
40760 \family default
40761  menu.
40762 \end_layout
40763
40764 \begin_layout Section
40765 PostScript
40766 \begin_inset CommandInset label
40767 LatexCommand label
40768 name "sec:PostScript"
40769
40770 \end_inset
40771
40772
40773 \begin_inset Index idx
40774 status collapsed
40775
40776 \begin_layout Plain Layout
40777 File Formats ! PostScript
40778 \end_layout
40779
40780 \end_inset
40781
40782
40783 \begin_inset Index idx
40784 status collapsed
40785
40786 \begin_layout Plain Layout
40787 PostScript|see
40788 \begin_inset ERT
40789 status collapsed
40790
40791 \begin_layout Plain Layout
40792
40793 {
40794 \end_layout
40795
40796 \end_inset
40797
40798 File Formats
40799 \begin_inset ERT
40800 status collapsed
40801
40802 \begin_layout Plain Layout
40803
40804 }
40805 \end_layout
40806
40807 \end_inset
40808
40809
40810 \end_layout
40811
40812 \end_inset
40813
40814
40815 \end_layout
40816
40817 \begin_layout Standard
40818 This file type has the extension 
40819 \begin_inset Quotes eld
40820 \end_inset
40821
40822
40823 \family typewriter
40824 .ps
40825 \family default
40826
40827 \begin_inset Quotes erd
40828 \end_inset
40829
40830 .
40831  PostScript was developed by the company 
40832 \family typewriter
40833 Adobe
40834 \family default
40835  as a printer language.
40836  The file therefore contains commands that the printer uses to print the
40837  file.
40838  PostScript can be seen as a 
40839 \begin_inset Quotes eld
40840 \end_inset
40841
40842 programming language
40843 \begin_inset Quotes erd
40844 \end_inset
40845
40846 ; you can calculate with it and draw diagrams and images
40847 \begin_inset Foot
40848 status collapsed
40849
40850 \begin_layout Plain Layout
40851 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
40852 -package
40853  
40854 \series bold
40855 PSTricks
40856 \series default
40857  
40858 \begin_inset CommandInset citation
40859 LatexCommand cite
40860 key "pstricks"
40861
40862 \end_inset
40863
40864 .
40865 \end_layout
40866
40867 \end_inset
40868
40869 .
40870  Due to this ability, the files are often bigger than PDFs.
40871 \end_layout
40872
40873 \begin_layout Standard
40874 PostScript can only contain images in the format 
40875 \begin_inset Quotes eld
40876 \end_inset
40877
40878 Encapsulated PostScript
40879 \begin_inset Quotes erd
40880 \end_inset
40881
40882  (EPS, file extension 
40883 \begin_inset Quotes eld
40884 \end_inset
40885
40886
40887 \family typewriter
40888 .eps
40889 \family default
40890
40891 \begin_inset Quotes erd
40892 \end_inset
40893
40894 ).
40895  As \SpecialChar LyX
40896  allows you to use any known image format in your document, it has to
40897  convert images in the background to EPS.
40898  If you have e.g.
40899 \begin_inset space ~
40900 \end_inset
40901
40902 50
40903 \begin_inset space ~
40904 \end_inset
40905
40906 images in your document, \SpecialChar LyX
40907  has to do 50
40908 \begin_inset space ~
40909 \end_inset
40910
40911 conversions whenever you view or export your document.
40912  This will slow down your work flow with \SpecialChar LyX
40913  drastically.
40914  So if you plan to use PostScript, you can insert your images directly as
40915  EPS to avoid this problem.
40916 \end_layout
40917
40918 \begin_layout Standard
40919 You can export your document to PostScript using the menu 
40920 \family sans
40921 File\SpecialChar menuseparator
40922 Export\SpecialChar menuseparator
40923 Postscript
40924 \family default
40925 .
40926  You can view your document as PostScript via the 
40927 \family sans
40928 View
40929 \family default
40930  menu.
40931 \end_layout
40932
40933 \begin_layout Section
40934 PDF
40935 \begin_inset Index idx
40936 status collapsed
40937
40938 \begin_layout Plain Layout
40939 File Formats ! PDF
40940 \end_layout
40941
40942 \end_inset
40943
40944
40945 \begin_inset Index idx
40946 status collapsed
40947
40948 \begin_layout Plain Layout
40949 PDF
40950 \end_layout
40951
40952 \end_inset
40953
40954
40955 \end_layout
40956
40957 \begin_layout Standard
40958 This file type has the extension 
40959 \begin_inset Quotes eld
40960 \end_inset
40961
40962
40963 \family typewriter
40964 .pdf
40965 \family default
40966
40967 \begin_inset Quotes erd
40968 \end_inset
40969
40970 .
40971  The 
40972 \begin_inset Quotes eld
40973 \end_inset
40974
40975 Portable Document Format
40976 \begin_inset Quotes erd
40977 \end_inset
40978
40979  (PDF) was developed by 
40980 \family typewriter
40981 Adobe
40982 \family default
40983  as a derivative of PostScript.
40984  It is more compressed and it uses fewer commands than PostScript.
40985  As the name 
40986 \begin_inset Quotes eld
40987 \end_inset
40988
40989 portable
40990 \begin_inset Quotes erd
40991 \end_inset
40992
40993  implies, it can be processed at any computer system and the printed output
40994  looks exactly the same.
40995 \end_layout
40996
40997 \begin_layout Standard
40998 PDF can contain images in its own PDF format, in the format 
40999 \begin_inset Quotes eld
41000 \end_inset
41001
41002 Joint Photographic Experts Group
41003 \begin_inset Quotes erd
41004 \end_inset
41005
41006  (JPG, file extension 
41007 \begin_inset Quotes eld
41008 \end_inset
41009
41010
41011 \family typewriter
41012 .jpg
41013 \family default
41014
41015 \begin_inset Quotes erd
41016 \end_inset
41017
41018  or 
41019 \begin_inset Quotes eld
41020 \end_inset
41021
41022
41023 \family typewriter
41024 .jpeg
41025 \family default
41026
41027 \begin_inset Quotes erd
41028 \end_inset
41029
41030 ), and in the format 
41031 \begin_inset Quotes eld
41032 \end_inset
41033
41034 Portable Network Graphics
41035 \begin_inset Quotes erd
41036 \end_inset
41037
41038  (PNG, file extension 
41039 \begin_inset Quotes eld
41040 \end_inset
41041
41042
41043 \family typewriter
41044 .png
41045 \family default
41046
41047 \begin_inset Quotes erd
41048 \end_inset
41049
41050 ).
41051  Nevertheless you can use any other image format, because \SpecialChar LyX
41052  converts them
41053  in the background to one of these formats.
41054  But as described in the section about PostScript, the image conversion
41055  will slow down your work flow.
41056  So it is recommended that you use images in one of the three mentioned
41057  formats.
41058 \end_layout
41059
41060 \begin_layout Standard
41061 You can export your document to PDF via the menu 
41062 \family sans
41063 File\SpecialChar menuseparator
41064 Export
41065 \family default
41066  in three different ways:
41067 \end_layout
41068
41069 \begin_layout Description
41070 PDF
41071 \begin_inset space ~
41072 \end_inset
41073
41074 (ps2pdf) This uses the program 
41075 \family typewriter
41076 ps2pdf
41077 \family default
41078  that creates a PDF from a PostScript-version of your file.
41079  The PostScript-version is produced by the program 
41080 \family typewriter
41081 dvips
41082 \family default
41083  which uses a DVI-version as intermediate step.
41084  So this export variant consists of three conversions.
41085 \end_layout
41086
41087 \begin_layout Description
41088 PDF
41089 \begin_inset space ~
41090 \end_inset
41091
41092 (dvipdfm) This uses the program 
41093 \family typewriter
41094 dvipdfm
41095 \family default
41096  that converts your file in the background to DVI and in a second step to
41097  PDF.
41098 \end_layout
41099
41100 \begin_layout Description
41101 PDF
41102 \begin_inset space ~
41103 \end_inset
41104
41105 (pdflatex) This uses the program 
41106 \family typewriter
41107 pdftex
41108 \family default
41109  that converts your file directly to PDF.
41110 \end_layout
41111
41112 \begin_layout Standard
41113 It is recommended that you use 
41114 \family sans
41115 PDF
41116 \begin_inset space ~
41117 \end_inset
41118
41119 (pdflatex)
41120 \family default
41121  because 
41122 \family typewriter
41123 pdftex
41124 \family default
41125  supports all features of actual PDF-versions, is quick and works stable.
41126  The program 
41127 \family typewriter
41128 dvipdfm
41129 \family default
41130  is not under development and therefore a bit outdated.
41131 \end_layout
41132
41133 \begin_layout Standard
41134 You can view your document as PDF via the 
41135 \family sans
41136 View
41137 \family default
41138  menu or by using a toolbar button.
41139 \end_layout
41140
41141 \begin_layout Chapter
41142 List of dvips color names
41143 \begin_inset CommandInset label
41144 LatexCommand label
41145 name "chap:List-of-dvips-colornames"
41146
41147 \end_inset
41148
41149
41150 \end_layout
41151
41152 \begin_layout Standard
41153 \begin_inset Tabular
41154 <lyxtabular version="3" rows="17" columns="4">
41155 <features tabularvalignment="middle">
41156 <column alignment="left" valignment="top" width="0pt">
41157 <column alignment="left" valignment="top" width="0pt">
41158 <column alignment="left" valignment="top" width="0pt">
41159 <column alignment="left" valignment="top" width="0pt">
41160 <row>
41161 <cell alignment="left" valignment="top" usebox="none">
41162 \begin_inset Text
41163
41164 \begin_layout Plain Layout
41165 \begin_inset ERT
41166 status collapsed
41167
41168 \begin_layout Plain Layout
41169
41170
41171 \backslash
41172 fcolorbox{black}{
41173 \end_layout
41174
41175 \end_inset
41176
41177 white
41178 \begin_inset ERT
41179 status collapsed
41180
41181 \begin_layout Plain Layout
41182
41183 }{
41184 \end_layout
41185
41186 \end_inset
41187
41188 Color
41189 \begin_inset ERT
41190 status collapsed
41191
41192 \begin_layout Plain Layout
41193
41194 }
41195 \end_layout
41196
41197 \end_inset
41198
41199  Color name
41200 \end_layout
41201
41202 \end_inset
41203 </cell>
41204 <cell alignment="left" valignment="top" usebox="none">
41205 \begin_inset Text
41206
41207 \begin_layout Plain Layout
41208 \begin_inset ERT
41209 status collapsed
41210
41211 \begin_layout Plain Layout
41212
41213
41214 \backslash
41215 fcolorbox{black}{
41216 \end_layout
41217
41218 \end_inset
41219
41220 white
41221 \begin_inset ERT
41222 status collapsed
41223
41224 \begin_layout Plain Layout
41225
41226 }{
41227 \end_layout
41228
41229 \end_inset
41230
41231 Color
41232 \begin_inset ERT
41233 status collapsed
41234
41235 \begin_layout Plain Layout
41236
41237 }
41238 \end_layout
41239
41240 \end_inset
41241
41242  Color name
41243 \end_layout
41244
41245 \end_inset
41246 </cell>
41247 <cell alignment="left" valignment="top" usebox="none">
41248 \begin_inset Text
41249
41250 \begin_layout Plain Layout
41251 \begin_inset ERT
41252 status collapsed
41253
41254 \begin_layout Plain Layout
41255
41256
41257 \backslash
41258 fcolorbox{black}{
41259 \end_layout
41260
41261 \end_inset
41262
41263 white
41264 \begin_inset ERT
41265 status collapsed
41266
41267 \begin_layout Plain Layout
41268
41269 }{
41270 \end_layout
41271
41272 \end_inset
41273
41274 Color
41275 \begin_inset ERT
41276 status collapsed
41277
41278 \begin_layout Plain Layout
41279
41280 }
41281 \end_layout
41282
41283 \end_inset
41284
41285  Color name
41286 \end_layout
41287
41288 \end_inset
41289 </cell>
41290 <cell alignment="left" valignment="top" usebox="none">
41291 \begin_inset Text
41292
41293 \begin_layout Plain Layout
41294 \begin_inset ERT
41295 status collapsed
41296
41297 \begin_layout Plain Layout
41298
41299
41300 \backslash
41301 fcolorbox{black}{
41302 \end_layout
41303
41304 \end_inset
41305
41306 white
41307 \begin_inset ERT
41308 status collapsed
41309
41310 \begin_layout Plain Layout
41311
41312 }{
41313 \end_layout
41314
41315 \end_inset
41316
41317 Color
41318 \begin_inset ERT
41319 status collapsed
41320
41321 \begin_layout Plain Layout
41322
41323 }
41324 \end_layout
41325
41326 \end_inset
41327
41328  Color name
41329 \end_layout
41330
41331 \end_inset
41332 </cell>
41333 </row>
41334 <row>
41335 <cell alignment="center" valignment="top" usebox="none">
41336 \begin_inset Text
41337
41338 \begin_layout Plain Layout
41339 \begin_inset ERT
41340 status collapsed
41341
41342 \begin_layout Plain Layout
41343
41344
41345 \backslash
41346 fcolorbox{black}{
41347 \end_layout
41348
41349 \end_inset
41350
41351 Apricot
41352 \begin_inset ERT
41353 status collapsed
41354
41355 \begin_layout Plain Layout
41356
41357 }{
41358 \end_layout
41359
41360 \end_inset
41361
41362
41363 \begin_inset Phantom Phantom
41364 status open
41365
41366 \begin_layout Plain Layout
41367 W
41368 \end_layout
41369
41370 \end_inset
41371
41372
41373 \begin_inset ERT
41374 status collapsed
41375
41376 \begin_layout Plain Layout
41377
41378 }
41379 \end_layout
41380
41381 \end_inset
41382
41383  Apricot
41384 \end_layout
41385
41386 \end_inset
41387 </cell>
41388 <cell alignment="center" valignment="top" usebox="none">
41389 \begin_inset Text
41390
41391 \begin_layout Plain Layout
41392 \begin_inset ERT
41393 status collapsed
41394
41395 \begin_layout Plain Layout
41396
41397
41398 \backslash
41399 fcolorbox{black}{
41400 \end_layout
41401
41402 \end_inset
41403
41404 Aquamarine
41405 \begin_inset ERT
41406 status collapsed
41407
41408 \begin_layout Plain Layout
41409
41410 }{
41411 \end_layout
41412
41413 \end_inset
41414
41415
41416 \begin_inset Phantom Phantom
41417 status open
41418
41419 \begin_layout Plain Layout
41420 W
41421 \end_layout
41422
41423 \end_inset
41424
41425
41426 \begin_inset ERT
41427 status collapsed
41428
41429 \begin_layout Plain Layout
41430
41431 }
41432 \end_layout
41433
41434 \end_inset
41435
41436  Aquamarine
41437 \end_layout
41438
41439 \end_inset
41440 </cell>
41441 <cell alignment="center" valignment="top" usebox="none">
41442 \begin_inset Text
41443
41444 \begin_layout Plain Layout
41445 \begin_inset ERT
41446 status collapsed
41447
41448 \begin_layout Plain Layout
41449
41450
41451 \backslash
41452 fcolorbox{black}{
41453 \end_layout
41454
41455 \end_inset
41456
41457 Bittersweet
41458 \begin_inset ERT
41459 status collapsed
41460
41461 \begin_layout Plain Layout
41462
41463 }{
41464 \end_layout
41465
41466 \end_inset
41467
41468
41469 \begin_inset Phantom Phantom
41470 status open
41471
41472 \begin_layout Plain Layout
41473 W
41474 \end_layout
41475
41476 \end_inset
41477
41478
41479 \begin_inset ERT
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483
41484 }
41485 \end_layout
41486
41487 \end_inset
41488
41489  Bittersweet
41490 \end_layout
41491
41492 \end_inset
41493 </cell>
41494 <cell alignment="center" valignment="top" usebox="none">
41495 \begin_inset Text
41496
41497 \begin_layout Plain Layout
41498 \begin_inset ERT
41499 status collapsed
41500
41501 \begin_layout Plain Layout
41502
41503
41504 \backslash
41505 fcolorbox{black}{
41506 \end_layout
41507
41508 \end_inset
41509
41510 BlueGreen
41511 \begin_inset ERT
41512 status collapsed
41513
41514 \begin_layout Plain Layout
41515
41516 }{
41517 \end_layout
41518
41519 \end_inset
41520
41521
41522 \begin_inset Phantom Phantom
41523 status open
41524
41525 \begin_layout Plain Layout
41526 W
41527 \end_layout
41528
41529 \end_inset
41530
41531
41532 \begin_inset ERT
41533 status collapsed
41534
41535 \begin_layout Plain Layout
41536
41537 }
41538 \end_layout
41539
41540 \end_inset
41541
41542  BlueGreen
41543 \end_layout
41544
41545 \end_inset
41546 </cell>
41547 </row>
41548 <row>
41549 <cell alignment="left" valignment="top" usebox="none">
41550 \begin_inset Text
41551
41552 \begin_layout Plain Layout
41553 \begin_inset ERT
41554 status collapsed
41555
41556 \begin_layout Plain Layout
41557
41558
41559 \backslash
41560 fcolorbox{black}{
41561 \end_layout
41562
41563 \end_inset
41564
41565 BlueViolet
41566 \begin_inset ERT
41567 status collapsed
41568
41569 \begin_layout Plain Layout
41570
41571 }{
41572 \end_layout
41573
41574 \end_inset
41575
41576
41577 \begin_inset Phantom Phantom
41578 status open
41579
41580 \begin_layout Plain Layout
41581 W
41582 \end_layout
41583
41584 \end_inset
41585
41586
41587 \begin_inset ERT
41588 status collapsed
41589
41590 \begin_layout Plain Layout
41591
41592 }
41593 \end_layout
41594
41595 \end_inset
41596
41597  BlueViolet
41598 \end_layout
41599
41600 \end_inset
41601 </cell>
41602 <cell alignment="left" valignment="top" usebox="none">
41603 \begin_inset Text
41604
41605 \begin_layout Plain Layout
41606 \begin_inset ERT
41607 status collapsed
41608
41609 \begin_layout Plain Layout
41610
41611
41612 \backslash
41613 fcolorbox{black}{
41614 \end_layout
41615
41616 \end_inset
41617
41618 BrickRed
41619 \begin_inset ERT
41620 status collapsed
41621
41622 \begin_layout Plain Layout
41623
41624 }{
41625 \end_layout
41626
41627 \end_inset
41628
41629
41630 \begin_inset Phantom Phantom
41631 status open
41632
41633 \begin_layout Plain Layout
41634 W
41635 \end_layout
41636
41637 \end_inset
41638
41639
41640 \begin_inset ERT
41641 status collapsed
41642
41643 \begin_layout Plain Layout
41644
41645 }
41646 \end_layout
41647
41648 \end_inset
41649
41650  BrickRed
41651 \end_layout
41652
41653 \end_inset
41654 </cell>
41655 <cell alignment="left" valignment="top" usebox="none">
41656 \begin_inset Text
41657
41658 \begin_layout Plain Layout
41659 \begin_inset ERT
41660 status collapsed
41661
41662 \begin_layout Plain Layout
41663
41664
41665 \backslash
41666 fcolorbox{black}{
41667 \end_layout
41668
41669 \end_inset
41670
41671 Brown
41672 \begin_inset ERT
41673 status collapsed
41674
41675 \begin_layout Plain Layout
41676
41677 }{
41678 \end_layout
41679
41680 \end_inset
41681
41682
41683 \begin_inset Phantom Phantom
41684 status open
41685
41686 \begin_layout Plain Layout
41687 W
41688 \end_layout
41689
41690 \end_inset
41691
41692
41693 \begin_inset ERT
41694 status collapsed
41695
41696 \begin_layout Plain Layout
41697
41698 }
41699 \end_layout
41700
41701 \end_inset
41702
41703  Brown
41704 \end_layout
41705
41706 \end_inset
41707 </cell>
41708 <cell alignment="left" valignment="top" usebox="none">
41709 \begin_inset Text
41710
41711 \begin_layout Plain Layout
41712 \begin_inset ERT
41713 status collapsed
41714
41715 \begin_layout Plain Layout
41716
41717
41718 \backslash
41719 fcolorbox{black}{
41720 \end_layout
41721
41722 \end_inset
41723
41724 BurntOrange
41725 \begin_inset ERT
41726 status collapsed
41727
41728 \begin_layout Plain Layout
41729
41730 }{
41731 \end_layout
41732
41733 \end_inset
41734
41735
41736 \begin_inset Phantom Phantom
41737 status open
41738
41739 \begin_layout Plain Layout
41740 W
41741 \end_layout
41742
41743 \end_inset
41744
41745
41746 \begin_inset ERT
41747 status collapsed
41748
41749 \begin_layout Plain Layout
41750
41751 }
41752 \end_layout
41753
41754 \end_inset
41755
41756  BurntOrange
41757 \end_layout
41758
41759 \end_inset
41760 </cell>
41761 </row>
41762 <row>
41763 <cell alignment="left" valignment="top" usebox="none">
41764 \begin_inset Text
41765
41766 \begin_layout Plain Layout
41767 \begin_inset ERT
41768 status collapsed
41769
41770 \begin_layout Plain Layout
41771
41772
41773 \backslash
41774 fcolorbox{black}{
41775 \end_layout
41776
41777 \end_inset
41778
41779 CadetBlue
41780 \begin_inset ERT
41781 status collapsed
41782
41783 \begin_layout Plain Layout
41784
41785 }{
41786 \end_layout
41787
41788 \end_inset
41789
41790
41791 \begin_inset Phantom Phantom
41792 status open
41793
41794 \begin_layout Plain Layout
41795 W
41796 \end_layout
41797
41798 \end_inset
41799
41800
41801 \begin_inset ERT
41802 status collapsed
41803
41804 \begin_layout Plain Layout
41805
41806 }
41807 \end_layout
41808
41809 \end_inset
41810
41811  CadetBlue
41812 \end_layout
41813
41814 \end_inset
41815 </cell>
41816 <cell alignment="left" valignment="top" usebox="none">
41817 \begin_inset Text
41818
41819 \begin_layout Plain Layout
41820 \begin_inset ERT
41821 status collapsed
41822
41823 \begin_layout Plain Layout
41824
41825
41826 \backslash
41827 fcolorbox{black}{
41828 \end_layout
41829
41830 \end_inset
41831
41832 CarnationPink
41833 \begin_inset ERT
41834 status collapsed
41835
41836 \begin_layout Plain Layout
41837
41838 }{
41839 \end_layout
41840
41841 \end_inset
41842
41843
41844 \begin_inset Phantom Phantom
41845 status open
41846
41847 \begin_layout Plain Layout
41848 W
41849 \end_layout
41850
41851 \end_inset
41852
41853
41854 \begin_inset ERT
41855 status collapsed
41856
41857 \begin_layout Plain Layout
41858
41859 }
41860 \end_layout
41861
41862 \end_inset
41863
41864  CarnationPink
41865 \end_layout
41866
41867 \end_inset
41868 </cell>
41869 <cell alignment="left" valignment="top" usebox="none">
41870 \begin_inset Text
41871
41872 \begin_layout Plain Layout
41873 \begin_inset ERT
41874 status collapsed
41875
41876 \begin_layout Plain Layout
41877
41878
41879 \backslash
41880 fcolorbox{black}{
41881 \end_layout
41882
41883 \end_inset
41884
41885 Cerulean
41886 \begin_inset ERT
41887 status collapsed
41888
41889 \begin_layout Plain Layout
41890
41891 }{
41892 \end_layout
41893
41894 \end_inset
41895
41896
41897 \begin_inset Phantom Phantom
41898 status open
41899
41900 \begin_layout Plain Layout
41901 W
41902 \end_layout
41903
41904 \end_inset
41905
41906
41907 \begin_inset ERT
41908 status collapsed
41909
41910 \begin_layout Plain Layout
41911
41912 }
41913 \end_layout
41914
41915 \end_inset
41916
41917  Cerulean
41918 \end_layout
41919
41920 \end_inset
41921 </cell>
41922 <cell alignment="left" valignment="top" usebox="none">
41923 \begin_inset Text
41924
41925 \begin_layout Plain Layout
41926 \begin_inset ERT
41927 status collapsed
41928
41929 \begin_layout Plain Layout
41930
41931
41932 \backslash
41933 fcolorbox{black}{
41934 \end_layout
41935
41936 \end_inset
41937
41938 CornflowerBlue
41939 \begin_inset ERT
41940 status collapsed
41941
41942 \begin_layout Plain Layout
41943
41944 }{
41945 \end_layout
41946
41947 \end_inset
41948
41949
41950 \begin_inset Phantom Phantom
41951 status open
41952
41953 \begin_layout Plain Layout
41954 W
41955 \end_layout
41956
41957 \end_inset
41958
41959
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965 }
41966 \end_layout
41967
41968 \end_inset
41969
41970  CornflowerBlue
41971 \end_layout
41972
41973 \end_inset
41974 </cell>
41975 </row>
41976 <row>
41977 <cell alignment="left" valignment="top" usebox="none">
41978 \begin_inset Text
41979
41980 \begin_layout Plain Layout
41981 \begin_inset ERT
41982 status collapsed
41983
41984 \begin_layout Plain Layout
41985
41986
41987 \backslash
41988 fcolorbox{black}{
41989 \end_layout
41990
41991 \end_inset
41992
41993 Dandelion
41994 \begin_inset ERT
41995 status collapsed
41996
41997 \begin_layout Plain Layout
41998
41999 }{
42000 \end_layout
42001
42002 \end_inset
42003
42004
42005 \begin_inset Phantom Phantom
42006 status open
42007
42008 \begin_layout Plain Layout
42009 W
42010 \end_layout
42011
42012 \end_inset
42013
42014
42015 \begin_inset ERT
42016 status collapsed
42017
42018 \begin_layout Plain Layout
42019
42020 }
42021 \end_layout
42022
42023 \end_inset
42024
42025  Dandelion
42026 \end_layout
42027
42028 \end_inset
42029 </cell>
42030 <cell alignment="left" valignment="top" usebox="none">
42031 \begin_inset Text
42032
42033 \begin_layout Plain Layout
42034 \begin_inset ERT
42035 status collapsed
42036
42037 \begin_layout Plain Layout
42038
42039
42040 \backslash
42041 fcolorbox{black}{
42042 \end_layout
42043
42044 \end_inset
42045
42046 DarkOrchid
42047 \begin_inset ERT
42048 status collapsed
42049
42050 \begin_layout Plain Layout
42051
42052 }{
42053 \end_layout
42054
42055 \end_inset
42056
42057
42058 \begin_inset Phantom Phantom
42059 status open
42060
42061 \begin_layout Plain Layout
42062 W
42063 \end_layout
42064
42065 \end_inset
42066
42067
42068 \begin_inset ERT
42069 status collapsed
42070
42071 \begin_layout Plain Layout
42072
42073 }
42074 \end_layout
42075
42076 \end_inset
42077
42078  DarkOrchid
42079 \end_layout
42080
42081 \end_inset
42082 </cell>
42083 <cell alignment="left" valignment="top" usebox="none">
42084 \begin_inset Text
42085
42086 \begin_layout Plain Layout
42087 \begin_inset ERT
42088 status collapsed
42089
42090 \begin_layout Plain Layout
42091
42092
42093 \backslash
42094 fcolorbox{black}{
42095 \end_layout
42096
42097 \end_inset
42098
42099 Emerald
42100 \begin_inset ERT
42101 status collapsed
42102
42103 \begin_layout Plain Layout
42104
42105 }{
42106 \end_layout
42107
42108 \end_inset
42109
42110
42111 \begin_inset Phantom Phantom
42112 status open
42113
42114 \begin_layout Plain Layout
42115 W
42116 \end_layout
42117
42118 \end_inset
42119
42120
42121 \begin_inset ERT
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125
42126 }
42127 \end_layout
42128
42129 \end_inset
42130
42131  Emerald
42132 \end_layout
42133
42134 \end_inset
42135 </cell>
42136 <cell alignment="left" valignment="top" usebox="none">
42137 \begin_inset Text
42138
42139 \begin_layout Plain Layout
42140 \begin_inset ERT
42141 status collapsed
42142
42143 \begin_layout Plain Layout
42144
42145
42146 \backslash
42147 fcolorbox{black}{
42148 \end_layout
42149
42150 \end_inset
42151
42152 ForestGreen
42153 \begin_inset ERT
42154 status collapsed
42155
42156 \begin_layout Plain Layout
42157
42158 }{
42159 \end_layout
42160
42161 \end_inset
42162
42163
42164 \begin_inset Phantom Phantom
42165 status open
42166
42167 \begin_layout Plain Layout
42168 W
42169 \end_layout
42170
42171 \end_inset
42172
42173
42174 \begin_inset ERT
42175 status collapsed
42176
42177 \begin_layout Plain Layout
42178
42179 }
42180 \end_layout
42181
42182 \end_inset
42183
42184  ForestGreen
42185 \end_layout
42186
42187 \end_inset
42188 </cell>
42189 </row>
42190 <row>
42191 <cell alignment="left" valignment="top" usebox="none">
42192 \begin_inset Text
42193
42194 \begin_layout Plain Layout
42195 \begin_inset ERT
42196 status collapsed
42197
42198 \begin_layout Plain Layout
42199
42200
42201 \backslash
42202 fcolorbox{black}{
42203 \end_layout
42204
42205 \end_inset
42206
42207 Fuchsia
42208 \begin_inset ERT
42209 status collapsed
42210
42211 \begin_layout Plain Layout
42212
42213 }{
42214 \end_layout
42215
42216 \end_inset
42217
42218
42219 \begin_inset Phantom Phantom
42220 status open
42221
42222 \begin_layout Plain Layout
42223 W
42224 \end_layout
42225
42226 \end_inset
42227
42228
42229 \begin_inset ERT
42230 status collapsed
42231
42232 \begin_layout Plain Layout
42233
42234 }
42235 \end_layout
42236
42237 \end_inset
42238
42239  Fuchsia
42240 \end_layout
42241
42242 \end_inset
42243 </cell>
42244 <cell alignment="left" valignment="top" usebox="none">
42245 \begin_inset Text
42246
42247 \begin_layout Plain Layout
42248 \begin_inset ERT
42249 status collapsed
42250
42251 \begin_layout Plain Layout
42252
42253
42254 \backslash
42255 fcolorbox{black}{
42256 \end_layout
42257
42258 \end_inset
42259
42260 Goldenrod
42261 \begin_inset ERT
42262 status collapsed
42263
42264 \begin_layout Plain Layout
42265
42266 }{
42267 \end_layout
42268
42269 \end_inset
42270
42271
42272 \begin_inset Phantom Phantom
42273 status open
42274
42275 \begin_layout Plain Layout
42276 W
42277 \end_layout
42278
42279 \end_inset
42280
42281
42282 \begin_inset ERT
42283 status collapsed
42284
42285 \begin_layout Plain Layout
42286
42287 }
42288 \end_layout
42289
42290 \end_inset
42291
42292  Goldenrod
42293 \end_layout
42294
42295 \end_inset
42296 </cell>
42297 <cell alignment="left" valignment="top" usebox="none">
42298 \begin_inset Text
42299
42300 \begin_layout Plain Layout
42301 \begin_inset ERT
42302 status collapsed
42303
42304 \begin_layout Plain Layout
42305
42306
42307 \backslash
42308 fcolorbox{black}{
42309 \end_layout
42310
42311 \end_inset
42312
42313 Gray
42314 \begin_inset ERT
42315 status collapsed
42316
42317 \begin_layout Plain Layout
42318
42319 }{
42320 \end_layout
42321
42322 \end_inset
42323
42324
42325 \begin_inset Phantom Phantom
42326 status open
42327
42328 \begin_layout Plain Layout
42329 W
42330 \end_layout
42331
42332 \end_inset
42333
42334
42335 \begin_inset ERT
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339
42340 }
42341 \end_layout
42342
42343 \end_inset
42344
42345  Gray
42346 \end_layout
42347
42348 \end_inset
42349 </cell>
42350 <cell alignment="left" valignment="top" usebox="none">
42351 \begin_inset Text
42352
42353 \begin_layout Plain Layout
42354 \begin_inset ERT
42355 status collapsed
42356
42357 \begin_layout Plain Layout
42358
42359
42360 \backslash
42361 fcolorbox{black}{
42362 \end_layout
42363
42364 \end_inset
42365
42366 GreenYellow
42367 \begin_inset ERT
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371
42372 }{
42373 \end_layout
42374
42375 \end_inset
42376
42377
42378 \begin_inset Phantom Phantom
42379 status open
42380
42381 \begin_layout Plain Layout
42382 W
42383 \end_layout
42384
42385 \end_inset
42386
42387
42388 \begin_inset ERT
42389 status collapsed
42390
42391 \begin_layout Plain Layout
42392
42393 }
42394 \end_layout
42395
42396 \end_inset
42397
42398  GreenYellow
42399 \end_layout
42400
42401 \end_inset
42402 </cell>
42403 </row>
42404 <row>
42405 <cell alignment="center" valignment="top" usebox="none">
42406 \begin_inset Text
42407
42408 \begin_layout Plain Layout
42409 \begin_inset ERT
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413
42414
42415 \backslash
42416 fcolorbox{black}{
42417 \end_layout
42418
42419 \end_inset
42420
42421 JungleGreen
42422 \begin_inset ERT
42423 status collapsed
42424
42425 \begin_layout Plain Layout
42426
42427 }{
42428 \end_layout
42429
42430 \end_inset
42431
42432
42433 \begin_inset Phantom Phantom
42434 status open
42435
42436 \begin_layout Plain Layout
42437 W
42438 \end_layout
42439
42440 \end_inset
42441
42442
42443 \begin_inset ERT
42444 status collapsed
42445
42446 \begin_layout Plain Layout
42447
42448 }
42449 \end_layout
42450
42451 \end_inset
42452
42453  JungleGreen
42454 \end_layout
42455
42456 \end_inset
42457 </cell>
42458 <cell alignment="center" valignment="top" usebox="none">
42459 \begin_inset Text
42460
42461 \begin_layout Plain Layout
42462 \begin_inset ERT
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466
42467
42468 \backslash
42469 fcolorbox{black}{
42470 \end_layout
42471
42472 \end_inset
42473
42474 Lavender
42475 \begin_inset ERT
42476 status collapsed
42477
42478 \begin_layout Plain Layout
42479
42480 }{
42481 \end_layout
42482
42483 \end_inset
42484
42485
42486 \begin_inset Phantom Phantom
42487 status open
42488
42489 \begin_layout Plain Layout
42490 W
42491 \end_layout
42492
42493 \end_inset
42494
42495
42496 \begin_inset ERT
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500
42501 }
42502 \end_layout
42503
42504 \end_inset
42505
42506  Lavender
42507 \end_layout
42508
42509 \end_inset
42510 </cell>
42511 <cell alignment="center" valignment="top" usebox="none">
42512 \begin_inset Text
42513
42514 \begin_layout Plain Layout
42515 \begin_inset ERT
42516 status collapsed
42517
42518 \begin_layout Plain Layout
42519
42520
42521 \backslash
42522 fcolorbox{black}{
42523 \end_layout
42524
42525 \end_inset
42526
42527 LimeGreen
42528 \begin_inset ERT
42529 status collapsed
42530
42531 \begin_layout Plain Layout
42532
42533 }{
42534 \end_layout
42535
42536 \end_inset
42537
42538
42539 \begin_inset Phantom Phantom
42540 status open
42541
42542 \begin_layout Plain Layout
42543 W
42544 \end_layout
42545
42546 \end_inset
42547
42548
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554 }
42555 \end_layout
42556
42557 \end_inset
42558
42559  LimeGreen
42560 \end_layout
42561
42562 \end_inset
42563 </cell>
42564 <cell alignment="center" valignment="top" usebox="none">
42565 \begin_inset Text
42566
42567 \begin_layout Plain Layout
42568 \begin_inset ERT
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572
42573
42574 \backslash
42575 fcolorbox{black}{
42576 \end_layout
42577
42578 \end_inset
42579
42580 Mahogany
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586 }{
42587 \end_layout
42588
42589 \end_inset
42590
42591
42592 \begin_inset Phantom Phantom
42593 status open
42594
42595 \begin_layout Plain Layout
42596 W
42597 \end_layout
42598
42599 \end_inset
42600
42601
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607 }
42608 \end_layout
42609
42610 \end_inset
42611
42612  Mahogany
42613 \end_layout
42614
42615 \end_inset
42616 </cell>
42617 </row>
42618 <row>
42619 <cell alignment="left" valignment="top" usebox="none">
42620 \begin_inset Text
42621
42622 \begin_layout Plain Layout
42623 \begin_inset ERT
42624 status collapsed
42625
42626 \begin_layout Plain Layout
42627
42628
42629 \backslash
42630 fcolorbox{black}{
42631 \end_layout
42632
42633 \end_inset
42634
42635 Mahogany
42636 \begin_inset ERT
42637 status collapsed
42638
42639 \begin_layout Plain Layout
42640
42641 }{
42642 \end_layout
42643
42644 \end_inset
42645
42646
42647 \begin_inset Phantom Phantom
42648 status open
42649
42650 \begin_layout Plain Layout
42651 W
42652 \end_layout
42653
42654 \end_inset
42655
42656
42657 \begin_inset ERT
42658 status collapsed
42659
42660 \begin_layout Plain Layout
42661
42662 }
42663 \end_layout
42664
42665 \end_inset
42666
42667  Mahogany
42668 \end_layout
42669
42670 \end_inset
42671 </cell>
42672 <cell alignment="left" valignment="top" usebox="none">
42673 \begin_inset Text
42674
42675 \begin_layout Plain Layout
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681
42682 \backslash
42683 fcolorbox{black}{
42684 \end_layout
42685
42686 \end_inset
42687
42688 Maroon
42689 \begin_inset ERT
42690 status collapsed
42691
42692 \begin_layout Plain Layout
42693
42694 }{
42695 \end_layout
42696
42697 \end_inset
42698
42699
42700 \begin_inset Phantom Phantom
42701 status open
42702
42703 \begin_layout Plain Layout
42704 W
42705 \end_layout
42706
42707 \end_inset
42708
42709
42710 \begin_inset ERT
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714
42715 }
42716 \end_layout
42717
42718 \end_inset
42719
42720  Maroon
42721 \end_layout
42722
42723 \end_inset
42724 </cell>
42725 <cell alignment="left" valignment="top" usebox="none">
42726 \begin_inset Text
42727
42728 \begin_layout Plain Layout
42729 \begin_inset ERT
42730 status collapsed
42731
42732 \begin_layout Plain Layout
42733
42734
42735 \backslash
42736 fcolorbox{black}{
42737 \end_layout
42738
42739 \end_inset
42740
42741 Melon
42742 \begin_inset ERT
42743 status collapsed
42744
42745 \begin_layout Plain Layout
42746
42747 }{
42748 \end_layout
42749
42750 \end_inset
42751
42752
42753 \begin_inset Phantom Phantom
42754 status open
42755
42756 \begin_layout Plain Layout
42757 W
42758 \end_layout
42759
42760 \end_inset
42761
42762
42763 \begin_inset ERT
42764 status collapsed
42765
42766 \begin_layout Plain Layout
42767
42768 }
42769 \end_layout
42770
42771 \end_inset
42772
42773  Melon
42774 \end_layout
42775
42776 \end_inset
42777 </cell>
42778 <cell alignment="left" valignment="top" usebox="none">
42779 \begin_inset Text
42780
42781 \begin_layout Plain Layout
42782 \begin_inset ERT
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786
42787
42788 \backslash
42789 fcolorbox{black}{
42790 \end_layout
42791
42792 \end_inset
42793
42794 MidnightBlue
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800 }{
42801 \end_layout
42802
42803 \end_inset
42804
42805
42806 \begin_inset Phantom Phantom
42807 status open
42808
42809 \begin_layout Plain Layout
42810 W
42811 \end_layout
42812
42813 \end_inset
42814
42815
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821 }
42822 \end_layout
42823
42824 \end_inset
42825
42826  MidnightBlue
42827 \end_layout
42828
42829 \end_inset
42830 </cell>
42831 </row>
42832 <row>
42833 <cell alignment="left" valignment="top" usebox="none">
42834 \begin_inset Text
42835
42836 \begin_layout Plain Layout
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842
42843 \backslash
42844 fcolorbox{black}{
42845 \end_layout
42846
42847 \end_inset
42848
42849 Mulberry
42850 \begin_inset ERT
42851 status collapsed
42852
42853 \begin_layout Plain Layout
42854
42855 }{
42856 \end_layout
42857
42858 \end_inset
42859
42860
42861 \begin_inset Phantom Phantom
42862 status open
42863
42864 \begin_layout Plain Layout
42865 W
42866 \end_layout
42867
42868 \end_inset
42869
42870
42871 \begin_inset ERT
42872 status collapsed
42873
42874 \begin_layout Plain Layout
42875
42876 }
42877 \end_layout
42878
42879 \end_inset
42880
42881  Mulberry
42882 \end_layout
42883
42884 \end_inset
42885 </cell>
42886 <cell alignment="left" valignment="top" usebox="none">
42887 \begin_inset Text
42888
42889 \begin_layout Plain Layout
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895
42896 \backslash
42897 fcolorbox{black}{
42898 \end_layout
42899
42900 \end_inset
42901
42902 NavyBlue
42903 \begin_inset ERT
42904 status collapsed
42905
42906 \begin_layout Plain Layout
42907
42908 }{
42909 \end_layout
42910
42911 \end_inset
42912
42913
42914 \begin_inset Phantom Phantom
42915 status open
42916
42917 \begin_layout Plain Layout
42918 W
42919 \end_layout
42920
42921 \end_inset
42922
42923
42924 \begin_inset ERT
42925 status collapsed
42926
42927 \begin_layout Plain Layout
42928
42929 }
42930 \end_layout
42931
42932 \end_inset
42933
42934  NavyBlue
42935 \end_layout
42936
42937 \end_inset
42938 </cell>
42939 <cell alignment="left" valignment="top" usebox="none">
42940 \begin_inset Text
42941
42942 \begin_layout Plain Layout
42943 \begin_inset ERT
42944 status collapsed
42945
42946 \begin_layout Plain Layout
42947
42948
42949 \backslash
42950 fcolorbox{black}{
42951 \end_layout
42952
42953 \end_inset
42954
42955 OliveGreen
42956 \begin_inset ERT
42957 status collapsed
42958
42959 \begin_layout Plain Layout
42960
42961 }{
42962 \end_layout
42963
42964 \end_inset
42965
42966
42967 \begin_inset Phantom Phantom
42968 status open
42969
42970 \begin_layout Plain Layout
42971 W
42972 \end_layout
42973
42974 \end_inset
42975
42976
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982 }
42983 \end_layout
42984
42985 \end_inset
42986
42987  OliveGreen
42988 \end_layout
42989
42990 \end_inset
42991 </cell>
42992 <cell alignment="left" valignment="top" usebox="none">
42993 \begin_inset Text
42994
42995 \begin_layout Plain Layout
42996 \begin_inset ERT
42997 status collapsed
42998
42999 \begin_layout Plain Layout
43000
43001
43002 \backslash
43003 fcolorbox{black}{
43004 \end_layout
43005
43006 \end_inset
43007
43008 Orange
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014 }{
43015 \end_layout
43016
43017 \end_inset
43018
43019
43020 \begin_inset Phantom Phantom
43021 status open
43022
43023 \begin_layout Plain Layout
43024 W
43025 \end_layout
43026
43027 \end_inset
43028
43029
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035 }
43036 \end_layout
43037
43038 \end_inset
43039
43040  Orange
43041 \end_layout
43042
43043 \end_inset
43044 </cell>
43045 </row>
43046 <row>
43047 <cell alignment="left" valignment="top" usebox="none">
43048 \begin_inset Text
43049
43050 \begin_layout Plain Layout
43051 \begin_inset ERT
43052 status collapsed
43053
43054 \begin_layout Plain Layout
43055
43056
43057 \backslash
43058 fcolorbox{black}{
43059 \end_layout
43060
43061 \end_inset
43062
43063 OrangeRed
43064 \begin_inset ERT
43065 status collapsed
43066
43067 \begin_layout Plain Layout
43068
43069 }{
43070 \end_layout
43071
43072 \end_inset
43073
43074
43075 \begin_inset Phantom Phantom
43076 status open
43077
43078 \begin_layout Plain Layout
43079 W
43080 \end_layout
43081
43082 \end_inset
43083
43084
43085 \begin_inset ERT
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089
43090 }
43091 \end_layout
43092
43093 \end_inset
43094
43095  OrangeRed
43096 \end_layout
43097
43098 \end_inset
43099 </cell>
43100 <cell alignment="left" valignment="top" usebox="none">
43101 \begin_inset Text
43102
43103 \begin_layout Plain Layout
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109
43110 \backslash
43111 fcolorbox{black}{
43112 \end_layout
43113
43114 \end_inset
43115
43116 Orchid
43117 \begin_inset ERT
43118 status collapsed
43119
43120 \begin_layout Plain Layout
43121
43122 }{
43123 \end_layout
43124
43125 \end_inset
43126
43127
43128 \begin_inset Phantom Phantom
43129 status open
43130
43131 \begin_layout Plain Layout
43132 W
43133 \end_layout
43134
43135 \end_inset
43136
43137
43138 \begin_inset ERT
43139 status collapsed
43140
43141 \begin_layout Plain Layout
43142
43143 }
43144 \end_layout
43145
43146 \end_inset
43147
43148  Orchid
43149 \end_layout
43150
43151 \end_inset
43152 </cell>
43153 <cell alignment="left" valignment="top" usebox="none">
43154 \begin_inset Text
43155
43156 \begin_layout Plain Layout
43157 \begin_inset ERT
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161
43162
43163 \backslash
43164 fcolorbox{black}{
43165 \end_layout
43166
43167 \end_inset
43168
43169 Peach
43170 \begin_inset ERT
43171 status collapsed
43172
43173 \begin_layout Plain Layout
43174
43175 }{
43176 \end_layout
43177
43178 \end_inset
43179
43180
43181 \begin_inset Phantom Phantom
43182 status open
43183
43184 \begin_layout Plain Layout
43185 W
43186 \end_layout
43187
43188 \end_inset
43189
43190
43191 \begin_inset ERT
43192 status collapsed
43193
43194 \begin_layout Plain Layout
43195
43196 }
43197 \end_layout
43198
43199 \end_inset
43200
43201  Peach
43202 \end_layout
43203
43204 \end_inset
43205 </cell>
43206 <cell alignment="left" valignment="top" usebox="none">
43207 \begin_inset Text
43208
43209 \begin_layout Plain Layout
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215
43216 \backslash
43217 fcolorbox{black}{
43218 \end_layout
43219
43220 \end_inset
43221
43222 Periwinkle
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228 }{
43229 \end_layout
43230
43231 \end_inset
43232
43233
43234 \begin_inset Phantom Phantom
43235 status open
43236
43237 \begin_layout Plain Layout
43238 W
43239 \end_layout
43240
43241 \end_inset
43242
43243
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249 }
43250 \end_layout
43251
43252 \end_inset
43253
43254  Periwinkle
43255 \end_layout
43256
43257 \end_inset
43258 </cell>
43259 </row>
43260 <row>
43261 <cell alignment="left" valignment="top" usebox="none">
43262 \begin_inset Text
43263
43264 \begin_layout Plain Layout
43265 \begin_inset ERT
43266 status collapsed
43267
43268 \begin_layout Plain Layout
43269
43270
43271 \backslash
43272 fcolorbox{black}{
43273 \end_layout
43274
43275 \end_inset
43276
43277 PineGreen
43278 \begin_inset ERT
43279 status collapsed
43280
43281 \begin_layout Plain Layout
43282
43283 }{
43284 \end_layout
43285
43286 \end_inset
43287
43288
43289 \begin_inset Phantom Phantom
43290 status open
43291
43292 \begin_layout Plain Layout
43293 W
43294 \end_layout
43295
43296 \end_inset
43297
43298
43299 \begin_inset ERT
43300 status collapsed
43301
43302 \begin_layout Plain Layout
43303
43304 }
43305 \end_layout
43306
43307 \end_inset
43308
43309  PineGreen
43310 \end_layout
43311
43312 \end_inset
43313 </cell>
43314 <cell alignment="left" valignment="top" usebox="none">
43315 \begin_inset Text
43316
43317 \begin_layout Plain Layout
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323
43324 \backslash
43325 fcolorbox{black}{
43326 \end_layout
43327
43328 \end_inset
43329
43330 Plum
43331 \begin_inset ERT
43332 status collapsed
43333
43334 \begin_layout Plain Layout
43335
43336 }{
43337 \end_layout
43338
43339 \end_inset
43340
43341
43342 \begin_inset Phantom Phantom
43343 status open
43344
43345 \begin_layout Plain Layout
43346 W
43347 \end_layout
43348
43349 \end_inset
43350
43351
43352 \begin_inset ERT
43353 status collapsed
43354
43355 \begin_layout Plain Layout
43356
43357 }
43358 \end_layout
43359
43360 \end_inset
43361
43362  Plum
43363 \end_layout
43364
43365 \end_inset
43366 </cell>
43367 <cell alignment="left" valignment="top" usebox="none">
43368 \begin_inset Text
43369
43370 \begin_layout Plain Layout
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376
43377 \backslash
43378 fcolorbox{black}{
43379 \end_layout
43380
43381 \end_inset
43382
43383 ProcessBlue
43384 \begin_inset ERT
43385 status collapsed
43386
43387 \begin_layout Plain Layout
43388
43389 }{
43390 \end_layout
43391
43392 \end_inset
43393
43394
43395 \begin_inset Phantom Phantom
43396 status open
43397
43398 \begin_layout Plain Layout
43399 W
43400 \end_layout
43401
43402 \end_inset
43403
43404
43405 \begin_inset ERT
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409
43410 }
43411 \end_layout
43412
43413 \end_inset
43414
43415  ProcessBlue
43416 \end_layout
43417
43418 \end_inset
43419 </cell>
43420 <cell alignment="left" valignment="top" usebox="none">
43421 \begin_inset Text
43422
43423 \begin_layout Plain Layout
43424 \begin_inset ERT
43425 status collapsed
43426
43427 \begin_layout Plain Layout
43428
43429
43430 \backslash
43431 fcolorbox{black}{
43432 \end_layout
43433
43434 \end_inset
43435
43436 Purple
43437 \begin_inset ERT
43438 status collapsed
43439
43440 \begin_layout Plain Layout
43441
43442 }{
43443 \end_layout
43444
43445 \end_inset
43446
43447
43448 \begin_inset Phantom Phantom
43449 status open
43450
43451 \begin_layout Plain Layout
43452 W
43453 \end_layout
43454
43455 \end_inset
43456
43457
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }
43464 \end_layout
43465
43466 \end_inset
43467
43468  Purple
43469 \end_layout
43470
43471 \end_inset
43472 </cell>
43473 </row>
43474 <row>
43475 <cell alignment="left" valignment="top" usebox="none">
43476 \begin_inset Text
43477
43478 \begin_layout Plain Layout
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484
43485 \backslash
43486 fcolorbox{black}{
43487 \end_layout
43488
43489 \end_inset
43490
43491 RawSienna
43492 \begin_inset ERT
43493 status collapsed
43494
43495 \begin_layout Plain Layout
43496
43497 }{
43498 \end_layout
43499
43500 \end_inset
43501
43502
43503 \begin_inset Phantom Phantom
43504 status open
43505
43506 \begin_layout Plain Layout
43507 W
43508 \end_layout
43509
43510 \end_inset
43511
43512
43513 \begin_inset ERT
43514 status collapsed
43515
43516 \begin_layout Plain Layout
43517
43518 }
43519 \end_layout
43520
43521 \end_inset
43522
43523  RawSienna
43524 \end_layout
43525
43526 \end_inset
43527 </cell>
43528 <cell alignment="left" valignment="top" usebox="none">
43529 \begin_inset Text
43530
43531 \begin_layout Plain Layout
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537
43538 \backslash
43539 fcolorbox{black}{
43540 \end_layout
43541
43542 \end_inset
43543
43544 RedOrange
43545 \begin_inset ERT
43546 status collapsed
43547
43548 \begin_layout Plain Layout
43549
43550 }{
43551 \end_layout
43552
43553 \end_inset
43554
43555
43556 \begin_inset Phantom Phantom
43557 status open
43558
43559 \begin_layout Plain Layout
43560 W
43561 \end_layout
43562
43563 \end_inset
43564
43565
43566 \begin_inset ERT
43567 status collapsed
43568
43569 \begin_layout Plain Layout
43570
43571 }
43572 \end_layout
43573
43574 \end_inset
43575
43576  RedOrange
43577 \end_layout
43578
43579 \end_inset
43580 </cell>
43581 <cell alignment="left" valignment="top" usebox="none">
43582 \begin_inset Text
43583
43584 \begin_layout Plain Layout
43585 \begin_inset ERT
43586 status collapsed
43587
43588 \begin_layout Plain Layout
43589
43590
43591 \backslash
43592 fcolorbox{black}{
43593 \end_layout
43594
43595 \end_inset
43596
43597 RedViolet
43598 \begin_inset ERT
43599 status collapsed
43600
43601 \begin_layout Plain Layout
43602
43603 }{
43604 \end_layout
43605
43606 \end_inset
43607
43608
43609 \begin_inset Phantom Phantom
43610 status open
43611
43612 \begin_layout Plain Layout
43613 W
43614 \end_layout
43615
43616 \end_inset
43617
43618
43619 \begin_inset ERT
43620 status collapsed
43621
43622 \begin_layout Plain Layout
43623
43624 }
43625 \end_layout
43626
43627 \end_inset
43628
43629  RedViolet
43630 \end_layout
43631
43632 \end_inset
43633 </cell>
43634 <cell alignment="left" valignment="top" usebox="none">
43635 \begin_inset Text
43636
43637 \begin_layout Plain Layout
43638 \begin_inset ERT
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642
43643
43644 \backslash
43645 fcolorbox{black}{
43646 \end_layout
43647
43648 \end_inset
43649
43650 Rhodamine
43651 \begin_inset ERT
43652 status collapsed
43653
43654 \begin_layout Plain Layout
43655
43656 }{
43657 \end_layout
43658
43659 \end_inset
43660
43661
43662 \begin_inset Phantom Phantom
43663 status open
43664
43665 \begin_layout Plain Layout
43666 W
43667 \end_layout
43668
43669 \end_inset
43670
43671
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677 }
43678 \end_layout
43679
43680 \end_inset
43681
43682  Rhodamine
43683 \end_layout
43684
43685 \end_inset
43686 </cell>
43687 </row>
43688 <row>
43689 <cell alignment="left" valignment="top" usebox="none">
43690 \begin_inset Text
43691
43692 \begin_layout Plain Layout
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698
43699 \backslash
43700 fcolorbox{black}{
43701 \end_layout
43702
43703 \end_inset
43704
43705 RoyalBlue
43706 \begin_inset ERT
43707 status collapsed
43708
43709 \begin_layout Plain Layout
43710
43711 }{
43712 \end_layout
43713
43714 \end_inset
43715
43716
43717 \begin_inset Phantom Phantom
43718 status open
43719
43720 \begin_layout Plain Layout
43721 W
43722 \end_layout
43723
43724 \end_inset
43725
43726
43727 \begin_inset ERT
43728 status collapsed
43729
43730 \begin_layout Plain Layout
43731
43732 }
43733 \end_layout
43734
43735 \end_inset
43736
43737  RoyalBlue
43738 \end_layout
43739
43740 \end_inset
43741 </cell>
43742 <cell alignment="left" valignment="top" usebox="none">
43743 \begin_inset Text
43744
43745 \begin_layout Plain Layout
43746 \begin_inset ERT
43747 status collapsed
43748
43749 \begin_layout Plain Layout
43750
43751
43752 \backslash
43753 fcolorbox{black}{
43754 \end_layout
43755
43756 \end_inset
43757
43758 RoyalPurple
43759 \begin_inset ERT
43760 status collapsed
43761
43762 \begin_layout Plain Layout
43763
43764 }{
43765 \end_layout
43766
43767 \end_inset
43768
43769
43770 \begin_inset Phantom Phantom
43771 status open
43772
43773 \begin_layout Plain Layout
43774 W
43775 \end_layout
43776
43777 \end_inset
43778
43779
43780 \begin_inset ERT
43781 status collapsed
43782
43783 \begin_layout Plain Layout
43784
43785 }
43786 \end_layout
43787
43788 \end_inset
43789
43790  RoyalPurple
43791 \end_layout
43792
43793 \end_inset
43794 </cell>
43795 <cell alignment="left" valignment="top" usebox="none">
43796 \begin_inset Text
43797
43798 \begin_layout Plain Layout
43799 \begin_inset ERT
43800 status collapsed
43801
43802 \begin_layout Plain Layout
43803
43804
43805 \backslash
43806 fcolorbox{black}{
43807 \end_layout
43808
43809 \end_inset
43810
43811 RubineRed
43812 \begin_inset ERT
43813 status collapsed
43814
43815 \begin_layout Plain Layout
43816
43817 }{
43818 \end_layout
43819
43820 \end_inset
43821
43822
43823 \begin_inset Phantom Phantom
43824 status open
43825
43826 \begin_layout Plain Layout
43827 W
43828 \end_layout
43829
43830 \end_inset
43831
43832
43833 \begin_inset ERT
43834 status collapsed
43835
43836 \begin_layout Plain Layout
43837
43838 }
43839 \end_layout
43840
43841 \end_inset
43842
43843  RubineRed
43844 \end_layout
43845
43846 \end_inset
43847 </cell>
43848 <cell alignment="left" valignment="top" usebox="none">
43849 \begin_inset Text
43850
43851 \begin_layout Plain Layout
43852 \begin_inset ERT
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856
43857
43858 \backslash
43859 fcolorbox{black}{
43860 \end_layout
43861
43862 \end_inset
43863
43864 Salmon
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870 }{
43871 \end_layout
43872
43873 \end_inset
43874
43875
43876 \begin_inset Phantom Phantom
43877 status open
43878
43879 \begin_layout Plain Layout
43880 W
43881 \end_layout
43882
43883 \end_inset
43884
43885
43886 \begin_inset ERT
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890
43891 }
43892 \end_layout
43893
43894 \end_inset
43895
43896  Salmon
43897 \end_layout
43898
43899 \end_inset
43900 </cell>
43901 </row>
43902 <row>
43903 <cell alignment="left" valignment="top" usebox="none">
43904 \begin_inset Text
43905
43906 \begin_layout Plain Layout
43907 \begin_inset ERT
43908 status collapsed
43909
43910 \begin_layout Plain Layout
43911
43912
43913 \backslash
43914 fcolorbox{black}{
43915 \end_layout
43916
43917 \end_inset
43918
43919 SeaGreen
43920 \begin_inset ERT
43921 status collapsed
43922
43923 \begin_layout Plain Layout
43924
43925 }{
43926 \end_layout
43927
43928 \end_inset
43929
43930
43931 \begin_inset Phantom Phantom
43932 status open
43933
43934 \begin_layout Plain Layout
43935 W
43936 \end_layout
43937
43938 \end_inset
43939
43940
43941 \begin_inset ERT
43942 status collapsed
43943
43944 \begin_layout Plain Layout
43945
43946 }
43947 \end_layout
43948
43949 \end_inset
43950
43951  SeaGreen
43952 \end_layout
43953
43954 \end_inset
43955 </cell>
43956 <cell alignment="left" valignment="top" usebox="none">
43957 \begin_inset Text
43958
43959 \begin_layout Plain Layout
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965
43966 \backslash
43967 fcolorbox{black}{
43968 \end_layout
43969
43970 \end_inset
43971
43972 Sepia
43973 \begin_inset ERT
43974 status collapsed
43975
43976 \begin_layout Plain Layout
43977
43978 }{
43979 \end_layout
43980
43981 \end_inset
43982
43983
43984 \begin_inset Phantom Phantom
43985 status open
43986
43987 \begin_layout Plain Layout
43988 W
43989 \end_layout
43990
43991 \end_inset
43992
43993
43994 \begin_inset ERT
43995 status collapsed
43996
43997 \begin_layout Plain Layout
43998
43999 }
44000 \end_layout
44001
44002 \end_inset
44003
44004  Sepia
44005 \end_layout
44006
44007 \end_inset
44008 </cell>
44009 <cell alignment="left" valignment="top" usebox="none">
44010 \begin_inset Text
44011
44012 \begin_layout Plain Layout
44013 \begin_inset ERT
44014 status collapsed
44015
44016 \begin_layout Plain Layout
44017
44018
44019 \backslash
44020 fcolorbox{black}{
44021 \end_layout
44022
44023 \end_inset
44024
44025 SkyBlue
44026 \begin_inset ERT
44027 status collapsed
44028
44029 \begin_layout Plain Layout
44030
44031 }{
44032 \end_layout
44033
44034 \end_inset
44035
44036
44037 \begin_inset Phantom Phantom
44038 status open
44039
44040 \begin_layout Plain Layout
44041 W
44042 \end_layout
44043
44044 \end_inset
44045
44046
44047 \begin_inset ERT
44048 status collapsed
44049
44050 \begin_layout Plain Layout
44051
44052 }
44053 \end_layout
44054
44055 \end_inset
44056
44057  SkyBlue
44058 \end_layout
44059
44060 \end_inset
44061 </cell>
44062 <cell alignment="left" valignment="top" usebox="none">
44063 \begin_inset Text
44064
44065 \begin_layout Plain Layout
44066 \begin_inset ERT
44067 status collapsed
44068
44069 \begin_layout Plain Layout
44070
44071
44072 \backslash
44073 fcolorbox{black}{
44074 \end_layout
44075
44076 \end_inset
44077
44078 SpringGreen
44079 \begin_inset ERT
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083
44084 }{
44085 \end_layout
44086
44087 \end_inset
44088
44089
44090 \begin_inset Phantom Phantom
44091 status open
44092
44093 \begin_layout Plain Layout
44094 W
44095 \end_layout
44096
44097 \end_inset
44098
44099
44100 \begin_inset ERT
44101 status collapsed
44102
44103 \begin_layout Plain Layout
44104
44105 }
44106 \end_layout
44107
44108 \end_inset
44109
44110  SpringGreen
44111 \end_layout
44112
44113 \end_inset
44114 </cell>
44115 </row>
44116 <row>
44117 <cell alignment="left" valignment="top" usebox="none">
44118 \begin_inset Text
44119
44120 \begin_layout Plain Layout
44121 \begin_inset ERT
44122 status collapsed
44123
44124 \begin_layout Plain Layout
44125
44126
44127 \backslash
44128 fcolorbox{black}{
44129 \end_layout
44130
44131 \end_inset
44132
44133 Tan
44134 \begin_inset ERT
44135 status collapsed
44136
44137 \begin_layout Plain Layout
44138
44139 }{
44140 \end_layout
44141
44142 \end_inset
44143
44144
44145 \begin_inset Phantom Phantom
44146 status open
44147
44148 \begin_layout Plain Layout
44149 W
44150 \end_layout
44151
44152 \end_inset
44153
44154
44155 \begin_inset ERT
44156 status collapsed
44157
44158 \begin_layout Plain Layout
44159
44160 }
44161 \end_layout
44162
44163 \end_inset
44164
44165  Tan
44166 \end_layout
44167
44168 \end_inset
44169 </cell>
44170 <cell alignment="left" valignment="top" usebox="none">
44171 \begin_inset Text
44172
44173 \begin_layout Plain Layout
44174 \begin_inset ERT
44175 status collapsed
44176
44177 \begin_layout Plain Layout
44178
44179
44180 \backslash
44181 fcolorbox{black}{
44182 \end_layout
44183
44184 \end_inset
44185
44186 TealBlue
44187 \begin_inset ERT
44188 status collapsed
44189
44190 \begin_layout Plain Layout
44191
44192 }{
44193 \end_layout
44194
44195 \end_inset
44196
44197
44198 \begin_inset Phantom Phantom
44199 status open
44200
44201 \begin_layout Plain Layout
44202 W
44203 \end_layout
44204
44205 \end_inset
44206
44207
44208 \begin_inset ERT
44209 status collapsed
44210
44211 \begin_layout Plain Layout
44212
44213 }
44214 \end_layout
44215
44216 \end_inset
44217
44218  TealBlue
44219 \end_layout
44220
44221 \end_inset
44222 </cell>
44223 <cell alignment="left" valignment="top" usebox="none">
44224 \begin_inset Text
44225
44226 \begin_layout Plain Layout
44227 \begin_inset ERT
44228 status collapsed
44229
44230 \begin_layout Plain Layout
44231
44232
44233 \backslash
44234 fcolorbox{black}{
44235 \end_layout
44236
44237 \end_inset
44238
44239 Thistle
44240 \begin_inset ERT
44241 status collapsed
44242
44243 \begin_layout Plain Layout
44244
44245 }{
44246 \end_layout
44247
44248 \end_inset
44249
44250
44251 \begin_inset Phantom Phantom
44252 status open
44253
44254 \begin_layout Plain Layout
44255 W
44256 \end_layout
44257
44258 \end_inset
44259
44260
44261 \begin_inset ERT
44262 status collapsed
44263
44264 \begin_layout Plain Layout
44265
44266 }
44267 \end_layout
44268
44269 \end_inset
44270
44271  Thistle
44272 \end_layout
44273
44274 \end_inset
44275 </cell>
44276 <cell alignment="left" valignment="top" usebox="none">
44277 \begin_inset Text
44278
44279 \begin_layout Plain Layout
44280 \begin_inset ERT
44281 status collapsed
44282
44283 \begin_layout Plain Layout
44284
44285
44286 \backslash
44287 fcolorbox{black}{
44288 \end_layout
44289
44290 \end_inset
44291
44292 Turquoise
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298 }{
44299 \end_layout
44300
44301 \end_inset
44302
44303
44304 \begin_inset Phantom Phantom
44305 status open
44306
44307 \begin_layout Plain Layout
44308 W
44309 \end_layout
44310
44311 \end_inset
44312
44313
44314 \begin_inset ERT
44315 status collapsed
44316
44317 \begin_layout Plain Layout
44318
44319 }
44320 \end_layout
44321
44322 \end_inset
44323
44324  Turquoise
44325 \end_layout
44326
44327 \end_inset
44328 </cell>
44329 </row>
44330 <row>
44331 <cell alignment="left" valignment="top" usebox="none">
44332 \begin_inset Text
44333
44334 \begin_layout Plain Layout
44335 \begin_inset ERT
44336 status collapsed
44337
44338 \begin_layout Plain Layout
44339
44340
44341 \backslash
44342 fcolorbox{black}{
44343 \end_layout
44344
44345 \end_inset
44346
44347 Violet
44348 \begin_inset ERT
44349 status collapsed
44350
44351 \begin_layout Plain Layout
44352
44353 }{
44354 \end_layout
44355
44356 \end_inset
44357
44358
44359 \begin_inset Phantom Phantom
44360 status open
44361
44362 \begin_layout Plain Layout
44363 W
44364 \end_layout
44365
44366 \end_inset
44367
44368
44369 \begin_inset ERT
44370 status collapsed
44371
44372 \begin_layout Plain Layout
44373
44374 }
44375 \end_layout
44376
44377 \end_inset
44378
44379  Violet
44380 \end_layout
44381
44382 \end_inset
44383 </cell>
44384 <cell alignment="left" valignment="top" usebox="none">
44385 \begin_inset Text
44386
44387 \begin_layout Plain Layout
44388 \begin_inset ERT
44389 status collapsed
44390
44391 \begin_layout Plain Layout
44392
44393
44394 \backslash
44395 fcolorbox{black}{
44396 \end_layout
44397
44398 \end_inset
44399
44400 VioletRed
44401 \begin_inset ERT
44402 status collapsed
44403
44404 \begin_layout Plain Layout
44405
44406 }{
44407 \end_layout
44408
44409 \end_inset
44410
44411
44412 \begin_inset Phantom Phantom
44413 status open
44414
44415 \begin_layout Plain Layout
44416 W
44417 \end_layout
44418
44419 \end_inset
44420
44421
44422 \begin_inset ERT
44423 status collapsed
44424
44425 \begin_layout Plain Layout
44426
44427 }
44428 \end_layout
44429
44430 \end_inset
44431
44432  VioletRed
44433 \end_layout
44434
44435 \end_inset
44436 </cell>
44437 <cell alignment="left" valignment="top" usebox="none">
44438 \begin_inset Text
44439
44440 \begin_layout Plain Layout
44441 \begin_inset ERT
44442 status collapsed
44443
44444 \begin_layout Plain Layout
44445
44446
44447 \backslash
44448 fcolorbox{black}{
44449 \end_layout
44450
44451 \end_inset
44452
44453 WildStrawberry
44454 \begin_inset ERT
44455 status collapsed
44456
44457 \begin_layout Plain Layout
44458
44459 }{
44460 \end_layout
44461
44462 \end_inset
44463
44464
44465 \begin_inset Phantom Phantom
44466 status open
44467
44468 \begin_layout Plain Layout
44469 W
44470 \end_layout
44471
44472 \end_inset
44473
44474
44475 \begin_inset ERT
44476 status collapsed
44477
44478 \begin_layout Plain Layout
44479
44480 }
44481 \end_layout
44482
44483 \end_inset
44484
44485  WildStrawberry
44486 \end_layout
44487
44488 \end_inset
44489 </cell>
44490 <cell alignment="left" valignment="top" usebox="none">
44491 \begin_inset Text
44492
44493 \begin_layout Plain Layout
44494 \begin_inset ERT
44495 status collapsed
44496
44497 \begin_layout Plain Layout
44498
44499
44500 \backslash
44501 fcolorbox{black}{
44502 \end_layout
44503
44504 \end_inset
44505
44506 YellowGreen
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512 }{
44513 \end_layout
44514
44515 \end_inset
44516
44517
44518 \begin_inset Phantom Phantom
44519 status open
44520
44521 \begin_layout Plain Layout
44522 W
44523 \end_layout
44524
44525 \end_inset
44526
44527
44528 \begin_inset ERT
44529 status collapsed
44530
44531 \begin_layout Plain Layout
44532
44533 }
44534 \end_layout
44535
44536 \end_inset
44537
44538  YellowGreen
44539 \end_layout
44540
44541 \end_inset
44542 </cell>
44543 </row>
44544 <row>
44545 <cell alignment="left" valignment="top" usebox="none">
44546 \begin_inset Text
44547
44548 \begin_layout Plain Layout
44549 \begin_inset ERT
44550 status collapsed
44551
44552 \begin_layout Plain Layout
44553
44554
44555 \backslash
44556 fcolorbox{black}{
44557 \end_layout
44558
44559 \end_inset
44560
44561 YellowOrange
44562 \begin_inset ERT
44563 status collapsed
44564
44565 \begin_layout Plain Layout
44566
44567 }{
44568 \end_layout
44569
44570 \end_inset
44571
44572
44573 \begin_inset Phantom Phantom
44574 status open
44575
44576 \begin_layout Plain Layout
44577 W
44578 \end_layout
44579
44580 \end_inset
44581
44582
44583 \begin_inset ERT
44584 status collapsed
44585
44586 \begin_layout Plain Layout
44587
44588 }
44589 \end_layout
44590
44591 \end_inset
44592
44593  YellowOrange
44594 \end_layout
44595
44596 \end_inset
44597 </cell>
44598 <cell alignment="left" valignment="top" usebox="none">
44599 \begin_inset Text
44600
44601 \begin_layout Plain Layout
44602
44603 \end_layout
44604
44605 \end_inset
44606 </cell>
44607 <cell alignment="left" valignment="top" usebox="none">
44608 \begin_inset Text
44609
44610 \begin_layout Plain Layout
44611
44612 \end_layout
44613
44614 \end_inset
44615 </cell>
44616 <cell alignment="left" valignment="top" usebox="none">
44617 \begin_inset Text
44618
44619 \begin_layout Plain Layout
44620
44621 \end_layout
44622
44623 \end_inset
44624 </cell>
44625 </row>
44626 </lyxtabular>
44627
44628 \end_inset
44629
44630
44631 \end_layout
44632
44633 \begin_layout Chapter
44634 Explanation of Equation
44635 \begin_inset space ~
44636 \end_inset
44637
44638 (
44639 \begin_inset CommandInset ref
44640 LatexCommand ref
44641 reference "eq:Wgn"
44642
44643 \end_inset
44644
44645 )
44646 \begin_inset CommandInset label
44647 LatexCommand label
44648 name "cha:Explanation-of-Equation"
44649
44650 \end_inset
44651
44652
44653 \end_layout
44654
44655 \begin_layout Standard
44656 We can calculate the total width of 
44657 \emph on
44658 n
44659 \emph default
44660  table cells 
44661 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44662 \end_inset
44663
44664  as follows:
44665 \begin_inset Formula 
44666 \begin{equation}
44667 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44668 \end{equation}
44669
44670 \end_inset
44671
44672 where 
44673 \begin_inset Formula $W_{g\,n}$
44674 \end_inset
44675
44676  is the given width of all cells, 
44677 \series bold
44678
44679 \backslash
44680 tabcolsep
44681 \series default
44682  is the \SpecialChar LaTeX
44683 -length between the cell text and the cell border (its default value
44684  is 6
44685 \begin_inset space \thinspace{}
44686 \end_inset
44687
44688 pt).
44689  
44690 \series bold
44691
44692 \backslash
44693 arrayrulewidth
44694 \series default
44695  is the thickness of the cell border line, the default is 0.4
44696 \begin_inset space \thinspace{}
44697 \end_inset
44698
44699 pt.
44700 \end_layout
44701
44702 \begin_layout Standard
44703 Following equation
44704 \begin_inset space ~
44705 \end_inset
44706
44707
44708 \begin_inset CommandInset ref
44709 LatexCommand eqref
44710 reference "eq:Wtot_n"
44711
44712 \end_inset
44713
44714 , the total width of a multicolumn 
44715 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44716 \end_inset
44717
44718  is
44719 \begin_inset Formula 
44720 \begin{equation}
44721 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44722 \end{equation}
44723
44724 \end_inset
44725
44726
44727 \end_layout
44728
44729 \begin_layout Standard
44730 By setting equation
44731 \begin_inset space ~
44732 \end_inset
44733
44734
44735 \begin_inset CommandInset ref
44736 LatexCommand eqref
44737 reference "eq:Wtot_n"
44738
44739 \end_inset
44740
44741  and 
44742 \begin_inset CommandInset ref
44743 LatexCommand eqref
44744 reference "eq:Wtot_mult"
44745
44746 \end_inset
44747
44748  equal we can calculate the needed given width 
44749 \begin_inset Formula $W_{g\,n}$
44750 \end_inset
44751
44752  when 
44753 \emph on
44754 n
44755 \emph default
44756  columns are spanned, so that each column has a total width of 
44757 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44758 \end_inset
44759
44760 :
44761 \begin_inset Formula 
44762 \begin{equation}
44763 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44764 \end{equation}
44765
44766 \end_inset
44767
44768
44769 \end_layout
44770
44771 \begin_layout Bibliography
44772 \begin_inset CommandInset bibitem
44773 LatexCommand bibitem
44774 key "latexcompanion"
44775
44776 \end_inset
44777
44778 Frank Mittelbach and Michel Goossens: 
44779 \emph on
44780 The \SpecialChar LaTeX
44781  Companion Second Edition.
44782
44783 \emph default
44784  Addison-Wesley, 2004
44785 \end_layout
44786
44787 \begin_layout Bibliography
44788 \begin_inset CommandInset bibitem
44789 LatexCommand bibitem
44790 key "latexguide"
44791
44792 \end_inset
44793
44794 Helmut Kopka and Patrick W.
44795  Daly: 
44796 \emph on
44797 A Guide to \SpecialChar LaTeX
44798  Fourth Edition.
44799
44800 \emph default
44801  Addison-Wesley, 2003
44802 \end_layout
44803
44804 \begin_layout Bibliography
44805 \begin_inset CommandInset bibitem
44806 LatexCommand bibitem
44807 key "latexbook"
44808
44809 \end_inset
44810
44811 Leslie Lamport: 
44812 \emph on
44813 \SpecialChar LaTeX
44814 : A Document Preparation System.
44815
44816 \emph default
44817  Addison-Wesley, second edition, 1994
44818 \end_layout
44819
44820 \begin_layout Bibliography
44821 \begin_inset CommandInset bibitem
44822 LatexCommand bibitem
44823 key "arydshln"
44824
44825 \end_inset
44826
44827 Documentation of the \SpecialChar LaTeX
44828 -package 
44829 \series bold
44830
44831 \begin_inset CommandInset href
44832 LatexCommand href
44833 name "arydshln"
44834 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44835
44836 \end_inset
44837
44838
44839 \series default
44840
44841 \begin_inset Index idx
44842 status collapsed
44843
44844 \begin_layout Plain Layout
44845 \SpecialChar LaTeX
44846 -packages ! arydshln
44847 \end_layout
44848
44849 \end_inset
44850
44851
44852 \end_layout
44853
44854 \begin_layout Bibliography
44855 \begin_inset CommandInset bibitem
44856 LatexCommand bibitem
44857 key "booktabs"
44858
44859 \end_inset
44860
44861 Documentation of the \SpecialChar LaTeX
44862 -package 
44863 \series bold
44864
44865 \begin_inset CommandInset href
44866 LatexCommand href
44867 name "booktabs"
44868 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44869
44870 \end_inset
44871
44872
44873 \series default
44874
44875 \begin_inset Index idx
44876 status collapsed
44877
44878 \begin_layout Plain Layout
44879 \SpecialChar LaTeX
44880 -packages ! booktabs
44881 \end_layout
44882
44883 \end_inset
44884
44885
44886 \end_layout
44887
44888 \begin_layout Bibliography
44889 \begin_inset CommandInset bibitem
44890 LatexCommand bibitem
44891 key "caption"
44892
44893 \end_inset
44894
44895 Documentation of the \SpecialChar LaTeX
44896 -package 
44897 \series bold
44898
44899 \begin_inset CommandInset href
44900 LatexCommand href
44901 name "caption"
44902 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44903
44904 \end_inset
44905
44906
44907 \series default
44908
44909 \begin_inset Index idx
44910 status collapsed
44911
44912 \begin_layout Plain Layout
44913 \SpecialChar LaTeX
44914 -packages ! caption
44915 \end_layout
44916
44917 \end_inset
44918
44919
44920 \end_layout
44921
44922 \begin_layout Bibliography
44923 \begin_inset CommandInset bibitem
44924 LatexCommand bibitem
44925 key "diagbox"
44926
44927 \end_inset
44928
44929 Documentation of the \SpecialChar LaTeX
44930 -package 
44931 \series bold
44932
44933 \begin_inset CommandInset href
44934 LatexCommand href
44935 name "diagbox"
44936 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44937
44938 \end_inset
44939
44940
44941 \series default
44942
44943 \begin_inset Index idx
44944 status collapsed
44945
44946 \begin_layout Plain Layout
44947 \SpecialChar LaTeX
44948 -packages ! diagbox
44949 \end_layout
44950
44951 \end_inset
44952
44953
44954 \end_layout
44955
44956 \begin_layout Bibliography
44957 \begin_inset CommandInset bibitem
44958 LatexCommand bibitem
44959 key "endfloat"
44960
44961 \end_inset
44962
44963 Documentation of the \SpecialChar LaTeX
44964 -package 
44965 \series bold
44966
44967 \begin_inset CommandInset href
44968 LatexCommand href
44969 name "endfloat"
44970 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44971
44972 \end_inset
44973
44974
44975 \series default
44976
44977 \begin_inset Index idx
44978 status collapsed
44979
44980 \begin_layout Plain Layout
44981 \SpecialChar LaTeX
44982 -packages ! endfloat
44983 \end_layout
44984
44985 \end_inset
44986
44987
44988 \end_layout
44989
44990 \begin_layout Bibliography
44991 \begin_inset CommandInset bibitem
44992 LatexCommand bibitem
44993 key "footmisc"
44994
44995 \end_inset
44996
44997 Documentation of the \SpecialChar LaTeX
44998 -package 
44999 \series bold
45000
45001 \begin_inset CommandInset href
45002 LatexCommand href
45003 name "footmisc"
45004 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45005
45006 \end_inset
45007
45008
45009 \series default
45010
45011 \begin_inset Index idx
45012 status collapsed
45013
45014 \begin_layout Plain Layout
45015 \SpecialChar LaTeX
45016 -packages ! footmisc
45017 \end_layout
45018
45019 \end_inset
45020
45021
45022 \end_layout
45023
45024 \begin_layout Bibliography
45025 \begin_inset CommandInset bibitem
45026 LatexCommand bibitem
45027 key "hypcap"
45028
45029 \end_inset
45030
45031 Documentation of the \SpecialChar LaTeX
45032 -package 
45033 \series bold
45034
45035 \begin_inset CommandInset href
45036 LatexCommand href
45037 name "hypcap"
45038 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45039
45040 \end_inset
45041
45042
45043 \series default
45044
45045 \begin_inset Index idx
45046 status collapsed
45047
45048 \begin_layout Plain Layout
45049 \SpecialChar LaTeX
45050 -packages ! hyperref
45051 \end_layout
45052
45053 \end_inset
45054
45055
45056 \end_layout
45057
45058 \begin_layout Bibliography
45059 \begin_inset CommandInset bibitem
45060 LatexCommand bibitem
45061 key "hyperref"
45062
45063 \end_inset
45064
45065 Documentation of the \SpecialChar LaTeX
45066 -package 
45067 \series bold
45068
45069 \begin_inset CommandInset href
45070 LatexCommand href
45071 name "hyperref"
45072 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45073
45074 \end_inset
45075
45076
45077 \series default
45078
45079 \begin_inset Index idx
45080 status collapsed
45081
45082 \begin_layout Plain Layout
45083 \SpecialChar LaTeX
45084 -packages ! hyperref
45085 \end_layout
45086
45087 \end_inset
45088
45089
45090 \end_layout
45091
45092 \begin_layout Bibliography
45093 \begin_inset CommandInset bibitem
45094 LatexCommand bibitem
45095 key "KOMA-Script"
45096
45097 \end_inset
45098
45099 Documentation of the \SpecialChar LaTeX
45100 -package 
45101 \series bold
45102
45103 \begin_inset CommandInset href
45104 LatexCommand href
45105 name "KOMA-Script"
45106 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45107
45108 \end_inset
45109
45110
45111 \series default
45112
45113 \begin_inset Index idx
45114 status collapsed
45115
45116 \begin_layout Plain Layout
45117 \SpecialChar LaTeX
45118 -packages ! KOMA-Script
45119 \end_layout
45120
45121 \end_inset
45122
45123
45124 \end_layout
45125
45126 \begin_layout Bibliography
45127 \begin_inset CommandInset bibitem
45128 LatexCommand bibitem
45129 key "lettrine"
45130
45131 \end_inset
45132
45133 Documentation of the \SpecialChar LaTeX
45134 -package 
45135 \series bold
45136
45137 \begin_inset CommandInset href
45138 LatexCommand href
45139 name "lettrine"
45140 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45141
45142 \end_inset
45143
45144
45145 \series default
45146  and an 
45147 \begin_inset CommandInset href
45148 LatexCommand href
45149 name "example"
45150 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45151
45152 \end_inset
45153
45154
45155 \begin_inset Index idx
45156 status collapsed
45157
45158 \begin_layout Plain Layout
45159 \SpecialChar LaTeX
45160 -packages ! lettrine
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 "listings"
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 "listings"
45182 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.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 ! listings
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 "marginnote"
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 "marginnote"
45216 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.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 ! marginnote
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 "pdfpages"
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 "pdfpages"
45250 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.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 ! pdfpages
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 "prettyref"
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 "prettyref"
45284 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.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 ! prettyref
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 "pstricks"
45308
45309 \end_inset
45310
45311 Web page of the \SpecialChar LaTeX
45312 -package 
45313 \series bold
45314
45315 \begin_inset CommandInset href
45316 LatexCommand href
45317 name "PSTricks"
45318 target "http://tug.org/PSTricks/"
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 ! PSTricks
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 "refstyle"
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 "refstyle"
45352 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45353
45354 \end_inset
45355
45356
45357 \series default
45358
45359 \begin_inset Index idx
45360 status collapsed
45361
45362 \begin_layout Plain Layout
45363 \SpecialChar LaTeX
45364 -packages ! refstyle
45365 \end_layout
45366
45367 \end_inset
45368
45369
45370 \end_layout
45371
45372 \begin_layout Bibliography
45373 \begin_inset CommandInset bibitem
45374 LatexCommand bibitem
45375 key "sidecap"
45376
45377 \end_inset
45378
45379 Documentation of the \SpecialChar LaTeX
45380 -package 
45381 \series bold
45382
45383 \begin_inset CommandInset href
45384 LatexCommand href
45385 name "sidecap"
45386 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45387
45388 \end_inset
45389
45390
45391 \series default
45392
45393 \begin_inset Index idx
45394 status collapsed
45395
45396 \begin_layout Plain Layout
45397 \SpecialChar LaTeX
45398 -packages ! sidecap
45399 \end_layout
45400
45401 \end_inset
45402
45403
45404 \end_layout
45405
45406 \begin_layout Bibliography
45407 \begin_inset CommandInset bibitem
45408 LatexCommand bibitem
45409 key "NewInLyX20"
45410
45411 \end_inset
45412
45413
45414 \begin_inset CommandInset href
45415 LatexCommand href
45416 name "Wiki page"
45417 target "http://wiki.lyx.org/LyX/NewInLyX20"
45418
45419 \end_inset
45420
45421  about new features in 
45422 \family sans
45423 \SpecialChar LyX
45424  2.0
45425 \family default
45426 .
45427 \end_layout
45428
45429 \begin_layout Standard
45430 \begin_inset CommandInset index_print
45431 LatexCommand printindex
45432 type "idx"
45433
45434 \end_inset
45435
45436
45437 \end_layout
45438
45439 \end_body
45440 \end_document