]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe the new box features
[features.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, the box is set as its own paragraph, and 
33655 \series bold
33656
33657 \backslash
33658 fboxrule
33659 \series default
33660  and 
33661 \series bold
33662
33663 \backslash
33664 fboxsep
33665 \series default
33666  have no effect on this box type.
33667  The frame line thickness has the size of 
33668 \series bold
33669
33670 \backslash
33671 FrameRule
33672 \series default
33673 .
33674  
33675 \begin_inset Box Framed
33676 position "t"
33677 hor_pos "c"
33678 has_inner_box 0
33679 inner_pos "t"
33680 use_parbox 0
33681 use_makebox 0
33682 width "100col%"
33683 special "none"
33684 height "1in"
33685 height_special "totalheight"
33686 thickness "0.4pt"
33687 separation "3pt"
33688 shadowsize "4pt"
33689 framecolor "black"
33690 backgroundcolor "none"
33691 status collapsed
33692
33693 \begin_layout Plain Layout
33694 Allow page break box
33695 \end_layout
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Section
33703 Box Customization
33704 \begin_inset Index idx
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708 Boxes ! Customization
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \begin_layout Standard
33717 The diameter of the round corners of the oval boxes can be set with the
33718  command 
33719 \series bold
33720
33721 \backslash
33722 cornersize
33723 \series default
33724 .
33725  The command
33726 \end_layout
33727
33728 \begin_layout Standard
33729
33730 \series bold
33731
33732 \backslash
33733 cornersize*{1cm}
33734 \end_layout
33735
33736 \begin_layout Standard
33737 sets the diameter to 1
33738 \begin_inset space \thinspace{}
33739 \end_inset
33740
33741 cm.
33742  The command
33743 \end_layout
33744
33745 \begin_layout Standard
33746
33747 \series bold
33748
33749 \backslash
33750 cornersize{num}
33751 \end_layout
33752
33753 \begin_layout Standard
33754 sets the diameter to 
33755 \family sans
33756 num
33757 \begin_inset space \thinspace{}
33758 \end_inset
33759
33760 ×
33761 \begin_inset space \thinspace{}
33762 \end_inset
33763
33764 minimum(width and height of box)
33765 \family default
33766 .
33767  The default is 
33768 \series bold
33769
33770 \backslash
33771 cornersize{0.5}
33772 \series default
33773 .
33774 \end_layout
33775
33776 \begin_layout Standard
33777 \begin_inset ERT
33778 status collapsed
33779
33780 \begin_layout Plain Layout
33781
33782
33783 \backslash
33784 cornersize*{1.5cm}
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \begin_inset Box Ovalbox
33791 position "c"
33792 hor_pos "c"
33793 has_inner_box 1
33794 inner_pos "c"
33795 use_parbox 0
33796 use_makebox 0
33797 width "25col%"
33798 special "none"
33799 height "1in"
33800 height_special "totalheight"
33801 thickness "0.4pt"
33802 separation "3pt"
33803 shadowsize "4pt"
33804 framecolor "black"
33805 backgroundcolor "none"
33806 status open
33807
33808 \begin_layout Plain Layout
33809 \align center
33810 Oval box with 
33811 \series bold
33812
33813 \backslash
33814 cornersize
33815 \series default
33816
33817 \begin_inset space \thinspace{}
33818 \end_inset
33819
33820 =
33821 \begin_inset space \thinspace{}
33822 \end_inset
33823
33824 1.5
33825 \begin_inset space \thinspace{}
33826 \end_inset
33827
33828 cm
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \begin_inset ERT
33835 status collapsed
33836
33837 \begin_layout Plain Layout
33838
33839
33840 \backslash
33841 cornersize{0.5}
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \begin_layout Standard
33850 \begin_inset VSpace bigskip
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \begin_layout Standard
33857 For 
33858 \family sans
33859 shaded background
33860 \family default
33861  boxes the default space between the box content and the box border is 3
33862 \begin_inset space \thinspace{}
33863 \end_inset
33864
33865 pt and can be changed with the value of 
33866 \series bold
33867
33868 \backslash
33869 fboxsep
33870 \series default
33871 .
33872  The default background color red can either be changed locally with the
33873  command 
33874 \series bold
33875
33876 \backslash
33877 definecolor{shadecolor}
33878 \series default
33879  or globally with the menu 
33880 \family sans
33881 Tools\SpecialChar menuseparator
33882 Preferences\SpecialChar menuseparator
33883 Colors\SpecialChar menuseparator
33884 shaded
33885 \begin_inset space ~
33886 \end_inset
33887
33888 box
33889 \family default
33890 .
33891  The scheme of the 
33892 \series bold
33893
33894 \backslash
33895 definecolor
33896 \series default
33897  command is explained in section
33898 \begin_inset space ~
33899 \end_inset
33900
33901
33902 \begin_inset CommandInset ref
33903 LatexCommand ref
33904 reference "sec:Colored-Tables"
33905
33906 \end_inset
33907
33908 .
33909 \begin_inset Foot
33910 status collapsed
33911
33912 \begin_layout Plain Layout
33913 Note that 
33914 \series bold
33915
33916 \backslash
33917 definecolor
33918 \series default
33919  requires the \SpecialChar LaTeX
33920 -package 
33921 \series bold
33922 color
33923 \series default
33924  in the preamble, see section
33925 \begin_inset space ~
33926 \end_inset
33927
33928
33929 \begin_inset CommandInset ref
33930 LatexCommand ref
33931 reference "sec:Colored-Boxes"
33932
33933 \end_inset
33934
33935 .
33936 \end_layout
33937
33938 \end_inset
33939
33940  For example the appearance of the following shaded background box is set
33941  with the \SpecialChar TeX
33942 -Code commands
33943 \end_layout
33944
33945 \begin_layout Standard
33946
33947 \series bold
33948
33949 \backslash
33950 setlength{
33951 \backslash
33952 fboxsep}{0.5cm}
33953 \series default
33954
33955 \begin_inset Newline newline
33956 \end_inset
33957
33958
33959 \series bold
33960
33961 \backslash
33962 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33963 \end_layout
33964
33965 \begin_layout Standard
33966 \begin_inset ERT
33967 status collapsed
33968
33969 \begin_layout Plain Layout
33970
33971
33972 \backslash
33973 setlength{
33974 \backslash
33975 fboxsep}{0.5cm}
33976 \end_layout
33977
33978 \begin_layout Plain Layout
33979
33980
33981 \backslash
33982 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \begin_inset Box Shaded
33989 position "t"
33990 hor_pos "c"
33991 has_inner_box 0
33992 inner_pos "t"
33993 use_parbox 0
33994 use_makebox 0
33995 width "100col%"
33996 special "none"
33997 height "1in"
33998 height_special "totalheight"
33999 thickness "0.4pt"
34000 separation "3pt"
34001 shadowsize "4pt"
34002 framecolor "black"
34003 backgroundcolor "none"
34004 status open
34005
34006 \begin_layout Plain Layout
34007
34008 \color yellow
34009 This is yellow text in a
34010 \color none
34011  
34012 \family sans
34013 \color yellow
34014 shaded background
34015 \family default
34016 \color none
34017  
34018 \color yellow
34019 box with dark green background.
34020 \end_layout
34021
34022 \end_inset
34023
34024
34025 \begin_inset ERT
34026 status collapsed
34027
34028 \begin_layout Plain Layout
34029
34030
34031 \backslash
34032 setlength{
34033 \backslash
34034 fboxsep}{3pt}
34035 \end_layout
34036
34037 \begin_layout Plain Layout
34038
34039
34040 \backslash
34041 definecolor{shadecolor}{rgb}{1,0,0}
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 \begin_inset VSpace bigskip
34051 \end_inset
34052
34053 Manually changed lengths, widths and colors are valid for all boxes following
34054  the commands that change them.
34055 \end_layout
34056
34057 \begin_layout Section
34058 Minipages
34059 \begin_inset CommandInset label
34060 LatexCommand label
34061 name "sec:Minipages"
34062
34063 \end_inset
34064
34065
34066 \begin_inset Index idx
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070 Boxes ! Minipages
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \begin_layout Standard
34079 Minipages are treated by \SpecialChar LaTeX
34080  as pages within pages and can therefore for example
34081  have their own footnotes.
34082 \end_layout
34083
34084 \begin_layout Standard
34085 Minipages are useful when you write documents with different languages.
34086 \end_layout
34087
34088 \begin_layout Standard
34089 Below are two example minipages side by side.
34090  Their width is set to 45
34091 \begin_inset space \thinspace{}
34092 \end_inset
34093
34094 col% and they are separated by a horizontal fill, that was inserted via
34095  the menu 
34096 \family sans
34097 Insert\SpecialChar menuseparator
34098 Special
34099 \begin_inset space ~
34100 \end_inset
34101
34102 Formatting\SpecialChar menuseparator
34103 Horizontal
34104 \begin_inset space ~
34105 \end_inset
34106
34107 Fill
34108 \family default
34109 .
34110 \begin_inset Newpage newpage
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset Box Frameless
34118 position "t"
34119 hor_pos "c"
34120 has_inner_box 1
34121 inner_pos "c"
34122 use_parbox 0
34123 use_makebox 0
34124 width "45col%"
34125 special "none"
34126 height "1in"
34127 height_special "totalheight"
34128 thickness "0.4pt"
34129 separation "3pt"
34130 shadowsize "4pt"
34131 framecolor "black"
34132 backgroundcolor "none"
34133 status open
34134
34135 \begin_layout Plain Layout
34136
34137 \lang ngerman
34138 Dies ist ein deutscher Text.
34139  Dies ist ein deutscher Text.
34140  Dies ist ein deutscher Text.
34141  Dies ist ein deutscher Text.
34142  Dies ist ein deutscher Text.
34143  Dies ist ein deutscher Text.
34144  Dies ist ein deutscher Text.
34145  Dies ist ein deutscher Text.
34146  Dies ist ein deutscher Text.
34147  Dies ist ein deutscher Text.
34148  Dies ist ein deutscher Text.
34149  Dies ist ein deutscher Text.
34150  Dies ist ein deutscher Text
34151 \begin_inset Foot
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155
34156 \lang ngerman
34157 Dies ist eine deutsche Fußnote.
34158 \end_layout
34159
34160 \end_inset
34161
34162 .
34163  Dies ist ein deutscher Text.
34164  Dies ist ein deutscher Text.
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \begin_inset space \hfill{}
34171 \end_inset
34172
34173
34174 \begin_inset Box Frameless
34175 position "t"
34176 hor_pos "c"
34177 has_inner_box 1
34178 inner_pos "c"
34179 use_parbox 0
34180 use_makebox 0
34181 width "45col%"
34182 special "none"
34183 height "1in"
34184 height_special "totalheight"
34185 thickness "0.4pt"
34186 separation "3pt"
34187 shadowsize "4pt"
34188 framecolor "black"
34189 backgroundcolor "none"
34190 status open
34191
34192 \begin_layout Plain Layout
34193 This is an English Text.
34194  This is an English Text.
34195  This is an English Text.
34196  This is an English Text.
34197  This is an English Text.
34198  This is an English Text.
34199  This is an English Text.
34200  This is an English Text.
34201  This is an English Text.
34202  This is an English Text.
34203  This is an English Text.
34204  This is an English Text.
34205  This is an English Text.
34206  This is an English Text.
34207  This is an English Text.
34208  This is an English Text.
34209 \begin_inset Foot
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 This is an English footnote.
34214 \end_layout
34215
34216 \end_inset
34217
34218  This is an English Text.
34219 \end_layout
34220
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Standard
34227 \begin_inset VSpace bigskip
34228 \end_inset
34229
34230 The document-wide paragraph settings are ignored within minipages.
34231  That means that there will be no space between paragraphs in minipages
34232  although you set it to e.
34233 \begin_inset space \thinspace{}
34234 \end_inset
34235
34236 g.
34237 \begin_inset space \space{}
34238 \end_inset
34239
34240
34241 \family sans
34242 MedSkip
34243 \family default
34244  in the document settings.
34245 \end_layout
34246
34247 \begin_layout Standard
34248 Minipages can also be used to set a background color for text parts, see
34249  section
34250 \begin_inset space ~
34251 \end_inset
34252
34253
34254 \begin_inset CommandInset ref
34255 LatexCommand ref
34256 reference "sec:Colored-Boxes"
34257
34258 \end_inset
34259
34260 .
34261 \end_layout
34262
34263 \begin_layout Standard
34264 \begin_inset Note Greyedout
34265 status open
34266
34267 \begin_layout Plain Layout
34268
34269 \series bold
34270 Note:
34271 \series default
34272  You cannot have floats or margin notes inside minipages but minipages can
34273  be used inside tables, floats, and other boxes.
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Section
34282 Parboxes
34283 \begin_inset CommandInset label
34284 LatexCommand label
34285 name "sec:Parboxes"
34286
34287 \end_inset
34288
34289
34290 \begin_inset Index idx
34291 status collapsed
34292
34293 \begin_layout Plain Layout
34294 Boxes ! Parboxes
34295 \end_layout
34296
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \begin_layout Standard
34303 Parboxes are very similar to minipages with the difference that they cannot
34304  have footnotes.
34305 \begin_inset Separator parbreak
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 \align center
34313 \begin_inset Box Frameless
34314 position "t"
34315 hor_pos "c"
34316 has_inner_box 1
34317 inner_pos "t"
34318 use_parbox 1
34319 use_makebox 0
34320 width "33col%"
34321 special "none"
34322 height "1in"
34323 height_special "totalheight"
34324 thickness "0.4pt"
34325 separation "3pt"
34326 shadowsize "4pt"
34327 framecolor "black"
34328 backgroundcolor "none"
34329 status open
34330
34331 \begin_layout Plain Layout
34332 This a text within a parbox.
34333  This a text within a parbox.
34334 \end_layout
34335
34336 \begin_layout Plain Layout
34337 This footnote won't appear:
34338 \begin_inset Foot
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342 This footnote is inside a parbox and will therefore not appear.
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \begin_layout Section
34356 Boxes for Words and Characters
34357 \begin_inset Index idx
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361 Boxes ! for Characters
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Subsection
34370 Prevent Hyphenation
34371 \begin_inset CommandInset label
34372 LatexCommand label
34373 name "sec:Prevent-Hyphenation"
34374
34375 \end_inset
34376
34377
34378 \begin_inset Index idx
34379 status collapsed
34380
34381 \begin_layout Plain Layout
34382 Boxes ! to Prevent Hyphenation
34383 \end_layout
34384
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \begin_layout Standard
34391 You can use the box type 
34392 \family sans
34393 Makebox
34394 \family default
34395  to prevent words or text from being hyphenated.
34396 \begin_inset Newline newline
34397 \end_inset
34398
34399 Here is an example text:
34400 \end_layout
34401
34402 \begin_layout Standard
34403 This line is an example to show how you can prevent the hyphenation of 
34404 \begin_inset Quotes eld
34405 \end_inset
34406
34407 veryverylongword
34408 \begin_inset Quotes erd
34409 \end_inset
34410
34411 .
34412 \end_layout
34413
34414 \begin_layout Standard
34415 To prevent the hyphenation of the word 
34416 \begin_inset Quotes eld
34417 \end_inset
34418
34419 veryverylongword
34420 \begin_inset Quotes erd
34421 \end_inset
34422
34423 , put the word into a box, set the 
34424 \family sans
34425 Inner
34426 \begin_inset space ~
34427 \end_inset
34428
34429 box
34430 \family default
34431  to 
34432 \family sans
34433 Makebox
34434 \family default
34435  and use no explicit width.
34436 \end_layout
34437
34438 \begin_layout Standard
34439 This is the result:
34440 \end_layout
34441
34442 \begin_layout Standard
34443 This line is an example to show how you can prevent the hyphenation of 
34444 \begin_inset Box Frameless
34445 position "t"
34446 hor_pos "c"
34447 has_inner_box 1
34448 inner_pos "t"
34449 use_parbox 0
34450 use_makebox 1
34451 width ""
34452 special "none"
34453 height "1in"
34454 height_special "totalheight"
34455 thickness "0.4pt"
34456 separation "3pt"
34457 shadowsize "4pt"
34458 framecolor "black"
34459 backgroundcolor "none"
34460 status open
34461
34462 \begin_layout Plain Layout
34463 \begin_inset Quotes eld
34464 \end_inset
34465
34466 veryverylongword
34467 \begin_inset Quotes erd
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \end_inset
34474
34475 .
34476 \end_layout
34477
34478 \begin_layout Standard
34479 You can alternatively set the command 
34480 \begin_inset Quotes eld
34481 \end_inset
34482
34483
34484 \series bold
34485
34486 \backslash
34487 -
34488 \series default
34489
34490 \begin_inset Quotes grd
34491 \end_inset
34492
34493  as \SpecialChar TeX
34494 -Code directly before the word:
34495 \end_layout
34496
34497 \begin_layout Standard
34498 This line is an example to show how you can prevent the hyphenation of 
34499 \begin_inset Quotes eld
34500 \end_inset
34501
34502
34503 \begin_inset ERT
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507
34508
34509 \backslash
34510 -
34511 \end_layout
34512
34513 \end_inset
34514
34515 veryverylongword
34516 \begin_inset Quotes erd
34517 \end_inset
34518
34519 .
34520 \end_layout
34521
34522 \begin_layout Standard
34523 Of course the word now protrudes over the side margin.
34524  To avoid this, add via the menu 
34525 \family sans
34526 Insert\SpecialChar menuseparator
34527 Formatting\SpecialChar menuseparator
34528 Ragged
34529 \begin_inset space ~
34530 \end_inset
34531
34532 Line
34533 \begin_inset space ~
34534 \end_inset
34535
34536 Break
34537 \family default
34538  (shortcut 
34539 \begin_inset Info
34540 type  "shortcut"
34541 arg   "newline-insert newline"
34542 \end_inset
34543
34544 ) a line break before the word:
34545 \end_layout
34546
34547 \begin_layout Standard
34548 This line is an example to show how you can prevent the hyphenation of 
34549 \begin_inset Newline newline
34550 \end_inset
34551
34552
34553 \begin_inset Box Frameless
34554 position "t"
34555 hor_pos "c"
34556 has_inner_box 1
34557 inner_pos "t"
34558 use_parbox 0
34559 use_makebox 1
34560 width ""
34561 special "none"
34562 height "1in"
34563 height_special "totalheight"
34564 thickness "0.4pt"
34565 separation "3pt"
34566 shadowsize "4pt"
34567 framecolor "black"
34568 backgroundcolor "none"
34569 status open
34570
34571 \begin_layout Plain Layout
34572 \begin_inset Quotes eld
34573 \end_inset
34574
34575 veryverylongword
34576 \begin_inset Quotes erd
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \end_inset
34583
34584 .
34585 \end_layout
34586
34587 \begin_layout Subsection
34588 Vertical Alignment
34589 \begin_inset CommandInset label
34590 LatexCommand label
34591 name "subsec:Vertical-Alignment"
34592
34593 \end_inset
34594
34595
34596 \begin_inset Index idx
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 Boxes ! for Vertical Alignment
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \begin_inset Index idx
34607 status collapsed
34608
34609 \begin_layout Plain Layout
34610 Boxes ! Raiseboxes
34611 \end_layout
34612
34613 \end_inset
34614
34615
34616 \end_layout
34617
34618 \begin_layout Standard
34619 With the help of the command 
34620 \series bold
34621
34622 \backslash
34623 raisebox
34624 \series default
34625  you can align words, characters or other boxes vertically relative to the
34626  surrounding text.
34627  
34628 \series bold
34629
34630 \backslash
34631 raisebox
34632 \series default
34633  is used with the following scheme:
34634 \end_layout
34635
34636 \begin_layout Standard
34637
34638 \series bold
34639
34640 \backslash
34641 raisebox{lift}[height][depth]{box content}
34642 \end_layout
34643
34644 \begin_layout Standard
34645 The lift can be a positive value to raise the box or a negative value to
34646  lower the box.
34647 \end_layout
34648
34649 \begin_layout Standard
34650 To align for example the word 
34651 \begin_inset Quotes eld
34652 \end_inset
34653
34654 preventing
34655 \begin_inset Quotes erd
34656 \end_inset
34657
34658  so that the bottom of the 
34659 \begin_inset Quotes eld
34660 \end_inset
34661
34662 deepest
34663 \begin_inset Quotes erd
34664 \end_inset
34665
34666  character 
34667 \begin_inset Quotes eld
34668 \end_inset
34669
34670 p
34671 \begin_inset Quotes erd
34672 \end_inset
34673
34674  is at the baseline, insert the command
34675 \end_layout
34676
34677 \begin_layout Standard
34678
34679 \series bold
34680
34681 \backslash
34682 raisebox{
34683 \backslash
34684 depth}{
34685 \end_layout
34686
34687 \begin_layout Standard
34688 in \SpecialChar TeX
34689 -Code before the word.
34690  After the word insert a closing brace 
34691 \begin_inset Quotes eld
34692 \end_inset
34693
34694
34695 \series bold
34696 }
34697 \series default
34698
34699 \begin_inset Quotes erd
34700 \end_inset
34701
34702  in \SpecialChar TeX
34703 -Code.
34704 \begin_inset Newline newline
34705 \end_inset
34706
34707 This is the result:
34708 \end_layout
34709
34710 \begin_layout Standard
34711 This is a text line with the word 
34712 \begin_inset ERT
34713 status collapsed
34714
34715 \begin_layout Plain Layout
34716
34717
34718 \backslash
34719 raisebox{
34720 \backslash
34721 depth}{
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \begin_inset Quotes eld
34728 \end_inset
34729
34730 preventing
34731 \begin_inset Quotes erd
34732 \end_inset
34733
34734
34735 \begin_inset ERT
34736 status collapsed
34737
34738 \begin_layout Plain Layout
34739
34740 }
34741 \end_layout
34742
34743 \end_inset
34744
34745  as a raised word.
34746 \end_layout
34747
34748 \begin_layout Standard
34749 \begin_inset VSpace bigskip
34750 \end_inset
34751
34752 When you raise or lower characters in a line, the line distance will be
34753  spread:
34754 \end_layout
34755
34756 \begin_layout Standard
34757 This is a text line with the word 
34758 \begin_inset ERT
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762
34763
34764 \backslash
34765 raisebox{-
34766 \backslash
34767 depth}{
34768 \end_layout
34769
34770 \end_inset
34771
34772
34773 \begin_inset Quotes eld
34774 \end_inset
34775
34776 preventing
34777 \begin_inset Quotes erd
34778 \end_inset
34779
34780
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786 }
34787 \end_layout
34788
34789 \end_inset
34790
34791  as a lowered word.
34792 \begin_inset Newline newline
34793 \end_inset
34794
34795 This is a text line with the word 
34796 \begin_inset ERT
34797 status collapsed
34798
34799 \begin_layout Plain Layout
34800
34801
34802 \backslash
34803 raisebox{0.5cm}{
34804 \end_layout
34805
34806 \end_inset
34807
34808
34809 \begin_inset Quotes eld
34810 \end_inset
34811
34812 testing
34813 \begin_inset Quotes erd
34814 \end_inset
34815
34816
34817 \begin_inset ERT
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821
34822 }
34823 \end_layout
34824
34825 \end_inset
34826
34827  as a raised word.
34828 \end_layout
34829
34830 \begin_layout Standard
34831 If you want to prevent this for a certain reason, set the box height to
34832  a zero value.
34833  For example use
34834 \end_layout
34835
34836 \begin_layout Standard
34837
34838 \series bold
34839
34840 \backslash
34841 raisebox{-
34842 \backslash
34843 depth}[0pt]{
34844 \end_layout
34845
34846 \begin_layout Standard
34847 This is a text line with the word 
34848 \begin_inset ERT
34849 status collapsed
34850
34851 \begin_layout Plain Layout
34852
34853
34854 \backslash
34855 raisebox{-
34856 \backslash
34857 depth}[0pt]{
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \begin_inset Quotes eld
34864 \end_inset
34865
34866 preventing
34867 \begin_inset Quotes erd
34868 \end_inset
34869
34870
34871 \begin_inset ERT
34872 status collapsed
34873
34874 \begin_layout Plain Layout
34875
34876 }
34877 \end_layout
34878
34879 \end_inset
34880
34881  as a lowered word.
34882 \begin_inset Newline newline
34883 \end_inset
34884
34885
34886 \begin_inset Newline newline
34887 \end_inset
34888
34889 This is a text line with the word 
34890 \begin_inset ERT
34891 status collapsed
34892
34893 \begin_layout Plain Layout
34894
34895
34896 \backslash
34897 raisebox{0.5cm}[0pt]{
34898 \end_layout
34899
34900 \end_inset
34901
34902
34903 \begin_inset Quotes eld
34904 \end_inset
34905
34906 testing
34907 \begin_inset Quotes erd
34908 \end_inset
34909
34910
34911 \begin_inset ERT
34912 status collapsed
34913
34914 \begin_layout Plain Layout
34915
34916 }
34917 \end_layout
34918
34919 \end_inset
34920
34921  as a raised word.
34922 \end_layout
34923
34924 \begin_layout Section
34925 Colored Boxes
34926 \begin_inset CommandInset label
34927 LatexCommand label
34928 name "sec:Colored-Boxes"
34929
34930 \end_inset
34931
34932
34933 \begin_inset Index idx
34934 status collapsed
34935
34936 \begin_layout Plain Layout
34937 Boxes ! Color
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \begin_layout Standard
34946 To color the background of a box just select the color you like in the box
34947  dialog.
34948  This is for example a box with orange background: 
34949 \begin_inset Box Frameless
34950 position "t"
34951 hor_pos "c"
34952 has_inner_box 1
34953 inner_pos "t"
34954 use_parbox 0
34955 use_makebox 1
34956 width ""
34957 special "none"
34958 height "1in"
34959 height_special "totalheight"
34960 thickness "0.4pt"
34961 separation "3pt"
34962 shadowsize "4pt"
34963 framecolor "black"
34964 backgroundcolor "orange"
34965 status open
34966
34967 \begin_layout Plain Layout
34968 Box with orange background
34969 \end_layout
34970
34971 \end_inset
34972
34973
34974 \end_layout
34975
34976 \begin_layout Standard
34977 If you use the decoration 
34978 \family sans
34979 Simple
34980 \begin_inset space ~
34981 \end_inset
34982
34983 rectangular
34984 \begin_inset space ~
34985 \end_inset
34986
34987 frame
34988 \family default
34989  you can set a frame color.
34990  In this case you must also specify a background color (LyX sets white as
34991  default).
34992  Here is an example: 
34993 \begin_inset Box Boxed
34994 position "t"
34995 hor_pos "c"
34996 has_inner_box 0
34997 inner_pos "t"
34998 use_parbox 0
34999 use_makebox 0
35000 width ""
35001 special "none"
35002 height "1in"
35003 height_special "totalheight"
35004 thickness "0.4pt"
35005 separation "3pt"
35006 shadowsize "4pt"
35007 framecolor "teal"
35008 backgroundcolor "yellow"
35009 status open
35010
35011 \begin_layout Plain Layout
35012 Box with teal frame color and yellow background color
35013 \end_layout
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \begin_layout Standard
35021 \begin_inset VSpace bigskip
35022 \end_inset
35023
35024 Of course you can also have colored text inside a colored box:
35025 \begin_inset Newline newline
35026 \end_inset
35027
35028
35029 \begin_inset Box Boxed
35030 position "t"
35031 hor_pos "c"
35032 has_inner_box 0
35033 inner_pos "t"
35034 use_parbox 0
35035 use_makebox 0
35036 width ""
35037 special "none"
35038 height "1in"
35039 height_special "totalheight"
35040 thickness "0.4pt"
35041 separation "3pt"
35042 shadowsize "4pt"
35043 framecolor "cyan"
35044 backgroundcolor "magenta"
35045 status open
35046
35047 \begin_layout Plain Layout
35048
35049 \color yellow
35050 This is colored text within a colored, framed box
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Standard
35059 \begin_inset VSpace bigskip
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Standard
35066 If you need another color than the predefined ones, you can define your
35067  own color as described in section
35068 \begin_inset space ~
35069 \end_inset
35070
35071
35072 \begin_inset CommandInset ref
35073 LatexCommand ref
35074 reference "sec:Colored-Tables"
35075
35076 \end_inset
35077
35078 .
35079  To use your own color you must typeset the box by using TeX code:
35080 \end_layout
35081
35082 \begin_layout Standard
35083 Colored boxes without frame are created with the command 
35084 \series bold
35085
35086 \backslash
35087 colorbox
35088 \series default
35089 .
35090  It has the following scheme:
35091 \end_layout
35092
35093 \begin_layout Standard
35094
35095 \series bold
35096
35097 \backslash
35098 colorbox{color}{box content}
35099 \end_layout
35100
35101 \begin_layout Standard
35102 The box content can also be a box and colored boxes can also be within other
35103  boxes.
35104  To have e.
35105 \begin_inset space \thinspace{}
35106 \end_inset
35107
35108 g.
35109 \begin_inset space \space{}
35110 \end_inset
35111
35112 a darkgreen background for a word, insert the command
35113 \end_layout
35114
35115 \begin_layout Standard
35116
35117 \series bold
35118
35119 \backslash
35120 colorbox{darkgreen}{
35121 \end_layout
35122
35123 \begin_layout Standard
35124 before the word in \SpecialChar TeX
35125 -Code.
35126  After the word insert a closing brace 
35127 \begin_inset Quotes eld
35128 \end_inset
35129
35130
35131 \series bold
35132 }
35133 \series default
35134
35135 \begin_inset Quotes erd
35136 \end_inset
35137
35138  in \SpecialChar TeX
35139 -Code.
35140 \begin_inset Newline newline
35141 \end_inset
35142
35143 This is the result:
35144 \end_layout
35145
35146 \begin_layout Standard
35147 This is a line where the word 
35148 \begin_inset ERT
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152
35153
35154 \backslash
35155 colorbox{darkgreen}{
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \begin_inset Quotes eld
35162 \end_inset
35163
35164 Attention!
35165 \begin_inset Quotes erd
35166 \end_inset
35167
35168
35169 \begin_inset ERT
35170 status collapsed
35171
35172 \begin_layout Plain Layout
35173
35174 }
35175 \end_layout
35176
35177 \end_inset
35178
35179  has a darkgreen background.
35180 \end_layout
35181
35182 \begin_layout Standard
35183 Framed, colored boxes are created with the command 
35184 \series bold
35185
35186 \backslash
35187 fcolorbox
35188 \series default
35189 .
35190  It has the following scheme:
35191 \end_layout
35192
35193 \begin_layout Standard
35194
35195 \series bold
35196
35197 \backslash
35198 fcolorbox{frame color}{box color}{box content}
35199 \end_layout
35200
35201 \begin_layout Section
35202 Rotated and Scaled Boxes
35203 \end_layout
35204
35205 \begin_layout Standard
35206 To use the commands described in this section, the \SpecialChar LaTeX
35207 -package 
35208 \series bold
35209 graphicx
35210 \series default
35211
35212 \begin_inset Index idx
35213 status collapsed
35214
35215 \begin_layout Plain Layout
35216 \SpecialChar LaTeX
35217 -packages ! graphicx
35218 \end_layout
35219
35220 \end_inset
35221
35222  needs to be loaded in the document preamble with the command
35223 \end_layout
35224
35225 \begin_layout Standard
35226
35227 \series bold
35228
35229 \backslash
35230 @ifundefined{rotatebox}
35231 \begin_inset Newline newline
35232 \end_inset
35233
35234
35235 \begin_inset Phantom HPhantom
35236 status open
35237
35238 \begin_layout Plain Layout
35239
35240 \series bold
35241 \begin_inset space ~
35242 \end_inset
35243
35244
35245 \end_layout
35246
35247 \end_inset
35248
35249 {
35250 \backslash
35251 usepackage{graphicx}}{}
35252 \end_layout
35253
35254 \begin_layout Standard
35255 \begin_inset Note Greyedout
35256 status open
35257
35258 \begin_layout Plain Layout
35259
35260 \series bold
35261 Note:
35262 \series default
35263  Not all DVI-viewers are able to display rotated or scaled material.
35264 \end_layout
35265
35266 \end_inset
35267
35268
35269 \end_layout
35270
35271 \begin_layout Standard
35272 \begin_inset Note Greyedout
35273 status open
35274
35275 \begin_layout Plain Layout
35276
35277 \series bold
35278 Note:
35279 \series default
35280  Floats are not allowed inside a rotated or scaled box.
35281 \end_layout
35282
35283 \end_inset
35284
35285
35286 \end_layout
35287
35288 \begin_layout Subsection
35289 Rotated Boxes
35290 \begin_inset Index idx
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294 Boxes ! rotated
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \begin_inset Index idx
35301 status collapsed
35302
35303 \begin_layout Plain Layout
35304 Rotated Material
35305 \end_layout
35306
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \begin_layout Standard
35313 To rotate material, you can put it into a rotated box.
35314  Such a box is created using the command 
35315 \series bold
35316
35317 \backslash
35318 rotatebox
35319 \series default
35320  in \SpecialChar TeX
35321 -Code with the following scheme:
35322 \end_layout
35323
35324 \begin_layout Standard
35325
35326 \series bold
35327
35328 \backslash
35329 rotatebox[rotation origin]{rotation angle}{box content}
35330 \end_layout
35331
35332 \begin_layout Standard
35333 The rotation origin is specified in the form 
35334 \series bold
35335 origin=position
35336 \series default
35337 .
35338  The following positions are possible: 
35339 \emph on
35340 c
35341 \emph default
35342  (center), 
35343 \emph on
35344 l
35345 \emph default
35346  (left), 
35347 \emph on
35348 r
35349 \emph default
35350  (right), 
35351 \emph on
35352 b
35353 \emph default
35354  (bottom), 
35355 \emph on
35356 t
35357 \emph default
35358  (top), along with meaningful combinations of the four base positions.
35359  For example 
35360 \emph on
35361 lt
35362 \emph default
35363  means that the rotation origin is at the top left corner of the box.
35364  When no rotation origin is specified, the position 
35365 \emph on
35366 l
35367 \emph default
35368  will be used.
35369  The rotation angle is a number that can be negative that specifies the
35370  angle in degrees.
35371  The rotation direction is counterclockwise.
35372 \end_layout
35373
35374 \begin_layout Standard
35375 In the following example the command 
35376 \series bold
35377
35378 \backslash
35379 rotatebox[origin=c]{60}{
35380 \series default
35381  was inserted as \SpecialChar TeX
35382 -Code before the text 
35383 \begin_inset Quotes eld
35384 \end_inset
35385
35386 with rotated
35387 \begin_inset Quotes erd
35388 \end_inset
35389
35390 ; after the text the box was closed by a closing brace 
35391 \series bold
35392 }
35393 \series default
35394  in \SpecialChar TeX
35395 -Code.
35396 \end_layout
35397
35398 \begin_layout Standard
35399 This is a line 
35400 \begin_inset ERT
35401 status collapsed
35402
35403 \begin_layout Plain Layout
35404
35405
35406 \backslash
35407 rotatebox[origin=c]{60}{
35408 \end_layout
35409
35410 \end_inset
35411
35412 with rotated
35413 \begin_inset ERT
35414 status collapsed
35415
35416 \begin_layout Plain Layout
35417
35418 }
35419 \end_layout
35420
35421 \end_inset
35422
35423  text.
35424 \end_layout
35425
35426 \begin_layout Standard
35427 The box content can also be another box or an inline formula:
35428 \end_layout
35429
35430 \begin_layout Standard
35431 This is a line
35432 \begin_inset ERT
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436
35437
35438 \backslash
35439 rotatebox[origin=r]{-60}{
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \begin_inset Box Doublebox
35446 position "c"
35447 hor_pos "c"
35448 has_inner_box 0
35449 inner_pos "c"
35450 use_parbox 0
35451 use_makebox 0
35452 width "1in"
35453 special "width"
35454 height "1in"
35455 height_special "totalheight"
35456 thickness "0.4pt"
35457 separation "3pt"
35458 shadowsize "4pt"
35459 framecolor "black"
35460 backgroundcolor "none"
35461 status collapsed
35462
35463 \begin_layout Plain Layout
35464 with rotated
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \begin_inset ERT
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474
35475 }
35476 \end_layout
35477
35478 \end_inset
35479
35480  framed text 
35481 \begin_inset ERT
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485
35486
35487 \backslash
35488 rotatebox[origin=lb]{60}{
35489 \end_layout
35490
35491 \end_inset
35492
35493
35494 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35495 \end_inset
35496
35497
35498 \begin_inset ERT
35499 status collapsed
35500
35501 \begin_layout Plain Layout
35502
35503 }
35504 \end_layout
35505
35506 \end_inset
35507
35508  and a formula.
35509 \end_layout
35510
35511 \begin_layout Standard
35512 or an image or table:
35513 \end_layout
35514
35515 \begin_layout Standard
35516 This is a line
35517 \begin_inset ERT
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521
35522
35523 \backslash
35524 rotatebox[origin=lb]{90}{
35525 \end_layout
35526
35527 \end_inset
35528
35529
35530 \begin_inset Graphics
35531         filename clipart/platypus.eps
35532         lyxscale 50
35533         width 25col%
35534
35535 \end_inset
35536
35537
35538 \begin_inset ERT
35539 status collapsed
35540
35541 \begin_layout Plain Layout
35542
35543 }
35544 \end_layout
35545
35546 \end_inset
35547
35548  with a rotated image 
35549 \begin_inset ERT
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553
35554
35555 \backslash
35556 rotatebox[origin=l]{-90}{
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \begin_inset Tabular
35563 <lyxtabular version="3" rows="2" columns="2">
35564 <features tabularvalignment="middle">
35565 <column alignment="center" valignment="top">
35566 <column alignment="center" valignment="top">
35567 <row>
35568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35569 \begin_inset Text
35570
35571 \begin_layout Plain Layout
35572 q
35573 \end_layout
35574
35575 \end_inset
35576 </cell>
35577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35578 \begin_inset Text
35579
35580 \begin_layout Plain Layout
35581 w
35582 \end_layout
35583
35584 \end_inset
35585 </cell>
35586 </row>
35587 <row>
35588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35589 \begin_inset Text
35590
35591 \begin_layout Plain Layout
35592 e
35593 \end_layout
35594
35595 \end_inset
35596 </cell>
35597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35598 \begin_inset Text
35599
35600 \begin_layout Plain Layout
35601 r
35602 \end_layout
35603
35604 \end_inset
35605 </cell>
35606 </row>
35607 </lyxtabular>
35608
35609 \end_inset
35610
35611
35612 \begin_inset ERT
35613 status collapsed
35614
35615 \begin_layout Plain Layout
35616
35617 }
35618 \end_layout
35619
35620 \end_inset
35621
35622  and table.
35623 \begin_inset Index idx
35624 status collapsed
35625
35626 \begin_layout Plain Layout
35627 Figures ! rotated
35628 \end_layout
35629
35630 \end_inset
35631
35632
35633 \begin_inset Index idx
35634 status collapsed
35635
35636 \begin_layout Plain Layout
35637 Table Customization ! Rotating
35638 \end_layout
35639
35640 \end_inset
35641
35642
35643 \end_layout
35644
35645 \begin_layout Subsection
35646 Scaled Boxes
35647 \begin_inset Index idx
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651 Boxes ! scaled
35652 \end_layout
35653
35654 \end_inset
35655
35656
35657 \begin_inset Index idx
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661 Scaled Material
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \begin_layout Standard
35670 To scale material the commands 
35671 \series bold
35672
35673 \backslash
35674 scalebox
35675 \series default
35676  and 
35677 \series bold
35678
35679 \backslash
35680 resizebox
35681 \series default
35682  can be used as \SpecialChar TeX
35683 -Code.
35684 \end_layout
35685
35686 \begin_layout Standard
35687
35688 \series bold
35689
35690 \backslash
35691 scalebox
35692 \series default
35693  is used with the following scheme:
35694 \end_layout
35695
35696 \begin_layout Standard
35697
35698 \series bold
35699
35700 \backslash
35701 scalebox{horizontal}[vertical]{box content}
35702 \end_layout
35703
35704 \begin_layout Standard
35705 Horizontal and vertical are the corresponding scaling factors.
35706  If no vertical scaling factor is given, the horizontal factor will also
35707  be used as the vertical one.
35708 \end_layout
35709
35710 \begin_layout Standard
35711 The command 
35712 \series bold
35713
35714 \backslash
35715 scalebox{2}{Hello}
35716 \series default
35717  creates for example a double size 
35718 \begin_inset ERT
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722
35723
35724 \backslash
35725 scalebox{2}{
35726 \end_layout
35727
35728 \end_inset
35729
35730 Hello
35731 \begin_inset ERT
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735
35736 }
35737 \end_layout
35738
35739 \end_inset
35740
35741 , compared with the document text size.
35742 \end_layout
35743
35744 \begin_layout Standard
35745
35746 \series bold
35747
35748 \backslash
35749 scalebox{2}[1]{Hello}
35750 \series default
35751  on the other hand distorts the 
35752 \begin_inset ERT
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756
35757
35758 \backslash
35759 scalebox{2}[1]{
35760 \end_layout
35761
35762 \end_inset
35763
35764 Hello
35765 \begin_inset ERT
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769
35770 }
35771 \end_layout
35772
35773 \end_inset
35774
35775 .
35776 \end_layout
35777
35778 \begin_layout Standard
35779 If the scaling factor is negative, the box content will be mirrored.
35780  Therefore the command 
35781 \series bold
35782
35783 \backslash
35784 scalebox{-1}[1]{Hello}
35785 \series default
35786  can be used to create mirror writing: 
35787 \begin_inset ERT
35788 status collapsed
35789
35790 \begin_layout Plain Layout
35791
35792
35793 \backslash
35794 scalebox{-1}[1]{
35795 \end_layout
35796
35797 \end_inset
35798
35799 Hello
35800 \begin_inset ERT
35801 status collapsed
35802
35803 \begin_layout Plain Layout
35804
35805 }
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Standard
35814
35815 \series bold
35816
35817 \backslash
35818 scalebox{1}[-1]{Hello}
35819 \series default
35820  reflects the 
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826
35827 \backslash
35828 scalebox{1}[-1]{
35829 \end_layout
35830
35831 \end_inset
35832
35833 Hello
35834 \begin_inset ERT
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838
35839 }
35840 \end_layout
35841
35842 \end_inset
35843
35844  at the base line.
35845 \end_layout
35846
35847 \begin_layout Standard
35848 Equivalent to 
35849 \series bold
35850
35851 \backslash
35852 scalebox{-1}[1]{box content}
35853 \series default
35854  there exists the command
35855 \begin_inset Newline newline
35856 \end_inset
35857
35858
35859 \series bold
35860
35861 \backslash
35862 reflectbox{box content}
35863 \series default
35864 .
35865 \end_layout
35866
35867 \begin_layout Standard
35868 \begin_inset VSpace bigskip
35869 \end_inset
35870
35871 The command 
35872 \series bold
35873
35874 \backslash
35875 resizebox
35876 \series default
35877  is used to scale the box to a defined width and height.
35878  The command scheme is:
35879 \end_layout
35880
35881 \begin_layout Standard
35882
35883 \series bold
35884
35885 \backslash
35886 resizebox{width}{height}{box content}
35887 \end_layout
35888
35889 \begin_layout Standard
35890 If one of the two command arguments given is an exclamation mark 
35891 \series bold
35892 !
35893 \series default
35894 , the size is set so that the aspect ratio of the box content is kept.
35895 \end_layout
35896
35897 \begin_layout Standard
35898 The command 
35899 \series bold
35900
35901 \backslash
35902 resizebox{2cm}{1cm}{Hello}
35903 \series default
35904  produces: 
35905 \begin_inset ERT
35906 status collapsed
35907
35908 \begin_layout Plain Layout
35909
35910
35911 \backslash
35912 resizebox{2cm}{1cm}{
35913 \end_layout
35914
35915 \end_inset
35916
35917 Hello
35918 \begin_inset ERT
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922
35923 }
35924 \end_layout
35925
35926 \end_inset
35927
35928
35929 \begin_inset Newline newline
35930 \end_inset
35931
35932 The command 
35933 \series bold
35934
35935 \backslash
35936 resizebox{2cm}{!}{Hello}
35937 \series default
35938  produces: 
35939 \begin_inset ERT
35940 status collapsed
35941
35942 \begin_layout Plain Layout
35943
35944
35945 \backslash
35946 resizebox{2cm}{!}{
35947 \end_layout
35948
35949 \end_inset
35950
35951 Hello
35952 \begin_inset ERT
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956
35957 }
35958 \end_layout
35959
35960 \end_inset
35961
35962
35963 \end_layout
35964
35965 \begin_layout Standard
35966 \begin_inset VSpace bigskip
35967 \end_inset
35968
35969
35970 \begin_inset Note Greyedout
35971 status open
35972
35973 \begin_layout Plain Layout
35974
35975 \series bold
35976 Note:
35977 \series default
35978  When arguments of 
35979 \series bold
35980
35981 \backslash
35982 scalebox
35983 \series default
35984  or 
35985 \series bold
35986
35987 \backslash
35988 resizebox
35989 \series default
35990  are set to zero, no \SpecialChar LaTeX
35991 -errors occur when exporting the document but the exported
35992  files can not or only partly be displayed.
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Standard
36001 \begin_inset VSpace bigskip
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Standard
36008 The boxes can be combined in any order.
36009  E.
36010 \begin_inset space \thinspace{}
36011 \end_inset
36012
36013 g.
36014 \begin_inset space \space{}
36015 \end_inset
36016
36017 the command
36018 \begin_inset Newline newline
36019 \end_inset
36020
36021
36022 \series bold
36023
36024 \backslash
36025 rotatebox[origin=c]{-45}{
36026 \backslash
36027 resizebox{2cm}{!}{
36028 \backslash
36029 reflectbox{Hello}}}
36030 \begin_inset Newline newline
36031 \end_inset
36032
36033
36034 \series default
36035 produces:
36036 \begin_inset Separator parbreak
36037 \end_inset
36038
36039
36040 \end_layout
36041
36042 \begin_layout Standard
36043 \align center
36044 \begin_inset ERT
36045 status collapsed
36046
36047 \begin_layout Plain Layout
36048
36049
36050 \backslash
36051 rotatebox[origin=c]{-45}{
36052 \backslash
36053 resizebox{2cm}{!}{
36054 \backslash
36055 reflectbox{
36056 \end_layout
36057
36058 \end_inset
36059
36060 Hello
36061 \begin_inset ERT
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065
36066 }}}
36067 \end_layout
36068
36069 \end_inset
36070
36071
36072 \end_layout
36073
36074 \begin_layout Standard
36075 \noindent
36076 Images, tables, and inline formulas are allowed as box content:
36077 \begin_inset Separator parbreak
36078 \end_inset
36079
36080
36081 \end_layout
36082
36083 \begin_layout Standard
36084 \align center
36085 \begin_inset ERT
36086 status collapsed
36087
36088 \begin_layout Plain Layout
36089
36090
36091 \backslash
36092 rotatebox[origin=c]{-30}{
36093 \backslash
36094 resizebox{2cm}{!}{
36095 \backslash
36096 reflectbox{
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \begin_inset Graphics
36103         filename clipart/platypus.eps
36104         lyxscale 50
36105         width 25col%
36106
36107 \end_inset
36108
36109
36110 \begin_inset ERT
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114
36115 }}}
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \begin_inset ERT
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125
36126
36127 \backslash
36128 rotatebox[origin=c]{-45}{
36129 \backslash
36130 resizebox{2cm}{!}{
36131 \backslash
36132 reflectbox{
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \begin_inset Tabular
36139 <lyxtabular version="3" rows="2" columns="2">
36140 <features tabularvalignment="middle">
36141 <column alignment="center" valignment="top">
36142 <column alignment="center" valignment="top">
36143 <row>
36144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36145 \begin_inset Text
36146
36147 \begin_layout Plain Layout
36148 q
36149 \end_layout
36150
36151 \end_inset
36152 </cell>
36153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36154 \begin_inset Text
36155
36156 \begin_layout Plain Layout
36157 w
36158 \end_layout
36159
36160 \end_inset
36161 </cell>
36162 </row>
36163 <row>
36164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36165 \begin_inset Text
36166
36167 \begin_layout Plain Layout
36168 e
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36174 \begin_inset Text
36175
36176 \begin_layout Plain Layout
36177 r
36178 \end_layout
36179
36180 \end_inset
36181 </cell>
36182 </row>
36183 </lyxtabular>
36184
36185 \end_inset
36186
36187
36188 \begin_inset ERT
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192
36193 }}}
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \begin_inset ERT
36200 status collapsed
36201
36202 \begin_layout Plain Layout
36203
36204
36205 \backslash
36206 rotatebox[origin=c]{-45}{
36207 \backslash
36208 resizebox{2cm}{!}{
36209 \backslash
36210 reflectbox{
36211 \end_layout
36212
36213 \end_inset
36214
36215
36216 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36217 \end_inset
36218
36219
36220 \begin_inset ERT
36221 status collapsed
36222
36223 \begin_layout Plain Layout
36224
36225 }}}
36226 \end_layout
36227
36228 \end_inset
36229
36230
36231 \begin_inset Index idx
36232 status collapsed
36233
36234 \begin_layout Plain Layout
36235 Figures ! scaled
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \begin_inset Index idx
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245 Table Customization ! Scaling
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Standard
36254 When the global formula style 
36255 \series bold
36256 fleqn
36257 \series default
36258  is used in the document
36259 \begin_inset Foot
36260 status collapsed
36261
36262 \begin_layout Plain Layout
36263 When 
36264 \begin_inset Quotes eld
36265 \end_inset
36266
36267 fleqn
36268 \begin_inset Quotes erd
36269 \end_inset
36270
36271  is added to the document class options.
36272 \end_layout
36273
36274 \end_inset
36275
36276 , display style formulas can also be scaled.
36277 \end_layout
36278
36279 \begin_layout Chapter
36280 Objects Surrounded by Text
36281 \begin_inset Index idx
36282 status collapsed
36283
36284 \begin_layout Plain Layout
36285 Surrounded by text
36286 \end_layout
36287
36288 \end_inset
36289
36290
36291 \end_layout
36292
36293 \begin_layout Section
36294 Wrap Floats
36295 \begin_inset CommandInset label
36296 LatexCommand label
36297 name "sec:Wrap-Floats"
36298
36299 \end_inset
36300
36301
36302 \begin_inset Index idx
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306 Floats ! Wrap Floats
36307 \end_layout
36308
36309 \end_inset
36310
36311
36312 \begin_inset Index idx
36313 status collapsed
36314
36315 \begin_layout Plain Layout
36316 Surrounded by text ! Wrap Floats
36317 \end_layout
36318
36319 \end_inset
36320
36321
36322 \end_layout
36323
36324 \begin_layout Standard
36325 \begin_inset Wrap figure
36326 lines 0
36327 placement l
36328 overhang 1cm
36329 width "40col%"
36330 status open
36331
36332 \begin_layout Plain Layout
36333 \begin_inset Graphics
36334         filename clipart/mobius.eps
36335         width 40col%
36336         scaleBeforeRotation
36337         rotateOrigin center
36338
36339 \end_inset
36340
36341
36342 \end_layout
36343
36344 \begin_layout Plain Layout
36345 \begin_inset Caption Standard
36346
36347 \begin_layout Plain Layout
36348 \begin_inset CommandInset label
36349 LatexCommand label
36350 name "fig:This-is-a"
36351
36352 \end_inset
36353
36354 This is a figure wrap float.
36355 \end_layout
36356
36357 \end_inset
36358
36359
36360 \end_layout
36361
36362 \end_inset
36363
36364  This float type is used if you want to wrap text around a figure or table
36365  so that it only occupies some fraction of the column width.
36366  It can be inserted using the menu 
36367 \family sans
36368 Insert\SpecialChar menuseparator
36369 Floats\SpecialChar menuseparator
36370 Figure
36371 \begin_inset space ~
36372 \end_inset
36373
36374 Wrap
36375 \begin_inset space ~
36376 \end_inset
36377
36378 Float
36379 \family default
36380  or 
36381 \family sans
36382 Table
36383 \begin_inset space ~
36384 \end_inset
36385
36386 Wrap
36387 \begin_inset space ~
36388 \end_inset
36389
36390 Float
36391 \family default
36392  if the \SpecialChar LaTeX
36393 -package 
36394 \series bold
36395 wrapfig
36396 \series default
36397
36398 \begin_inset Index idx
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402 \SpecialChar LaTeX
36403 -packages ! wrapfig
36404 \end_layout
36405
36406 \end_inset
36407
36408  is installed.
36409 \begin_inset Foot
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413 Installing a \SpecialChar LaTeX
36414 -package is explained it in the 
36415 \emph on
36416 \SpecialChar LaTeX
36417
36418 \begin_inset space ~
36419 \end_inset
36420
36421 Configuration
36422 \emph default
36423  manual.
36424 \end_layout
36425
36426 \end_inset
36427
36428  The settings of the float can be modified by right-clicking on the float
36429  box.
36430  The mandatory settings are the float 
36431 \family sans
36432 Placement
36433 \family default
36434  and its 
36435 \family sans
36436 Width
36437 \family default
36438 .
36439  Optional are the 
36440 \family sans
36441 Overhang
36442 \family default
36443  that specifies how much the float is set into the paragraph
36444 \begin_inset space \thinspace{}
36445 \end_inset
36446
36447 /
36448 \begin_inset space \thinspace{}
36449 \end_inset
36450
36451 page margin, and the 
36452 \family sans
36453 Line
36454 \begin_inset space ~
36455 \end_inset
36456
36457 span
36458 \family default
36459  that specifies how many text lines the float will approximately need.
36460  The line span is often hard to approximate; so it is better only to use
36461  it when you encounter float placement problems.
36462  You can furthermore decide if \SpecialChar LaTeX
36463  is allowed to let the float float within
36464  the paragraph or to surrounding paragraphs.
36465  Figure
36466 \begin_inset space ~
36467 \end_inset
36468
36469
36470 \begin_inset CommandInset ref
36471 LatexCommand ref
36472 reference "fig:This-is-a"
36473
36474 \end_inset
36475
36476  is an example text wrap float with a width of 40
36477 \begin_inset space \thinspace{}
36478 \end_inset
36479
36480 col%, 1
36481 \begin_inset space \thinspace{}
36482 \end_inset
36483
36484 cm overhang, set to the left.
36485 \end_layout
36486
36487 \begin_layout Standard
36488 \begin_inset Note Greyedout
36489 status open
36490
36491 \begin_layout Plain Layout
36492
36493 \series bold
36494 Note:
36495 \series default
36496  Text
36497 \begin_inset space ~
36498 \end_inset
36499
36500 wrap float floats are fragile! E.
36501 \begin_inset space \thinspace{}
36502 \end_inset
36503
36504 g.
36505 \begin_inset space \space{}
36506 \end_inset
36507
36508 having a figure too close to the bottom of the page can mess things up in
36509  such a way that the float does not appear in the output or that it is placed
36510  over some other text.
36511 \end_layout
36512
36513 \end_inset
36514
36515
36516 \end_layout
36517
36518 \begin_layout Standard
36519 In general, the following applies for wrap floats:
36520 \end_layout
36521
36522 \begin_layout Itemize
36523 They should not be placed in paragraphs that run over a page break.
36524  That means that wrap floats are better inserted in their exact place when
36525  the document is almost finished and you are able to estimate where page
36526  breaks will appear.
36527 \end_layout
36528
36529 \begin_layout Itemize
36530 They should either be placed in their own paragraph before the paragraph
36531  where they should wrap into or within a paragraph.
36532 \end_layout
36533
36534 \begin_layout Itemize
36535 In consecutive paragraphs they may cause troubles, so ensure that there
36536  is a text paragraph between them as separator.
36537 \end_layout
36538
36539 \begin_layout Itemize
36540 They are not allowed in section headings or tables.
36541 \end_layout
36542
36543 \begin_layout Itemize
36544 Their numbering and referencing works as described in chap.
36545 \begin_inset space \thinspace{}
36546 \end_inset
36547
36548
36549 \begin_inset CommandInset ref
36550 LatexCommand ref
36551 reference "chap:Floats"
36552
36553 \end_inset
36554
36555 .
36556 \end_layout
36557
36558 \begin_layout Section
36559 Surrounded Fixed Objects
36560 \begin_inset Index idx
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564 Surrounded by text ! Fixed objects
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \begin_layout Standard
36573 The wrap floats described in sec.
36574 \begin_inset space \thinspace{}
36575 \end_inset
36576
36577
36578 \begin_inset CommandInset ref
36579 LatexCommand ref
36580 reference "sec:Wrap-Floats"
36581
36582 \end_inset
36583
36584  have these positions in the paragraph:
36585 \begin_inset Separator parbreak
36586 \end_inset
36587
36588
36589 \end_layout
36590
36591 \begin_layout Standard
36592 \noindent
36593 \align center
36594 \begin_inset Tabular
36595 <lyxtabular version="3" rows="2" columns="2">
36596 <features tabularvalignment="middle">
36597 <column alignment="center" valignment="top">
36598 <column alignment="center" valignment="top">
36599 <row>
36600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36601 \begin_inset Text
36602
36603 \begin_layout Plain Layout
36604 \begin_inset Graphics
36605         filename ../images/dialog-show-new-inset_graphics.png
36606         scale 70
36607         scaleBeforeRotation
36608
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \end_inset
36615 </cell>
36616 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36617 \begin_inset Text
36618
36619 \begin_layout Plain Layout
36620 text
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 </row>
36626 <row>
36627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36628 \begin_inset Text
36629
36630 \begin_layout Plain Layout
36631 text
36632 \end_layout
36633
36634 \end_inset
36635 </cell>
36636 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36637 \begin_inset Text
36638
36639 \begin_layout Plain Layout
36640 text
36641 \end_layout
36642
36643 \end_inset
36644 </cell>
36645 </row>
36646 </lyxtabular>
36647
36648 \end_inset
36649
36650  or 
36651 \begin_inset Tabular
36652 <lyxtabular version="3" rows="2" columns="2">
36653 <features tabularvalignment="middle">
36654 <column alignment="center" valignment="top">
36655 <column alignment="center" valignment="top">
36656 <row>
36657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36658 \begin_inset Text
36659
36660 \begin_layout Plain Layout
36661 text
36662 \end_layout
36663
36664 \end_inset
36665 </cell>
36666 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670 \begin_inset Graphics
36671         filename ../images/dialog-show-new-inset_graphics.png
36672         scale 70
36673         scaleBeforeRotation
36674
36675 \end_inset
36676
36677
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 </row>
36683 <row>
36684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36685 \begin_inset Text
36686
36687 \begin_layout Plain Layout
36688 text
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697 text
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 </row>
36703 </lyxtabular>
36704
36705 \end_inset
36706
36707
36708 \end_layout
36709
36710 \begin_layout Standard
36711 To get an object exactly at the position where it is inserted, for example
36712  to get one of these positions:
36713 \begin_inset VSpace defskip
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \begin_layout Standard
36720 \noindent
36721 \align center
36722 \begin_inset Tabular
36723 <lyxtabular version="3" rows="2" columns="2">
36724 <features tabularvalignment="middle">
36725 <column alignment="center" valignment="top">
36726 <column alignment="center" valignment="top">
36727 <row>
36728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732 text
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
36741 text
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 </row>
36747 <row>
36748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752 \begin_inset Graphics
36753         filename ../images/dialog-show-new-inset_graphics.png
36754         scale 70
36755         scaleBeforeRotation
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \end_inset
36763 </cell>
36764 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 text
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 </row>
36774 </lyxtabular>
36775
36776 \end_inset
36777
36778  
36779 \begin_inset Tabular
36780 <lyxtabular version="3" rows="2" columns="2">
36781 <features tabularvalignment="middle">
36782 <column alignment="center" valignment="top">
36783 <column alignment="center" valignment="top">
36784 <row>
36785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36786 \begin_inset Text
36787
36788 \begin_layout Plain Layout
36789 text
36790 \end_layout
36791
36792 \end_inset
36793 </cell>
36794 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36795 \begin_inset Text
36796
36797 \begin_layout Plain Layout
36798 text
36799 \end_layout
36800
36801 \end_inset
36802 </cell>
36803 </row>
36804 <row>
36805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36806 \begin_inset Text
36807
36808 \begin_layout Plain Layout
36809 text
36810 \end_layout
36811
36812 \end_inset
36813 </cell>
36814 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36815 \begin_inset Text
36816
36817 \begin_layout Plain Layout
36818 \begin_inset Graphics
36819         filename ../images/dialog-show-new-inset_graphics.png
36820         scale 70
36821         scaleBeforeRotation
36822
36823 \end_inset
36824
36825
36826 \end_layout
36827
36828 \end_inset
36829 </cell>
36830 </row>
36831 </lyxtabular>
36832
36833 \end_inset
36834
36835  
36836 \begin_inset Tabular
36837 <lyxtabular version="3" rows="2" columns="3">
36838 <features tabularvalignment="middle">
36839 <column alignment="center" valignment="top">
36840 <column alignment="center" valignment="top">
36841 <column alignment="center" valignment="top">
36842 <row>
36843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36844 \begin_inset Text
36845
36846 \begin_layout Plain Layout
36847 text
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 <cell alignment="center" valignment="top" topline="true" usebox="none">
36853 \begin_inset Text
36854
36855 \begin_layout Plain Layout
36856 \begin_inset Graphics
36857         filename ../images/dialog-show-new-inset_graphics.png
36858         scale 70
36859         scaleBeforeRotation
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \end_inset
36867 </cell>
36868 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36869 \begin_inset Text
36870
36871 \begin_layout Plain Layout
36872 text
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 </row>
36878 <row>
36879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883 text
36884 \end_layout
36885
36886 \end_inset
36887 </cell>
36888 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892 text
36893 \end_layout
36894
36895 \end_inset
36896 </cell>
36897 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36898 \begin_inset Text
36899
36900 \begin_layout Plain Layout
36901 text
36902 \end_layout
36903
36904 \end_inset
36905 </cell>
36906 </row>
36907 </lyxtabular>
36908
36909 \end_inset
36910
36911  
36912 \begin_inset Tabular
36913 <lyxtabular version="3" rows="2" columns="3">
36914 <features tabularvalignment="middle">
36915 <column alignment="center" valignment="top">
36916 <column alignment="center" valignment="top">
36917 <column alignment="center" valignment="top">
36918 <row>
36919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36920 \begin_inset Text
36921
36922 \begin_layout Plain Layout
36923 text
36924 \end_layout
36925
36926 \end_inset
36927 </cell>
36928 <cell alignment="center" valignment="top" topline="true" usebox="none">
36929 \begin_inset Text
36930
36931 \begin_layout Plain Layout
36932 text
36933 \end_layout
36934
36935 \end_inset
36936 </cell>
36937 <cell alignment="center" valignment="top" topline="true" rightline="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 </row>
36947 <row>
36948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36949 \begin_inset Text
36950
36951 \begin_layout Plain Layout
36952 text
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 <cell alignment="center" valignment="top" bottomline="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" bottomline="true" 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 </lyxtabular>
36984
36985 \end_inset
36986
36987
36988 \end_layout
36989
36990 \begin_layout Standard
36991 \noindent
36992 \align center
36993 \begin_inset Tabular
36994 <lyxtabular version="3" rows="3" columns="2">
36995 <features tabularvalignment="middle">
36996 <column alignment="center" valignment="top">
36997 <column alignment="center" valignment="top">
36998 <row>
36999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37000 \begin_inset Text
37001
37002 \begin_layout Plain Layout
37003 text
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37009 \begin_inset Text
37010
37011 \begin_layout Plain Layout
37012 text
37013 \end_layout
37014
37015 \end_inset
37016 </cell>
37017 </row>
37018 <row>
37019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023 \begin_inset Graphics
37024         filename ../images/dialog-show-new-inset_graphics.png
37025         scale 70
37026         scaleBeforeRotation
37027
37028 \end_inset
37029
37030
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039 text
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 </row>
37045 <row>
37046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050 text
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059 text
37060 \end_layout
37061
37062 \end_inset
37063 </cell>
37064 </row>
37065 </lyxtabular>
37066
37067 \end_inset
37068
37069  
37070 \begin_inset Tabular
37071 <lyxtabular version="3" rows="3" columns="3">
37072 <features tabularvalignment="middle">
37073 <column alignment="center" valignment="top">
37074 <column alignment="center" valignment="top">
37075 <column alignment="center" valignment="top">
37076 <row>
37077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37078 \begin_inset Text
37079
37080 \begin_layout Plain Layout
37081 text
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" topline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 text
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 text
37100 \end_layout
37101
37102 \end_inset
37103 </cell>
37104 </row>
37105 <row>
37106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110 text
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 <cell alignment="center" valignment="top" usebox="none">
37116 \begin_inset Text
37117
37118 \begin_layout Plain Layout
37119 \begin_inset Graphics
37120         filename ../images/dialog-show-new-inset_graphics.png
37121         scale 70
37122         scaleBeforeRotation
37123
37124 \end_inset
37125
37126
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 text
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 </row>
37141 <row>
37142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37143 \begin_inset Text
37144
37145 \begin_layout Plain Layout
37146 text
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37152 \begin_inset Text
37153
37154 \begin_layout Plain Layout
37155 text
37156 \end_layout
37157
37158 \end_inset
37159 </cell>
37160 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37161 \begin_inset Text
37162
37163 \begin_layout Plain Layout
37164 text
37165 \end_layout
37166
37167 \end_inset
37168 </cell>
37169 </row>
37170 </lyxtabular>
37171
37172 \end_inset
37173
37174  
37175 \begin_inset Tabular
37176 <lyxtabular version="3" rows="3" columns="2">
37177 <features tabularvalignment="middle">
37178 <column alignment="center" valignment="top">
37179 <column alignment="center" valignment="top">
37180 <row>
37181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185 text
37186 \end_layout
37187
37188 \end_inset
37189 </cell>
37190 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194 text
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 </row>
37200 <row>
37201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205 text
37206 \end_layout
37207
37208 \end_inset
37209 </cell>
37210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37211 \begin_inset Text
37212
37213 \begin_layout Plain Layout
37214 \begin_inset Graphics
37215         filename ../images/dialog-show-new-inset_graphics.png
37216         scale 70
37217         scaleBeforeRotation
37218
37219 \end_inset
37220
37221
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 </row>
37227 <row>
37228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232 text
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241 text
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 </row>
37247 </lyxtabular>
37248
37249 \end_inset
37250
37251
37252 \end_layout
37253
37254 \begin_layout Standard
37255 \noindent
37256 you can use the \SpecialChar LaTeX
37257 -package 
37258 \series bold
37259 picinpar
37260 \series default
37261
37262 \begin_inset Index idx
37263 status collapsed
37264
37265 \begin_layout Plain Layout
37266 \SpecialChar LaTeX
37267 -packages ! picinpar
37268 \end_layout
37269
37270 \end_inset
37271
37272 .
37273  Here is an example:
37274 \end_layout
37275
37276 \begin_layout Standard
37277 \begin_inset ERT
37278 status collapsed
37279
37280 \begin_layout Plain Layout
37281
37282
37283 \backslash
37284 ifpicinpar
37285 \end_layout
37286
37287 \end_inset
37288
37289
37290 \begin_inset Note Note
37291 status open
37292
37293 \begin_layout Plain Layout
37294 The following section will only be displayed when the \SpecialChar LaTeX
37295 -package 
37296 \series bold
37297 picinpar
37298 \series default
37299  is installed.
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \end_layout
37306
37307 \begin_layout Standard
37308 \begin_inset ERT
37309 status collapsed
37310
37311 \begin_layout Plain Layout
37312
37313
37314 \backslash
37315 begin{window}[2,c,{
37316 \end_layout
37317
37318 \end_inset
37319
37320
37321 \begin_inset Graphics
37322         filename clipart/mobius.eps
37323         lyxscale 60
37324         width 40col%
37325         scaleBeforeRotation
37326         rotateOrigin center
37327
37328 \end_inset
37329
37330
37331 \begin_inset ERT
37332 status collapsed
37333
37334 \begin_layout Plain Layout
37335
37336 },]
37337 \end_layout
37338
37339 \begin_layout Plain Layout
37340
37341 {}
37342 \end_layout
37343
37344 \end_inset
37345
37346
37347 \size small
37348 It was in the spring of the year 1894 that all London was interested, and
37349  the fashionable world dismayed, by the murder of the Honourable Ronald
37350  Adair under most unusual and inexplicable circumstances.
37351  The public has already learned those particulars of the crime which
37352 \size default
37353
37354 \begin_inset ERT
37355 status collapsed
37356
37357 \begin_layout Plain Layout
37358
37359
37360 \backslash
37361 footnotemark{}
37362 \end_layout
37363
37364 \end_inset
37365
37366
37367 \size small
37368  came out in the police investigation, but a good deal was suppressed upon
37369  that occasion, since the case for the prosecution was so overwhelmingly
37370  strong that it was not necessary to bring forward all the facts.
37371  Only now, at the end of nearly ten years, am I allowed to supply those
37372  missing links which make up the whole of that remarkable chain.
37373 \size default
37374
37375 \begin_inset ERT
37376 status collapsed
37377
37378 \begin_layout Plain Layout
37379
37380
37381 \backslash
37382 end{window}
37383 \end_layout
37384
37385 \end_inset
37386
37387
37388 \end_layout
37389
37390 \begin_layout Standard
37391 \begin_inset ERT
37392 status collapsed
37393
37394 \begin_layout Plain Layout
37395
37396
37397 \backslash
37398 footnotetext{
37399 \end_layout
37400
37401 \end_inset
37402
37403 Footnote of the paragraph with the fixed object.
37404 \begin_inset ERT
37405 status collapsed
37406
37407 \begin_layout Plain Layout
37408
37409 }
37410 \end_layout
37411
37412 \end_inset
37413
37414
37415 \end_layout
37416
37417 \begin_layout Standard
37418 Surrounded fixed objects are used to let text float around them, at which
37419  the object's position in the paragraph can be determined by the number
37420  of lines above it.
37421  In contrary to floats is it not possible to have a numbered caption.
37422 \end_layout
37423
37424 \begin_layout Standard
37425 A fixed object is inserted by adding the command
37426 \end_layout
37427
37428 \begin_layout Standard
37429
37430 \series bold
37431
37432 \backslash
37433 begin{window}[2,c,{
37434 \end_layout
37435
37436 \begin_layout Standard
37437 as \SpecialChar TeX
37438 -Code at the beginning of the paragraph.
37439  The first parameter in the bracket, here '2', defines the number of lines
37440  above the object, the second, here 'c', the position of the object.
37441  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37442  Behind the command you insert the object.
37443  In this example an image with a width of 40
37444 \begin_inset space \thinspace{}
37445 \end_inset
37446
37447 % of the text column width was inserted.
37448  The object can also be a table, a box or an equation.
37449  Behind the object the command
37450 \end_layout
37451
37452 \begin_layout Standard
37453
37454 \series bold
37455 },description text]
37456 \begin_inset Newline newline
37457 \end_inset
37458
37459 {}
37460 \end_layout
37461
37462 \begin_layout Standard
37463 is inserted.
37464  Note that the 
37465 \begin_inset Quotes eld
37466 \end_inset
37467
37468
37469 \series bold
37470 {}
37471 \series default
37472
37473 \begin_inset Quotes erd
37474 \end_inset
37475
37476  is in the second line.
37477  The description text is optional.
37478  The text surrounding the object must be in the same paragraph as the object,
37479  so it must begin directly after the 
37480 \series bold
37481 {}
37482 \series default
37483 .
37484  At the end of the paragraph insert the command:
37485 \end_layout
37486
37487 \begin_layout Standard
37488
37489 \series bold
37490
37491 \backslash
37492 end{window}
37493 \end_layout
37494
37495 \begin_layout Standard
37496 Within a paragraph with a fixed object, you cannot insert footnotes in the
37497  normal way.
37498  You have to use instead the command 
37499 \series bold
37500
37501 \backslash
37502 footnotemark
37503 \series default
37504  inside the paragraph and outside the command 
37505 \series bold
37506
37507 \backslash
37508 footnotetext
37509 \series default
37510  as described in sec.
37511 \begin_inset space \thinspace{}
37512 \end_inset
37513
37514
37515 \begin_inset CommandInset ref
37516 LatexCommand ref
37517 reference "sec:Footnotes"
37518
37519 \end_inset
37520
37521 .
37522 \end_layout
37523
37524 \begin_layout Standard
37525 \begin_inset ERT
37526 status collapsed
37527
37528 \begin_layout Plain Layout
37529
37530
37531 \backslash
37532 else
37533 \end_layout
37534
37535 \end_inset
37536
37537
37538 \begin_inset Note Note
37539 status open
37540
37541 \begin_layout Plain Layout
37542 The following will be displayed when the \SpecialChar LaTeX
37543 -package 
37544 \series bold
37545 picinpar
37546 \series default
37547  is not installed:
37548 \end_layout
37549
37550 \end_inset
37551
37552
37553 \end_layout
37554
37555 \begin_layout Standard
37556 You need to install the \SpecialChar LaTeX
37557 -package 
37558 \series bold
37559 picinpar
37560 \series default
37561  to see the following part of this section in the output.
37562 \end_layout
37563
37564 \begin_layout Standard
37565 \begin_inset ERT
37566 status collapsed
37567
37568 \begin_layout Plain Layout
37569
37570
37571 \backslash
37572 fi
37573 \end_layout
37574
37575 \end_inset
37576
37577
37578 \end_layout
37579
37580 \begin_layout Section
37581 Initials
37582 \begin_inset Index idx
37583 status collapsed
37584
37585 \begin_layout Plain Layout
37586 Initials
37587 \end_layout
37588
37589 \end_inset
37590
37591
37592 \begin_inset Index idx
37593 status collapsed
37594
37595 \begin_layout Plain Layout
37596 Surrounded by text ! Initials
37597 \end_layout
37598
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \begin_layout Standard
37605 To use initials, you must have the \SpecialChar LaTeX
37606 -package 
37607 \series bold
37608 lettrine
37609 \series default
37610
37611 \begin_inset Index idx
37612 status collapsed
37613
37614 \begin_layout Plain Layout
37615 \SpecialChar LaTeX
37616 -packages ! lettrine
37617 \end_layout
37618
37619 \end_inset
37620
37621  installed and use the module 
37622 \family sans
37623 Initials
37624 \family default
37625  in your document (menu 
37626 \family sans
37627 Document\SpecialChar menuseparator
37628 Settings\SpecialChar menuseparator
37629 Modules
37630 \family default
37631 ).
37632  To insert an initial, use the style 
37633 \family sans
37634 Initial
37635 \family default
37636 .
37637  This style has a mandatory and two optional arguments.
37638  The arguments are inserted via the 
37639 \family sans
37640 Insert
37641 \family default
37642  menu.
37643  The mandatory argument 
37644 \family sans
37645 Initial
37646 \family default
37647  contains the letter(s) that is the initial, the argument 
37648 \family sans
37649 Rest
37650 \begin_inset space ~
37651 \end_inset
37652
37653 of
37654 \begin_inset space ~
37655 \end_inset
37656
37657 Initial
37658 \family default
37659  contains the rest of the word or text of the initial letter(s).
37660  The argument 
37661 \family sans
37662 Options
37663 \family default
37664  contains parameters to modify the initial.
37665  For more information about the possible parameters see the documentation
37666  of 
37667 \series bold
37668 lettrine
37669 \series default
37670
37671 \begin_inset CommandInset citation
37672 LatexCommand cite
37673 key "lettrine"
37674
37675 \end_inset
37676
37677 .
37678  The style itself contains the text that is surrounding the initial.
37679  The usual style is hereby that the word whose first letter is the initial,
37680  is printed with 
37681 \shape smallcaps
37682 small caps
37683 \shape default
37684 .
37685 \end_layout
37686
37687 \begin_layout Standard
37688 Here are some examples:
37689 \end_layout
37690
37691 \begin_layout Standard
37692 \begin_inset ERT
37693 status collapsed
37694
37695 \begin_layout Plain Layout
37696
37697
37698 \backslash
37699 iflettrine
37700 \end_layout
37701
37702 \end_inset
37703
37704
37705 \begin_inset Note Note
37706 status open
37707
37708 \begin_layout Plain Layout
37709 The following section will only be displayed when the \SpecialChar LaTeX
37710 -package 
37711 \series bold
37712 lettrine
37713 \series default
37714  is installed.
37715 \end_layout
37716
37717 \end_inset
37718
37719
37720 \end_layout
37721
37722 \begin_layout Enumerate
37723 No optional argument, the initial is the letter 'I' in the math font 
37724 \begin_inset Formula $\mathfrak{Fraktur}$
37725 \end_inset
37726
37727 :
37728 \begin_inset Separator parbreak
37729 \end_inset
37730
37731
37732 \end_layout
37733
37734 \begin_deeper
37735 \begin_layout Initial
37736 \begin_inset Argument 2
37737 status open
37738
37739 \begin_layout Plain Layout
37740 \begin_inset Formula $\mathfrak{I}$
37741 \end_inset
37742
37743
37744 \end_layout
37745
37746 \end_inset
37747
37748
37749 \begin_inset Argument 3
37750 status open
37751
37752 \begin_layout Plain Layout
37753 t
37754 \end_layout
37755
37756 \end_inset
37757
37758  was in the spring of the year 1894 that all London was interested, and
37759  the fashionable world dismayed, by the murder of the Honourable Ronald
37760  Adair under most unusual and inexplicable circumstances.
37761  The public has already learned those particulars of the crime which came
37762  out in the police investigation, but a good deal was suppressed upon that
37763  occasion, since the case for the prosecution was so overwhelmingly strong
37764  that it was not necessary to bring forward all the facts.
37765 \begin_inset Newpage newpage
37766 \end_inset
37767
37768
37769 \end_layout
37770
37771 \end_deeper
37772 \begin_layout Enumerate
37773 Only one line is surrounding the initial, which is formed by two letters
37774  in standard font and no text is printed in small caps:
37775 \begin_inset Separator parbreak
37776 \end_inset
37777
37778
37779 \end_layout
37780
37781 \begin_deeper
37782 \begin_layout Initial
37783 \begin_inset Argument 1
37784 status open
37785
37786 \begin_layout Plain Layout
37787 lines=1
37788 \end_layout
37789
37790 \end_inset
37791
37792
37793 \begin_inset Argument 2
37794 status open
37795
37796 \begin_layout Plain Layout
37797 It
37798 \end_layout
37799
37800 \end_inset
37801
37802  was in the spring of the year 1894 that all London was interested, and
37803  the fashionable world dismayed, by the murder of the Honourable Ronald
37804  Adair under most unusual and inexplicable circumstances.
37805  The public has already learned those particulars of the crime which came
37806  out in the police investigation, but a good deal was suppressed upon that
37807  occasion, since the case for the prosecution was so overwhelmingly strong
37808  that it was not necessary to bring forward all the facts.
37809 \end_layout
37810
37811 \end_deeper
37812 \begin_layout Enumerate
37813 Magenta, hanging initial over 3
37814 \begin_inset space ~
37815 \end_inset
37816
37817 lines in the math font 
37818 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37819 \end_inset
37820
37821 , the text 
37822 \begin_inset Quotes eld
37823 \end_inset
37824
37825 t was in the spring
37826 \begin_inset Quotes erd
37827 \end_inset
37828
37829  is in 
37830 \shape smallcaps
37831 small caps
37832 \shape default
37833 ; to color the initial, you must insert this command before the initial:
37834 \begin_inset Newline newline
37835 \end_inset
37836
37837
37838 \series bold
37839
37840 \backslash
37841 renewcommand{
37842 \backslash
37843 LettrineFontHook}{
37844 \backslash
37845 color{color}}
37846 \series default
37847
37848 \begin_inset Newline newline
37849 \end_inset
37850
37851 where the second 
37852 \emph on
37853 color
37854 \emph default
37855  can be 
37856 \begin_inset Quotes eld
37857 \end_inset
37858
37859 red
37860 \begin_inset Quotes erd
37861 \end_inset
37862
37863
37864 \begin_inset Quotes eld
37865 \end_inset
37866
37867 blue
37868 \begin_inset Quotes erd
37869 \end_inset
37870
37871
37872 \begin_inset Quotes eld
37873 \end_inset
37874
37875 green
37876 \begin_inset Quotes erd
37877 \end_inset
37878
37879
37880 \begin_inset Quotes eld
37881 \end_inset
37882
37883 yellow
37884 \begin_inset Quotes erd
37885 \end_inset
37886
37887
37888 \begin_inset Quotes eld
37889 \end_inset
37890
37891 cyan
37892 \begin_inset Quotes erd
37893 \end_inset
37894
37895
37896 \begin_inset Quotes eld
37897 \end_inset
37898
37899 magenta
37900 \begin_inset Quotes erd
37901 \end_inset
37902
37903
37904 \begin_inset Quotes eld
37905 \end_inset
37906
37907 black
37908 \begin_inset Quotes erd
37909 \end_inset
37910
37911  or 
37912 \begin_inset Quotes eld
37913 \end_inset
37914
37915 white
37916 \begin_inset Quotes erd
37917 \end_inset
37918
37919 , and add this command to the document preamble:
37920 \begin_inset Newline newline
37921 \end_inset
37922
37923
37924 \series bold
37925
37926 \backslash
37927 @ifundefined{textcolor}
37928 \begin_inset Newline newline
37929 \end_inset
37930
37931
37932 \begin_inset space ~
37933 \end_inset
37934
37935 {
37936 \backslash
37937 usepackage{color}}{}
37938 \series default
37939
37940 \begin_inset Separator parbreak
37941 \end_inset
37942
37943
37944 \end_layout
37945
37946 \begin_deeper
37947 \begin_layout Standard
37948 \begin_inset ERT
37949 status collapsed
37950
37951 \begin_layout Plain Layout
37952
37953
37954 \backslash
37955 renewcommand{
37956 \backslash
37957 LettrineFontHook}{
37958 \backslash
37959 color{magenta}}
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \begin_inset Note Note
37966 status collapsed
37967
37968 \begin_layout Plain Layout
37969 makes the initial magenta
37970 \end_layout
37971
37972 \end_inset
37973
37974
37975 \end_layout
37976
37977 \begin_layout Initial
37978 \begin_inset Argument 1
37979 status open
37980
37981 \begin_layout Plain Layout
37982 lines=3, lhang=0.33, loversize=0.25
37983 \end_layout
37984
37985 \end_inset
37986
37987
37988 \begin_inset Argument 2
37989 status open
37990
37991 \begin_layout Plain Layout
37992 \begin_inset Formula $\mathcal{I}$
37993 \end_inset
37994
37995
37996 \end_layout
37997
37998 \end_inset
37999
38000
38001 \begin_inset Argument 3
38002 status open
38003
38004 \begin_layout Plain Layout
38005 t was in the spring
38006 \end_layout
38007
38008 \end_inset
38009
38010  of the year 1894 that all London was interested, and the fashionable world
38011  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38012  and inexplicable circumstances.
38013  The public has already learned those particulars of the crime which came
38014  out in the police investigation, but a good deal was suppressed upon that
38015  occasion, since the case for the prosecution was so overwhelmingly strong
38016  that it was not necessary to bring forward all the facts.
38017 \end_layout
38018
38019 \end_deeper
38020 \begin_layout Standard
38021 \begin_inset ERT
38022 status collapsed
38023
38024 \begin_layout Plain Layout
38025
38026
38027 \backslash
38028 else
38029 \end_layout
38030
38031 \end_inset
38032
38033
38034 \begin_inset Note Note
38035 status open
38036
38037 \begin_layout Plain Layout
38038 The following will be displayed when the \SpecialChar LaTeX
38039 -package 
38040 \series bold
38041 lettrine
38042 \series default
38043  is not installed:
38044 \end_layout
38045
38046 \end_inset
38047
38048
38049 \end_layout
38050
38051 \begin_layout Standard
38052 You need to install the \SpecialChar LaTeX
38053 -package 
38054 \series bold
38055 lettrine
38056 \series default
38057  to see the following part of this section in the output.
38058 \end_layout
38059
38060 \begin_layout Standard
38061 \begin_inset ERT
38062 status collapsed
38063
38064 \begin_layout Plain Layout
38065
38066
38067 \backslash
38068 fi
38069 \end_layout
38070
38071 \end_inset
38072
38073
38074 \end_layout
38075
38076 \begin_layout Chapter
38077 External Document Parts
38078 \begin_inset Index idx
38079 status collapsed
38080
38081 \begin_layout Plain Layout
38082 External Document Parts
38083 \end_layout
38084
38085 \end_inset
38086
38087
38088 \end_layout
38089
38090 \begin_layout Standard
38091 With the menu 
38092 \family sans
38093 Insert\SpecialChar menuseparator
38094 File
38095 \family default
38096  you can insert external material into your document.
38097  This can be:
38098 \end_layout
38099
38100 \begin_layout Description
38101 \SpecialChar LyX
38102
38103 \begin_inset space ~
38104 \end_inset
38105
38106 Document Another \SpecialChar LyX
38107  document; its content is directly inserted to your document.
38108 \end_layout
38109
38110 \begin_layout Description
38111 Plain
38112 \begin_inset space ~
38113 \end_inset
38114
38115 Text A text document; each line is inserted in your document as a separate
38116  paragraph.
38117 \end_layout
38118
38119 \begin_layout Description
38120 Plain
38121 \begin_inset space ~
38122 \end_inset
38123
38124 Text,
38125 \begin_inset space ~
38126 \end_inset
38127
38128 Join
38129 \begin_inset space ~
38130 \end_inset
38131
38132 Lines A text document; text lines are inserted in your document continuously
38133  but an empty text line creates a new paragraph.
38134 \end_layout
38135
38136 \begin_layout Description
38137 External
38138 \begin_inset space ~
38139 \end_inset
38140
38141 Material Files in various formats.
38142 \end_layout
38143
38144 \begin_layout Description
38145 Child
38146 \begin_inset space ~
38147 \end_inset
38148
38149 Document \SpecialChar LyX
38150  or \SpecialChar LaTeX
38151 -documents.
38152 \end_layout
38153
38154 \begin_layout Section
38155 External Material
38156 \begin_inset Index idx
38157 status collapsed
38158
38159 \begin_layout Plain Layout
38160 External Document Parts ! External Material
38161 \end_layout
38162
38163 \end_inset
38164
38165
38166 \end_layout
38167
38168 \begin_layout Standard
38169 The external material feature allows you to insert files into your document
38170  without converting them to a format that can be read by the document output
38171  format.
38172  \SpecialChar LyX
38173  takes care of the necessary conversions.
38174  This is similar to images that can be inserted in various image formats
38175  in \SpecialChar LyX
38176  documents.
38177  When you have enabled Instant Preview in \SpecialChar LyX
38178 's preferences under 
38179 \family sans
38180 Look
38181 \begin_inset space ~
38182 \end_inset
38183
38184 and
38185 \begin_inset space ~
38186 \end_inset
38187
38188 feel\SpecialChar menuseparator
38189 Graphics
38190 \family default
38191 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38192 .
38193 \end_layout
38194
38195 \begin_layout Standard
38196 External material can be inserted via the 
38197 \family sans
38198 External Material
38199 \family default
38200  dialog that is accessible with the menu 
38201 \family sans
38202 Insert\SpecialChar menuseparator
38203 File\SpecialChar menuseparator
38204 External
38205 \begin_inset space ~
38206 \end_inset
38207
38208 Material
38209 \family default
38210 .
38211  Currently the following file types (
38212 \family sans
38213 Templates
38214 \family default
38215 ) are allowed:
38216 \end_layout
38217
38218 \begin_layout Description
38219 ChessDiagram This template supports chess position diagrams made with the
38220  program 
38221 \series bold
38222
38223 \begin_inset CommandInset href
38224 LatexCommand href
38225 name "XBoard"
38226 target "http://en.wikipedia.org/wiki/XBoard"
38227
38228 \end_inset
38229
38230
38231 \series default
38232 .
38233 \end_layout
38234
38235 \begin_layout Description
38236 Date This inserts the date in the form 
38237 \emph on
38238 Day-Month-Year
38239 \emph default
38240 .
38241  This is a date inserted as external material: 
38242 \begin_inset External
38243         template Date
38244         filename .
38245
38246 \end_inset
38247
38248
38249 \begin_inset space ~
38250 \end_inset
38251
38252
38253 \begin_inset Note Note
38254 status open
38255
38256 \begin_layout Plain Layout
38257 Remove the protected space when bug 4398 is fixed!
38258 \end_layout
38259
38260 \end_inset
38261
38262
38263 \begin_inset Newline newline
38264 \end_inset
38265
38266 The date is not shown within \SpecialChar LyX
38267 , only in the output.
38268  There are two other methods of inserting a date: Via menu 
38269 \family sans
38270 Insert\SpecialChar menuseparator
38271 Date
38272 \family default
38273  and with the \SpecialChar LaTeX
38274  command 
38275 \series bold
38276
38277 \backslash
38278 today
38279 \series default
38280  as \SpecialChar TeX
38281 -Code.
38282  The different methods are compared in Table
38283 \begin_inset space ~
38284 \end_inset
38285
38286
38287 \begin_inset CommandInset ref
38288 LatexCommand ref
38289 reference "tab:Comparison-of-the"
38290
38291 \end_inset
38292
38293 .
38294 \end_layout
38295
38296 \begin_layout Description
38297 Dia This template supports diagrams created with the program 
38298 \series bold
38299
38300 \begin_inset CommandInset href
38301 LatexCommand href
38302 name "Dia"
38303 target "http://en.wikipedia.org/wiki/Dia_(software)"
38304
38305 \end_inset
38306
38307
38308 \series default
38309 .
38310 \end_layout
38311
38312 \begin_layout Description
38313 GnumericSpreadsheet With this template you can insert spreadsheets
38314 \begin_inset space \thinspace{}
38315 \end_inset
38316
38317 /
38318 \begin_inset space \thinspace{}
38319 \end_inset
38320
38321 tables in the format of 
38322 \series bold
38323
38324 \begin_inset CommandInset href
38325 LatexCommand href
38326 name "Gnumeric"
38327 target "http://en.wikipedia.org/wiki/Gnumeric"
38328
38329 \end_inset
38330
38331
38332 \series default
38333
38334 \begin_inset CommandInset href
38335 LatexCommand href
38336 name "OpenDocument"
38337 target "http://en.wikipedia.org/wiki/OpenDocument"
38338
38339 \end_inset
38340
38341
38342 \begin_inset CommandInset href
38343 LatexCommand href
38344 name "Microsoft Office XML"
38345 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38346
38347 \end_inset
38348
38349  and 
38350 \begin_inset CommandInset href
38351 LatexCommand href
38352 name "Office Open XML"
38353 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38354
38355 \end_inset
38356
38357 .
38358  For this feature \SpecialChar LyX
38359  must have found the program 
38360 \family typewriter
38361 ssconvert
38362 \family default
38363  during its configuration.
38364  This program is part of Gnumeric, so that you must have Gnumeric installed,
38365  also if you don't have tables in the Gnumeric format.
38366  For examples and possible limitations have a look at \SpecialChar LyX
38367 's example file 
38368 \emph on
38369 spreadsheet.lyx
38370 \emph default
38371 .
38372 \end_layout
38373
38374 \begin_layout Description
38375 LilyPond This template is used for music notation typeset with the program
38376 \begin_inset Newline linebreak
38377 \end_inset
38378
38379
38380 \series bold
38381
38382 \begin_inset CommandInset href
38383 LatexCommand href
38384 name "LilyPond"
38385 target "http://en.wikipedia.org/wiki/LilyPond"
38386
38387 \end_inset
38388
38389
38390 \series default
38391 .
38392  For \SpecialChar LyX
38393 's extended support for LilyPond have a look at \SpecialChar LyX
38394 's example file 
38395 \emph on
38396 lilypond.lyx
38397 \emph default
38398 .
38399 \end_layout
38400
38401 \begin_layout Description
38402 PDFPages With this template you can insert PDF documents to your document.
38403  To specify the range of pages that should be included, use the option 
38404 \series bold
38405 pages
38406 \series default
38407  in the 
38408 \family sans
38409 Option
38410 \family default
38411  field in the 
38412 \family sans
38413 \SpecialChar LaTeX
38414  and \SpecialChar LyX
38415  options
38416 \family default
38417  tab.
38418  The argument of this option is a comma separated list, containing page
38419  numbers (insert as option 
38420 \series bold
38421 pages={3,5,6,8}
38422 \series default
38423 ), ranges of page numbers (
38424 \series bold
38425 pages={4-9}
38426 \series default
38427 ) or any combination.
38428  To insert empty pages use {}.
38429  E.
38430 \begin_inset space \thinspace{}
38431 \end_inset
38432
38433 g.
38434 \begin_inset space ~
38435 \end_inset
38436
38437
38438 \series bold
38439 pages={3,{},8-11,15}
38440 \series default
38441  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38442  Page ranges are specified in the syntax 
38443 \emph on
38444 start
38445 \emph default
38446 -
38447 \emph on
38448 stop
38449 \emph default
38450 .
38451  This selects all pages from 
38452 \emph on
38453 start
38454 \emph default
38455  to 
38456 \emph on
38457 stop
38458 \emph default
38459 .
38460  Omitting 
38461 \emph on
38462 start
38463 \emph default
38464  defaults to the first page; omitting 
38465 \emph on
38466 stop
38467 \emph default
38468  defaults to the last page of the document.
38469  The last page can also be selected with the keyword 
38470 \series bold
38471 last
38472 \series default
38473 .
38474  (This is only permitted in a page range.) So 
38475 \series bold
38476 pages=-
38477 \series default
38478  will insert all pages of the document and 
38479 \series bold
38480 pages=last-1
38481 \series default
38482  will insert all pages in reverse order.
38483  If the pages option is not specified, only the first page of the PDF is
38484  inserted.
38485 \begin_inset Newline newline
38486 \end_inset
38487
38488 The option 
38489 \series bold
38490 noautoscale
38491 \series default
38492  inserts the pages with their original size, if this option is not given,
38493  the pages will be resized to fith the width of the page of your document.
38494  In the tab 
38495 \family sans
38496 Size and Rotation
38497 \family default
38498  you can specify the width and height of the input pages and their rotation.
38499  If another width than 100
38500 \begin_inset space \thinspace{}
38501 \end_inset
38502
38503 Scale% is used, the option 
38504 \series bold
38505 noautoscale
38506 \series default
38507  will be overwritten.
38508  For more info and possible options, have a look into the documentation
38509  of the \SpecialChar LaTeX
38510 -package 
38511 \series bold
38512 pdfpages
38513 \series default
38514  
38515 \begin_inset CommandInset citation
38516 LatexCommand cite
38517 key "pdfpages"
38518
38519 \end_inset
38520
38521 .
38522 \begin_inset Index idx
38523 status collapsed
38524
38525 \begin_layout Plain Layout
38526 \SpecialChar LaTeX
38527 -packages ! pdfpages
38528 \end_layout
38529
38530 \end_inset
38531
38532
38533 \begin_inset Newline newline
38534 \end_inset
38535
38536 To use this template in a 
38537 \family sans
38538 Beamer
38539 \family default
38540  presentation you need to first insert an 
38541 \family sans
38542 EndFrame
38543 \family default
38544  environment and in a subsequent paragraph a \SpecialChar TeX
38545 -Code box containing the command
38546  
38547 \series bold
38548
38549 \backslash
38550 setbeamertemplate{background canvas}{}
38551 \series default
38552 .
38553  Then you can insert as many paragraphs containing the PDFPages template
38554  as you wish.
38555  Behind the included PDF pages you can resume the Beamer presentation by
38556  beginning a new frame or by starting a new section.
38557  To avoid stray blank pages prior to the PDF pages, make sure to use the
38558  
38559 \family sans
38560 Default
38561 \family default
38562  alignment for the paragraph containing the template.
38563 \begin_inset Newline newline
38564 \end_inset
38565
38566 Here is an included PDF which is rotated by -5°: 
38567 \begin_inset External
38568         template PDFPages
38569         filename clipart/Abstract.pdf
38570         extra LaTeX "noautoscale, pages=-"
38571         rotateAngle -5
38572         rotateOrigin bottomleft
38573
38574 \end_inset
38575
38576
38577 \end_layout
38578
38579 \begin_layout Description
38580 RasterImage This can be used for bitmap images.
38581  The image can be treated in the 
38582 \family sans
38583 External material
38584 \family default
38585  dialog like the images that are usually included via the 
38586 \family sans
38587 Graphics
38588 \family default
38589  dialog as described in section
38590 \begin_inset space ~
38591 \end_inset
38592
38593
38594 \begin_inset CommandInset ref
38595 LatexCommand ref
38596 reference "sec:Graphics-Dialog"
38597
38598 \end_inset
38599
38600 .
38601  The difference to the normal image input is that only raster images are
38602  allowed; that means that PDF and EPS-images are not supported.
38603  Here is an inserted raster image: 
38604 \begin_inset External
38605         template RasterImage
38606         filename clipart/ToolbarEnvBox.png
38607
38608 \end_inset
38609
38610
38611 \end_layout
38612
38613 \begin_layout Description
38614 XFig This template supports images created with the program 
38615 \series bold
38616
38617 \begin_inset CommandInset href
38618 LatexCommand href
38619 name "Xfig"
38620 target "http://en.wikipedia.org/wiki/Xfig"
38621
38622 \end_inset
38623
38624
38625 \series default
38626 .
38627 \end_layout
38628
38629 \begin_layout Standard
38630 \begin_inset Float table
38631 placement !h
38632 wide false
38633 sideways false
38634 status open
38635
38636 \begin_layout Plain Layout
38637 \begin_inset Caption Standard
38638
38639 \begin_layout Plain Layout
38640 \begin_inset CommandInset label
38641 LatexCommand label
38642 name "tab:Comparison-of-the"
38643
38644 \end_inset
38645
38646 Comparison of the date input methods.
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \end_layout
38653
38654 \begin_layout Plain Layout
38655 \align center
38656 \begin_inset Tabular
38657 <lyxtabular version="3" rows="4" columns="4">
38658 <features tabularvalignment="middle">
38659 <column alignment="center" valignment="top">
38660 <column alignment="center" valignment="top">
38661 <column alignment="center" valignment="top">
38662 <column alignment="center" valignment="top">
38663 <row>
38664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38665 \begin_inset Text
38666
38667 \begin_layout Plain Layout
38668 Document format
38669 \end_layout
38670
38671 \end_inset
38672 </cell>
38673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38674 \begin_inset Text
38675
38676 \begin_layout Plain Layout
38677
38678 \family sans
38679 External Material\SpecialChar menuseparator
38680 Date
38681 \end_layout
38682
38683 \end_inset
38684 </cell>
38685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38686 \begin_inset Text
38687
38688 \begin_layout Plain Layout
38689
38690 \family sans
38691 Insert\SpecialChar menuseparator
38692 Date
38693 \end_layout
38694
38695 \end_inset
38696 </cell>
38697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38698 \begin_inset Text
38699
38700 \begin_layout Plain Layout
38701 command 
38702 \series bold
38703
38704 \backslash
38705 today
38706 \end_layout
38707
38708 \end_inset
38709 </cell>
38710 </row>
38711 <row>
38712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38713 \begin_inset Text
38714
38715 \begin_layout Plain Layout
38716 \SpecialChar LyX
38717
38718 \end_layout
38719
38720 \end_inset
38721 </cell>
38722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38723 \begin_inset Text
38724
38725 \begin_layout Plain Layout
38726 as inset box
38727 \end_layout
38728
38729 \end_inset
38730 </cell>
38731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38732 \begin_inset Text
38733
38734 \begin_layout Plain Layout
38735 as date
38736 \end_layout
38737
38738 \end_inset
38739 </cell>
38740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38741 \begin_inset Text
38742
38743 \begin_layout Plain Layout
38744 as \SpecialChar TeX
38745 -Code inset box
38746 \end_layout
38747
38748 \end_inset
38749 </cell>
38750 </row>
38751 <row>
38752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38753 \begin_inset Text
38754
38755 \begin_layout Plain Layout
38756 \SpecialChar LaTeX
38757
38758 \end_layout
38759
38760 \end_inset
38761 </cell>
38762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38763 \begin_inset Text
38764
38765 \begin_layout Plain Layout
38766 as date
38767 \end_layout
38768
38769 \end_inset
38770 </cell>
38771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38772 \begin_inset Text
38773
38774 \begin_layout Plain Layout
38775 as date
38776 \end_layout
38777
38778 \end_inset
38779 </cell>
38780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38781 \begin_inset Text
38782
38783 \begin_layout Plain Layout
38784 as command
38785 \end_layout
38786
38787 \end_inset
38788 </cell>
38789 </row>
38790 <row>
38791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38792 \begin_inset Text
38793
38794 \begin_layout Plain Layout
38795 DVI, PDF, PS
38796 \end_layout
38797
38798 \end_inset
38799 </cell>
38800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38801 \begin_inset Text
38802
38803 \begin_layout Plain Layout
38804 as date
38805 \end_layout
38806
38807 \end_inset
38808 </cell>
38809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38810 \begin_inset Text
38811
38812 \begin_layout Plain Layout
38813 as date
38814 \end_layout
38815
38816 \end_inset
38817 </cell>
38818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38819 \begin_inset Text
38820
38821 \begin_layout Plain Layout
38822 as date
38823 \end_layout
38824
38825 \end_inset
38826 </cell>
38827 </row>
38828 </lyxtabular>
38829
38830 \end_inset
38831
38832
38833 \end_layout
38834
38835 \end_inset
38836
38837
38838 \end_layout
38839
38840 \begin_layout Standard
38841 When you use the option 
38842 \family sans
38843 Draft
38844 \family default
38845  in the 
38846 \family sans
38847 File
38848 \family default
38849  tab of the 
38850 \family sans
38851 External Material
38852 \family default
38853  dialog, only the path to the inserted file is shown in the output.
38854 \begin_inset Newline newline
38855 \end_inset
38856
38857 External material is displayed in \SpecialChar LyX
38858  either as a box like this: 
38859 \begin_inset Graphics
38860         filename clipart/ExternalMaterialQt4.png
38861         scale 85
38862         scaleBeforeRotation
38863
38864 \end_inset
38865
38866  or as image, depending on the option 
38867 \family sans
38868 Show in \SpecialChar LyX
38869
38870 \family default
38871  in the 
38872 \family sans
38873 \SpecialChar LaTeX
38874  and \SpecialChar LyX
38875  options
38876 \family default
38877  tab of the dialog.
38878 \end_layout
38879
38880 \begin_layout Standard
38881 The 
38882 \family sans
38883 \emph on
38884 Customization
38885 \family default
38886 \emph default
38887  manual explains how you can define your own templates.
38888 \end_layout
38889
38890 \begin_layout Section
38891 Child Documents
38892 \begin_inset CommandInset label
38893 LatexCommand label
38894 name "sec:Child-Documents"
38895
38896 \end_inset
38897
38898
38899 \begin_inset Index idx
38900 status collapsed
38901
38902 \begin_layout Plain Layout
38903 External Document Parts ! Child Documents
38904 \end_layout
38905
38906 \end_inset
38907
38908
38909 \begin_inset Index idx
38910 status collapsed
38911
38912 \begin_layout Plain Layout
38913 Files ! Include
38914 \end_layout
38915
38916 \end_inset
38917
38918
38919 \end_layout
38920
38921 \begin_layout Standard
38922 Child documents are used if you have a long document consisting of several
38923  larger parts or sections.
38924  For maintenance it is often useful and sometimes even required to split
38925  the document into several files that can be revised separately.
38926  The different documents are then the so called 
38927 \begin_inset Quotes eld
38928 \end_inset
38929
38930 child documents
38931 \begin_inset Quotes erd
38932 \end_inset
38933
38934 , and a master document connects them to print the full document or parts
38935  of it.
38936  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38937  preamble,
38938  the bibliography, and labels for cross-references.
38939 \end_layout
38940
38941 \begin_layout Standard
38942 To be able to work on child documents without the need to open their master,
38943  specify in the child document the master in the menu
38944 \family sans
38945  Document\SpecialChar menuseparator
38946 Settings\SpecialChar menuseparator
38947 Document
38948 \begin_inset space ~
38949 \end_inset
38950
38951 Class
38952 \family default
38953 .
38954  This master document will then be used in the background by \SpecialChar LyX
38955  when you edit
38956  the child document.
38957 \end_layout
38958
38959 \begin_layout Standard
38960 Included documents are displayed in \SpecialChar LyX
38961  as a box like this: 
38962 \begin_inset Graphics
38963         filename clipart/ChildDocumentQt4.png
38964         scale 85
38965         scaleBeforeRotation
38966
38967 \end_inset
38968
38969  To include child documents in a master document use the menu 
38970 \family sans
38971 Insert\SpecialChar menuseparator
38972 File\SpecialChar menuseparator
38973 Child
38974 \begin_inset space ~
38975 \end_inset
38976
38977 Documents
38978 \family default
38979 .
38980  A dialog pops up where you can choose between four include methods:
38981 \end_layout
38982
38983 \begin_layout Description
38984 Include You can include \SpecialChar LyX
38985 - and \SpecialChar LaTeX
38986 -documents.
38987  When you press the 
38988 \family sans
38989 Edit
38990 \family default
38991  button in the 
38992 \family sans
38993 Child Document
38994 \family default
38995  dialog, the included document will be opened in \SpecialChar LyX
38996  in a new file tab so that
38997  you can modify it.
38998 \begin_inset Newline newline
38999 \end_inset
39000
39001
39002 \end_layout
39003
39004 \begin_layout Standard
39005 Here is a child document inserted using 
39006 \family sans
39007 Include
39008 \family default
39009
39010 \begin_inset CommandInset include
39011 LatexCommand include
39012 filename "DummyDocument1.lyx"
39013
39014 \end_inset
39015
39016
39017 \end_layout
39018
39019 \begin_layout Standard
39020 The section numbering includes the sections of the included files in the
39021  order they are inserted in the master document.
39022  The included example document has for example a subsection that is numbered
39023  as a subsection of this section.
39024  Labels of included documents can be referenced: Subsection
39025 \begin_inset space ~
39026 \end_inset
39027
39028
39029 \begin_inset CommandInset ref
39030 LatexCommand ref
39031 reference "subsec:External-Subsection-1"
39032
39033 \end_inset
39034
39035 .
39036 \end_layout
39037
39038 \begin_layout Standard
39039 The preamble of the child document is ignored; only the preamble of the
39040  master document is used.
39041  Branches in child documents will be ignored by the master document when
39042  the master document does not have a branch with the same name.
39043  Included documents are inserted starting on a new page and ending with
39044  a page break.
39045 \end_layout
39046
39047 \begin_layout Standard
39048 \begin_inset Note Greyedout
39049 status open
39050
39051 \begin_layout Plain Layout
39052
39053 \series bold
39054 Note:
39055 \series default
39056  If you have included a \SpecialChar LyX
39057 - or \SpecialChar LaTeX
39058 -file, you are warned when you export/view
39059  the document in case the child document uses another document class than
39060  the master document as this will lead to unexpected outputs.
39061 \end_layout
39062
39063 \end_inset
39064
39065
39066 \end_layout
39067
39068 \begin_layout Description
39069 Input This method is very similar to the Include method.
39070  The differences are:
39071 \begin_inset Separator parbreak
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \begin_deeper
39078 \begin_layout Itemize
39079 Input files don't start with a new page and don't end with a page break.
39080 \end_layout
39081
39082 \begin_layout Itemize
39083 Input files can be previewed in \SpecialChar LyX
39084  when 
39085 \family sans
39086 Instant
39087 \begin_inset space ~
39088 \end_inset
39089
39090 Preview
39091 \family default
39092  is enabled in \SpecialChar LyX
39093 's preferences under 
39094 \family sans
39095 Look
39096 \begin_inset space ~
39097 \end_inset
39098
39099 and
39100 \begin_inset space ~
39101 \end_inset
39102
39103 feel\SpecialChar menuseparator
39104 Graphics
39105 \family default
39106 .
39107 \end_layout
39108
39109 \begin_layout Itemize
39110 You cannot exclude Input files via the menu 
39111 \family sans
39112 Document\SpecialChar menuseparator
39113 Settings\SpecialChar menuseparator
39114 Child Documents
39115 \family default
39116 .
39117 \end_layout
39118
39119 \end_deeper
39120 \begin_layout Standard
39121 Here is a child document inserted using 
39122 \family sans
39123 Input
39124 \family default
39125
39126 \begin_inset CommandInset include
39127 LatexCommand input
39128 filename "DummyDocument2.lyx"
39129
39130 \end_inset
39131
39132
39133 \end_layout
39134
39135 \begin_layout Description
39136 Verbatim With this method any text file can be included.
39137  The file is shown in the output with its source code; no command used in
39138  the text is invoked.
39139  You can use the option 
39140 \family sans
39141 Mark spaces in output
39142 \family default
39143  that displays the character 
39144 \begin_inset Quotes eld
39145 \end_inset
39146
39147
39148 \begin_inset ERT
39149 status collapsed
39150
39151 \begin_layout Plain Layout
39152
39153
39154 \backslash
39155 textvisiblespace 
39156 \end_layout
39157
39158 \end_inset
39159
39160
39161 \begin_inset Quotes erd
39162 \end_inset
39163
39164  for every space character in the source code.
39165  The difference from the method via the menu 
39166 \family sans
39167 Insert\SpecialChar menuseparator
39168 File\SpecialChar menuseparator
39169 Plain
39170 \begin_inset space ~
39171 \end_inset
39172
39173 Text
39174 \family default
39175  is that the document content is not shown in \SpecialChar LyX
39176 .
39177 \end_layout
39178
39179 \begin_layout Standard
39180 Here is a child document inserted as Verbatim: 
39181 \begin_inset CommandInset include
39182 LatexCommand verbatiminput
39183 filename "DummyTextDocument.txt"
39184
39185 \end_inset
39186
39187
39188 \begin_inset VSpace bigskip
39189 \end_inset
39190
39191  Here is a child document inserted as Verbatim using the 
39192 \family sans
39193 Mark spaces in output
39194 \family default
39195  option: 
39196 \begin_inset CommandInset include
39197 LatexCommand verbatiminput*
39198 filename "DummyTextDocument.txt"
39199
39200 \end_inset
39201
39202
39203 \end_layout
39204
39205 \begin_layout Standard
39206 \begin_inset VSpace bigskip
39207 \end_inset
39208
39209
39210 \end_layout
39211
39212 \begin_layout Standard
39213 \begin_inset Note Greyedout
39214 status open
39215
39216 \begin_layout Plain Layout
39217
39218 \series bold
39219 Note:
39220 \series default
39221  As you can see in the examples above, the text of the documents included
39222  as 
39223 \family sans
39224 verbatim
39225 \family default
39226  is not broken at the end of the document lines.
39227 \end_layout
39228
39229 \end_inset
39230
39231
39232 \end_layout
39233
39234 \begin_layout Description
39235 Listings This type is described in chapter
39236 \begin_inset space ~
39237 \end_inset
39238
39239
39240 \begin_inset CommandInset ref
39241 LatexCommand ref
39242 reference "cha:Program-Code-Listings"
39243
39244 \end_inset
39245
39246 .
39247 \end_layout
39248
39249 \begin_layout Standard
39250 \begin_inset Note Greyedout
39251 status open
39252
39253 \begin_layout Plain Layout
39254
39255 \series bold
39256 Note:
39257 \series default
39258  Including the same document twice in a document using different methods
39259  could cause \SpecialChar LaTeX
39260 -problems.
39261 \end_layout
39262
39263 \end_inset
39264
39265
39266 \end_layout
39267
39268 \begin_layout Standard
39269 If you want to view/export only selected children of your master document,
39270  either because you want to save compiling time or because you want to distribut
39271 e single chapters of the book you are just writing, you can exclude children
39272  from the output.
39273  This is done via the menu 
39274 \family sans
39275 Document\SpecialChar menuseparator
39276 Settings\SpecialChar menuseparator
39277 Child Documents
39278 \family default
39279 .
39280  You can exclude\SpecialChar breakableslash
39281 include children by double-clicking on the 
39282 \family sans
39283 include to output
39284 \family default
39285  column of the respective child document in the list (note that this only
39286  works for documents embedded via 
39287 \begin_inset Quotes eld
39288 \end_inset
39289
39290 Include
39291 \begin_inset Quotes erd
39292 \end_inset
39293
39294 , not with 
39295 \begin_inset Quotes eld
39296 \end_inset
39297
39298 Input
39299 \begin_inset Quotes erd
39300 \end_inset
39301
39302 ).
39303  If the option 
39304 \family sans
39305 Maintain counters and references
39306 \family default
39307  is enabled, \SpecialChar LyX
39308  will assure that all page numbers, references etc.
39309 \begin_inset space ~
39310 \end_inset
39311
39312 are correct as if the whole document was processed.
39313  This is useful if you want the selected sub-documents to look exactly as
39314  in the context of the whole document.
39315  However, \SpecialChar LyX
39316  needs to process the whole document in the background for this
39317  feature.
39318  So if you want to save compile time and if counters and references do not
39319  need to be correct, disable this checkbox.
39320 \end_layout
39321
39322 \begin_layout Standard
39323 Alternatively, you can put each included file into a branch.
39324 \begin_inset Foot
39325 status collapsed
39326
39327 \begin_layout Plain Layout
39328 Branches are described in section 
39329 \emph on
39330 Branches
39331 \emph default
39332  of the \SpecialChar LyX
39333  
39334 \emph on
39335 Userguide
39336 \emph default
39337 .
39338 \end_layout
39339
39340 \end_inset
39341
39342  By enabling\SpecialChar breakableslash
39343 disabling branches you can decide which included files will
39344  appear in the output.
39345  This has the advantage that it also works with Input'ed sub-documents.
39346  However, counters and references will not be maintained with this approach.
39347 \end_layout
39348
39349 \begin_layout Chapter
39350 Program Code Listings
39351 \begin_inset CommandInset label
39352 LatexCommand label
39353 name "cha:Program-Code-Listings"
39354
39355 \end_inset
39356
39357
39358 \begin_inset Index idx
39359 status collapsed
39360
39361 \begin_layout Plain Layout
39362 Listings
39363 \end_layout
39364
39365 \end_inset
39366
39367
39368 \begin_inset Index idx
39369 status collapsed
39370
39371 \begin_layout Plain Layout
39372 Program Code
39373 \end_layout
39374
39375 \end_inset
39376
39377
39378 \begin_inset Index idx
39379 status collapsed
39380
39381 \begin_layout Plain Layout
39382 Floats ! Listings
39383 \end_layout
39384
39385 \end_inset
39386
39387
39388 \end_layout
39389
39390 \begin_layout Standard
39391 To include and typeset program code you can use the 
39392 \family sans
39393 Listings
39394 \family default
39395  inset that can be inserted via the menu 
39396 \family sans
39397 Insert\SpecialChar menuseparator
39398 Program Listing
39399 \family default
39400 .
39401  The \SpecialChar LaTeX
39402 -package 
39403 \series bold
39404 listings
39405 \series default
39406
39407 \begin_inset Index idx
39408 status collapsed
39409
39410 \begin_layout Plain Layout
39411 \SpecialChar LaTeX
39412 -packages ! listings
39413 \end_layout
39414
39415 \end_inset
39416
39417  provides a powerful and flexible way to insert program source code into
39418  your document.
39419 \end_layout
39420
39421 \begin_layout Standard
39422 Right-clicking on a listings inset opens the context menu containing where
39423  you can set the listings format.
39424 \end_layout
39425
39426 \begin_layout Standard
39427 By default, a listing starts a new paragraph in the output.
39428  The placement option 
39429 \family sans
39430 Inline
39431 \begin_inset space ~
39432 \end_inset
39433
39434 listing
39435 \family default
39436  prints the listing inline like this: 
39437 \begin_inset listings
39438 lstparams "language={C++}"
39439 inline true
39440 status open
39441
39442 \begin_layout Plain Layout
39443
39444 int a=5;
39445 \end_layout
39446
39447 \end_inset
39448
39449
39450 \begin_inset Newline newline
39451 \end_inset
39452
39453 The option 
39454 \family sans
39455 Float
39456 \family default
39457  creates a listings float where you can specify the placement options 
39458 \begin_inset Quotes eld
39459 \end_inset
39460
39461
39462 \family sans
39463 h
39464 \family default
39465
39466 \begin_inset Quotes erd
39467 \end_inset
39468
39469
39470 \begin_inset Quotes eld
39471 \end_inset
39472
39473
39474 \family sans
39475 t
39476 \family default
39477
39478 \begin_inset Quotes erd
39479 \end_inset
39480
39481
39482 \begin_inset Quotes eld
39483 \end_inset
39484
39485
39486 \family sans
39487 b
39488 \family default
39489
39490 \begin_inset Quotes erd
39491 \end_inset
39492
39493 , and 
39494 \begin_inset Quotes eld
39495 \end_inset
39496
39497
39498 \family sans
39499 p
39500 \family default
39501
39502 \begin_inset Quotes erd
39503 \end_inset
39504
39505  corresponding to the float placement options described in section
39506 \begin_inset space ~
39507 \end_inset
39508
39509
39510 \begin_inset CommandInset ref
39511 LatexCommand ref
39512 reference "sec:Float-Placement"
39513
39514 \end_inset
39515
39516 .
39517  The placement options can be mixed and are inserted without any separation,
39518  e.
39519 \begin_inset space \thinspace{}
39520 \end_inset
39521
39522 g.
39523 \begin_inset space \space{}
39524 \end_inset
39525
39526
39527 \begin_inset Quotes eld
39528 \end_inset
39529
39530
39531 \family sans
39532 htbp
39533 \family default
39534
39535 \begin_inset Quotes erd
39536 \end_inset
39537
39538 .
39539  The option 
39540 \begin_inset Quotes eld
39541 \end_inset
39542
39543 h
39544 \begin_inset Quotes erd
39545 \end_inset
39546
39547  has sometimes no effect, but you don't need to use the 
39548 \family sans
39549 Float
39550 \family default
39551  option in this case as also non-float listings can have captions and be
39552  referenced.
39553 \end_layout
39554
39555 \begin_layout Standard
39556 You can add captions to listings with the menu 
39557 \family sans
39558 Insert\SpecialChar menuseparator
39559 Caption
39560 \family default
39561 .
39562  Listings can be referenced like floats: Listing
39563 \begin_inset space ~
39564 \end_inset
39565
39566
39567 \begin_inset CommandInset ref
39568 LatexCommand ref
39569 reference "lst:Example-Listing"
39570
39571 \end_inset
39572
39573 .
39574  A list of listings which contains all listings with captions can be created
39575  via the menu 
39576 \family sans
39577 Insert\SpecialChar menuseparator
39578 List
39579 \begin_inset space ~
39580 \end_inset
39581
39582 /
39583 \begin_inset space ~
39584 \end_inset
39585
39586 TOC\SpecialChar menuseparator
39587 List of Listings
39588 \family default
39589 .
39590  The list entries are the listing caption and the listing number.
39591 \end_layout
39592
39593 \begin_layout Standard
39594 \begin_inset listings
39595 lstparams "language=Python"
39596 inline false
39597 status open
39598
39599 \begin_layout Plain Layout
39600
39601 \begin_inset Caption Standard
39602
39603 \begin_layout Plain Layout
39604 \begin_inset CommandInset label
39605 LatexCommand label
39606 name "lst:Example-Listing"
39607
39608 \end_inset
39609
39610 Example Listing float
39611 \end_layout
39612
39613 \end_inset
39614
39615 # Example listing float
39616 \end_layout
39617
39618 \begin_layout Plain Layout
39619
39620 def func(param):
39621 \end_layout
39622
39623 \begin_layout Plain Layout
39624
39625     'this is a python function'
39626 \end_layout
39627
39628 \begin_layout Plain Layout
39629
39630     pass
39631 \end_layout
39632
39633 \end_inset
39634
39635
39636 \end_layout
39637
39638 \begin_layout Standard
39639 When you have set a programming language in the listings dialog, the keywords
39640  of this language will be recognized and specially typeset in the output.
39641  In the example listings the Python keyword 
39642 \begin_inset Quotes eld
39643 \end_inset
39644
39645 def
39646 \begin_inset Quotes erd
39647 \end_inset
39648
39649  is recognized and printed bold in the output.
39650 \end_layout
39651
39652 \begin_layout Standard
39653 \begin_inset Note Greyedout
39654 status open
39655
39656 \begin_layout Plain Layout
39657
39658 \series bold
39659 Note:
39660 \series default
39661  If you don't get bold keywords when using typewriter fonts, your 
39662 \family typewriter
39663 typewriter
39664 \family default
39665  font probably doesn't provide a bold shape.
39666  In this case select a different one in the menu 
39667 \family sans
39668 Document\SpecialChar menuseparator
39669 Settings\SpecialChar menuseparator
39670 Fonts
39671 \family default
39672 .
39673  (The fonts 
39674 \emph on
39675 LuxiMono, BeraMono
39676 \emph default
39677  and 
39678 \emph on
39679 Courier
39680 \emph default
39681  provide bold shapes.)
39682 \end_layout
39683
39684 \end_inset
39685
39686
39687 \end_layout
39688
39689 \begin_layout Standard
39690 In section 
39691 \family sans
39692 Line
39693 \begin_inset space ~
39694 \end_inset
39695
39696 numbering
39697 \family default
39698  of the listings dialog you can specify the line numbering style.
39699  You can insert a number to specify which lines are numbered in the field
39700  
39701 \family sans
39702 Step
39703 \family default
39704 .
39705  When you insert e.
39706 \begin_inset space \thinspace{}
39707 \end_inset
39708
39709 g.
39710 \begin_inset space \space{}
39711 \end_inset
39712
39713
39714 \begin_inset Quotes eld
39715 \end_inset
39716
39717 3
39718 \begin_inset Quotes erd
39719 \end_inset
39720
39721 , only every 3rd line will be numbered.
39722 \end_layout
39723
39724 \begin_layout Standard
39725 You can furthermore specify a range of lines; only these will then appear
39726  in the output.
39727  The option 
39728 \family sans
39729 Extended character table
39730 \family default
39731  should be used when you use national characters like the German umlauts
39732  in the listing.
39733 \begin_inset Newline newline
39734 \end_inset
39735
39736 Here is an example listing with left line numbering, step 
39737 \begin_inset Quotes eld
39738 \end_inset
39739
39740 3
39741 \begin_inset Quotes erd
39742 \end_inset
39743
39744 , language 
39745 \begin_inset Quotes eld
39746 \end_inset
39747
39748 Python
39749 \begin_inset Quotes erd
39750 \end_inset
39751
39752 , options 
39753 \begin_inset Quotes eld
39754 \end_inset
39755
39756 Extended character table
39757 \begin_inset Quotes erd
39758 \end_inset
39759
39760  and 
39761 \begin_inset Quotes eld
39762 \end_inset
39763
39764 Space
39765 \begin_inset space ~
39766 \end_inset
39767
39768 as
39769 \begin_inset space ~
39770 \end_inset
39771
39772 symbol
39773 \begin_inset Quotes erd
39774 \end_inset
39775
39776 , range lines 3
39777 \begin_inset space \thinspace{}
39778 \end_inset
39779
39780 -
39781 \begin_inset space \thinspace{}
39782 \end_inset
39783
39784 8:
39785 \end_layout
39786
39787 \begin_layout Standard
39788 \begin_inset listings
39789 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39790 inline false
39791 status open
39792
39793 \begin_layout Plain Layout
39794
39795 def func(param):
39796 \end_layout
39797
39798 \begin_layout Plain Layout
39799
39800     'this is a python function'
39801 \end_layout
39802
39803 \begin_layout Plain Layout
39804
39805     pass
39806 \end_layout
39807
39808 \begin_layout Plain Layout
39809
39810 def func(param):
39811 \end_layout
39812
39813 \begin_layout Plain Layout
39814
39815 'This is a German word: Tschüß'
39816 \end_layout
39817
39818 \begin_layout Plain Layout
39819
39820 pass
39821 \end_layout
39822
39823 \begin_layout Plain Layout
39824
39825 def func(param):
39826 \end_layout
39827
39828 \begin_layout Plain Layout
39829
39830 'this is a python function'
39831 \end_layout
39832
39833 \begin_layout Plain Layout
39834
39835 pass
39836 \end_layout
39837
39838 \end_inset
39839
39840
39841 \end_layout
39842
39843 \begin_layout Standard
39844 When you have tabulators in your listing, you can specify the number of
39845  characters that are spanned by a tabulator in the field 
39846 \family sans
39847 Tabulator
39848 \begin_inset space ~
39849 \end_inset
39850
39851 size
39852 \family default
39853 .
39854 \end_layout
39855
39856 \begin_layout Standard
39857 \begin_inset Note Greyedout
39858 status open
39859
39860 \begin_layout Plain Layout
39861
39862 \series bold
39863 Note:
39864 \series default
39865  Due to a bug in the 
39866 \series bold
39867 listings
39868 \series default
39869  package the line numbering is shifted by a line by every previous listing.
39870  That's the reason why the lines 2 and 5 are numbered in the above listing
39871  and not the lines 3 and 6.
39872 \end_layout
39873
39874 \end_inset
39875
39876
39877 \end_layout
39878
39879 \begin_layout Standard
39880 \begin_inset VSpace bigskip
39881 \end_inset
39882
39883
39884 \end_layout
39885
39886 \begin_layout Standard
39887 It is also possible to print lines from a file as listing.
39888  To do this, use the menu 
39889 \family sans
39890 Insert\SpecialChar menuseparator
39891 File\SpecialChar menuseparator
39892 Child Document
39893 \family default
39894  and choose the type 
39895 \family sans
39896 Listings
39897 \family default
39898 .
39899 \begin_inset Foot
39900 status collapsed
39901
39902 \begin_layout Plain Layout
39903 The other child document types are described in section
39904 \begin_inset space ~
39905 \end_inset
39906
39907
39908 \begin_inset CommandInset ref
39909 LatexCommand ref
39910 reference "sec:Child-Documents"
39911
39912 \end_inset
39913
39914 .
39915 \end_layout
39916
39917 \end_inset
39918
39919  In the child document dialog you can specify the listing parameters in
39920  a text box.
39921  To show a list of all available parameters, type in a question mark 
39922 \begin_inset Quotes eld
39923 \end_inset
39924
39925 ?
39926 \begin_inset Quotes erd
39927 \end_inset
39928
39929  in the text box.
39930 \end_layout
39931
39932 \begin_layout Standard
39933 To reference child document listings, write a label text into the corresponding
39934  field of the child document dialog.
39935  The label can then be referenced using the menu 
39936 \family sans
39937 Insert\SpecialChar menuseparator
39938 Cross-Reference
39939 \family default
39940 .
39941 \end_layout
39942
39943 \begin_layout Standard
39944 Listing
39945 \begin_inset space ~
39946 \end_inset
39947
39948
39949 \begin_inset CommandInset ref
39950 LatexCommand ref
39951 reference "lst:file-listing"
39952
39953 \end_inset
39954
39955  is an example for a listing of a file; there the lines 10
39956 \begin_inset space \thinspace{}
39957 \end_inset
39958
39959 -
39960 \begin_inset space \thinspace{}
39961 \end_inset
39962
39963 15 of this \SpecialChar LyX
39964  file are listed.
39965 \end_layout
39966
39967 \begin_layout Standard
39968 \begin_inset CommandInset include
39969 LatexCommand lstinputlisting
39970 filename "EmbeddedObjects.lyx"
39971 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39972
39973 \end_inset
39974
39975
39976 \end_layout
39977
39978 \begin_layout Standard
39979 \begin_inset VSpace bigskip
39980 \end_inset
39981
39982
39983 \end_layout
39984
39985 \begin_layout Standard
39986 Inserting a formula into a listing can be done the following way:
39987 \end_layout
39988
39989 \begin_layout Enumerate
39990 Open the listings dialog and add
39991 \begin_inset Newline newline
39992 \end_inset
39993
39994
39995 \family sans
39996 mathescape=true
39997 \family default
39998
39999 \begin_inset Newline newline
40000 \end_inset
40001
40002 to the field of the 
40003 \family sans
40004 Advanced
40005 \family default
40006  tab.
40007 \end_layout
40008
40009 \begin_layout Enumerate
40010 Create a formula outside the listing
40011 \end_layout
40012
40013 \begin_layout Enumerate
40014 Copy the content of the formula (not the formula inset) to the clipboard
40015  (shortcut 
40016 \begin_inset Info
40017 type  "shortcut"
40018 arg   "copy"
40019 \end_inset
40020
40021 )
40022 \end_layout
40023
40024 \begin_layout Enumerate
40025 In the listing write 
40026 \begin_inset Quotes eld
40027 \end_inset
40028
40029
40030 \family sans
40031 $$
40032 \family default
40033
40034 \begin_inset Quotes erd
40035 \end_inset
40036
40037  and copy from the clipboard between the dollar-signs (shortcut 
40038 \begin_inset Info
40039 type  "shortcut"
40040 arg   "paste"
40041 \end_inset
40042
40043 )
40044 \end_layout
40045
40046 \begin_layout Standard
40047 \begin_inset listings
40048 lstparams "language=Python,mathescape=true"
40049 inline false
40050 status open
40051
40052 \begin_layout Plain Layout
40053
40054 \begin_inset Caption Standard
40055
40056 \begin_layout Plain Layout
40057 Example Listing float containing a formula
40058 \end_layout
40059
40060 \end_inset
40061
40062 # Example listing float
40063 \end_layout
40064
40065 \begin_layout Plain Layout
40066
40067 def func(param):
40068 \end_layout
40069
40070 \begin_layout Plain Layout
40071
40072     # $
40073 \backslash
40074 prod_{n=1}^{
40075 \backslash
40076 infty}
40077 \backslash
40078 ,
40079 \backslash
40080 frac{1}{x^{2}}$
40081 \end_layout
40082
40083 \begin_layout Plain Layout
40084
40085     pass
40086 \end_layout
40087
40088 \end_inset
40089
40090
40091 \end_layout
40092
40093 \begin_layout Standard
40094 \begin_inset VSpace bigskip
40095 \end_inset
40096
40097
40098 \end_layout
40099
40100 \begin_layout Standard
40101 Global listings settings can be set in the 
40102 \family sans
40103 Document\SpecialChar menuseparator
40104 Settings\SpecialChar menuseparator
40105 Listings
40106 \family default
40107  dialog.
40108  To get there a list of available options, type in a question mark 
40109 \begin_inset Quotes eld
40110 \end_inset
40111
40112 ?
40113 \begin_inset Quotes erd
40114 \end_inset
40115
40116 .
40117 \end_layout
40118
40119 \begin_layout Standard
40120 For more information about the 
40121 \series bold
40122 listings
40123 \series default
40124  package, we refer to its documentation 
40125 \begin_inset CommandInset citation
40126 LatexCommand cite
40127 key "listings"
40128
40129 \end_inset
40130
40131 .
40132 \end_layout
40133
40134 \begin_layout Standard
40135 \begin_inset Newpage newpage
40136 \end_inset
40137
40138
40139 \end_layout
40140
40141 \begin_layout Chapter
40142 \start_of_appendix
40143 Units available in \SpecialChar LyX
40144
40145 \begin_inset Index idx
40146 status collapsed
40147
40148 \begin_layout Plain Layout
40149 Units
40150 \end_layout
40151
40152 \end_inset
40153
40154
40155 \begin_inset CommandInset label
40156 LatexCommand label
40157 name "cha:Units-available-in"
40158
40159 \end_inset
40160
40161
40162 \end_layout
40163
40164 \begin_layout Standard
40165 To understand the units described in this documentation, Table
40166 \begin_inset space ~
40167 \end_inset
40168
40169
40170 \begin_inset CommandInset ref
40171 LatexCommand ref
40172 reference "tab:Units"
40173
40174 \end_inset
40175
40176  explains all units available in \SpecialChar LyX
40177 .
40178 \end_layout
40179
40180 \begin_layout Standard
40181 \begin_inset Float table
40182 placement h
40183 wide false
40184 sideways false
40185 status open
40186
40187 \begin_layout Plain Layout
40188 \begin_inset Caption Standard
40189
40190 \begin_layout Plain Layout
40191 \begin_inset CommandInset label
40192 LatexCommand label
40193 name "tab:Units"
40194
40195 \end_inset
40196
40197 Units
40198 \end_layout
40199
40200 \end_inset
40201
40202
40203 \end_layout
40204
40205 \begin_layout Plain Layout
40206 \begin_inset VSpace medskip
40207 \end_inset
40208
40209
40210 \end_layout
40211
40212 \begin_layout Plain Layout
40213 \align center
40214 \begin_inset Tabular
40215 <lyxtabular version="3" rows="20" columns="2">
40216 <features tabularvalignment="middle">
40217 <column alignment="center" valignment="top">
40218 <column alignment="center" valignment="top">
40219 <row>
40220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40221 \begin_inset Text
40222
40223 \begin_layout Plain Layout
40224 unit
40225 \end_layout
40226
40227 \end_inset
40228 </cell>
40229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40230 \begin_inset Text
40231
40232 \begin_layout Plain Layout
40233 name/description
40234 \end_layout
40235
40236 \end_inset
40237 </cell>
40238 </row>
40239 <row>
40240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40241 \begin_inset Text
40242
40243 \begin_layout Plain Layout
40244 mm
40245 \end_layout
40246
40247 \end_inset
40248 </cell>
40249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40250 \begin_inset Text
40251
40252 \begin_layout Plain Layout
40253 millimeter
40254 \end_layout
40255
40256 \end_inset
40257 </cell>
40258 </row>
40259 <row>
40260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40261 \begin_inset Text
40262
40263 \begin_layout Plain Layout
40264 cm
40265 \end_layout
40266
40267 \end_inset
40268 </cell>
40269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40270 \begin_inset Text
40271
40272 \begin_layout Plain Layout
40273 centimeter
40274 \end_layout
40275
40276 \end_inset
40277 </cell>
40278 </row>
40279 <row>
40280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40281 \begin_inset Text
40282
40283 \begin_layout Plain Layout
40284 in
40285 \end_layout
40286
40287 \end_inset
40288 </cell>
40289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40290 \begin_inset Text
40291
40292 \begin_layout Plain Layout
40293 inch
40294 \end_layout
40295
40296 \end_inset
40297 </cell>
40298 </row>
40299 <row>
40300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40301 \begin_inset Text
40302
40303 \begin_layout Plain Layout
40304 pt
40305 \end_layout
40306
40307 \end_inset
40308 </cell>
40309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40310 \begin_inset Text
40311
40312 \begin_layout Plain Layout
40313 point (72.27
40314 \begin_inset space \thinspace{}
40315 \end_inset
40316
40317 pt = 1
40318 \begin_inset space \thinspace{}
40319 \end_inset
40320
40321 in)
40322 \end_layout
40323
40324 \end_inset
40325 </cell>
40326 </row>
40327 <row>
40328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 pc
40333 \end_layout
40334
40335 \end_inset
40336 </cell>
40337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40338 \begin_inset Text
40339
40340 \begin_layout Plain Layout
40341 pica (1
40342 \begin_inset space \thinspace{}
40343 \end_inset
40344
40345 pc = 12
40346 \begin_inset space \thinspace{}
40347 \end_inset
40348
40349 pt)
40350 \end_layout
40351
40352 \end_inset
40353 </cell>
40354 </row>
40355 <row>
40356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40357 \begin_inset Text
40358
40359 \begin_layout Plain Layout
40360 sp
40361 \end_layout
40362
40363 \end_inset
40364 </cell>
40365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40366 \begin_inset Text
40367
40368 \begin_layout Plain Layout
40369 scaled point (65536
40370 \begin_inset space \thinspace{}
40371 \end_inset
40372
40373 sp = 1
40374 \begin_inset space \thinspace{}
40375 \end_inset
40376
40377 pt)
40378 \end_layout
40379
40380 \end_inset
40381 </cell>
40382 </row>
40383 <row>
40384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 bp
40389 \end_layout
40390
40391 \end_inset
40392 </cell>
40393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40394 \begin_inset Text
40395
40396 \begin_layout Plain Layout
40397 big point (72
40398 \begin_inset space \thinspace{}
40399 \end_inset
40400
40401 bp = 1
40402 \begin_inset space \thinspace{}
40403 \end_inset
40404
40405 in)
40406 \end_layout
40407
40408 \end_inset
40409 </cell>
40410 </row>
40411 <row>
40412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40413 \begin_inset Text
40414
40415 \begin_layout Plain Layout
40416 dd
40417 \end_layout
40418
40419 \end_inset
40420 </cell>
40421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40422 \begin_inset Text
40423
40424 \begin_layout Plain Layout
40425 didot (1
40426 \begin_inset space \thinspace{}
40427 \end_inset
40428
40429 dd 
40430 \begin_inset Formula $\approx$
40431 \end_inset
40432
40433  0.376
40434 \begin_inset space \thinspace{}
40435 \end_inset
40436
40437 mm)
40438 \end_layout
40439
40440 \end_inset
40441 </cell>
40442 </row>
40443 <row>
40444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40445 \begin_inset Text
40446
40447 \begin_layout Plain Layout
40448 cc
40449 \end_layout
40450
40451 \end_inset
40452 </cell>
40453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40454 \begin_inset Text
40455
40456 \begin_layout Plain Layout
40457 cicero (1
40458 \begin_inset space \thinspace{}
40459 \end_inset
40460
40461 cc = 12
40462 \begin_inset space \thinspace{}
40463 \end_inset
40464
40465 dd)
40466 \end_layout
40467
40468 \end_inset
40469 </cell>
40470 </row>
40471 <row>
40472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40473 \begin_inset Text
40474
40475 \begin_layout Plain Layout
40476 Scale%
40477 \end_layout
40478
40479 \end_inset
40480 </cell>
40481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40482 \begin_inset Text
40483
40484 \begin_layout Plain Layout
40485 % of original image width
40486 \end_layout
40487
40488 \end_inset
40489 </cell>
40490 </row>
40491 <row>
40492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40493 \begin_inset Text
40494
40495 \begin_layout Plain Layout
40496 text%
40497 \end_layout
40498
40499 \end_inset
40500 </cell>
40501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40502 \begin_inset Text
40503
40504 \begin_layout Plain Layout
40505 % of text width
40506 \end_layout
40507
40508 \end_inset
40509 </cell>
40510 </row>
40511 <row>
40512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40513 \begin_inset Text
40514
40515 \begin_layout Plain Layout
40516 col%
40517 \end_layout
40518
40519 \end_inset
40520 </cell>
40521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40522 \begin_inset Text
40523
40524 \begin_layout Plain Layout
40525 % of column width
40526 \end_layout
40527
40528 \end_inset
40529 </cell>
40530 </row>
40531 <row>
40532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40533 \begin_inset Text
40534
40535 \begin_layout Plain Layout
40536 page%
40537 \end_layout
40538
40539 \end_inset
40540 </cell>
40541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40542 \begin_inset Text
40543
40544 \begin_layout Plain Layout
40545 % of paper width
40546 \end_layout
40547
40548 \end_inset
40549 </cell>
40550 </row>
40551 <row>
40552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40553 \begin_inset Text
40554
40555 \begin_layout Plain Layout
40556 line%
40557 \end_layout
40558
40559 \end_inset
40560 </cell>
40561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40562 \begin_inset Text
40563
40564 \begin_layout Plain Layout
40565 % of line width
40566 \end_layout
40567
40568 \end_inset
40569 </cell>
40570 </row>
40571 <row>
40572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40573 \begin_inset Text
40574
40575 \begin_layout Plain Layout
40576 theight%
40577 \end_layout
40578
40579 \end_inset
40580 </cell>
40581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40582 \begin_inset Text
40583
40584 \begin_layout Plain Layout
40585 % of text height
40586 \end_layout
40587
40588 \end_inset
40589 </cell>
40590 </row>
40591 <row>
40592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40593 \begin_inset Text
40594
40595 \begin_layout Plain Layout
40596 pheight%
40597 \end_layout
40598
40599 \end_inset
40600 </cell>
40601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40602 \begin_inset Text
40603
40604 \begin_layout Plain Layout
40605 % of paper height
40606 \end_layout
40607
40608 \end_inset
40609 </cell>
40610 </row>
40611 <row>
40612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40613 \begin_inset Text
40614
40615 \begin_layout Plain Layout
40616 ex
40617 \end_layout
40618
40619 \end_inset
40620 </cell>
40621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40622 \begin_inset Text
40623
40624 \begin_layout Plain Layout
40625 height of letter 
40626 \emph on
40627 x
40628 \emph default
40629  in current font
40630 \end_layout
40631
40632 \end_inset
40633 </cell>
40634 </row>
40635 <row>
40636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40637 \begin_inset Text
40638
40639 \begin_layout Plain Layout
40640 em
40641 \end_layout
40642
40643 \end_inset
40644 </cell>
40645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40646 \begin_inset Text
40647
40648 \begin_layout Plain Layout
40649 width of letter 
40650 \emph on
40651 M
40652 \emph default
40653  in current font
40654 \end_layout
40655
40656 \end_inset
40657 </cell>
40658 </row>
40659 <row>
40660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40661 \begin_inset Text
40662
40663 \begin_layout Plain Layout
40664 mu
40665 \end_layout
40666
40667 \end_inset
40668 </cell>
40669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40670 \begin_inset Text
40671
40672 \begin_layout Plain Layout
40673 math unit (1
40674 \begin_inset space \thinspace{}
40675 \end_inset
40676
40677 mu = 1/18
40678 \begin_inset space \thinspace{}
40679 \end_inset
40680
40681 em)
40682 \end_layout
40683
40684 \end_inset
40685 </cell>
40686 </row>
40687 </lyxtabular>
40688
40689 \end_inset
40690
40691
40692 \end_layout
40693
40694 \end_inset
40695
40696
40697 \end_layout
40698
40699 \begin_layout Chapter
40700 Output File Formats with Graphics
40701 \begin_inset CommandInset label
40702 LatexCommand label
40703 name "cha:Output-File-Formats"
40704
40705 \end_inset
40706
40707
40708 \end_layout
40709
40710 \begin_layout Section
40711 DVI
40712 \begin_inset Index idx
40713 status collapsed
40714
40715 \begin_layout Plain Layout
40716 File Formats ! DVI
40717 \end_layout
40718
40719 \end_inset
40720
40721
40722 \begin_inset Index idx
40723 status collapsed
40724
40725 \begin_layout Plain Layout
40726 DVI|see
40727 \begin_inset ERT
40728 status collapsed
40729
40730 \begin_layout Plain Layout
40731
40732 {
40733 \end_layout
40734
40735 \end_inset
40736
40737 File Formats
40738 \begin_inset ERT
40739 status collapsed
40740
40741 \begin_layout Plain Layout
40742
40743 }
40744 \end_layout
40745
40746 \end_inset
40747
40748
40749 \end_layout
40750
40751 \end_inset
40752
40753
40754 \end_layout
40755
40756 \begin_layout Standard
40757 This file type has the extension 
40758 \begin_inset Quotes eld
40759 \end_inset
40760
40761
40762 \family typewriter
40763 .dvi
40764 \family default
40765
40766 \begin_inset Quotes erd
40767 \end_inset
40768
40769 .
40770  It is called 
40771 \begin_inset Quotes eld
40772 \end_inset
40773
40774 device-independent
40775 \begin_inset Quotes erd
40776 \end_inset
40777
40778  (DVI), because it is completely portable; you can move them from one machine
40779  to another without needing to do any sort of conversion.
40780  At the time when this file-format was developed, this was no matter of
40781  course.
40782  DVIs are used for quick previews and as pre-stage for other output formats,
40783  like PostScript.
40784 \end_layout
40785
40786 \begin_layout Standard
40787 \begin_inset Note Greyedout
40788 status open
40789
40790 \begin_layout Plain Layout
40791
40792 \series bold
40793 Note:
40794 \series default
40795  DVI-files do not contain images; they will only be a linked.
40796 \end_layout
40797
40798 \end_inset
40799
40800  So don't forget this, if you move your 
40801 \family typewriter
40802 .dvi
40803 \family default
40804  file to another computer.
40805  This property can also slow down your computer when you view the DVI, because
40806  the DVI-viewer has to convert the image in the background to make it visible
40807  when you scroll in the DVI.
40808  So it is recommended that you use PDF for files with many images.
40809 \end_layout
40810
40811 \begin_layout Standard
40812 You can export your document to DVI by using the menu 
40813 \family sans
40814 File\SpecialChar menuseparator
40815 Export\SpecialChar menuseparator
40816 DVI
40817 \family default
40818 .
40819  You can view your document as DVI via the 
40820 \family sans
40821 View
40822 \family default
40823  menu.
40824 \end_layout
40825
40826 \begin_layout Section
40827 PostScript
40828 \begin_inset CommandInset label
40829 LatexCommand label
40830 name "sec:PostScript"
40831
40832 \end_inset
40833
40834
40835 \begin_inset Index idx
40836 status collapsed
40837
40838 \begin_layout Plain Layout
40839 File Formats ! PostScript
40840 \end_layout
40841
40842 \end_inset
40843
40844
40845 \begin_inset Index idx
40846 status collapsed
40847
40848 \begin_layout Plain Layout
40849 PostScript|see
40850 \begin_inset ERT
40851 status collapsed
40852
40853 \begin_layout Plain Layout
40854
40855 {
40856 \end_layout
40857
40858 \end_inset
40859
40860 File Formats
40861 \begin_inset ERT
40862 status collapsed
40863
40864 \begin_layout Plain Layout
40865
40866 }
40867 \end_layout
40868
40869 \end_inset
40870
40871
40872 \end_layout
40873
40874 \end_inset
40875
40876
40877 \end_layout
40878
40879 \begin_layout Standard
40880 This file type has the extension 
40881 \begin_inset Quotes eld
40882 \end_inset
40883
40884
40885 \family typewriter
40886 .ps
40887 \family default
40888
40889 \begin_inset Quotes erd
40890 \end_inset
40891
40892 .
40893  PostScript was developed by the company 
40894 \family typewriter
40895 Adobe
40896 \family default
40897  as a printer language.
40898  The file therefore contains commands that the printer uses to print the
40899  file.
40900  PostScript can be seen as a 
40901 \begin_inset Quotes eld
40902 \end_inset
40903
40904 programming language
40905 \begin_inset Quotes erd
40906 \end_inset
40907
40908 ; you can calculate with it and draw diagrams and images
40909 \begin_inset Foot
40910 status collapsed
40911
40912 \begin_layout Plain Layout
40913 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
40914 -package
40915  
40916 \series bold
40917 PSTricks
40918 \series default
40919  
40920 \begin_inset CommandInset citation
40921 LatexCommand cite
40922 key "pstricks"
40923
40924 \end_inset
40925
40926 .
40927 \end_layout
40928
40929 \end_inset
40930
40931 .
40932  Due to this ability, the files are often bigger than PDFs.
40933 \end_layout
40934
40935 \begin_layout Standard
40936 PostScript can only contain images in the format 
40937 \begin_inset Quotes eld
40938 \end_inset
40939
40940 Encapsulated PostScript
40941 \begin_inset Quotes erd
40942 \end_inset
40943
40944  (EPS, file extension 
40945 \begin_inset Quotes eld
40946 \end_inset
40947
40948
40949 \family typewriter
40950 .eps
40951 \family default
40952
40953 \begin_inset Quotes erd
40954 \end_inset
40955
40956 ).
40957  As \SpecialChar LyX
40958  allows you to use any known image format in your document, it has to
40959  convert images in the background to EPS.
40960  If you have e.g.
40961 \begin_inset space ~
40962 \end_inset
40963
40964 50
40965 \begin_inset space ~
40966 \end_inset
40967
40968 images in your document, \SpecialChar LyX
40969  has to do 50
40970 \begin_inset space ~
40971 \end_inset
40972
40973 conversions whenever you view or export your document.
40974  This will slow down your work flow with \SpecialChar LyX
40975  drastically.
40976  So if you plan to use PostScript, you can insert your images directly as
40977  EPS to avoid this problem.
40978 \end_layout
40979
40980 \begin_layout Standard
40981 You can export your document to PostScript using the menu 
40982 \family sans
40983 File\SpecialChar menuseparator
40984 Export\SpecialChar menuseparator
40985 Postscript
40986 \family default
40987 .
40988  You can view your document as PostScript via the 
40989 \family sans
40990 View
40991 \family default
40992  menu.
40993 \end_layout
40994
40995 \begin_layout Section
40996 PDF
40997 \begin_inset Index idx
40998 status collapsed
40999
41000 \begin_layout Plain Layout
41001 File Formats ! PDF
41002 \end_layout
41003
41004 \end_inset
41005
41006
41007 \begin_inset Index idx
41008 status collapsed
41009
41010 \begin_layout Plain Layout
41011 PDF
41012 \end_layout
41013
41014 \end_inset
41015
41016
41017 \end_layout
41018
41019 \begin_layout Standard
41020 This file type has the extension 
41021 \begin_inset Quotes eld
41022 \end_inset
41023
41024
41025 \family typewriter
41026 .pdf
41027 \family default
41028
41029 \begin_inset Quotes erd
41030 \end_inset
41031
41032 .
41033  The 
41034 \begin_inset Quotes eld
41035 \end_inset
41036
41037 Portable Document Format
41038 \begin_inset Quotes erd
41039 \end_inset
41040
41041  (PDF) was developed by 
41042 \family typewriter
41043 Adobe
41044 \family default
41045  as a derivative of PostScript.
41046  It is more compressed and it uses fewer commands than PostScript.
41047  As the name 
41048 \begin_inset Quotes eld
41049 \end_inset
41050
41051 portable
41052 \begin_inset Quotes erd
41053 \end_inset
41054
41055  implies, it can be processed at any computer system and the printed output
41056  looks exactly the same.
41057 \end_layout
41058
41059 \begin_layout Standard
41060 PDF can contain images in its own PDF format, in the format 
41061 \begin_inset Quotes eld
41062 \end_inset
41063
41064 Joint Photographic Experts Group
41065 \begin_inset Quotes erd
41066 \end_inset
41067
41068  (JPG, file extension 
41069 \begin_inset Quotes eld
41070 \end_inset
41071
41072
41073 \family typewriter
41074 .jpg
41075 \family default
41076
41077 \begin_inset Quotes erd
41078 \end_inset
41079
41080  or 
41081 \begin_inset Quotes eld
41082 \end_inset
41083
41084
41085 \family typewriter
41086 .jpeg
41087 \family default
41088
41089 \begin_inset Quotes erd
41090 \end_inset
41091
41092 ), and in the format 
41093 \begin_inset Quotes eld
41094 \end_inset
41095
41096 Portable Network Graphics
41097 \begin_inset Quotes erd
41098 \end_inset
41099
41100  (PNG, file extension 
41101 \begin_inset Quotes eld
41102 \end_inset
41103
41104
41105 \family typewriter
41106 .png
41107 \family default
41108
41109 \begin_inset Quotes erd
41110 \end_inset
41111
41112 ).
41113  Nevertheless you can use any other image format, because \SpecialChar LyX
41114  converts them
41115  in the background to one of these formats.
41116  But as described in the section about PostScript, the image conversion
41117  will slow down your work flow.
41118  So it is recommended that you use images in one of the three mentioned
41119  formats.
41120 \end_layout
41121
41122 \begin_layout Standard
41123 You can export your document to PDF via the menu 
41124 \family sans
41125 File\SpecialChar menuseparator
41126 Export
41127 \family default
41128  in three different ways:
41129 \end_layout
41130
41131 \begin_layout Description
41132 PDF
41133 \begin_inset space ~
41134 \end_inset
41135
41136 (ps2pdf) This uses the program 
41137 \family typewriter
41138 ps2pdf
41139 \family default
41140  that creates a PDF from a PostScript-version of your file.
41141  The PostScript-version is produced by the program 
41142 \family typewriter
41143 dvips
41144 \family default
41145  which uses a DVI-version as intermediate step.
41146  So this export variant consists of three conversions.
41147 \end_layout
41148
41149 \begin_layout Description
41150 PDF
41151 \begin_inset space ~
41152 \end_inset
41153
41154 (dvipdfm) This uses the program 
41155 \family typewriter
41156 dvipdfm
41157 \family default
41158  that converts your file in the background to DVI and in a second step to
41159  PDF.
41160 \end_layout
41161
41162 \begin_layout Description
41163 PDF
41164 \begin_inset space ~
41165 \end_inset
41166
41167 (pdflatex) This uses the program 
41168 \family typewriter
41169 pdftex
41170 \family default
41171  that converts your file directly to PDF.
41172 \end_layout
41173
41174 \begin_layout Standard
41175 It is recommended that you use 
41176 \family sans
41177 PDF
41178 \begin_inset space ~
41179 \end_inset
41180
41181 (pdflatex)
41182 \family default
41183  because 
41184 \family typewriter
41185 pdftex
41186 \family default
41187  supports all features of actual PDF-versions, is quick and works stable.
41188  The program 
41189 \family typewriter
41190 dvipdfm
41191 \family default
41192  is not under development and therefore a bit outdated.
41193 \end_layout
41194
41195 \begin_layout Standard
41196 You can view your document as PDF via the 
41197 \family sans
41198 View
41199 \family default
41200  menu or by using a toolbar button.
41201 \end_layout
41202
41203 \begin_layout Chapter
41204 List of dvips color names
41205 \begin_inset CommandInset label
41206 LatexCommand label
41207 name "chap:List-of-dvips-colornames"
41208
41209 \end_inset
41210
41211
41212 \end_layout
41213
41214 \begin_layout Standard
41215 \begin_inset Tabular
41216 <lyxtabular version="3" rows="17" columns="4">
41217 <features tabularvalignment="middle">
41218 <column alignment="left" valignment="top" width="0pt">
41219 <column alignment="left" valignment="top" width="0pt">
41220 <column alignment="left" valignment="top" width="0pt">
41221 <column alignment="left" valignment="top" width="0pt">
41222 <row>
41223 <cell alignment="left" valignment="top" usebox="none">
41224 \begin_inset Text
41225
41226 \begin_layout Plain Layout
41227 \begin_inset ERT
41228 status collapsed
41229
41230 \begin_layout Plain Layout
41231
41232
41233 \backslash
41234 fcolorbox{black}{
41235 \end_layout
41236
41237 \end_inset
41238
41239 white
41240 \begin_inset ERT
41241 status collapsed
41242
41243 \begin_layout Plain Layout
41244
41245 }{
41246 \end_layout
41247
41248 \end_inset
41249
41250 Color
41251 \begin_inset ERT
41252 status collapsed
41253
41254 \begin_layout Plain Layout
41255
41256 }
41257 \end_layout
41258
41259 \end_inset
41260
41261  Color name
41262 \end_layout
41263
41264 \end_inset
41265 </cell>
41266 <cell alignment="left" valignment="top" usebox="none">
41267 \begin_inset Text
41268
41269 \begin_layout Plain Layout
41270 \begin_inset ERT
41271 status collapsed
41272
41273 \begin_layout Plain Layout
41274
41275
41276 \backslash
41277 fcolorbox{black}{
41278 \end_layout
41279
41280 \end_inset
41281
41282 white
41283 \begin_inset ERT
41284 status collapsed
41285
41286 \begin_layout Plain Layout
41287
41288 }{
41289 \end_layout
41290
41291 \end_inset
41292
41293 Color
41294 \begin_inset ERT
41295 status collapsed
41296
41297 \begin_layout Plain Layout
41298
41299 }
41300 \end_layout
41301
41302 \end_inset
41303
41304  Color name
41305 \end_layout
41306
41307 \end_inset
41308 </cell>
41309 <cell alignment="left" valignment="top" usebox="none">
41310 \begin_inset Text
41311
41312 \begin_layout Plain Layout
41313 \begin_inset ERT
41314 status collapsed
41315
41316 \begin_layout Plain Layout
41317
41318
41319 \backslash
41320 fcolorbox{black}{
41321 \end_layout
41322
41323 \end_inset
41324
41325 white
41326 \begin_inset ERT
41327 status collapsed
41328
41329 \begin_layout Plain Layout
41330
41331 }{
41332 \end_layout
41333
41334 \end_inset
41335
41336 Color
41337 \begin_inset ERT
41338 status collapsed
41339
41340 \begin_layout Plain Layout
41341
41342 }
41343 \end_layout
41344
41345 \end_inset
41346
41347  Color name
41348 \end_layout
41349
41350 \end_inset
41351 </cell>
41352 <cell alignment="left" valignment="top" usebox="none">
41353 \begin_inset Text
41354
41355 \begin_layout Plain Layout
41356 \begin_inset ERT
41357 status collapsed
41358
41359 \begin_layout Plain Layout
41360
41361
41362 \backslash
41363 fcolorbox{black}{
41364 \end_layout
41365
41366 \end_inset
41367
41368 white
41369 \begin_inset ERT
41370 status collapsed
41371
41372 \begin_layout Plain Layout
41373
41374 }{
41375 \end_layout
41376
41377 \end_inset
41378
41379 Color
41380 \begin_inset ERT
41381 status collapsed
41382
41383 \begin_layout Plain Layout
41384
41385 }
41386 \end_layout
41387
41388 \end_inset
41389
41390  Color name
41391 \end_layout
41392
41393 \end_inset
41394 </cell>
41395 </row>
41396 <row>
41397 <cell alignment="center" valignment="top" usebox="none">
41398 \begin_inset Text
41399
41400 \begin_layout Plain Layout
41401 \begin_inset ERT
41402 status collapsed
41403
41404 \begin_layout Plain Layout
41405
41406
41407 \backslash
41408 fcolorbox{black}{
41409 \end_layout
41410
41411 \end_inset
41412
41413 Apricot
41414 \begin_inset ERT
41415 status collapsed
41416
41417 \begin_layout Plain Layout
41418
41419 }{
41420 \end_layout
41421
41422 \end_inset
41423
41424
41425 \begin_inset Phantom Phantom
41426 status open
41427
41428 \begin_layout Plain Layout
41429 W
41430 \end_layout
41431
41432 \end_inset
41433
41434
41435 \begin_inset ERT
41436 status collapsed
41437
41438 \begin_layout Plain Layout
41439
41440 }
41441 \end_layout
41442
41443 \end_inset
41444
41445  Apricot
41446 \end_layout
41447
41448 \end_inset
41449 </cell>
41450 <cell alignment="center" valignment="top" usebox="none">
41451 \begin_inset Text
41452
41453 \begin_layout Plain Layout
41454 \begin_inset ERT
41455 status collapsed
41456
41457 \begin_layout Plain Layout
41458
41459
41460 \backslash
41461 fcolorbox{black}{
41462 \end_layout
41463
41464 \end_inset
41465
41466 Aquamarine
41467 \begin_inset ERT
41468 status collapsed
41469
41470 \begin_layout Plain Layout
41471
41472 }{
41473 \end_layout
41474
41475 \end_inset
41476
41477
41478 \begin_inset Phantom Phantom
41479 status open
41480
41481 \begin_layout Plain Layout
41482 W
41483 \end_layout
41484
41485 \end_inset
41486
41487
41488 \begin_inset ERT
41489 status collapsed
41490
41491 \begin_layout Plain Layout
41492
41493 }
41494 \end_layout
41495
41496 \end_inset
41497
41498  Aquamarine
41499 \end_layout
41500
41501 \end_inset
41502 </cell>
41503 <cell alignment="center" valignment="top" usebox="none">
41504 \begin_inset Text
41505
41506 \begin_layout Plain Layout
41507 \begin_inset ERT
41508 status collapsed
41509
41510 \begin_layout Plain Layout
41511
41512
41513 \backslash
41514 fcolorbox{black}{
41515 \end_layout
41516
41517 \end_inset
41518
41519 Bittersweet
41520 \begin_inset ERT
41521 status collapsed
41522
41523 \begin_layout Plain Layout
41524
41525 }{
41526 \end_layout
41527
41528 \end_inset
41529
41530
41531 \begin_inset Phantom Phantom
41532 status open
41533
41534 \begin_layout Plain Layout
41535 W
41536 \end_layout
41537
41538 \end_inset
41539
41540
41541 \begin_inset ERT
41542 status collapsed
41543
41544 \begin_layout Plain Layout
41545
41546 }
41547 \end_layout
41548
41549 \end_inset
41550
41551  Bittersweet
41552 \end_layout
41553
41554 \end_inset
41555 </cell>
41556 <cell alignment="center" valignment="top" usebox="none">
41557 \begin_inset Text
41558
41559 \begin_layout Plain Layout
41560 \begin_inset ERT
41561 status collapsed
41562
41563 \begin_layout Plain Layout
41564
41565
41566 \backslash
41567 fcolorbox{black}{
41568 \end_layout
41569
41570 \end_inset
41571
41572 BlueGreen
41573 \begin_inset ERT
41574 status collapsed
41575
41576 \begin_layout Plain Layout
41577
41578 }{
41579 \end_layout
41580
41581 \end_inset
41582
41583
41584 \begin_inset Phantom Phantom
41585 status open
41586
41587 \begin_layout Plain Layout
41588 W
41589 \end_layout
41590
41591 \end_inset
41592
41593
41594 \begin_inset ERT
41595 status collapsed
41596
41597 \begin_layout Plain Layout
41598
41599 }
41600 \end_layout
41601
41602 \end_inset
41603
41604  BlueGreen
41605 \end_layout
41606
41607 \end_inset
41608 </cell>
41609 </row>
41610 <row>
41611 <cell alignment="left" valignment="top" usebox="none">
41612 \begin_inset Text
41613
41614 \begin_layout Plain Layout
41615 \begin_inset ERT
41616 status collapsed
41617
41618 \begin_layout Plain Layout
41619
41620
41621 \backslash
41622 fcolorbox{black}{
41623 \end_layout
41624
41625 \end_inset
41626
41627 BlueViolet
41628 \begin_inset ERT
41629 status collapsed
41630
41631 \begin_layout Plain Layout
41632
41633 }{
41634 \end_layout
41635
41636 \end_inset
41637
41638
41639 \begin_inset Phantom Phantom
41640 status open
41641
41642 \begin_layout Plain Layout
41643 W
41644 \end_layout
41645
41646 \end_inset
41647
41648
41649 \begin_inset ERT
41650 status collapsed
41651
41652 \begin_layout Plain Layout
41653
41654 }
41655 \end_layout
41656
41657 \end_inset
41658
41659  BlueViolet
41660 \end_layout
41661
41662 \end_inset
41663 </cell>
41664 <cell alignment="left" valignment="top" usebox="none">
41665 \begin_inset Text
41666
41667 \begin_layout Plain Layout
41668 \begin_inset ERT
41669 status collapsed
41670
41671 \begin_layout Plain Layout
41672
41673
41674 \backslash
41675 fcolorbox{black}{
41676 \end_layout
41677
41678 \end_inset
41679
41680 BrickRed
41681 \begin_inset ERT
41682 status collapsed
41683
41684 \begin_layout Plain Layout
41685
41686 }{
41687 \end_layout
41688
41689 \end_inset
41690
41691
41692 \begin_inset Phantom Phantom
41693 status open
41694
41695 \begin_layout Plain Layout
41696 W
41697 \end_layout
41698
41699 \end_inset
41700
41701
41702 \begin_inset ERT
41703 status collapsed
41704
41705 \begin_layout Plain Layout
41706
41707 }
41708 \end_layout
41709
41710 \end_inset
41711
41712  BrickRed
41713 \end_layout
41714
41715 \end_inset
41716 </cell>
41717 <cell alignment="left" valignment="top" usebox="none">
41718 \begin_inset Text
41719
41720 \begin_layout Plain Layout
41721 \begin_inset ERT
41722 status collapsed
41723
41724 \begin_layout Plain Layout
41725
41726
41727 \backslash
41728 fcolorbox{black}{
41729 \end_layout
41730
41731 \end_inset
41732
41733 Brown
41734 \begin_inset ERT
41735 status collapsed
41736
41737 \begin_layout Plain Layout
41738
41739 }{
41740 \end_layout
41741
41742 \end_inset
41743
41744
41745 \begin_inset Phantom Phantom
41746 status open
41747
41748 \begin_layout Plain Layout
41749 W
41750 \end_layout
41751
41752 \end_inset
41753
41754
41755 \begin_inset ERT
41756 status collapsed
41757
41758 \begin_layout Plain Layout
41759
41760 }
41761 \end_layout
41762
41763 \end_inset
41764
41765  Brown
41766 \end_layout
41767
41768 \end_inset
41769 </cell>
41770 <cell alignment="left" valignment="top" usebox="none">
41771 \begin_inset Text
41772
41773 \begin_layout Plain Layout
41774 \begin_inset ERT
41775 status collapsed
41776
41777 \begin_layout Plain Layout
41778
41779
41780 \backslash
41781 fcolorbox{black}{
41782 \end_layout
41783
41784 \end_inset
41785
41786 BurntOrange
41787 \begin_inset ERT
41788 status collapsed
41789
41790 \begin_layout Plain Layout
41791
41792 }{
41793 \end_layout
41794
41795 \end_inset
41796
41797
41798 \begin_inset Phantom Phantom
41799 status open
41800
41801 \begin_layout Plain Layout
41802 W
41803 \end_layout
41804
41805 \end_inset
41806
41807
41808 \begin_inset ERT
41809 status collapsed
41810
41811 \begin_layout Plain Layout
41812
41813 }
41814 \end_layout
41815
41816 \end_inset
41817
41818  BurntOrange
41819 \end_layout
41820
41821 \end_inset
41822 </cell>
41823 </row>
41824 <row>
41825 <cell alignment="left" valignment="top" usebox="none">
41826 \begin_inset Text
41827
41828 \begin_layout Plain Layout
41829 \begin_inset ERT
41830 status collapsed
41831
41832 \begin_layout Plain Layout
41833
41834
41835 \backslash
41836 fcolorbox{black}{
41837 \end_layout
41838
41839 \end_inset
41840
41841 CadetBlue
41842 \begin_inset ERT
41843 status collapsed
41844
41845 \begin_layout Plain Layout
41846
41847 }{
41848 \end_layout
41849
41850 \end_inset
41851
41852
41853 \begin_inset Phantom Phantom
41854 status open
41855
41856 \begin_layout Plain Layout
41857 W
41858 \end_layout
41859
41860 \end_inset
41861
41862
41863 \begin_inset ERT
41864 status collapsed
41865
41866 \begin_layout Plain Layout
41867
41868 }
41869 \end_layout
41870
41871 \end_inset
41872
41873  CadetBlue
41874 \end_layout
41875
41876 \end_inset
41877 </cell>
41878 <cell alignment="left" valignment="top" usebox="none">
41879 \begin_inset Text
41880
41881 \begin_layout Plain Layout
41882 \begin_inset ERT
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886
41887
41888 \backslash
41889 fcolorbox{black}{
41890 \end_layout
41891
41892 \end_inset
41893
41894 CarnationPink
41895 \begin_inset ERT
41896 status collapsed
41897
41898 \begin_layout Plain Layout
41899
41900 }{
41901 \end_layout
41902
41903 \end_inset
41904
41905
41906 \begin_inset Phantom Phantom
41907 status open
41908
41909 \begin_layout Plain Layout
41910 W
41911 \end_layout
41912
41913 \end_inset
41914
41915
41916 \begin_inset ERT
41917 status collapsed
41918
41919 \begin_layout Plain Layout
41920
41921 }
41922 \end_layout
41923
41924 \end_inset
41925
41926  CarnationPink
41927 \end_layout
41928
41929 \end_inset
41930 </cell>
41931 <cell alignment="left" valignment="top" usebox="none">
41932 \begin_inset Text
41933
41934 \begin_layout Plain Layout
41935 \begin_inset ERT
41936 status collapsed
41937
41938 \begin_layout Plain Layout
41939
41940
41941 \backslash
41942 fcolorbox{black}{
41943 \end_layout
41944
41945 \end_inset
41946
41947 Cerulean
41948 \begin_inset ERT
41949 status collapsed
41950
41951 \begin_layout Plain Layout
41952
41953 }{
41954 \end_layout
41955
41956 \end_inset
41957
41958
41959 \begin_inset Phantom Phantom
41960 status open
41961
41962 \begin_layout Plain Layout
41963 W
41964 \end_layout
41965
41966 \end_inset
41967
41968
41969 \begin_inset ERT
41970 status collapsed
41971
41972 \begin_layout Plain Layout
41973
41974 }
41975 \end_layout
41976
41977 \end_inset
41978
41979  Cerulean
41980 \end_layout
41981
41982 \end_inset
41983 </cell>
41984 <cell alignment="left" valignment="top" usebox="none">
41985 \begin_inset Text
41986
41987 \begin_layout Plain Layout
41988 \begin_inset ERT
41989 status collapsed
41990
41991 \begin_layout Plain Layout
41992
41993
41994 \backslash
41995 fcolorbox{black}{
41996 \end_layout
41997
41998 \end_inset
41999
42000 CornflowerBlue
42001 \begin_inset ERT
42002 status collapsed
42003
42004 \begin_layout Plain Layout
42005
42006 }{
42007 \end_layout
42008
42009 \end_inset
42010
42011
42012 \begin_inset Phantom Phantom
42013 status open
42014
42015 \begin_layout Plain Layout
42016 W
42017 \end_layout
42018
42019 \end_inset
42020
42021
42022 \begin_inset ERT
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026
42027 }
42028 \end_layout
42029
42030 \end_inset
42031
42032  CornflowerBlue
42033 \end_layout
42034
42035 \end_inset
42036 </cell>
42037 </row>
42038 <row>
42039 <cell alignment="left" valignment="top" usebox="none">
42040 \begin_inset Text
42041
42042 \begin_layout Plain Layout
42043 \begin_inset ERT
42044 status collapsed
42045
42046 \begin_layout Plain Layout
42047
42048
42049 \backslash
42050 fcolorbox{black}{
42051 \end_layout
42052
42053 \end_inset
42054
42055 Dandelion
42056 \begin_inset ERT
42057 status collapsed
42058
42059 \begin_layout Plain Layout
42060
42061 }{
42062 \end_layout
42063
42064 \end_inset
42065
42066
42067 \begin_inset Phantom Phantom
42068 status open
42069
42070 \begin_layout Plain Layout
42071 W
42072 \end_layout
42073
42074 \end_inset
42075
42076
42077 \begin_inset ERT
42078 status collapsed
42079
42080 \begin_layout Plain Layout
42081
42082 }
42083 \end_layout
42084
42085 \end_inset
42086
42087  Dandelion
42088 \end_layout
42089
42090 \end_inset
42091 </cell>
42092 <cell alignment="left" valignment="top" usebox="none">
42093 \begin_inset Text
42094
42095 \begin_layout Plain Layout
42096 \begin_inset ERT
42097 status collapsed
42098
42099 \begin_layout Plain Layout
42100
42101
42102 \backslash
42103 fcolorbox{black}{
42104 \end_layout
42105
42106 \end_inset
42107
42108 DarkOrchid
42109 \begin_inset ERT
42110 status collapsed
42111
42112 \begin_layout Plain Layout
42113
42114 }{
42115 \end_layout
42116
42117 \end_inset
42118
42119
42120 \begin_inset Phantom Phantom
42121 status open
42122
42123 \begin_layout Plain Layout
42124 W
42125 \end_layout
42126
42127 \end_inset
42128
42129
42130 \begin_inset ERT
42131 status collapsed
42132
42133 \begin_layout Plain Layout
42134
42135 }
42136 \end_layout
42137
42138 \end_inset
42139
42140  DarkOrchid
42141 \end_layout
42142
42143 \end_inset
42144 </cell>
42145 <cell alignment="left" valignment="top" usebox="none">
42146 \begin_inset Text
42147
42148 \begin_layout Plain Layout
42149 \begin_inset ERT
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153
42154
42155 \backslash
42156 fcolorbox{black}{
42157 \end_layout
42158
42159 \end_inset
42160
42161 Emerald
42162 \begin_inset ERT
42163 status collapsed
42164
42165 \begin_layout Plain Layout
42166
42167 }{
42168 \end_layout
42169
42170 \end_inset
42171
42172
42173 \begin_inset Phantom Phantom
42174 status open
42175
42176 \begin_layout Plain Layout
42177 W
42178 \end_layout
42179
42180 \end_inset
42181
42182
42183 \begin_inset ERT
42184 status collapsed
42185
42186 \begin_layout Plain Layout
42187
42188 }
42189 \end_layout
42190
42191 \end_inset
42192
42193  Emerald
42194 \end_layout
42195
42196 \end_inset
42197 </cell>
42198 <cell alignment="left" valignment="top" usebox="none">
42199 \begin_inset Text
42200
42201 \begin_layout Plain Layout
42202 \begin_inset ERT
42203 status collapsed
42204
42205 \begin_layout Plain Layout
42206
42207
42208 \backslash
42209 fcolorbox{black}{
42210 \end_layout
42211
42212 \end_inset
42213
42214 ForestGreen
42215 \begin_inset ERT
42216 status collapsed
42217
42218 \begin_layout Plain Layout
42219
42220 }{
42221 \end_layout
42222
42223 \end_inset
42224
42225
42226 \begin_inset Phantom Phantom
42227 status open
42228
42229 \begin_layout Plain Layout
42230 W
42231 \end_layout
42232
42233 \end_inset
42234
42235
42236 \begin_inset ERT
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240
42241 }
42242 \end_layout
42243
42244 \end_inset
42245
42246  ForestGreen
42247 \end_layout
42248
42249 \end_inset
42250 </cell>
42251 </row>
42252 <row>
42253 <cell alignment="left" valignment="top" usebox="none">
42254 \begin_inset Text
42255
42256 \begin_layout Plain Layout
42257 \begin_inset ERT
42258 status collapsed
42259
42260 \begin_layout Plain Layout
42261
42262
42263 \backslash
42264 fcolorbox{black}{
42265 \end_layout
42266
42267 \end_inset
42268
42269 Fuchsia
42270 \begin_inset ERT
42271 status collapsed
42272
42273 \begin_layout Plain Layout
42274
42275 }{
42276 \end_layout
42277
42278 \end_inset
42279
42280
42281 \begin_inset Phantom Phantom
42282 status open
42283
42284 \begin_layout Plain Layout
42285 W
42286 \end_layout
42287
42288 \end_inset
42289
42290
42291 \begin_inset ERT
42292 status collapsed
42293
42294 \begin_layout Plain Layout
42295
42296 }
42297 \end_layout
42298
42299 \end_inset
42300
42301  Fuchsia
42302 \end_layout
42303
42304 \end_inset
42305 </cell>
42306 <cell alignment="left" valignment="top" usebox="none">
42307 \begin_inset Text
42308
42309 \begin_layout Plain Layout
42310 \begin_inset ERT
42311 status collapsed
42312
42313 \begin_layout Plain Layout
42314
42315
42316 \backslash
42317 fcolorbox{black}{
42318 \end_layout
42319
42320 \end_inset
42321
42322 Goldenrod
42323 \begin_inset ERT
42324 status collapsed
42325
42326 \begin_layout Plain Layout
42327
42328 }{
42329 \end_layout
42330
42331 \end_inset
42332
42333
42334 \begin_inset Phantom Phantom
42335 status open
42336
42337 \begin_layout Plain Layout
42338 W
42339 \end_layout
42340
42341 \end_inset
42342
42343
42344 \begin_inset ERT
42345 status collapsed
42346
42347 \begin_layout Plain Layout
42348
42349 }
42350 \end_layout
42351
42352 \end_inset
42353
42354  Goldenrod
42355 \end_layout
42356
42357 \end_inset
42358 </cell>
42359 <cell alignment="left" valignment="top" usebox="none">
42360 \begin_inset Text
42361
42362 \begin_layout Plain Layout
42363 \begin_inset ERT
42364 status collapsed
42365
42366 \begin_layout Plain Layout
42367
42368
42369 \backslash
42370 fcolorbox{black}{
42371 \end_layout
42372
42373 \end_inset
42374
42375 Gray
42376 \begin_inset ERT
42377 status collapsed
42378
42379 \begin_layout Plain Layout
42380
42381 }{
42382 \end_layout
42383
42384 \end_inset
42385
42386
42387 \begin_inset Phantom Phantom
42388 status open
42389
42390 \begin_layout Plain Layout
42391 W
42392 \end_layout
42393
42394 \end_inset
42395
42396
42397 \begin_inset ERT
42398 status collapsed
42399
42400 \begin_layout Plain Layout
42401
42402 }
42403 \end_layout
42404
42405 \end_inset
42406
42407  Gray
42408 \end_layout
42409
42410 \end_inset
42411 </cell>
42412 <cell alignment="left" valignment="top" usebox="none">
42413 \begin_inset Text
42414
42415 \begin_layout Plain Layout
42416 \begin_inset ERT
42417 status collapsed
42418
42419 \begin_layout Plain Layout
42420
42421
42422 \backslash
42423 fcolorbox{black}{
42424 \end_layout
42425
42426 \end_inset
42427
42428 GreenYellow
42429 \begin_inset ERT
42430 status collapsed
42431
42432 \begin_layout Plain Layout
42433
42434 }{
42435 \end_layout
42436
42437 \end_inset
42438
42439
42440 \begin_inset Phantom Phantom
42441 status open
42442
42443 \begin_layout Plain Layout
42444 W
42445 \end_layout
42446
42447 \end_inset
42448
42449
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }
42456 \end_layout
42457
42458 \end_inset
42459
42460  GreenYellow
42461 \end_layout
42462
42463 \end_inset
42464 </cell>
42465 </row>
42466 <row>
42467 <cell alignment="center" valignment="top" usebox="none">
42468 \begin_inset Text
42469
42470 \begin_layout Plain Layout
42471 \begin_inset ERT
42472 status collapsed
42473
42474 \begin_layout Plain Layout
42475
42476
42477 \backslash
42478 fcolorbox{black}{
42479 \end_layout
42480
42481 \end_inset
42482
42483 JungleGreen
42484 \begin_inset ERT
42485 status collapsed
42486
42487 \begin_layout Plain Layout
42488
42489 }{
42490 \end_layout
42491
42492 \end_inset
42493
42494
42495 \begin_inset Phantom Phantom
42496 status open
42497
42498 \begin_layout Plain Layout
42499 W
42500 \end_layout
42501
42502 \end_inset
42503
42504
42505 \begin_inset ERT
42506 status collapsed
42507
42508 \begin_layout Plain Layout
42509
42510 }
42511 \end_layout
42512
42513 \end_inset
42514
42515  JungleGreen
42516 \end_layout
42517
42518 \end_inset
42519 </cell>
42520 <cell alignment="center" valignment="top" usebox="none">
42521 \begin_inset Text
42522
42523 \begin_layout Plain Layout
42524 \begin_inset ERT
42525 status collapsed
42526
42527 \begin_layout Plain Layout
42528
42529
42530 \backslash
42531 fcolorbox{black}{
42532 \end_layout
42533
42534 \end_inset
42535
42536 Lavender
42537 \begin_inset ERT
42538 status collapsed
42539
42540 \begin_layout Plain Layout
42541
42542 }{
42543 \end_layout
42544
42545 \end_inset
42546
42547
42548 \begin_inset Phantom Phantom
42549 status open
42550
42551 \begin_layout Plain Layout
42552 W
42553 \end_layout
42554
42555 \end_inset
42556
42557
42558 \begin_inset ERT
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562
42563 }
42564 \end_layout
42565
42566 \end_inset
42567
42568  Lavender
42569 \end_layout
42570
42571 \end_inset
42572 </cell>
42573 <cell alignment="center" valignment="top" usebox="none">
42574 \begin_inset Text
42575
42576 \begin_layout Plain Layout
42577 \begin_inset ERT
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581
42582
42583 \backslash
42584 fcolorbox{black}{
42585 \end_layout
42586
42587 \end_inset
42588
42589 LimeGreen
42590 \begin_inset ERT
42591 status collapsed
42592
42593 \begin_layout Plain Layout
42594
42595 }{
42596 \end_layout
42597
42598 \end_inset
42599
42600
42601 \begin_inset Phantom Phantom
42602 status open
42603
42604 \begin_layout Plain Layout
42605 W
42606 \end_layout
42607
42608 \end_inset
42609
42610
42611 \begin_inset ERT
42612 status collapsed
42613
42614 \begin_layout Plain Layout
42615
42616 }
42617 \end_layout
42618
42619 \end_inset
42620
42621  LimeGreen
42622 \end_layout
42623
42624 \end_inset
42625 </cell>
42626 <cell alignment="center" valignment="top" usebox="none">
42627 \begin_inset Text
42628
42629 \begin_layout Plain Layout
42630 \begin_inset ERT
42631 status collapsed
42632
42633 \begin_layout Plain Layout
42634
42635
42636 \backslash
42637 fcolorbox{black}{
42638 \end_layout
42639
42640 \end_inset
42641
42642 Mahogany
42643 \begin_inset ERT
42644 status collapsed
42645
42646 \begin_layout Plain Layout
42647
42648 }{
42649 \end_layout
42650
42651 \end_inset
42652
42653
42654 \begin_inset Phantom Phantom
42655 status open
42656
42657 \begin_layout Plain Layout
42658 W
42659 \end_layout
42660
42661 \end_inset
42662
42663
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669 }
42670 \end_layout
42671
42672 \end_inset
42673
42674  Mahogany
42675 \end_layout
42676
42677 \end_inset
42678 </cell>
42679 </row>
42680 <row>
42681 <cell alignment="left" valignment="top" usebox="none">
42682 \begin_inset Text
42683
42684 \begin_layout Plain Layout
42685 \begin_inset ERT
42686 status collapsed
42687
42688 \begin_layout Plain Layout
42689
42690
42691 \backslash
42692 fcolorbox{black}{
42693 \end_layout
42694
42695 \end_inset
42696
42697 Mahogany
42698 \begin_inset ERT
42699 status collapsed
42700
42701 \begin_layout Plain Layout
42702
42703 }{
42704 \end_layout
42705
42706 \end_inset
42707
42708
42709 \begin_inset Phantom Phantom
42710 status open
42711
42712 \begin_layout Plain Layout
42713 W
42714 \end_layout
42715
42716 \end_inset
42717
42718
42719 \begin_inset ERT
42720 status collapsed
42721
42722 \begin_layout Plain Layout
42723
42724 }
42725 \end_layout
42726
42727 \end_inset
42728
42729  Mahogany
42730 \end_layout
42731
42732 \end_inset
42733 </cell>
42734 <cell alignment="left" valignment="top" usebox="none">
42735 \begin_inset Text
42736
42737 \begin_layout Plain Layout
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743
42744 \backslash
42745 fcolorbox{black}{
42746 \end_layout
42747
42748 \end_inset
42749
42750 Maroon
42751 \begin_inset ERT
42752 status collapsed
42753
42754 \begin_layout Plain Layout
42755
42756 }{
42757 \end_layout
42758
42759 \end_inset
42760
42761
42762 \begin_inset Phantom Phantom
42763 status open
42764
42765 \begin_layout Plain Layout
42766 W
42767 \end_layout
42768
42769 \end_inset
42770
42771
42772 \begin_inset ERT
42773 status collapsed
42774
42775 \begin_layout Plain Layout
42776
42777 }
42778 \end_layout
42779
42780 \end_inset
42781
42782  Maroon
42783 \end_layout
42784
42785 \end_inset
42786 </cell>
42787 <cell alignment="left" valignment="top" usebox="none">
42788 \begin_inset Text
42789
42790 \begin_layout Plain Layout
42791 \begin_inset ERT
42792 status collapsed
42793
42794 \begin_layout Plain Layout
42795
42796
42797 \backslash
42798 fcolorbox{black}{
42799 \end_layout
42800
42801 \end_inset
42802
42803 Melon
42804 \begin_inset ERT
42805 status collapsed
42806
42807 \begin_layout Plain Layout
42808
42809 }{
42810 \end_layout
42811
42812 \end_inset
42813
42814
42815 \begin_inset Phantom Phantom
42816 status open
42817
42818 \begin_layout Plain Layout
42819 W
42820 \end_layout
42821
42822 \end_inset
42823
42824
42825 \begin_inset ERT
42826 status collapsed
42827
42828 \begin_layout Plain Layout
42829
42830 }
42831 \end_layout
42832
42833 \end_inset
42834
42835  Melon
42836 \end_layout
42837
42838 \end_inset
42839 </cell>
42840 <cell alignment="left" valignment="top" usebox="none">
42841 \begin_inset Text
42842
42843 \begin_layout Plain Layout
42844 \begin_inset ERT
42845 status collapsed
42846
42847 \begin_layout Plain Layout
42848
42849
42850 \backslash
42851 fcolorbox{black}{
42852 \end_layout
42853
42854 \end_inset
42855
42856 MidnightBlue
42857 \begin_inset ERT
42858 status collapsed
42859
42860 \begin_layout Plain Layout
42861
42862 }{
42863 \end_layout
42864
42865 \end_inset
42866
42867
42868 \begin_inset Phantom Phantom
42869 status open
42870
42871 \begin_layout Plain Layout
42872 W
42873 \end_layout
42874
42875 \end_inset
42876
42877
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }
42884 \end_layout
42885
42886 \end_inset
42887
42888  MidnightBlue
42889 \end_layout
42890
42891 \end_inset
42892 </cell>
42893 </row>
42894 <row>
42895 <cell alignment="left" valignment="top" usebox="none">
42896 \begin_inset Text
42897
42898 \begin_layout Plain Layout
42899 \begin_inset ERT
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903
42904
42905 \backslash
42906 fcolorbox{black}{
42907 \end_layout
42908
42909 \end_inset
42910
42911 Mulberry
42912 \begin_inset ERT
42913 status collapsed
42914
42915 \begin_layout Plain Layout
42916
42917 }{
42918 \end_layout
42919
42920 \end_inset
42921
42922
42923 \begin_inset Phantom Phantom
42924 status open
42925
42926 \begin_layout Plain Layout
42927 W
42928 \end_layout
42929
42930 \end_inset
42931
42932
42933 \begin_inset ERT
42934 status collapsed
42935
42936 \begin_layout Plain Layout
42937
42938 }
42939 \end_layout
42940
42941 \end_inset
42942
42943  Mulberry
42944 \end_layout
42945
42946 \end_inset
42947 </cell>
42948 <cell alignment="left" valignment="top" usebox="none">
42949 \begin_inset Text
42950
42951 \begin_layout Plain Layout
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957
42958 \backslash
42959 fcolorbox{black}{
42960 \end_layout
42961
42962 \end_inset
42963
42964 NavyBlue
42965 \begin_inset ERT
42966 status collapsed
42967
42968 \begin_layout Plain Layout
42969
42970 }{
42971 \end_layout
42972
42973 \end_inset
42974
42975
42976 \begin_inset Phantom Phantom
42977 status open
42978
42979 \begin_layout Plain Layout
42980 W
42981 \end_layout
42982
42983 \end_inset
42984
42985
42986 \begin_inset ERT
42987 status collapsed
42988
42989 \begin_layout Plain Layout
42990
42991 }
42992 \end_layout
42993
42994 \end_inset
42995
42996  NavyBlue
42997 \end_layout
42998
42999 \end_inset
43000 </cell>
43001 <cell alignment="left" valignment="top" usebox="none">
43002 \begin_inset Text
43003
43004 \begin_layout Plain Layout
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010
43011 \backslash
43012 fcolorbox{black}{
43013 \end_layout
43014
43015 \end_inset
43016
43017 OliveGreen
43018 \begin_inset ERT
43019 status collapsed
43020
43021 \begin_layout Plain Layout
43022
43023 }{
43024 \end_layout
43025
43026 \end_inset
43027
43028
43029 \begin_inset Phantom Phantom
43030 status open
43031
43032 \begin_layout Plain Layout
43033 W
43034 \end_layout
43035
43036 \end_inset
43037
43038
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044 }
43045 \end_layout
43046
43047 \end_inset
43048
43049  OliveGreen
43050 \end_layout
43051
43052 \end_inset
43053 </cell>
43054 <cell alignment="left" valignment="top" usebox="none">
43055 \begin_inset Text
43056
43057 \begin_layout Plain Layout
43058 \begin_inset ERT
43059 status collapsed
43060
43061 \begin_layout Plain Layout
43062
43063
43064 \backslash
43065 fcolorbox{black}{
43066 \end_layout
43067
43068 \end_inset
43069
43070 Orange
43071 \begin_inset ERT
43072 status collapsed
43073
43074 \begin_layout Plain Layout
43075
43076 }{
43077 \end_layout
43078
43079 \end_inset
43080
43081
43082 \begin_inset Phantom Phantom
43083 status open
43084
43085 \begin_layout Plain Layout
43086 W
43087 \end_layout
43088
43089 \end_inset
43090
43091
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097 }
43098 \end_layout
43099
43100 \end_inset
43101
43102  Orange
43103 \end_layout
43104
43105 \end_inset
43106 </cell>
43107 </row>
43108 <row>
43109 <cell alignment="left" valignment="top" usebox="none">
43110 \begin_inset Text
43111
43112 \begin_layout Plain Layout
43113 \begin_inset ERT
43114 status collapsed
43115
43116 \begin_layout Plain Layout
43117
43118
43119 \backslash
43120 fcolorbox{black}{
43121 \end_layout
43122
43123 \end_inset
43124
43125 OrangeRed
43126 \begin_inset ERT
43127 status collapsed
43128
43129 \begin_layout Plain Layout
43130
43131 }{
43132 \end_layout
43133
43134 \end_inset
43135
43136
43137 \begin_inset Phantom Phantom
43138 status open
43139
43140 \begin_layout Plain Layout
43141 W
43142 \end_layout
43143
43144 \end_inset
43145
43146
43147 \begin_inset ERT
43148 status collapsed
43149
43150 \begin_layout Plain Layout
43151
43152 }
43153 \end_layout
43154
43155 \end_inset
43156
43157  OrangeRed
43158 \end_layout
43159
43160 \end_inset
43161 </cell>
43162 <cell alignment="left" valignment="top" usebox="none">
43163 \begin_inset Text
43164
43165 \begin_layout Plain Layout
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171
43172 \backslash
43173 fcolorbox{black}{
43174 \end_layout
43175
43176 \end_inset
43177
43178 Orchid
43179 \begin_inset ERT
43180 status collapsed
43181
43182 \begin_layout Plain Layout
43183
43184 }{
43185 \end_layout
43186
43187 \end_inset
43188
43189
43190 \begin_inset Phantom Phantom
43191 status open
43192
43193 \begin_layout Plain Layout
43194 W
43195 \end_layout
43196
43197 \end_inset
43198
43199
43200 \begin_inset ERT
43201 status collapsed
43202
43203 \begin_layout Plain Layout
43204
43205 }
43206 \end_layout
43207
43208 \end_inset
43209
43210  Orchid
43211 \end_layout
43212
43213 \end_inset
43214 </cell>
43215 <cell alignment="left" valignment="top" usebox="none">
43216 \begin_inset Text
43217
43218 \begin_layout Plain Layout
43219 \begin_inset ERT
43220 status collapsed
43221
43222 \begin_layout Plain Layout
43223
43224
43225 \backslash
43226 fcolorbox{black}{
43227 \end_layout
43228
43229 \end_inset
43230
43231 Peach
43232 \begin_inset ERT
43233 status collapsed
43234
43235 \begin_layout Plain Layout
43236
43237 }{
43238 \end_layout
43239
43240 \end_inset
43241
43242
43243 \begin_inset Phantom Phantom
43244 status open
43245
43246 \begin_layout Plain Layout
43247 W
43248 \end_layout
43249
43250 \end_inset
43251
43252
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258 }
43259 \end_layout
43260
43261 \end_inset
43262
43263  Peach
43264 \end_layout
43265
43266 \end_inset
43267 </cell>
43268 <cell alignment="left" valignment="top" usebox="none">
43269 \begin_inset Text
43270
43271 \begin_layout Plain Layout
43272 \begin_inset ERT
43273 status collapsed
43274
43275 \begin_layout Plain Layout
43276
43277
43278 \backslash
43279 fcolorbox{black}{
43280 \end_layout
43281
43282 \end_inset
43283
43284 Periwinkle
43285 \begin_inset ERT
43286 status collapsed
43287
43288 \begin_layout Plain Layout
43289
43290 }{
43291 \end_layout
43292
43293 \end_inset
43294
43295
43296 \begin_inset Phantom Phantom
43297 status open
43298
43299 \begin_layout Plain Layout
43300 W
43301 \end_layout
43302
43303 \end_inset
43304
43305
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }
43312 \end_layout
43313
43314 \end_inset
43315
43316  Periwinkle
43317 \end_layout
43318
43319 \end_inset
43320 </cell>
43321 </row>
43322 <row>
43323 <cell alignment="left" valignment="top" usebox="none">
43324 \begin_inset Text
43325
43326 \begin_layout Plain Layout
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332
43333 \backslash
43334 fcolorbox{black}{
43335 \end_layout
43336
43337 \end_inset
43338
43339 PineGreen
43340 \begin_inset ERT
43341 status collapsed
43342
43343 \begin_layout Plain Layout
43344
43345 }{
43346 \end_layout
43347
43348 \end_inset
43349
43350
43351 \begin_inset Phantom Phantom
43352 status open
43353
43354 \begin_layout Plain Layout
43355 W
43356 \end_layout
43357
43358 \end_inset
43359
43360
43361 \begin_inset ERT
43362 status collapsed
43363
43364 \begin_layout Plain Layout
43365
43366 }
43367 \end_layout
43368
43369 \end_inset
43370
43371  PineGreen
43372 \end_layout
43373
43374 \end_inset
43375 </cell>
43376 <cell alignment="left" valignment="top" usebox="none">
43377 \begin_inset Text
43378
43379 \begin_layout Plain Layout
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385
43386 \backslash
43387 fcolorbox{black}{
43388 \end_layout
43389
43390 \end_inset
43391
43392 Plum
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398 }{
43399 \end_layout
43400
43401 \end_inset
43402
43403
43404 \begin_inset Phantom Phantom
43405 status open
43406
43407 \begin_layout Plain Layout
43408 W
43409 \end_layout
43410
43411 \end_inset
43412
43413
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }
43420 \end_layout
43421
43422 \end_inset
43423
43424  Plum
43425 \end_layout
43426
43427 \end_inset
43428 </cell>
43429 <cell alignment="left" valignment="top" usebox="none">
43430 \begin_inset Text
43431
43432 \begin_layout Plain Layout
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438
43439 \backslash
43440 fcolorbox{black}{
43441 \end_layout
43442
43443 \end_inset
43444
43445 ProcessBlue
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }{
43452 \end_layout
43453
43454 \end_inset
43455
43456
43457 \begin_inset Phantom Phantom
43458 status open
43459
43460 \begin_layout Plain Layout
43461 W
43462 \end_layout
43463
43464 \end_inset
43465
43466
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472 }
43473 \end_layout
43474
43475 \end_inset
43476
43477  ProcessBlue
43478 \end_layout
43479
43480 \end_inset
43481 </cell>
43482 <cell alignment="left" valignment="top" usebox="none">
43483 \begin_inset Text
43484
43485 \begin_layout Plain Layout
43486 \begin_inset ERT
43487 status collapsed
43488
43489 \begin_layout Plain Layout
43490
43491
43492 \backslash
43493 fcolorbox{black}{
43494 \end_layout
43495
43496 \end_inset
43497
43498 Purple
43499 \begin_inset ERT
43500 status collapsed
43501
43502 \begin_layout Plain Layout
43503
43504 }{
43505 \end_layout
43506
43507 \end_inset
43508
43509
43510 \begin_inset Phantom Phantom
43511 status open
43512
43513 \begin_layout Plain Layout
43514 W
43515 \end_layout
43516
43517 \end_inset
43518
43519
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525 }
43526 \end_layout
43527
43528 \end_inset
43529
43530  Purple
43531 \end_layout
43532
43533 \end_inset
43534 </cell>
43535 </row>
43536 <row>
43537 <cell alignment="left" valignment="top" usebox="none">
43538 \begin_inset Text
43539
43540 \begin_layout Plain Layout
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546
43547 \backslash
43548 fcolorbox{black}{
43549 \end_layout
43550
43551 \end_inset
43552
43553 RawSienna
43554 \begin_inset ERT
43555 status collapsed
43556
43557 \begin_layout Plain Layout
43558
43559 }{
43560 \end_layout
43561
43562 \end_inset
43563
43564
43565 \begin_inset Phantom Phantom
43566 status open
43567
43568 \begin_layout Plain Layout
43569 W
43570 \end_layout
43571
43572 \end_inset
43573
43574
43575 \begin_inset ERT
43576 status collapsed
43577
43578 \begin_layout Plain Layout
43579
43580 }
43581 \end_layout
43582
43583 \end_inset
43584
43585  RawSienna
43586 \end_layout
43587
43588 \end_inset
43589 </cell>
43590 <cell alignment="left" valignment="top" usebox="none">
43591 \begin_inset Text
43592
43593 \begin_layout Plain Layout
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599
43600 \backslash
43601 fcolorbox{black}{
43602 \end_layout
43603
43604 \end_inset
43605
43606 RedOrange
43607 \begin_inset ERT
43608 status collapsed
43609
43610 \begin_layout Plain Layout
43611
43612 }{
43613 \end_layout
43614
43615 \end_inset
43616
43617
43618 \begin_inset Phantom Phantom
43619 status open
43620
43621 \begin_layout Plain Layout
43622 W
43623 \end_layout
43624
43625 \end_inset
43626
43627
43628 \begin_inset ERT
43629 status collapsed
43630
43631 \begin_layout Plain Layout
43632
43633 }
43634 \end_layout
43635
43636 \end_inset
43637
43638  RedOrange
43639 \end_layout
43640
43641 \end_inset
43642 </cell>
43643 <cell alignment="left" valignment="top" usebox="none">
43644 \begin_inset Text
43645
43646 \begin_layout Plain Layout
43647 \begin_inset ERT
43648 status collapsed
43649
43650 \begin_layout Plain Layout
43651
43652
43653 \backslash
43654 fcolorbox{black}{
43655 \end_layout
43656
43657 \end_inset
43658
43659 RedViolet
43660 \begin_inset ERT
43661 status collapsed
43662
43663 \begin_layout Plain Layout
43664
43665 }{
43666 \end_layout
43667
43668 \end_inset
43669
43670
43671 \begin_inset Phantom Phantom
43672 status open
43673
43674 \begin_layout Plain Layout
43675 W
43676 \end_layout
43677
43678 \end_inset
43679
43680
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686 }
43687 \end_layout
43688
43689 \end_inset
43690
43691  RedViolet
43692 \end_layout
43693
43694 \end_inset
43695 </cell>
43696 <cell alignment="left" valignment="top" usebox="none">
43697 \begin_inset Text
43698
43699 \begin_layout Plain Layout
43700 \begin_inset ERT
43701 status collapsed
43702
43703 \begin_layout Plain Layout
43704
43705
43706 \backslash
43707 fcolorbox{black}{
43708 \end_layout
43709
43710 \end_inset
43711
43712 Rhodamine
43713 \begin_inset ERT
43714 status collapsed
43715
43716 \begin_layout Plain Layout
43717
43718 }{
43719 \end_layout
43720
43721 \end_inset
43722
43723
43724 \begin_inset Phantom Phantom
43725 status open
43726
43727 \begin_layout Plain Layout
43728 W
43729 \end_layout
43730
43731 \end_inset
43732
43733
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739 }
43740 \end_layout
43741
43742 \end_inset
43743
43744  Rhodamine
43745 \end_layout
43746
43747 \end_inset
43748 </cell>
43749 </row>
43750 <row>
43751 <cell alignment="left" valignment="top" usebox="none">
43752 \begin_inset Text
43753
43754 \begin_layout Plain Layout
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760
43761 \backslash
43762 fcolorbox{black}{
43763 \end_layout
43764
43765 \end_inset
43766
43767 RoyalBlue
43768 \begin_inset ERT
43769 status collapsed
43770
43771 \begin_layout Plain Layout
43772
43773 }{
43774 \end_layout
43775
43776 \end_inset
43777
43778
43779 \begin_inset Phantom Phantom
43780 status open
43781
43782 \begin_layout Plain Layout
43783 W
43784 \end_layout
43785
43786 \end_inset
43787
43788
43789 \begin_inset ERT
43790 status collapsed
43791
43792 \begin_layout Plain Layout
43793
43794 }
43795 \end_layout
43796
43797 \end_inset
43798
43799  RoyalBlue
43800 \end_layout
43801
43802 \end_inset
43803 </cell>
43804 <cell alignment="left" valignment="top" usebox="none">
43805 \begin_inset Text
43806
43807 \begin_layout Plain Layout
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813
43814 \backslash
43815 fcolorbox{black}{
43816 \end_layout
43817
43818 \end_inset
43819
43820 RoyalPurple
43821 \begin_inset ERT
43822 status collapsed
43823
43824 \begin_layout Plain Layout
43825
43826 }{
43827 \end_layout
43828
43829 \end_inset
43830
43831
43832 \begin_inset Phantom Phantom
43833 status open
43834
43835 \begin_layout Plain Layout
43836 W
43837 \end_layout
43838
43839 \end_inset
43840
43841
43842 \begin_inset ERT
43843 status collapsed
43844
43845 \begin_layout Plain Layout
43846
43847 }
43848 \end_layout
43849
43850 \end_inset
43851
43852  RoyalPurple
43853 \end_layout
43854
43855 \end_inset
43856 </cell>
43857 <cell alignment="left" valignment="top" usebox="none">
43858 \begin_inset Text
43859
43860 \begin_layout Plain Layout
43861 \begin_inset ERT
43862 status collapsed
43863
43864 \begin_layout Plain Layout
43865
43866
43867 \backslash
43868 fcolorbox{black}{
43869 \end_layout
43870
43871 \end_inset
43872
43873 RubineRed
43874 \begin_inset ERT
43875 status collapsed
43876
43877 \begin_layout Plain Layout
43878
43879 }{
43880 \end_layout
43881
43882 \end_inset
43883
43884
43885 \begin_inset Phantom Phantom
43886 status open
43887
43888 \begin_layout Plain Layout
43889 W
43890 \end_layout
43891
43892 \end_inset
43893
43894
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900 }
43901 \end_layout
43902
43903 \end_inset
43904
43905  RubineRed
43906 \end_layout
43907
43908 \end_inset
43909 </cell>
43910 <cell alignment="left" valignment="top" usebox="none">
43911 \begin_inset Text
43912
43913 \begin_layout Plain Layout
43914 \begin_inset ERT
43915 status collapsed
43916
43917 \begin_layout Plain Layout
43918
43919
43920 \backslash
43921 fcolorbox{black}{
43922 \end_layout
43923
43924 \end_inset
43925
43926 Salmon
43927 \begin_inset ERT
43928 status collapsed
43929
43930 \begin_layout Plain Layout
43931
43932 }{
43933 \end_layout
43934
43935 \end_inset
43936
43937
43938 \begin_inset Phantom Phantom
43939 status open
43940
43941 \begin_layout Plain Layout
43942 W
43943 \end_layout
43944
43945 \end_inset
43946
43947
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953 }
43954 \end_layout
43955
43956 \end_inset
43957
43958  Salmon
43959 \end_layout
43960
43961 \end_inset
43962 </cell>
43963 </row>
43964 <row>
43965 <cell alignment="left" valignment="top" usebox="none">
43966 \begin_inset Text
43967
43968 \begin_layout Plain Layout
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974
43975 \backslash
43976 fcolorbox{black}{
43977 \end_layout
43978
43979 \end_inset
43980
43981 SeaGreen
43982 \begin_inset ERT
43983 status collapsed
43984
43985 \begin_layout Plain Layout
43986
43987 }{
43988 \end_layout
43989
43990 \end_inset
43991
43992
43993 \begin_inset Phantom Phantom
43994 status open
43995
43996 \begin_layout Plain Layout
43997 W
43998 \end_layout
43999
44000 \end_inset
44001
44002
44003 \begin_inset ERT
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007
44008 }
44009 \end_layout
44010
44011 \end_inset
44012
44013  SeaGreen
44014 \end_layout
44015
44016 \end_inset
44017 </cell>
44018 <cell alignment="left" valignment="top" usebox="none">
44019 \begin_inset Text
44020
44021 \begin_layout Plain Layout
44022 \begin_inset ERT
44023 status collapsed
44024
44025 \begin_layout Plain Layout
44026
44027
44028 \backslash
44029 fcolorbox{black}{
44030 \end_layout
44031
44032 \end_inset
44033
44034 Sepia
44035 \begin_inset ERT
44036 status collapsed
44037
44038 \begin_layout Plain Layout
44039
44040 }{
44041 \end_layout
44042
44043 \end_inset
44044
44045
44046 \begin_inset Phantom Phantom
44047 status open
44048
44049 \begin_layout Plain Layout
44050 W
44051 \end_layout
44052
44053 \end_inset
44054
44055
44056 \begin_inset ERT
44057 status collapsed
44058
44059 \begin_layout Plain Layout
44060
44061 }
44062 \end_layout
44063
44064 \end_inset
44065
44066  Sepia
44067 \end_layout
44068
44069 \end_inset
44070 </cell>
44071 <cell alignment="left" valignment="top" usebox="none">
44072 \begin_inset Text
44073
44074 \begin_layout Plain Layout
44075 \begin_inset ERT
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079
44080
44081 \backslash
44082 fcolorbox{black}{
44083 \end_layout
44084
44085 \end_inset
44086
44087 SkyBlue
44088 \begin_inset ERT
44089 status collapsed
44090
44091 \begin_layout Plain Layout
44092
44093 }{
44094 \end_layout
44095
44096 \end_inset
44097
44098
44099 \begin_inset Phantom Phantom
44100 status open
44101
44102 \begin_layout Plain Layout
44103 W
44104 \end_layout
44105
44106 \end_inset
44107
44108
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114 }
44115 \end_layout
44116
44117 \end_inset
44118
44119  SkyBlue
44120 \end_layout
44121
44122 \end_inset
44123 </cell>
44124 <cell alignment="left" valignment="top" usebox="none">
44125 \begin_inset Text
44126
44127 \begin_layout Plain Layout
44128 \begin_inset ERT
44129 status collapsed
44130
44131 \begin_layout Plain Layout
44132
44133
44134 \backslash
44135 fcolorbox{black}{
44136 \end_layout
44137
44138 \end_inset
44139
44140 SpringGreen
44141 \begin_inset ERT
44142 status collapsed
44143
44144 \begin_layout Plain Layout
44145
44146 }{
44147 \end_layout
44148
44149 \end_inset
44150
44151
44152 \begin_inset Phantom Phantom
44153 status open
44154
44155 \begin_layout Plain Layout
44156 W
44157 \end_layout
44158
44159 \end_inset
44160
44161
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167 }
44168 \end_layout
44169
44170 \end_inset
44171
44172  SpringGreen
44173 \end_layout
44174
44175 \end_inset
44176 </cell>
44177 </row>
44178 <row>
44179 <cell alignment="left" valignment="top" usebox="none">
44180 \begin_inset Text
44181
44182 \begin_layout Plain Layout
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188
44189 \backslash
44190 fcolorbox{black}{
44191 \end_layout
44192
44193 \end_inset
44194
44195 Tan
44196 \begin_inset ERT
44197 status collapsed
44198
44199 \begin_layout Plain Layout
44200
44201 }{
44202 \end_layout
44203
44204 \end_inset
44205
44206
44207 \begin_inset Phantom Phantom
44208 status open
44209
44210 \begin_layout Plain Layout
44211 W
44212 \end_layout
44213
44214 \end_inset
44215
44216
44217 \begin_inset ERT
44218 status collapsed
44219
44220 \begin_layout Plain Layout
44221
44222 }
44223 \end_layout
44224
44225 \end_inset
44226
44227  Tan
44228 \end_layout
44229
44230 \end_inset
44231 </cell>
44232 <cell alignment="left" valignment="top" usebox="none">
44233 \begin_inset Text
44234
44235 \begin_layout Plain Layout
44236 \begin_inset ERT
44237 status collapsed
44238
44239 \begin_layout Plain Layout
44240
44241
44242 \backslash
44243 fcolorbox{black}{
44244 \end_layout
44245
44246 \end_inset
44247
44248 TealBlue
44249 \begin_inset ERT
44250 status collapsed
44251
44252 \begin_layout Plain Layout
44253
44254 }{
44255 \end_layout
44256
44257 \end_inset
44258
44259
44260 \begin_inset Phantom Phantom
44261 status open
44262
44263 \begin_layout Plain Layout
44264 W
44265 \end_layout
44266
44267 \end_inset
44268
44269
44270 \begin_inset ERT
44271 status collapsed
44272
44273 \begin_layout Plain Layout
44274
44275 }
44276 \end_layout
44277
44278 \end_inset
44279
44280  TealBlue
44281 \end_layout
44282
44283 \end_inset
44284 </cell>
44285 <cell alignment="left" valignment="top" usebox="none">
44286 \begin_inset Text
44287
44288 \begin_layout Plain Layout
44289 \begin_inset ERT
44290 status collapsed
44291
44292 \begin_layout Plain Layout
44293
44294
44295 \backslash
44296 fcolorbox{black}{
44297 \end_layout
44298
44299 \end_inset
44300
44301 Thistle
44302 \begin_inset ERT
44303 status collapsed
44304
44305 \begin_layout Plain Layout
44306
44307 }{
44308 \end_layout
44309
44310 \end_inset
44311
44312
44313 \begin_inset Phantom Phantom
44314 status open
44315
44316 \begin_layout Plain Layout
44317 W
44318 \end_layout
44319
44320 \end_inset
44321
44322
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328 }
44329 \end_layout
44330
44331 \end_inset
44332
44333  Thistle
44334 \end_layout
44335
44336 \end_inset
44337 </cell>
44338 <cell alignment="left" valignment="top" usebox="none">
44339 \begin_inset Text
44340
44341 \begin_layout Plain Layout
44342 \begin_inset ERT
44343 status collapsed
44344
44345 \begin_layout Plain Layout
44346
44347
44348 \backslash
44349 fcolorbox{black}{
44350 \end_layout
44351
44352 \end_inset
44353
44354 Turquoise
44355 \begin_inset ERT
44356 status collapsed
44357
44358 \begin_layout Plain Layout
44359
44360 }{
44361 \end_layout
44362
44363 \end_inset
44364
44365
44366 \begin_inset Phantom Phantom
44367 status open
44368
44369 \begin_layout Plain Layout
44370 W
44371 \end_layout
44372
44373 \end_inset
44374
44375
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381 }
44382 \end_layout
44383
44384 \end_inset
44385
44386  Turquoise
44387 \end_layout
44388
44389 \end_inset
44390 </cell>
44391 </row>
44392 <row>
44393 <cell alignment="left" valignment="top" usebox="none">
44394 \begin_inset Text
44395
44396 \begin_layout Plain Layout
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402
44403 \backslash
44404 fcolorbox{black}{
44405 \end_layout
44406
44407 \end_inset
44408
44409 Violet
44410 \begin_inset ERT
44411 status collapsed
44412
44413 \begin_layout Plain Layout
44414
44415 }{
44416 \end_layout
44417
44418 \end_inset
44419
44420
44421 \begin_inset Phantom Phantom
44422 status open
44423
44424 \begin_layout Plain Layout
44425 W
44426 \end_layout
44427
44428 \end_inset
44429
44430
44431 \begin_inset ERT
44432 status collapsed
44433
44434 \begin_layout Plain Layout
44435
44436 }
44437 \end_layout
44438
44439 \end_inset
44440
44441  Violet
44442 \end_layout
44443
44444 \end_inset
44445 </cell>
44446 <cell alignment="left" valignment="top" usebox="none">
44447 \begin_inset Text
44448
44449 \begin_layout Plain Layout
44450 \begin_inset ERT
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454
44455
44456 \backslash
44457 fcolorbox{black}{
44458 \end_layout
44459
44460 \end_inset
44461
44462 VioletRed
44463 \begin_inset ERT
44464 status collapsed
44465
44466 \begin_layout Plain Layout
44467
44468 }{
44469 \end_layout
44470
44471 \end_inset
44472
44473
44474 \begin_inset Phantom Phantom
44475 status open
44476
44477 \begin_layout Plain Layout
44478 W
44479 \end_layout
44480
44481 \end_inset
44482
44483
44484 \begin_inset ERT
44485 status collapsed
44486
44487 \begin_layout Plain Layout
44488
44489 }
44490 \end_layout
44491
44492 \end_inset
44493
44494  VioletRed
44495 \end_layout
44496
44497 \end_inset
44498 </cell>
44499 <cell alignment="left" valignment="top" usebox="none">
44500 \begin_inset Text
44501
44502 \begin_layout Plain Layout
44503 \begin_inset ERT
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507
44508
44509 \backslash
44510 fcolorbox{black}{
44511 \end_layout
44512
44513 \end_inset
44514
44515 WildStrawberry
44516 \begin_inset ERT
44517 status collapsed
44518
44519 \begin_layout Plain Layout
44520
44521 }{
44522 \end_layout
44523
44524 \end_inset
44525
44526
44527 \begin_inset Phantom Phantom
44528 status open
44529
44530 \begin_layout Plain Layout
44531 W
44532 \end_layout
44533
44534 \end_inset
44535
44536
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542 }
44543 \end_layout
44544
44545 \end_inset
44546
44547  WildStrawberry
44548 \end_layout
44549
44550 \end_inset
44551 </cell>
44552 <cell alignment="left" valignment="top" usebox="none">
44553 \begin_inset Text
44554
44555 \begin_layout Plain Layout
44556 \begin_inset ERT
44557 status collapsed
44558
44559 \begin_layout Plain Layout
44560
44561
44562 \backslash
44563 fcolorbox{black}{
44564 \end_layout
44565
44566 \end_inset
44567
44568 YellowGreen
44569 \begin_inset ERT
44570 status collapsed
44571
44572 \begin_layout Plain Layout
44573
44574 }{
44575 \end_layout
44576
44577 \end_inset
44578
44579
44580 \begin_inset Phantom Phantom
44581 status open
44582
44583 \begin_layout Plain Layout
44584 W
44585 \end_layout
44586
44587 \end_inset
44588
44589
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595 }
44596 \end_layout
44597
44598 \end_inset
44599
44600  YellowGreen
44601 \end_layout
44602
44603 \end_inset
44604 </cell>
44605 </row>
44606 <row>
44607 <cell alignment="left" valignment="top" usebox="none">
44608 \begin_inset Text
44609
44610 \begin_layout Plain Layout
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616
44617 \backslash
44618 fcolorbox{black}{
44619 \end_layout
44620
44621 \end_inset
44622
44623 YellowOrange
44624 \begin_inset ERT
44625 status collapsed
44626
44627 \begin_layout Plain Layout
44628
44629 }{
44630 \end_layout
44631
44632 \end_inset
44633
44634
44635 \begin_inset Phantom Phantom
44636 status open
44637
44638 \begin_layout Plain Layout
44639 W
44640 \end_layout
44641
44642 \end_inset
44643
44644
44645 \begin_inset ERT
44646 status collapsed
44647
44648 \begin_layout Plain Layout
44649
44650 }
44651 \end_layout
44652
44653 \end_inset
44654
44655  YellowOrange
44656 \end_layout
44657
44658 \end_inset
44659 </cell>
44660 <cell alignment="left" valignment="top" usebox="none">
44661 \begin_inset Text
44662
44663 \begin_layout Plain Layout
44664
44665 \end_layout
44666
44667 \end_inset
44668 </cell>
44669 <cell alignment="left" valignment="top" usebox="none">
44670 \begin_inset Text
44671
44672 \begin_layout Plain Layout
44673
44674 \end_layout
44675
44676 \end_inset
44677 </cell>
44678 <cell alignment="left" valignment="top" usebox="none">
44679 \begin_inset Text
44680
44681 \begin_layout Plain Layout
44682
44683 \end_layout
44684
44685 \end_inset
44686 </cell>
44687 </row>
44688 </lyxtabular>
44689
44690 \end_inset
44691
44692
44693 \end_layout
44694
44695 \begin_layout Chapter
44696 Explanation of Equation
44697 \begin_inset space ~
44698 \end_inset
44699
44700 (
44701 \begin_inset CommandInset ref
44702 LatexCommand ref
44703 reference "eq:Wgn"
44704
44705 \end_inset
44706
44707 )
44708 \begin_inset CommandInset label
44709 LatexCommand label
44710 name "cha:Explanation-of-Equation"
44711
44712 \end_inset
44713
44714
44715 \end_layout
44716
44717 \begin_layout Standard
44718 We can calculate the total width of 
44719 \emph on
44720 n
44721 \emph default
44722  table cells 
44723 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44724 \end_inset
44725
44726  as follows:
44727 \begin_inset Formula 
44728 \begin{equation}
44729 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44730 \end{equation}
44731
44732 \end_inset
44733
44734 where 
44735 \begin_inset Formula $W_{g\,n}$
44736 \end_inset
44737
44738  is the given width of all cells, 
44739 \series bold
44740
44741 \backslash
44742 tabcolsep
44743 \series default
44744  is the \SpecialChar LaTeX
44745 -length between the cell text and the cell border (its default value
44746  is 6
44747 \begin_inset space \thinspace{}
44748 \end_inset
44749
44750 pt).
44751  
44752 \series bold
44753
44754 \backslash
44755 arrayrulewidth
44756 \series default
44757  is the thickness of the cell border line, the default is 0.4
44758 \begin_inset space \thinspace{}
44759 \end_inset
44760
44761 pt.
44762 \end_layout
44763
44764 \begin_layout Standard
44765 Following equation
44766 \begin_inset space ~
44767 \end_inset
44768
44769
44770 \begin_inset CommandInset ref
44771 LatexCommand eqref
44772 reference "eq:Wtot_n"
44773
44774 \end_inset
44775
44776 , the total width of a multicolumn 
44777 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44778 \end_inset
44779
44780  is
44781 \begin_inset Formula 
44782 \begin{equation}
44783 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44784 \end{equation}
44785
44786 \end_inset
44787
44788
44789 \end_layout
44790
44791 \begin_layout Standard
44792 By setting equation
44793 \begin_inset space ~
44794 \end_inset
44795
44796
44797 \begin_inset CommandInset ref
44798 LatexCommand eqref
44799 reference "eq:Wtot_n"
44800
44801 \end_inset
44802
44803  and 
44804 \begin_inset CommandInset ref
44805 LatexCommand eqref
44806 reference "eq:Wtot_mult"
44807
44808 \end_inset
44809
44810  equal we can calculate the needed given width 
44811 \begin_inset Formula $W_{g\,n}$
44812 \end_inset
44813
44814  when 
44815 \emph on
44816 n
44817 \emph default
44818  columns are spanned, so that each column has a total width of 
44819 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44820 \end_inset
44821
44822 :
44823 \begin_inset Formula 
44824 \begin{equation}
44825 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44826 \end{equation}
44827
44828 \end_inset
44829
44830
44831 \end_layout
44832
44833 \begin_layout Bibliography
44834 \begin_inset CommandInset bibitem
44835 LatexCommand bibitem
44836 key "latexcompanion"
44837
44838 \end_inset
44839
44840 Frank Mittelbach and Michel Goossens: 
44841 \emph on
44842 The \SpecialChar LaTeX
44843  Companion Second Edition.
44844
44845 \emph default
44846  Addison-Wesley, 2004
44847 \end_layout
44848
44849 \begin_layout Bibliography
44850 \begin_inset CommandInset bibitem
44851 LatexCommand bibitem
44852 key "latexguide"
44853
44854 \end_inset
44855
44856 Helmut Kopka and Patrick W.
44857  Daly: 
44858 \emph on
44859 A Guide to \SpecialChar LaTeX
44860  Fourth Edition.
44861
44862 \emph default
44863  Addison-Wesley, 2003
44864 \end_layout
44865
44866 \begin_layout Bibliography
44867 \begin_inset CommandInset bibitem
44868 LatexCommand bibitem
44869 key "latexbook"
44870
44871 \end_inset
44872
44873 Leslie Lamport: 
44874 \emph on
44875 \SpecialChar LaTeX
44876 : A Document Preparation System.
44877
44878 \emph default
44879  Addison-Wesley, second edition, 1994
44880 \end_layout
44881
44882 \begin_layout Bibliography
44883 \begin_inset CommandInset bibitem
44884 LatexCommand bibitem
44885 key "arydshln"
44886
44887 \end_inset
44888
44889 Documentation of the \SpecialChar LaTeX
44890 -package 
44891 \series bold
44892
44893 \begin_inset CommandInset href
44894 LatexCommand href
44895 name "arydshln"
44896 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44897
44898 \end_inset
44899
44900
44901 \series default
44902
44903 \begin_inset Index idx
44904 status collapsed
44905
44906 \begin_layout Plain Layout
44907 \SpecialChar LaTeX
44908 -packages ! arydshln
44909 \end_layout
44910
44911 \end_inset
44912
44913
44914 \end_layout
44915
44916 \begin_layout Bibliography
44917 \begin_inset CommandInset bibitem
44918 LatexCommand bibitem
44919 key "booktabs"
44920
44921 \end_inset
44922
44923 Documentation of the \SpecialChar LaTeX
44924 -package 
44925 \series bold
44926
44927 \begin_inset CommandInset href
44928 LatexCommand href
44929 name "booktabs"
44930 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44931
44932 \end_inset
44933
44934
44935 \series default
44936
44937 \begin_inset Index idx
44938 status collapsed
44939
44940 \begin_layout Plain Layout
44941 \SpecialChar LaTeX
44942 -packages ! booktabs
44943 \end_layout
44944
44945 \end_inset
44946
44947
44948 \end_layout
44949
44950 \begin_layout Bibliography
44951 \begin_inset CommandInset bibitem
44952 LatexCommand bibitem
44953 key "caption"
44954
44955 \end_inset
44956
44957 Documentation of the \SpecialChar LaTeX
44958 -package 
44959 \series bold
44960
44961 \begin_inset CommandInset href
44962 LatexCommand href
44963 name "caption"
44964 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44965
44966 \end_inset
44967
44968
44969 \series default
44970
44971 \begin_inset Index idx
44972 status collapsed
44973
44974 \begin_layout Plain Layout
44975 \SpecialChar LaTeX
44976 -packages ! caption
44977 \end_layout
44978
44979 \end_inset
44980
44981
44982 \end_layout
44983
44984 \begin_layout Bibliography
44985 \begin_inset CommandInset bibitem
44986 LatexCommand bibitem
44987 key "diagbox"
44988
44989 \end_inset
44990
44991 Documentation of the \SpecialChar LaTeX
44992 -package 
44993 \series bold
44994
44995 \begin_inset CommandInset href
44996 LatexCommand href
44997 name "diagbox"
44998 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44999
45000 \end_inset
45001
45002
45003 \series default
45004
45005 \begin_inset Index idx
45006 status collapsed
45007
45008 \begin_layout Plain Layout
45009 \SpecialChar LaTeX
45010 -packages ! diagbox
45011 \end_layout
45012
45013 \end_inset
45014
45015
45016 \end_layout
45017
45018 \begin_layout Bibliography
45019 \begin_inset CommandInset bibitem
45020 LatexCommand bibitem
45021 key "endfloat"
45022
45023 \end_inset
45024
45025 Documentation of the \SpecialChar LaTeX
45026 -package 
45027 \series bold
45028
45029 \begin_inset CommandInset href
45030 LatexCommand href
45031 name "endfloat"
45032 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45033
45034 \end_inset
45035
45036
45037 \series default
45038
45039 \begin_inset Index idx
45040 status collapsed
45041
45042 \begin_layout Plain Layout
45043 \SpecialChar LaTeX
45044 -packages ! endfloat
45045 \end_layout
45046
45047 \end_inset
45048
45049
45050 \end_layout
45051
45052 \begin_layout Bibliography
45053 \begin_inset CommandInset bibitem
45054 LatexCommand bibitem
45055 key "footmisc"
45056
45057 \end_inset
45058
45059 Documentation of the \SpecialChar LaTeX
45060 -package 
45061 \series bold
45062
45063 \begin_inset CommandInset href
45064 LatexCommand href
45065 name "footmisc"
45066 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45067
45068 \end_inset
45069
45070
45071 \series default
45072
45073 \begin_inset Index idx
45074 status collapsed
45075
45076 \begin_layout Plain Layout
45077 \SpecialChar LaTeX
45078 -packages ! footmisc
45079 \end_layout
45080
45081 \end_inset
45082
45083
45084 \end_layout
45085
45086 \begin_layout Bibliography
45087 \begin_inset CommandInset bibitem
45088 LatexCommand bibitem
45089 key "hypcap"
45090
45091 \end_inset
45092
45093 Documentation of the \SpecialChar LaTeX
45094 -package 
45095 \series bold
45096
45097 \begin_inset CommandInset href
45098 LatexCommand href
45099 name "hypcap"
45100 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45101
45102 \end_inset
45103
45104
45105 \series default
45106
45107 \begin_inset Index idx
45108 status collapsed
45109
45110 \begin_layout Plain Layout
45111 \SpecialChar LaTeX
45112 -packages ! hyperref
45113 \end_layout
45114
45115 \end_inset
45116
45117
45118 \end_layout
45119
45120 \begin_layout Bibliography
45121 \begin_inset CommandInset bibitem
45122 LatexCommand bibitem
45123 key "hyperref"
45124
45125 \end_inset
45126
45127 Documentation of the \SpecialChar LaTeX
45128 -package 
45129 \series bold
45130
45131 \begin_inset CommandInset href
45132 LatexCommand href
45133 name "hyperref"
45134 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45135
45136 \end_inset
45137
45138
45139 \series default
45140
45141 \begin_inset Index idx
45142 status collapsed
45143
45144 \begin_layout Plain Layout
45145 \SpecialChar LaTeX
45146 -packages ! hyperref
45147 \end_layout
45148
45149 \end_inset
45150
45151
45152 \end_layout
45153
45154 \begin_layout Bibliography
45155 \begin_inset CommandInset bibitem
45156 LatexCommand bibitem
45157 key "KOMA-Script"
45158
45159 \end_inset
45160
45161 Documentation of the \SpecialChar LaTeX
45162 -package 
45163 \series bold
45164
45165 \begin_inset CommandInset href
45166 LatexCommand href
45167 name "KOMA-Script"
45168 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45169
45170 \end_inset
45171
45172
45173 \series default
45174
45175 \begin_inset Index idx
45176 status collapsed
45177
45178 \begin_layout Plain Layout
45179 \SpecialChar LaTeX
45180 -packages ! KOMA-Script
45181 \end_layout
45182
45183 \end_inset
45184
45185
45186 \end_layout
45187
45188 \begin_layout Bibliography
45189 \begin_inset CommandInset bibitem
45190 LatexCommand bibitem
45191 key "lettrine"
45192
45193 \end_inset
45194
45195 Documentation of the \SpecialChar LaTeX
45196 -package 
45197 \series bold
45198
45199 \begin_inset CommandInset href
45200 LatexCommand href
45201 name "lettrine"
45202 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45203
45204 \end_inset
45205
45206
45207 \series default
45208  and an 
45209 \begin_inset CommandInset href
45210 LatexCommand href
45211 name "example"
45212 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45213
45214 \end_inset
45215
45216
45217 \begin_inset Index idx
45218 status collapsed
45219
45220 \begin_layout Plain Layout
45221 \SpecialChar LaTeX
45222 -packages ! lettrine
45223 \end_layout
45224
45225 \end_inset
45226
45227
45228 \end_layout
45229
45230 \begin_layout Bibliography
45231 \begin_inset CommandInset bibitem
45232 LatexCommand bibitem
45233 key "listings"
45234
45235 \end_inset
45236
45237 Documentation of the \SpecialChar LaTeX
45238 -package 
45239 \series bold
45240
45241 \begin_inset CommandInset href
45242 LatexCommand href
45243 name "listings"
45244 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45245
45246 \end_inset
45247
45248
45249 \series default
45250
45251 \begin_inset Index idx
45252 status collapsed
45253
45254 \begin_layout Plain Layout
45255 \SpecialChar LaTeX
45256 -packages ! listings
45257 \end_layout
45258
45259 \end_inset
45260
45261
45262 \end_layout
45263
45264 \begin_layout Bibliography
45265 \begin_inset CommandInset bibitem
45266 LatexCommand bibitem
45267 key "marginnote"
45268
45269 \end_inset
45270
45271 Documentation of the \SpecialChar LaTeX
45272 -package 
45273 \series bold
45274
45275 \begin_inset CommandInset href
45276 LatexCommand href
45277 name "marginnote"
45278 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45279
45280 \end_inset
45281
45282
45283 \series default
45284
45285 \begin_inset Index idx
45286 status collapsed
45287
45288 \begin_layout Plain Layout
45289 \SpecialChar LaTeX
45290 -packages ! marginnote
45291 \end_layout
45292
45293 \end_inset
45294
45295
45296 \end_layout
45297
45298 \begin_layout Bibliography
45299 \begin_inset CommandInset bibitem
45300 LatexCommand bibitem
45301 key "pdfpages"
45302
45303 \end_inset
45304
45305 Documentation of the \SpecialChar LaTeX
45306 -package 
45307 \series bold
45308
45309 \begin_inset CommandInset href
45310 LatexCommand href
45311 name "pdfpages"
45312 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45313
45314 \end_inset
45315
45316
45317 \series default
45318
45319 \begin_inset Index idx
45320 status collapsed
45321
45322 \begin_layout Plain Layout
45323 \SpecialChar LaTeX
45324 -packages ! pdfpages
45325 \end_layout
45326
45327 \end_inset
45328
45329
45330 \end_layout
45331
45332 \begin_layout Bibliography
45333 \begin_inset CommandInset bibitem
45334 LatexCommand bibitem
45335 key "prettyref"
45336
45337 \end_inset
45338
45339 Documentation of the \SpecialChar LaTeX
45340 -package 
45341 \series bold
45342
45343 \begin_inset CommandInset href
45344 LatexCommand href
45345 name "prettyref"
45346 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45347
45348 \end_inset
45349
45350
45351 \series default
45352
45353 \begin_inset Index idx
45354 status collapsed
45355
45356 \begin_layout Plain Layout
45357 \SpecialChar LaTeX
45358 -packages ! prettyref
45359 \end_layout
45360
45361 \end_inset
45362
45363
45364 \end_layout
45365
45366 \begin_layout Bibliography
45367 \begin_inset CommandInset bibitem
45368 LatexCommand bibitem
45369 key "pstricks"
45370
45371 \end_inset
45372
45373 Web page of the \SpecialChar LaTeX
45374 -package 
45375 \series bold
45376
45377 \begin_inset CommandInset href
45378 LatexCommand href
45379 name "PSTricks"
45380 target "http://tug.org/PSTricks/"
45381
45382 \end_inset
45383
45384
45385 \series default
45386
45387 \begin_inset Index idx
45388 status collapsed
45389
45390 \begin_layout Plain Layout
45391 \SpecialChar LaTeX
45392 -packages ! PSTricks
45393 \end_layout
45394
45395 \end_inset
45396
45397
45398 \end_layout
45399
45400 \begin_layout Bibliography
45401 \begin_inset CommandInset bibitem
45402 LatexCommand bibitem
45403 key "refstyle"
45404
45405 \end_inset
45406
45407 Documentation of the \SpecialChar LaTeX
45408 -package 
45409 \series bold
45410
45411 \begin_inset CommandInset href
45412 LatexCommand href
45413 name "refstyle"
45414 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45415
45416 \end_inset
45417
45418
45419 \series default
45420
45421 \begin_inset Index idx
45422 status collapsed
45423
45424 \begin_layout Plain Layout
45425 \SpecialChar LaTeX
45426 -packages ! refstyle
45427 \end_layout
45428
45429 \end_inset
45430
45431
45432 \end_layout
45433
45434 \begin_layout Bibliography
45435 \begin_inset CommandInset bibitem
45436 LatexCommand bibitem
45437 key "sidecap"
45438
45439 \end_inset
45440
45441 Documentation of the \SpecialChar LaTeX
45442 -package 
45443 \series bold
45444
45445 \begin_inset CommandInset href
45446 LatexCommand href
45447 name "sidecap"
45448 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45449
45450 \end_inset
45451
45452
45453 \series default
45454
45455 \begin_inset Index idx
45456 status collapsed
45457
45458 \begin_layout Plain Layout
45459 \SpecialChar LaTeX
45460 -packages ! sidecap
45461 \end_layout
45462
45463 \end_inset
45464
45465
45466 \end_layout
45467
45468 \begin_layout Bibliography
45469 \begin_inset CommandInset bibitem
45470 LatexCommand bibitem
45471 key "NewInLyX20"
45472
45473 \end_inset
45474
45475
45476 \begin_inset CommandInset href
45477 LatexCommand href
45478 name "Wiki page"
45479 target "http://wiki.lyx.org/LyX/NewInLyX20"
45480
45481 \end_inset
45482
45483  about new features in 
45484 \family sans
45485 \SpecialChar LyX
45486  2.0
45487 \family default
45488 .
45489 \end_layout
45490
45491 \begin_layout Standard
45492 \begin_inset CommandInset index_print
45493 LatexCommand printindex
45494 type "idx"
45495
45496 \end_inset
45497
45498
45499 \end_layout
45500
45501 \end_body
45502 \end_document