]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
b24a5aecfd780be390111a39e115b4e0d8a22b72
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113 % ------------------------------------
114 % used to check for needed LaTeX packages
115 \usepackage{ifthen}
116
117 % check for package arydshln
118 % used for tables with dashed lines
119 \newboolean{arydshln}
120 \IfFileExists{arydshln.sty}
121  {\usepackage{arydshln}
122   \setboolean{arydshln}{true}}
123  {\setboolean{arydshln}{false}}
124
125 % check for package marginnote
126 % used for margin notes
127 \newboolean{marginnote}
128 \IfFileExists{marginnote.sty}
129  {\usepackage{marginnote}
130   \let\marginpar\marginnote
131   \setboolean{marginnote}{true}}
132  {\setboolean{marginnote}{false}}
133
134 % check for package sidecap
135 % used for captions on the side
136 \newboolean{sidecap}
137 \IfFileExists{sidecap.sty}
138  {\usepackage{sidecap}
139   \setboolean{sidecap}{true}}
140  {\setboolean{sidecap}{false}}
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{false}}
163 \end_preamble
164 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
165 \use_default_options false
166 \begin_modules
167 initials
168 \end_modules
169 \maintain_unincluded_children false
170 \language english
171 \language_package default
172 \inputencoding auto
173 \fontencoding global
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \use_non_tex_fonts false
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \default_output_format default
186 \output_sync 0
187 \bibtex_command default
188 \index_command default
189 \paperfontsize 12
190 \spacing single
191 \use_hyperref true
192 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
193 \pdf_author "LyX Team, Uwe Stöhr"
194 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
195 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
196 \pdf_bookmarks true
197 \pdf_bookmarksnumbered true
198 \pdf_bookmarksopen true
199 \pdf_bookmarksopenlevel 1
200 \pdf_breaklinks false
201 \pdf_pdfborder false
202 \pdf_colorlinks true
203 \pdf_backref false
204 \pdf_pdfusetitle false
205 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
206 \papersize default
207 \use_geometry false
208 \use_amsmath 2
209 \use_esint 0
210 \use_mhchem 1
211 \use_mathdots 1
212 \cite_engine basic
213 \use_bibtopic false
214 \use_indices false
215 \paperorientation portrait
216 \suppress_date false
217 \use_refstyle 0
218 \notefontcolor #0000ff
219 \index Index
220 \shortcut idx
221 \color #008000
222 \end_index
223 \secnumdepth 3
224 \tocdepth 3
225 \paragraph_separation skip
226 \defskip medskip
227 \quotes_language english
228 \papercolumns 1
229 \papersides 2
230 \paperpagestyle default
231 \bullet 1 1 34 -1
232 \bullet 2 2 35 -1
233 \bullet 3 2 7 -1
234 \tracking_changes false
235 \output_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \html_be_strict false
239 \end_header
240
241 \begin_body
242
243 \begin_layout Title
244 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
245  manual
246 \end_layout
247
248 \begin_layout Author
249 by the LyX Team
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 If you have comments or error corrections, please send them to the LyX Documenta
256 tion mailing list: 
257 \begin_inset CommandInset href
258 LatexCommand href
259 name "lyx-docs@lists.lyx.org"
260 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
261 type "mailto:"
262
263 \end_inset
264
265
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Note Note
272 status collapsed
273
274 \begin_layout Plain Layout
275 author: Uwe Stöhr
276 \end_layout
277
278 \end_inset
279
280
281 \begin_inset Newline newline
282 \end_inset
283
284
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \family sans
290 Version 2.0.x
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset CommandInset toc
295 LatexCommand tableofcontents
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Note Note
304 status open
305
306 \begin_layout Plain Layout
307 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
308  
309 \series bold
310 arydshln
311 \series default
312
313 \series bold
314 colortbl
315 \series default
316
317 \series bold
318 diagbox, lettrine, marginnote, picinpar
319 \series default
320  and 
321 \series bold
322 sidecap
323 \series default
324  must be installed.
325  If they are not installed you can export the document anyway but the sections
326  where the packages are required won't appear in the output.
327 \end_layout
328
329 \begin_layout Plain Layout
330 The latest PDF-version of this document can be found here:
331 \begin_inset Newline newline
332 \end_inset
333
334
335 \series bold
336 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
337 \end_layout
338
339 \end_inset
340
341
342 \end_layout
343
344 \begin_layout Chapter
345 Figures
346 \begin_inset Index idx
347 status collapsed
348
349 \begin_layout Plain Layout
350 Figures
351 \end_layout
352
353 \end_inset
354
355
356 \begin_inset Index idx
357 status collapsed
358
359 \begin_layout Plain Layout
360 Graphics|see
361 \begin_inset ERT
362 status collapsed
363
364 \begin_layout Plain Layout
365
366 {
367 \end_layout
368
369 \end_inset
370
371 Figures
372 \begin_inset ERT
373 status collapsed
374
375 \begin_layout Plain Layout
376
377 }
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Section
391 Graphics Dialog
392 \begin_inset Index idx
393 status collapsed
394
395 \begin_layout Plain Layout
396 Figures ! Graphics Dialog
397 \end_layout
398
399 \end_inset
400
401
402 \begin_inset CommandInset label
403 LatexCommand label
404 name "sec:Graphics-Dialog"
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Standard
412 To insert an image into your document, place the cursor at the text position
413  you want and click on the toolbar icon 
414 \family sans
415
416 \begin_inset Info
417 type  "icon"
418 arg   "dialog-show-new-inset graphics"
419 \end_inset
420
421
422 \family default
423  or use the menu 
424 \family sans
425 Insert\SpecialChar \menuseparator
426 Graphics
427 \family default
428 .
429  Then a dialog will appear to choose the file to load.
430  The image will appear in the output exactly at the position where it is
431  in the text.
432 \end_layout
433
434 \begin_layout Standard
435 The graphics dialog can be called at any time by clicking on an image.
436  This dialog has three tabs:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Graphics
443 \family default
444  Here you can choose an image file and adjust its appearance in the output.
445  The available units for the image size are explained in appendix
446 \begin_inset space ~
447 \end_inset
448
449
450 \begin_inset CommandInset ref
451 LatexCommand ref
452 reference "cha:Units-available-in"
453
454 \end_inset
455
456 .
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index idx
462 status collapsed
463
464 \begin_layout Plain Layout
465 Figures ! rotated
466 \end_layout
467
468 \end_inset
469
470 You can rotate images counter-clockwise by setting a rotation angle and
471  a rotation origin.
472  The image will also be rotated inside LyX.
473 \begin_inset Newline newline
474 \end_inset
475
476
477 \begin_inset Index idx
478 status collapsed
479
480 \begin_layout Plain Layout
481 Figures ! scaled
482 \end_layout
483
484 \end_inset
485
486 Images can be scaled by using a percentage value or by setting the width
487  and height explicitly.
488  If you set only the width or only the height, the other size will be determined
489  automatically.
490  If you set both, then the image will be transformed to the given size,
491  possibly distorting it.
492  To prevent the image from distortion, use the option 
493 \family sans
494 Maintain aspect ratio
495 \family default
496 .
497  The image will then be scaled so that its width and height don't exceed
498  the specified dimensions.
499 \begin_inset Newline newline
500 \end_inset
501
502 Images can be opened in a program of your choice by right-clicking on it
503  and choosing the entry 
504 \family sans
505 Edit
506 \begin_inset space ~
507 \end_inset
508
509 externally
510 \family default
511  in the context menu.
512  The program can be set for every image format in the file format settings
513  in LyX's preferences.
514 \end_layout
515
516 \begin_layout Description
517
518 \family sans
519 Clipping
520 \family default
521  Alternatively to the usage of scaling units it is possible to set image
522  coordinates to adjust the height and width of the image in the output.
523  The coordinates can also be calculated automatically by pressing the button
524  
525 \family sans
526 Get
527 \begin_inset space ~
528 \end_inset
529
530 from
531 \begin_inset space ~
532 \end_inset
533
534 File
535 \family default
536 .
537  The option 
538 \family sans
539 Clip
540 \begin_inset space ~
541 \end_inset
542
543 to
544 \begin_inset space ~
545 \end_inset
546
547 bounding
548 \begin_inset space ~
549 \end_inset
550
551 box
552 \family default
553  will only print the image region within the given coordinates.
554  Normally you don't need to take care about image coordinates and can ignore
555  this tab.
556 \end_layout
557
558 \begin_layout Description
559
560 \family sans
561 LaTeX
562 \begin_inset space ~
563 \end_inset
564
565 and
566 \begin_inset space ~
567 \end_inset
568
569 LyX
570 \begin_inset space ~
571 \end_inset
572
573 options
574 \family default
575  In this tab you can modify the appearance of the image within LyX and LaTeX
576  experts can specify additional LaTeX options.
577 \begin_inset Newline newline
578 \end_inset
579
580 The option 
581 \family sans
582 Draft
583 \begin_inset space ~
584 \end_inset
585
586 mode
587 \family default
588  makes the image appear in the output only as a frame with the size of the
589  image.
590 \begin_inset Newline newline
591 \end_inset
592
593 The 
594 \family sans
595 Don't
596 \begin_inset space ~
597 \end_inset
598
599 unzip
600 \begin_inset space ~
601 \end_inset
602
603 on
604 \begin_inset space ~
605 \end_inset
606
607 export
608 \family default
609  option only affects zipped EPS-graphics, e.
610 \begin_inset space \thinspace{}
611 \end_inset
612
613 g.
614 \begin_inset space \space{}
615 \end_inset
616
617
618 \emph on
619 x.eps.gz
620 \emph default
621 .
622  When the option is used the images will not be unzipped on export, since
623  LaTeX can handle them as they are.
624 \begin_inset Newline newline
625 \end_inset
626
627 Zipped EPS-graphics are useful to save disk space when you choose PostScript
628  as output format, see appendix
629 \begin_inset space ~
630 \end_inset
631
632
633 \begin_inset CommandInset ref
634 LatexCommand ref
635 reference "sec:PostScript"
636
637 \end_inset
638
639 .
640  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
641  console:
642 \begin_inset Newline newline
643 \end_inset
644
645
646 \series bold
647 gzip x.eps
648 \series default
649
650 \begin_inset Newline newline
651 \end_inset
652
653
654 \series bold
655 zgrep %%Bounding x.eps.gz > x.eps.bb
656 \series default
657
658 \begin_inset Newline newline
659 \end_inset
660
661 The second command creates the bounding box file 
662 \begin_inset Quotes eld
663 \end_inset
664
665 x.eps.bb
666 \begin_inset Quotes erd
667 \end_inset
668
669  that is needed by LaTeX for zipped graphics.
670 \begin_inset Newline newline
671 \end_inset
672
673 In the section 
674 \family sans
675 Graphics
676 \begin_inset space ~
677 \end_inset
678
679 Group
680 \family default
681  you can define or join an image settings group.
682 \begin_inset Index idx
683 status collapsed
684
685 \begin_layout Plain Layout
686 Figures ! Settings grouping
687 \end_layout
688
689 \end_inset
690
691  Images within such a group share their settings, so adjusting one image
692  of the group automatically also adjusts all other images of the group in
693  the same way.
694  So you can for example change the size for a bunch of images without the
695  need to manually change each of them.
696  Joining an existing group can also be done using the context menu of the
697  image by checking the name of the desired group.
698 \end_layout
699
700 \begin_layout Standard
701 \begin_inset VSpace bigskip
702 \end_inset
703
704
705 \end_layout
706
707 \begin_layout Standard
708 This is an example image in EPS format
709 \begin_inset Foot
710 status collapsed
711
712 \begin_layout Plain Layout
713 Image formats are explained in section
714 \begin_inset space ~
715 \end_inset
716
717
718 \begin_inset CommandInset ref
719 LatexCommand ref
720 reference "sec:Image-Formats"
721
722 \end_inset
723
724 .
725 \end_layout
726
727 \end_inset
728
729  within a separate, horizontally centered paragraph:
730 \end_layout
731
732 \begin_layout Standard
733 \align center
734 \begin_inset Graphics
735         filename clipart/mobius.eps
736         scale 70
737         scaleBeforeRotation
738         rotateOrigin center
739
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Standard
746 This is the same image like the one above but in draft mode:
747 \end_layout
748
749 \begin_layout Standard
750 \align center
751 \begin_inset Graphics
752         filename clipart/mobius.eps
753         scale 70
754         draft
755         scaleBeforeRotation
756         rotateOrigin center
757
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Standard
764 \begin_inset Newpage newpage
765 \end_inset
766
767
768 \end_layout
769
770 \begin_layout Section
771 Figure Floats
772 \begin_inset CommandInset label
773 LatexCommand label
774 name "sec:Figure-Floats"
775
776 \end_inset
777
778
779 \begin_inset Index idx
780 status collapsed
781
782 \begin_layout Plain Layout
783 Floats ! Figures
784 \end_layout
785
786 \end_inset
787
788
789 \begin_inset Index idx
790 status collapsed
791
792 \begin_layout Plain Layout
793 Figures ! Floats
794 \end_layout
795
796 \end_inset
797
798
799 \end_layout
800
801 \begin_layout Standard
802 For general explanations about floats, have a look at section
803 \begin_inset space ~
804 \end_inset
805
806
807 \begin_inset CommandInset ref
808 LatexCommand ref
809 reference "sec:FloatIntroduction"
810
811 \end_inset
812
813 .
814 \end_layout
815
816 \begin_layout Standard
817 The toolbar button 
818 \family sans
819
820 \begin_inset Info
821 type  "icon"
822 arg   "float-insert figure"
823 \end_inset
824
825
826 \family default
827  and the menu 
828 \family sans
829 Insert\SpecialChar \menuseparator
830 Float\SpecialChar \menuseparator
831 Figure
832 \family default
833  inserts a float with a caption that has the label 
834 \begin_inset Quotes eld
835 \end_inset
836
837 Figure
838 \begin_inset space ~
839 \end_inset
840
841 #:
842 \begin_inset Quotes erd
843 \end_inset
844
845  (# is the actual number).
846  You can insert the image above the caption, like in Figure
847 \begin_inset space ~
848 \end_inset
849
850
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "fig:kill-plat"
854
855 \end_inset
856
857  or below the caption, like in Figure
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "fig:escher"
865
866 \end_inset
867
868 .
869  More about caption placement is described in section
870 \begin_inset space ~
871 \end_inset
872
873
874 \begin_inset CommandInset ref
875 LatexCommand ref
876 reference "sec:Caption-Placement"
877
878 \end_inset
879
880 .
881 \end_layout
882
883 \begin_layout Standard
884 \begin_inset Float figure
885 wide false
886 sideways false
887 status open
888
889 \begin_layout Plain Layout
890 \align center
891 \begin_inset Graphics
892         filename clipart/platypus.eps
893         width 50col%
894         scaleBeforeRotation
895         rotateOrigin center
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Plain Layout
903 \begin_inset Caption
904
905 \begin_layout Plain Layout
906 \begin_inset CommandInset label
907 LatexCommand label
908 name "fig:kill-plat"
909
910 \end_inset
911
912 A severely distorted platypus in a float.
913 \end_layout
914
915 \end_inset
916
917
918 \end_layout
919
920 \end_inset
921
922
923 \end_layout
924
925 \begin_layout Standard
926 \begin_inset Float figure
927 wide false
928 sideways false
929 status open
930
931 \begin_layout Plain Layout
932 \begin_inset Caption
933
934 \begin_layout Plain Layout
935 \begin_inset CommandInset label
936 LatexCommand label
937 name "fig:escher"
938
939 \end_inset
940
941 M.C.
942  Escher on acid.
943 \end_layout
944
945 \end_inset
946
947
948 \end_layout
949
950 \begin_layout Plain Layout
951 \align center
952 \begin_inset Graphics
953         filename clipart/escher-lsd.eps
954         scale 80
955         scaleBeforeRotation
956         rotateOrigin center
957
958 \end_inset
959
960
961 \end_layout
962
963 \end_inset
964
965
966 \end_layout
967
968 \begin_layout Standard
969 \begin_inset Index idx
970 status collapsed
971
972 \begin_layout Plain Layout
973 References ! to Figures
974 \end_layout
975
976 \end_inset
977
978 Figure
979 \begin_inset space ~
980 \end_inset
981
982
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:kill-plat"
986
987 \end_inset
988
989  and 
990 \begin_inset CommandInset ref
991 LatexCommand ref
992 reference "fig:escher"
993
994 \end_inset
995
996  are examples of referenced figures.
997  Figures can be referenced in the text by referencing their label.
998  To do this insert a label in the caption using the menu 
999 \family sans
1000 Insert\SpecialChar \menuseparator
1001 Label
1002 \family default
1003  or the toolbar button 
1004 \family sans
1005
1006 \begin_inset Info
1007 type  "icon"
1008 arg   "label-insert"
1009 \end_inset
1010
1011
1012 \family default
1013 .
1014  You can now refer to the label using the menu 
1015 \family sans
1016 Insert\SpecialChar \menuseparator
1017 Cross
1018 \begin_inset space ~
1019 \end_inset
1020
1021 reference
1022 \family default
1023  or the toolbar button 
1024 \family sans
1025
1026 \begin_inset Info
1027 type  "icon"
1028 arg   "dialog-show-new-inset ref"
1029 \end_inset
1030
1031
1032 \family default
1033 .
1034  It is important to use references to floats, rather than using vague references
1035  like 
1036 \begin_inset Quotes eld
1037 \end_inset
1038
1039 the figure above
1040 \begin_inset Quotes erd
1041 \end_inset
1042
1043 , because LaTeX will reposition the floats in the final document and it
1044  might not be 
1045 \begin_inset Quotes eld
1046 \end_inset
1047
1048 above
1049 \begin_inset Quotes erd
1050 \end_inset
1051
1052  at all.
1053 \begin_inset Newline newline
1054 \end_inset
1055
1056 Referencing is explained in detail in section
1057 \begin_inset space ~
1058 \end_inset
1059
1060
1061 \begin_inset CommandInset ref
1062 LatexCommand ref
1063 reference "sec:Referencing-Floats"
1064
1065 \end_inset
1066
1067 .
1068 \end_layout
1069
1070 \begin_layout Standard
1071 Normally only one image is inserted to a figure float, but sometimes you
1072  might want to use two images with separate subcaptions.
1073  This can be done by inserting image floats into existing image floats.
1074  Note that only the main caption of the float is added to the List of Figures.
1075  Figure
1076 \begin_inset space ~
1077 \end_inset
1078
1079
1080 \begin_inset CommandInset ref
1081 LatexCommand ref
1082 reference "fig:Two-distorted-images"
1083
1084 \end_inset
1085
1086  is an example of a figure float with two images set side by side.
1087  You can also set the images one below the other.
1088  Figure
1089 \begin_inset space ~
1090 \end_inset
1091
1092
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:Undefinable-structure"
1096
1097 \end_inset
1098
1099  and 
1100 \begin_inset CommandInset ref
1101 LatexCommand ref
1102 reference "fig:A-Platypus"
1103
1104 \end_inset
1105
1106  are the subfigures.
1107 \end_layout
1108
1109 \begin_layout Standard
1110 \begin_inset Float figure
1111 wide false
1112 sideways false
1113 status open
1114
1115 \begin_layout Plain Layout
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \begin_inset Float figure
1121 wide false
1122 sideways false
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "fig:Undefinable-structure"
1132
1133 \end_inset
1134
1135 Undefinable structure.
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Graphics
1145         filename clipart/escher-lsd.eps
1146         width 45col%
1147         scaleBeforeRotation
1148         groupId distorted
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \begin_inset space \hfill{}
1159 \end_inset
1160
1161
1162 \begin_inset Float figure
1163 wide false
1164 sideways false
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168 \begin_inset Caption
1169
1170 \begin_layout Plain Layout
1171 \begin_inset CommandInset label
1172 LatexCommand label
1173 name "fig:A-Platypus"
1174
1175 \end_inset
1176
1177 A Platypus.
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Plain Layout
1186 \begin_inset Graphics
1187         filename clipart/platypus.eps
1188         width 45col%
1189         scaleBeforeRotation
1190         groupId distorted
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \begin_inset space \hfill{}
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \begin_layout Plain Layout
1207 \begin_inset Caption
1208
1209 \begin_layout Plain Layout
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig:Two-distorted-images"
1213
1214 \end_inset
1215
1216
1217 \begin_inset CommandInset label
1218 LatexCommand label
1219 name "fig2:Two-distorted-images-2"
1220
1221 \end_inset
1222
1223 Two distorted images.
1224  Both images are in the image settings group named 
1225 \begin_inset Quotes eld
1226 \end_inset
1227
1228 distorted
1229 \begin_inset Quotes erd
1230 \end_inset
1231
1232 .
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Standard
1246 \begin_inset Newpage newpage
1247 \end_inset
1248
1249
1250 \end_layout
1251
1252 \begin_layout Section
1253 Image Formats
1254 \begin_inset CommandInset label
1255 LatexCommand label
1256 name "sec:Image-Formats"
1257
1258 \end_inset
1259
1260
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 Image Formats
1266 \end_layout
1267
1268 \end_inset
1269
1270
1271 \begin_inset Index idx
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275 Figures ! Image Formats
1276 \end_layout
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \begin_layout Standard
1284 You can insert images in any known file format.
1285  But as explained in appendix
1286 \begin_inset space ~
1287 \end_inset
1288
1289
1290 \begin_inset CommandInset ref
1291 LatexCommand ref
1292 reference "cha:Output-File-Formats"
1293
1294 \end_inset
1295
1296 , each output document format allows only a few image formats.
1297  LyX uses therefore the program 
1298 \family typewriter
1299 ImageMagick
1300 \family default
1301  in the background to convert the images to the right format.
1302  To increase your work flow by avoiding these conversions in the background,
1303  you can use only the image formats that can directly be embedded in the
1304  output file format.
1305  The output file formats are explained in appendix
1306 \begin_inset space ~
1307 \end_inset
1308
1309
1310 \begin_inset CommandInset ref
1311 LatexCommand ref
1312 reference "cha:Output-File-Formats"
1313
1314 \end_inset
1315
1316 .
1317 \end_layout
1318
1319 \begin_layout Standard
1320 Similar to fonts there are two types of image formats:
1321 \end_layout
1322
1323 \begin_layout Description
1324 Bitmap
1325 \begin_inset space ~
1326 \end_inset
1327
1328 images consist of pixel values, often in a compressed form.
1329  They are therefore not fully scalable and look pixelated in large zooms.
1330  Well-known bitmap image formats are 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334 Graphics Interchange Format
1335 \begin_inset Quotes erd
1336 \end_inset
1337
1338  (GIF, file extension 
1339 \begin_inset Quotes eld
1340 \end_inset
1341
1342
1343 \family typewriter
1344 .gif
1345 \family default
1346
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350 )
1351 \begin_inset Index idx
1352 status collapsed
1353
1354 \begin_layout Plain Layout
1355 GIF|see
1356 \begin_inset ERT
1357 status collapsed
1358
1359 \begin_layout Plain Layout
1360
1361 {
1362 \end_layout
1363
1364 \end_inset
1365
1366 Image formats
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 }
1373 \end_layout
1374
1375 \end_inset
1376
1377
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \begin_inset Quotes eld
1384 \end_inset
1385
1386 Portable Network Graphics
1387 \begin_inset Quotes erd
1388 \end_inset
1389
1390  (PNG, file extension 
1391 \begin_inset Quotes eld
1392 \end_inset
1393
1394
1395 \family typewriter
1396 .png
1397 \family default
1398
1399 \begin_inset Quotes erd
1400 \end_inset
1401
1402 )
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 PNG|see
1408 \begin_inset ERT
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412
1413 {
1414 \end_layout
1415
1416 \end_inset
1417
1418 Image formats
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 }
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \end_inset
1433
1434 , and 
1435 \begin_inset Quotes eld
1436 \end_inset
1437
1438 Joint Photographic Experts Group
1439 \begin_inset Quotes erd
1440 \end_inset
1441
1442  (JPG, file extension 
1443 \begin_inset Quotes eld
1444 \end_inset
1445
1446
1447 \family typewriter
1448 .jpg
1449 \family default
1450
1451 \begin_inset Quotes erd
1452 \end_inset
1453
1454  or 
1455 \begin_inset Quotes eld
1456 \end_inset
1457
1458
1459 \family typewriter
1460 .jpeg
1461 \family default
1462
1463 \begin_inset Quotes erd
1464 \end_inset
1465
1466 )
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 JPG|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Image formats
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498 .
1499 \end_layout
1500
1501 \begin_layout Description
1502 Vector
1503 \begin_inset space ~
1504 \end_inset
1505
1506 images consist of vectors and can therefore be scaled to any size without
1507  data loss.
1508  The scaling ability is necessary if you want to create presentations, because
1509  presentations are always scaled by the video projector.
1510  Scaling is also useful for online documents to let the user zoom into diagrams.
1511 \begin_inset Newline newline
1512 \end_inset
1513
1514 Well-known scalable image formats are 
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518 Scalable Vector Graphics
1519 \begin_inset Quotes erd
1520 \end_inset
1521
1522  (SVG, file extension 
1523 \begin_inset Quotes eld
1524 \end_inset
1525
1526
1527 \family typewriter
1528 .svg
1529 \family default
1530
1531 \begin_inset Quotes erd
1532 \end_inset
1533
1534 )
1535 \begin_inset Index idx
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539 SVG|see
1540 \begin_inset ERT
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544
1545 {
1546 \end_layout
1547
1548 \end_inset
1549
1550 Image formats
1551 \begin_inset ERT
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555
1556 }
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565
1566
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570 Encapsulated PostScript
1571 \begin_inset Quotes erd
1572 \end_inset
1573
1574  (EPS, file extension 
1575 \begin_inset Quotes eld
1576 \end_inset
1577
1578
1579 \family typewriter
1580 .eps
1581 \family default
1582
1583 \begin_inset Quotes erd
1584 \end_inset
1585
1586 )
1587 \begin_inset Index idx
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 EPS|see
1592 \begin_inset ERT
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596
1597 {
1598 \end_layout
1599
1600 \end_inset
1601
1602 Image formats
1603 \begin_inset ERT
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607
1608 }
1609 \end_layout
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \end_inset
1617
1618
1619 \begin_inset Quotes eld
1620 \end_inset
1621
1622 Portable Document Format
1623 \begin_inset Quotes erd
1624 \end_inset
1625
1626  (PDF, file extension 
1627 \begin_inset Quotes eld
1628 \end_inset
1629
1630
1631 \family typewriter
1632 .pdf
1633 \family default
1634
1635 \begin_inset Quotes erd
1636 \end_inset
1637
1638 )
1639 \begin_inset Index idx
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643 PDF
1644 \end_layout
1645
1646 \end_inset
1647
1648 , and 
1649 \begin_inset Quotes eld
1650 \end_inset
1651
1652 Windows Metafile
1653 \begin_inset Quotes erd
1654 \end_inset
1655
1656  (WMF, file extension 
1657 \begin_inset Quotes eld
1658 \end_inset
1659
1660
1661 \family typewriter
1662 .wmf
1663 \family default
1664
1665 \begin_inset Quotes erd
1666 \end_inset
1667
1668 )
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 SVG|see
1674 \begin_inset ERT
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678
1679 {
1680 \end_layout
1681
1682 \end_inset
1683
1684 Image formats
1685 \begin_inset ERT
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689
1690 }
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \end_inset
1699
1700 .
1701  We wrote 
1702 \begin_inset Quotes eld
1703 \end_inset
1704
1705 can be
1706 \begin_inset Quotes erd
1707 \end_inset
1708
1709 , because you can convert any bitmap image to a PDF or EPS-image and the
1710  result will still be a bitmap image.
1711  In such cases only a header with the image properties is added to the original
1712  image
1713 \begin_inset Foot
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 In the case of PDF, the original image is additionally compressed.
1718 \end_layout
1719
1720 \end_inset
1721
1722 .
1723  The PDF-files generated by 
1724 \family typewriter
1725 Adobe Photoshop
1726 \family default
1727  are for example bitmap images.
1728 \end_layout
1729
1730 \begin_layout Standard
1731 Normally it is not possible to convert a bitmap image into a scalable one,
1732  only vice versa.
1733  Only the image formats PDF and EPS can directly be embedded to PDF and
1734  PostScript output files, respectively.
1735  SVG and WMF-images are recalculated to bitmaps when the output file is
1736  generated because there is currently no adequate WMF/SVG
1737 \begin_inset Formula $\to$
1738 \end_inset
1739
1740 PDF/EPS converter available.
1741 \end_layout
1742
1743 \begin_layout Chapter
1744 Tables
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Table
1750 \end_layout
1751
1752 \end_inset
1753
1754
1755 \end_layout
1756
1757 \begin_layout Section
1758 Introduction
1759 \begin_inset Index idx
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763 Table ! Introduction
1764 \end_layout
1765
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \begin_layout Standard
1772 You can insert a table using either the toolbar button 
1773 \begin_inset Info
1774 type  "icon"
1775 arg   "tabular-insert"
1776 \end_inset
1777
1778  or the menu 
1779 \family sans
1780 Insert\SpecialChar \menuseparator
1781 Table
1782 \family default
1783 .
1784  The toolbar button offers you a graphical selection: move the mouse to
1785  set the column/row number of the table that should be created and then
1786  press a mouse button.
1787  When you use the menu to create a table, a dialog will appear, asking you
1788  for the number of rows and columns.
1789 \begin_inset Newline newline
1790 \end_inset
1791
1792  The default table has lines around any cell and the first row appears separated
1793  from the rest of the table.
1794  This separation occurs due to a double line: The cells of the first row
1795  have a line below them and the cells of the second row have a line above
1796  them.
1797  Here is an example table:
1798 \end_layout
1799
1800 \begin_layout Standard
1801 \align center
1802 \begin_inset Tabular
1803 <lyxtabular version="3" rows="4" columns="4">
1804 <features tabularvalignment="middle">
1805 <column alignment="center" valignment="top" width="0">
1806 <column alignment="center" valignment="top" width="0">
1807 <column alignment="center" valignment="top" width="0">
1808 <column alignment="center" valignment="top" width="0">
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \family roman
1825 \series medium
1826 \shape up
1827 \size normal
1828 \emph off
1829 \bar no
1830 \noun off
1831 \color none
1832 1
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841 2
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 3
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \family roman
1863 \series medium
1864 \shape up
1865 \size normal
1866 \emph off
1867 \bar no
1868 \noun off
1869 \color none
1870 A
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 </row>
1903 <row>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \family roman
1910 \series medium
1911 \shape up
1912 \size normal
1913 \emph off
1914 \bar no
1915 \noun off
1916 \color none
1917 B
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944
1945 \end_layout
1946
1947 \end_inset
1948 </cell>
1949 </row>
1950 <row>
1951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1952 \begin_inset Text
1953
1954 \begin_layout Plain Layout
1955
1956 \family roman
1957 \series medium
1958 \shape up
1959 \size normal
1960 \emph off
1961 \bar no
1962 \noun off
1963 \color none
1964 C
1965 \end_layout
1966
1967 \end_inset
1968 </cell>
1969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1970 \begin_inset Text
1971
1972 \begin_layout Plain Layout
1973
1974 \end_layout
1975
1976 \end_inset
1977 </cell>
1978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1979 \begin_inset Text
1980
1981 \begin_layout Plain Layout
1982
1983 \end_layout
1984
1985 \end_inset
1986 </cell>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 </row>
1997 </lyxtabular>
1998
1999 \end_inset
2000
2001
2002 \end_layout
2003
2004 \begin_layout Section
2005 Table Dialog
2006 \begin_inset Index idx
2007 status collapsed
2008
2009 \begin_layout Plain Layout
2010 Table ! Dialog
2011 \end_layout
2012
2013 \end_inset
2014
2015
2016 \end_layout
2017
2018 \begin_layout Standard
2019 You can alter a table by clicking on it with the right mouse button, which
2020  brings up the table dialog.
2021  Here you can adjust the settings of that cell and row/column respectively
2022  where the cursor is currently placed.
2023  Most of the dialog options also work on selections.
2024  This means if you select more cells, columns or rows, the action is done
2025  for the whole selection.
2026  Note that there is a difference between selecting the 
2027 \emph on
2028 contents
2029 \emph default
2030  of the cell, and the cell itself.
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034 With the dialog option 
2035 \family sans
2036 Immediate
2037 \begin_inset space ~
2038 \end_inset
2039
2040 Apply
2041 \family default
2042  every change you make in the dialog is directly applied.
2043  If you move the cursor to another table cell the dialog will then also
2044  be updated with the parameters of the new cell.
2045  If you change length values in the dialog you must press return to get
2046  the change applied.
2047 \begin_inset Newline newline
2048 \end_inset
2049
2050 You can alter tables with the following tabs of the table dialog:
2051 \end_layout
2052
2053 \begin_layout Description
2054
2055 \family sans
2056 Table
2057 \begin_inset space ~
2058 \end_inset
2059
2060 Settings
2061 \family default
2062  Here you can set the table width
2063 \begin_inset Index idx
2064 status collapsed
2065
2066 \begin_layout Plain Layout
2067 Table ! Width
2068 \end_layout
2069
2070 \end_inset
2071
2072 , and the horizontal alignment and the width of the current column.
2073  The alignment 
2074 \family sans
2075 At
2076 \begin_inset space ~
2077 \end_inset
2078
2079 Decimal
2080 \begin_inset space ~
2081 \end_inset
2082
2083 Separator
2084 \family default
2085  is described in section
2086 \begin_inset space ~
2087 \end_inset
2088
2089
2090 \begin_inset CommandInset ref
2091 LatexCommand ref
2092 reference "sub:Special-Cell-Alignment"
2093
2094 \end_inset
2095
2096 .
2097  When you have set a width you can also adjust the vertical alignment of
2098  the current row.
2099  A given width will allow the cell to have line breaks and multiple paragraphs
2100  of text, see section
2101 \begin_inset space ~
2102 \end_inset
2103
2104
2105 \begin_inset CommandInset ref
2106 LatexCommand ref
2107 reference "sub:Multiple-Lines-in"
2108
2109 \end_inset
2110
2111 .
2112  If you set no width, the column is as wide as the content of its widest
2113  cell.
2114 \begin_inset Newline newline
2115 \end_inset
2116
2117 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2118  cell, see section
2119 \begin_inset space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "sub:Multicolumns"
2126
2127 \end_inset
2128
2129  or the cells of one column as multirow cell, see section
2130 \begin_inset space ~
2131 \end_inset
2132
2133
2134 \begin_inset CommandInset ref
2135 LatexCommand ref
2136 reference "sub:Multirows"
2137
2138 \end_inset
2139
2140 .
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144 The rotate check boxes rotate the current cell, a selection, or the whole
2145  table counter-clockwise by 90°.
2146  The rotation is not shown within LyX, only in the output.
2147 \begin_inset Newline newline
2148 \end_inset
2149
2150
2151 \begin_inset Note Greyedout
2152 status open
2153
2154 \begin_layout Plain Layout
2155
2156 \series bold
2157 Note:
2158 \series default
2159  Not all DVI-viewers are able to display rotations.
2160 \end_layout
2161
2162 \end_inset
2163
2164
2165 \begin_inset Newline newline
2166 \end_inset
2167
2168 The table-wide vertical alignment is used for tables within text lines:
2169 \begin_inset Newline newline
2170 \end_inset
2171
2172 A line with tables with different alignments: 
2173 \begin_inset Tabular
2174 <lyxtabular version="3" rows="2" columns="2">
2175 <features tabularvalignment="top">
2176 <column alignment="center" valignment="top" width="0pt">
2177 <column alignment="center" valignment="top" width="0">
2178 <row>
2179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192
2193 \family roman
2194 \series medium
2195 \shape up
2196 \size normal
2197 \emph off
2198 \bar no
2199 \noun off
2200 \color none
2201 1
2202 \end_layout
2203
2204 \end_inset
2205 </cell>
2206 </row>
2207 <row>
2208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2209 \begin_inset Text
2210
2211 \begin_layout Plain Layout
2212
2213 \family roman
2214 \series medium
2215 \shape up
2216 \size normal
2217 \emph off
2218 \bar no
2219 \noun off
2220 \color none
2221 A
2222 \end_layout
2223
2224 \end_inset
2225 </cell>
2226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2227 \begin_inset Text
2228
2229 \begin_layout Plain Layout
2230
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 </row>
2236 </lyxtabular>
2237
2238 \end_inset
2239
2240  
2241 \begin_inset Tabular
2242 <lyxtabular version="3" rows="2" columns="2">
2243 <features tabularvalignment="middle">
2244 <column alignment="center" valignment="top" width="0">
2245 <column alignment="center" valignment="top" width="0">
2246 <row>
2247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2248 \begin_inset Text
2249
2250 \begin_layout Plain Layout
2251
2252 \end_layout
2253
2254 \end_inset
2255 </cell>
2256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Plain Layout
2260
2261 \family roman
2262 \series medium
2263 \shape up
2264 \size normal
2265 \emph off
2266 \bar no
2267 \noun off
2268 \color none
2269 1
2270 \end_layout
2271
2272 \end_inset
2273 </cell>
2274 </row>
2275 <row>
2276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2277 \begin_inset Text
2278
2279 \begin_layout Plain Layout
2280
2281 \family roman
2282 \series medium
2283 \shape up
2284 \size normal
2285 \emph off
2286 \bar no
2287 \noun off
2288 \color none
2289 A
2290 \end_layout
2291
2292 \end_inset
2293 </cell>
2294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2295 \begin_inset Text
2296
2297 \begin_layout Plain Layout
2298
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 </row>
2304 </lyxtabular>
2305
2306 \end_inset
2307
2308  
2309 \begin_inset Tabular
2310 <lyxtabular version="3" rows="2" columns="2">
2311 <features tabularvalignment="bottom">
2312 <column alignment="center" valignment="top" width="0pt">
2313 <column alignment="center" valignment="top" width="0">
2314 <row>
2315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Plain Layout
2319
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Plain Layout
2328
2329 \family roman
2330 \series medium
2331 \shape up
2332 \size normal
2333 \emph off
2334 \bar no
2335 \noun off
2336 \color none
2337 1
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 </row>
2343 <row>
2344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2345 \begin_inset Text
2346
2347 \begin_layout Plain Layout
2348
2349 \family roman
2350 \series medium
2351 \shape up
2352 \size normal
2353 \emph off
2354 \bar no
2355 \noun off
2356 \color none
2357 A
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 </row>
2372 </lyxtabular>
2373
2374 \end_inset
2375
2376
2377 \begin_inset Newline newline
2378 \end_inset
2379
2380 It is also possible to enter a LaTeX-argument which is needed for special
2381  table formattings, see section
2382 \begin_inset space ~
2383 \end_inset
2384
2385
2386 \begin_inset CommandInset ref
2387 LatexCommand ref
2388 reference "sub:Multicolumn-Calculations"
2389
2390 \end_inset
2391
2392  and 
2393 \begin_inset CommandInset ref
2394 LatexCommand ref
2395 reference "sec:Colored-Tables"
2396
2397 \end_inset
2398
2399 .
2400 \end_layout
2401
2402 \begin_layout Description
2403
2404 \family sans
2405 Borders
2406 \family default
2407  In this tab you can add and delete border lines for the current row/column.
2408 \begin_inset Newline newline
2409 \end_inset
2410
2411 Using the style option 
2412 \family sans
2413 Formal
2414 \family default
2415  will convert the table to a formal table as described in section
2416 \begin_inset space ~
2417 \end_inset
2418
2419
2420 \begin_inset CommandInset ref
2421 LatexCommand ref
2422 reference "sec:Formal-Tables"
2423
2424 \end_inset
2425
2426 .
2427 \begin_inset Newline newline
2428 \end_inset
2429
2430 You can also add here space to table rows as described in section
2431 \begin_inset space ~
2432 \end_inset
2433
2434
2435 \begin_inset CommandInset ref
2436 LatexCommand ref
2437 reference "sub:Row-Spacing"
2438
2439 \end_inset
2440
2441 .
2442 \end_layout
2443
2444 \begin_layout Description
2445
2446 \family sans
2447 Longtable
2448 \family default
2449  This tab is to make a table a so called 
2450 \begin_inset Quotes eld
2451 \end_inset
2452
2453
2454 \emph on
2455 longtable
2456 \emph default
2457
2458 \begin_inset Quotes erd
2459 \end_inset
2460
2461  that can run over several pages.
2462  Sections
2463 \begin_inset space ~
2464 \end_inset
2465
2466
2467 \begin_inset CommandInset ref
2468 LatexCommand ref
2469 reference "sec:Longtables"
2470
2471 \end_inset
2472
2473  and 
2474 \begin_inset CommandInset ref
2475 LatexCommand ref
2476 reference "sec:Special-Longtable-Issues"
2477
2478 \end_inset
2479
2480  describe the longtable features in detail.
2481 \end_layout
2482
2483 \begin_layout Section
2484 Table Toolbar
2485 \begin_inset Index idx
2486 status collapsed
2487
2488 \begin_layout Plain Layout
2489 Table ! Toolbar
2490 \end_layout
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \begin_layout Standard
2498 The table toolbar is an alternative to the table dialog to be able to alter
2499  tables faster.
2500  It should normally appear at the bottom of LyX's main window when the cursor
2501  is inside a table.
2502  You can alternatively switch it on to appear always, by right-clicking
2503  in LyX's main menu bar.
2504 \end_layout
2505
2506 \begin_layout Standard
2507 The toolbar has the following icons:
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512
2513 \family sans
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "inset-modify tabular append-row"
2517 \end_inset
2518
2519
2520 \family default
2521  adds a row below the current cell or selection
2522 \end_layout
2523
2524 \begin_layout Labeling
2525 \labelwidthstring 00.00.0000
2526
2527 \family sans
2528 \begin_inset Info
2529 type  "icon"
2530 arg   "inset-modify tabular append-column"
2531 \end_inset
2532
2533
2534 \family default
2535  adds a column right beside the current cell or selection
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540
2541 \family sans
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular delete-row"
2545 \end_inset
2546
2547
2548 \family default
2549  deletes the current row or selection
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554
2555 \family sans
2556 \begin_inset Info
2557 type  "icon"
2558 arg   "inset-modify tabular delete-column"
2559 \end_inset
2560
2561
2562 \family default
2563  deletes the current column or selection
2564 \end_layout
2565
2566 \begin_layout Labeling
2567 \labelwidthstring 00.00.0000
2568
2569 \family sans
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "inset-modify tabular toggle-line-top"
2573 \end_inset
2574
2575
2576 \family default
2577  adds a line at the top of the current cell / row or of a selection
2578 \end_layout
2579
2580 \begin_layout Labeling
2581 \labelwidthstring 00.00.0000
2582
2583 \family sans
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "inset-modify tabular toggle-line-bottom"
2587 \end_inset
2588
2589
2590 \family default
2591  adds a line at the bottom of the current cell / row or of a selection
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596
2597 \family sans
2598 \begin_inset Info
2599 type  "icon"
2600 arg   "inset-modify tabular toggle-line-left"
2601 \end_inset
2602
2603
2604 \family default
2605  adds a line at the left side of the current cell / row or of a selection
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610
2611 \family sans
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular toggle-line-right"
2615 \end_inset
2616
2617
2618 \family default
2619  adds a line at the right side of the current cell / row or of a selection
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624
2625 \family sans
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "inset-modify tabular set-all-lines"
2629 \end_inset
2630
2631
2632 \family default
2633  adds lines around the current or selected cells - if the current cell no
2634  multicolumn cell this also affects the current row and column
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639
2640 \family sans
2641 \begin_inset Info
2642 type  "icon"
2643 arg   "inset-modify tabular unset-all-lines"
2644 \end_inset
2645
2646
2647 \family default
2648  deletes all lines of the current or selected cells - if the current cell
2649  no multicolumn cell this also affects the current row and column
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654
2655 \family sans
2656 \begin_inset Info
2657 type  "icon"
2658 arg   "inset-modify tabular m-align-left"
2659 \end_inset
2660
2661
2662 \family default
2663  left-aligns the content of the current cell / column
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668
2669 \family sans
2670 \begin_inset Info
2671 type  "icon"
2672 arg   "inset-modify tabular m-align-center"
2673 \end_inset
2674
2675
2676 \family default
2677  centers the content of the current cell / column horizontally
2678 \end_layout
2679
2680 \begin_layout Labeling
2681 \labelwidthstring 00.00.0000
2682
2683 \family sans
2684 \begin_inset Info
2685 type  "icon"
2686 arg   "inset-modify tabular m-align-right"
2687 \end_inset
2688
2689
2690 \family default
2691  right-aligns the content of the current cell / column
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696
2697 \family sans
2698 \begin_inset Info
2699 type  "icon"
2700 arg   "inset-modify tabular align-decimal"
2701 \end_inset
2702
2703
2704 \family default
2705  aligns the content of the current column at a character
2706 \end_layout
2707
2708 \begin_layout Labeling
2709 \labelwidthstring 00.00.0000
2710
2711 \family sans
2712 \begin_inset Info
2713 type  "icon"
2714 arg   "inset-modify tabular m-valign-top"
2715 \end_inset
2716
2717
2718 \family default
2719  aligns the content of the current cell vertically to the top
2720 \end_layout
2721
2722 \begin_layout Labeling
2723 \labelwidthstring 00.00.0000
2724
2725 \family sans
2726 \begin_inset Info
2727 type  "icon"
2728 arg   "inset-modify tabular m-valign-middle"
2729 \end_inset
2730
2731
2732 \family default
2733  centers the content of the current cell vertically
2734 \end_layout
2735
2736 \begin_layout Labeling
2737 \labelwidthstring 00.00.0000
2738
2739 \family sans
2740 \begin_inset Info
2741 type  "icon"
2742 arg   "inset-modify tabular m-valign-bottom"
2743 \end_inset
2744
2745
2746 \family default
2747  aligns the content of the current cell vertically to the bottom
2748 \end_layout
2749
2750 \begin_layout Labeling
2751 \labelwidthstring 00.00.0000
2752
2753 \family sans
2754 \begin_inset Info
2755 type  "icon"
2756 arg   "inset-modify tabular set-rotate-cell"
2757 \end_inset
2758
2759
2760 \family default
2761  rotates the current cell or selection counter-clockwise by 90°
2762 \end_layout
2763
2764 \begin_layout Labeling
2765 \labelwidthstring 00.00.0000
2766
2767 \family sans
2768 \begin_inset Info
2769 type  "icon"
2770 arg   "inset-modify tabular set-rotate-tabular"
2771 \end_inset
2772
2773
2774 \family default
2775  rotates the whole table counter-clockwise by 90°
2776 \end_layout
2777
2778 \begin_layout Labeling
2779 \labelwidthstring 00.00.0000
2780
2781 \family sans
2782 \begin_inset Info
2783 type  "icon"
2784 arg   "inset-modify tabular multicolumn"
2785 \end_inset
2786
2787
2788 \family default
2789  sets the current cell or selection as a multicolumn
2790 \end_layout
2791
2792 \begin_layout Labeling
2793 \labelwidthstring 00.00.0000
2794
2795 \family sans
2796 \begin_inset Info
2797 type  "icon"
2798 arg   "inset-modify tabular multirow"
2799 \end_inset
2800
2801
2802 \family default
2803  sets the current cell or selection as a multirow
2804 \end_layout
2805
2806 \begin_layout Standard
2807 \begin_inset Note Greyedout
2808 status open
2809
2810 \begin_layout Plain Layout
2811
2812 \series bold
2813 Note:
2814 \series default
2815  For the output the vertical alignment of the first cell in a row is used
2816  for all following cells in the row.
2817 \end_layout
2818
2819 \end_inset
2820
2821
2822 \end_layout
2823
2824 \begin_layout Section
2825 Edit Table Menu
2826 \begin_inset Index idx
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830 Table ! Edit Menu
2831 \end_layout
2832
2833 \end_inset
2834
2835
2836 \end_layout
2837
2838 \begin_layout Standard
2839 Additionally to the table dialog and toolbar, the menu 
2840 \family sans
2841 Edit\SpecialChar \menuseparator
2842 Table
2843 \family default
2844  allows you to add and delete border lines for the current row/column and
2845  to set the current selection as multicolumn.
2846  The menu is only available when the cursor is inside a table.
2847 \end_layout
2848
2849 \begin_layout Section
2850 Table Floats
2851 \begin_inset CommandInset label
2852 LatexCommand label
2853 name "sec:Table-Floats"
2854
2855 \end_inset
2856
2857
2858 \begin_inset Index idx
2859 status collapsed
2860
2861 \begin_layout Plain Layout
2862 Floats ! Tables
2863 \end_layout
2864
2865 \end_inset
2866
2867
2868 \begin_inset Index idx
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872 Table ! Floats
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \begin_layout Standard
2881 For general explanations about floats, have a look at section
2882 \begin_inset space ~
2883 \end_inset
2884
2885
2886 \begin_inset CommandInset ref
2887 LatexCommand ref
2888 reference "sec:FloatIntroduction"
2889
2890 \end_inset
2891
2892 .
2893 \end_layout
2894
2895 \begin_layout Standard
2896 \begin_inset Float table
2897 placement h
2898 wide false
2899 sideways false
2900 status open
2901
2902 \begin_layout Plain Layout
2903 \begin_inset Caption
2904
2905 \begin_layout Plain Layout
2906 \begin_inset CommandInset label
2907 LatexCommand label
2908 name "tab:a table float"
2909
2910 \end_inset
2911
2912 A table float.
2913 \end_layout
2914
2915 \end_inset
2916
2917
2918 \end_layout
2919
2920 \begin_layout Plain Layout
2921 \align center
2922 \begin_inset Tabular
2923 <lyxtabular version="3" rows="3" columns="3">
2924 <features tabularvalignment="middle">
2925 <column alignment="center" valignment="top" width="0pt">
2926 <column alignment="center" valignment="top" width="0pt">
2927 <column alignment="center" valignment="top" width="0pt">
2928 <row>
2929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Plain Layout
2933
2934 \family roman
2935 \series medium
2936 \shape up
2937 \size normal
2938 \emph off
2939 \bar no
2940 \noun off
2941 \color none
2942 1
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \family roman
2953 \series medium
2954 \shape up
2955 \size normal
2956 \emph off
2957 \bar no
2958 \noun off
2959 \color none
2960 2
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \family roman
2971 \series medium
2972 \shape up
2973 \size normal
2974 \emph off
2975 \bar no
2976 \noun off
2977 \color none
2978 3
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 </row>
2984 <row>
2985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989
2990 \family roman
2991 \series medium
2992 \shape up
2993 \size normal
2994 \emph off
2995 \bar no
2996 \noun off
2997 \color none
2998 Joe
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \family roman
3009 \series medium
3010 \shape up
3011 \size normal
3012 \emph off
3013 \bar no
3014 \noun off
3015 \color none
3016 Mary
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025
3026 \family roman
3027 \series medium
3028 \shape up
3029 \size normal
3030 \emph off
3031 \bar no
3032 \noun off
3033 \color none
3034 Ted
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 </row>
3040 <row>
3041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045
3046 \family roman
3047 \series medium
3048 \shape up
3049 \size normal
3050 \emph off
3051 \bar no
3052 \noun off
3053 \color none
3054 \begin_inset Formula $\int x^{2}dx$
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066
3067 \family roman
3068 \series medium
3069 \shape up
3070 \size normal
3071 \emph off
3072 \bar no
3073 \noun off
3074 \color none
3075 \begin_inset Formula $\left[\begin{array}{cc}
3076 a & b\\
3077 c & d
3078 \end{array}\right]$
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \family roman
3092 \series medium
3093 \shape up
3094 \size normal
3095 \emph off
3096 \bar no
3097 \noun off
3098 \color none
3099 \begin_inset Formula $1+1=2$
3100 \end_inset
3101
3102
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 </row>
3108 </lyxtabular>
3109
3110 \end_inset
3111
3112
3113 \end_layout
3114
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \begin_layout Standard
3121 Table floats can be inserted using the menu 
3122 \family sans
3123 Insert\SpecialChar \menuseparator
3124 Float\SpecialChar \menuseparator
3125 Table
3126 \family default
3127  or the toolbar button 
3128 \family sans
3129
3130 \begin_inset Info
3131 type  "icon"
3132 arg   "float-insert table"
3133 \end_inset
3134
3135
3136 \family default
3137 .
3138 \end_layout
3139
3140 \begin_layout Standard
3141 The float appears as a collapsible box with a caption that has the label
3142  
3143 \begin_inset Quotes eld
3144 \end_inset
3145
3146 Table
3147 \begin_inset space ~
3148 \end_inset
3149
3150 #:
3151 \begin_inset Quotes erd
3152 \end_inset
3153
3154  (# is the actual table number).
3155  You can insert tables in the float above or below the caption.
3156 \end_layout
3157
3158 \begin_layout Standard
3159 Table
3160 \begin_inset space ~
3161 \end_inset
3162
3163
3164 \begin_inset CommandInset ref
3165 LatexCommand ref
3166 reference "tab:a table float"
3167
3168 \end_inset
3169
3170  is an example table within a table float.
3171 \end_layout
3172
3173 \begin_layout Standard
3174 Having the caption above the table is the common rule that is unfortunately
3175  not supported in LaTeX's standard classes.
3176  This means that, if you are using the document classes 
3177 \family sans
3178 article
3179 \family default
3180
3181 \family sans
3182 book
3183 \family default
3184
3185 \family sans
3186 letter
3187 \family default
3188 , or 
3189 \family sans
3190 report
3191 \family default
3192 , there will be no space between the caption and the table.
3193  To insert the needed space, add the following option to the load command
3194  of the LaTeX-package 
3195 \series bold
3196 caption
3197 \series default
3198
3199 \begin_inset Index idx
3200 status collapsed
3201
3202 \begin_layout Plain Layout
3203 LaTeX-packages ! caption
3204 \end_layout
3205
3206 \end_inset
3207
3208  in your document preamble
3209 \begin_inset Foot
3210 status collapsed
3211
3212 \begin_layout Plain Layout
3213 For more information have a look at section
3214 \begin_inset space ~
3215 \end_inset
3216
3217
3218 \begin_inset CommandInset ref
3219 LatexCommand ref
3220 reference "sec:Caption-Placement"
3221
3222 \end_inset
3223
3224 .
3225 \end_layout
3226
3227 \end_inset
3228
3229 :
3230 \end_layout
3231
3232 \begin_layout Standard
3233
3234 \series bold
3235 tableposition=top
3236 \end_layout
3237
3238 \begin_layout Standard
3239 The package 
3240 \series bold
3241 caption
3242 \series default
3243 , which is described in section
3244 \begin_inset space ~
3245 \end_inset
3246
3247
3248 \begin_inset CommandInset ref
3249 LatexCommand ref
3250 reference "sec:Caption-Formatting"
3251
3252 \end_inset
3253
3254 , is used to adjust the caption format.
3255 \end_layout
3256
3257 \begin_layout Standard
3258 \begin_inset Index idx
3259 status collapsed
3260
3261 \begin_layout Plain Layout
3262 References ! to Tables
3263 \end_layout
3264
3265 \end_inset
3266
3267 Tables can be cross-referenced in the text by referencing their label.
3268  To do this insert a label in the caption using the menu 
3269 \family sans
3270 Insert\SpecialChar \menuseparator
3271 Label
3272 \family default
3273  or the toolbar button 
3274 \family sans
3275
3276 \begin_inset Info
3277 type  "icon"
3278 arg   "label-insert"
3279 \end_inset
3280
3281
3282 \family default
3283 .
3284  You can now refer to the label using the menu 
3285 \family sans
3286 Insert\SpecialChar \menuseparator
3287 Cross
3288 \begin_inset space ~
3289 \end_inset
3290
3291 reference
3292 \family default
3293  or the toolbar button 
3294 \family sans
3295
3296 \begin_inset Info
3297 type  "icon"
3298 arg   "dialog-show-new-inset ref"
3299 \end_inset
3300
3301
3302 \family default
3303 .
3304 \begin_inset Newline newline
3305 \end_inset
3306
3307 Referencing is explained in detail in section
3308 \begin_inset space ~
3309 \end_inset
3310
3311
3312 \begin_inset CommandInset ref
3313 LatexCommand ref
3314 reference "sec:Referencing-Floats"
3315
3316 \end_inset
3317
3318 .
3319 \end_layout
3320
3321 \begin_layout Section
3322 Longtables
3323 \begin_inset CommandInset label
3324 LatexCommand label
3325 name "sec:Longtables"
3326
3327 \end_inset
3328
3329
3330 \begin_inset Index idx
3331 status collapsed
3332
3333 \begin_layout Plain Layout
3334 Longtables
3335 \end_layout
3336
3337 \end_inset
3338
3339
3340 \begin_inset Index idx
3341 status collapsed
3342
3343 \begin_layout Plain Layout
3344 Table ! Longtables
3345 \end_layout
3346
3347 \end_inset
3348
3349
3350 \end_layout
3351
3352 \begin_layout Standard
3353 If the table is too long to fit on one page, you can use the option 
3354 \family sans
3355 Use
3356 \begin_inset space ~
3357 \end_inset
3358
3359 long
3360 \begin_inset space ~
3361 \end_inset
3362
3363 table
3364 \family default
3365  in the tab 
3366 \family sans
3367 Longtable
3368 \family default
3369  of the table dialog to split the table automatically over more pages.
3370  Doing this enables the following options:
3371 \end_layout
3372
3373 \begin_layout Description
3374 Header: The current row is defined to be a header row that appears on all
3375  pages of the longtable; except for the first page, if 
3376 \family sans
3377 First
3378 \begin_inset space ~
3379 \end_inset
3380
3381 header
3382 \family default
3383  is defined.
3384  This is therefore called the main header.
3385 \end_layout
3386
3387 \begin_layout Description
3388 First
3389 \begin_inset space ~
3390 \end_inset
3391
3392 header: The current row is defined to be a header row that appears on the
3393  first page of the longtable.
3394 \end_layout
3395
3396 \begin_layout Description
3397 Footer: The current row is defined to be a footer row that appears on all
3398  pages of the longtable; except for the last page, if 
3399 \family sans
3400 Last
3401 \begin_inset space ~
3402 \end_inset
3403
3404 footer
3405 \family default
3406  is defined.
3407 \end_layout
3408
3409 \begin_layout Description
3410 Last
3411 \begin_inset space ~
3412 \end_inset
3413
3414 footer: The current row is defined to be a footer row that appears on the
3415  last page of the longtable.
3416 \end_layout
3417
3418 \begin_layout Description
3419 Caption: The current row contains the table caption.
3420  The row is reset as single column and a caption is inserted.
3421  More about longtable captions is explained in sec.
3422 \begin_inset space \thinspace{}
3423 \end_inset
3424
3425
3426 \begin_inset CommandInset ref
3427 LatexCommand ref
3428 reference "sub:Longtable-Captions"
3429
3430 \end_inset
3431
3432 .
3433 \end_layout
3434
3435 \begin_layout Standard
3436 You can also specify a row where the table is split.
3437  See the following longtable to see how it works:
3438 \end_layout
3439
3440 \begin_layout Standard
3441 \align center
3442 \begin_inset Tabular
3443 <lyxtabular version="3" rows="69" columns="3">
3444 <features islongtable="true" longtabularalignment="center">
3445 <column alignment="left" valignment="top" width="0cm">
3446 <column alignment="left" valignment="top" width="0pt">
3447 <column alignment="center" valignment="top" width="0pt">
3448 <row endfirsthead="true">
3449 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \series bold
3455 Example Phone List (ignore the names)
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row endfirsthead="true">
3480 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \series bold
3486 NAME
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 TEL.
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row endhead="true">
3513 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Example Phone List
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row endhead="true">
3544 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 NAME
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 TEL.
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row endfoot="true">
3577 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581  continued on next page
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Annovi
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Silvia
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Bertoli
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Stefano
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Bozzi
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Walter
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Cachia
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Maria
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Cachia
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Maurizio
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Cinquemani
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Giusi
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Colin
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Bernard
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Concli
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Gianfranco
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Dal Bosco
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Carolina
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Dalpiaz
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Annamaria
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Feliciello
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Domenico
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Focarelli
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Paola
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Galletti
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Oreste
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Gasparini
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Franca
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Rizzardi
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Paola
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Lassini
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Giancarlo
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Malfatti
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Luciano
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 111
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Malfatti
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Valeriano
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 111
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Meneguzzo
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Roberto
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 111
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Mezzadra
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Roberto
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 111
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Pirpamer
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Erich
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 111
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Pochiesa
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Paolo
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 111, 222
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Radina
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Claudio
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 111
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Stuffer
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Oskar
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 111
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Tacchelli
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Ugo
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 111
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Tezzele
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Margit
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 111
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Unterkalmsteiner
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Frieda
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 111
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \series bold
4449 Vieider
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Hilde
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 111
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \series bold
4480 Vigna
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 Jürgen
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 111
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 </row>
4504 <row>
4505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \series bold
4511 Weber
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 Maurizio
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 111
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 </row>
4535 <row>
4536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540
4541 \series bold
4542 Winkler
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 Franz
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 111
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571  
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Annovi
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Silvia
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Bertoli
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Stefano
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Bozzi
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Walter
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Cachia
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Maria
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Cachia
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Maurizio
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Cinquemani
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Giusi
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Colin
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Bernard
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Concli
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Gianfranco
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Dal Bosco
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Carolina
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Dalpiaz
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Annamaria
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Feliciello
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Domenico
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 555
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Focarelli
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Paola
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Galletti
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Oreste
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row>
4999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003
5004 \series bold
5005 Gasparini
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Franca
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 555
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 </row>
5029 <row>
5030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \series bold
5036 Rizzardi
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Paola
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 555
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \series bold
5067 Lassini
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Giancarlo
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 555
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \series bold
5098 Malfatti
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 Luciano
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 555
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row>
5123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \series bold
5129 Malfatti
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 Valeriano
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 555
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row>
5154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \series bold
5160 Meneguzzo
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 Roberto
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 555
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \series bold
5191 Mezzadra
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 Roberto
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 555
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 </row>
5215 <row>
5216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \series bold
5222 Pirpamer
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 Erich
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 555
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \series bold
5253 Pochiesa
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 Paolo
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 555, 222
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 </row>
5277 <row>
5278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282
5283 \series bold
5284 Radina
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 Claudio
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 555
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row>
5309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \series bold
5315 Stuffer
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 Oskar
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 555
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \series bold
5346 Tacchelli
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Ugo
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 555
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \series bold
5377 Tezzele
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 Margit
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 555
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \series bold
5408 Unterkalmsteiner
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 Frieda
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 555
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 <row>
5433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437
5438 \series bold
5439 Vieider
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 Hilde
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 555
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row>
5464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468
5469 \series bold
5470 Vigna
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 Jürgen
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 999
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \series bold
5501 Weber
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 Maurizio
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 555
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 </row>
5525 <row>
5526 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530
5531 \series bold
5532 Winkler
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 Franz
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 555
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row endlastfoot="true">
5557 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 end
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 </row>
5585 </lyxtabular>
5586
5587 \end_inset
5588
5589
5590 \begin_inset ERT
5591 status collapsed
5592
5593 \begin_layout Plain Layout
5594
5595
5596 \backslash
5597 addtocounter{table}{-1}
5598 \end_layout
5599
5600 \end_inset
5601
5602
5603 \begin_inset Note Note
5604 status collapsed
5605
5606 \begin_layout Plain Layout
5607 See the first greyed-out note in section
5608 \begin_inset space ~
5609 \end_inset
5610
5611
5612 \begin_inset CommandInset ref
5613 LatexCommand ref
5614 reference "sub:Longtable-Captions"
5615
5616 \end_inset
5617
5618  for an explanation of this command.
5619 \end_layout
5620
5621 \end_inset
5622
5623
5624 \end_layout
5625
5626 \begin_layout Subsection
5627 Footnotes in Longtables
5628 \begin_inset CommandInset label
5629 LatexCommand label
5630 name "sub:Footnotes-in-Longtables"
5631
5632 \end_inset
5633
5634
5635 \begin_inset Index idx
5636 status collapsed
5637
5638 \begin_layout Plain Layout
5639 Longtables ! Footnotes
5640 \end_layout
5641
5642 \end_inset
5643
5644
5645 \end_layout
5646
5647 \begin_layout Standard
5648 Footnotes can be inserted to every longtable cell.
5649  They appear at the bottom of the page where the table cell with the footnote
5650  appears.
5651  Table
5652 \begin_inset space ~
5653 \end_inset
5654
5655
5656 \begin_inset CommandInset ref
5657 LatexCommand ref
5658 reference "tab:DiffCaptions"
5659
5660 \end_inset
5661
5662  has for example a footnote.
5663 \end_layout
5664
5665 \begin_layout Subsection
5666 Longtable Alignment
5667 \begin_inset Index idx
5668 status collapsed
5669
5670 \begin_layout Plain Layout
5671 Longtables ! Alignment
5672 \end_layout
5673
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \begin_layout Standard
5680 The horizontal alignment of longtables can be set in the table settings
5681  dialog.
5682  For left- and right-alignment the table will be directly at the page border.
5683  To add space between the table and the border one has to set the alignment
5684  to center and change the value of the LaTeX-lengths 
5685 \series bold
5686
5687 \backslash
5688 LTleft 
5689 \series default
5690 or 
5691 \series bold
5692
5693 \backslash
5694 LTright
5695 \series default
5696  by inserting this line as TeX-Code before the longtable:
5697 \end_layout
5698
5699 \begin_layout Standard
5700
5701 \series bold
5702
5703 \backslash
5704 setlength{
5705 \backslash
5706 LTleft}{value}
5707 \end_layout
5708
5709 \begin_layout Standard
5710 The value can have any of the units listed in Table
5711 \begin_inset space ~
5712 \end_inset
5713
5714
5715 \begin_inset CommandInset ref
5716 LatexCommand ref
5717 reference "tab:Units"
5718
5719 \end_inset
5720
5721 .
5722  
5723 \series bold
5724
5725 \backslash
5726 LTleft
5727 \series default
5728  controls the horizontal distance from the left page border to the longtable,
5729  
5730 \series bold
5731
5732 \backslash
5733 LTright
5734 \series default
5735  the distance from the right side.
5736  The default value for both lengths is 
5737 \series bold
5738
5739 \backslash
5740 fill
5741 \series default
5742 , which is in this case the same as an horizontal fill in LyX.
5743 \end_layout
5744
5745 \begin_layout Standard
5746 The following longtable was centered and 
5747 \series bold
5748
5749 \backslash
5750 LTleft
5751 \series default
5752  set to 
5753 \family sans
5754 0.1
5755 \backslash
5756 columnwidth
5757 \family default
5758 :
5759 \begin_inset ERT
5760 status collapsed
5761
5762 \begin_layout Plain Layout
5763
5764
5765 \backslash
5766 setlength{
5767 \backslash
5768 LTleft}{0.1
5769 \backslash
5770 columnwidth}
5771 \end_layout
5772
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \begin_layout Standard
5779 \begin_inset Tabular
5780 <lyxtabular version="3" rows="5" columns="5">
5781 <features islongtable="true" longtabularalignment="center">
5782 <column alignment="center" valignment="top" width="0">
5783 <column alignment="center" valignment="top" width="0pt">
5784 <column alignment="center" valignment="top" width="0">
5785 <column alignment="center" valignment="top" width="0">
5786 <column alignment="center" valignment="top" width="0">
5787 <row>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 1
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 2
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 3
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 4
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 5
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 </row>
5834 <row>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 asd
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 s
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 s
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 s
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 asd
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 s
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 s
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 s
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 asd
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 </row>
5928 <row>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 asd
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 s
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 s
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 s
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 asd
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 asd
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 asd
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 asd
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 asd
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 asd
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 </lyxtabular>
6023
6024 \end_inset
6025
6026
6027 \begin_inset ERT
6028 status collapsed
6029
6030 \begin_layout Plain Layout
6031
6032
6033 \backslash
6034 setlength{
6035 \backslash
6036 LTleft}{
6037 \backslash
6038 fill}
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \begin_inset ERT
6045 status collapsed
6046
6047 \begin_layout Plain Layout
6048
6049
6050 \backslash
6051 addtocounter{table}{-1}
6052 \end_layout
6053
6054 \end_inset
6055
6056
6057 \begin_inset Note Note
6058 status collapsed
6059
6060 \begin_layout Plain Layout
6061 See the first greyed-out note in section
6062 \begin_inset space ~
6063 \end_inset
6064
6065
6066 \begin_inset CommandInset ref
6067 LatexCommand ref
6068 reference "sub:Longtable-Captions"
6069
6070 \end_inset
6071
6072  for an explanation of this command.
6073 \end_layout
6074
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \begin_layout Subsection
6081 Longtable Captions
6082 \begin_inset Index idx
6083 status collapsed
6084
6085 \begin_layout Plain Layout
6086 Longtables ! Captions
6087 \end_layout
6088
6089 \end_inset
6090
6091
6092 \begin_inset CommandInset label
6093 LatexCommand label
6094 name "sub:Longtable-Captions"
6095
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \begin_layout Standard
6102 A longtable cannot be put into a table float because floats can only be
6103  on one page.
6104  But the caption environment of floats can also be used for longtables when
6105  you use the longtable option 
6106 \family sans
6107 Caption
6108 \family default
6109  as described in sec.
6110 \begin_inset space \thinspace{}
6111 \end_inset
6112
6113
6114 \begin_inset CommandInset ref
6115 LatexCommand ref
6116 reference "sec:Longtables"
6117
6118 \end_inset
6119
6120 .
6121  Only one table row can contain the caption.
6122 \end_layout
6123
6124 \begin_layout Standard
6125 Here is a short longtable to see how it works:
6126 \end_layout
6127
6128 \begin_layout Standard
6129 \begin_inset Tabular
6130 <lyxtabular version="3" rows="6" columns="5">
6131 <features islongtable="true" longtabularalignment="center">
6132 <column alignment="center" valignment="top" width="0">
6133 <column alignment="center" valignment="top" width="0">
6134 <column alignment="center" valignment="top" width="0">
6135 <column alignment="center" valignment="top" width="0">
6136 <column alignment="center" valignment="top" width="0">
6137 <row caption="true">
6138 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 \begin_inset Caption
6143
6144 \begin_layout Plain Layout
6145 Longtable with caption
6146 \begin_inset Argument
6147 status open
6148
6149 \begin_layout Plain Layout
6150 Longtable
6151 \end_layout
6152
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 </row>
6202 <row>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 1
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 2
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 3
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 4
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 5
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 </row>
6249 <row>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 asd
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 s
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 s
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 s
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 asd
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 </row>
6296 <row>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 s
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 s
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 s
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 asd
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 </row>
6343 <row>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 asd
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 s
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 s
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 s
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 asd
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 </row>
6390 <row>
6391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 asd
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 asd
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 asd
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 asd
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 asd
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 </row>
6437 </lyxtabular>
6438
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \begin_layout Standard
6445 \begin_inset VSpace medskip
6446 \end_inset
6447
6448
6449 \begin_inset Note Greyedout
6450 status open
6451
6452 \begin_layout Plain Layout
6453
6454 \series bold
6455 Note
6456 \begin_inset space ~
6457 \end_inset
6458
6459 1:
6460 \series default
6461  The table number is increased for for every longtable, even if you did
6462  not set a caption for it.
6463  For this reason you could have the case that e.
6464 \begin_inset space \thinspace{}
6465 \end_inset
6466
6467 g.
6468 \begin_inset space \space{}
6469 \end_inset
6470
6471 Table
6472 \begin_inset space ~
6473 \end_inset
6474
6475 2.4 follows Table
6476 \begin_inset space ~
6477 \end_inset
6478
6479 2.1 in the list of tables if there are two longtables without captions.
6480  To avoid this you can add the following command in TeX-Code after every
6481  longtable without a caption:
6482 \end_layout
6483
6484 \begin_layout Plain Layout
6485
6486 \series bold
6487
6488 \backslash
6489 addtocounter{table}{-1}
6490 \end_layout
6491
6492 \begin_layout Plain Layout
6493 This is not needed when none of your longtables have a caption and you add
6494  the following code to the document preamble:
6495 \end_layout
6496
6497 \begin_layout Plain Layout
6498
6499 \series bold
6500
6501 \backslash
6502 let
6503 \backslash
6504 myEnd
6505 \backslash
6506 endlongtable
6507 \begin_inset Newline newline
6508 \end_inset
6509
6510
6511 \backslash
6512 renewcommand{
6513 \backslash
6514 endlongtable}{
6515 \backslash
6516 myEnd
6517 \backslash
6518 addtocounter{table}{-1}}
6519 \end_layout
6520
6521 \end_inset
6522
6523
6524 \end_layout
6525
6526 \begin_layout Standard
6527 \begin_inset Note Greyedout
6528 status open
6529
6530 \begin_layout Plain Layout
6531
6532 \series bold
6533 Note
6534 \begin_inset space ~
6535 \end_inset
6536
6537 2:
6538 \series default
6539  If you are using
6540 \series bold
6541  hyperref
6542 \series default
6543
6544 \begin_inset Index idx
6545 status collapsed
6546
6547 \begin_layout Plain Layout
6548 LaTeX-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" width="0">
6589 <column alignment="center" valignment="top" width="0">
6590 <column alignment="center" valignment="top" width="0">
6591 <column alignment="center" valignment="top" width="0">
6592 <column alignment="center" valignment="top" width="0">
6593 <row 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
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 LaTeX-package 
6919 \series bold
6920 caption
6921 \series default
6922
6923 \begin_inset Index idx
6924 status collapsed
6925
6926 \begin_layout Plain Layout
6927 LaTeX-packages ! caption
6928 \end_layout
6929
6930 \end_inset
6931
6932 , see section
6933 \begin_inset space ~
6934 \end_inset
6935
6936
6937 \begin_inset CommandInset ref
6938 LatexCommand ref
6939 reference "sec:Caption-Formatting"
6940
6941 \end_inset
6942
6943 .
6944 \end_layout
6945
6946 \begin_layout Subsubsection
6947 Caption Width
6948 \begin_inset Index idx
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952 Longtables ! Caption Width
6953 \end_layout
6954
6955 \end_inset
6956
6957
6958 \end_layout
6959
6960 \begin_layout Standard
6961 The maximal width of of caption lines is defined by the length 
6962 \series bold
6963
6964 \backslash
6965 LTcapwidth
6966 \series default
6967 .
6968  Its default value is 4
6969 \begin_inset space \thinspace{}
6970 \end_inset
6971
6972 in.
6973  To change it add the following command to your document preamble or as
6974  TeX-Code into your document before the longtable that should be affected
6975 \end_layout
6976
6977 \begin_layout Standard
6978
6979 \series bold
6980
6981 \backslash
6982 setlength{
6983 \backslash
6984 LTcapwidth}{width}
6985 \end_layout
6986
6987 \begin_layout Standard
6988 where the width could have one of the units listed in appendix
6989 \begin_inset space ~
6990 \end_inset
6991
6992
6993 \begin_inset CommandInset ref
6994 LatexCommand ref
6995 reference "cha:Units-available-in"
6996
6997 \end_inset
6998
6999 .
7000 \end_layout
7001
7002 \begin_layout Standard
7003 The following tables show the difference:
7004 \end_layout
7005
7006 \begin_layout Standard
7007 \begin_inset Tabular
7008 <lyxtabular version="3" rows="6" columns="5">
7009 <features islongtable="true" longtabularalignment="center">
7010 <column alignment="center" valignment="top" width="0">
7011 <column alignment="center" valignment="top" width="0">
7012 <column alignment="center" valignment="top" width="0">
7013 <column alignment="center" valignment="top" width="0">
7014 <column alignment="center" valignment="top" width="0">
7015 <row caption="true">
7016 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 \begin_inset Caption
7021
7022 \begin_layout Plain Layout
7023 long full title with default width long full title with default width long
7024  full title with default width
7025 \begin_inset Argument
7026 status collapsed
7027
7028 \begin_layout Plain Layout
7029 caption with default width
7030 \end_layout
7031
7032 \end_inset
7033
7034
7035 \end_layout
7036
7037 \end_inset
7038
7039
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 <row>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 1
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 2
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 3
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 4
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 5
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 </row>
7128 <row>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 asd
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 s
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 s
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 s
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 asd
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 </row>
7175 <row>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 asd
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 s
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 s
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 s
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 asd
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 </row>
7222 <row>
7223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 asd
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 s
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 s
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 asd
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 </row>
7269 <row>
7270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 asd
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 sad
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 asd
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 </row>
7316 </lyxtabular>
7317
7318 \end_inset
7319
7320
7321 \end_layout
7322
7323 \begin_layout Standard
7324 \begin_inset ERT
7325 status collapsed
7326
7327 \begin_layout Plain Layout
7328
7329
7330 \backslash
7331 setlength{
7332 \backslash
7333 LTcapwidth}{5cm}
7334 \end_layout
7335
7336 \end_inset
7337
7338
7339 \begin_inset Tabular
7340 <lyxtabular version="3" rows="6" columns="5">
7341 <features islongtable="true" longtabularalignment="center">
7342 <column alignment="center" valignment="top" width="0">
7343 <column alignment="center" valignment="top" width="0">
7344 <column alignment="center" valignment="top" width="0">
7345 <column alignment="center" valignment="top" width="0">
7346 <column alignment="center" valignment="top" width="0">
7347 <row caption="true">
7348 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 \begin_inset Caption
7353
7354 \begin_layout Plain Layout
7355 long full title with width set to 5
7356 \begin_inset space \thinspace{}
7357 \end_inset
7358
7359 cm long full title with width set to 5
7360 \begin_inset space \thinspace{}
7361 \end_inset
7362
7363 cm long full title with width set to 5
7364 \begin_inset space \thinspace{}
7365 \end_inset
7366
7367 cm
7368 \begin_inset Argument
7369 status collapsed
7370
7371 \begin_layout Plain Layout
7372 caption with width
7373 \begin_inset space \thinspace{}
7374 \end_inset
7375
7376 =
7377 \begin_inset space \thinspace{}
7378 \end_inset
7379
7380 5
7381 \begin_inset space \thinspace{}
7382 \end_inset
7383
7384 cm
7385 \end_layout
7386
7387 \end_inset
7388
7389
7390 \end_layout
7391
7392 \end_inset
7393
7394
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 </row>
7436 <row>
7437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 1
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 2
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 3
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 4
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 5
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row>
7484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 asd
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 s
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 s
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 s
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 asd
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 asd
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 s
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 s
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 s
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 asd
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row>
7578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 asd
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591 s
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600 s
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 s
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 asd
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 asd
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638 sad
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 asd
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 asd
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 asd
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 </lyxtabular>
7672
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \begin_layout Standard
7679 \begin_inset ERT
7680 status collapsed
7681
7682 \begin_layout Plain Layout
7683
7684
7685 \backslash
7686 setlength{
7687 \backslash
7688 LTcapwidth}{4in}
7689 \end_layout
7690
7691 \end_inset
7692
7693
7694 \end_layout
7695
7696 \begin_layout Standard
7697 \begin_inset Note Greyedout
7698 status open
7699
7700 \begin_layout Plain Layout
7701
7702 \series bold
7703 Note:
7704 \series default
7705  When the LaTeX-package 
7706 \series bold
7707 caption
7708 \series default
7709
7710 \begin_inset Index idx
7711 status collapsed
7712
7713 \begin_layout Plain Layout
7714 LaTeX-packages ! caption
7715 \end_layout
7716
7717 \end_inset
7718
7719  is used, as in this document, the full page width is used for the caption
7720  when you use the default value of 4
7721 \begin_inset space \thinspace{}
7722 \end_inset
7723
7724 in for 
7725 \series bold
7726
7727 \backslash
7728 LTcapwidth
7729 \series default
7730 .
7731  To get in this case exactly a 4
7732 \begin_inset space \thinspace{}
7733 \end_inset
7734
7735 in wide caption, you can either use a value slightly different from 4.0
7736 \begin_inset space \thinspace{}
7737 \end_inset
7738
7739 in, e.
7740 \begin_inset space \thinspace{}
7741 \end_inset
7742
7743 g.
7744 \begin_inset space \space{}
7745 \end_inset
7746
7747 3.99
7748 \begin_inset space \thinspace{}
7749 \end_inset
7750
7751 in, or the LaTeX-command 
7752 \series bold
7753
7754 \backslash
7755 captionsetup{width=value}
7756 \series default
7757  that is provided by the 
7758 \series bold
7759 caption
7760 \series default
7761 -package.
7762 \end_layout
7763
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \begin_layout Subsubsection
7770 Different Captions for Table Pages
7771 \begin_inset Index idx
7772 status collapsed
7773
7774 \begin_layout Plain Layout
7775 Longtables ! Different Captions for Pages
7776 \end_layout
7777
7778 \end_inset
7779
7780
7781 \end_layout
7782
7783 \begin_layout Standard
7784 When the table captions for the following pages should differ from the one
7785  of the first table page, insert a caption with the TeX-Code command
7786 \end_layout
7787
7788 \begin_layout Standard
7789
7790 \series bold
7791
7792 \backslash
7793 caption*{caption text}
7794 \backslash
7795
7796 \backslash
7797 %
7798 \end_layout
7799
7800 \begin_layout Standard
7801 in a dummy caption row that is marked as a header.
7802  Table
7803 \begin_inset space ~
7804 \end_inset
7805
7806
7807 \begin_inset CommandInset ref
7808 LatexCommand ref
7809 reference "tab:DiffCaptions"
7810
7811 \end_inset
7812
7813  is an example of a longtable with different heading where the second caption
7814  doesn't include the table number.
7815 \end_layout
7816
7817 \begin_layout Standard
7818 \align center
7819 \begin_inset Tabular
7820 <lyxtabular version="3" rows="59" columns="3">
7821 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7822 <column alignment="left" valignment="top" width="0cm">
7823 <column alignment="left" valignment="top" width="0pt">
7824 <column alignment="center" valignment="top" width="0pt">
7825 <row caption="true">
7826 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 \begin_inset Caption
7831
7832 \begin_layout Plain Layout
7833 Example Phone List
7834 \begin_inset CommandInset label
7835 LatexCommand label
7836 name "tab:DiffCaptions"
7837
7838 \end_inset
7839
7840
7841 \begin_inset Argument
7842 status collapsed
7843
7844 \begin_layout Plain Layout
7845 Example Phone List
7846 \end_layout
7847
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \end_inset
7854
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row endfirsthead="true">
7880 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Example Phone List (ignore the names)
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row endfirsthead="true">
7911 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 NAME
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \series bold
7937 TEL.
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row endhead="true">
7944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 \begin_inset ERT
7949 status open
7950
7951 \begin_layout Plain Layout
7952
7953
7954 \backslash
7955 caption*{Continued Example Phone List}
7956 \backslash
7957
7958 \backslash
7959 %
7960 \end_layout
7961
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row endhead="true">
7989 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \series bold
7995 Example Phone List
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row endhead="true">
8020 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \series bold
8026 NAME
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 TEL.
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row endfoot="true">
8053 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 continued on next page
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Annovi
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Silvia
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Bertoli
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Stefano
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Bozzi
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Walter
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Cachia
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Maria
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Cachia
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Maurizio
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Cinquemani
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Giusi
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Colin
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Bernard
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Concli
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Gianfranco
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Dal Bosco
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Carolina
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Dalpiaz
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Annamaria
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Feliciello
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Domenico
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Focarelli
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Paola
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Galletti
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Oreste
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Gasparini
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Franca
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 111
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Rizzardi
8523 \series default
8524
8525 \begin_inset Foot
8526 status open
8527
8528 \begin_layout Plain Layout
8529 Example footnote
8530 \end_layout
8531
8532 \end_inset
8533
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 Paola
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 111
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \series bold
8565 Lassini
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Giancarlo
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 111
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \series bold
8596 Malfatti
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 Luciano
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 111
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row>
8621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \series bold
8627 Malfatti
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 Valeriano
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 111
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \series bold
8658 Meneguzzo
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 Roberto
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 111
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \series bold
8689 Mezzadra
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 Roberto
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 111
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \series bold
8720 Pirpamer
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 Erich
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 111
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749
8750 \series bold
8751 Pochiesa
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 Paolo
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 111, 222
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \series bold
8782 Radina
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 Claudio
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 111
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 </row>
8806 <row>
8807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811
8812 \series bold
8813 Stuffer
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 Oskar
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 111
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \series bold
8844 Tacchelli
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 Ugo
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 111
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875 Tezzele
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 Margit
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 111
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \series bold
8906 Unterkalmsteiner
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Frieda
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 111
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937 Vieider
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Hilde
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 111
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968 Vigna
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 Jürgen
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 111
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \series bold
8999 Weber
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Maurizio
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 111
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \series bold
9030 Winkler
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 Franz
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 111
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059  
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \series bold
9090 Annovi
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 Silvia
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 555
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \series bold
9121 Bertoli
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 Stefano
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 555
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 </row>
9145 <row>
9146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150
9151 \series bold
9152 Bozzi
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 Walter
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 555
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \series bold
9183 Cachia
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Maria
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 555
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \series bold
9214 Cachia
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 Maurizio
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 555
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \series bold
9245 Cinquemani
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Giusi
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 555
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \series bold
9276 Colin
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Bernard
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 555
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \series bold
9307 Concli
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 Gianfranco
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 555
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338 Dal Bosco
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 Carolina
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 555
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \series bold
9369 Dalpiaz
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 Annamaria
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 555
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400 Feliciello
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 Domenico
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 555
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \series bold
9431 Focarelli
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 Paola
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 555
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 <row>
9456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460
9461 \series bold
9462 Galletti
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 Oreste
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 555
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \series bold
9493 Gasparini
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 Franca
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 555
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 </row>
9517 <row>
9518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522
9523 \series bold
9524 Rizzardi
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 Paola
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 555
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 </row>
9548 <row>
9549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553
9554 \series bold
9555 Lassini
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 Giancarlo
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 555
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 </row>
9579 <row>
9580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584
9585 \series bold
9586 Malfatti
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 Luciano
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 555
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 </row>
9610 <row>
9611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615
9616 \series bold
9617 Malfatti
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 Valeriano
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 555
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \series bold
9648 Meneguzzo
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 Roberto
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 555
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \series bold
9679 Mezzadra
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 Roberto
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 555
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 </row>
9703 </lyxtabular>
9704
9705 \end_inset
9706
9707
9708 \end_layout
9709
9710 \begin_layout Section
9711 Special Longtable Issues
9712 \begin_inset CommandInset label
9713 LatexCommand label
9714 name "sec:Special-Longtable-Issues"
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \begin_layout Subsection
9722 Longtable Calculation
9723 \begin_inset Index idx
9724 status collapsed
9725
9726 \begin_layout Plain Layout
9727 Longtables ! Calculation
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \begin_layout Standard
9736 LaTeX calculates the height of table pages and their page breaks using so
9737  called chunks.
9738  Chunks are parts of tables that held at the same time in LaTeX's memory.
9739  The default value was historically set to only 20 table rows.
9740  If you are using longtables with many pages this may slow down the creation
9741  of your document.
9742  You can safely increase the chunk size to values of 100-1000 by adding
9743  this command line to your document preamble:
9744 \end_layout
9745
9746 \begin_layout Standard
9747
9748 \series bold
9749
9750 \backslash
9751 setcounter{LTchunksize}{100}
9752 \end_layout
9753
9754 \begin_layout Subsection
9755 Floats and Longtables
9756 \begin_inset Index idx
9757 status collapsed
9758
9759 \begin_layout Plain Layout
9760 Longtables ! Floats
9761 \end_layout
9762
9763 \end_inset
9764
9765
9766 \end_layout
9767
9768 \begin_layout Standard
9769 There might be problems when a float appears on the same page where a longtable
9770  starts.
9771  To avoid such a situation, insert a 
9772 \begin_inset Quotes eld
9773 \end_inset
9774
9775 clear page
9776 \begin_inset Quotes erd
9777 \end_inset
9778
9779  (menu 
9780 \family sans
9781 Insert\SpecialChar \menuseparator
9782 Formatting\SpecialChar \menuseparator
9783 Clear
9784 \begin_inset space ~
9785 \end_inset
9786
9787 Page
9788 \family default
9789 ) before your longtable.
9790 \end_layout
9791
9792 \begin_layout Subsection
9793 Forced Page Breaks
9794 \begin_inset Index idx
9795 status collapsed
9796
9797 \begin_layout Plain Layout
9798 Longtables ! Forced Page Breaks
9799 \end_layout
9800
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \begin_layout Standard
9807 By default tables are only broken between rows.
9808  If you have a cell with multiples lines and want to have a page break within
9809  the cell, insert the new line command 
9810 \begin_inset Quotes eld
9811 \end_inset
9812
9813
9814 \series bold
9815
9816 \backslash
9817
9818 \backslash
9819
9820 \series default
9821
9822 \begin_inset Quotes erd
9823 \end_inset
9824
9825  as TeX-Code at the point of the cell where it can be broken.
9826  Before the 
9827 \series bold
9828
9829 \backslash
9830
9831 \backslash
9832
9833 \series default
9834  command you have to insert in TeX-Code as many 
9835 \begin_inset Quotes eld
9836 \end_inset
9837
9838
9839 \series bold
9840 &
9841 \series default
9842
9843 \begin_inset Quotes erd
9844 \end_inset
9845
9846  characters as the number of the following table columns.
9847  The 
9848 \series bold
9849 &
9850 \series default
9851  is the character to separate table cells.
9852  Write in TeX-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 TeX-Code after
9888  
9889 \begin_inset Quotes eld
9890 \end_inset
9891
9892
9893 \emph on
9894 Castelchiodato,
9895 \emph default
9896
9897 \begin_inset Quotes erd
9898 \end_inset
9899
9900 :
9901 \end_layout
9902
9903 \begin_layout Standard
9904
9905 \series bold
9906 & 111
9907 \backslash
9908
9909 \backslash
9910  
9911 \backslash
9912 newpage
9913 \begin_inset Newline newline
9914 \end_inset
9915
9916 &
9917 \end_layout
9918
9919 \begin_layout Standard
9920 The 
9921 \begin_inset Quotes eld
9922 \end_inset
9923
9924 111
9925 \begin_inset Quotes erd
9926 \end_inset
9927
9928  in the third column of the row was deleted.
9929  
9930 \series bold
9931
9932 \backslash
9933 newpage
9934 \series default
9935  is only needed when a page break should definitely occur at this position,
9936  otherwise it would be a conditional break.
9937  If your footer row of the longtable has for a certain reason no upper line
9938  but you would have a horizontal line where the cell is broken, use this
9939  command instead:
9940 \end_layout
9941
9942 \begin_layout Standard
9943
9944 \series bold
9945 & 111
9946 \backslash
9947
9948 \backslash
9949
9950 \begin_inset Newline newline
9951 \end_inset
9952
9953
9954 \backslash
9955 hline &
9956 \end_layout
9957
9958 \begin_layout Standard
9959 When the cell to be broken is in the last column, the command
9960 \end_layout
9961
9962 \begin_layout Standard
9963
9964 \series bold
9965
9966 \backslash
9967 setlength{
9968 \backslash
9969 parfillskip}{0pt}
9970 \end_layout
9971
9972 \begin_layout Standard
9973 must be inserted as TeX-Code at the beginning of the cell.
9974  This ensures that the part of the cell that will be displayed on the new
9975  page appears with the full width.
9976 \end_layout
9977
9978 \begin_layout Standard
9979 \align center
9980 \begin_inset Tabular
9981 <lyxtabular version="3" rows="38" columns="3">
9982 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9983 <column alignment="left" valignment="top" width="0cm">
9984 <column alignment="left" valignment="top" width="3cm">
9985 <column alignment="center" valignment="top" width="0pt">
9986 <row caption="true">
9987 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 \begin_inset Caption
9992
9993 \begin_layout Plain Layout
9994 Table with forced page break in table cell
9995 \begin_inset CommandInset label
9996 LatexCommand label
9997 name "tab:ForcedPagebreak"
9998
9999 \end_inset
10000
10001
10002 \begin_inset Argument
10003 status collapsed
10004
10005 \begin_layout Plain Layout
10006 Table with forced page break in table cell
10007 \end_layout
10008
10009 \end_inset
10010
10011
10012 \end_layout
10013
10014 \end_inset
10015
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row endfirsthead="true">
10041 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 Example Phone List (ignore the names)
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row endfirsthead="true">
10072 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 NAME
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \series bold
10098 TEL.
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row endhead="true">
10105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 \begin_inset ERT
10110 status collapsed
10111
10112 \begin_layout Plain Layout
10113
10114
10115 \backslash
10116 caption*{Continued Example Phone List}
10117 \backslash
10118
10119 \backslash
10120 %
10121 \end_layout
10122
10123 \end_inset
10124
10125
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row endhead="true">
10150 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \series bold
10156 Example Phone List
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row endhead="true">
10181 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \series bold
10187 NAME
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 TEL.
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 <row endfoot="true">
10214 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 continued on next page
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \series bold
10249 Annovi
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 Silvia
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 111
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \series bold
10280 Bertoli
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Stefano
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 111
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 Bozzi
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 Walter
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 111
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \series bold
10342 Cachia
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 Maria
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 111
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \series bold
10373 Cachia
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Maurizio
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 111
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 <row>
10398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402
10403 \series bold
10404 Cinquemani
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 Giusi
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 111
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 <row>
10429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \series bold
10435 Colin
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Bernard
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 111
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \series bold
10466 Concli
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Gianfranco
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 111
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 </row>
10490 <row>
10491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495
10496 \series bold
10497 Dal Bosco
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 Carolina
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 111
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row>
10522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526
10527 \series bold
10528 Dalpiaz
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 Annamaria
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 111
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \series bold
10559 Feliciello
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 Domenico
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 111
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \series bold
10590 Focarelli
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 Paola
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 111
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 <row>
10615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \series bold
10621 Galletti
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 Oreste
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 111
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 <row>
10646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650
10651 \series bold
10652 Gasparini
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Franca
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 111
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row>
10677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \series bold
10683 Lassini
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 Giancarlo
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 111
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 <row>
10708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712
10713 \series bold
10714 Malfatti
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 Luciano
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 111
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \series bold
10745 Malfatti
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 Valeriano
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 111
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \series bold
10776 Meneguzzo
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 Roberto
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 111
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row>
10801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \series bold
10807 Mezzadra
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 Roberto
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 111
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 </row>
10831 <row>
10832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \series bold
10838 Pirpamer
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 Erich
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 111
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 </row>
10862 <row>
10863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \series bold
10869 Pochiesa
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 Paolo
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 111, 222
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 </row>
10893 <row>
10894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \series bold
10900 Radina
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 Claudio
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 111
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \series bold
10931 Rizzardi
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Paolo, 11.
10941  Fürst von Montecompatri, 11.
10942  Fürst von Sulmona und Vivaro, 10.
10943  Fürst von Rossano, 5.
10944  Herzog von Canemorte, 11.
10945  Herzog von Palombara, 5.
10946  Herzog von Castelchiodato,
10947 \begin_inset ERT
10948 status open
10949
10950 \begin_layout Plain Layout
10951
10952 & 111
10953 \backslash
10954
10955 \backslash
10956  
10957 \backslash
10958 newpage
10959 \end_layout
10960
10961 \begin_layout Plain Layout
10962
10963 &
10964 \end_layout
10965
10966 \end_inset
10967
10968  11.
10969  Herzog von Poggionativo, 11.
10970  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10971  Graf von Valinfreda, 11.
10972  Baron von Cropalati, 11.
10973  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 </row>
10988 <row>
10989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993
10994 \series bold
10995 Stuffer
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 Oskar
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 111
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row>
11020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \series bold
11026 Tacchelli
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 Ugo
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 111
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 </row>
11050 <row>
11051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \series bold
11057 Tezzele
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Margit
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 111
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 <row>
11082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086
11087 \series bold
11088 Unterkalmsteiner
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 Frieda
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 111
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 </row>
11112 <row>
11113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \series bold
11119 Vieider
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 Hilde
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 111
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 </row>
11143 <row>
11144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148
11149 \series bold
11150 Vigna
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 Jürgen
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 111
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 </row>
11174 <row>
11175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179
11180 \series bold
11181 Weber
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 Maurizio
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 111
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 </row>
11205 <row>
11206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \series bold
11212 Winkler
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 Franz
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 111
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 </lyxtabular>
11237
11238 \end_inset
11239
11240
11241 \end_layout
11242
11243 \begin_layout Section
11244 Multiple Lines, Columns and Rows
11245 \end_layout
11246
11247 \begin_layout Subsection
11248 Multiple Lines in Table Cells
11249 \begin_inset CommandInset label
11250 LatexCommand label
11251 name "sub:Multiple-Lines-in"
11252
11253 \end_inset
11254
11255
11256 \begin_inset Index idx
11257 status collapsed
11258
11259 \begin_layout Plain Layout
11260 Multiple Lines in Table Cells
11261 \end_layout
11262
11263 \end_inset
11264
11265
11266 \begin_inset Index idx
11267 status collapsed
11268
11269 \begin_layout Plain Layout
11270 Table ! Linebreaks
11271 \end_layout
11272
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \begin_layout Standard
11279 \noindent
11280 \begin_inset Float table
11281 placement H
11282 wide false
11283 sideways false
11284 status open
11285
11286 \begin_layout Plain Layout
11287 \begin_inset Caption
11288
11289 \begin_layout Plain Layout
11290 \begin_inset CommandInset label
11291 LatexCommand label
11292 name "tab:Table-with-multiple"
11293
11294 \end_inset
11295
11296 Table with multiple lines in cells
11297 \end_layout
11298
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \begin_layout Plain Layout
11305 \align center
11306 \begin_inset Tabular
11307 <lyxtabular version="3" rows="3" columns="3">
11308 <features tabularvalignment="middle">
11309 <column alignment="center" valignment="middle" width="2.5cm">
11310 <column alignment="center" valignment="middle" width="0">
11311 <column alignment="center" valignment="middle" width="0">
11312 <row>
11313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 multiple
11318 \begin_inset Newline linebreak
11319 \end_inset
11320
11321 lines
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 b
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 c
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 </row>
11345 <row>
11346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 d
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 e
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 f
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 </row>
11374 <row>
11375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 g
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 h
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 i
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 </row>
11403 </lyxtabular>
11404
11405 \end_inset
11406
11407
11408 \end_layout
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \begin_layout Standard
11416 Setting a fixed width for a column enables you to enter text as a paragraph
11417  with multiple lines and hyphenation.
11418 \end_layout
11419
11420 \begin_layout Standard
11421 To produce Table
11422 \begin_inset space ~
11423 \end_inset
11424
11425
11426 \begin_inset CommandInset ref
11427 LatexCommand ref
11428 reference "tab:Table-with-multiple"
11429
11430 \end_inset
11431
11432 , create a 3×3 table, mark the first cell and right-click on it.
11433  In the appearing table dialog we set a cell width of 2.5
11434 \begin_inset space \thinspace{}
11435 \end_inset
11436
11437 cm and choose centered for the vertical and horizontal alignment.
11438  The vertical alignment is used for all cells of the row.
11439  As our text is smaller than 2.5
11440 \begin_inset space \thinspace{}
11441 \end_inset
11442
11443 cm, only one line will appear.
11444  To get two lines, a justified line break (shortcut 
11445 \begin_inset Info
11446 type  "shortcut"
11447 arg   "newline-insert linebreak"
11448 \end_inset
11449
11450 ) was added.
11451  If the text is wider than the set cell width, it will automatically be
11452  broken to several lines.
11453 \end_layout
11454
11455 \begin_layout Standard
11456 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11457  by LaTeX if it is the first entry.
11458  Therefore you need to insert something to prevent the word not being the
11459  first entry.
11460  So add a horizontal space of 0
11461 \begin_inset space \thinspace{}
11462 \end_inset
11463
11464 pt before the word.
11465  As the space is zero, it doesn't change the output.
11466  Table
11467 \begin_inset space ~
11468 \end_inset
11469
11470
11471 \begin_inset CommandInset ref
11472 LatexCommand ref
11473 reference "tab:Table-with-and"
11474
11475 \end_inset
11476
11477  shows the effect.
11478 \end_layout
11479
11480 \begin_layout Standard
11481 \begin_inset Float table
11482 placement h
11483 wide false
11484 sideways false
11485 status open
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Caption
11489
11490 \begin_layout Plain Layout
11491 \begin_inset CommandInset label
11492 LatexCommand label
11493 name "tab:Table-with-and"
11494
11495 \end_inset
11496
11497 Table with and without hyphenation
11498 \end_layout
11499
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \begin_layout Plain Layout
11506 \begin_inset space \hfill{}
11507 \end_inset
11508
11509
11510 \begin_inset Tabular
11511 <lyxtabular version="3" rows="3" columns="3">
11512 <features tabularvalignment="middle">
11513 <column alignment="center" valignment="middle" width="2.5cm">
11514 <column alignment="center" valignment="middle" width="0">
11515 <column alignment="center" valignment="middle" width="0">
11516 <row>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 verylongtablecellword
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 b
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 c
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 </row>
11545 <row>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 d
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 e
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 f
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 </row>
11574 <row>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 g
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 h
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 i
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 </lyxtabular>
11604
11605 \end_inset
11606
11607
11608 \begin_inset space \hfill{}
11609 \end_inset
11610
11611
11612 \begin_inset Tabular
11613 <lyxtabular version="3" rows="3" columns="3">
11614 <features tabularvalignment="middle">
11615 <column alignment="center" valignment="middle" width="2.5cm">
11616 <column alignment="center" valignment="middle" width="0">
11617 <column alignment="center" valignment="middle" width="0">
11618 <row>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset space \hspace{}
11624 \length 0pt
11625 \end_inset
11626
11627 verylongtablecellword
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 b
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 c
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 </row>
11651 <row>
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 d
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 e
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 f
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 g
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 h
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 i
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 </lyxtabular>
11710
11711 \end_inset
11712
11713
11714 \begin_inset space \hfill{}
11715 \end_inset
11716
11717
11718 \end_layout
11719
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \begin_layout Subsection
11726 Multicolumns
11727 \begin_inset CommandInset label
11728 LatexCommand label
11729 name "sub:Multicolumns"
11730
11731 \end_inset
11732
11733
11734 \begin_inset Index idx
11735 status collapsed
11736
11737 \begin_layout Plain Layout
11738 Multicolumns
11739 \end_layout
11740
11741 \end_inset
11742
11743
11744 \begin_inset Index idx
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748 Table ! Multicolumns
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \begin_layout Subsubsection
11757 Multicolumn Basics
11758 \end_layout
11759
11760 \begin_layout Standard
11761 To merge cells over multiple columns, select as many cells within a row
11762  as you want to merge and use either the table-toolbar button 
11763 \family sans
11764
11765 \begin_inset Info
11766 type  "icon"
11767 arg   "inset-modify tabular multicolumn"
11768 \end_inset
11769
11770
11771 \family default
11772 , or the menu 
11773 \family sans
11774 Edit\SpecialChar \menuseparator
11775 Table\SpecialChar \menuseparator
11776 Multicolumn
11777 \family default
11778 , or right click on the marked cells and choose 
11779 \family sans
11780 Multicolumn
11781 \family default
11782  in the context menu.
11783 \end_layout
11784
11785 \begin_layout Standard
11786 Multicolumns have there own cell settings.
11787  That means changing cell borders, cell alignment, and the width only affects
11788  the multicolumn.
11789  Here is an example table with a multicolumn cell in the first row and one
11790  in the last row without the upper border:
11791 \end_layout
11792
11793 \begin_layout Standard
11794 \align center
11795 \begin_inset Tabular
11796 <lyxtabular version="3" rows="3" columns="4">
11797 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11798 <column alignment="center" valignment="top" width="0pt">
11799 <column alignment="center" valignment="middle" width="0">
11800 <column alignment="center" valignment="top" width="0in">
11801 <column alignment="center" valignment="top" width="0pt">
11802 <row>
11803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 abc
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 def ghi
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 jkl
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 <row>
11841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845
11846 \family roman
11847 \series medium
11848 \shape up
11849 \size normal
11850 \emph off
11851 \bar no
11852 \noun off
11853 \color none
11854 A
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 B
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 C
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 D
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 </row>
11887 <row>
11888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 1
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 2
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 3
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 4
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 </row>
11925 </lyxtabular>
11926
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Subsubsection
11933 Multicolumn Calculations
11934 \begin_inset CommandInset label
11935 LatexCommand label
11936 name "sub:Multicolumn-Calculations"
11937
11938 \end_inset
11939
11940
11941 \begin_inset Index idx
11942 status collapsed
11943
11944 \begin_layout Plain Layout
11945 Multicolumns ! Calculations
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \begin_layout Standard
11954 LyX supports multicolumns directly, but we have to take account of the cell
11955  width of the columns spanned by the multicolumn cell.
11956 \end_layout
11957
11958 \begin_layout Standard
11959 \begin_inset Float table
11960 placement h
11961 wide false
11962 sideways false
11963 status open
11964
11965 \begin_layout Plain Layout
11966 \begin_inset Caption
11967
11968 \begin_layout Plain Layout
11969 \begin_inset CommandInset label
11970 LatexCommand label
11971 name "tab:Table-with-centered"
11972
11973 \end_inset
11974
11975 Table with centered multicolumn text above two columns that have exactly
11976  half the width of the multicolumn cell
11977 \begin_inset Argument
11978 status collapsed
11979
11980 \begin_layout Plain Layout
11981 Perfect multicolumn table
11982 \end_layout
11983
11984 \end_inset
11985
11986
11987 \end_layout
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \begin_layout Plain Layout
11995 \align center
11996 \begin_inset Tabular
11997 <lyxtabular version="3" rows="3" columns="3">
11998 <features tabularvalignment="middle">
11999 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12000 <column alignment="center" valignment="middle" width="0">
12001 <column alignment="center" valignment="top" width="0">
12002 <row>
12003 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007 multiple lines multicolumn
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 c
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 </row>
12031 <row>
12032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036 d
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 e
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 f
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 </row>
12060 <row>
12061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 g
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 h
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 i
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 </row>
12089 </lyxtabular>
12090
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \end_layout
12100
12101 \begin_layout Standard
12102 To create for example Table
12103 \begin_inset space ~
12104 \end_inset
12105
12106
12107 \begin_inset CommandInset ref
12108 LatexCommand ref
12109 reference "tab:Table-with-centered"
12110
12111 \end_inset
12112
12113 , mark the first two cells in the first row of a 3×3 table and right-click
12114  on them.
12115  Now choose for this cell 
12116 \emph on
12117 multicolumn
12118 \emph default
12119
12120 \emph on
12121 centered alignment
12122 \emph default
12123  and a width of 2.5
12124 \begin_inset space \thinspace{}
12125 \end_inset
12126
12127 cm in the table dialog.
12128  The merged columns should have exactly half the width of the multicolumn
12129  cell, so that you would set a width of 1.25
12130 \begin_inset space \thinspace{}
12131 \end_inset
12132
12133 cm for the first column.
12134  The second column has then automatically a width of 1.25
12135 \begin_inset space \thinspace{}
12136 \end_inset
12137
12138 cm (multicolumn width - width of first column).
12139  This was done for Table
12140 \begin_inset space ~
12141 \end_inset
12142
12143
12144 \begin_inset CommandInset ref
12145 LatexCommand ref
12146 reference "tab:Table-without-half"
12147
12148 \end_inset
12149
12150 .
12151 \end_layout
12152
12153 \begin_layout Standard
12154 \begin_inset Float table
12155 wide false
12156 sideways false
12157 status open
12158
12159 \begin_layout Plain Layout
12160 \begin_inset Caption
12161
12162 \begin_layout Plain Layout
12163 \begin_inset CommandInset label
12164 LatexCommand label
12165 name "tab:Table-without-half"
12166
12167 \end_inset
12168
12169 Table where the spanned table columns are not exactly half the width of
12170  the multicolumn cell
12171 \begin_inset Argument
12172 status collapsed
12173
12174 \begin_layout Plain Layout
12175 Imperfect multicolumn table
12176 \end_layout
12177
12178 \end_inset
12179
12180
12181 \end_layout
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \begin_layout Plain Layout
12189 \align center
12190 \begin_inset Tabular
12191 <lyxtabular version="3" rows="3" columns="3">
12192 <features tabularvalignment="middle">
12193 <column alignment="center" valignment="top" width="1.25cm">
12194 <column alignment="center" valignment="top" width="0">
12195 <column alignment="center" valignment="top" width="0">
12196 <row>
12197 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 multiple lines multicolumn
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 c
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 </row>
12225 <row>
12226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Plain Layout
12230 d
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 e
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248 f
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 </row>
12254 <row>
12255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Plain Layout
12259 g
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 h
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277 i
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 </row>
12283 </lyxtabular>
12284
12285 \end_inset
12286
12287
12288 \end_layout
12289
12290 \end_inset
12291
12292
12293 \end_layout
12294
12295 \begin_layout Standard
12296 You can see that the first column is not half the width of the multicolumn
12297  cell, it is a bit bigger.
12298  The reason is that the specified width of a cell 
12299 \begin_inset Formula $W_{g}$
12300 \end_inset
12301
12302  is not its total width 
12303 \begin_inset Formula $W_{\mathrm{tot}}$
12304 \end_inset
12305
12306  because a cell is always a bit larger than specified.
12307  Appendix
12308 \begin_inset space ~
12309 \end_inset
12310
12311
12312 \begin_inset CommandInset ref
12313 LatexCommand ref
12314 reference "cha:Explanation-of-Equation"
12315
12316 \end_inset
12317
12318  explains this in detail.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 The width 
12323 \begin_inset Formula $W_{g\, n}$
12324 \end_inset
12325
12326  which the user needs to set when 
12327 \emph on
12328 n
12329 \emph default
12330  columns are spanned can be calculated, so that each column has a total
12331  width of 
12332 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12333 \end_inset
12334
12335 :
12336 \begin_inset Formula 
12337 \begin{equation}
12338 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12339 \end{equation}
12340
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Standard
12347 In our case we have 
12348 \begin_inset Formula $n=2$
12349 \end_inset
12350
12351
12352 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12353 \end_inset
12354
12355 cm and the default values for the lengths, so that equation 
12356 \begin_inset CommandInset ref
12357 LatexCommand ref
12358 reference "eq:Wgn"
12359
12360 \end_inset
12361
12362  becomes
12363 \begin_inset Formula 
12364 \begin{equation}
12365 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12366 \end{equation}
12367
12368 \end_inset
12369
12370
12371 \end_layout
12372
12373 \begin_layout Standard
12374 To enable calculations in LaTeX, the LaTeX-package 
12375 \series bold
12376 calc
12377 \series default
12378  must be loaded with the document preamble line
12379 \begin_inset Index idx
12380 status collapsed
12381
12382 \begin_layout Plain Layout
12383 LaTeX-packages ! calc
12384 \end_layout
12385
12386 \end_inset
12387
12388
12389 \end_layout
12390
12391 \begin_layout Standard
12392
12393 \series bold
12394
12395 \backslash
12396 usepackage{calc}
12397 \end_layout
12398
12399 \begin_layout Standard
12400 LyX does not allow you to calculate lengths in the 
12401 \family sans
12402 Width
12403 \family default
12404  field of the table dialog.
12405  Therefore you have to format the column by inserting a LaTeX-argument in
12406  the dialog.
12407  Here is an overview about the arguments:
12408 \end_layout
12409
12410 \begin_layout Itemize
12411
12412 \series bold
12413 p{width}
12414 \series default
12415  creates cell with a fixed width, its text is vertically top-aligned
12416 \end_layout
12417
12418 \begin_layout Itemize
12419
12420 \series bold
12421 m{width}
12422 \series default
12423  creates cell with a fixed width, its text is vertically centered
12424 \end_layout
12425
12426 \begin_layout Itemize
12427
12428 \series bold
12429 b{width}
12430 \series default
12431  creates cell with a fixed width, its text is vertically bottom-aligned
12432 \end_layout
12433
12434 \begin_layout Standard
12435 By entering a LaTeX-argument, all cell settings set in the table dialog
12436  are overwritten.
12437 \end_layout
12438
12439 \begin_layout Standard
12440 \begin_inset Note Greyedout
12441 status open
12442
12443 \begin_layout Plain Layout
12444
12445 \series bold
12446 Note:
12447 \series default
12448  Due to a bug, LyX shows the overwritten settings anyway.
12449 \end_layout
12450
12451 \end_inset
12452
12453
12454 \end_layout
12455
12456 \begin_layout Standard
12457 As the text should be horizontally centered, the command 
12458 \series bold
12459
12460 \backslash
12461 centering
12462 \series default
12463  is added.
12464  You can now enter the following LaTeX-argument for the first spanned column:
12465 \end_layout
12466
12467 \begin_layout Standard
12468
12469 \series bold
12470 >{
12471 \backslash
12472 centering}m{1.25cm-6.2pt}
12473 \end_layout
12474
12475 \begin_layout Standard
12476 The command 
12477 \series bold
12478 >{ }
12479 \series default
12480  means, that the commands inside the braces are applied before the cell
12481  is created.
12482 \end_layout
12483
12484 \begin_layout Standard
12485 Although we have chosen centered alignment for the text of the multicolumn
12486  cell, it is still left aligned.
12487  This is because LyX only applies the alignment to single columns.
12488  So for the multicolumn cell we have to use the LaTeX-argument
12489 \end_layout
12490
12491 \begin_layout Standard
12492
12493 \series bold
12494 >{
12495 \backslash
12496 centering}m{2.5cm}
12497 \end_layout
12498
12499 \begin_layout Subsection
12500 Multirows
12501 \begin_inset CommandInset label
12502 LatexCommand label
12503 name "sub:Multirows"
12504
12505 \end_inset
12506
12507
12508 \begin_inset Index idx
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512 Multirows
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \begin_inset Index idx
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522 Table ! Multirows
12523 \end_layout
12524
12525 \end_inset
12526
12527
12528 \end_layout
12529
12530 \begin_layout Standard
12531 To merge cells over multiple rows, select as many cells within a column
12532  as you want to merge and use either the table-toolbar button 
12533 \family sans
12534
12535 \begin_inset Info
12536 type  "icon"
12537 arg   "inset-modify tabular multirow"
12538 \end_inset
12539
12540
12541 \family default
12542 , or the menu 
12543 \family sans
12544 Edit\SpecialChar \menuseparator
12545 Table\SpecialChar \menuseparator
12546 Multirow
12547 \family default
12548 , or right click on the marked cells and choose 
12549 \family sans
12550 Multirow
12551 \family default
12552  in the context menu.
12553 \end_layout
12554
12555 \begin_layout Standard
12556 Here is an example table with a multirow in the first column:
12557 \end_layout
12558
12559 \begin_layout Standard
12560 \align center
12561 \begin_inset Tabular
12562 <lyxtabular version="3" rows="3" columns="3">
12563 <features tabularvalignment="middle">
12564 <column alignment="center" valignment="top" width="0pt">
12565 <column alignment="center" valignment="top" width="0">
12566 <column alignment="center" valignment="top" width="0">
12567 <row>
12568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 a long cell entry
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 b
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 c
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 </row>
12596 <row>
12597 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 multirow
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 e
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 f
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 </row>
12625 <row>
12626 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 h
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 i
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 </lyxtabular>
12655
12656 \end_inset
12657
12658
12659 \end_layout
12660
12661 \begin_layout Standard
12662 The width of multirow cells is set by setting the width and alignment for
12663  the whole column.
12664  The 
12665 \family sans
12666 Vertical Offset
12667 \family default
12668  shifts the content of the multirow up/down if the offset is positive/negative.
12669 \end_layout
12670
12671 \begin_layout Standard
12672 If the column of a multirow cell has no explicit width, the multirow cell
12673  inherits the alignment of the column.
12674  Otherwise it is by default left-aligned.
12675  To override the default, renew the command 
12676 \series bold
12677
12678 \backslash
12679 multirowsetup
12680 \series default
12681  with the command
12682 \end_layout
12683
12684 \begin_layout Standard
12685
12686 \series bold
12687
12688 \backslash
12689 renewcommand{
12690 \backslash
12691 multirowsetup}{
12692 \backslash
12693 centering}
12694 \end_layout
12695
12696 \begin_layout Standard
12697 in the document preamble.
12698  Then all entries of multirow cells in the document are centered.
12699  If centering is only needed for several tables, you can renew the command
12700  in a TeX-Code box just before the table instead of the preamble.
12701  If the text should be right-aligned, replace 
12702 \series bold
12703
12704 \backslash
12705 centering
12706 \series default
12707  by 
12708 \series bold
12709
12710 \backslash
12711 raggedleft
12712 \series default
12713 .
12714  To return to left-alignment 
12715 \series bold
12716
12717 \backslash
12718 raggedright
12719 \series default
12720  is used.
12721 \end_layout
12722
12723 \begin_layout Standard
12724 This is an example table with a right-aligned multirow cell that has a vertical
12725  offset of -4
12726 \begin_inset space \thinspace{}
12727 \end_inset
12728
12729 mm and is in a 3
12730 \begin_inset space \thinspace{}
12731 \end_inset
12732
12733 cm wide column:
12734 \end_layout
12735
12736 \begin_layout Standard
12737 \noindent
12738 \align center
12739 \begin_inset ERT
12740 status collapsed
12741
12742 \begin_layout Plain Layout
12743
12744
12745 \backslash
12746 renewcommand{
12747 \backslash
12748 multirowsetup}{
12749 \backslash
12750 raggedleft}
12751 \end_layout
12752
12753 \end_inset
12754
12755
12756 \begin_inset Tabular
12757 <lyxtabular version="3" rows="4" columns="3">
12758 <features tabularvalignment="middle">
12759 <column alignment="center" valignment="top" width="3cm">
12760 <column alignment="center" valignment="top" width="0">
12761 <column alignment="center" valignment="top" width="0">
12762 <row>
12763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 a long cell entry
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 b
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 c
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 </row>
12791 <row>
12792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 t
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 n
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 m
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 </row>
12820 <row>
12821 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 multirow
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 e
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 f
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 <row>
12850 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 h
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 i
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 </lyxtabular>
12879
12880 \end_inset
12881
12882
12883 \begin_inset ERT
12884 status collapsed
12885
12886 \begin_layout Plain Layout
12887
12888
12889 \backslash
12890 renewcommand{
12891 \backslash
12892 multirowsetup}{
12893 \backslash
12894 raggedright}
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \begin_layout Standard
12903 To start a new line in a multirow you can use a forced line break (shortcut
12904  
12905 \begin_inset Info
12906 type  "shortcut"
12907 arg   "newline-insert newline"
12908 \end_inset
12909
12910 ) but this will not respect the cell lines as demonstrated in this table:
12911 \end_layout
12912
12913 \begin_layout Standard
12914 \noindent
12915 \align center
12916 \begin_inset Tabular
12917 <lyxtabular version="3" rows="3" columns="2">
12918 <features tabularvalignment="middle">
12919 <column alignment="left" valignment="middle" width="2cm">
12920 <column alignment="center" valignment="top" width="0">
12921 <row>
12922 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 aaa
12927 \begin_inset Newline newline
12928 \end_inset
12929
12930 aaa
12931 \begin_inset Newline newline
12932 \end_inset
12933
12934 wrong cell
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943 ccc
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 </row>
12949 <row>
12950 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 ddd
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 </row>
12969 <row>
12970 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974 bbb
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 eee
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 </row>
12989 </lyxtabular>
12990
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Standard
12997 Therefore be careful with forced line breaks.
12998 \end_layout
12999
13000 \begin_layout Subsection
13001 Cells with diagonal line(s)
13002 \end_layout
13003
13004 \begin_layout Standard
13005 To tell the reader what is meant by column and row headings in a table,
13006  it is helpful to split the first cell of the table by one or two diagonal
13007  lines.
13008  This can be achieved by loading the LaTeX-package 
13009 \series bold
13010 diagbox
13011 \series default
13012
13013 \begin_inset Index idx
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017 LaTeX-packages ! picinpar
13018 \end_layout
13019
13020 \end_inset
13021
13022  in the document preamble.
13023  The package provides the command 
13024 \series bold
13025
13026 \backslash
13027 diagbox
13028 \series default
13029  that is inserted as TeX-Code and that can take 2 or 3
13030 \begin_inset space ~
13031 \end_inset
13032
13033 arguments:
13034 \end_layout
13035
13036 \begin_layout Standard
13037
13038 \series bold
13039
13040 \backslash
13041 diagbox[options]{lower left}{upper right}
13042 \end_layout
13043
13044 \begin_layout Standard
13045
13046 \series bold
13047
13048 \backslash
13049 diagbox[options]{lower left}{upper left}{upper right}
13050 \end_layout
13051
13052 \begin_layout Standard
13053 The first scheme divides the cell by a single diagonal line and the arguments
13054  are placed below and above this line.
13055  The second scheme divides the cell by 2
13056 \begin_inset space ~
13057 \end_inset
13058
13059 lines.
13060 \end_layout
13061
13062 \begin_layout Standard
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067
13068
13069 \backslash
13070 ifdiagbox
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \begin_inset Note Note
13077 status open
13078
13079 \begin_layout Plain Layout
13080 The following section will only be displayed when the LaTeX-package 
13081 \series bold
13082 diagbox
13083 \series default
13084  is installed.
13085 \end_layout
13086
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \begin_layout Standard
13093 Here is an example table where 
13094 \series bold
13095
13096 \backslash
13097 diagbox 
13098 \series default
13099 is used in the 2-argument scheme in the first cell:
13100 \begin_inset VSpace medskip
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 \noindent
13108 \begin_inset Tabular
13109 <lyxtabular version="3" rows="4" columns="4">
13110 <features tabularvalignment="middle">
13111 <column alignment="center" valignment="top" width="0">
13112 <column alignment="center" valignment="top" width="0">
13113 <column alignment="center" valignment="top" width="0">
13114 <column alignment="center" valignment="top" width="0">
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 \begin_inset ERT
13121 status collapsed
13122
13123 \begin_layout Plain Layout
13124
13125
13126 \backslash
13127 diagbox{
13128 \end_layout
13129
13130 \end_inset
13131
13132 Name
13133 \begin_inset ERT
13134 status collapsed
13135
13136 \begin_layout Plain Layout
13137
13138 }{
13139 \end_layout
13140
13141 \end_inset
13142
13143 Parameter
13144 \begin_inset ERT
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148
13149 }
13150 \end_layout
13151
13152 \end_inset
13153
13154
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 Thickness in nm
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 Transparency in %
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 Hardness in MPa
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 </row>
13187 <row>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 Perfect Green
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 45
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 80
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 504
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 </row>
13225 <row>
13226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 Dark Multi-P
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 60
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 72
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 982
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 </row>
13263 <row>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 Crystal Clear Pro
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 18
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 86
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 374
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 </lyxtabular>
13302
13303 \end_inset
13304
13305
13306 \begin_inset VSpace medskip
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \begin_layout Standard
13313 The 3-argument scheme is for example useful for cross-tables of sports leagues
13314  or distances:
13315 \end_layout
13316
13317 \begin_layout Standard
13318 \noindent
13319 \align center
13320 \begin_inset Tabular
13321 <lyxtabular version="3" rows="4" columns="4">
13322 <features tabularvalignment="middle">
13323 <column alignment="center" valignment="top" width="0pt">
13324 <column alignment="center" valignment="top" width="0">
13325 <column alignment="center" valignment="top" width="0">
13326 <column alignment="center" valignment="top" width="0">
13327 <row>
13328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 \begin_inset ERT
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336
13337
13338 \backslash
13339 diagbox{
13340 \end_layout
13341
13342 \end_inset
13343
13344 Team home
13345 \begin_inset ERT
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349
13350 }{
13351 \end_layout
13352
13353 \end_inset
13354
13355 Result
13356 \begin_inset ERT
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360
13361 }{
13362 \end_layout
13363
13364 \end_inset
13365
13366 Team away
13367 \begin_inset ERT
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371
13372 }
13373 \end_layout
13374
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 Tigers
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 Panthers
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 Falcons
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 Tigers
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 ---
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 1:3
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 0:1
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 </row>
13448 <row>
13449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 Panthers
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 3:1
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 ---
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 0:0
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 </row>
13486 <row>
13487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 Falcons
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 1:0
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 0:0
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518 ---
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 </row>
13524 </lyxtabular>
13525
13526 \end_inset
13527
13528
13529 \end_layout
13530
13531 \begin_layout Standard
13532 For larger cross-tables one might use split cells in 2 or every corner of
13533  the table like in this example:
13534 \end_layout
13535
13536 \begin_layout Standard
13537 \noindent
13538 \align center
13539 \begin_inset Tabular
13540 <lyxtabular version="3" rows="5" columns="5">
13541 <features tabularvalignment="middle">
13542 <column alignment="center" valignment="top" width="0pt">
13543 <column alignment="center" valignment="top" width="0">
13544 <column alignment="center" valignment="top" width="0">
13545 <column alignment="center" valignment="top" width="0">
13546 <column alignment="center" valignment="top" width="0">
13547 <row>
13548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 \begin_inset ERT
13553 status open
13554
13555 \begin_layout Plain Layout
13556
13557
13558 \backslash
13559 diagbox{
13560 \end_layout
13561
13562 \end_inset
13563
13564 Team home
13565 \begin_inset ERT
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569
13570 }{
13571 \end_layout
13572
13573 \end_inset
13574
13575 Result
13576 \begin_inset ERT
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580
13581 }{
13582 \end_layout
13583
13584 \end_inset
13585
13586 Team away
13587 \begin_inset ERT
13588 status collapsed
13589
13590 \begin_layout Plain Layout
13591
13592 }
13593 \end_layout
13594
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 Tigers
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 Panthers
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 Falcons
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 \begin_inset ERT
13634 status open
13635
13636 \begin_layout Plain Layout
13637
13638
13639 \backslash
13640 diagbox[dir=NE]{
13641 \end_layout
13642
13643 \end_inset
13644
13645 Team home
13646 \begin_inset ERT
13647 status collapsed
13648
13649 \begin_layout Plain Layout
13650
13651 }{
13652 \end_layout
13653
13654 \end_inset
13655
13656 Result
13657 \begin_inset ERT
13658 status collapsed
13659
13660 \begin_layout Plain Layout
13661
13662 }{
13663 \end_layout
13664
13665 \end_inset
13666
13667 Team away
13668 \begin_inset ERT
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672
13673 }
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 </row>
13684 <row>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 Tigers
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 ---
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 1:3
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 0:1
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 Tigers
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 </row>
13731 <row>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 Panthers
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 3:1
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 ---
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 0:0
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 Panthers
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 </row>
13778 <row>
13779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 Falcons
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 1:0
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 0:0
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 ---
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 Falcons
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 </row>
13825 <row>
13826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 \begin_inset ERT
13831 status open
13832
13833 \begin_layout Plain Layout
13834
13835
13836 \backslash
13837 diagbox[dir=SW]{
13838 \end_layout
13839
13840 \end_inset
13841
13842 Team home
13843 \begin_inset ERT
13844 status collapsed
13845
13846 \begin_layout Plain Layout
13847
13848 }{
13849 \end_layout
13850
13851 \end_inset
13852
13853 Result
13854 \begin_inset ERT
13855 status collapsed
13856
13857 \begin_layout Plain Layout
13858
13859 }{
13860 \end_layout
13861
13862 \end_inset
13863
13864 Team away
13865 \begin_inset ERT
13866 status collapsed
13867
13868 \begin_layout Plain Layout
13869
13870 }
13871 \end_layout
13872
13873 \end_inset
13874
13875
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 Tigers
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893 Panthers
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902 Falcons
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13908 \begin_inset Text
13909
13910 \begin_layout Plain Layout
13911 \begin_inset ERT
13912 status open
13913
13914 \begin_layout Plain Layout
13915
13916
13917 \backslash
13918 diagbox[dir=SE]{
13919 \end_layout
13920
13921 \end_inset
13922
13923 Team home
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929 }{
13930 \end_layout
13931
13932 \end_inset
13933
13934 Result
13935 \begin_inset ERT
13936 status collapsed
13937
13938 \begin_layout Plain Layout
13939
13940 }{
13941 \end_layout
13942
13943 \end_inset
13944
13945 Team away
13946 \begin_inset ERT
13947 status collapsed
13948
13949 \begin_layout Plain Layout
13950
13951 }
13952 \end_layout
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 </row>
13962 </lyxtabular>
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Standard
13970 To rotate the diagonal lines, the command option 
13971 \series bold
13972 dir=direction
13973 \series default
13974  is used.
13975  
13976 \emph on
13977 direction
13978 \emph default
13979  is either 
13980 \series bold
13981 NE
13982 \series default
13983
13984 \series bold
13985 DE
13986 \series default
13987
13988 \series bold
13989 SW
13990 \series default
13991  or 
13992 \series bold
13993 NW
13994 \series default
13995  and represent a point of a compass.
13996  
13997 \series bold
13998 SW
13999 \series default
14000  is for example the south-west corner.
14001  Thus in the lower left cell of the above table the command
14002 \end_layout
14003
14004 \begin_layout Standard
14005
14006 \series bold
14007
14008 \backslash
14009 diagbox[dir=SW]{Team home}{Result}{Team away}
14010 \end_layout
14011
14012 \begin_layout Standard
14013 is used.
14014  If no direction is given, it will be NW.
14015 \end_layout
14016
14017 \begin_layout Standard
14018 The necessary width of split cells is automatically calculated.
14019  Thus if you set a fixed column width smaller than the calculated one, the
14020  cell's content will protrude the cell borders:
14021 \end_layout
14022
14023 \begin_layout Standard
14024 \noindent
14025 \align center
14026 \begin_inset Tabular
14027 <lyxtabular version="3" rows="2" columns="2">
14028 <features tabularvalignment="middle">
14029 <column alignment="center" valignment="top" width="3cm">
14030 <column alignment="center" valignment="top" width="0">
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 \begin_inset ERT
14037 status collapsed
14038
14039 \begin_layout Plain Layout
14040
14041
14042 \backslash
14043 diagbox{
14044 \end_layout
14045
14046 \end_inset
14047
14048 Name
14049 \begin_inset ERT
14050 status collapsed
14051
14052 \begin_layout Plain Layout
14053
14054 }{
14055 \end_layout
14056
14057 \end_inset
14058
14059 Parameter
14060 \begin_inset ERT
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064
14065 }
14066 \end_layout
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 Thickness in nm
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 Perfect Green
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 45
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 </row>
14105 </lyxtabular>
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \begin_layout Standard
14113 If you need a certain width for columns with a split cell, use the command
14114  option 
14115 \series bold
14116 width=3cm
14117 \series default
14118  (replace '3cm' by the width you need).
14119  In the following table the width of the first column is set to 4
14120 \begin_inset space \thinspace{}
14121 \end_inset
14122
14123 cm.
14124  For 
14125 \series bold
14126
14127 \backslash
14128 diagbox
14129 \series default
14130  a width of 4
14131 \begin_inset space \thinspace{}
14132 \end_inset
14133
14134 cm + 2
14135 \begin_inset space \thinspace{}
14136 \end_inset
14137
14138
14139 \backslash
14140 tabcolsep is necessary because the overall width is the width for the text
14141  (in this case the 4
14142 \begin_inset space \thinspace{}
14143 \end_inset
14144
14145 cm) plus two times the separation of the text and the cell border.
14146  The calculation of the width cannot be done in the command option of 
14147 \series bold
14148
14149 \backslash
14150 diagbox
14151 \series default
14152  so one needs to create a new length which can be used later.
14153  This is done with the TeX-Code commands
14154 \end_layout
14155
14156 \begin_layout Standard
14157
14158 \series bold
14159
14160 \backslash
14161 newlength{
14162 \backslash
14163 diagtest}
14164 \begin_inset Newline newline
14165 \end_inset
14166
14167
14168 \backslash
14169 setlength{
14170 \backslash
14171 diagtest}{4cm+2
14172 \backslash
14173 tabcolsep}
14174 \end_layout
14175
14176 \begin_layout Standard
14177 \begin_inset ERT
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181
14182
14183 \backslash
14184 newlength{
14185 \backslash
14186 diagtest}
14187 \end_layout
14188
14189 \begin_layout Plain Layout
14190
14191
14192 \backslash
14193 setlength{
14194 \backslash
14195 diagtest}{4cm+2
14196 \backslash
14197 tabcolsep}
14198 \end_layout
14199
14200 \end_inset
14201
14202
14203 \end_layout
14204
14205 \begin_layout Standard
14206 To enable calculations in LaTeX one needs to load the package 
14207 \series bold
14208 calc
14209 \series default
14210
14211 \begin_inset Index idx
14212 status collapsed
14213
14214 \begin_layout Plain Layout
14215 LaTeX-packages ! calc
14216 \end_layout
14217
14218 \end_inset
14219
14220  in the document preamble.
14221 \end_layout
14222
14223 \begin_layout Standard
14224 In this table you can now use the command
14225 \end_layout
14226
14227 \begin_layout Standard
14228
14229 \series bold
14230
14231 \backslash
14232 diagbox[width=
14233 \backslash
14234 diagtest]{A}{B}
14235 \end_layout
14236
14237 \begin_layout Standard
14238 in the first cell:
14239 \end_layout
14240
14241 \begin_layout Standard
14242 \noindent
14243 \align center
14244 \begin_inset Tabular
14245 <lyxtabular version="3" rows="2" columns="2">
14246 <features tabularvalignment="middle">
14247 <column alignment="center" valignment="top" width="4cm">
14248 <column alignment="center" valignment="top" width="0">
14249 <row>
14250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 \begin_inset ERT
14255 status open
14256
14257 \begin_layout Plain Layout
14258
14259
14260 \backslash
14261 diagbox[width=
14262 \backslash
14263 diagtest]{
14264 \end_layout
14265
14266 \end_inset
14267
14268 A
14269 \begin_inset ERT
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273
14274 }{
14275 \end_layout
14276
14277 \end_inset
14278
14279 B
14280 \begin_inset ERT
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284
14285 }
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 Thickness in nm
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 </row>
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 Perfect Green
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 45
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 </row>
14325 </lyxtabular>
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Standard
14333 Note that the split cell needs to be the widest one in the column.
14334  Otherwise the length of the diagonal line cannot be calculated correctly
14335  like in this table:
14336 \end_layout
14337
14338 \begin_layout Standard
14339 \noindent
14340 \align center
14341 \begin_inset Tabular
14342 <lyxtabular version="3" rows="2" columns="2">
14343 <features tabularvalignment="middle">
14344 <column alignment="center" valignment="top" width="0pt">
14345 <column alignment="center" valignment="top" width="0">
14346 <row>
14347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 \begin_inset ERT
14352 status collapsed
14353
14354 \begin_layout Plain Layout
14355
14356
14357 \backslash
14358 diagbox{
14359 \end_layout
14360
14361 \end_inset
14362
14363 A
14364 \begin_inset ERT
14365 status collapsed
14366
14367 \begin_layout Plain Layout
14368
14369 }{
14370 \end_layout
14371
14372 \end_inset
14373
14374 B
14375 \begin_inset ERT
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379
14380 }
14381 \end_layout
14382
14383 \end_inset
14384
14385
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Plain Layout
14394 Thickness in nm
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 </row>
14400 <row>
14401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405 Perfect Green
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414 45
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 </row>
14420 </lyxtabular>
14421
14422 \end_inset
14423
14424
14425 \end_layout
14426
14427 \begin_layout Standard
14428 In this case use the 
14429 \series bold
14430 width
14431 \series default
14432  option of the 
14433 \series bold
14434
14435 \backslash
14436 diagbox
14437 \series default
14438  command.
14439  It is then not necessary to add 2
14440 \backslash
14441 tabcolsep because the cell width is now the width of the column.
14442  In this table a width of 3
14443 \begin_inset space \thinspace{}
14444 \end_inset
14445
14446 cm is used:
14447 \end_layout
14448
14449 \begin_layout Standard
14450 \noindent
14451 \align center
14452 \begin_inset Tabular
14453 <lyxtabular version="3" rows="2" columns="2">
14454 <features tabularvalignment="middle">
14455 <column alignment="center" valignment="top" width="0pt">
14456 <column alignment="center" valignment="top" width="0">
14457 <row>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 \begin_inset ERT
14463 status open
14464
14465 \begin_layout Plain Layout
14466
14467
14468 \backslash
14469 diagbox[width=3cm]{
14470 \end_layout
14471
14472 \end_inset
14473
14474 A
14475 \begin_inset ERT
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479
14480 }{
14481 \end_layout
14482
14483 \end_inset
14484
14485 B
14486 \begin_inset ERT
14487 status collapsed
14488
14489 \begin_layout Plain Layout
14490
14491 }
14492 \end_layout
14493
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 Thickness in nm
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 <row>
14512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516 Perfect Green
14517 \end_layout
14518
14519 \end_inset
14520 </cell>
14521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Plain Layout
14525 45
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 </row>
14531 </lyxtabular>
14532
14533 \end_inset
14534
14535
14536 \end_layout
14537
14538 \begin_layout Standard
14539 For multiple text lines in split cells one needs some extra height to fit
14540  the text to the cell.
14541  This can be achieved with the 
14542 \series bold
14543
14544 \backslash
14545 diagbox
14546 \series default
14547  option 
14548 \series bold
14549 height=3cm
14550 \series default
14551  (replace '3cm' by the height you need).
14552  In the following table the command
14553 \end_layout
14554
14555 \begin_layout Standard
14556
14557 \series bold
14558
14559 \backslash
14560 diagbox[width=3cm,height=1.4cm]{A
14561 \backslash
14562
14563 \backslash
14564 B}{C
14565 \backslash
14566
14567 \backslash
14568 D}
14569 \end_layout
14570
14571 \begin_layout Standard
14572 is used in the first cell.
14573  The command 
14574 \series bold
14575
14576 \backslash
14577
14578 \backslash
14579
14580 \series default
14581  creates hereby the line break.
14582 \begin_inset Foot
14583 status collapsed
14584
14585 \begin_layout Plain Layout
14586 Breaking lines with 
14587 \family sans
14588 Ctrl+Return
14589 \family default
14590  is only possible when the column has a fixed width.
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Standard
14599 \noindent
14600 \align center
14601 \begin_inset Tabular
14602 <lyxtabular version="3" rows="2" columns="2">
14603 <features tabularvalignment="middle">
14604 <column alignment="center" valignment="top" width="0">
14605 <column alignment="center" valignment="top" width="0">
14606 <row>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 \begin_inset ERT
14612 status open
14613
14614 \begin_layout Plain Layout
14615
14616
14617 \backslash
14618 diagbox[width=3cm,height=1.4cm]{
14619 \end_layout
14620
14621 \end_inset
14622
14623 A
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629
14630 \backslash
14631
14632 \backslash
14633
14634 \end_layout
14635
14636 \end_inset
14637
14638 B
14639 \begin_inset ERT
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643
14644 }{
14645 \end_layout
14646
14647 \end_inset
14648
14649 C
14650 \begin_inset ERT
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654
14655
14656 \backslash
14657
14658 \backslash
14659
14660 \end_layout
14661
14662 \end_inset
14663
14664 D
14665 \begin_inset ERT
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669
14670 }
14671 \end_layout
14672
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 Thickness in nm
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 </row>
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 Perfect Green
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 45
14705 \end_layout
14706
14707 \end_inset
14708 </cell>
14709 </row>
14710 </lyxtabular>
14711
14712 \end_inset
14713
14714
14715 \end_layout
14716
14717 \begin_layout Standard
14718 \begin_inset ERT
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722
14723
14724 \backslash
14725 else
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \begin_inset Note Note
14732 status open
14733
14734 \begin_layout Plain Layout
14735 The following will be displayed when the LaTeX-package 
14736 \series bold
14737 diagbox
14738 \series default
14739  is not installed:
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \begin_layout Standard
14748 You need to install the LaTeX-package 
14749 \series bold
14750 diagbox
14751 \series default
14752  to see the following part of this section in the output.
14753 \end_layout
14754
14755 \begin_layout Standard
14756 \begin_inset ERT
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760
14761
14762 \backslash
14763 fi
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \begin_layout Standard
14772 For more info about the LaTeX-package 
14773 \series bold
14774 diagbox
14775 \series default
14776 , see its documentation, 
14777 \begin_inset CommandInset citation
14778 LatexCommand cite
14779 key "diagbox"
14780
14781 \end_inset
14782
14783 .
14784 \end_layout
14785
14786 \begin_layout Section
14787 Formal Tables
14788 \begin_inset CommandInset label
14789 LatexCommand label
14790 name "sec:Formal-Tables"
14791
14792 \end_inset
14793
14794
14795 \begin_inset Index idx
14796 status collapsed
14797
14798 \begin_layout Plain Layout
14799 Table ! Formal
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \begin_layout Standard
14808 Tables are often typeset in books similar to Table
14809 \begin_inset space ~
14810 \end_inset
14811
14812
14813 \begin_inset CommandInset ref
14814 LatexCommand ref
14815 reference "tab:Example-booktabs-table"
14816
14817 \end_inset
14818
14819 .
14820  This kind of tables is called 
14821 \begin_inset Quotes eld
14822 \end_inset
14823
14824
14825 \emph on
14826 formal
14827 \emph default
14828
14829 \begin_inset Quotes erd
14830 \end_inset
14831
14832 .
14833  To make a table a formal table use the option 
14834 \family sans
14835 Formal
14836 \family default
14837  in the 
14838 \family sans
14839 Borders
14840 \family default
14841  tab of the table dialog.
14842 \end_layout
14843
14844 \begin_layout Standard
14845 \begin_inset Float table
14846 placement h
14847 wide false
14848 sideways false
14849 status open
14850
14851 \begin_layout Plain Layout
14852 \begin_inset Caption
14853
14854 \begin_layout Plain Layout
14855 \begin_inset CommandInset label
14856 LatexCommand label
14857 name "tab:Example-booktabs-table"
14858
14859 \end_inset
14860
14861 Example booktabs-table
14862 \end_layout
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \begin_layout Plain Layout
14870 \align center
14871 \begin_inset Tabular
14872 <lyxtabular version="3" rows="8" columns="4">
14873 <features booktabs="true" tabularvalignment="middle">
14874 <column alignment="center" valignment="top" width="0">
14875 <column alignment="center" valignment="top" width="0">
14876 <column alignment="center" valignment="top" width="0">
14877 <column alignment="center" valignment="top" width="0">
14878 <row>
14879 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883 System
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 Chip
14893 \begin_inset space \thinspace{}
14894 \end_inset
14895
14896 1
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 Chip
14906 \begin_inset space \thinspace{}
14907 \end_inset
14908
14909 2
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 <row>
14925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 \begin_inset ERT
14930 status collapsed
14931
14932 \begin_layout Plain Layout
14933
14934
14935 \backslash
14936 cmidrule(r){2-2}
14937 \end_layout
14938
14939 \end_inset
14940
14941
14942 \begin_inset ERT
14943 status collapsed
14944
14945 \begin_layout Plain Layout
14946
14947
14948 \backslash
14949 cmidrule(l){3-4}
14950 \end_layout
14951
14952 \end_inset
14953
14954 Detector thickness in Âµm
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 300
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 300
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 700
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 <row>
14988 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 Edge angle in Â°
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" topline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 3.55
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 2.71
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" topline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 7.99
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row topspace="default">
15026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 Spatial resolution in Âµm
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 4.26
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 10.17
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 <cell alignment="center" valignment="top" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 10.56
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 </row>
15063 <row topspace="default">
15064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 MTF at 
15069 \begin_inset Formula $f_{\mathrm{max}}$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 0.53
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 0.37
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 0.39
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 <row topspace="default">
15106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 \begin_inset ERT
15111 status collapsed
15112
15113 \begin_layout Plain Layout
15114
15115
15116 \backslash
15117 cmidrule(l{10pt}){1-1}
15118 \end_layout
15119
15120 \end_inset
15121
15122 LSF-spatial resolution
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 in Âµm
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 129.7
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 52.75
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 50.78
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 <row>
15194 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 in % of pixel size
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 76.3
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216 95.9
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 92.3
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 </lyxtabular>
15232
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \begin_layout Standard
15244 Spaces to table rows can be added using the 
15245 \family sans
15246 Borders
15247 \family default
15248  tab of the table dialog as described in section
15249 \begin_inset space ~
15250 \end_inset
15251
15252
15253 \begin_inset CommandInset ref
15254 LatexCommand ref
15255 reference "sub:Row-Spacing"
15256
15257 \end_inset
15258
15259 .
15260 \end_layout
15261
15262 \begin_layout Standard
15263 Unlike normal tables, formal tables have no vertical table lines.
15264  The horizontal table lines can be set as for normal tables but they appear
15265  with different widths in the output:
15266 \begin_inset Newline newline
15267 \end_inset
15268
15269 The first and the last table line have a default width of 0.08
15270 \begin_inset space \thinspace{}
15271 \end_inset
15272
15273 em while the other lines have a default width of 0.05
15274 \begin_inset space \thinspace{}
15275 \end_inset
15276
15277 em.
15278 \end_layout
15279
15280 \begin_layout Standard
15281 The default widths can be changed with the following preamble lines
15282 \end_layout
15283
15284 \begin_layout Standard
15285
15286 \series bold
15287
15288 \backslash
15289 let
15290 \backslash
15291 mytoprule
15292 \backslash
15293 toprule
15294 \begin_inset Newline newline
15295 \end_inset
15296
15297
15298 \backslash
15299 renewcommand{
15300 \backslash
15301 toprule}{
15302 \backslash
15303 mytoprule[width]}
15304 \end_layout
15305
15306 \begin_layout Standard
15307 This example is for the first line, the so called 
15308 \series bold
15309 toprule
15310 \series default
15311 .
15312  If you want to change the width for the last line, replace 
15313 \series bold
15314 toprule
15315 \series default
15316  by 
15317 \series bold
15318 bottomrule
15319 \series default
15320 .
15321  To change the width for the other lines replace 
15322 \series bold
15323 toprule
15324 \series default
15325  by 
15326 \series bold
15327 midrule
15328 \series default
15329 .
15330  You can use all units listed in appendix
15331 \begin_inset space ~
15332 \end_inset
15333
15334
15335 \begin_inset CommandInset ref
15336 LatexCommand ref
15337 reference "cha:Units-available-in"
15338
15339 \end_inset
15340
15341  to set the width.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Lines that do not span all table columns can be created by setting a table
15346  line for multicolumn cells.
15347  LyX will then internally use the command 
15348 \series bold
15349
15350 \backslash
15351 cmidrule
15352 \series default
15353  to create this line.
15354  Its full scheme is
15355 \end_layout
15356
15357 \begin_layout Standard
15358
15359 \series bold
15360
15361 \backslash
15362 cmidrule[width](trim){startcol-endcol}
15363 \end_layout
15364
15365 \begin_layout Standard
15366 The options of 
15367 \series bold
15368
15369 \backslash
15370 cmidrule
15371 \series default
15372  are currently not supported by LyX so you have to use TeX-Code to be able
15373  to use them.
15374  
15375 \series bold
15376
15377 \backslash
15378 cmidrule
15379 \series default
15380 s can manually be created by inserting the command as TeX-Code as the first
15381  cell entry of the first cell of a row.
15382  The line is then drawn in the output above the current row.
15383 \end_layout
15384
15385 \begin_layout Standard
15386 The default for the width is 0.03
15387 \begin_inset space \thinspace{}
15388 \end_inset
15389
15390 em.
15391  Startcol is the number of the column where the line starts and endcol the
15392  column number where the line ends.
15393  The endcol always needs to be specified, also when the line should span
15394  only one column.
15395  The optional parameter trim could be either 
15396 \emph on
15397 l{trimwidth}
15398 \emph default
15399 , or 
15400 \emph on
15401 r{trimwidth}
15402 \emph default
15403  where the trimwidth is also optional.
15404  Using for example the parameter 
15405 \emph on
15406 l{2pt}
15407 \emph default
15408  means that the line is trimmed from its left end by 2
15409 \begin_inset space \thinspace{}
15410 \end_inset
15411
15412 pt.
15413  If you don't specify the trimwidth the lines are trimmed by the default
15414  of 0.5
15415 \begin_inset space \thinspace{}
15416 \end_inset
15417
15418 em.
15419 \end_layout
15420
15421 \begin_layout Standard
15422 \begin_inset VSpace bigskip
15423 \end_inset
15424
15425 Table
15426 \begin_inset space ~
15427 \end_inset
15428
15429
15430 \begin_inset CommandInset ref
15431 LatexCommand ref
15432 reference "tab:Example-booktabs-table"
15433
15434 \end_inset
15435
15436  was created using the commands
15437 \end_layout
15438
15439 \begin_layout Standard
15440
15441 \series bold
15442
15443 \backslash
15444 cmidrule(r){2-2}
15445 \backslash
15446 cmidrule(l){3-4}
15447 \end_layout
15448
15449 \begin_layout Standard
15450 at the beginning of the second row and
15451 \end_layout
15452
15453 \begin_layout Standard
15454
15455 \series bold
15456
15457 \backslash
15458 cmidrule(l{10pt}){1-1}
15459 \end_layout
15460
15461 \begin_layout Standard
15462 in the sixth row.
15463 \end_layout
15464
15465 \begin_layout Standard
15466 \begin_inset VSpace bigskip
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \begin_layout Standard
15473 You might want to have overlapping 
15474 \series bold
15475
15476 \backslash
15477 cmidrule
15478 \series default
15479 s as in in Table
15480 \begin_inset space ~
15481 \end_inset
15482
15483
15484 \begin_inset CommandInset ref
15485 LatexCommand ref
15486 reference "tab:Special-booktabs-table"
15487
15488 \end_inset
15489
15490 .
15491  This can be achieved with the TeX-Code command
15492 \end_layout
15493
15494 \begin_layout Standard
15495
15496 \series bold
15497
15498 \backslash
15499 morecmidrules
15500 \end_layout
15501
15502 \begin_layout Standard
15503 The command that was used for the second row of Table
15504 \begin_inset space ~
15505 \end_inset
15506
15507
15508 \begin_inset CommandInset ref
15509 LatexCommand ref
15510 reference "tab:Special-booktabs-table"
15511
15512 \end_inset
15513
15514  is
15515 \end_layout
15516
15517 \begin_layout Standard
15518
15519 \series bold
15520
15521 \backslash
15522 cmidrule(r){2-2}
15523 \backslash
15524 cmidrule(l){3-4}
15525 \backslash
15526 morecmidrules
15527 \backslash
15528 cmidrule{2-4}
15529 \end_layout
15530
15531 \begin_layout Standard
15532 The command for the sixth row is
15533 \end_layout
15534
15535 \begin_layout Standard
15536
15537 \series bold
15538
15539 \backslash
15540 midrule
15541 \backslash
15542 morecmidrules
15543 \backslash
15544 cmidrule{3-4}
15545 \end_layout
15546
15547 \begin_layout Standard
15548 \begin_inset VSpace bigskip
15549 \end_inset
15550
15551
15552 \end_layout
15553
15554 \begin_layout Standard
15555 If you are anyway not satisfied with the border line spacing, you can use
15556  the following command to produce lines that span over all table columns
15557 \series bold
15558 :
15559 \end_layout
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564
15565 \backslash
15566 specialrule{width}{space above}{space below}
15567 \end_layout
15568
15569 \begin_layout Standard
15570 For more information about these features, refer to the manual of the LaTeX-pack
15571 age 
15572 \series bold
15573 booktabs
15574 \series default
15575  
15576 \begin_inset CommandInset citation
15577 LatexCommand cite
15578 key "booktabs"
15579
15580 \end_inset
15581
15582 .
15583 \begin_inset Index idx
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587 LaTeX-packages ! booktabs
15588 \end_layout
15589
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \begin_layout Standard
15596 \begin_inset Float table
15597 placement h
15598 wide false
15599 sideways false
15600 status open
15601
15602 \begin_layout Plain Layout
15603 \begin_inset Caption
15604
15605 \begin_layout Plain Layout
15606 \begin_inset CommandInset label
15607 LatexCommand label
15608 name "tab:Special-booktabs-table"
15609
15610 \end_inset
15611
15612 Special booktabs-table
15613 \end_layout
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Plain Layout
15621 \align center
15622 \begin_inset Tabular
15623 <lyxtabular version="3" rows="8" columns="4">
15624 <features booktabs="true" tabularvalignment="middle">
15625 <column alignment="center" valignment="top" width="0">
15626 <column alignment="center" valignment="top" width="0">
15627 <column alignment="center" valignment="top" width="0">
15628 <column alignment="center" valignment="top" width="0">
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634 System
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 Chip
15644 \begin_inset space \thinspace{}
15645 \end_inset
15646
15647 1
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 Chip
15657 \begin_inset space \thinspace{}
15658 \end_inset
15659
15660 2
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 </row>
15675 <row>
15676 <cell alignment="center" valignment="top" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 \begin_inset ERT
15681 status collapsed
15682
15683 \begin_layout Plain Layout
15684
15685
15686 \backslash
15687 cmidrule(r){2-2}
15688 \end_layout
15689
15690 \end_inset
15691
15692
15693 \begin_inset ERT
15694 status collapsed
15695
15696 \begin_layout Plain Layout
15697
15698
15699 \backslash
15700 cmidrule(l){3-4}
15701 \end_layout
15702
15703 \end_inset
15704
15705
15706 \begin_inset ERT
15707 status collapsed
15708
15709 \begin_layout Plain Layout
15710
15711
15712 \backslash
15713 morecmidrules 
15714 \end_layout
15715
15716 \end_inset
15717
15718
15719 \begin_inset ERT
15720 status collapsed
15721
15722 \begin_layout Plain Layout
15723
15724
15725 \backslash
15726 cmidrule{2-4}
15727 \end_layout
15728
15729 \end_inset
15730
15731 Detector thickness in Âµm
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 300
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 300
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 700
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 <row>
15765 <cell alignment="center" valignment="top" topline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 Edge angle in Â°
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 3.55
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 2.71
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 7.99
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row topspace="default">
15803 <cell alignment="center" valignment="top" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 Spatial resolution in Âµm
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 4.26
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 10.17
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 10.56
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 <row topspace="default">
15841 <cell alignment="center" valignment="top" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845 MTF at 
15846 \begin_inset Formula $f_{\mathrm{max}}$
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 0.53
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867 0.37
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 0.39
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 \begin_inset ERT
15888 status collapsed
15889
15890 \begin_layout Plain Layout
15891
15892
15893 \backslash
15894 morecmidrules 
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \begin_inset ERT
15901 status collapsed
15902
15903 \begin_layout Plain Layout
15904
15905
15906 \backslash
15907 cmidrule{3-4}
15908 \end_layout
15909
15910 \end_inset
15911
15912 LSF-spatial resolution
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" topline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row>
15946 <cell alignment="center" valignment="top" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 in Âµm
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 129.7
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 52.75
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 50.78
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 </row>
15983 <row>
15984 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 in % of pixel size
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 76.3
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 95.9
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 92.3
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 </lyxtabular>
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Section
16034 Vertical Table Alignment
16035 \begin_inset Index idx
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039 Table ! Alignment
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Standard
16048 To align tables vertically in a text line the table must be inside a box.
16049  The box can then be vertically aligned as described in section
16050 \begin_inset space ~
16051 \end_inset
16052
16053
16054 \begin_inset CommandInset ref
16055 LatexCommand ref
16056 reference "sec:Box-Dialog"
16057
16058 \end_inset
16059
16060 .
16061 \end_layout
16062
16063 \begin_layout Standard
16064 In the following example the tables are inside a minipage
16065 \begin_inset Foot
16066 status collapsed
16067
16068 \begin_layout Plain Layout
16069 Minipages are described in section
16070 \begin_inset space ~
16071 \end_inset
16072
16073
16074 \begin_inset CommandInset ref
16075 LatexCommand ref
16076 reference "sec:Minipages"
16077
16078 \end_inset
16079
16080 .
16081 \end_layout
16082
16083 \end_inset
16084
16085  box that has a width of 15
16086 \begin_inset space \thinspace{}
16087 \end_inset
16088
16089 col%:
16090 \end_layout
16091
16092 \begin_layout Itemize
16093 test 
16094 \begin_inset Box Frameless
16095 position "t"
16096 hor_pos "c"
16097 has_inner_box 1
16098 inner_pos "c"
16099 use_parbox 0
16100 use_makebox 0
16101 width "15col%"
16102 special "none"
16103 height "1in"
16104 height_special "totalheight"
16105 status collapsed
16106
16107 \begin_layout Plain Layout
16108 \begin_inset Tabular
16109 <lyxtabular version="3" rows="3" columns="3">
16110 <features tabularvalignment="middle">
16111 <column alignment="center" valignment="top" width="0">
16112 <column alignment="center" valignment="top" width="0">
16113 <column alignment="center" valignment="top" width="0">
16114 <row>
16115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 a
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 d
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 g
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 </row>
16143 <row>
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148 b
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 e
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 h
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 c
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 f
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 i
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 </lyxtabular>
16202
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209
16210  test 
16211 \begin_inset ERT
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215
16216
16217 \backslash
16218 raisebox{0.85
16219 \backslash
16220 baselineskip}{
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \begin_inset Box Frameless
16227 position "t"
16228 hor_pos "c"
16229 has_inner_box 1
16230 inner_pos "c"
16231 use_parbox 0
16232 use_makebox 0
16233 width "15col%"
16234 special "none"
16235 height "1in"
16236 height_special "totalheight"
16237 status collapsed
16238
16239 \begin_layout Plain Layout
16240 \begin_inset Tabular
16241 <lyxtabular version="3" rows="3" columns="3">
16242 <features tabularvalignment="middle">
16243 <column alignment="center" valignment="top" width="0">
16244 <column alignment="center" valignment="top" width="0">
16245 <column alignment="center" valignment="top" width="0">
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 a
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 d
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 g
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 <row>
16276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 b
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 e
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 h
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 </row>
16304 <row>
16305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 c
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 f
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 i
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 </lyxtabular>
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \end_inset
16341
16342
16343 \begin_inset ERT
16344 status collapsed
16345
16346 \begin_layout Plain Layout
16347
16348 }
16349 \end_layout
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \begin_layout Itemize
16357 test 
16358 \begin_inset Box Frameless
16359 position "c"
16360 hor_pos "c"
16361 has_inner_box 1
16362 inner_pos "c"
16363 use_parbox 0
16364 use_makebox 0
16365 width "15col%"
16366 special "none"
16367 height "1in"
16368 height_special "totalheight"
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372 \begin_inset Tabular
16373 <lyxtabular version="3" rows="3" columns="3">
16374 <features tabularvalignment="middle">
16375 <column alignment="center" valignment="top" width="0">
16376 <column alignment="center" valignment="top" width="0">
16377 <column alignment="center" valignment="top" width="0">
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 a
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 d
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 g
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 b
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 e
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 h
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 c
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 f
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 i
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 </lyxtabular>
16466
16467 \end_inset
16468
16469
16470 \end_layout
16471
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \begin_layout Itemize
16478 test 
16479 \begin_inset Box Frameless
16480 position "b"
16481 hor_pos "c"
16482 has_inner_box 1
16483 inner_pos "c"
16484 use_parbox 0
16485 use_makebox 0
16486 width "15col%"
16487 special "none"
16488 height "1in"
16489 height_special "totalheight"
16490 status collapsed
16491
16492 \begin_layout Plain Layout
16493 \begin_inset Tabular
16494 <lyxtabular version="3" rows="3" columns="3">
16495 <features tabularvalignment="middle">
16496 <column alignment="center" valignment="top" width="0">
16497 <column alignment="center" valignment="top" width="0">
16498 <column alignment="center" valignment="top" width="0">
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 a
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 d
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 g
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 </row>
16528 <row>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 b
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 e
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 h
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 </row>
16557 <row>
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 c
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 f
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 i
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 </lyxtabular>
16587
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \end_inset
16594
16595  test 
16596 \begin_inset ERT
16597 status collapsed
16598
16599 \begin_layout Plain Layout
16600
16601
16602 \backslash
16603 raisebox{-0.32
16604 \backslash
16605 baselineskip}{
16606 \end_layout
16607
16608 \end_inset
16609
16610
16611 \begin_inset Box Frameless
16612 position "b"
16613 hor_pos "c"
16614 has_inner_box 1
16615 inner_pos "c"
16616 use_parbox 0
16617 use_makebox 0
16618 width "15col%"
16619 special "none"
16620 height "1in"
16621 height_special "totalheight"
16622 status collapsed
16623
16624 \begin_layout Plain Layout
16625 \begin_inset Tabular
16626 <lyxtabular version="3" rows="3" columns="3">
16627 <features tabularvalignment="middle">
16628 <column alignment="center" valignment="top" width="0">
16629 <column alignment="center" valignment="top" width="0">
16630 <column alignment="center" valignment="top" width="0">
16631 <row>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 a
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 d
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 g
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 b
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 e
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 h
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 <row>
16690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 c
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 f
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 i
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 </row>
16718 </lyxtabular>
16719
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726
16727
16728 \begin_inset ERT
16729 status collapsed
16730
16731 \begin_layout Plain Layout
16732
16733 }
16734 \end_layout
16735
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \begin_layout Standard
16742 As you will see, the content of the first and last table row is not correctly
16743  aligned.
16744  To get this alignment, the minipage box must be set into a raisebox
16745 \begin_inset Foot
16746 status collapsed
16747
16748 \begin_layout Plain Layout
16749 Raiseboxes are described in section
16750 \begin_inset space ~
16751 \end_inset
16752
16753
16754 \begin_inset CommandInset ref
16755 LatexCommand ref
16756 reference "sub:Vertical-Alignment"
16757
16758 \end_inset
16759
16760 .
16761 \end_layout
16762
16763 \end_inset
16764
16765 .
16766  In the example above the second table in the first item is aligned using
16767  the TeX-Code-command
16768 \end_layout
16769
16770 \begin_layout Standard
16771
16772 \series bold
16773
16774 \backslash
16775 raisebox{0.85
16776 \backslash
16777 baselineskip}{
16778 \end_layout
16779
16780 \begin_layout Standard
16781 before the box.
16782  After the box the closing brace 
16783 \series bold
16784 }
16785 \series default
16786  is inserted as TeX-Code.
16787  For the second table in the last item the command
16788 \end_layout
16789
16790 \begin_layout Standard
16791
16792 \series bold
16793
16794 \backslash
16795 raisebox{-0.32
16796 \backslash
16797 baselineskip}{
16798 \end_layout
16799
16800 \begin_layout Standard
16801 is used.
16802 \end_layout
16803
16804 \begin_layout Standard
16805 \begin_inset Note Greyedout
16806 status open
16807
16808 \begin_layout Plain Layout
16809
16810 \series bold
16811 Note:
16812 \series default
16813  The alignment of the table row content to the surrounding text line is
16814  not exact.
16815  The required value for the 
16816 \series bold
16817
16818 \backslash
16819 raisebox
16820 \series default
16821  command for this alignment depends on the document font, the font size,
16822  and the table line thickness.
16823 \end_layout
16824
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \begin_layout Section
16831 Colored Tables
16832 \begin_inset CommandInset label
16833 LatexCommand label
16834 name "sec:Colored-Tables"
16835
16836 \end_inset
16837
16838
16839 \begin_inset Index idx
16840 status collapsed
16841
16842 \begin_layout Plain Layout
16843 Table ! Color
16844 \end_layout
16845
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Subsection
16852 Colored Cells
16853 \begin_inset Index idx
16854 status collapsed
16855
16856 \begin_layout Plain Layout
16857 Table Color ! for Cells
16858 \end_layout
16859
16860 \end_inset
16861
16862
16863 \begin_inset Index idx
16864 status collapsed
16865
16866 \begin_layout Plain Layout
16867 Color ! for Table Cells
16868 \end_layout
16869
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \begin_layout Standard
16876 \begin_inset Float table
16877 placement h
16878 wide false
16879 sideways false
16880 status open
16881
16882 \begin_layout Plain Layout
16883 \begin_inset Caption
16884
16885 \begin_layout Plain Layout
16886 \begin_inset CommandInset label
16887 LatexCommand label
16888 name "tab:Table-colored-without"
16889
16890 \end_inset
16891
16892 Table colored without using the package 
16893 \series bold
16894 colortbl
16895 \series default
16896
16897 \begin_inset Argument
16898 status collapsed
16899
16900 \begin_layout Plain Layout
16901 Table without colortbl
16902 \end_layout
16903
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \begin_layout Plain Layout
16915 \align center
16916 \begin_inset Tabular
16917 <lyxtabular version="3" rows="3" columns="3">
16918 <features tabularvalignment="middle">
16919 <column alignment="center" valignment="top" width="0">
16920 <column alignment="center" valignment="top" width="0">
16921 <column alignment="center" valignment="top" width="0">
16922 <row>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927
16928 \color green
16929 a
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \color red
16940 b
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \color red
16951 c
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \color green
16964 d
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973
16974 \color blue
16975 e
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984
16985 \color blue
16986 f
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \color green
16999 g
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008
17009 \color blue
17010 h
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019
17020 \color blue
17021 i
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 </lyxtabular>
17028
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \begin_layout Standard
17040 If you only need colored text, mark the cells and choose a color in the
17041  menu 
17042 \family sans
17043 Edit\SpecialChar \menuseparator
17044 Text
17045 \begin_inset space ~
17046 \end_inset
17047
17048 Style
17049 \family default
17050 .
17051  This was used to create Table
17052 \begin_inset space ~
17053 \end_inset
17054
17055
17056 \begin_inset CommandInset ref
17057 LatexCommand ref
17058 reference "tab:Table-colored-without"
17059
17060 \end_inset
17061
17062 .
17063  In any other case you have to use the LaTeX-package 
17064 \series bold
17065 colortbl
17066 \series default
17067 .
17068 \begin_inset Index idx
17069 status collapsed
17070
17071 \begin_layout Plain Layout
17072 LaTeX-packages ! colortbl
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \begin_layout Standard
17081 \begin_inset ERT
17082 status collapsed
17083
17084 \begin_layout Plain Layout
17085
17086
17087 \backslash
17088 ifcolortbl
17089 \end_layout
17090
17091 \end_inset
17092
17093
17094 \begin_inset Note Note
17095 status open
17096
17097 \begin_layout Plain Layout
17098 The following section part will only be displayed when the LaTeX-package
17099  
17100 \series bold
17101 colortbl
17102 \series default
17103  is installed.
17104 \end_layout
17105
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \begin_layout Standard
17112 To create colored tables, 
17113 \series bold
17114 colortbl
17115 \series default
17116  must be loaded in the preamble with the line
17117 \end_layout
17118
17119 \begin_layout Standard
17120
17121 \series bold
17122
17123 \backslash
17124 usepackage{colortbl}
17125 \end_layout
17126
17127 \begin_layout Standard
17128 The color of a column is adjusted with the command
17129 \end_layout
17130
17131 \begin_layout Standard
17132
17133 \series bold
17134
17135 \backslash
17136 columncolor{name of color}
17137 \end_layout
17138
17139 \begin_layout Standard
17140 inside the command 
17141 \series bold
17142 >{ }
17143 \series default
17144 .
17145  More about the command 
17146 \series bold
17147 >{}
17148 \series default
17149  is contained in section
17150 \begin_inset space ~
17151 \end_inset
17152
17153
17154 \begin_inset CommandInset ref
17155 LatexCommand ref
17156 reference "sub:Multicolumn-Calculations"
17157
17158 \end_inset
17159
17160 .
17161 \end_layout
17162
17163 \begin_layout Standard
17164 The following color names are predefined:
17165 \end_layout
17166
17167 \begin_layout Standard
17168
17169 \family sans
17170 red
17171 \family default
17172
17173 \family sans
17174 green
17175 \family default
17176
17177 \family sans
17178 yellow
17179 \family default
17180
17181 \family sans
17182 blue
17183 \family default
17184
17185 \family sans
17186 cyan
17187 \family default
17188
17189 \family sans
17190 magenta
17191 \family default
17192
17193 \family sans
17194 black
17195 \family default
17196  and 
17197 \family sans
17198 white
17199 \end_layout
17200
17201 \begin_layout Standard
17202 \begin_inset VSpace medskip
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout Standard
17209 If you add the options
17210 \end_layout
17211
17212 \begin_layout Standard
17213
17214 \series bold
17215 usenames,dvipsnames
17216 \end_layout
17217
17218 \begin_layout Standard
17219 to the document class options in the document settings, you can additionally
17220  use further 61
17221 \begin_inset space ~
17222 \end_inset
17223
17224 colors.
17225  These colors are listed in appendix
17226 \begin_inset space ~
17227 \end_inset
17228
17229
17230 \begin_inset CommandInset ref
17231 LatexCommand ref
17232 reference "chap:List-of-dvips-colornames"
17233
17234 \end_inset
17235
17236 .
17237  One of these colors, 
17238 \family sans
17239 Maroon
17240 \family default
17241 , is used as example in Table
17242 \begin_inset space ~
17243 \end_inset
17244
17245
17246 \begin_inset CommandInset ref
17247 LatexCommand ref
17248 reference "tab:Table-colored-using"
17249
17250 \end_inset
17251
17252 .
17253 \end_layout
17254
17255 \begin_layout Standard
17256 \begin_inset VSpace medskip
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \begin_layout Standard
17263 You can also define your own color with the command
17264 \end_layout
17265
17266 \begin_layout Standard
17267
17268 \series bold
17269
17270 \backslash
17271 definecolor{color name}{color model}{color values}
17272 \end_layout
17273
17274 \begin_layout Standard
17275 The color model can be
17276 \end_layout
17277
17278 \begin_layout Labeling
17279 \labelwidthstring 00.00.0000
17280 cmyk: cyan, magenta, yellow, black
17281 \end_layout
17282
17283 \begin_layout Labeling
17284 \labelwidthstring 00.00.0000
17285 rgb: red, green blue
17286 \end_layout
17287
17288 \begin_layout Labeling
17289 \labelwidthstring 00.00.0000
17290 gray gray
17291 \end_layout
17292
17293 \begin_layout Standard
17294 and the color values are comma separated numbers between 0 and 1 describing
17295  the factor for the corresponding color of the color model.
17296 \end_layout
17297
17298 \begin_layout Standard
17299 You can e.
17300 \begin_inset space \thinspace{}
17301 \end_inset
17302
17303 g.
17304 \begin_inset space \space{}
17305 \end_inset
17306
17307 define the color "
17308 \emph on
17309 darkgreen
17310 \emph default
17311 " in the preamble with
17312 \end_layout
17313
17314 \begin_layout Standard
17315
17316 \series bold
17317
17318 \backslash
17319 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 and the color "
17324 \emph on
17325 lightgray
17326 \emph default
17327 " with
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333
17334 \backslash
17335 definecolor{lightgray}{gray}{0.8}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 \begin_inset VSpace medskip
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \begin_layout Standard
17346 Lines are colored with the command
17347 \end_layout
17348
17349 \begin_layout Standard
17350
17351 \series bold
17352
17353 \backslash
17354 rowcolor{name of color}
17355 \end_layout
17356
17357 \begin_layout Standard
17358 and cells are colored with the command
17359 \end_layout
17360
17361 \begin_layout Standard
17362
17363 \series bold
17364
17365 \backslash
17366 cellcolor{name of color}
17367 \end_layout
17368
17369 \begin_layout Standard
17370 Both commands are inserted at the beginning of a cell as TeX-Code.
17371 \end_layout
17372
17373 \begin_layout Standard
17374 To color characters in the table, mark the cells and use the LyX menu 
17375 \family sans
17376 Edit\SpecialChar \menuseparator
17377 Text
17378 \begin_inset space ~
17379 \end_inset
17380
17381 Style
17382 \family default
17383 .
17384  If a cell contains TeX-Code mark only the characters, otherwise the colored
17385  TeX-Code will cause LaTeX-errors.
17386 \end_layout
17387
17388 \begin_layout Standard
17389 \begin_inset Note Greyedout
17390 status open
17391
17392 \begin_layout Plain Layout
17393
17394 \series bold
17395 Note:
17396 \series default
17397  Not all DVI-viewers are able to display self-defined colors.
17398 \end_layout
17399
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \begin_layout Standard
17406 \begin_inset VSpace bigskip
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \begin_layout Standard
17413 To create Table
17414 \begin_inset space ~
17415 \end_inset
17416
17417
17418 \begin_inset CommandInset ref
17419 LatexCommand ref
17420 reference "tab:Table-colored-using"
17421
17422 \end_inset
17423
17424  do the following: The color of the first column should be 
17425 \emph on
17426 darkgreen
17427 \emph default
17428 .
17429  So insert
17430 \end_layout
17431
17432 \begin_layout Standard
17433
17434 \series bold
17435 >{
17436 \backslash
17437 columncolor{darkgreen}
17438 \backslash
17439 centering}c
17440 \end_layout
17441
17442 \begin_layout Standard
17443 as LaTeX-argument for this column.
17444  The first row should be light blue, therefore the TeX-Code command
17445 \end_layout
17446
17447 \begin_layout Standard
17448
17449 \series bold
17450
17451 \backslash
17452 rowcolor{cyan}
17453 \end_layout
17454
17455 \begin_layout Standard
17456 is inserted to the first cell of this row.
17457  Note that this overwrites the column color for the first cell.
17458  The last cell of the last row is colored maroon by inserting the TeX-Code
17459  command
17460 \end_layout
17461
17462 \begin_layout Standard
17463
17464 \series bold
17465
17466 \backslash
17467 cellcolor{Maroon}
17468 \end_layout
17469
17470 \begin_layout Standard
17471 The characters could now be colored using the menu 
17472 \family sans
17473 Edit\SpecialChar \menuseparator
17474 Text
17475 \begin_inset space ~
17476 \end_inset
17477
17478 Style
17479 \family default
17480 .
17481 \end_layout
17482
17483 \begin_layout Standard
17484 \begin_inset Float table
17485 placement h
17486 wide false
17487 sideways false
17488 status open
17489
17490 \begin_layout Plain Layout
17491 \begin_inset Caption
17492
17493 \begin_layout Plain Layout
17494 \begin_inset CommandInset label
17495 LatexCommand label
17496 name "tab:Table-colored-using"
17497
17498 \end_inset
17499
17500 Table colored using the package 
17501 \series bold
17502 colortbl
17503 \series default
17504
17505 \begin_inset Argument
17506 status collapsed
17507
17508 \begin_layout Plain Layout
17509 Table with colortbl
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \begin_layout Plain Layout
17523 \align center
17524 \begin_inset Tabular
17525 <lyxtabular version="3" rows="3" columns="3">
17526 <features tabularvalignment="middle">
17527 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17528 <column alignment="center" valignment="top" width="0">
17529 <column alignment="center" valignment="top" width="0">
17530 <row>
17531 <cell alignment="center" valignment="top" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 \begin_inset ERT
17536 status collapsed
17537
17538 \begin_layout Plain Layout
17539
17540
17541 \backslash
17542 rowcolor{cyan}
17543 \end_layout
17544
17545 \end_inset
17546
17547
17548 \color magenta
17549 a
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \color red
17560 b
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \color red
17571 c
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582
17583 \color yellow
17584 d
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593
17594 \color blue
17595 e
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604
17605 \color blue
17606 f
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 </row>
17612 <row>
17613 <cell alignment="center" valignment="top" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617
17618 \color yellow
17619 g
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628
17629 \color blue
17630 h
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 \begin_inset ERT
17640 status collapsed
17641
17642 \begin_layout Plain Layout
17643
17644
17645 \backslash
17646 cellcolor{Maroon}
17647 \end_layout
17648
17649 \end_inset
17650
17651
17652 \color green
17653 i
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 </row>
17659 </lyxtabular>
17660
17661 \end_inset
17662
17663
17664 \end_layout
17665
17666 \end_inset
17667
17668
17669 \end_layout
17670
17671 \begin_layout Standard
17672 \begin_inset ERT
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676
17677
17678 \backslash
17679 else
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \begin_inset Note Note
17686 status open
17687
17688 \begin_layout Plain Layout
17689 The following will be displayed when the LaTeX-package 
17690 \series bold
17691 colortbl
17692 \series default
17693  is not installed:
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \begin_layout Standard
17702 You need to install the package 
17703 \series bold
17704 colortbl
17705 \series default
17706  to see the content of this section in the output.
17707 \end_layout
17708
17709 \begin_layout Standard
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 fi
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \begin_layout Subsection
17726 Colored Lines
17727 \begin_inset Index idx
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 Table Color ! for Lines
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \begin_inset Index idx
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741 Color ! for Table Lines
17742 \end_layout
17743
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \begin_layout Standard
17750 As described in section
17751 \begin_inset space ~
17752 \end_inset
17753
17754
17755 \begin_inset CommandInset ref
17756 LatexCommand ref
17757 reference "sub:Line-Thickness"
17758
17759 \end_inset
17760
17761 , the line thickness for all lines in a table can be adjusted with the length
17762  
17763 \series bold
17764
17765 \backslash
17766 arrayrulewidth
17767 \series default
17768 .
17769  It is set to 1.5
17770 \begin_inset space \thinspace{}
17771 \end_inset
17772
17773 pt for all tables of this section.
17774 \begin_inset ERT
17775 status collapsed
17776
17777 \begin_layout Plain Layout
17778
17779
17780 \backslash
17781 setlength{
17782 \backslash
17783 arrayrulewidth}{1.5pt}
17784 \end_layout
17785
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \begin_layout Standard
17792 To color vertical lines for example with green, create the following column
17793  format in the document preamble, according to the description in section
17794 \begin_inset space ~
17795 \end_inset
17796
17797
17798 \begin_inset CommandInset ref
17799 LatexCommand ref
17800 reference "sub:Customized-Format"
17801
17802 \end_inset
17803
17804 :
17805 \end_layout
17806
17807 \begin_layout Standard
17808
17809 \series bold
17810
17811 \backslash
17812 newcolumntype{W}{!{
17813 \backslash
17814 color{green}
17815 \backslash
17816 vline}}
17817 \end_layout
17818
17819 \begin_layout Standard
17820 For Table
17821 \begin_inset space ~
17822 \end_inset
17823
17824
17825 \begin_inset CommandInset ref
17826 LatexCommand ref
17827 reference "tab:Table-with-vertical-colored"
17828
17829 \end_inset
17830
17831  the LaTeX-argument
17832 \series bold
17833  WcW
17834 \series default
17835  was used for the last column and
17836 \series bold
17837  Wc
17838 \series default
17839  for the other columns.
17840 \end_layout
17841
17842 \begin_layout Standard
17843 If you want to have several colors, define more column formats.
17844 \end_layout
17845
17846 \begin_layout Standard
17847 \begin_inset Float table
17848 placement h
17849 wide false
17850 sideways false
17851 status open
17852
17853 \begin_layout Plain Layout
17854 \begin_inset Caption
17855
17856 \begin_layout Plain Layout
17857 \begin_inset CommandInset label
17858 LatexCommand label
17859 name "tab:Table-with-vertical-colored"
17860
17861 \end_inset
17862
17863 Table with colored vertical lines
17864 \end_layout
17865
17866 \end_inset
17867
17868
17869 \end_layout
17870
17871 \begin_layout Plain Layout
17872 \align center
17873 \begin_inset Tabular
17874 <lyxtabular version="3" rows="3" columns="3">
17875 <features tabularvalignment="middle">
17876 <column alignment="center" valignment="top" width="0" special="Wc">
17877 <column alignment="center" valignment="top" width="0" special="Wc">
17878 <column alignment="center" valignment="top" width="0" special="WcW">
17879 <row>
17880 <cell alignment="center" valignment="top" topline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884 sd
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" topline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" topline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 sd
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" topline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 <row>
17938 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 sd
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 </lyxtabular>
17967
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Standard
17979 \begin_inset VSpace bigskip
17980 \end_inset
17981
17982 To color horizontal lines for example with red, as in Table
17983 \begin_inset space ~
17984 \end_inset
17985
17986
17987 \begin_inset CommandInset ref
17988 LatexCommand ref
17989 reference "tab:Table-with-horizontal-colored"
17990
17991 \end_inset
17992
17993 , insert these commands in TeX-Code before the table or table float:
17994 \end_layout
17995
17996 \begin_layout Standard
17997
17998 \series bold
17999
18000 \backslash
18001 let
18002 \backslash
18003 myHlineC
18004 \backslash
18005 hline
18006 \begin_inset Newline newline
18007 \end_inset
18008
18009
18010 \backslash
18011 renewcommand{
18012 \backslash
18013 hline}
18014 \begin_inset Newline newline
18015 \end_inset
18016
18017
18018 \begin_inset Phantom HPhantom
18019 status open
18020
18021 \begin_layout Plain Layout
18022
18023 \series bold
18024 \begin_inset space ~
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \end_inset
18031
18032 {
18033 \backslash
18034 arrayrulecolor{red}
18035 \backslash
18036 myHlineC
18037 \backslash
18038 arrayrulecolor{black}}
18039 \end_layout
18040
18041 \begin_layout Standard
18042 \begin_inset ERT
18043 status collapsed
18044
18045 \begin_layout Plain Layout
18046
18047
18048 \backslash
18049 let
18050 \backslash
18051 myHlineC
18052 \backslash
18053 hline
18054 \end_layout
18055
18056 \begin_layout Plain Layout
18057
18058
18059 \backslash
18060 renewcommand{
18061 \backslash
18062 hline}
18063 \end_layout
18064
18065 \begin_layout Plain Layout
18066
18067  {
18068 \backslash
18069 arrayrulecolor{red}
18070 \backslash
18071 myHlineC
18072 \backslash
18073 arrayrulecolor{black}}
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \begin_inset Float table
18080 placement h
18081 wide false
18082 sideways false
18083 status open
18084
18085 \begin_layout Plain Layout
18086 \begin_inset Caption
18087
18088 \begin_layout Plain Layout
18089 \begin_inset CommandInset label
18090 LatexCommand label
18091 name "tab:Table-with-horizontal-colored"
18092
18093 \end_inset
18094
18095 Table with colored horizontal lines
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \begin_layout Plain Layout
18104 \align center
18105 \begin_inset Tabular
18106 <lyxtabular version="3" rows="3" columns="3">
18107 <features tabularvalignment="middle">
18108 <column alignment="center" valignment="top" width="0">
18109 <column alignment="center" valignment="top" width="0">
18110 <column alignment="center" valignment="top" width="0">
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 sd
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 sd
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 </row>
18169 <row>
18170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 sd
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 </row>
18198 </lyxtabular>
18199
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Standard
18211 To return to the default line color black, insert this command in TeX-Code
18212  after the table or table float:
18213 \end_layout
18214
18215 \begin_layout Standard
18216
18217 \series bold
18218
18219 \backslash
18220 renewcommand{
18221 \backslash
18222 hline}{
18223 \backslash
18224 myHlineC}
18225 \end_layout
18226
18227 \begin_layout Standard
18228 Table
18229 \begin_inset space ~
18230 \end_inset
18231
18232
18233 \begin_inset CommandInset ref
18234 LatexCommand ref
18235 reference "tab:Table-with-colored"
18236
18237 \end_inset
18238
18239  is an example with colored vertical and horizontal lines.
18240 \end_layout
18241
18242 \begin_layout Standard
18243 \begin_inset Float table
18244 placement h
18245 wide false
18246 sideways false
18247 status open
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Caption
18251
18252 \begin_layout Plain Layout
18253 \begin_inset CommandInset label
18254 LatexCommand label
18255 name "tab:Table-with-colored"
18256
18257 \end_inset
18258
18259 Table with colored lines
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Plain Layout
18268 \align center
18269 \begin_inset Tabular
18270 <lyxtabular version="3" rows="3" columns="3">
18271 <features tabularvalignment="middle">
18272 <column alignment="center" valignment="top" width="0" special="Wc">
18273 <column alignment="center" valignment="top" width="0" special="Wc">
18274 <column alignment="center" valignment="top" width="0" special="WcW">
18275 <row>
18276 <cell alignment="center" valignment="top" topline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 sd
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
18305 <cell alignment="center" valignment="top" topline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 sd
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" topline="true" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 </row>
18333 <row topspace="default">
18334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 sd
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 </row>
18362 </lyxtabular>
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \end_layout
18373
18374 \begin_layout Standard
18375 \begin_inset ERT
18376 status collapsed
18377
18378 \begin_layout Plain Layout
18379
18380
18381 \backslash
18382 renewcommand{
18383 \backslash
18384 hline}{
18385 \backslash
18386 myHlineC}
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \begin_layout Standard
18395 \begin_inset ERT
18396 status collapsed
18397
18398 \begin_layout Plain Layout
18399
18400
18401 \backslash
18402 setlength{
18403 \backslash
18404 arrayrulewidth}{0.4pt}
18405 \end_layout
18406
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \begin_layout Section
18413 Table Width Calculation
18414 \begin_inset CommandInset label
18415 LatexCommand label
18416 name "sec:Table-Width-Calculation"
18417
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \begin_layout Standard
18424 For wide tables it is sometimes difficult to assure that the table does
18425  not protrude over the page margin.
18426  Setting a fixed width for every column of the table is the solution, but
18427  what amount of space is needed for each column?
18428 \end_layout
18429
18430 \begin_layout Standard
18431 The table width 
18432 \begin_inset Formula $W_{\mathrm{table}}$
18433 \end_inset
18434
18435  can be calculated: Every column has the width of the specified column width
18436  
18437 \begin_inset Formula $W_{\mathrm{column}}$
18438 \end_inset
18439
18440  (that the content of the column can consume) plus two times the separation
18441  between the column content and the column border (LaTeX length
18442 \series bold
18443  
18444 \backslash
18445 tabcolsep
18446 \series default
18447 , default 6
18448 \begin_inset space \thinspace{}
18449 \end_inset
18450
18451 pt) plus the width of a border line (LaTeX length 
18452 \series bold
18453
18454 \backslash
18455 arrayrulewidth
18456 \series default
18457 , default 0.4
18458 \begin_inset space \thinspace{}
18459 \end_inset
18460
18461 pt): So if all 
18462 \begin_inset Formula $n$
18463 \end_inset
18464
18465
18466 \begin_inset space ~
18467 \end_inset
18468
18469 columns have the same width, the table width is
18470 \begin_inset Formula 
18471 \begin{equation}
18472 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18473 \end{equation}
18474
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Standard
18481 The available width for a table is the space between the page margins or
18482  the width of a text column (for a two-column document) (LaTeX length 
18483 \series bold
18484
18485 \backslash
18486 columnwidth
18487 \series default
18488 ).
18489  If all table columns should have the same width and 
18490 \begin_inset Formula $W_{\mathrm{table}}$
18491 \end_inset
18492
18493  should be 1
18494 \begin_inset space \thinspace{}
18495 \end_inset
18496
18497
18498 \backslash
18499 columnwidth, 
18500 \begin_inset Formula $W_{\mathrm{column}}$
18501 \end_inset
18502
18503  can easily be calculated.
18504 \end_layout
18505
18506 \begin_layout Standard
18507 To be able to perform calculations you need to load the LaTeX-package 
18508 \series bold
18509 calc
18510 \series default
18511
18512 \begin_inset Index idx
18513 status collapsed
18514
18515 \begin_layout Plain Layout
18516 LaTeX-packages ! calc
18517 \end_layout
18518
18519 \end_inset
18520
18521  in the document preamble.
18522  To set the width in the table dialog you have to use the field 
18523 \family sans
18524 LaTeX argument
18525 \family default
18526 .
18527  The command scheme for this field is the same that is explained in section
18528 \begin_inset space ~
18529 \end_inset
18530
18531
18532 \begin_inset CommandInset ref
18533 LatexCommand ref
18534 reference "sub:Multicolumn-Calculations"
18535
18536 \end_inset
18537
18538 .
18539  For a table with 5
18540 \begin_inset space \thinspace{}
18541 \end_inset
18542
18543 columns with an uniform width and centered text, enter there for each column
18544  the command
18545 \end_layout
18546
18547 \begin_layout Standard
18548
18549 \series bold
18550 >{
18551 \backslash
18552 centering}p{(1
18553 \backslash
18554 columnwidth-62.4pt)/5}
18555 \end_layout
18556
18557 \begin_layout Standard
18558 For a table with 5
18559 \begin_inset space \thinspace{}
18560 \end_inset
18561
18562 columns where 2 should have 0.75
18563 \begin_inset space ~
18564 \end_inset
18565
18566 times the width than the 3 others, the calculation is
18567 \begin_inset Formula 
18568 \begin{align}
18569 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18570  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18571  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
18572 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18573 \end{align}
18574
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \begin_layout Standard
18581 In the table therefore the command
18582 \end_layout
18583
18584 \begin_layout Standard
18585
18586 \series bold
18587 >{
18588 \backslash
18589 centering}p{(1
18590 \backslash
18591 columnwidth-62.4pt)/
18592 \backslash
18593 real{4.5}}
18594 \end_layout
18595
18596 \begin_layout Standard
18597 is used for the wider columns and
18598 \end_layout
18599
18600 \begin_layout Standard
18601
18602 \series bold
18603 >{
18604 \backslash
18605 centering}p{(1
18606 \backslash
18607 columnwidth-62.4pt)/
18608 \backslash
18609 real{4.5}*
18610 \backslash
18611 real{0.75}}
18612 \end_layout
18613
18614 \begin_layout Standard
18615 for the smaller ones:
18616 \end_layout
18617
18618 \begin_layout Standard
18619 \begin_inset Tabular
18620 <lyxtabular version="3" rows="2" columns="5">
18621 <features tabularvalignment="middle">
18622 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18623 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18624 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18625 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18626 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18627 <row>
18628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 1
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641 2
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650 3
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659 4
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668 5
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 </row>
18674 <row>
18675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679 111111 1111111 111111 111111111 11111 11111 1111
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 2222 22222 222222 222222222 2222222 22 22222
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 333333 333333 333333 33333 3333333 333
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 </lyxtabular>
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \begin_layout Section
18729 Table Customization
18730 \begin_inset Index idx
18731 status collapsed
18732
18733 \begin_layout Plain Layout
18734 Table Customization
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \begin_inset Index idx
18741 status collapsed
18742
18743 \begin_layout Plain Layout
18744 Table ! Customization
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \begin_layout Subsection
18753 Row Spacing
18754 \begin_inset CommandInset label
18755 LatexCommand label
18756 name "sub:Row-Spacing"
18757
18758 \end_inset
18759
18760
18761 \begin_inset Index idx
18762 status collapsed
18763
18764 \begin_layout Plain Layout
18765 Table Customization ! Row Spacing
18766 \end_layout
18767
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \begin_layout Standard
18774 You can add vertical space to table rows in the 
18775 \family sans
18776 Borders
18777 \family default
18778  tab of the table dialog.
18779  You find there three possibilities:
18780 \end_layout
18781
18782 \begin_layout Description
18783 Top
18784 \begin_inset space ~
18785 \end_inset
18786
18787 of
18788 \begin_inset space ~
18789 \end_inset
18790
18791 row will add space above the characters of the table row.
18792  If the table is a formal table
18793 \begin_inset Foot
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797 Formal tables are explained in section
18798 \begin_inset space ~
18799 \end_inset
18800
18801
18802 \begin_inset CommandInset ref
18803 LatexCommand ref
18804 reference "sec:Formal-Tables"
18805
18806 \end_inset
18807
18808 .
18809 \end_layout
18810
18811 \end_inset
18812
18813  LyX will insert as default 0.5
18814 \begin_inset space \thinspace{}
18815 \end_inset
18816
18817 em space.
18818  For normal tables the inserted space will unfortunately destroy the vertical
18819  table lines as in the following table:
18820 \begin_inset VSpace medskip
18821 \end_inset
18822
18823
18824 \begin_inset Newline newline
18825 \end_inset
18826
18827
18828 \begin_inset space \hspace*{}
18829 \length 0pt
18830 \end_inset
18831
18832
18833 \begin_inset space \hfill{}
18834 \end_inset
18835
18836
18837 \begin_inset Tabular
18838 <lyxtabular version="3" rows="3" columns="1">
18839 <features tabularvalignment="middle">
18840 <column alignment="center" valignment="top" width="0">
18841 <row>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 A
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row topspace="3mm">
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 3
18858 \begin_inset space \thinspace{}
18859 \end_inset
18860
18861 mm space top of row
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 </row>
18867 <row>
18868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 C
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 </row>
18878 </lyxtabular>
18879
18880 \end_inset
18881
18882
18883 \begin_inset space \hfill{}
18884 \end_inset
18885
18886
18887 \begin_inset space \hspace*{}
18888 \length 0pt
18889 \end_inset
18890
18891
18892 \begin_inset VSpace medskip
18893 \end_inset
18894
18895
18896 \begin_inset Newline newline
18897 \end_inset
18898
18899 So inserting space in the top of row for normal tables is only useful when
18900  you don't have vertical lines.
18901 \end_layout
18902
18903 \begin_layout Description
18904 Bottom
18905 \begin_inset space ~
18906 \end_inset
18907
18908 of
18909 \begin_inset space ~
18910 \end_inset
18911
18912 row will add space below the characters of the table row.
18913  If the table is a formal table LyX will insert as default 0.5
18914 \begin_inset space \thinspace{}
18915 \end_inset
18916
18917 em space, for normal tables the default size is 2
18918 \begin_inset space \thinspace{}
18919 \end_inset
18920
18921 pt.
18922 \end_layout
18923
18924 \begin_layout Description
18925 Between
18926 \begin_inset space ~
18927 \end_inset
18928
18929 rows adds space between the current and the following row.
18930  If the table is a formal table LyX will insert as default 0.5
18931 \begin_inset space \thinspace{}
18932 \end_inset
18933
18934 em space.
18935  For normal tables the inserted space will unfortunately destroy the vertical
18936  table lines as in the following table:
18937 \begin_inset VSpace medskip
18938 \end_inset
18939
18940
18941 \begin_inset Newline newline
18942 \end_inset
18943
18944
18945 \begin_inset space \hspace*{}
18946 \length 0pt
18947 \end_inset
18948
18949
18950 \begin_inset space \hfill{}
18951 \end_inset
18952
18953
18954 \begin_inset Tabular
18955 <lyxtabular version="3" rows="3" columns="1">
18956 <features tabularvalignment="middle">
18957 <column alignment="center" valignment="top" width="0">
18958 <row>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 A
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 </row>
18969 <row interlinespace="3mm">
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 \begin_inset Formula $\downarrow$
18975 \end_inset
18976
18977  3
18978 \begin_inset space \thinspace{}
18979 \end_inset
18980
18981 mm space between row 
18982 \begin_inset Formula $\downarrow$
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 </row>
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 \begin_inset Formula $\uparrow$
18997 \end_inset
18998
18999  3
19000 \begin_inset space \thinspace{}
19001 \end_inset
19002
19003 mm space between row 
19004 \begin_inset Formula $\uparrow$
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 </row>
19013 </lyxtabular>
19014
19015 \end_inset
19016
19017
19018 \begin_inset space \hfill{}
19019 \end_inset
19020
19021
19022 \begin_inset space \hspace*{}
19023 \length 0pt
19024 \end_inset
19025
19026
19027 \begin_inset VSpace medskip
19028 \end_inset
19029
19030
19031 \begin_inset Newline newline
19032 \end_inset
19033
19034 So inserting space between rows for normal tables is only useful when you
19035  don't have vertical lines.
19036 \end_layout
19037
19038 \begin_layout Standard
19039 \begin_inset VSpace bigskip
19040 \end_inset
19041
19042 When you want to add extra height to all cells of all tables, you can do
19043  this with the following preamble lines:
19044 \end_layout
19045
19046 \begin_layout Standard
19047
19048 \series bold
19049
19050 \backslash
19051 @ifundefined{extrarowheight}
19052 \begin_inset Newline newline
19053 \end_inset
19054
19055
19056 \begin_inset Phantom HPhantom
19057 status open
19058
19059 \begin_layout Plain Layout
19060
19061 \series bold
19062 \begin_inset space ~
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \end_inset
19069
19070 {
19071 \backslash
19072 usepackage{array}}{}
19073 \begin_inset Newline newline
19074 \end_inset
19075
19076
19077 \backslash
19078 setlength{
19079 \backslash
19080 extrarowheight}{height}
19081 \end_layout
19082
19083 \begin_layout Standard
19084 But this has the disadvantage that the cell texts are no longer exactly
19085  vertically centered.
19086  (The package 
19087 \series bold
19088 array
19089 \series default
19090  will be loaded automatically by LyX when you use self defined table formats.
19091  To avoid that it being loaded twice the command 
19092 \series bold
19093
19094 \backslash
19095 @ifundefined
19096 \series default
19097  is used in the above command.)
19098 \end_layout
19099
19100 \begin_layout Standard
19101 If you are using font sizes larger than the normal size, the table borders
19102  are often too close to the letters.
19103  This can be corrected by inserting the command 
19104 \series bold
19105
19106 \backslash
19107 strut
19108 \series default
19109  in TeX-Code at the beginning of a table row.
19110  Table
19111 \begin_inset space ~
19112 \end_inset
19113
19114
19115 \begin_inset CommandInset ref
19116 LatexCommand ref
19117 reference "tab:Vertical-alignment-of"
19118
19119 \end_inset
19120
19121  illustrates the effect.
19122 \end_layout
19123
19124 \begin_layout Standard
19125 \noindent
19126 \begin_inset Float table
19127 placement h
19128 wide false
19129 sideways false
19130 status open
19131
19132 \begin_layout Plain Layout
19133 \begin_inset Caption
19134
19135 \begin_layout Plain Layout
19136 \begin_inset CommandInset label
19137 LatexCommand label
19138 name "tab:Vertical-alignment-of"
19139
19140 \end_inset
19141
19142 Vertical alignment of text with large font sizes.
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \begin_layout Plain Layout
19151 \begin_inset space \hfill{}
19152 \end_inset
19153
19154
19155 \begin_inset Float table
19156 wide false
19157 sideways false
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161 \begin_inset Caption
19162
19163 \begin_layout Plain Layout
19164 Normal table.
19165 \end_layout
19166
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \begin_layout Plain Layout
19173 \noindent
19174 \align center
19175 \begin_inset Tabular
19176 <lyxtabular version="3" rows="6" columns="1">
19177 <features tabularvalignment="middle">
19178 <column alignment="left" valignment="top" width="0">
19179 <row>
19180 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184 Normal, g
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 </row>
19190 <row>
19191 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \size large
19197 Large
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \size larger
19210 Larger
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \size largest
19223 Largest
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 <row>
19230 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234
19235 \size huge
19236 Huge
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 <row>
19243 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \size huge
19249 Huger
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 </row>
19255 </lyxtabular>
19256
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \end_inset
19263
19264
19265 \begin_inset space \hfill{}
19266 \end_inset
19267
19268
19269 \begin_inset Float table
19270 wide false
19271 sideways false
19272 status collapsed
19273
19274 \begin_layout Plain Layout
19275 \begin_inset Caption
19276
19277 \begin_layout Plain Layout
19278 Table using the command 
19279 \series bold
19280
19281 \backslash
19282 strut
19283 \series default
19284 .
19285 \end_layout
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \begin_layout Plain Layout
19293 \noindent
19294 \align center
19295 \begin_inset Tabular
19296 <lyxtabular version="3" rows="6" columns="1">
19297 <features tabularvalignment="middle">
19298 <column alignment="left" valignment="top" width="0">
19299 <row>
19300 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 Normal, g
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 </row>
19310 <row>
19311 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \size large
19317 \begin_inset ERT
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321
19322
19323 \backslash
19324 strut 
19325 \end_layout
19326
19327 \end_inset
19328
19329 Large
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 <row>
19336 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \size larger
19342 \begin_inset ERT
19343 status collapsed
19344
19345 \begin_layout Plain Layout
19346
19347
19348 \backslash
19349 strut 
19350 \end_layout
19351
19352 \end_inset
19353
19354 Larger
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 </row>
19360 <row>
19361 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \size largest
19367 \begin_inset ERT
19368 status collapsed
19369
19370 \begin_layout Plain Layout
19371
19372
19373 \backslash
19374 strut 
19375 \end_layout
19376
19377 \end_inset
19378
19379 Largest
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 </row>
19385 <row>
19386 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390
19391 \size huge
19392 \begin_inset ERT
19393 status collapsed
19394
19395 \begin_layout Plain Layout
19396
19397
19398 \backslash
19399 strut 
19400 \end_layout
19401
19402 \end_inset
19403
19404 Huge
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 <row>
19411 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \size giant
19417 \begin_inset ERT
19418 status collapsed
19419
19420 \begin_layout Plain Layout
19421
19422
19423 \backslash
19424 strut 
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \size huge
19431 Huger
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 </lyxtabular>
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445
19446
19447 \begin_inset space \hfill{}
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \begin_layout Subsection
19459 Special Cell Alignment
19460 \begin_inset CommandInset label
19461 LatexCommand label
19462 name "sub:Special-Cell-Alignment"
19463
19464 \end_inset
19465
19466
19467 \begin_inset Index idx
19468 status collapsed
19469
19470 \begin_layout Plain Layout
19471 Table Customization ! Special Cell Alignment
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Standard
19480 Sometimes it looks better when the cell entries of a column are aligned
19481  with a special character, e.
19482 \begin_inset space \thinspace{}
19483 \end_inset
19484
19485 g.
19486 \begin_inset space \space{}
19487 \end_inset
19488
19489 with the decimal separator as in Table
19490 \begin_inset space ~
19491 \end_inset
19492
19493
19494 \begin_inset CommandInset ref
19495 LatexCommand ref
19496 reference "tab:Table-cells-align"
19497
19498 \end_inset
19499
19500 .
19501  This alignment is achieved by setting the cursor into the column and then
19502  either pressing the toolbar button 
19503 \begin_inset Graphics
19504         filename ../images/tabular-feature_align-decimal.png
19505         scale 85
19506         scaleBeforeRotation
19507
19508 \end_inset
19509
19510  or setting the alignment in the table settings to 
19511 \family sans
19512 At
19513 \begin_inset space ~
19514 \end_inset
19515
19516 Decimal
19517 \begin_inset space ~
19518 \end_inset
19519
19520 Separator
19521 \family default
19522 .
19523  The alignment character can be a character of your choice and is specified
19524  in the table settings.
19525 \end_layout
19526
19527 \begin_layout Standard
19528 \begin_inset Float table
19529 placement h
19530 wide false
19531 sideways false
19532 status open
19533
19534 \begin_layout Plain Layout
19535 \begin_inset Caption
19536
19537 \begin_layout Plain Layout
19538 \begin_inset CommandInset label
19539 LatexCommand label
19540 name "tab:Table-cells-align"
19541
19542 \end_inset
19543
19544 Table cells of a column aligned with the decimal separator.
19545 \end_layout
19546
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \begin_layout Plain Layout
19553 \align center
19554 \begin_inset Tabular
19555 <lyxtabular version="3" rows="4" columns="1">
19556 <features booktabs="true" tabularvalignment="middle">
19557 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19558 <row>
19559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563 heading
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 </row>
19569 <row>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 12.6
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 </row>
19580 <row>
19581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 0.68
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 </row>
19591 <row>
19592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 -123.0
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 </lyxtabular>
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \begin_layout Standard
19615 \begin_inset Float table
19616 placement h
19617 wide false
19618 sideways false
19619 status open
19620
19621 \begin_layout Plain Layout
19622 \begin_inset Caption
19623
19624 \begin_layout Plain Layout
19625 \begin_inset CommandInset label
19626 LatexCommand label
19627 name "tab:Table-align-operator"
19628
19629 \end_inset
19630
19631 Table cells of a column aligned with the operators.
19632 \end_layout
19633
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \begin_layout Plain Layout
19640 \align center
19641 \begin_inset Tabular
19642 <lyxtabular version="3" rows="4" columns="2">
19643 <features booktabs="true" tabularvalignment="middle">
19644 <column alignment="right" valignment="top" width="0pt">
19645 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19646 <row>
19647 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651 heading
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 </row>
19666 <row>
19667 <cell alignment="center" valignment="top" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671 \begin_inset Formula $12\,+$
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 \begin_inset Formula $\,6$
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 </row>
19692 <row>
19693 <cell alignment="center" valignment="top" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 \begin_inset Formula $0\,-$
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709 \begin_inset Formula $\,68$
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 </row>
19718 <row>
19719 <cell alignment="center" valignment="top" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset Formula $-123\,/$
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Formula $\,0$
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 </row>
19744 </lyxtabular>
19745
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \begin_layout Standard
19757 For alignments at characters in formulas this method does not work because
19758  the field to specify the alignment character does not allow formulas.
19759  In this case one need to use the method from Table
19760 \begin_inset space ~
19761 \end_inset
19762
19763
19764 \begin_inset CommandInset ref
19765 LatexCommand ref
19766 reference "tab:Table-align-operator"
19767
19768 \end_inset
19769
19770 .
19771  This table was created with a 4×2 table.
19772  The heading is a centered multicolumn.
19773  The first column is right-aligned and contains the first part including
19774  the operator.
19775  The second column is left aligned and contains the rest.
19776  A small space was added at the beginning of each cell of the second column
19777  to get the space that is usually around operators.
19778  To omit the space that is normally between two table columns, the following
19779  LaTeX-argument was used for the second column:
19780 \end_layout
19781
19782 \begin_layout Standard
19783
19784 \series bold
19785 @{}l
19786 \end_layout
19787
19788 \begin_layout Standard
19789 Table
19790 \begin_inset space ~
19791 \end_inset
19792
19793
19794 \begin_inset CommandInset ref
19795 LatexCommand ref
19796 reference "tab:Several-table-cell"
19797
19798 \end_inset
19799
19800  shows some example alignments.
19801  For the alignment with the relation sign, a small space was added like
19802  for the second column of Table
19803 \begin_inset space ~
19804 \end_inset
19805
19806
19807 \begin_inset CommandInset ref
19808 LatexCommand ref
19809 reference "tab:Table-align-operator"
19810
19811 \end_inset
19812
19813 .
19814 \end_layout
19815
19816 \begin_layout Standard
19817 \begin_inset Float table
19818 placement h
19819 wide false
19820 sideways false
19821 status open
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Caption
19825
19826 \begin_layout Plain Layout
19827 \begin_inset CommandInset label
19828 LatexCommand label
19829 name "tab:Several-table-cell"
19830
19831 \end_inset
19832
19833 Several table cell alignments.
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Plain Layout
19842 \align center
19843 \begin_inset Tabular
19844 <lyxtabular version="3" rows="4" columns="6">
19845 <features tabularvalignment="middle">
19846 <column alignment="right" valignment="top" width="0">
19847 <column alignment="left" valignment="top" width="0" special="@{}l">
19848 <column alignment="right" valignment="top" width="0">
19849 <column alignment="left" valignment="top" width="0" special="@{}l">
19850 <column alignment="right" valignment="top" width="0">
19851 <column alignment="left" valignment="top" width="0" special="@{}l">
19852 <row>
19853 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 units
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 exponents
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 relations
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 12×
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 24
19923 \begin_inset space \thinspace{}
19924 \end_inset
19925
19926 bottles
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset Formula $10\cdot$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 \begin_inset Formula $10^{\mbox{-}17}$
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset Formula $\Gamma(t)\propto$
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 \begin_inset Formula $\:\Upsilon(t)$
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 </row>
19980 <row>
19981 <cell alignment="center" valignment="top" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985 1024×
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994 768
19995 \begin_inset space \thinspace{}
19996 \end_inset
19997
19998 Pixels
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Formula $5.78\cdot$
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 \begin_inset Formula $10^{7}$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 \begin_inset Formula $A\ne$
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 <cell alignment="center" valignment="top" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043 \begin_inset Formula $\: B_{\mathrm{red}}$
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 </row>
20052 <row>
20053 <cell alignment="center" valignment="top" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 32×
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066 6
20067 \begin_inset space \thinspace{}
20068 \end_inset
20069
20070 cm
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 -
20080 \begin_inset Formula $33.5\cdot$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset Formula $10^{4}$
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 <cell alignment="center" valignment="top" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104 \begin_inset Formula $\sin(\alpha)\ge$
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 \begin_inset Formula $\:\sin(\beta)$
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 </row>
20125 </lyxtabular>
20126
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \begin_layout Subsection
20138 Customized Cell/Column Format
20139 \begin_inset CommandInset label
20140 LatexCommand label
20141 name "sub:Customized-Format"
20142
20143 \end_inset
20144
20145
20146 \begin_inset Index idx
20147 status collapsed
20148
20149 \begin_layout Plain Layout
20150 Table Customization ! Cell/Column Format
20151 \end_layout
20152
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \begin_layout Standard
20159 Calculating the required width for normal columns as described in section
20160 \begin_inset space ~
20161 \end_inset
20162
20163
20164 \begin_inset CommandInset ref
20165 LatexCommand ref
20166 reference "sec:Table-Width-Calculation"
20167
20168 \end_inset
20169
20170  or for spanned columns as described in section
20171 \begin_inset space ~
20172 \end_inset
20173
20174
20175 \begin_inset CommandInset ref
20176 LatexCommand ref
20177 reference "sub:Multicolumn-Calculations"
20178
20179 \end_inset
20180
20181  is very annoying if you have several tables where a calculation is necessary.
20182  To make life easier, you can define a cell/column format in the preamble,
20183  that can be used in all tables of the document.
20184  The format is defined with the command
20185 \end_layout
20186
20187 \begin_layout Standard
20188
20189 \series bold
20190
20191 \backslash
20192 newcolumntype{name of format}[number of arguments]{commands}
20193 \end_layout
20194
20195 \begin_layout Standard
20196 The format name may only consist of one letter.
20197  The letters 
20198 \emph on
20199 b
20200 \emph default
20201
20202 \emph on
20203 c
20204 \emph default
20205
20206 \emph on
20207 l
20208 \emph default
20209
20210 \emph on
20211 m
20212 \emph default
20213
20214 \emph on
20215 p
20216 \emph default
20217  and 
20218 \emph on
20219 r
20220 \emph default
20221  are predefined and cannot be used.
20222  But all letters are allowed as capitals.
20223 \end_layout
20224
20225 \begin_layout Standard
20226 \begin_inset VSpace medskip
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \begin_layout Standard
20233 For vertically and horizontally centered multicolumn cells with a fixed
20234  width you can define the cell format
20235 \end_layout
20236
20237 \begin_layout Standard
20238
20239 \series bold
20240
20241 \backslash
20242 newcolumntype{M}[1]{>{
20243 \backslash
20244 centering
20245 \backslash
20246 hspace{0pt}}m{#1}}
20247 \end_layout
20248
20249 \begin_layout Standard
20250 where 
20251 \series bold
20252
20253 \backslash
20254 hspace{0pt}
20255 \series default
20256  avoids the problem of hyphenating the first word, as described in section
20257 \begin_inset space ~
20258 \end_inset
20259
20260
20261 \begin_inset CommandInset ref
20262 LatexCommand ref
20263 reference "sub:Multiple-Lines-in"
20264
20265 \end_inset
20266
20267 .
20268  Now you can simply enter
20269 \end_layout
20270
20271 \begin_layout Standard
20272
20273 \series bold
20274 M{width}
20275 \end_layout
20276
20277 \begin_layout Standard
20278 as 
20279 \family sans
20280 LaTeX-argument
20281 \family default
20282  in the table dialog to create a multicolumn.
20283 \end_layout
20284
20285 \begin_layout Standard
20286 \begin_inset VSpace bigskip
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \begin_layout Standard
20293 For cells spanned by a multicolumn cell, you can define the format
20294 \end_layout
20295
20296 \begin_layout Standard
20297
20298 \series bold
20299
20300 \backslash
20301 newcolumntype{S}[2]{>{
20302 \backslash
20303 centering
20304 \backslash
20305 hspace{0pt}}
20306 \begin_inset Newline newline
20307 \end_inset
20308
20309
20310 \begin_inset Phantom HPhantom
20311 status open
20312
20313 \begin_layout Plain Layout
20314
20315 \series bold
20316
20317 \backslash
20318 newcolumntype
20319 \end_layout
20320
20321 \end_inset
20322
20323 m{(#1+(2
20324 \backslash
20325 tabcolsep+
20326 \backslash
20327 arrayrulewidth)*(1-#2))/#2}}
20328 \end_layout
20329
20330 \begin_layout Standard
20331 This format uses equation 
20332 \begin_inset CommandInset ref
20333 LatexCommand eqref
20334 reference "eq:Wgn"
20335
20336 \end_inset
20337
20338  to calculate the required width so that each spanned cell has the same
20339  width.
20340 \end_layout
20341
20342 \begin_layout Standard
20343 You can now enter
20344 \end_layout
20345
20346 \begin_layout Standard
20347
20348 \series bold
20349 S{width of multicolumn cell}{number of spanned columns}
20350 \end_layout
20351
20352 \begin_layout Standard
20353 as LaTeX-argument of the column.
20354 \end_layout
20355
20356 \begin_layout Standard
20357 \begin_inset VSpace bigskip
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \begin_layout Standard
20364 For colored columns, you can define
20365 \end_layout
20366
20367 \begin_layout Standard
20368
20369 \series bold
20370
20371 \backslash
20372 newcolumntype{K}[1]{>{
20373 \backslash
20374 columncolor{#1}
20375 \backslash
20376 hspace{0pt}}c}
20377 \end_layout
20378
20379 \begin_layout Standard
20380 The 
20381 \begin_inset Quotes eld
20382 \end_inset
20383
20384 c
20385 \begin_inset Quotes erd
20386 \end_inset
20387
20388  at the end creates a column with a flexible width whose text is horizontally
20389  centered.
20390  You can now enter
20391 \end_layout
20392
20393 \begin_layout Standard
20394
20395 \series bold
20396 K{color name}
20397 \end_layout
20398
20399 \begin_layout Standard
20400 as LaTeX-argument.
20401 \end_layout
20402
20403 \begin_layout Standard
20404 \begin_inset VSpace bigskip
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \begin_layout Standard
20411 To create Table
20412 \begin_inset space ~
20413 \end_inset
20414
20415
20416 \begin_inset CommandInset ref
20417 LatexCommand ref
20418 reference "tab:Table-using-user-defined"
20419
20420 \end_inset
20421
20422  use the LaTeX-arguments
20423 \end_layout
20424
20425 \begin_layout Standard
20426
20427 \series bold
20428 M{2.5cm}
20429 \end_layout
20430
20431 \begin_layout Standard
20432 for the first column and the multicolumn,
20433 \end_layout
20434
20435 \begin_layout Standard
20436
20437 \series bold
20438 K{red}
20439 \end_layout
20440
20441 \begin_layout Standard
20442 for the last column, and
20443 \end_layout
20444
20445 \begin_layout Standard
20446
20447 \series bold
20448 S{2.5cm}{2}
20449 \end_layout
20450
20451 \begin_layout Standard
20452 for the cells in the second column.
20453 \end_layout
20454
20455 \begin_layout Standard
20456 \begin_inset Float table
20457 placement h
20458 wide false
20459 sideways false
20460 status open
20461
20462 \begin_layout Plain Layout
20463 \begin_inset Caption
20464
20465 \begin_layout Plain Layout
20466 \begin_inset CommandInset label
20467 LatexCommand label
20468 name "tab:Table-using-user-defined"
20469
20470 \end_inset
20471
20472 Table using user-defined table formats
20473 \end_layout
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Plain Layout
20481 \align center
20482 \begin_inset Tabular
20483 <lyxtabular version="3" rows="3" columns="4">
20484 <features tabularvalignment="middle">
20485 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20486 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20487 <column alignment="center" valignment="middle" width="0">
20488 <column alignment="center" valignment="middle" width="0" special="K{red}">
20489 <row>
20490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494 verylongtablecellword
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503 multiple lines multicolumn
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 c
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 </row>
20527 <row>
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 d
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541 e
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550 f
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 g
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 </row>
20565 <row>
20566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 h
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 i
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588 j
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597 k
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 </row>
20603 </lyxtabular>
20604
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \begin_layout Subsection
20616 Line Thickness
20617 \begin_inset CommandInset label
20618 LatexCommand label
20619 name "sub:Line-Thickness"
20620
20621 \end_inset
20622
20623
20624 \begin_inset Index idx
20625 status collapsed
20626
20627 \begin_layout Plain Layout
20628 Table Customization ! Line Thickness
20629 \end_layout
20630
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \begin_layout Standard
20637 The line thickness for all lines in a table can be adjusted with the length
20638  
20639 \series bold
20640
20641 \backslash
20642 arrayrulewidth
20643 \series default
20644 .
20645  To set for example a line thickness of 1.5
20646 \begin_inset space \thinspace{}
20647 \end_inset
20648
20649 pt, as in Table
20650 \begin_inset space ~
20651 \end_inset
20652
20653
20654 \begin_inset CommandInset ref
20655 LatexCommand ref
20656 reference "tab:Table-with-1.5"
20657
20658 \end_inset
20659
20660 , insert the command
20661 \end_layout
20662
20663 \begin_layout Standard
20664
20665 \series bold
20666
20667 \backslash
20668 setlength{
20669 \backslash
20670 arrayrulewidth}{1.5pt}
20671 \end_layout
20672
20673 \begin_layout Standard
20674 in TeX-Code before the table or table float.
20675  The changed thickness is valid for all subsequent tables.
20676  To use the default value again, set 
20677 \series bold
20678
20679 \backslash
20680 arrayrulewidth
20681 \series default
20682  to 0.4
20683 \begin_inset space \thinspace{}
20684 \end_inset
20685
20686 pt in TeX-Code after the table or table float.
20687 \end_layout
20688
20689 \begin_layout Standard
20690 \begin_inset ERT
20691 status collapsed
20692
20693 \begin_layout Plain Layout
20694
20695
20696 \backslash
20697 setlength{
20698 \backslash
20699 arrayrulewidth}{1.5pt}
20700 \end_layout
20701
20702 \end_inset
20703
20704
20705 \begin_inset Float table
20706 wide false
20707 sideways false
20708 status open
20709
20710 \begin_layout Plain Layout
20711 \begin_inset Caption
20712
20713 \begin_layout Plain Layout
20714 \begin_inset CommandInset label
20715 LatexCommand label
20716 name "tab:Table-with-1.5"
20717
20718 \end_inset
20719
20720 Table with 1.5
20721 \begin_inset space \thinspace{}
20722 \end_inset
20723
20724 pt thick lines
20725 \end_layout
20726
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \begin_layout Plain Layout
20733 \align center
20734 \begin_inset Tabular
20735 <lyxtabular version="3" rows="3" columns="3">
20736 <features tabularvalignment="middle">
20737 <column alignment="center" valignment="top" width="0">
20738 <column alignment="center" valignment="top" width="0">
20739 <column alignment="center" valignment="top" width="0">
20740 <row>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 sd
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 </row>
20769 <row>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 sd
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 sd
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 </lyxtabular>
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \begin_inset ERT
20838 status collapsed
20839
20840 \begin_layout Plain Layout
20841
20842
20843 \backslash
20844 setlength{
20845 \backslash
20846 arrayrulewidth}{0.4pt}
20847 \end_layout
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Standard
20855 \begin_inset VSpace bigskip
20856 \end_inset
20857
20858 To set the line thickness to 1.5
20859 \begin_inset space \thinspace{}
20860 \end_inset
20861
20862 pt only for horizontal lines, as in Table
20863 \begin_inset space ~
20864 \end_inset
20865
20866
20867 \begin_inset CommandInset ref
20868 LatexCommand ref
20869 reference "tab:Table-with-horizontal"
20870
20871 \end_inset
20872
20873 , insert these commands in TeX-Code before the table or table float:
20874 \end_layout
20875
20876 \begin_layout Standard
20877
20878 \series bold
20879
20880 \backslash
20881 let
20882 \backslash
20883 myHline
20884 \backslash
20885 hline
20886 \begin_inset Newline newline
20887 \end_inset
20888
20889
20890 \backslash
20891 renewcommand{
20892 \backslash
20893 hline}
20894 \begin_inset Newline newline
20895 \end_inset
20896
20897  {
20898 \backslash
20899 noalign{
20900 \backslash
20901 global
20902 \backslash
20903 arrayrulewidth 1.5pt}
20904 \begin_inset Newline newline
20905 \end_inset
20906
20907  
20908 \backslash
20909 myHline
20910 \backslash
20911 noalign{
20912 \backslash
20913 global
20914 \backslash
20915 arrayrulewidth 0.4pt}}
20916 \end_layout
20917
20918 \begin_layout Standard
20919 To return to the default line thickness, insert this command in TeX-Code
20920  after the table or table float:
20921 \end_layout
20922
20923 \begin_layout Standard
20924
20925 \series bold
20926
20927 \backslash
20928 renewcommand{
20929 \backslash
20930 hline}{
20931 \backslash
20932 myHline}
20933 \end_layout
20934
20935 \begin_layout Standard
20936 \begin_inset ERT
20937 status collapsed
20938
20939 \begin_layout Plain Layout
20940
20941
20942 \backslash
20943 let
20944 \backslash
20945 myHline
20946 \backslash
20947 hline
20948 \end_layout
20949
20950 \begin_layout Plain Layout
20951
20952
20953 \backslash
20954 renewcommand{
20955 \backslash
20956 hline}
20957 \end_layout
20958
20959 \begin_layout Plain Layout
20960
20961  {
20962 \backslash
20963 noalign{
20964 \backslash
20965 global
20966 \backslash
20967 arrayrulewidth 1.5pt}
20968 \end_layout
20969
20970 \begin_layout Plain Layout
20971
20972   
20973 \backslash
20974 myHline
20975 \backslash
20976 noalign{
20977 \backslash
20978 global
20979 \backslash
20980 arrayrulewidth 0.4pt}}
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \begin_inset Float table
20987 wide false
20988 sideways false
20989 status open
20990
20991 \begin_layout Plain Layout
20992 \begin_inset Caption
20993
20994 \begin_layout Plain Layout
20995 \begin_inset CommandInset label
20996 LatexCommand label
20997 name "tab:Table-with-horizontal"
20998
20999 \end_inset
21000
21001 Table with 1.5
21002 \begin_inset space \thinspace{}
21003 \end_inset
21004
21005 pt thick horizontal lines
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Plain Layout
21014 \align center
21015 \begin_inset Tabular
21016 <lyxtabular version="3" rows="3" columns="3">
21017 <features tabularvalignment="middle">
21018 <column alignment="center" valignment="top" width="0">
21019 <column alignment="center" valignment="top" width="0">
21020 <column alignment="center" valignment="top" width="0">
21021 <row>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 sd
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 </row>
21050 <row>
21051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 sd
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 </row>
21079 <row>
21080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 sd
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 </lyxtabular>
21109
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \begin_inset ERT
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122
21123
21124 \backslash
21125 renewcommand{
21126 \backslash
21127 hline}{
21128 \backslash
21129 myHline}
21130 \end_layout
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \begin_layout Standard
21138 \begin_inset VSpace bigskip
21139 \end_inset
21140
21141 To set the line thickness to 1.5
21142 \begin_inset space \thinspace{}
21143 \end_inset
21144
21145 pt only for vertical lines, create the following column format in the document
21146  preamble, according to the description in section
21147 \begin_inset space ~
21148 \end_inset
21149
21150
21151 \begin_inset CommandInset ref
21152 LatexCommand ref
21153 reference "sub:Customized-Format"
21154
21155 \end_inset
21156
21157 :
21158 \end_layout
21159
21160 \begin_layout Standard
21161
21162 \series bold
21163
21164 \backslash
21165 newcolumntype{V}{!{
21166 \backslash
21167 vrule width 1.5pt}}
21168 \end_layout
21169
21170 \begin_layout Standard
21171 For Table
21172 \begin_inset space ~
21173 \end_inset
21174
21175
21176 \begin_inset CommandInset ref
21177 LatexCommand ref
21178 reference "tab:Table-with-vertical"
21179
21180 \end_inset
21181
21182  the LaTeX-argument
21183 \end_layout
21184
21185 \begin_layout Standard
21186
21187 \series bold
21188 VcV
21189 \end_layout
21190
21191 \begin_layout Standard
21192 was used for the last column and
21193 \end_layout
21194
21195 \begin_layout Standard
21196
21197 \series bold
21198 Vc
21199 \end_layout
21200
21201 \begin_layout Standard
21202 for the other columns.
21203 \end_layout
21204
21205 \begin_layout Standard
21206 \begin_inset Float table
21207 wide false
21208 sideways false
21209 status open
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Caption
21213
21214 \begin_layout Plain Layout
21215 \begin_inset CommandInset label
21216 LatexCommand label
21217 name "tab:Table-with-vertical"
21218
21219 \end_inset
21220
21221 Table with 1.5
21222 \begin_inset space \thinspace{}
21223 \end_inset
21224
21225 pt thick vertical lines
21226 \end_layout
21227
21228 \end_inset
21229
21230
21231 \end_layout
21232
21233 \begin_layout Plain Layout
21234 \align center
21235 \begin_inset Tabular
21236 <lyxtabular version="3" rows="3" columns="3">
21237 <features tabularvalignment="middle">
21238 <column alignment="center" valignment="top" width="0" special="Vc">
21239 <column alignment="center" valignment="top" width="0" special="Vc">
21240 <column alignment="center" valignment="top" width="0" special="VcV">
21241 <row>
21242 <cell alignment="center" valignment="top" topline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 sd
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 <cell alignment="center" valignment="top" topline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 <cell alignment="center" valignment="top" topline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 <row>
21271 <cell alignment="center" valignment="top" topline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" topline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 sd
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" topline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 <row>
21300 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 sd
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 </row>
21328 </lyxtabular>
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \begin_layout Subsection
21341 Dashed Lines
21342 \begin_inset Index idx
21343 status collapsed
21344
21345 \begin_layout Plain Layout
21346 Table Customization ! Dashed Lines
21347 \end_layout
21348
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \begin_layout Standard
21355 \begin_inset ERT
21356 status collapsed
21357
21358 \begin_layout Plain Layout
21359
21360
21361 \backslash
21362 ifarydshln
21363 \end_layout
21364
21365 \end_inset
21366
21367
21368 \begin_inset Note Note
21369 status open
21370
21371 \begin_layout Plain Layout
21372 The following section will only be displayed when the LaTeX-package 
21373 \series bold
21374 arydshln
21375 \series default
21376  is installed.
21377 \end_layout
21378
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \begin_layout Standard
21385 \begin_inset Float table
21386 placement H
21387 wide false
21388 sideways false
21389 status open
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Caption
21393
21394 \begin_layout Plain Layout
21395 \begin_inset CommandInset label
21396 LatexCommand label
21397 name "tab:Table-with-dashed"
21398
21399 \end_inset
21400
21401 Table with dashed lines
21402 \end_layout
21403
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \begin_layout Plain Layout
21410 \align center
21411 \begin_inset Tabular
21412 <lyxtabular version="3" rows="5" columns="5">
21413 <features tabularvalignment="middle">
21414 <column alignment="center" valignment="top" width="0">
21415 <column alignment="center" valignment="top" width="0">
21416 <column alignment="center" valignment="top" width="0" special=":c">
21417 <column alignment="center" valignment="top" width="0">
21418 <column alignment="center" valignment="top" width="0">
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 a
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 b
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 c
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 d
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 e
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471 f
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 g
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" topline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 h
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 i
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 j
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset ERT
21519 status collapsed
21520
21521 \begin_layout Plain Layout
21522
21523
21524 \backslash
21525 hdashline 
21526 \end_layout
21527
21528 \end_inset
21529
21530 k
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 l
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 m
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 n
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 o
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 <row>
21573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 \begin_inset ERT
21578 status collapsed
21579
21580 \begin_layout Plain Layout
21581
21582
21583 \backslash
21584 cdashline{4-5}
21585 \end_layout
21586
21587 \end_inset
21588
21589 p
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 q
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 r
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 s
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 <row>
21632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 t
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 u
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 v
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663 w
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 x
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 </lyxtabular>
21679
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \begin_layout Standard
21691 LyX does not natively support dashed lines, so you have to use TeX-Code.
21692  As a prerequisite the LaTeX-package 
21693 \series bold
21694 arydshln
21695 \series default
21696
21697 \begin_inset Index idx
21698 status collapsed
21699
21700 \begin_layout Plain Layout
21701 LaTeX-packages ! arydshln
21702 \end_layout
21703
21704 \end_inset
21705
21706  must be loaded in the document preamble with the command
21707 \end_layout
21708
21709 \begin_layout Standard
21710
21711 \series bold
21712
21713 \backslash
21714 usepackage{arydshln}
21715 \end_layout
21716
21717 \begin_layout Standard
21718 To make a vertical line dashed, enter the colon 
21719 \begin_inset Quotes eld
21720 \end_inset
21721
21722 :
21723 \begin_inset Quotes erd
21724 \end_inset
21725
21726  together with the character for the horizontal alignment as LaTeX-argument
21727  in the table cell dialog.
21728 \end_layout
21729
21730 \begin_layout Standard
21731 For a horizontal dashed line add the command
21732 \end_layout
21733
21734 \begin_layout Standard
21735
21736 \series bold
21737
21738 \backslash
21739 hdashline
21740 \end_layout
21741
21742 \begin_layout Standard
21743 in TeX-Code as first element of the first cell in the table row.
21744 \end_layout
21745
21746 \begin_layout Standard
21747 For dashed multicolumn lines use the command
21748 \end_layout
21749
21750 \begin_layout Standard
21751
21752 \series bold
21753
21754 \backslash
21755 cdashline{line number
21756 \series default
21757 }
21758 \end_layout
21759
21760 \begin_layout Standard
21761 in TeX-Code as the first element of the first cell in the table row.
21762  If you have for example a multicolumn spanning columns 2 to 4 and you want
21763  to have a dashed line above, add the command
21764 \end_layout
21765
21766 \begin_layout Standard
21767
21768 \series bold
21769
21770 \backslash
21771 cdashline{2-4}
21772 \end_layout
21773
21774 \begin_layout Standard
21775 as the first element of the first cell in the row of the multicolumn.
21776 \end_layout
21777
21778 \begin_layout Standard
21779 \begin_inset VSpace bigskip
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \begin_layout Standard
21786 Table
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \begin_inset CommandInset ref
21792 LatexCommand ref
21793 reference "tab:Table-with-dashed"
21794
21795 \end_inset
21796
21797  was created using 
21798 \begin_inset Quotes eld
21799 \end_inset
21800
21801
21802 \series bold
21803 :c
21804 \series default
21805
21806 \begin_inset Quotes erd
21807 \end_inset
21808
21809  as LaTeX-argument of the third column.
21810  The TeX-Code command 
21811 \series bold
21812
21813 \backslash
21814 hdashline
21815 \series default
21816  was inserted in the first cell of the third row and the TeX-Code command
21817 \begin_inset Newline newline
21818 \end_inset
21819
21820  
21821 \series bold
21822
21823 \backslash
21824 cdashline{4-5}
21825 \series default
21826  was inserted in the first cell of the fourth row.
21827 \end_layout
21828
21829 \begin_layout Standard
21830 \begin_inset VSpace bigskip
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \begin_layout Standard
21837 Tables with dashed lines can also be colored as shown by Table
21838 \begin_inset space ~
21839 \end_inset
21840
21841
21842 \begin_inset CommandInset ref
21843 LatexCommand ref
21844 reference "tab:Colored-table-with"
21845
21846 \end_inset
21847
21848 .
21849 \end_layout
21850
21851 \begin_layout Standard
21852 \begin_inset ERT
21853 status collapsed
21854
21855 \begin_layout Plain Layout
21856
21857
21858 \backslash
21859 setlength{
21860 \backslash
21861 arrayrulewidth}{1pt}
21862 \end_layout
21863
21864 \end_inset
21865
21866
21867 \begin_inset Note Note
21868 status collapsed
21869
21870 \begin_layout Plain Layout
21871 thicker lines for better visualization of the line color
21872 \end_layout
21873
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \begin_layout Standard
21880 \begin_inset ERT
21881 status collapsed
21882
21883 \begin_layout Plain Layout
21884
21885
21886 \backslash
21887 dashgapcolor{green}
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \begin_inset Note Note
21894 status collapsed
21895
21896 \begin_layout Plain Layout
21897 color gaps between dashes green
21898 \end_layout
21899
21900 \end_inset
21901
21902
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 let
21914 \backslash
21915 myHdashline
21916 \backslash
21917 hdashline
21918 \end_layout
21919
21920 \begin_layout Plain Layout
21921
21922
21923 \backslash
21924 renewcommand{
21925 \backslash
21926 hdashline}
21927 \end_layout
21928
21929 \begin_layout Plain Layout
21930
21931  {
21932 \backslash
21933 arrayrulecolor{red}
21934 \backslash
21935 myHdashline
21936 \backslash
21937 arrayrulecolor{black}}
21938 \end_layout
21939
21940 \end_inset
21941
21942
21943 \begin_inset Note Note
21944 status collapsed
21945
21946 \begin_layout Plain Layout
21947 color horizontal, dashed lines red
21948 \end_layout
21949
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \begin_layout Standard
21956 \begin_inset ERT
21957 status collapsed
21958
21959 \begin_layout Plain Layout
21960
21961
21962 \backslash
21963 let
21964 \backslash
21965 myCdashline
21966 \backslash
21967 cdashline
21968 \end_layout
21969
21970 \begin_layout Plain Layout
21971
21972
21973 \backslash
21974 renewcommand{
21975 \backslash
21976 cdashline}[1]
21977 \end_layout
21978
21979 \begin_layout Plain Layout
21980
21981  {
21982 \backslash
21983 arrayrulecolor{yellow}
21984 \backslash
21985 myCdashline{#1}
21986 \backslash
21987 arrayrulecolor{black}}
21988 \end_layout
21989
21990 \end_inset
21991
21992
21993 \begin_inset Note Note
21994 status collapsed
21995
21996 \begin_layout Plain Layout
21997 color partial horizontal, dashed lines yellow
21998 \end_layout
21999
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \begin_layout Standard
22006 \begin_inset Float table
22007 placement h
22008 wide false
22009 sideways false
22010 status open
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Caption
22014
22015 \begin_layout Plain Layout
22016 \begin_inset CommandInset label
22017 LatexCommand label
22018 name "tab:Colored-table-with"
22019
22020 \end_inset
22021
22022 Colored table with dashed lines
22023 \end_layout
22024
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \begin_layout Plain Layout
22031 \align center
22032 \begin_inset Tabular
22033 <lyxtabular version="3" rows="5" columns="5">
22034 <features tabularvalignment="middle">
22035 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22036 <column alignment="center" valignment="top" width="0pt">
22037 <column alignment="center" valignment="top" width="0pt" special=":c">
22038 <column alignment="center" valignment="top" width="0">
22039 <column alignment="center" valignment="top" width="0">
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 a
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 b
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 c
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 d
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 e
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 <row>
22088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 f
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 g
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" topline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110 h
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 i
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 j
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 </row>
22134 <row>
22135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset ERT
22140 status collapsed
22141
22142 \begin_layout Plain Layout
22143
22144
22145 \backslash
22146 hdashline 
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \begin_inset ERT
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156
22157
22158 \backslash
22159 rowcolor{Gray}
22160 \end_layout
22161
22162 \end_inset
22163
22164 k
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 l
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 m
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 n
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 o
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 </row>
22206 <row>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 \begin_inset ERT
22212 status collapsed
22213
22214 \begin_layout Plain Layout
22215
22216
22217 \backslash
22218 cdashline{4-5}
22219 \end_layout
22220
22221 \end_inset
22222
22223 p
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 q
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 r
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 s
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 </row>
22265 <row>
22266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 t
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 u
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288 v
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 w
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 \begin_inset ERT
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310
22311
22312 \backslash
22313 cellcolor{Maroon}
22314 \end_layout
22315
22316 \end_inset
22317
22318 i
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 </row>
22324 </lyxtabular>
22325
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \begin_layout Standard
22337 \begin_inset ERT
22338 status collapsed
22339
22340 \begin_layout Plain Layout
22341
22342
22343 \backslash
22344 renewcommand{
22345 \backslash
22346 hdashline}{
22347 \backslash
22348 myHdashline}
22349 \end_layout
22350
22351 \end_inset
22352
22353
22354 \begin_inset Note Note
22355 status collapsed
22356
22357 \begin_layout Plain Layout
22358 reset to default
22359 \end_layout
22360
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \begin_layout Standard
22367 \begin_inset ERT
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371
22372
22373 \backslash
22374 renewcommand{
22375 \backslash
22376 cdashline}{
22377 \backslash
22378 myCdashline}
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \begin_inset Note Note
22385 status collapsed
22386
22387 \begin_layout Plain Layout
22388 reset to default
22389 \end_layout
22390
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \begin_layout Standard
22397 \begin_inset ERT
22398 status collapsed
22399
22400 \begin_layout Plain Layout
22401
22402
22403 \backslash
22404 nodashgapcolor
22405 \end_layout
22406
22407 \end_inset
22408
22409
22410 \begin_inset Note Note
22411 status collapsed
22412
22413 \begin_layout Plain Layout
22414 reset to default
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Standard
22423 \begin_inset ERT
22424 status collapsed
22425
22426 \begin_layout Plain Layout
22427
22428
22429 \backslash
22430 setlength{
22431 \backslash
22432 arrayrulewidth}{0.4pt}
22433 \end_layout
22434
22435 \end_inset
22436
22437
22438 \begin_inset Note Note
22439 status collapsed
22440
22441 \begin_layout Plain Layout
22442 reset to default
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \begin_layout Standard
22451 The coloring of lines, columns and lines works as decribed in section
22452 \begin_inset space ~
22453 \end_inset
22454
22455
22456 \begin_inset CommandInset ref
22457 LatexCommand ref
22458 reference "sec:Colored-Tables"
22459
22460 \end_inset
22461
22462 .
22463  Coloring horizontal lines works analogically as described there as well,
22464  one only needs to replace in the commands 
22465 \series bold
22466
22467 \backslash
22468 myHlineC
22469 \series default
22470  by 
22471 \series bold
22472
22473 \backslash
22474 myHdashline
22475 \series default
22476  and 
22477 \backslash
22478
22479 \series bold
22480 hline
22481 \series default
22482  by 
22483 \series bold
22484
22485 \backslash
22486 hdashline
22487 \series default
22488 ; so one uses the command
22489 \end_layout
22490
22491 \begin_layout Standard
22492
22493 \series bold
22494
22495 \backslash
22496 let
22497 \backslash
22498 myHdashline
22499 \backslash
22500 hdashline
22501 \begin_inset Newline newline
22502 \end_inset
22503
22504
22505 \backslash
22506 renewcommand{
22507 \backslash
22508 hdashline}
22509 \begin_inset Newline newline
22510 \end_inset
22511
22512
22513 \begin_inset Phantom HPhantom
22514 status open
22515
22516 \begin_layout Plain Layout
22517 \begin_inset space ~
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524
22525 {
22526 \backslash
22527 arrayrulecolor{red}
22528 \backslash
22529 myHdashline
22530 \backslash
22531 arrayrulecolor{black}}
22532 \end_layout
22533
22534 \begin_layout Standard
22535 To color 
22536 \series bold
22537
22538 \backslash
22539 cdashline
22540 \series default
22541 , the command is
22542 \end_layout
22543
22544 \begin_layout Standard
22545
22546 \series bold
22547
22548 \backslash
22549 let
22550 \backslash
22551 myCdashline
22552 \backslash
22553 cdashline
22554 \begin_inset Newline newline
22555 \end_inset
22556
22557
22558 \backslash
22559 renewcommand{
22560 \backslash
22561 cdashline}[1]
22562 \begin_inset Newline newline
22563 \end_inset
22564
22565
22566 \begin_inset Phantom HPhantom
22567 status open
22568
22569 \begin_layout Plain Layout
22570 \begin_inset space ~
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577
22578 {
22579 \backslash
22580 arrayrulecolor{red}
22581 \backslash
22582 myCdashline{#1}
22583 \backslash
22584 arrayrulecolor{black}}
22585 \end_layout
22586
22587 \begin_layout Standard
22588 To get back the black line color, one needs to insert the following commands
22589  as TeX-Code behind the table:
22590 \end_layout
22591
22592 \begin_layout Standard
22593 For 
22594 \series bold
22595
22596 \backslash
22597 hdashline
22598 \end_layout
22599
22600 \begin_layout Standard
22601
22602 \series bold
22603
22604 \backslash
22605 renewcommand{
22606 \backslash
22607 hdashline}{
22608 \backslash
22609 myHdashline}
22610 \end_layout
22611
22612 \begin_layout Standard
22613 and for 
22614 \series bold
22615
22616 \backslash
22617 cdashline
22618 \end_layout
22619
22620 \begin_layout Standard
22621
22622 \series bold
22623
22624 \backslash
22625 renewcommand{
22626 \backslash
22627 cdashline}{
22628 \backslash
22629 myCdashline}
22630 \end_layout
22631
22632 \begin_layout Standard
22633 To color the gaps between the dashes the command
22634 \end_layout
22635
22636 \begin_layout Standard
22637
22638 \series bold
22639
22640 \backslash
22641 dashgapcolor{color}
22642 \end_layout
22643
22644 \begin_layout Standard
22645 can be used in front of a table as TeX-Code.
22646  color is hereby the name of a defined color.
22647  The command
22648 \end_layout
22649
22650 \begin_layout Standard
22651
22652 \series bold
22653
22654 \backslash
22655 nodashgapcolor
22656 \end_layout
22657
22658 \begin_layout Standard
22659 unsets the changes made by 
22660 \series bold
22661
22662 \backslash
22663 dashgapcolor
22664 \series default
22665 .
22666 \end_layout
22667
22668 \begin_layout Standard
22669 \begin_inset Note Greyedout
22670 status open
22671
22672 \begin_layout Plain Layout
22673
22674 \series bold
22675 \color none
22676 Note
22677 \series default
22678 : If there are multiple commands in a cell, the command of 
22679 \series bold
22680 arydshln
22681 \series default
22682  needs to be the first one in the cell.
22683  Therefore in cell 
22684 \emph on
22685 k
22686 \emph default
22687  of Table
22688 \begin_inset space ~
22689 \end_inset
22690
22691
22692 \begin_inset CommandInset ref
22693 LatexCommand ref
22694 reference "tab:Colored-table-with"
22695
22696 \end_inset
22697
22698  the command 
22699 \series bold
22700
22701 \backslash
22702 hdashline
22703 \series default
22704  is before 
22705 \series bold
22706
22707 \backslash
22708 rowcolor
22709 \series default
22710 .
22711 \end_layout
22712
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \begin_layout Standard
22719 \begin_inset Note Greyedout
22720 status open
22721
22722 \begin_layout Plain Layout
22723
22724 \series bold
22725 \color none
22726 Note:
22727 \series default
22728  The LaTeX-package 
22729 \series bold
22730 arydshln
22731 \series default
22732  must be loaded in the document preamble before the LaTeX-package 
22733 \series bold
22734 colortbl
22735 \series default
22736
22737 \begin_inset Index idx
22738 status collapsed
22739
22740 \begin_layout Plain Layout
22741 LaTeX-packages ! colortbl
22742 \end_layout
22743
22744 \end_inset
22745
22746 .
22747 \end_layout
22748
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Standard
22755 \begin_inset ERT
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759
22760
22761 \backslash
22762 else
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \begin_inset Note Note
22769 status open
22770
22771 \begin_layout Plain Layout
22772 The following will be displayed when the LaTeX-package 
22773 \series bold
22774 arydshln
22775 \series default
22776  is not installed:
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \begin_layout Standard
22785 You need to install the package 
22786 \series bold
22787 arydshln
22788 \series default
22789  to see the content of this section in the output.
22790 \end_layout
22791
22792 \begin_layout Standard
22793 \begin_inset ERT
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798
22799 \backslash
22800 fi
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \begin_layout Standard
22809 For more information about dashed lines see the documentation of 
22810 \series bold
22811 arydshln
22812 \series default
22813
22814 \begin_inset CommandInset citation
22815 LatexCommand cite
22816 key "arydshln"
22817
22818 \end_inset
22819
22820 .
22821 \end_layout
22822
22823 \begin_layout Chapter
22824 Floats
22825 \begin_inset CommandInset label
22826 LatexCommand label
22827 name "chap:Floats"
22828
22829 \end_inset
22830
22831
22832 \begin_inset Index idx
22833 status collapsed
22834
22835 \begin_layout Plain Layout
22836 Floats
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \begin_layout Section
22845 Introduction
22846 \begin_inset CommandInset label
22847 LatexCommand label
22848 name "sec:FloatIntroduction"
22849
22850 \end_inset
22851
22852
22853 \begin_inset Index idx
22854 status collapsed
22855
22856 \begin_layout Plain Layout
22857 Floats ! Introduction
22858 \end_layout
22859
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \begin_layout Standard
22866 A float is a block of text associated with some sort of label, which doesn't
22867  have a fixed location.
22868  It can 
22869 \begin_inset Quotes eld
22870 \end_inset
22871
22872 float
22873 \begin_inset Quotes erd
22874 \end_inset
22875
22876  forward or backward a page or two, to wherever it fits best.
22877  
22878 \family sans
22879 Footnotes
22880 \family default
22881  and 
22882 \family sans
22883 Margin
22884 \begin_inset space ~
22885 \end_inset
22886
22887 Notes
22888 \family default
22889  are also floats, because they can float to the next page when there are
22890  too many notes on the page.
22891 \end_layout
22892
22893 \begin_layout Standard
22894 Floats allow a high quality layout.
22895  Images and tables can be spread evenly to the pages to avoid white space
22896  and pages without text.
22897  As the floating often destroys the context between the text and the image/table
22898 , every float can be referenced in the text.
22899  Floats are therefore numbered.
22900  Referencing is described in section
22901 \begin_inset space ~
22902 \end_inset
22903
22904
22905 \begin_inset CommandInset ref
22906 LatexCommand ref
22907 reference "sec:Referencing-Floats"
22908
22909 \end_inset
22910
22911 .
22912 \end_layout
22913
22914 \begin_layout Standard
22915 To insert a float, use the menu 
22916 \family sans
22917 Insert\SpecialChar \menuseparator
22918 Float
22919 \family default
22920 .
22921  This inserts the 
22922 \family sans
22923 Caption
22924 \family default
22925  inset, a box with a label.
22926  The label will automatically be translated to the document language in
22927  the output.
22928  After the label you can insert the caption text.
22929  The image or table is inserted above or below the caption in a separate
22930  paragraph within the float.
22931  More about the caption placement is contained in section
22932 \begin_inset space ~
22933 \end_inset
22934
22935
22936 \begin_inset CommandInset ref
22937 LatexCommand ref
22938 reference "sec:Caption-Placement"
22939
22940 \end_inset
22941
22942 .
22943  To keep your LyX-document readable, you can open and close the float box
22944  by left-clicking on the box label.
22945  A closed float box looks like this: 
22946 \begin_inset Graphics
22947         filename clipart/floatQt4.png
22948         scale 70
22949         scaleBeforeRotation
22950
22951 \end_inset
22952
22953  â€“ a gray button with a red label.
22954 \end_layout
22955
22956 \begin_layout Standard
22957 It is recommended that you insert floats as a separate standard paragraph
22958  to avoid possible LaTeX-errors that can occur when the surrounding text
22959  is specially formatted.
22960 \end_layout
22961
22962 \begin_layout Standard
22963 Existing figures or tables can be put into a float by highlighting them
22964  and then pressing the corresponding toolbar button for a new float.
22965 \end_layout
22966
22967 \begin_layout Section
22968 Float Types
22969 \end_layout
22970
22971 \begin_layout Standard
22972 Besides figure and table floats that are described in sections
22973 \begin_inset space ~
22974 \end_inset
22975
22976
22977 \begin_inset CommandInset ref
22978 LatexCommand ref
22979 reference "sec:Figure-Floats"
22980
22981 \end_inset
22982
22983  and 
22984 \begin_inset CommandInset ref
22985 LatexCommand ref
22986 reference "sec:Table-Floats"
22987
22988 \end_inset
22989
22990  respectively, LyX offers the float types 
22991 \family sans
22992 Algorithm
22993 \family default
22994  and 
22995 \family sans
22996 Wrap
22997 \family default
22998 .
22999  The latter are explained in sec.
23000 \begin_inset space \thinspace{}
23001 \end_inset
23002
23003
23004 \begin_inset CommandInset ref
23005 LatexCommand ref
23006 reference "sec:Wrap-Floats"
23007
23008 \end_inset
23009
23010 .
23011 \end_layout
23012
23013 \begin_layout Subsection
23014 Algorithm Floats
23015 \begin_inset Index idx
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019 Floats ! Algorithms
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 \begin_inset Float algorithm
23029 placement h
23030 wide false
23031 sideways false
23032 status open
23033
23034 \begin_layout Plain Layout
23035 \begin_inset Caption
23036
23037 \begin_layout Plain Layout
23038 \begin_inset CommandInset label
23039 LatexCommand label
23040 name "alg:Example-Algorithm-float"
23041
23042 \end_inset
23043
23044 Example Algorithm float
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \begin_layout LyX-Code
23053 for I in 1..N loop
23054 \begin_inset Newline newline
23055 \end_inset
23056
23057  Sum:= Sum + A(I); /*comment*/
23058 \begin_inset Newline newline
23059 \end_inset
23060
23061 end loop
23062 \begin_inset VSpace -4mm
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \begin_layout Standard
23074 This float type is inserted with the menu 
23075 \family sans
23076 Insert\SpecialChar \menuseparator
23077 Floats\SpecialChar \menuseparator
23078 Algorithm
23079 \family default
23080 .
23081  It is used for program codes and descriptions of algorithms and can be
23082  seen as an alternative to program code listings that are explained in chapter
23083 \begin_inset space ~
23084 \end_inset
23085
23086
23087 \begin_inset CommandInset ref
23088 LatexCommand ref
23089 reference "cha:Program-Code-Listings"
23090
23091 \end_inset
23092
23093 .
23094  A possible environment for algorithms is the 
23095 \family sans
23096 LyX-Code
23097 \family default
23098 , described in LyX's 
23099 \emph on
23100 Userguide
23101 \emph default
23102 .
23103  Algorithm
23104 \begin_inset space ~
23105 \end_inset
23106
23107
23108 \begin_inset CommandInset ref
23109 LatexCommand ref
23110 reference "alg:Example-Algorithm-float"
23111
23112 \end_inset
23113
23114  is an example of an algorithm float where -4
23115 \begin_inset space \thinspace{}
23116 \end_inset
23117
23118 mm vertical space was added at the end of the float to have the bottom rule
23119  exactly below the last text line.
23120 \end_layout
23121
23122 \begin_layout Standard
23123 The float label is not automatically translated into the document language.
23124  If your document is not in English, you have to do this manually by adding
23125  the following line to the document preamble
23126 \series bold
23127 :
23128 \end_layout
23129
23130 \begin_layout Standard
23131
23132 \series bold
23133
23134 \backslash
23135 floatname{algorithm}{your
23136 \begin_inset space ~
23137 \end_inset
23138
23139 name}
23140 \end_layout
23141
23142 \begin_layout Standard
23143 where 
23144 \family sans
23145 your
23146 \begin_inset space ~
23147 \end_inset
23148
23149 name
23150 \family default
23151  is the word 
23152 \begin_inset Quotes eld
23153 \end_inset
23154
23155
23156 \emph on
23157 algorithm
23158 \emph default
23159
23160 \begin_inset Quotes erd
23161 \end_inset
23162
23163  in your language.
23164 \end_layout
23165
23166 \begin_layout Standard
23167 To insert the list of algorithms you can use the menu 
23168 \family sans
23169 Insert\SpecialChar \menuseparator
23170 List
23171 \begin_inset space \thinspace{}
23172 \end_inset
23173
23174 /
23175 \begin_inset space \thinspace{}
23176 \end_inset
23177
23178 TOC\SpecialChar \menuseparator
23179 List of Algorithms
23180 \family default
23181  when your document has the same language as LyX's menu names.
23182  In other cases use this command in TeX-Code instead:
23183 \end_layout
23184
23185 \begin_layout Standard
23186
23187 \series bold
23188
23189 \backslash
23190 listof{algorithm}{your
23191 \begin_inset space ~
23192 \end_inset
23193
23194 name}
23195 \end_layout
23196
23197 \begin_layout Standard
23198 where 
23199 \family sans
23200 your
23201 \begin_inset space ~
23202 \end_inset
23203
23204 name
23205 \family default
23206  is the word 
23207 \begin_inset Quotes eld
23208 \end_inset
23209
23210
23211 \emph on
23212 List of Algorithm
23213 \emph default
23214 s
23215 \begin_inset Quotes erd
23216 \end_inset
23217
23218  in your language.
23219 \end_layout
23220
23221 \begin_layout Standard
23222 Algorithm floats are not by default numbered in the scheme 
23223 \begin_inset Quotes eld
23224 \end_inset
23225
23226 chapter.algorithm
23227 \begin_inset Quotes erd
23228 \end_inset
23229
23230  as is the case for table and figure floats in many document-classes.
23231  To number algorithm floats in the same scheme, add this command to your
23232  document preamble:
23233 \end_layout
23234
23235 \begin_layout Standard
23236
23237 \series bold
23238
23239 \backslash
23240 numberwithin{algorithm}{chapter}
23241 \end_layout
23242
23243 \begin_layout Standard
23244 To be able to use the command 
23245 \series bold
23246
23247 \backslash
23248 numberwithin
23249 \series default
23250 , set in the tab 
23251 \family sans
23252 Math
23253 \begin_inset space ~
23254 \end_inset
23255
23256 Options
23257 \family default
23258  in the document settings the option 
23259 \family sans
23260 Use
23261 \begin_inset space ~
23262 \end_inset
23263
23264 AMS
23265 \begin_inset space ~
23266 \end_inset
23267
23268 math
23269 \begin_inset space ~
23270 \end_inset
23271
23272 package
23273 \family default
23274 .
23275 \end_layout
23276
23277 \begin_layout Section
23278 Float Numbering
23279 \begin_inset Index idx
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283 Floats ! Numbering
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 Floats are usually numbered either independently from the sections the floats
23293  are in, or in the scheme 
23294 \begin_inset Quotes eld
23295 \end_inset
23296
23297 chapter.number
23298 \begin_inset Quotes erd
23299 \end_inset
23300
23301  or 
23302 \begin_inset Quotes eld
23303 \end_inset
23304
23305 section.number
23306 \begin_inset Quotes erd
23307 \end_inset
23308
23309 .
23310  This depends on the document class used.
23311 \end_layout
23312
23313 \begin_layout Standard
23314 To change section-independent numbering, you can use this command in the
23315  document preamble:
23316 \end_layout
23317
23318 \begin_layout Standard
23319
23320 \series bold
23321
23322 \backslash
23323 renewcommand{
23324 \backslash
23325 thetable}{
23326 \backslash
23327 roman{table}}
23328 \end_layout
23329
23330 \begin_layout Standard
23331
23332 \series bold
23333
23334 \backslash
23335 thetable
23336 \series default
23337  is the command that prints the table number, for figure floats, the command
23338  would be 
23339 \series bold
23340
23341 \backslash
23342 thefigure
23343 \series default
23344 .
23345  
23346 \series bold
23347
23348 \backslash
23349 roman
23350 \series default
23351  in the command above prints the table number as small roman number.
23352 \end_layout
23353
23354 \begin_layout Standard
23355 To change the numbering scheme for example to 
23356 \begin_inset Quotes eld
23357 \end_inset
23358
23359 subsection.number
23360 \begin_inset Quotes erd
23361 \end_inset
23362
23363 , use this command in the preamble:
23364 \end_layout
23365
23366 \begin_layout Standard
23367
23368 \series bold
23369
23370 \backslash
23371 numberwithin{table}{subsection}
23372 \end_layout
23373
23374 \begin_layout Standard
23375 To be able to use the command 
23376 \series bold
23377
23378 \backslash
23379 numberwithin
23380 \series default
23381 , set in the tab 
23382 \family sans
23383 Math
23384 \begin_inset space ~
23385 \end_inset
23386
23387 Options
23388 \family default
23389  in the document settings the option 
23390 \family sans
23391 Use
23392 \begin_inset space ~
23393 \end_inset
23394
23395 AMS
23396 \begin_inset space ~
23397 \end_inset
23398
23399 math
23400 \begin_inset space ~
23401 \end_inset
23402
23403 package
23404 \family default
23405 .
23406 \end_layout
23407
23408 \begin_layout Standard
23409 Please also have a look at section
23410 \begin_inset space ~
23411 \end_inset
23412
23413
23414 \begin_inset CommandInset ref
23415 LatexCommand ref
23416 reference "sub:Footnote-Numbering"
23417
23418 \end_inset
23419
23420  for the details and important notes about the numbering commands.
23421 \end_layout
23422
23423 \begin_layout Section
23424 Referencing Floats
23425 \begin_inset CommandInset label
23426 LatexCommand label
23427 name "sec:Referencing-Floats"
23428
23429 \end_inset
23430
23431
23432 \begin_inset Index idx
23433 status collapsed
23434
23435 \begin_layout Plain Layout
23436 Floats ! References
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \begin_inset Index idx
23443 status collapsed
23444
23445 \begin_layout Plain Layout
23446 References ! to Floats
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 To reference a float, insert a label into its caption using the menu 
23456 \family sans
23457 Insert\SpecialChar \menuseparator
23458 Label
23459 \family default
23460  or the toolbar button 
23461 \family sans
23462
23463 \begin_inset Info
23464 type  "icon"
23465 arg   "label-insert"
23466 \end_inset
23467
23468
23469 \family default
23470 .
23471  A grey label box like this one: 
23472 \begin_inset Graphics
23473         filename clipart/labelQt4.png
23474         scale 85
23475         scaleBeforeRotation
23476
23477 \end_inset
23478
23479  will be inserted and the label window pops up asking for the label text.
23480  LyX offers as text the first words of the caption with a prefix.
23481  The prefix depends on the float type, e.
23482 \begin_inset space \thinspace{}
23483 \end_inset
23484
23485 g.
23486 \begin_inset space \space{}
23487 \end_inset
23488
23489 for figure floats the prefix will be "
23490 \family sans
23491 fig:
23492 \family default
23493 ".
23494 \end_layout
23495
23496 \begin_layout Standard
23497 The label is used as anchor and name for the reference.
23498  You can refer to the label using the menu 
23499 \family sans
23500 Insert\SpecialChar \menuseparator
23501 Cross-reference
23502 \family default
23503  or the toolbar button 
23504 \family sans
23505
23506 \begin_inset Info
23507 type  "icon"
23508 arg   "dialog-show-new-inset ref"
23509 \end_inset
23510
23511
23512 \family default
23513 .
23514  A grey cross-reference box like this one: 
23515 \begin_inset Graphics
23516         filename clipart/referenceQt4.png
23517         scale 85
23518         scaleBeforeRotation
23519
23520 \end_inset
23521
23522  will be inserted and the cross-reference window appear showing all labels
23523  of the document.
23524  If you have multiple LyX-documents opened, choose the one you are working
23525  on from the drop-list at the top of the dialog.
23526  You can now sort the labels alphabetically and then choose one.
23527  At the position of the cross-reference box the float number will appear
23528  in the output.
23529 \end_layout
23530
23531 \begin_layout Standard
23532 It is recommended that you use a protected space between the cross-reference
23533  name and its number to avoid line breaks between them.
23534  If a cross-reference refers to a non-existing label, you will see two question
23535  marks in the output instead of the reference.
23536 \end_layout
23537
23538 \begin_layout Standard
23539 You can change labels at any time by clicking on the label box.
23540  References to the changed label will automatically change its link to the
23541  new label text, so that you don't need to take care about this.
23542 \end_layout
23543
23544 \begin_layout Standard
23545 The button 
23546 \family sans
23547 Go
23548 \begin_inset space ~
23549 \end_inset
23550
23551 to
23552 \begin_inset space ~
23553 \end_inset
23554
23555 Label
23556 \family default
23557  in the cross-reference window sets the cursor before the referred label.
23558  The button text changes then to Go
23559 \begin_inset space ~
23560 \end_inset
23561
23562 Back and you can use it to set the cursor back to the cross-reference.
23563  Right-clicking on a cross-reference box also sets the cursor before the
23564  referenced label but without the possibility of going back.
23565 \end_layout
23566
23567 \begin_layout Subsection
23568 Cross-Reference Formats
23569 \begin_inset CommandInset label
23570 LatexCommand label
23571 name "sub:Cross-Reference-Formats"
23572
23573 \end_inset
23574
23575
23576 \begin_inset Index idx
23577 status collapsed
23578
23579 \begin_layout Plain Layout
23580 References ! Formats
23581 \end_layout
23582
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \begin_layout Standard
23589 There are six varieties of cross-references:
23590 \end_layout
23591
23592 \begin_layout Description
23593 <reference>: prints the float number, this is the default: 
23594 \begin_inset CommandInset ref
23595 LatexCommand ref
23596 reference "fig:Two-distorted-images"
23597
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \begin_layout Description
23604 (<reference>): prints the float number within two parentheses, this is the
23605  style normally used to reference formulas, especially when the reference
23606  name 
23607 \begin_inset Quotes eld
23608 \end_inset
23609
23610 Equation
23611 \begin_inset Quotes erd
23612 \end_inset
23613
23614  is omitted: 
23615 \begin_inset CommandInset ref
23616 LatexCommand eqref
23617 reference "eq:Wgn"
23618
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \begin_layout Description
23625 <page>: prints the page number: Page
23626 \begin_inset space ~
23627 \end_inset
23628
23629
23630 \begin_inset CommandInset ref
23631 LatexCommand pageref
23632 reference "fig:Two-distorted-images"
23633
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \begin_layout Description
23640 on
23641 \begin_inset space ~
23642 \end_inset
23643
23644 page
23645 \begin_inset space ~
23646 \end_inset
23647
23648 <page>: prints the text "on page" and the page number: 
23649 \begin_inset CommandInset ref
23650 LatexCommand vpageref
23651 reference "fig:Two-distorted-images"
23652
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \begin_layout Description
23659 <reference>
23660 \begin_inset space ~
23661 \end_inset
23662
23663 on
23664 \begin_inset space ~
23665 \end_inset
23666
23667 page
23668 \begin_inset space ~
23669 \end_inset
23670
23671 <page>: prints the float number, the text "on page", and the page number:
23672  
23673 \begin_inset CommandInset ref
23674 LatexCommand vref
23675 reference "fig:Two-distorted-images"
23676
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \begin_layout Description
23683 Formatted
23684 \begin_inset space ~
23685 \end_inset
23686
23687 reference: prints a self-defined cross-reference format.
23688 \begin_inset Newline newline
23689 \end_inset
23690
23691
23692 \begin_inset Note Greyedout
23693 status open
23694
23695 \begin_layout Plain Layout
23696
23697 \series bold
23698 Note:
23699 \series default
23700  This feature is only available when you have the LaTeX-package 
23701 \series bold
23702 prettyref
23703 \series default
23704  or 
23705 \series bold
23706 refstyle
23707 \series default
23708
23709 \begin_inset Index idx
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713 LaTeX-packages ! prettyref
23714 \end_layout
23715
23716 \end_inset
23717
23718
23719 \begin_inset Index idx
23720 status collapsed
23721
23722 \begin_layout Plain Layout
23723 LaTeX-packages ! refstyle
23724 \end_layout
23725
23726 \end_inset
23727
23728  installed.
23729 \end_layout
23730
23731 \end_inset
23732
23733
23734 \begin_inset Newline newline
23735 \end_inset
23736
23737 You can select which LaTeX-package should be used for this feature by setting
23738  the option 
23739 \family sans
23740 Use refstyle (not prettyref) for cross-references
23741 \family default
23742  in the menu 
23743 \family sans
23744 Document\SpecialChar \menuseparator
23745 Settings\SpecialChar \menuseparator
23746 Document Class
23747 \family default
23748 .
23749  The format is specified by adding the command 
23750 \series bold
23751
23752 \backslash
23753 newrefformat
23754 \series default
23755  (prettyref) or 
23756 \series bold
23757
23758 \backslash
23759 newref
23760 \series default
23761  (refstyle) to the preamble of the document.
23762  For example redefining all references to figures (which have the label
23763  shortcut 
23764 \begin_inset Quotes eld
23765 \end_inset
23766
23767
23768 \family sans
23769 fig
23770 \family default
23771
23772 \begin_inset Quotes erd
23773 \end_inset
23774
23775 ) can be done with this command
23776 \begin_inset Newline newline
23777 \end_inset
23778
23779
23780 \series bold
23781
23782 \backslash
23783 newref{fig}{refcmd={Image on page 
23784 \backslash
23785 pageref{#1}}}
23786 \series default
23787
23788 \begin_inset Newline newline
23789 \end_inset
23790
23791 For more information about the format, have a look at the package documentations
23792
23793 \begin_inset CommandInset citation
23794 LatexCommand cite
23795 key "prettyref,refstyle"
23796
23797 \end_inset
23798
23799 .
23800 \end_layout
23801
23802 \begin_layout Description
23803 Textual
23804 \begin_inset space ~
23805 \end_inset
23806
23807 reference: prints the caption of the reference: 
23808 \begin_inset CommandInset ref
23809 LatexCommand nameref
23810 reference "fig:Two-distorted-images"
23811
23812 \end_inset
23813
23814
23815 \end_layout
23816
23817 \begin_layout Standard
23818
23819 \family sans
23820 <page>
23821 \family default
23822  will not print the page number if the label is on the previous, the same,
23823  or the next page.
23824  You will e.
23825 \begin_inset space \thinspace{}
23826 \end_inset
23827
23828 g.
23829 \begin_inset space \space{}
23830 \end_inset
23831
23832 see the text 
23833 \begin_inset Quotes eld
23834 \end_inset
23835
23836
23837 \family sans
23838 on this page
23839 \family default
23840
23841 \begin_inset Quotes erd
23842 \end_inset
23843
23844  instead.
23845  The style 
23846 \family sans
23847 <reference> on page <page>
23848 \family default
23849  will not print anything about the page if the label is on the same page.
23850 \end_layout
23851
23852 \begin_layout Standard
23853 The number and current page of the part of the document referred to in the
23854  output is automatically calculated by LaTeX.
23855  The varieties are adjusted in the field 
23856 \family sans
23857 Format
23858 \family default
23859  of the cross-reference window that appears when you click on the cross-referenc
23860 e box.
23861 \end_layout
23862
23863 \begin_layout Standard
23864 \begin_inset Note Greyedout
23865 status open
23866
23867 \begin_layout Plain Layout
23868
23869 \series bold
23870 Note:
23871 \series default
23872  It is recommended to use the LaTeX-package 
23873 \series bold
23874 refstyle
23875 \series default
23876
23877 \begin_inset Index idx
23878 status collapsed
23879
23880 \begin_layout Plain Layout
23881 LaTeX-packages ! refstyle
23882 \end_layout
23883
23884 \end_inset
23885
23886  because 
23887 \series bold
23888 prettyref
23889 \series default
23890
23891 \begin_inset Index idx
23892 status collapsed
23893
23894 \begin_layout Plain Layout
23895 LaTeX-packages ! prettyref
23896 \end_layout
23897
23898 \end_inset
23899
23900  does not know all of LyX's possible label shortcuts
23901 \begin_inset Foot
23902 status collapsed
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Quotes eld
23906 \end_inset
23907
23908 fig:
23909 \begin_inset Quotes erd
23910 \end_inset
23911
23912  is for example LyX's shortcut for labels in figure captions.
23913 \end_layout
23914
23915 \end_inset
23916
23917  and is not internationalized.
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \begin_layout Standard
23926 \begin_inset Note Greyedout
23927 status open
23928
23929 \begin_layout Plain Layout
23930
23931 \series bold
23932 Note:
23933 \series default
23934  Due to a bug in the LaTeX-package 
23935 \series bold
23936 varioref
23937 \series default
23938  version 1.4w, some cross-reference formats will cause LaTeX errors for document
23939  languages that make the period character active (like French).
23940  For a workaround, see
23941 \begin_inset Newline newline
23942 \end_inset
23943
23944
23945 \begin_inset CommandInset href
23946 LatexCommand href
23947 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
23948
23949 \end_inset
23950
23951 .
23952 \end_layout
23953
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \begin_layout Subsection
23960 Automatic Reference Naming
23961 \begin_inset Index idx
23962 status collapsed
23963
23964 \begin_layout Plain Layout
23965 References ! Automatic Reference Naming
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \begin_layout Standard
23974 The LaTeX-package 
23975 \series bold
23976 hyperref
23977 \series default
23978
23979 \begin_inset Index idx
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983 LaTeX-packages ! hyperref
23984 \end_layout
23985
23986 \end_inset
23987
23988 , that is enabled in the 
23989 \family sans
23990 PDF Properties
23991 \family default
23992  of the 
23993 \family sans
23994 Document Settings
23995 \family default
23996  dialog, provides a very useful feature that cross-references automatically
23997  include the name of the referenced floats (or text parts like 
23998 \emph on
23999 section
24000 \emph default
24001 ).
24002  So you will save having to write e.
24003 \begin_inset space \thinspace{}
24004 \end_inset
24005
24006 g.
24007 \begin_inset space \space{}
24008 \end_inset
24009
24010 the name 
24011 \begin_inset Quotes eld
24012 \end_inset
24013
24014 Figure
24015 \begin_inset Quotes erd
24016 \end_inset
24017
24018  before every reference to a figure.
24019  To use this feature, enable 
24020 \series bold
24021 hyperref
24022 \series default
24023  and insert this line to the LaTeX preamble:
24024 \end_layout
24025
24026 \begin_layout Standard
24027
24028 \series bold
24029
24030 \backslash
24031 AtBeginDocument{
24032 \backslash
24033 renewcommand{
24034 \backslash
24035 ref}[1]{
24036 \backslash
24037 mbox{
24038 \backslash
24039 autoref{#1}}}}
24040 \end_layout
24041
24042 \begin_layout Standard
24043 When you prefer other reference names than the default ones, for example
24044  you want instead of 
24045 \begin_inset Quotes eld
24046 \end_inset
24047
24048 section
24049 \begin_inset Quotes erd
24050 \end_inset
24051
24052  the name 
24053 \begin_inset Quotes eld
24054 \end_inset
24055
24056 sec.
24057 \begin_inset space \thinspace{}
24058 \end_inset
24059
24060
24061 \begin_inset Quotes eld
24062 \end_inset
24063
24064 , you can redefine the name by inserting this in the preamble:
24065 \end_layout
24066
24067 \begin_layout Standard
24068
24069 \series bold
24070
24071 \backslash
24072 addto
24073 \backslash
24074 extrasenglish{
24075 \backslash
24076 renewcommand{
24077 \backslash
24078 sectionautorefname}
24079 \begin_inset Newline newline
24080 \end_inset
24081
24082
24083 \begin_inset Phantom HPhantom
24084 status open
24085
24086 \begin_layout Plain Layout
24087
24088 \series bold
24089 \begin_inset space ~
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \end_inset
24096
24097 {sec.
24098 \backslash
24099 negthinspace}}
24100 \end_layout
24101
24102 \begin_layout Standard
24103 When you are using another document language than English, replace
24104 \begin_inset Newline newline
24105 \end_inset
24106
24107
24108 \series bold
24109
24110 \backslash
24111 extrasenglish
24112 \series default
24113  by 
24114 \series bold
24115
24116 \backslash
24117 extras***
24118 \series default
24119 , where *** is the name of the language used.
24120 \end_layout
24121
24122 \begin_layout Standard
24123 To get automatic names, but not for certain reference types, for example
24124  not for equations, use this preamble code:
24125 \end_layout
24126
24127 \begin_layout Standard
24128
24129 \series bold
24130
24131 \backslash
24132 newlength{
24133 \backslash
24134 abc}
24135 \begin_inset Newline newline
24136 \end_inset
24137
24138
24139 \backslash
24140 settowidth{
24141 \backslash
24142 abc}{
24143 \backslash
24144 space}
24145 \begin_inset Newline newline
24146 \end_inset
24147
24148
24149 \backslash
24150 addto
24151 \backslash
24152 extrasenglish{
24153 \backslash
24154 renewcommand{
24155 \backslash
24156 equationautorefname}
24157 \begin_inset Newline newline
24158 \end_inset
24159
24160
24161 \begin_inset Phantom HPhantom
24162 status open
24163
24164 \begin_layout Plain Layout
24165
24166 \series bold
24167 \begin_inset space ~
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \end_inset
24174
24175 {
24176 \backslash
24177 hspace{-
24178 \backslash
24179 abc}}
24180 \end_layout
24181
24182 \begin_layout Standard
24183 More about this topic can be found in 
24184 \series bold
24185 hyperref
24186 \series default
24187 's documentation 
24188 \begin_inset CommandInset citation
24189 LatexCommand cite
24190 key "hyperref"
24191
24192 \end_inset
24193
24194 .
24195 \end_layout
24196
24197 \begin_layout Standard
24198 \begin_inset Note Greyedout
24199 status open
24200
24201 \begin_layout Plain Layout
24202
24203 \series bold
24204 Note:
24205 \series default
24206  Automatic reference naming cannot be used when you use cross-references
24207  in the 
24208 \family sans
24209 Formatted
24210 \begin_inset space ~
24211 \end_inset
24212
24213 reference
24214 \family default
24215  style, as described in section
24216 \begin_inset space ~
24217 \end_inset
24218
24219
24220 \begin_inset CommandInset ref
24221 LatexCommand ref
24222 reference "sub:Cross-Reference-Formats"
24223
24224 \end_inset
24225
24226 .
24227 \end_layout
24228
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \begin_layout Standard
24235 The 
24236 \emph on
24237 Math
24238 \emph default
24239  manual is an example where automatic reference naming is used.
24240 \end_layout
24241
24242 \begin_layout Subsection
24243 Reference Position
24244 \begin_inset CommandInset label
24245 LatexCommand label
24246 name "sub:Reference-Position"
24247
24248 \end_inset
24249
24250
24251 \begin_inset Index idx
24252 status collapsed
24253
24254 \begin_layout Plain Layout
24255 References ! Reference Position
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \begin_layout Standard
24264 If you use 
24265 \series bold
24266 hyperref
24267 \series default
24268
24269 \begin_inset Index idx
24270 status collapsed
24271
24272 \begin_layout Plain Layout
24273 LaTeX-packages ! hyperref
24274 \end_layout
24275
24276 \end_inset
24277
24278  in the 
24279 \family sans
24280 PDF Properties
24281 \family default
24282  of the 
24283 \family sans
24284 Document Settings
24285 \family default
24286  dialog to link cross-references in the output, you will see that clicking
24287  on an image float reference jumps to the image label.
24288  The caption will be the first text part on the screen, so that you cannot
24289  see the image without scrolling.
24290  This is because the reference link anchor is placed at the position of
24291  the label.
24292  With the use of the package 
24293 \series bold
24294 hypcap
24295 \series default
24296
24297 \begin_inset Index idx
24298 status collapsed
24299
24300 \begin_layout Plain Layout
24301 LaTeX-packages ! hypcap
24302 \end_layout
24303
24304 \end_inset
24305
24306 , which is part of the LaTeX-package 
24307 \series bold
24308 oberdiek
24309 \series default
24310
24311 \begin_inset Index idx
24312 status collapsed
24313
24314 \begin_layout Plain Layout
24315 LaTeX-packages ! oberdiek
24316 \end_layout
24317
24318 \end_inset
24319
24320 , the link anchor is placed at the beginning of a float.
24321  To use this feature for figure floats, load 
24322 \series bold
24323 hypcap
24324 \series default
24325  in the document preamble with the line
24326 \end_layout
24327
24328 \begin_layout Standard
24329
24330 \series bold
24331
24332 \backslash
24333 usepackage[figure]{hypcap}
24334 \end_layout
24335
24336 \begin_layout Standard
24337 You can also use 
24338 \series bold
24339 hypcap
24340 \series default
24341  for all float types but this is not recommended for stability reasons.
24342  For more information, have a look at 
24343 \series bold
24344 hypcap
24345 \series default
24346 's manual 
24347 \begin_inset CommandInset citation
24348 LatexCommand cite
24349 key "hypcap"
24350
24351 \end_inset
24352
24353 .
24354 \end_layout
24355
24356 \begin_layout Standard
24357 \begin_inset Note Greyedout
24358 status open
24359
24360 \begin_layout Plain Layout
24361
24362 \series bold
24363 Note:
24364 \series default
24365  
24366 \series bold
24367 hypcap
24368 \series default
24369  has no effect on references to subfigures.
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \begin_layout Section
24378 Float Placement
24379 \begin_inset CommandInset label
24380 LatexCommand label
24381 name "sec:Float-Placement"
24382
24383 \end_inset
24384
24385
24386 \begin_inset Index idx
24387 status collapsed
24388
24389 \begin_layout Plain Layout
24390 Floats ! Placement
24391 \end_layout
24392
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \begin_layout Standard
24399 Right-clicking on a float-box opens a dialog where you can alter the placement
24400  options that LaTeX uses for positioning the float.
24401 \begin_inset Newline newline
24402 \end_inset
24403
24404 The option 
24405 \family sans
24406 Span
24407 \begin_inset space ~
24408 \end_inset
24409
24410 columns
24411 \family default
24412  is only useful for two-column documents: If you select it, the float will
24413  span both columns on the page instead of being confined to just one.
24414 \begin_inset Newline newline
24415 \end_inset
24416
24417 The option 
24418 \family sans
24419 Rotate
24420 \begin_inset space ~
24421 \end_inset
24422
24423 sideways
24424 \family default
24425  is used to rotate floats, see section 
24426 \begin_inset CommandInset ref
24427 LatexCommand ref
24428 reference "sec:Rotated-Floats"
24429
24430 \end_inset
24431
24432 .
24433 \end_layout
24434
24435 \begin_layout Standard
24436 You can use one ore more of the following options in the float dialog to
24437  set the placement for a particular float when you uncheck the option 
24438 \family sans
24439 Use
24440 \begin_inset space ~
24441 \end_inset
24442
24443 default
24444 \begin_inset space ~
24445 \end_inset
24446
24447 placement
24448 \family default
24449 :
24450 \end_layout
24451
24452 \begin_layout Description
24453 Here
24454 \begin_inset space ~
24455 \end_inset
24456
24457 if
24458 \begin_inset space ~
24459 \end_inset
24460
24461 possible try to place the float on the position where it has been inserted
24462 \end_layout
24463
24464 \begin_layout Description
24465 Top
24466 \begin_inset space ~
24467 \end_inset
24468
24469 of
24470 \begin_inset space ~
24471 \end_inset
24472
24473 page try to place the float at the top of the current page
24474 \end_layout
24475
24476 \begin_layout Description
24477 Bottom
24478 \begin_inset space ~
24479 \end_inset
24480
24481 of
24482 \begin_inset space ~
24483 \end_inset
24484
24485 page try to place the float at the bottom of the current page
24486 \end_layout
24487
24488 \begin_layout Description
24489 Page
24490 \begin_inset space ~
24491 \end_inset
24492
24493 of
24494 \begin_inset space ~
24495 \end_inset
24496
24497 floats try to place the float on its own page
24498 \end_layout
24499
24500 \begin_layout Standard
24501 The order of the above option is 
24502 \emph on
24503 always
24504 \emph default
24505  used by LaTeX.
24506  That means, if you use the default placement, LaTeX will first try out
24507  
24508 \family sans
24509 Here
24510 \begin_inset space ~
24511 \end_inset
24512
24513 if
24514 \begin_inset space ~
24515 \end_inset
24516
24517 possible
24518 \family default
24519 , then 
24520 \family sans
24521 Top
24522 \begin_inset space ~
24523 \end_inset
24524
24525 of
24526 \begin_inset space ~
24527 \end_inset
24528
24529 page
24530 \family default
24531 , and then the others.
24532  If you do not use the default, LaTeX will try only the checked options
24533  but in the same order.
24534  If none of the 4
24535 \begin_inset space ~
24536 \end_inset
24537
24538 placements are possible the procedure is internally repeated but it is tried
24539  to put the float on the following page.
24540 \end_layout
24541
24542 \begin_layout Standard
24543 By default, each option has its own rules:
24544 \end_layout
24545
24546 \begin_layout Labeling
24547 \labelwidthstring 00.00.0000
24548
24549 \family sans
24550 Top
24551 \begin_inset space ~
24552 \end_inset
24553
24554 of
24555 \begin_inset space ~
24556 \end_inset
24557
24558 page
24559 \family default
24560  only floats occupying less than 70
24561 \begin_inset space \thinspace{}
24562 \end_inset
24563
24564 % of the page can be placed at the top of a page (
24565 \series bold
24566
24567 \backslash
24568 topfraction
24569 \series default
24570 )
24571 \end_layout
24572
24573 \begin_layout Labeling
24574 \labelwidthstring 00.00.0000
24575
24576 \family sans
24577 Bottom
24578 \begin_inset space ~
24579 \end_inset
24580
24581 of
24582 \begin_inset space ~
24583 \end_inset
24584
24585 page
24586 \family default
24587 : only floats occupying less than 30
24588 \begin_inset space \thinspace{}
24589 \end_inset
24590
24591 % of the page can be placed at the bottom of a page.
24592  (
24593 \series bold
24594
24595 \backslash
24596 bottomfraction
24597 \series default
24598 )
24599 \end_layout
24600
24601 \begin_layout Labeling
24602 \labelwidthstring 00.00.0000
24603
24604 \family sans
24605 Page
24606 \begin_inset space ~
24607 \end_inset
24608
24609 of
24610 \begin_inset space ~
24611 \end_inset
24612
24613 floats
24614 \family default
24615 : only if more than 50
24616 \begin_inset space \thinspace{}
24617 \end_inset
24618
24619 % of the page are occupied by floats, several floats can be set together
24620  on a page.
24621  (
24622 \series bold
24623
24624 \backslash
24625 floatpagefraction
24626 \series default
24627 )
24628 \end_layout
24629
24630 \begin_layout Standard
24631 If you don't like these rules, you can ignore them by using the additional
24632  option 
24633 \family sans
24634 Ignore
24635 \begin_inset space ~
24636 \end_inset
24637
24638 LaTeX
24639 \begin_inset space ~
24640 \end_inset
24641
24642 rules
24643 \family default
24644 .
24645 \begin_inset Newline newline
24646 \end_inset
24647
24648 You can also redefine the rules with LaTeX-commands that are given in parenthese
24649 s after the rules description above.
24650  To increase for example the often too small default of the bottom-rule
24651  to 50
24652 \begin_inset space \thinspace{}
24653 \end_inset
24654
24655 % of the page, add this line to your document preamble:
24656 \end_layout
24657
24658 \begin_layout Standard
24659
24660 \series bold
24661
24662 \backslash
24663 renewcommand{
24664 \backslash
24665 bottomfraction}{0.5}
24666 \end_layout
24667
24668 \begin_layout Standard
24669 Sometimes you might need, under all circumstances, a float to be placed
24670  exactly at the position where it is inserted.
24671  For this case you can use the option 
24672 \family sans
24673 Here
24674 \begin_inset space ~
24675 \end_inset
24676
24677 definitely
24678 \family default
24679 .
24680  Use this option very rarely and only if the document is almost ready to
24681  be printed, because the float is then no longer able to 
24682 \begin_inset Quotes eld
24683 \end_inset
24684
24685 float
24686 \begin_inset Quotes erd
24687 \end_inset
24688
24689  when you change your document and this will often destroy the page layout.
24690 \end_layout
24691
24692 \begin_layout Standard
24693 There are no placement options for text wrap floats, because they are always
24694  surrounded by the text of a certain paragraph.
24695 \begin_inset VSpace bigskip
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Standard
24702 Sometimes you have the problem that a float is placed at the top of a page
24703  while its corresponding section starts at the middle of the page, so that
24704  the reader could think the float is part of the previous section.
24705  To avoid this the LaTeX-command 
24706 \series bold
24707
24708 \backslash
24709 suppressfloats
24710 \series default
24711  can be used.
24712  It suppresses a given float placement for the page where it is inserted
24713  and can therefore be used to avoid floats being set before a section starts.
24714  To get this, add these commands to your document preamble:
24715 \end_layout
24716
24717 \begin_layout Standard
24718
24719 \series bold
24720
24721 \backslash
24722 let
24723 \backslash
24724 mySection
24725 \backslash
24726 section
24727 \begin_inset Newline newline
24728 \end_inset
24729
24730
24731 \backslash
24732 renewcommand{
24733 \backslash
24734 section}{
24735 \backslash
24736 suppressfloats[t]
24737 \backslash
24738 mySection}
24739 \end_layout
24740
24741 \begin_layout Standard
24742 You can define the same for all section headings, like chapters and subsections.
24743  This definition is not recommended to be used for small text parts like
24744  subsubsections because LaTeX may then have problems finding a suitable
24745  placement.
24746 \end_layout
24747
24748 \begin_layout Standard
24749 \begin_inset VSpace bigskip
24750 \end_inset
24751
24752 In some cases it is required to have all figures/tables at the end of the
24753  document.
24754  For this purpose the LaTeX-package 
24755 \series bold
24756 endfloat
24757 \series default
24758
24759 \begin_inset Index idx
24760 status collapsed
24761
24762 \begin_layout Plain Layout
24763 LaTeX-packages ! endfloat
24764 \end_layout
24765
24766 \end_inset
24767
24768  was developed.
24769  It puts all figure and table floats at the end of the document into their
24770  own sections.
24771  At the original float position a text hint like 
24772 \begin_inset Quotes eld
24773 \end_inset
24774
24775
24776 \family sans
24777 [Figure
24778 \begin_inset space ~
24779 \end_inset
24780
24781 3.2 about here.]
24782 \family default
24783
24784 \begin_inset Quotes erd
24785 \end_inset
24786
24787  is inserted.
24788  The endfloat-package is loaded in the preamble with the line
24789 \end_layout
24790
24791 \begin_layout Standard
24792
24793 \series bold
24794
24795 \backslash
24796 usepackage[options]{endfloat}
24797 \end_layout
24798
24799 \begin_layout Standard
24800 There are various package options to format the created figure/table sections.
24801  For more information we refer to the 
24802 \series bold
24803 endfloat
24804 \series default
24805  documentation 
24806 \begin_inset CommandInset citation
24807 LatexCommand cite
24808 key "endfloat"
24809
24810 \end_inset
24811
24812 .
24813 \begin_inset Newline newline
24814 \end_inset
24815
24816
24817 \begin_inset Note Greyedout
24818 status open
24819
24820 \begin_layout Plain Layout
24821
24822 \series bold
24823 Note: endfloat
24824 \series default
24825  doesn't provide an automatic translation for the text hint, you have to
24826  do this manually, see section
24827 \begin_inset space ~
24828 \end_inset
24829
24830 4 in 
24831 \begin_inset CommandInset citation
24832 LatexCommand cite
24833 key "endfloat"
24834
24835 \end_inset
24836
24837 .
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \begin_inset Newline newline
24844 \end_inset
24845
24846
24847 \begin_inset Note Greyedout
24848 status open
24849
24850 \begin_layout Plain Layout
24851
24852 \series bold
24853 Note:
24854 \series default
24855  There is currently a bug in 
24856 \series bold
24857 endfloat
24858 \series default
24859  when the caption contains a German 
24860 \begin_inset Quotes eld
24861 \end_inset
24862
24863 ß
24864 \begin_inset Quotes erd
24865 \end_inset
24866
24867 .
24868  Use in this case the command 
24869 \begin_inset Quotes eld
24870 \end_inset
24871
24872
24873 \series bold
24874
24875 \backslash
24876 ss
24877 \series default
24878
24879 \begin_inset Quotes erd
24880 \end_inset
24881
24882  in TeX-Code instead of 
24883 \begin_inset Quotes eld
24884 \end_inset
24885
24886 ß
24887 \begin_inset Quotes erd
24888 \end_inset
24889
24890 .
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \begin_layout Standard
24899 \begin_inset VSpace bigskip
24900 \end_inset
24901
24902 For more details about float placements, have a look at LaTeX books, 
24903 \begin_inset CommandInset citation
24904 LatexCommand cite
24905 key "latexcompanion,latexguide,latexbook"
24906
24907 \end_inset
24908
24909 .
24910 \end_layout
24911
24912 \begin_layout Section
24913 Rotated Floats
24914 \begin_inset CommandInset label
24915 LatexCommand label
24916 name "sec:Rotated-Floats"
24917
24918 \end_inset
24919
24920
24921 \begin_inset Index idx
24922 status collapsed
24923
24924 \begin_layout Plain Layout
24925 Floats ! Rotating
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \begin_layout Standard
24934 Especially for wide tables you might have floats rotated.
24935  To rotate a whole float including the caption, right-click on the float-box
24936  and use the option 
24937 \family sans
24938 Rotate
24939 \begin_inset space ~
24940 \end_inset
24941
24942 sideways
24943 \family default
24944 .
24945 \end_layout
24946
24947 \begin_layout Standard
24948 Rotated floats are always placed on a page of their own (or column of their
24949  own; in case you have a multi-column document).
24950  You can let them span several columns using the float settings option 
24951 \family sans
24952 Span
24953 \begin_inset space ~
24954 \end_inset
24955
24956 columns
24957 \family default
24958 .
24959  Floats are rotated so that you can read them from the outside margin.
24960  To force a certain rotation direction for all pages, you can add either
24961  the option 
24962 \series bold
24963 figuresleft
24964 \series default
24965  or 
24966 \series bold
24967 figuresright
24968 \series default
24969  to the document class options.
24970 \end_layout
24971
24972 \begin_layout Standard
24973 Referencing rotated floats is the same as for normal floats, the caption
24974  format is also the same: Table
24975 \begin_inset space ~
24976 \end_inset
24977
24978
24979 \begin_inset CommandInset ref
24980 LatexCommand ref
24981 reference "tab:Rotated-table"
24982
24983 \end_inset
24984
24985  is an example of a rotated table float.
24986 \end_layout
24987
24988 \begin_layout Standard
24989 \begin_inset Note Greyedout
24990 status open
24991
24992 \begin_layout Plain Layout
24993
24994 \series bold
24995 Note:
24996 \series default
24997  Not all DVI-viewers are able to display rotated floats.
24998 \end_layout
24999
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \begin_layout Standard
25006 \begin_inset Float table
25007 wide false
25008 sideways true
25009 status open
25010
25011 \begin_layout Plain Layout
25012 \begin_inset Caption
25013
25014 \begin_layout Plain Layout
25015 \begin_inset CommandInset label
25016 LatexCommand label
25017 name "tab:Rotated-table"
25018
25019 \end_inset
25020
25021  Rotated table
25022 \end_layout
25023
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \begin_layout Plain Layout
25030 \align center
25031 \begin_inset Tabular
25032 <lyxtabular version="3" rows="1" columns="5">
25033 <features tabularvalignment="middle">
25034 <column alignment="center" valignment="top" width="0">
25035 <column alignment="center" valignment="top" width="0">
25036 <column alignment="center" valignment="top" width="0">
25037 <column alignment="center" valignment="top" width="0">
25038 <column alignment="center" valignment="top" width="0">
25039 <row>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 test
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 b
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 c
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 d
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080 e
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 </row>
25086 </lyxtabular>
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Section
25099 Subfloats
25100 \begin_inset Index idx
25101 status collapsed
25102
25103 \begin_layout Plain Layout
25104 Floats ! Subfloats
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 Subfloats are for example used when a figure consists of several images.
25114  They are created by inserting a float into an existing float.
25115  The placement of the subfloats can be controlled in the same way as for
25116  paragraphs as shown in table
25117 \begin_inset space ~
25118 \end_inset
25119
25120
25121 \begin_inset CommandInset ref
25122 LatexCommand ref
25123 reference "tab:Two-subtables-side"
25124
25125 \end_inset
25126
25127  and 
25128 \begin_inset CommandInset ref
25129 LatexCommand ref
25130 reference "tab:Two-subtables-upon"
25131
25132 \end_inset
25133
25134 .
25135 \end_layout
25136
25137 \begin_layout Standard
25138 Referencing subfloats works as for normal floats: Table
25139 \begin_inset space ~
25140 \end_inset
25141
25142
25143 \begin_inset CommandInset ref
25144 LatexCommand ref
25145 reference "tab:This-is-subtable-a"
25146
25147 \end_inset
25148
25149  and 
25150 \begin_inset CommandInset ref
25151 LatexCommand ref
25152 reference "tab:This-is-subtable-b"
25153
25154 \end_inset
25155
25156  are subtables of table
25157 \begin_inset space ~
25158 \end_inset
25159
25160
25161 \begin_inset CommandInset ref
25162 LatexCommand ref
25163 reference "tab:Two-subtables-side"
25164
25165 \end_inset
25166
25167 .
25168 \end_layout
25169
25170 \begin_layout Standard
25171 \begin_inset Float table
25172 wide false
25173 sideways false
25174 status open
25175
25176 \begin_layout Plain Layout
25177 \begin_inset Caption
25178
25179 \begin_layout Plain Layout
25180 \begin_inset CommandInset label
25181 LatexCommand label
25182 name "tab:Two-subtables-side"
25183
25184 \end_inset
25185
25186 Two subtables placed side by side.
25187 \end_layout
25188
25189 \end_inset
25190
25191
25192 \end_layout
25193
25194 \begin_layout Plain Layout
25195 \align center
25196 \begin_inset space \hfill{}
25197 \end_inset
25198
25199
25200 \begin_inset Float table
25201 wide false
25202 sideways false
25203 status collapsed
25204
25205 \begin_layout Plain Layout
25206 \begin_inset Caption
25207
25208 \begin_layout Plain Layout
25209 \begin_inset CommandInset label
25210 LatexCommand label
25211 name "tab:This-is-subtable-a"
25212
25213 \end_inset
25214
25215 This is subtable a.
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Plain Layout
25224 \align center
25225 \begin_inset Tabular
25226 <lyxtabular version="3" rows="1" columns="5">
25227 <features tabularvalignment="middle">
25228 <column alignment="center" valignment="top" width="0">
25229 <column alignment="center" valignment="top" width="0">
25230 <column alignment="center" valignment="top" width="0">
25231 <column alignment="center" valignment="top" width="0">
25232 <column alignment="center" valignment="top" width="0">
25233 <row>
25234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238 test
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247 b
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 c
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265 d
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274 e
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 </row>
25280 </lyxtabular>
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \begin_inset space \hfill{}
25291 \end_inset
25292
25293
25294 \begin_inset Float table
25295 wide false
25296 sideways false
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300 \begin_inset Caption
25301
25302 \begin_layout Plain Layout
25303 \begin_inset CommandInset label
25304 LatexCommand label
25305 name "tab:This-is-subtable-b"
25306
25307 \end_inset
25308
25309 This is subtable b.
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Plain Layout
25318 \align center
25319 \begin_inset Tabular
25320 <lyxtabular version="3" rows="1" columns="5">
25321 <features tabularvalignment="middle">
25322 <column alignment="center" valignment="top" width="0">
25323 <column alignment="center" valignment="top" width="0">
25324 <column alignment="center" valignment="top" width="0">
25325 <column alignment="center" valignment="top" width="0">
25326 <column alignment="center" valignment="top" width="0">
25327 <row>
25328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332 e
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 d
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 c
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359 b
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368 test
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 </row>
25374 </lyxtabular>
25375
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382
25383
25384 \begin_inset space \hfill{}
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 \begin_inset Float table
25397 wide false
25398 sideways false
25399 status open
25400
25401 \begin_layout Plain Layout
25402 \begin_inset Caption
25403
25404 \begin_layout Plain Layout
25405 \begin_inset CommandInset label
25406 LatexCommand label
25407 name "tab:Two-subtables-upon"
25408
25409 \end_inset
25410
25411 Two subtables placed one above the other.
25412  (a) table with 4 cells, (b) table with 5 cells.
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \begin_layout Plain Layout
25421 \align center
25422 \begin_inset Float table
25423 wide false
25424 sideways false
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428 \begin_inset Caption
25429
25430 \begin_layout Plain Layout
25431
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Plain Layout
25440 \align center
25441 \begin_inset Tabular
25442 <lyxtabular version="3" rows="1" columns="4">
25443 <features tabularvalignment="middle">
25444 <column alignment="center" valignment="top" width="0">
25445 <column alignment="center" valignment="top" width="0">
25446 <column alignment="center" valignment="top" width="0">
25447 <column alignment="center" valignment="top" width="0">
25448 <row>
25449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 test
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462 test
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471 test
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480 test
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 </row>
25486 </lyxtabular>
25487
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \begin_layout Plain Layout
25499 \align center
25500 \begin_inset Float table
25501 wide false
25502 sideways false
25503 status collapsed
25504
25505 \begin_layout Plain Layout
25506 \begin_inset Caption
25507
25508 \begin_layout Plain Layout
25509
25510 \end_layout
25511
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \begin_layout Plain Layout
25518 \align center
25519 \begin_inset Tabular
25520 <lyxtabular version="3" rows="1" columns="5">
25521 <features tabularvalignment="middle">
25522 <column alignment="center" valignment="top" width="0">
25523 <column alignment="center" valignment="top" width="0">
25524 <column alignment="center" valignment="top" width="0">
25525 <column alignment="center" valignment="top" width="0">
25526 <column alignment="center" valignment="top" width="0">
25527 <row>
25528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 a
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 b
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550 c
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559 d
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568 e
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 </row>
25574 </lyxtabular>
25575
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Section
25592 Floats Side by Side
25593 \begin_inset Index idx
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597 Floats ! Side by side
25598 \end_layout
25599
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \begin_layout Standard
25606 To place floats side by side, as in Figures
25607 \begin_inset space ~
25608 \end_inset
25609
25610
25611 \begin_inset CommandInset ref
25612 LatexCommand ref
25613 reference "fig:Float-left"
25614
25615 \end_inset
25616
25617  and 
25618 \begin_inset CommandInset ref
25619 LatexCommand ref
25620 reference "fig:Float-right"
25621
25622 \end_inset
25623
25624 , only 
25625 \emph on
25626 one
25627 \emph default
25628  float is used.
25629  In it two minipage boxes are inserted.
25630 \begin_inset Foot
25631 status collapsed
25632
25633 \begin_layout Plain Layout
25634 Minipages are explained in section
25635 \begin_inset space ~
25636 \end_inset
25637
25638
25639 \begin_inset CommandInset ref
25640 LatexCommand ref
25641 reference "sec:Minipages"
25642
25643 \end_inset
25644
25645 .
25646 \end_layout
25647
25648 \end_inset
25649
25650  The width is set to 45
25651 \begin_inset space \thinspace{}
25652 \end_inset
25653
25654 -50
25655 \begin_inset space \thinspace{}
25656 \end_inset
25657
25658 column% and the box alignment to 
25659 \family sans
25660 Bottom
25661 \family default
25662  for each minipage.
25663  The minipage boxes contain the image and the caption in the same way as
25664  they are in a float.
25665  The only difference is that the image unit 
25666 \family sans
25667 Column
25668 \begin_inset space ~
25669 \end_inset
25670
25671 Width
25672 \begin_inset space ~
25673 \end_inset
25674
25675 %
25676 \family default
25677  is now calculated according to the width of the minipage boxes.
25678 \end_layout
25679
25680 \begin_layout Standard
25681 \begin_inset Float figure
25682 wide false
25683 sideways false
25684 status open
25685
25686 \begin_layout Plain Layout
25687 \begin_inset Box Frameless
25688 position "b"
25689 hor_pos "c"
25690 has_inner_box 1
25691 inner_pos "t"
25692 use_parbox 0
25693 use_makebox 0
25694 width "45col%"
25695 special "none"
25696 height "1in"
25697 height_special "totalheight"
25698 status open
25699
25700 \begin_layout Plain Layout
25701 \align center
25702 \begin_inset Graphics
25703         filename clipart/mobius.eps
25704         lyxscale 50
25705         width 100col%
25706         scaleBeforeRotation
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \begin_layout Plain Layout
25714 \begin_inset Caption
25715
25716 \begin_layout Plain Layout
25717 \begin_inset CommandInset label
25718 LatexCommand label
25719 name "fig:Float-left"
25720
25721 \end_inset
25722
25723 Float on the left side.
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \end_inset
25732
25733
25734 \begin_inset space \hfill{}
25735 \end_inset
25736
25737
25738 \begin_inset Box Frameless
25739 position "b"
25740 hor_pos "c"
25741 has_inner_box 1
25742 inner_pos "t"
25743 use_parbox 0
25744 use_makebox 0
25745 width "45col%"
25746 special "none"
25747 height "1in"
25748 height_special "totalheight"
25749 status open
25750
25751 \begin_layout Plain Layout
25752 \align center
25753 \begin_inset Graphics
25754         filename clipart/platypus.eps
25755         lyxscale 50
25756         width 100col%
25757         scaleBeforeRotation
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \begin_layout Plain Layout
25765 \begin_inset Caption
25766
25767 \begin_layout Plain Layout
25768 \begin_inset CommandInset label
25769 LatexCommand label
25770 name "fig:Float-right"
25771
25772 \end_inset
25773
25774 Float on the right side.
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Plain Layout
25788
25789 \end_layout
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Section
25797 Caption Formatting
25798 \begin_inset Index idx
25799 status collapsed
25800
25801 \begin_layout Plain Layout
25802 Caption ! Formatting
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \begin_inset Index idx
25809 status collapsed
25810
25811 \begin_layout Plain Layout
25812 Floats ! Caption Formatting
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \begin_inset CommandInset label
25819 LatexCommand label
25820 name "sec:Caption-Formatting"
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \begin_layout Standard
25828 The 
25829 \family sans
25830 Caption
25831 \family default
25832  environment is the default paragraph environment for 
25833 \family sans
25834 Floats
25835 \family default
25836 .
25837  On the LyX screen captions appear as label, e.
25838 \begin_inset space \thinspace{}
25839 \end_inset
25840
25841 g.
25842 \begin_inset space \space{}
25843 \end_inset
25844
25845
25846 \begin_inset Quotes eld
25847 \end_inset
25848
25849
25850 \family sans
25851 Figure #:
25852 \family default
25853
25854 \begin_inset Quotes erd
25855 \end_inset
25856
25857  followed by the caption text.
25858  
25859 \begin_inset Quotes eld
25860 \end_inset
25861
25862 #
25863 \begin_inset Quotes erd
25864 \end_inset
25865
25866  is the actual reference number.
25867  By default the label and the number are in the same font as the caption
25868  text and a colon follows the number to divide the label from the text.
25869  This caption format is not suitable for all document formats.
25870  
25871 \end_layout
25872
25873 \begin_layout Standard
25874 To change the default caption format, load the LaTeX-package 
25875 \series bold
25876 caption
25877 \series default
25878
25879 \begin_inset Index idx
25880 status collapsed
25881
25882 \begin_layout Plain Layout
25883 LaTeX-packages ! caption
25884 \end_layout
25885
25886 \end_inset
25887
25888  in the document preamble with this line:
25889 \end_layout
25890
25891 \begin_layout Standard
25892
25893 \series bold
25894
25895 \backslash
25896 usepackage[format definition]{caption}
25897 \end_layout
25898
25899 \begin_layout Standard
25900 To have for example the label and the number in sans-serif bold font and
25901  the table captions always above the table as in this document, use the
25902  following command:
25903 \end_layout
25904
25905 \begin_layout Standard
25906
25907 \series bold
25908
25909 \backslash
25910 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25911 \end_layout
25912
25913 \begin_layout Standard
25914 You can also define different caption formats for the different float types.
25915  In this case load the 
25916 \series bold
25917 caption
25918 \series default
25919  package without format specific options and define the different formats
25920  with the help of the command
25921 \end_layout
25922
25923 \begin_layout Standard
25924
25925 \series bold
25926
25927 \backslash
25928 captionsetup[float type]{format definition}
25929 \end_layout
25930
25931 \begin_layout Standard
25932 in the document preamble.
25933  For example the caption formats of Figure
25934 \begin_inset space ~
25935 \end_inset
25936
25937
25938 \begin_inset CommandInset ref
25939 LatexCommand ref
25940 reference "fig:This-is-an-fig"
25941
25942 \end_inset
25943
25944  and Table
25945 \begin_inset space ~
25946 \end_inset
25947
25948
25949 \begin_inset CommandInset ref
25950 LatexCommand ref
25951 reference "tab:This-is-an-tab"
25952
25953 \end_inset
25954
25955  can be created using these commands in the document preamble:
25956 \end_layout
25957
25958 \begin_layout Standard
25959
25960 \series bold
25961
25962 \backslash
25963 usepackage[tableposition=top]{caption}
25964 \series default
25965
25966 \begin_inset Newline newline
25967 \end_inset
25968
25969
25970 \series bold
25971
25972 \backslash
25973 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25974 \begin_inset Newline newline
25975 \end_inset
25976
25977
25978 \begin_inset Phantom HPhantom
25979 status open
25980
25981 \begin_layout Plain Layout
25982
25983 \series bold
25984
25985 \backslash
25986 captionsetup[figure]{
25987 \end_layout
25988
25989 \end_inset
25990
25991 labelsep=period}
25992 \begin_inset Newline newline
25993 \end_inset
25994
25995
25996 \backslash
25997 captionsetup[table]{labelfont={bf,sf}}
25998 \end_layout
25999
26000 \begin_layout Standard
26001 \begin_inset Note Greyedout
26002 status open
26003
26004 \begin_layout Plain Layout
26005
26006 \series bold
26007 Note:
26008 \series default
26009  The option 
26010 \series bold
26011 tableposition=top
26012 \series default
26013  has no effect when a 
26014 \series bold
26015 KOMA-Script
26016 \series default
26017
26018 \begin_inset Index idx
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022 LaTeX-packages ! KOMA-Script
26023 \end_layout
26024
26025 \end_inset
26026
26027  document class is used.
26028  In this case the document class option 
26029 \series bold
26030 captions=tableheading
26031 \series default
26032  must be used.
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 For more information about the package 
26042 \series bold
26043 caption
26044 \series default
26045  we refer to its documentation 
26046 \begin_inset CommandInset citation
26047 LatexCommand cite
26048 key "caption"
26049
26050 \end_inset
26051
26052 .
26053 \end_layout
26054
26055 \begin_layout Standard
26056 To change the label name from e.
26057 \begin_inset space \thinspace{}
26058 \end_inset
26059
26060 g.
26061 \begin_inset space \space{}
26062 \end_inset
26063
26064
26065 \begin_inset Quotes eld
26066 \end_inset
26067
26068 Figure
26069 \begin_inset Quotes erd
26070 \end_inset
26071
26072  to 
26073 \begin_inset Quotes eld
26074 \end_inset
26075
26076 Image
26077 \begin_inset Quotes erd
26078 \end_inset
26079
26080  use this preamble command:
26081 \end_layout
26082
26083 \begin_layout Standard
26084
26085 \series bold
26086
26087 \backslash
26088 renewcommand{
26089 \backslash
26090 fnum@figure}{Image~
26091 \backslash
26092 thefigure}
26093 \end_layout
26094
26095 \begin_layout Standard
26096 where 
26097 \series bold
26098
26099 \backslash
26100 thefigure
26101 \series default
26102  inserts the figure number and
26103 \series bold
26104  
26105 \begin_inset Quotes eld
26106 \end_inset
26107
26108 ~
26109 \series default
26110
26111 \begin_inset Quotes erd
26112 \end_inset
26113
26114  creates a protected space.
26115 \end_layout
26116
26117 \begin_layout Standard
26118 \begin_inset VSpace bigskip
26119 \end_inset
26120
26121 If you are using a 
26122 \series bold
26123 KOMA-Script
26124 \series default
26125
26126 \begin_inset Index idx
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130 LaTeX-packages ! KOMA-Script
26131 \end_layout
26132
26133 \end_inset
26134
26135  document class (
26136 \family sans
26137 article (KOMA-Script)
26138 \family default
26139
26140 \family sans
26141 book (KOMA-Script)
26142 \family default
26143
26144 \family sans
26145 letter (KOMA-Script)
26146 \family default
26147 , or 
26148 \family sans
26149 report (KOMA-Script)
26150 \family default
26151
26152 \begin_inset space \thinspace{}
26153 \end_inset
26154
26155 ), you can alternatively to the 
26156 \series bold
26157 caption
26158 \series default
26159  package use 
26160 \series bold
26161 KOMA-Script
26162 \series default
26163 's built-in command 
26164 \series bold
26165
26166 \backslash
26167 setkomafont
26168 \series default
26169 .
26170  For example, to have the caption label in bold, add this command to your
26171  document preamble:
26172 \end_layout
26173
26174 \begin_layout Standard
26175
26176 \series bold
26177
26178 \backslash
26179 setkomafont{captionlabel}{
26180 \backslash
26181 bfseries}
26182 \end_layout
26183
26184 \begin_layout Standard
26185 For more information about 
26186 \series bold
26187
26188 \backslash
26189 setkomafont
26190 \series default
26191  we refer to the 
26192 \series bold
26193 KOMA-Script
26194 \series default
26195  documentation 
26196 \begin_inset CommandInset citation
26197 LatexCommand cite
26198 key "KOMA-Script"
26199
26200 \end_inset
26201
26202 .
26203 \end_layout
26204
26205 \begin_layout Standard
26206 \begin_inset ERT
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210
26211
26212 \backslash
26213 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26214 }
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \begin_inset Note Note
26221 status open
26222
26223 \begin_layout Plain Layout
26224 The caption format is changed only for this example.
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \begin_layout Standard
26233 \begin_inset Float figure
26234 placement !p
26235 wide false
26236 sideways false
26237 status open
26238
26239 \begin_layout Plain Layout
26240 \align center
26241 \begin_inset Graphics
26242         filename clipart/mobius.eps
26243         lyxscale 50
26244         scale 50
26245         scaleBeforeRotation
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \begin_layout Plain Layout
26253 \begin_inset Caption
26254
26255 \begin_layout Plain Layout
26256 \begin_inset CommandInset label
26257 LatexCommand label
26258 name "fig:This-is-an-fig"
26259
26260 \end_inset
26261
26262 This is an example figure caption that is longer than one line to show the
26263  different caption format.
26264  Here a self-defined caption format is used.
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Standard
26278 \begin_inset ERT
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282
26283
26284 \backslash
26285 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26286 on}
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \begin_layout Standard
26295 \begin_inset Float table
26296 placement !p
26297 wide false
26298 sideways false
26299 status open
26300
26301 \begin_layout Plain Layout
26302 \begin_inset Caption
26303
26304 \begin_layout Plain Layout
26305 \begin_inset CommandInset label
26306 LatexCommand label
26307 name "tab:This-is-an-tab"
26308
26309 \end_inset
26310
26311 This is an example table caption that is longer than one line to show the
26312  different caption format.
26313  Here the standard caption format for tables in this document is used.
26314 \end_layout
26315
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \begin_layout Plain Layout
26322 \align center
26323 \begin_inset Tabular
26324 <lyxtabular version="3" rows="1" columns="5">
26325 <features tabularvalignment="middle">
26326 <column alignment="center" valignment="top" width="0">
26327 <column alignment="center" valignment="top" width="0">
26328 <column alignment="center" valignment="top" width="0">
26329 <column alignment="center" valignment="top" width="0">
26330 <column alignment="center" valignment="top" width="0">
26331 <row>
26332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 a
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 b
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26351 \begin_inset Text
26352
26353 \begin_layout Plain Layout
26354 c
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26360 \begin_inset Text
26361
26362 \begin_layout Plain Layout
26363 d
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372 e
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 </row>
26378 </lyxtabular>
26379
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \begin_layout Section
26391 Caption Placement
26392 \begin_inset Index idx
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396 Caption ! Placement
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \begin_inset Index idx
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 Floats ! Caption Placement
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \begin_inset CommandInset label
26413 LatexCommand label
26414 name "sec:Caption-Placement"
26415
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \begin_layout Standard
26422 The common caption placement rule is:
26423 \end_layout
26424
26425 \begin_layout Description
26426 Figure: Caption is set below the figure
26427 \end_layout
26428
26429 \begin_layout Description
26430 Table: Caption is set above the table
26431 \end_layout
26432
26433 \begin_layout Standard
26434 Having the caption above the table is unfortunately not supported in LaTeX's
26435  standard classes.
26436  That means if you are using the document classes 
26437 \family sans
26438 article
26439 \family default
26440
26441 \family sans
26442 book
26443 \family default
26444
26445 \family sans
26446 letter
26447 \family default
26448 , or 
26449 \family sans
26450 report
26451 \family default
26452  there will be no space between the caption and the table.
26453  To insert the necessary space, add the following option to the load command
26454  of the LaTeX-package 
26455 \series bold
26456 caption
26457 \series default
26458  in your document preamble
26459 \begin_inset Foot
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463 See section
26464 \begin_inset space ~
26465 \end_inset
26466
26467
26468 \begin_inset CommandInset ref
26469 LatexCommand ref
26470 reference "sec:Caption-Formatting"
26471
26472 \end_inset
26473
26474  for more information of the package 
26475 \series bold
26476 caption
26477 \series default
26478 .
26479 \end_layout
26480
26481 \end_inset
26482
26483 :
26484 \end_layout
26485
26486 \begin_layout Standard
26487
26488 \series bold
26489 tableposition=top
26490 \end_layout
26491
26492 \begin_layout Standard
26493 If you are using a 
26494 \series bold
26495 KOMA-Script
26496 \series default
26497
26498 \begin_inset Index idx
26499 status collapsed
26500
26501 \begin_layout Plain Layout
26502 LaTeX-packages ! KOMA-Script
26503 \end_layout
26504
26505 \end_inset
26506
26507  document class (
26508 \family sans
26509 article (KOMA-Script)
26510 \family default
26511
26512 \family sans
26513 book (KOMA-Script)
26514 \family default
26515
26516 \family sans
26517 letter (KOMA-Script)
26518 \family default
26519 , or 
26520 \family sans
26521 report (KOMA-Script)
26522 \family default
26523
26524 \begin_inset space \thinspace{}
26525 \end_inset
26526
26527 ), you can alternatively to the 
26528 \series bold
26529 caption
26530 \series default
26531  package set the document class option 
26532 \series bold
26533 captions=tableheading
26534 \series default
26535 .
26536 \end_layout
26537
26538 \begin_layout Standard
26539 \begin_inset VSpace bigskip
26540 \end_inset
26541
26542 It is also possible to set the caption beside a figure or table.
26543  To get this the LaTeX-package 
26544 \series bold
26545 sidecap
26546 \series default
26547
26548 \begin_inset Index idx
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 LaTeX-packages ! sidecap
26553 \end_layout
26554
26555 \end_inset
26556
26557  has to be loaded in the document preamble with the line
26558 \end_layout
26559
26560 \begin_layout Standard
26561
26562 \series bold
26563
26564 \backslash
26565 usepackage[option]{sidecap}
26566 \end_layout
26567
26568 \begin_layout Standard
26569 If you set no option, the caption is placed on the side of the outer page
26570  margin â€“ to the right on odd pages, to the left on even pages.
26571  You can change the placement to inner margin with the option 
26572 \series bold
26573 innercaption
26574 \series default
26575 .
26576  To force the placement always to the right or left, use the option 
26577 \series bold
26578 rightcaption
26579 \series default
26580  or 
26581 \series bold
26582 leftcaption
26583 \series default
26584 , respectively.
26585 \end_layout
26586
26587 \begin_layout Standard
26588 \begin_inset ERT
26589 status collapsed
26590
26591 \begin_layout Plain Layout
26592
26593
26594 \backslash
26595 ifsidecap
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \begin_inset Note Note
26602 status open
26603
26604 \begin_layout Plain Layout
26605 The following section will only be displayed when the LaTeX-package 
26606 \series bold
26607 sidecap
26608 \series default
26609  is installed.
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \begin_layout Standard
26618 To place in LyX the caption of a float on the side, it is necessary to add
26619  these commands to the document preamble:
26620 \end_layout
26621
26622 \begin_layout Standard
26623 \begin_inset Newpage pagebreak
26624 \end_inset
26625
26626
26627 \end_layout
26628
26629 \begin_layout Standard
26630 \noindent
26631 \begin_inset CommandInset line
26632 LatexCommand rule
26633 offset "0.5ex"
26634 width "100line%"
26635 height "1pt"
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Standard
26643
26644 \series bold
26645
26646 \backslash
26647 newcommand{
26648 \backslash
26649 TabBesBeg}[1][1.0]{%
26650 \begin_inset Newline newline
26651 \end_inset
26652
26653
26654 \begin_inset Phantom HPhantom
26655 status open
26656
26657 \begin_layout Plain Layout
26658 \begin_inset space ~
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \backslash
26668 let
26669 \backslash
26670 MyTable
26671 \backslash
26672 table
26673 \begin_inset Newline newline
26674 \end_inset
26675
26676
26677 \begin_inset Phantom HPhantom
26678 status open
26679
26680 \begin_layout Plain Layout
26681
26682 \series medium
26683 \begin_inset space ~
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \backslash
26693 let
26694 \backslash
26695 MyEndtable
26696 \backslash
26697 endtable
26698 \begin_inset Newline newline
26699 \end_inset
26700
26701
26702 \begin_inset Phantom HPhantom
26703 status open
26704
26705 \begin_layout Plain Layout
26706
26707 \series medium
26708 \begin_inset space ~
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \backslash
26718 renewenvironment{table}[1]{
26719 \backslash
26720 begin{SCtable}[#1]##1}{
26721 \backslash
26722 end{SCtable}}}
26723 \end_layout
26724
26725 \begin_layout Standard
26726
26727 \series bold
26728
26729 \backslash
26730 newcommand{
26731 \backslash
26732 TabBesEnd}{%
26733 \begin_inset Newline newline
26734 \end_inset
26735
26736
26737 \begin_inset Phantom HPhantom
26738 status open
26739
26740 \begin_layout Plain Layout
26741 \begin_inset space ~
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \backslash
26751 let
26752 \backslash
26753 table
26754 \backslash
26755 MyTable
26756 \begin_inset Newline newline
26757 \end_inset
26758
26759
26760 \begin_inset Phantom HPhantom
26761 status open
26762
26763 \begin_layout Plain Layout
26764 \begin_inset space ~
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \end_inset
26771
26772
26773 \backslash
26774 let
26775 \backslash
26776 endtable
26777 \backslash
26778 MyEndtable
26779 \end_layout
26780
26781 \begin_layout Standard
26782
26783 \series bold
26784
26785 \backslash
26786 newcommand{
26787 \backslash
26788 FigBesBeg}[1][1.0]{%
26789 \begin_inset Newline newline
26790 \end_inset
26791
26792
26793 \begin_inset Phantom HPhantom
26794 status open
26795
26796 \begin_layout Plain Layout
26797 \begin_inset space ~
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \backslash
26807 let
26808 \backslash
26809 MyFigure
26810 \backslash
26811 figure
26812 \begin_inset Newline newline
26813 \end_inset
26814
26815
26816 \begin_inset Phantom HPhantom
26817 status open
26818
26819 \begin_layout Plain Layout
26820 \begin_inset space ~
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \backslash
26830 let
26831 \backslash
26832 MyEndfigure
26833 \backslash
26834 endfigure
26835 \begin_inset Newline newline
26836 \end_inset
26837
26838
26839 \begin_inset Phantom HPhantom
26840 status open
26841
26842 \begin_layout Plain Layout
26843 \begin_inset space ~
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \backslash
26853 renewenvironment{figure}[1]{
26854 \backslash
26855 begin{SCfigure}[#1]##1}{
26856 \backslash
26857 end{SCfigure}}}
26858 \end_layout
26859
26860 \begin_layout Standard
26861
26862 \series bold
26863
26864 \backslash
26865 newcommand{
26866 \backslash
26867 FigBesEnd}{%
26868 \begin_inset Newline newline
26869 \end_inset
26870
26871
26872 \begin_inset Phantom HPhantom
26873 status open
26874
26875 \begin_layout Plain Layout
26876 \begin_inset space ~
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \backslash
26886 let
26887 \backslash
26888 figure
26889 \backslash
26890 MyFigure
26891 \begin_inset Newline newline
26892 \end_inset
26893
26894
26895 \begin_inset Phantom HPhantom
26896 status open
26897
26898 \begin_layout Plain Layout
26899 \begin_inset space ~
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \backslash
26909 let
26910 \backslash
26911 endfigure
26912 \backslash
26913 MyEndfigure}
26914 \end_layout
26915
26916 \begin_layout Standard
26917 \noindent
26918 \begin_inset CommandInset line
26919 LatexCommand rule
26920 offset "0.5ex"
26921 width "100line%"
26922 height "1pt"
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \begin_layout Standard
26930 The commands allow you to redefine the floats so that the caption is set
26931  on the side.
26932  For figure floats use the command
26933 \end_layout
26934
26935 \begin_layout Standard
26936
26937 \series bold
26938
26939 \backslash
26940 FigBesBeg
26941 \end_layout
26942
26943 \begin_layout Standard
26944 in TeX-Code before the float.
26945  And insert the command
26946 \end_layout
26947
26948 \begin_layout Standard
26949
26950 \series bold
26951
26952 \backslash
26953 FigBesEnd
26954 \end_layout
26955
26956 \begin_layout Standard
26957 in TeX-Code at the point where you want to get back to the original float
26958  definition.
26959 \end_layout
26960
26961 \begin_layout Standard
26962 For table floats use the corresponding commands
26963 \end_layout
26964
26965 \begin_layout Standard
26966
26967 \series bold
26968
26969 \backslash
26970 TabBesBeg
26971 \series default
26972  and 
26973 \series bold
26974
26975 \backslash
26976 TabBesEnd
26977 \end_layout
26978
26979 \begin_layout Standard
26980 Figure
26981 \begin_inset space ~
26982 \end_inset
26983
26984
26985 \begin_inset CommandInset ref
26986 LatexCommand ref
26987 reference "fig:cap-beside-fig"
26988
26989 \end_inset
26990
26991  and Table
26992 \begin_inset space ~
26993 \end_inset
26994
26995
26996 \begin_inset CommandInset ref
26997 LatexCommand ref
26998 reference "tab:cap-beside-tab"
26999
27000 \end_inset
27001
27002  are examples where the caption is set beside.
27003 \end_layout
27004
27005 \begin_layout Standard
27006 You can see in the examples that the caption text appears at the top of
27007  the floats for table floats and at the bottom for figure floats.
27008  To change this, you can use the command
27009 \end_layout
27010
27011 \begin_layout Standard
27012
27013 \series bold
27014
27015 \backslash
27016 sidecaptionvpos{float type}{placement}
27017 \end_layout
27018
27019 \begin_layout Standard
27020 in the document preamble or in TeX-Code before the float.
27021  The float type is either 
27022 \family sans
27023 figure
27024 \family default
27025  or 
27026 \family sans
27027 table
27028 \family default
27029 , the placement can be 
27030 \begin_inset Quotes eld
27031 \end_inset
27032
27033
27034 \family sans
27035 t
27036 \family default
27037
27038 \begin_inset Quotes erd
27039 \end_inset
27040
27041  for top, 
27042 \begin_inset Quotes eld
27043 \end_inset
27044
27045
27046 \family sans
27047 c
27048 \family default
27049
27050 \begin_inset Quotes erd
27051 \end_inset
27052
27053  for center, or 
27054 \begin_inset Quotes eld
27055 \end_inset
27056
27057
27058 \family sans
27059 b
27060 \family default
27061
27062 \begin_inset Quotes erd
27063 \end_inset
27064
27065  for bottom.
27066  To have for example the caption of figure floats vertically centered, use
27067  the command
27068 \end_layout
27069
27070 \begin_layout Standard
27071
27072 \series bold
27073
27074 \backslash
27075 sidecaptionvpos{figure}{c}
27076 \end_layout
27077
27078 \begin_layout Standard
27079 This was used for Figure
27080 \begin_inset space ~
27081 \end_inset
27082
27083
27084 \begin_inset CommandInset ref
27085 LatexCommand ref
27086 reference "fig:cap-beside-fig-2"
27087
27088 \end_inset
27089
27090 .
27091 \end_layout
27092
27093 \begin_layout Standard
27094 \begin_inset VSpace medskip
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Standard
27101 The default caption width is the width of the image/table.
27102  For thin image/tables, like in Table
27103 \begin_inset space ~
27104 \end_inset
27105
27106
27107 \begin_inset CommandInset ref
27108 LatexCommand ref
27109 reference "tab:cap-beside-tab"
27110
27111 \end_inset
27112
27113 , this leads to captions that are too thin.
27114  You can increase the width by specifying a factor that will be multiplied
27115  with the image/table width to get the caption width.
27116  The caption width will automatically be recalculated in case it would protrude
27117  over the page or column margin due to the specified width.
27118  The 
27119 \emph on
27120 factor
27121 \emph default
27122  can either be given as optional argument for 
27123 \series bold
27124
27125 \backslash
27126 FigBesBeg
27127 \series default
27128 :
27129 \end_layout
27130
27131 \begin_layout Standard
27132
27133 \series bold
27134
27135 \backslash
27136 FigBesBeg[factor]
27137 \end_layout
27138
27139 \begin_layout Standard
27140 or in the definition of 
27141 \series bold
27142
27143 \backslash
27144 FigBesBeg
27145 \series default
27146  by replacing the 
27147 \series bold
27148 1.0
27149 \series default
27150  with another value.
27151  If you do the latter, your factor will be the default if 
27152 \series bold
27153
27154 \backslash
27155 FigBesBeg
27156 \series default
27157  is used without an argument.
27158  For Table
27159 \begin_inset space ~
27160 \end_inset
27161
27162
27163 \begin_inset CommandInset ref
27164 LatexCommand ref
27165 reference "tab:cap-beside-tab-wider"
27166
27167 \end_inset
27168
27169  the factor 5 was used.
27170 \end_layout
27171
27172 \begin_layout Standard
27173 \begin_inset Note Greyedout
27174 status open
27175
27176 \begin_layout Plain Layout
27177
27178 \series bold
27179 Note:
27180 \series default
27181  For floats with captions set beside, you cannot use the float placement
27182  option 
27183 \family sans
27184 Here
27185 \begin_inset space ~
27186 \end_inset
27187
27188 definitely
27189 \family default
27190  because it is not supported by 
27191 \series bold
27192 sidecap
27193 \series default
27194 .
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \begin_layout Standard
27203 \begin_inset VSpace medskip
27204 \end_inset
27205
27206 For more information about the package 
27207 \series bold
27208 sidecap
27209 \series default
27210  we refer to its documentation 
27211 \begin_inset CommandInset citation
27212 LatexCommand cite
27213 key "sidecap"
27214
27215 \end_inset
27216
27217 .
27218 \end_layout
27219
27220 \begin_layout Standard
27221 \begin_inset Note Greyedout
27222 status open
27223
27224 \begin_layout Plain Layout
27225
27226 \series bold
27227 Note:
27228 \series default
27229  The LaTeX-package 
27230 \series bold
27231 hypcap
27232 \series default
27233
27234 \begin_inset Index idx
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238 LaTeX-packages ! hypcap
27239 \end_layout
27240
27241 \end_inset
27242
27243 , described in section
27244 \begin_inset space ~
27245 \end_inset
27246
27247
27248 \begin_inset CommandInset ref
27249 LatexCommand ref
27250 reference "sub:Reference-Position"
27251
27252 \end_inset
27253
27254 , has no effect on floats with the caption set beside.
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \begin_layout Standard
27263 \begin_inset ERT
27264 status collapsed
27265
27266 \begin_layout Plain Layout
27267
27268
27269 \backslash
27270 FigBesBeg
27271 \end_layout
27272
27273 \end_inset
27274
27275
27276 \end_layout
27277
27278 \begin_layout Standard
27279 \begin_inset Float figure
27280 wide false
27281 sideways false
27282 status open
27283
27284 \begin_layout Plain Layout
27285 \begin_inset Graphics
27286         filename clipart/escher-lsd.eps
27287         scale 75
27288         scaleBeforeRotation
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Plain Layout
27296 \begin_inset Caption
27297
27298 \begin_layout Plain Layout
27299 \begin_inset CommandInset label
27300 LatexCommand label
27301 name "fig:cap-beside-fig"
27302
27303 \end_inset
27304
27305 This is a caption beside a figure.
27306 \end_layout
27307
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \begin_layout Standard
27319 \begin_inset ERT
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323
27324
27325 \backslash
27326 FigBesEnd
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Standard
27335 \begin_inset ERT
27336 status collapsed
27337
27338 \begin_layout Plain Layout
27339
27340
27341 \backslash
27342 TabBesBeg
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \begin_inset Float table
27352 wide false
27353 sideways false
27354 status open
27355
27356 \begin_layout Plain Layout
27357 \begin_inset Caption
27358
27359 \begin_layout Plain Layout
27360 \begin_inset CommandInset label
27361 LatexCommand label
27362 name "tab:cap-beside-tab"
27363
27364 \end_inset
27365
27366 This is a caption beside a table.
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Plain Layout
27375 \begin_inset Tabular
27376 <lyxtabular version="3" rows="4" columns="5">
27377 <features tabularvalignment="middle">
27378 <column alignment="center" valignment="top" width="0">
27379 <column alignment="center" valignment="top" width="0">
27380 <column alignment="center" valignment="top" width="0">
27381 <column alignment="center" valignment="top" width="0">
27382 <column alignment="center" valignment="top" width="0">
27383 <row>
27384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27385 \begin_inset Text
27386
27387 \begin_layout Plain Layout
27388 a
27389 \end_layout
27390
27391 \end_inset
27392 </cell>
27393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Plain Layout
27397
27398 \end_layout
27399
27400 \end_inset
27401 </cell>
27402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27403 \begin_inset Text
27404
27405 \begin_layout Plain Layout
27406 b
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415
27416 \end_layout
27417
27418 \end_inset
27419 </cell>
27420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27421 \begin_inset Text
27422
27423 \begin_layout Plain Layout
27424 c
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 </row>
27430 <row>
27431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435
27436 \end_layout
27437
27438 \end_inset
27439 </cell>
27440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27441 \begin_inset Text
27442
27443 \begin_layout Plain Layout
27444 d
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453
27454 \end_layout
27455
27456 \end_inset
27457 </cell>
27458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Plain Layout
27462 e
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27468 \begin_inset Text
27469
27470 \begin_layout Plain Layout
27471
27472 \end_layout
27473
27474 \end_inset
27475 </cell>
27476 </row>
27477 <row>
27478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27479 \begin_inset Text
27480
27481 \begin_layout Plain Layout
27482 f
27483 \end_layout
27484
27485 \end_inset
27486 </cell>
27487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27488 \begin_inset Text
27489
27490 \begin_layout Plain Layout
27491
27492 \end_layout
27493
27494 \end_inset
27495 </cell>
27496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27497 \begin_inset Text
27498
27499 \begin_layout Plain Layout
27500 g
27501 \end_layout
27502
27503 \end_inset
27504 </cell>
27505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27506 \begin_inset Text
27507
27508 \begin_layout Plain Layout
27509
27510 \end_layout
27511
27512 \end_inset
27513 </cell>
27514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27515 \begin_inset Text
27516
27517 \begin_layout Plain Layout
27518 h
27519 \end_layout
27520
27521 \end_inset
27522 </cell>
27523 </row>
27524 <row>
27525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27526 \begin_inset Text
27527
27528 \begin_layout Plain Layout
27529
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27535 \begin_inset Text
27536
27537 \begin_layout Plain Layout
27538 i
27539 \end_layout
27540
27541 \end_inset
27542 </cell>
27543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547
27548 \end_layout
27549
27550 \end_inset
27551 </cell>
27552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Plain Layout
27556 j
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
27565
27566 \end_layout
27567
27568 \end_inset
27569 </cell>
27570 </row>
27571 </lyxtabular>
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Standard
27584 \begin_inset ERT
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588
27589
27590 \backslash
27591 TabBesEnd
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \begin_layout Standard
27600 \begin_inset ERT
27601 status collapsed
27602
27603 \begin_layout Plain Layout
27604
27605
27606 \backslash
27607 sidecaptionvpos{figure}{c}
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \begin_inset Float figure
27614 wide false
27615 sideways false
27616 status open
27617
27618 \begin_layout Plain Layout
27619 \begin_inset Graphics
27620         filename clipart/escher-lsd.eps
27621         scale 75
27622         scaleBeforeRotation
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Plain Layout
27630 \begin_inset Caption
27631
27632 \begin_layout Plain Layout
27633 \begin_inset CommandInset label
27634 LatexCommand label
27635 name "fig:cap-beside-fig-2"
27636
27637 \end_inset
27638
27639 This is a vertically centered caption beside a figure.
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \end_layout
27651
27652 \begin_layout Standard
27653 \begin_inset ERT
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657
27658
27659 \backslash
27660 FigBesEnd
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Standard
27669 \begin_inset ERT
27670 status collapsed
27671
27672 \begin_layout Plain Layout
27673
27674
27675 \backslash
27676 TabBesBeg[5]
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \begin_layout Standard
27685 \begin_inset Float table
27686 wide false
27687 sideways false
27688 status open
27689
27690 \begin_layout Plain Layout
27691 \begin_inset Caption
27692
27693 \begin_layout Plain Layout
27694 \begin_inset CommandInset label
27695 LatexCommand label
27696 name "tab:cap-beside-tab-wider"
27697
27698 \end_inset
27699
27700 This is a caption is wider than the one in Table
27701 \begin_inset space ~
27702 \end_inset
27703
27704
27705 \begin_inset CommandInset ref
27706 LatexCommand ref
27707 reference "tab:cap-beside-tab"
27708
27709 \end_inset
27710
27711 .
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \begin_layout Plain Layout
27720 \begin_inset Tabular
27721 <lyxtabular version="3" rows="4" columns="5">
27722 <features tabularvalignment="middle">
27723 <column alignment="center" valignment="top" width="0">
27724 <column alignment="center" valignment="top" width="0">
27725 <column alignment="center" valignment="top" width="0">
27726 <column alignment="center" valignment="top" width="0">
27727 <column alignment="center" valignment="top" width="0">
27728 <row>
27729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733 a
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751 b
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Plain Layout
27769 c
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 </row>
27775 <row>
27776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Plain Layout
27780
27781 \end_layout
27782
27783 \end_inset
27784 </cell>
27785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Plain Layout
27789 d
27790 \end_layout
27791
27792 \end_inset
27793 </cell>
27794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 e
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 </row>
27822 <row>
27823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27824 \begin_inset Text
27825
27826 \begin_layout Plain Layout
27827 f
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836
27837 \end_layout
27838
27839 \end_inset
27840 </cell>
27841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27842 \begin_inset Text
27843
27844 \begin_layout Plain Layout
27845 g
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854
27855 \end_layout
27856
27857 \end_inset
27858 </cell>
27859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27860 \begin_inset Text
27861
27862 \begin_layout Plain Layout
27863 h
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 </row>
27869 <row>
27870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27871 \begin_inset Text
27872
27873 \begin_layout Plain Layout
27874
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883 i
27884 \end_layout
27885
27886 \end_inset
27887 </cell>
27888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27889 \begin_inset Text
27890
27891 \begin_layout Plain Layout
27892
27893 \end_layout
27894
27895 \end_inset
27896 </cell>
27897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27898 \begin_inset Text
27899
27900 \begin_layout Plain Layout
27901 j
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 </row>
27916 </lyxtabular>
27917
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Standard
27929 \begin_inset ERT
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933
27934
27935 \backslash
27936 TabBesEnd
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Standard
27945 \begin_inset ERT
27946 status collapsed
27947
27948 \begin_layout Plain Layout
27949
27950
27951 \backslash
27952 else
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \begin_inset Note Note
27959 status open
27960
27961 \begin_layout Plain Layout
27962 The following will be displayed when the LaTeX-package 
27963 \series bold
27964 sidecap
27965 \series default
27966  is not installed:
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Standard
27975 You need to install the LaTeX-package 
27976 \series bold
27977 sidecap
27978 \series default
27979  to see the following part of this section in the output.
27980 \end_layout
27981
27982 \begin_layout Standard
27983 \begin_inset ERT
27984 status collapsed
27985
27986 \begin_layout Plain Layout
27987
27988
27989 \backslash
27990 fi
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Section
27999 Listings of Floats
28000 \begin_inset Index idx
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004 Floats ! Float Lists
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Standard
28013 Similar to the table of contents where the sections of the document are
28014  listed, there are listings for all float types, like the figures of the
28015  documents.
28016  You can insert them via the 
28017 \family sans
28018 Insert\SpecialChar \menuseparator
28019 List
28020 \begin_inset space ~
28021 \end_inset
28022
28023 /
28024 \begin_inset space ~
28025 \end_inset
28026
28027 TOC
28028 \family default
28029  sub menus.
28030 \end_layout
28031
28032 \begin_layout Standard
28033 The list entries are the float captions or its short title, the float number,
28034  and the page number where they appear in the document.
28035 \end_layout
28036
28037 \begin_layout Standard
28038 You can find the list of figures and tables at the end of this document.
28039 \end_layout
28040
28041 \begin_layout Chapter
28042 Notes
28043 \end_layout
28044
28045 \begin_layout Section
28046 LyX Notes
28047 \begin_inset Index idx
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 Notes ! LyX Notes
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Standard
28060 Notes are inserted with the toolbar button 
28061 \family sans
28062
28063 \begin_inset Info
28064 type  "icon"
28065 arg   "note-insert"
28066 \end_inset
28067
28068
28069 \family default
28070  or the menu 
28071 \family sans
28072 Insert\SpecialChar \menuseparator
28073 Note
28074 \family default
28075 .
28076  There are three types of notes:
28077 \end_layout
28078
28079 \begin_layout Description
28080 LyX
28081 \begin_inset space ~
28082 \end_inset
28083
28084 Note This note type is for internal notes that won't appear in the output.
28085  Its note-box looks like this:
28086 \begin_inset Newline newline
28087 \end_inset
28088
28089
28090 \begin_inset Newline newline
28091 \end_inset
28092
28093
28094 \begin_inset Graphics
28095         filename clipart/LyXNoteImageQt4.png
28096         display false
28097         scale 85
28098         scaleBeforeRotation
28099
28100 \end_inset
28101
28102  
28103 \begin_inset Note Note
28104 status open
28105
28106 \begin_layout Plain Layout
28107 This is text in a note box that doesn't appear in the output.
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \end_layout
28114
28115 \begin_layout Description
28116 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
28117 ent, when you export the document to LaTeX via the menu 
28118 \family sans
28119 File\SpecialChar \menuseparator
28120 Export\SpecialChar \menuseparator
28121 LaTeX (pdflatex) / (plain)
28122 \family default
28123 .
28124  Its note-box looks like this:
28125 \begin_inset Newline newline
28126 \end_inset
28127
28128
28129 \begin_inset Newline newline
28130 \end_inset
28131
28132
28133 \begin_inset Graphics
28134         filename clipart/CommentNoteImageQt4.png
28135         display false
28136         scale 85
28137         scaleBeforeRotation
28138
28139 \end_inset
28140
28141  
28142 \begin_inset Note Comment
28143 status open
28144
28145 \begin_layout Plain Layout
28146 This is text in a note box that only appears as comment in LaTeX-files.
28147 \end_layout
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \begin_layout Description
28155 Greyed
28156 \begin_inset space ~
28157 \end_inset
28158
28159 Out This note will appear in the output as grey text.
28160  Its note-box looks like this:
28161 \begin_inset Newline newline
28162 \end_inset
28163
28164
28165 \begin_inset Newline newline
28166 \end_inset
28167
28168
28169 \begin_inset Graphics
28170         filename clipart/GreyedOutNoteImageQt4.png
28171         display false
28172         scale 85
28173         scaleBeforeRotation
28174
28175 \end_inset
28176
28177
28178 \begin_inset Newline newline
28179 \end_inset
28180
28181
28182 \begin_inset ERT
28183 status collapsed
28184
28185 \begin_layout Plain Layout
28186
28187
28188 \backslash
28189 renewenvironment{lyxgreyedout}
28190 \end_layout
28191
28192 \begin_layout Plain Layout
28193
28194 {
28195 \backslash
28196 textcolor[gray]{0.8}
28197 \backslash
28198 bgroup}{
28199 \backslash
28200 egroup}
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \begin_inset Note Greyedout
28207 status open
28208
28209 \begin_layout Plain Layout
28210 This is text
28211 \begin_inset Foot
28212 status open
28213
28214 \begin_layout Plain Layout
28215 This is an example footnote within a greyed out note.
28216 \end_layout
28217
28218 \end_inset
28219
28220  of a comment that appears in the output as grey text.
28221 \end_layout
28222
28223 \end_inset
28224
28225
28226 \begin_inset ERT
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230
28231
28232 \backslash
28233 renewenvironment{lyxgreyedout}
28234 \end_layout
28235
28236 \begin_layout Plain Layout
28237
28238 {
28239 \backslash
28240 textcolor{blue}
28241 \backslash
28242 bgroup}{
28243 \backslash
28244 egroup}
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \begin_inset Note Note
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254 The greyed out note is here redefined to show it with the original LyX definitio
28255 n because greyed out notes are redefined in the preamble of this document,
28256  as described below, to have blue text.
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \begin_inset Newline newline
28263 \end_inset
28264
28265
28266 \begin_inset Newline newline
28267 \end_inset
28268
28269 As you can see in the example, the first line of greyed out notes is a bit
28270  indented and greyed out notes can have footnotes.
28271 \end_layout
28272
28273 \begin_layout Standard
28274 \begin_inset VSpace bigskip
28275 \end_inset
28276
28277 When you use the toolbar button 
28278 \family sans
28279
28280 \begin_inset Info
28281 type  "icon"
28282 arg   "note-insert"
28283 \end_inset
28284
28285
28286 \family default
28287  to insert notes, a 
28288 \family sans
28289 LyX
28290 \begin_inset space ~
28291 \end_inset
28292
28293 Note
28294 \family default
28295  is inserted.
28296  You can switch between the five note types by right-clicking on the note-box.
28297  
28298 \family roman
28299 \series medium
28300 \bar no
28301 If you want to turn existing text into a note, mark it and click on the
28302  note
28303 \family default
28304 \series default
28305 \bar default
28306  toolbar 
28307 \family roman
28308 \series medium
28309 \bar no
28310 button
28311 \family default
28312 \series default
28313 \bar default
28314 .
28315  To change a note to text, press the backspace key when the cursor is in
28316  the first position of a note, or press the delete key when the cursor is
28317  in the very last position of the note, respectively.
28318 \end_layout
28319
28320 \begin_layout Standard
28321 \begin_inset VSpace bigskip
28322 \end_inset
28323
28324 You can change the text color of the greyed out notes in the menu 
28325 \family sans
28326 Document\SpecialChar \menuseparator
28327 Settings\SpecialChar \menuseparator
28328 Colors
28329 \family default
28330 .
28331 \end_layout
28332
28333 \begin_layout Section
28334 Footnotes
28335 \begin_inset CommandInset label
28336 LatexCommand label
28337 name "sec:Footnotes"
28338
28339 \end_inset
28340
28341
28342 \begin_inset Index idx
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Notes ! Footnotes
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \begin_inset Index idx
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356 Footnotes
28357 \end_layout
28358
28359 \end_inset
28360
28361
28362 \end_layout
28363
28364 \begin_layout Standard
28365 Footnotes can be inserted using the toolbar button 
28366 \family sans
28367
28368 \begin_inset Info
28369 type  "icon"
28370 arg   "footnote-insert"
28371 \end_inset
28372
28373
28374 \family default
28375  or the menu 
28376 \family sans
28377 Insert\SpecialChar \menuseparator
28378 Footnote
28379 \family default
28380 .
28381  
28382 \family roman
28383 \series medium
28384 \bar no
28385 You'll see
28386 \family default
28387 \series default
28388 \bar default
28389  then the following footnote-box: 
28390 \begin_inset Graphics
28391         filename clipart/footnoteQt4.png
28392         scale 80
28393         scaleBeforeRotation
28394
28395 \end_inset
28396
28397  
28398 \family roman
28399 \series medium
28400 \bar no
28401 where you can enter the footnote text.
28402  If you want to turn existing text into a footnote, mark it and click on
28403  the footnote
28404 \family default
28405 \series default
28406 \bar default
28407  toolbar 
28408 \family roman
28409 \series medium
28410 \bar no
28411 button
28412 \family default
28413 \series default
28414 \bar default
28415 .
28416  To change a 
28417 \family roman
28418 \series medium
28419 \bar no
28420 footnote
28421 \family default
28422 \series default
28423 \bar default
28424  to text, press the 
28425 \family sans
28426 Backspace
28427 \family default
28428  key when the cursor is in the first position of a 
28429 \family roman
28430 \series medium
28431 \bar no
28432 footnote
28433 \family default
28434 \series default
28435 \bar default
28436 , or press the 
28437 \family sans
28438 Delete
28439 \family default
28440  key when the cursor is in the very last position of the 
28441 \family roman
28442 \series medium
28443 \bar no
28444 footnote
28445 \family default
28446 \series default
28447 \bar default
28448 , respectively.
28449 \end_layout
28450
28451 \begin_layout Standard
28452 Here is an example footnote:
28453 \family roman
28454 \series medium
28455 \bar no
28456
28457 \begin_inset Foot
28458 status open
28459
28460 \begin_layout Plain Layout
28461 \begin_inset CommandInset label
28462 LatexCommand label
28463 name "foot:This-is-an"
28464
28465 \end_inset
28466
28467 This is an example footnote.
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \family default
28474 \series default
28475 \bar default
28476
28477 \begin_inset ERT
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481
28482
28483 \backslash
28484 newcounter{MyRepeatFoot}
28485 \end_layout
28486
28487 \begin_layout Plain Layout
28488
28489
28490 \backslash
28491 setcounter{MyRepeatFoot}{
28492 \backslash
28493 thefootnote}
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \begin_layout Standard
28502 The footnote will appear in the output as a superscript number at the text
28503  position where the footnote box is placed.
28504  The footnote text is placed at the bottom of the current page.
28505  The footnote number is calculated by LaTeX; the numbers are consecutive.
28506  It depends on your document-class, whether the footnote number is reset
28507  for every chapter.
28508 \end_layout
28509
28510 \begin_layout Standard
28511 Footnotes can be referenced like floats: Insert a label into the footnote
28512  and cross-reference this label in the text as described in section
28513 \begin_inset space ~
28514 \end_inset
28515
28516
28517 \begin_inset CommandInset ref
28518 LatexCommand ref
28519 reference "sec:Referencing-Floats"
28520
28521 \end_inset
28522
28523 .
28524 \begin_inset Newline newline
28525 \end_inset
28526
28527 This is a cross-reference of Footnote
28528 \begin_inset space ~
28529 \end_inset
28530
28531
28532 \begin_inset CommandInset ref
28533 LatexCommand ref
28534 reference "foot:This-is-an"
28535
28536 \end_inset
28537
28538 .
28539 \end_layout
28540
28541 \begin_layout Standard
28542 \begin_inset VSpace defskip
28543 \end_inset
28544
28545 Footnotes in tables are not printed by LaTeX due to technical reasons.
28546  However there exists another method to print them: Instead of the footnote
28547  the command 
28548 \series bold
28549
28550 \backslash
28551 footnotemark{}
28552 \series default
28553  is inserted as TeX-code.
28554  The text of the footnote is entered as an argument of the TeX-code command
28555  
28556 \series bold
28557
28558 \backslash
28559 footnotetext
28560 \series default
28561  after the table.
28562 \begin_inset Newline newline
28563 \end_inset
28564
28565 This was done for the following table with the command
28566 \end_layout
28567
28568 \begin_layout Standard
28569
28570 \series bold
28571
28572 \backslash
28573 footnotetext{
28574 \series default
28575 Printed table footnote.
28576 \series bold
28577 }
28578 \end_layout
28579
28580 \begin_layout Standard
28581 \begin_inset Tabular
28582 <lyxtabular version="3" rows="2" columns="1">
28583 <features tabularvalignment="middle">
28584 <column alignment="center" valignment="top" width="0">
28585 <row>
28586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 This an example text.
28591 \begin_inset Foot
28592 status open
28593
28594 \begin_layout Plain Layout
28595 This footnote will not be printed!
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \end_inset
28604 </cell>
28605 </row>
28606 <row>
28607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611 This an example text.
28612 \begin_inset ERT
28613 status collapsed
28614
28615 \begin_layout Plain Layout
28616
28617
28618 \backslash
28619 footnotemark{}
28620 \end_layout
28621
28622 \end_inset
28623
28624
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 </row>
28630 </lyxtabular>
28631
28632 \end_inset
28633
28634
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 footnotetext{
28643 \end_layout
28644
28645 \end_inset
28646
28647 Printed table footnote.
28648 \begin_inset ERT
28649 status collapsed
28650
28651 \begin_layout Plain Layout
28652
28653 }
28654 \end_layout
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \begin_layout Standard
28662 Footnotes in longtables are described in section
28663 \begin_inset space ~
28664 \end_inset
28665
28666
28667 \begin_inset CommandInset ref
28668 LatexCommand ref
28669 reference "sub:Footnotes-in-Longtables"
28670
28671 \end_inset
28672
28673 .
28674 \end_layout
28675
28676 \begin_layout Standard
28677 Footnotes in minipage boxes are printed, but inside the box and with a different
28678  numbering because a minipage box is like a page inside a page.
28679  (For more about minipages, see section
28680 \begin_inset space ~
28681 \end_inset
28682
28683
28684 \begin_inset CommandInset ref
28685 LatexCommand ref
28686 reference "sec:Minipages"
28687
28688 \end_inset
28689
28690 .) To get a footnote in the minipage that is output at the bottom of the
28691  page like normal footnotes, also use the method of 
28692 \series bold
28693
28694 \backslash
28695 footnotemark{}
28696 \series default
28697  and 
28698 \series bold
28699
28700 \backslash
28701 footnotetext
28702 \series default
28703 .
28704 \end_layout
28705
28706 \begin_layout Standard
28707 \begin_inset Box Frameless
28708 position "t"
28709 hor_pos "c"
28710 has_inner_box 1
28711 inner_pos "t"
28712 use_parbox 0
28713 use_makebox 0
28714 width "100col%"
28715 special "none"
28716 height "1in"
28717 height_special "totalheight"
28718 status open
28719
28720 \begin_layout Plain Layout
28721 This an example text in a minipage.
28722 \begin_inset Foot
28723 status open
28724
28725 \begin_layout Plain Layout
28726 Footnote in the minipage.
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Plain Layout
28735 This an example text in a minipage.
28736 \begin_inset ERT
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740
28741
28742 \backslash
28743 footnotemark{}
28744 \end_layout
28745
28746 \end_inset
28747
28748
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 \begin_inset ERT
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761
28762
28763 \backslash
28764 footnotetext{
28765 \end_layout
28766
28767 \end_inset
28768
28769 Footnote outside the minipage.
28770 \begin_inset ERT
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774
28775 }
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Standard
28784 \begin_inset VSpace defskip
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Standard
28791 To refer to the same footnote several times without printing the footnote
28792  text every time, use the command 
28793 \series bold
28794
28795 \backslash
28796 footnotemark[number]
28797 \series default
28798  in TeX-code.
28799 \begin_inset Newline newline
28800 \end_inset
28801
28802 As you do not know the number of the repeating footnote while you are writing
28803  the text, you have to store its number.
28804  For the following footnote mark example, these commands were inserted in
28805  TeX-code after Footnote
28806 \begin_inset space ~
28807 \end_inset
28808
28809
28810 \begin_inset CommandInset ref
28811 LatexCommand ref
28812 reference "foot:This-is-an"
28813
28814 \end_inset
28815
28816  to store the footnote number:
28817 \end_layout
28818
28819 \begin_layout Standard
28820
28821 \series bold
28822
28823 \backslash
28824 newcounter{MyRepeatFoot}
28825 \begin_inset Newline newline
28826 \end_inset
28827
28828
28829 \backslash
28830 setcounter{MyRepeatFoot}{
28831 \backslash
28832 thefootnote}
28833 \end_layout
28834
28835 \begin_layout Standard
28836 The footnote mark was then created with this command:
28837 \end_layout
28838
28839 \begin_layout Standard
28840
28841 \series bold
28842
28843 \backslash
28844 footnotemark[
28845 \backslash
28846 theMyRepeatFoot]
28847 \end_layout
28848
28849 \begin_layout Standard
28850 Here is a repeated footnote:
28851 \family roman
28852 \series medium
28853 \bar no
28854
28855 \begin_inset ERT
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859
28860
28861 \backslash
28862 footnotemark[
28863 \backslash
28864 theMyRepeatFoot]
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Standard
28873 If you want to repeat the previous footnote, you can omit the storage of
28874  the footnote number and just use this command instead:
28875 \end_layout
28876
28877 \begin_layout Standard
28878
28879 \series bold
28880
28881 \backslash
28882 footnotemark[
28883 \backslash
28884 thefootnote]
28885 \end_layout
28886
28887 \begin_layout Standard
28888 Here is another repeated footnote:
28889 \family roman
28890 \series medium
28891 \bar no
28892
28893 \begin_inset ERT
28894 status collapsed
28895
28896 \begin_layout Plain Layout
28897
28898
28899 \backslash
28900 footnotemark[
28901 \backslash
28902 thefootnote]
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Subsection
28911 Footnote Numbering
28912 \begin_inset CommandInset label
28913 LatexCommand label
28914 name "sub:Footnote-Numbering"
28915
28916 \end_inset
28917
28918
28919 \begin_inset Index idx
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923 Footnotes ! Numbering
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \begin_layout Standard
28932 To reset the footnote number back to 1 after each section
28933 \family roman
28934 , add this command to your document preamble:
28935 \end_layout
28936
28937 \begin_layout Standard
28938
28939 \series bold
28940
28941 \backslash
28942 @addtoreset{footnote}{section}
28943 \end_layout
28944
28945 \begin_layout Standard
28946 \begin_inset VSpace bigskip
28947 \end_inset
28948
28949 The following preamble command changes the footnote numbering style to small
28950  roman numerals:
28951 \end_layout
28952
28953 \begin_layout Standard
28954
28955 \series bold
28956
28957 \backslash
28958 renewcommand{
28959 \backslash
28960 thefootnote}{
28961 \backslash
28962 roman{footnote}}
28963 \end_layout
28964
28965 \begin_layout Standard
28966 \begin_inset ERT
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970
28971
28972 \backslash
28973 renewcommand{
28974 \backslash
28975 thefootnote}{
28976 \backslash
28977 roman{footnote}}
28978 \end_layout
28979
28980 \end_inset
28981
28982  This is a footnote with roman numbering:
28983 \begin_inset Foot
28984 status open
28985
28986 \begin_layout Plain Layout
28987 This is an example footnote with roman numbering.
28988 \end_layout
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \begin_layout Standard
28996 To change the numbering style to capital roman numerals replace in the command
28997  above 
28998 \series bold
28999
29000 \backslash
29001 roman
29002 \series default
29003  by 
29004 \series bold
29005
29006 \backslash
29007 Roman
29008 \series default
29009 .
29010  To 
29011 \begin_inset Quotes eld
29012 \end_inset
29013
29014 number
29015 \begin_inset Quotes erd
29016 \end_inset
29017
29018  footnotes with capital or small Latin letters use 
29019 \series bold
29020
29021 \backslash
29022 Alph
29023 \series default
29024  or 
29025 \series bold
29026
29027 \backslash
29028 alph
29029 \series default
29030 , respectively.
29031  To 
29032 \begin_inset Quotes eld
29033 \end_inset
29034
29035 number
29036 \begin_inset Quotes erd
29037 \end_inset
29038
29039  footnotes with symbols use 
29040 \series bold
29041
29042 \backslash
29043 fnsymbol
29044 \series default
29045 .
29046 \end_layout
29047
29048 \begin_layout Standard
29049 \begin_inset Note Greyedout
29050 status open
29051
29052 \begin_layout Plain Layout
29053
29054 \series bold
29055 Note:
29056 \series default
29057  You can only number 26 footnotes with Latin letters, because this numbering
29058  is limited to single letters.
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \begin_inset Newline newline
29065 \end_inset
29066
29067
29068 \begin_inset Note Greyedout
29069 status open
29070
29071 \begin_layout Plain Layout
29072
29073 \series bold
29074 Note:
29075 \series default
29076  You can only number 9 footnotes with symbols.
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Standard
29085 To return to the default numbering style after you have changed to another
29086  one, use 
29087 \series bold
29088
29089 \backslash
29090 arabic
29091 \series default
29092  instead of 
29093 \series bold
29094
29095 \backslash
29096 roman
29097 \series default
29098  in the command above.
29099 \begin_inset ERT
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103
29104
29105 \backslash
29106 renewcommand{
29107 \backslash
29108 thefootnote}{
29109 \backslash
29110 arabic{footnote}}
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \begin_layout Standard
29119 \begin_inset VSpace bigskip
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Standard
29126 If you want to have footnotes numbered in the scheme 
29127 \begin_inset Quotes eld
29128 \end_inset
29129
29130 chapter.footnote
29131 \begin_inset Quotes erd
29132 \end_inset
29133
29134 , add the following command to your document preamble:
29135 \end_layout
29136
29137 \begin_layout Standard
29138
29139 \series bold
29140
29141 \backslash
29142 numberwithin{footnote}{chapter}
29143 \end_layout
29144
29145 \begin_layout Standard
29146 To be able to use the command 
29147 \series bold
29148
29149 \backslash
29150 numberwithin
29151 \series default
29152 , set in the tab 
29153 \family sans
29154 Math
29155 \begin_inset space ~
29156 \end_inset
29157
29158 Options
29159 \family default
29160  in the document settings the option 
29161 \family sans
29162 Use
29163 \begin_inset space ~
29164 \end_inset
29165
29166 AMS
29167 \begin_inset space ~
29168 \end_inset
29169
29170 math
29171 \begin_inset space ~
29172 \end_inset
29173
29174 package
29175 \family default
29176 .
29177 \end_layout
29178
29179 \begin_layout Standard
29180 \begin_inset ERT
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184
29185
29186 \backslash
29187 numberwithin{footnote}{chapter}
29188 \end_layout
29189
29190 \end_inset
29191
29192 This is another example footnote:
29193 \series bold
29194
29195 \begin_inset Foot
29196 status open
29197
29198 \begin_layout Plain Layout
29199 This is a footnote numbered in the scheme 
29200 \begin_inset Quotes eld
29201 \end_inset
29202
29203 chapter.footnote
29204 \begin_inset Quotes erd
29205 \end_inset
29206
29207 .
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \series default
29214
29215 \begin_inset ERT
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219
29220
29221 \backslash
29222 renewcommand{
29223 \backslash
29224 thefootnote}{
29225 \backslash
29226 arabic{footnote}}
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \end_layout
29233
29234 \begin_layout Standard
29235 \begin_inset Note Greyedout
29236 status open
29237
29238 \begin_layout Plain Layout
29239
29240 \series bold
29241 Note:
29242 \series default
29243  
29244 \series bold
29245
29246 \backslash
29247 numberwithin
29248 \series default
29249  always prints out the footnote number as arabic number; previous redefinitions
29250  to get non-arabic numbers are overwritten.
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Standard
29259 So to get for example the scheme 
29260 \begin_inset Quotes eld
29261 \end_inset
29262
29263 chapter.
29264 \backslash
29265 Roman{footnote}
29266 \begin_inset Quotes erd
29267 \end_inset
29268
29269 , use this command instead of 
29270 \series bold
29271
29272 \backslash
29273 numberwithin
29274 \series default
29275 :
29276 \end_layout
29277
29278 \begin_layout Standard
29279
29280 \series bold
29281
29282 \backslash
29283 renewcommand{
29284 \backslash
29285 thefootnote}{
29286 \backslash
29287 thechapter.
29288 \backslash
29289 Roman{footnote}}
29290 \end_layout
29291
29292 \begin_layout Subsection
29293 Footnote Placement
29294 \begin_inset Index idx
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298 Footnotes ! Placement
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Standard
29307 If you have several footnotes in one page, they appear without vertical
29308  space between them at the bottom of the page.
29309  To make them more readable you can e.
29310 \begin_inset space \thinspace{}
29311 \end_inset
29312
29313 g.
29314 \begin_inset space \space{}
29315 \end_inset
29316
29317 add 1.5
29318 \begin_inset space \thinspace{}
29319 \end_inset
29320
29321 mm space with the following preamble command:
29322 \end_layout
29323
29324 \begin_layout Standard
29325
29326 \series bold
29327
29328 \backslash
29329 let
29330 \backslash
29331 myFoot
29332 \backslash
29333 footnote
29334 \begin_inset Newline newline
29335 \end_inset
29336
29337
29338 \backslash
29339 renewcommand{
29340 \backslash
29341 footnote}[1]{
29342 \backslash
29343 myFoot{#1
29344 \backslash
29345 vspace{1.5mm}}}
29346 \end_layout
29347
29348 \begin_layout Standard
29349 \begin_inset VSpace bigskip
29350 \end_inset
29351
29352 In a two-column document the footnotes appear at the bottom of every column,
29353  see Figure
29354 \begin_inset space ~
29355 \end_inset
29356
29357
29358 \begin_inset CommandInset ref
29359 LatexCommand ref
29360 reference "fig:Standard-footnote-placement"
29361
29362 \end_inset
29363
29364 .
29365  If the footnotes should only appear at the bottom of the right column,
29366  as in Figure
29367 \begin_inset space ~
29368 \end_inset
29369
29370
29371 \begin_inset CommandInset ref
29372 LatexCommand ref
29373 reference "fig:Footnote-placement-in"
29374
29375 \end_inset
29376
29377 , use the LaTeX-package 
29378 \series bold
29379 ftnright
29380 \series default
29381
29382 \begin_inset Index idx
29383 status collapsed
29384
29385 \begin_layout Plain Layout
29386 LaTeX-packages ! ftnright
29387 \end_layout
29388
29389 \end_inset
29390
29391  with this command in the document preamble:
29392 \end_layout
29393
29394 \begin_layout Standard
29395
29396 \series bold
29397
29398 \backslash
29399 usepackage{ftnright}
29400 \end_layout
29401
29402 \begin_layout Standard
29403 \begin_inset Float figure
29404 placement !h
29405 wide false
29406 sideways false
29407 status open
29408
29409 \begin_layout Plain Layout
29410 \begin_inset ERT
29411 status collapsed
29412
29413 \begin_layout Plain Layout
29414
29415
29416 \backslash
29417 framebox{
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \begin_inset Graphics
29424         filename clipart/without_fntright.pdf
29425         width 100col%
29426         scaleBeforeRotation
29427
29428 \end_inset
29429
29430
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436 }
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Plain Layout
29445 \begin_inset Caption
29446
29447 \begin_layout Plain Layout
29448 \begin_inset CommandInset label
29449 LatexCommand label
29450 name "fig:Standard-footnote-placement"
29451
29452 \end_inset
29453
29454 Standard footnote placement in two-column documents.
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Standard
29468 \begin_inset Float figure
29469 placement !h
29470 wide false
29471 sideways false
29472 status open
29473
29474 \begin_layout Plain Layout
29475 \begin_inset ERT
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479
29480
29481 \backslash
29482 framebox{
29483 \end_layout
29484
29485 \end_inset
29486
29487
29488 \begin_inset Graphics
29489         filename clipart/with_fntright.pdf
29490         width 100col%
29491         scaleBeforeRotation
29492
29493 \end_inset
29494
29495
29496 \begin_inset ERT
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500
29501 }
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Plain Layout
29510 \begin_inset Caption
29511
29512 \begin_layout Plain Layout
29513 \begin_inset CommandInset label
29514 LatexCommand label
29515 name "fig:Footnote-placement-in"
29516
29517 \end_inset
29518
29519 Footnote placement in two-column documents when the LaTeX-package 
29520 \series bold
29521 ftnright
29522 \series default
29523  is used.
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \end_layout
29535
29536 \begin_layout Standard
29537 \begin_inset VSpace bigskip
29538 \end_inset
29539
29540 In some scientific literature it is usual to collect the footnotes and print
29541  them in a separate paragraph at the end of a section, as in Figure
29542 \begin_inset space ~
29543 \end_inset
29544
29545
29546 \begin_inset CommandInset ref
29547 LatexCommand ref
29548 reference "fig:Endnotes"
29549
29550 \end_inset
29551
29552 .
29553  They are then called 
29554 \begin_inset Quotes eld
29555 \end_inset
29556
29557 endnotes
29558 \begin_inset Quotes erd
29559 \end_inset
29560
29561 .
29562 \begin_inset Index idx
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566 Endnotes
29567 \end_layout
29568
29569 \end_inset
29570
29571  To use endnotes instead of footnotes in your document, load in the menu
29572  
29573 \family sans
29574 Document\SpecialChar \menuseparator
29575 Settings\SpecialChar \menuseparator
29576 Modules 
29577 \family default
29578 the module 
29579 \family sans
29580 Foot
29581 \begin_inset space ~
29582 \end_inset
29583
29584 to
29585 \begin_inset space ~
29586 \end_inset
29587
29588 End
29589 \family default
29590 .
29591  To insert the collected footnotes, insert the command
29592 \end_layout
29593
29594 \begin_layout Standard
29595
29596 \series bold
29597
29598 \backslash
29599 theendnotes
29600 \end_layout
29601
29602 \begin_layout Standard
29603 in TeX-Code at the end of a section or chapter.
29604 \end_layout
29605
29606 \begin_layout Standard
29607 \begin_inset Float figure
29608 wide false
29609 sideways false
29610 status open
29611
29612 \begin_layout Plain Layout
29613 \align center
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619
29620 \backslash
29621 framebox{
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \begin_inset Graphics
29628         filename clipart/endnotes.pdf
29629         scaleBeforeRotation
29630
29631 \end_inset
29632
29633
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638
29639 }
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \end_layout
29646
29647 \begin_layout Plain Layout
29648 \begin_inset Caption
29649
29650 \begin_layout Plain Layout
29651 \begin_inset CommandInset label
29652 LatexCommand label
29653 name "fig:Endnotes"
29654
29655 \end_inset
29656
29657 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
29658  or chapters.
29659 \end_layout
29660
29661 \end_inset
29662
29663
29664 \end_layout
29665
29666 \end_inset
29667
29668
29669 \end_layout
29670
29671 \begin_layout Standard
29672 \begin_inset VSpace medskip
29673 \end_inset
29674
29675 The paragraph heading for the endnotes isn't automatically translated into
29676  the document language, this must be done manually.
29677  The following preamble command translates the default English 
29678 \begin_inset Quotes eld
29679 \end_inset
29680
29681 Notes
29682 \begin_inset Quotes erd
29683 \end_inset
29684
29685  into the German 
29686 \begin_inset Quotes eld
29687 \end_inset
29688
29689 Anmerkungen
29690 \begin_inset Quotes erd
29691 \end_inset
29692
29693 :
29694 \end_layout
29695
29696 \begin_layout Standard
29697
29698 \series bold
29699
29700 \backslash
29701 renewcommand{
29702 \backslash
29703 notesname}{Anmerkungen}
29704 \end_layout
29705
29706 \begin_layout Standard
29707 \begin_inset VSpace medskip
29708 \end_inset
29709
29710 The numbering of endnotes can be changed like the footnote numbering as
29711  described in section
29712 \begin_inset space ~
29713 \end_inset
29714
29715
29716 \begin_inset CommandInset ref
29717 LatexCommand ref
29718 reference "sub:Footnote-Numbering"
29719
29720 \end_inset
29721
29722 ; just replace the command 
29723 \series bold
29724
29725 \backslash
29726 thefootnote
29727 \series default
29728  by 
29729 \series bold
29730
29731 \backslash
29732 theendnote
29733 \series default
29734 .
29735  To reset the endnote number use the command 
29736 \series bold
29737
29738 \backslash
29739 @addtoreset
29740 \series default
29741  as described in section
29742 \begin_inset space ~
29743 \end_inset
29744
29745
29746 \begin_inset CommandInset ref
29747 LatexCommand ref
29748 reference "sub:Footnote-Numbering"
29749
29750 \end_inset
29751
29752  and replace the command parameter 
29753 \series bold
29754 footnote
29755 \series default
29756  by 
29757 \series bold
29758 endnote
29759 \series default
29760 .
29761 \end_layout
29762
29763 \begin_layout Standard
29764 For endnotes there is the command 
29765 \series bold
29766
29767 \backslash
29768 endnotemark[number]
29769 \series default
29770  similar to the command 
29771 \series bold
29772
29773 \backslash
29774 footnotemark
29775 \series default
29776 , that is described in section
29777 \begin_inset space ~
29778 \end_inset
29779
29780
29781 \begin_inset CommandInset ref
29782 LatexCommand ref
29783 reference "sec:Footnotes"
29784
29785 \end_inset
29786
29787 .
29788 \end_layout
29789
29790 \begin_layout Standard
29791 \begin_inset VSpace bigskip
29792 \end_inset
29793
29794 Footnotes can also be placed in the page margin and the footnote text alignment
29795  can be changed, see the LaTeX-package 
29796 \series bold
29797 footmisc
29798 \series default
29799
29800 \begin_inset Index idx
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804 LaTeX-packages ! footmisc
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \begin_inset CommandInset citation
29811 LatexCommand cite
29812 key "footmisc"
29813
29814 \end_inset
29815
29816  for more information about this.
29817 \end_layout
29818
29819 \begin_layout Standard
29820 For various further footnote formatting issues have a look at LaTeX-books,
29821  
29822 \begin_inset CommandInset citation
29823 LatexCommand cite
29824 key "latexcompanion,latexguide,latexbook"
29825
29826 \end_inset
29827
29828 .
29829  If you are using a 
29830 \series bold
29831 KOMA-Script
29832 \series default
29833
29834 \begin_inset Index idx
29835 status collapsed
29836
29837 \begin_layout Plain Layout
29838 LaTeX-packages ! KOMA-Script
29839 \end_layout
29840
29841 \end_inset
29842
29843  document class, you can adjust all footnote settings using class-specific
29844  commands, see 
29845 \begin_inset CommandInset citation
29846 LatexCommand cite
29847 key "KOMA-Script"
29848
29849 \end_inset
29850
29851 .
29852 \end_layout
29853
29854 \begin_layout Section
29855 Margin Notes
29856 \begin_inset Index idx
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 Notes ! Margin Notes
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Margin notes look and behave in LyX like footnotes.
29870  They are inserted via the menu 
29871 \family sans
29872 Insert\SpecialChar \menuseparator
29873 Marginal
29874 \begin_inset space ~
29875 \end_inset
29876
29877 Note
29878 \family default
29879  or the toolbar button 
29880 \family sans
29881
29882 \begin_inset Info
29883 type  "icon"
29884 arg   "marginalnote-insert"
29885 \end_inset
29886
29887
29888 \family default
29889 .
29890  A grey 
29891 \family roman
29892 \series medium
29893 box with the
29894 \family default
29895 \series default
29896  red 
29897 \family roman
29898 \series medium
29899 label 
29900 \begin_inset Quotes eld
29901 \end_inset
29902
29903 margin
29904 \begin_inset Quotes erd
29905 \end_inset
29906
29907  appears where you can enter the text of the margin note.
29908 \end_layout
29909
29910 \begin_layout Standard
29911 At the side is an example margin note.
29912
29913 \family roman
29914 \series medium
29915  
29916 \begin_inset Marginal
29917 status open
29918
29919 \begin_layout Plain Layout
29920 This is a margin note.
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \begin_layout Standard
29929 Margin notes appear at the right side in single-sided documents.
29930  In double-sided documents they appear in the outer margin â€“ left on even
29931  pages, right on odd pages.
29932  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
29933 d when the note appears in the left margin.
29934  The first line of the margin note is placed at the position of the text
29935  line where it is inserted in the document.
29936 \end_layout
29937
29938 \begin_layout Standard
29939 \begin_inset VSpace bigskip
29940 \end_inset
29941
29942 To place the margin note in the inner margin, add the command
29943 \end_layout
29944
29945 \begin_layout Standard
29946
29947 \series bold
29948
29949 \backslash
29950 reversemarginpar
29951 \end_layout
29952
29953 \begin_layout Standard
29954 in TeX-Code before a margin note.
29955  The new placement is valid for all subsequent margin notes.
29956  
29957 \begin_inset ERT
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961
29962
29963 \backslash
29964 reversemarginpar 
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \begin_inset Marginal
29971 status open
29972
29973 \begin_layout Plain Layout
29974 This is a margin note in the inner margin.
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \series bold
29981
29982 \begin_inset Newline newline
29983 \end_inset
29984
29985
29986 \series default
29987
29988 \begin_inset Note Greyedout
29989 status open
29990
29991 \begin_layout Plain Layout
29992
29993 \series bold
29994 Note:
29995 \series default
29996  There is often not enough space in the inner margin so that the notes are
29997  not correctly displayed in the output.
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 To return to the default placement insert the command
30007 \end_layout
30008
30009 \begin_layout Standard
30010
30011 \series bold
30012
30013 \backslash
30014 normalmarginpar
30015 \end_layout
30016
30017 \begin_layout Standard
30018 in TeX-Code.
30019 \begin_inset ERT
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023
30024
30025 \backslash
30026 normalmarginpar 
30027 \end_layout
30028
30029 \end_inset
30030
30031  
30032 \begin_inset Note Greyedout
30033 status open
30034
30035 \begin_layout Plain Layout
30036
30037 \series bold
30038 Note:
30039 \series default
30040  The command is ignored when it is within a paragraph where also the command
30041  
30042 \series bold
30043
30044 \backslash
30045 reversemarginpar
30046 \series default
30047  is inserted.
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Standard
30056 \begin_inset VSpace bigskip
30057 \end_inset
30058
30059
30060 \family roman
30061 \series medium
30062
30063 \begin_inset Marginal
30064 status open
30065
30066 \begin_layout Plain Layout
30067 AVeryLongMarginParWord that isn't hyphenated.
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \family default
30074 \series default
30075  Similar to the case described in section
30076 \begin_inset space ~
30077 \end_inset
30078
30079
30080 \begin_inset CommandInset ref
30081 LatexCommand ref
30082 reference "sub:Multiple-Lines-in"
30083
30084 \end_inset
30085
30086 , long words cannot be hyphenated when they are the first word in a margin
30087  note.
30088  To avoid this, insert 0
30089 \begin_inset space \thinspace{}
30090 \end_inset
30091
30092 pt horizontal space before the word
30093 \family roman
30094 \series medium
30095 .
30096  
30097 \begin_inset Marginal
30098 status open
30099
30100 \begin_layout Plain Layout
30101 \begin_inset space \hspace*{}
30102 \length 0pt
30103 \end_inset
30104
30105 AVeryLongMarginParWord that is hyphenated.
30106 \end_layout
30107
30108 \end_inset
30109
30110
30111 \end_layout
30112
30113 \begin_layout Standard
30114 \begin_inset VSpace bigskip
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Standard
30121 \begin_inset Note Greyedout
30122 status open
30123
30124 \begin_layout Plain Layout
30125
30126 \series bold
30127 Note:
30128 \series default
30129  Margin notes can normally not be used inside tables, floats, and footnotes.
30130 \end_layout
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Standard
30138 \begin_inset VSpace bigskip
30139 \end_inset
30140
30141
30142 \end_layout
30143
30144 \begin_layout Standard
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150
30151 \backslash
30152 ifmarginnote
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \begin_inset Note Note
30159 status open
30160
30161 \begin_layout Plain Layout
30162 The following section will only be displayed when the LaTeX-package 
30163 \series bold
30164 marginnote
30165 \series default
30166  is installed.
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \begin_layout Standard
30175 This restriction can be evaded by using the LaTeX-package 
30176 \series bold
30177 marginnote
30178 \series default
30179
30180 \begin_inset Index idx
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184 LaTeX-packages ! marginnote
30185 \end_layout
30186
30187 \end_inset
30188
30189 .
30190  By adding these two lines to your document preamble, the command used by
30191  LyX for margin notes is redefined to use the command provided by the 
30192 \series bold
30193 marginnote
30194 \series default
30195 -package:
30196 \end_layout
30197
30198 \begin_layout Standard
30199
30200 \series bold
30201
30202 \backslash
30203 usepackage{marginnote}
30204 \begin_inset Newline newline
30205 \end_inset
30206
30207
30208 \backslash
30209 let
30210 \backslash
30211 marginpar
30212 \backslash
30213 marginnote
30214 \end_layout
30215
30216 \begin_layout Standard
30217 This is also used in this document because 
30218 \series bold
30219 marginnote
30220 \series default
30221  has another useful feature: You can set a vertical offset for the note.
30222  This is often needed when too many margin notes are too close together
30223  or for a better page layout.
30224  The offset is set in LyX as TeX-Code directly after the margin note in
30225  the scheme
30226 \end_layout
30227
30228 \begin_layout Standard
30229
30230 \series bold
30231 [offset]
30232 \end_layout
30233
30234 \begin_layout Standard
30235 where the offset is a length with one of the units listed in Table
30236 \begin_inset space ~
30237 \end_inset
30238
30239
30240 \begin_inset CommandInset ref
30241 LatexCommand ref
30242 reference "tab:Units"
30243
30244 \end_inset
30245
30246 .
30247  A negative value shifts the note up, a positive value shifts it down.
30248  
30249 \family roman
30250 \series medium
30251 For example the margin note beside this text line is shifted up 1.5
30252 \begin_inset space \thinspace{}
30253 \end_inset
30254
30255 cm with the TeX-Code-command 
30256 \begin_inset Quotes eld
30257 \end_inset
30258
30259
30260 \family default
30261 \series bold
30262 [-1.5cm]
30263 \family roman
30264 \series medium
30265
30266 \begin_inset Quotes erd
30267 \end_inset
30268
30269
30270 \begin_inset Marginal
30271 status open
30272
30273 \begin_layout Plain Layout
30274 This margin note is shifted up 1.5
30275 \begin_inset space \thinspace{}
30276 \end_inset
30277
30278 cm from its original position.
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \family default
30285 \series default
30286
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292 [-1.5cm]
30293 \end_layout
30294
30295 \end_inset
30296
30297
30298 \end_layout
30299
30300 \begin_layout Standard
30301 \begin_inset VSpace medskip
30302 \end_inset
30303
30304 With 
30305 \series bold
30306 marginnote
30307 \series default
30308  you can also change the alignment of the text in the margin note.
30309  For example the commands
30310 \end_layout
30311
30312 \begin_layout Standard
30313
30314 \series bold
30315
30316 \backslash
30317 renewcommand*{
30318 \backslash
30319 raggedleftmarginnote}{
30320 \backslash
30321 centering}
30322 \begin_inset Newline newline
30323 \end_inset
30324
30325
30326 \backslash
30327 renewcommand*{
30328 \backslash
30329 raggedrightmarginnote}{
30330 \backslash
30331 centering}
30332 \end_layout
30333
30334 \begin_layout Standard
30335 set the alignment to centered.
30336  
30337 \series bold
30338
30339 \backslash
30340 raggedleftmarginnote
30341 \series default
30342  denotes margin notes that appear at the left side.
30343 \family roman
30344 \series medium
30345
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351
30352 \backslash
30353 renewcommand*{
30354 \backslash
30355 raggedleftmarginnote}{
30356 \backslash
30357 centering}
30358 \end_layout
30359
30360 \begin_layout Plain Layout
30361
30362
30363 \backslash
30364 renewcommand*{
30365 \backslash
30366 raggedrightmarginnote}{
30367 \backslash
30368 centering}
30369 \end_layout
30370
30371 \end_inset
30372
30373
30374 \begin_inset Marginal
30375 status open
30376
30377 \begin_layout Plain Layout
30378 The text of this margin note is centered.
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \family default
30385 \series default
30386  The default is
30387 \end_layout
30388
30389 \begin_layout Standard
30390
30391 \series bold
30392
30393 \backslash
30394 renewcommand*{
30395 \backslash
30396 raggedleftmarginnote}{
30397 \backslash
30398 raggedleft}
30399 \begin_inset Newline newline
30400 \end_inset
30401
30402
30403 \backslash
30404 renewcommand*{
30405 \backslash
30406 raggedrightmarginnote}{
30407 \backslash
30408 raggedright}
30409 \family roman
30410 \series medium
30411
30412 \begin_inset ERT
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416
30417
30418 \backslash
30419 renewcommand*{
30420 \backslash
30421 raggedleftmarginnote}{
30422 \backslash
30423 raggedleft}
30424 \end_layout
30425
30426 \begin_layout Plain Layout
30427
30428
30429 \backslash
30430 renewcommand*{
30431 \backslash
30432 raggedrightmarginnote}{
30433 \backslash
30434 raggedright}
30435 \end_layout
30436
30437 \end_inset
30438
30439
30440 \end_layout
30441
30442 \begin_layout Standard
30443 \begin_inset VSpace medskip
30444 \end_inset
30445
30446 For the other features of 
30447 \series bold
30448 marginnote
30449 \series default
30450  refer to its documentation 
30451 \begin_inset CommandInset citation
30452 LatexCommand cite
30453 key "marginnote"
30454
30455 \end_inset
30456
30457 .
30458 \end_layout
30459
30460 \begin_layout Standard
30461 \begin_inset VSpace bigskip
30462 \end_inset
30463
30464 You can adjust the layout of margin notes by changing its definition.
30465  To create for example a header for all margin notes with the underlined,
30466  sans-serif, and bold header text 
30467 \begin_inset Quotes eld
30468 \end_inset
30469
30470
30471 \family sans
30472 \series bold
30473 \bar under
30474 Attention!
30475 \family default
30476 \series default
30477 \bar default
30478
30479 \begin_inset Quotes erd
30480 \end_inset
30481
30482 , add this to your document preamble:
30483 \end_layout
30484
30485 \begin_layout Standard
30486
30487 \series bold
30488
30489 \backslash
30490 let
30491 \backslash
30492 myMarginpar
30493 \backslash
30494 marginpar
30495 \begin_inset Newline newline
30496 \end_inset
30497
30498
30499 \backslash
30500 renewcommand{
30501 \backslash
30502 marginpar}[1]{
30503 \backslash
30504 myMarginpar{%
30505 \begin_inset Newline newline
30506 \end_inset
30507
30508
30509 \begin_inset Phantom HPhantom
30510 status open
30511
30512 \begin_layout Plain Layout
30513
30514 \series bold
30515 \begin_inset space ~
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \backslash
30525 hspace{0pt}
30526 \backslash
30527 textsf{
30528 \backslash
30529 textbf{
30530 \backslash
30531 underbar{Attention!}}}%
30532 \begin_inset Newline newline
30533 \end_inset
30534
30535
30536 \begin_inset Phantom HPhantom
30537 status open
30538
30539 \begin_layout Plain Layout
30540
30541 \series bold
30542 \begin_inset space ~
30543 \end_inset
30544
30545
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \backslash
30552 vspace{1.5mm}
30553 \backslash
30554
30555 \backslash
30556 #1}}
30557 \end_layout
30558
30559 \begin_layout Standard
30560
30561 \family roman
30562 \series medium
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568
30569 \backslash
30570 let
30571 \backslash
30572 myMarginpar
30573 \backslash
30574 marginpar
30575 \end_layout
30576
30577 \begin_layout Plain Layout
30578
30579
30580 \backslash
30581 renewcommand{
30582 \backslash
30583 marginpar}[1]{
30584 \backslash
30585 myMarginpar{%
30586 \end_layout
30587
30588 \begin_layout Plain Layout
30589
30590    
30591 \backslash
30592 textsf{
30593 \backslash
30594 textbf{
30595 \backslash
30596 underbar{Attention!}}}%
30597 \end_layout
30598
30599 \begin_layout Plain Layout
30600
30601    
30602 \backslash
30603 vspace{1.5mm}
30604 \backslash
30605
30606 \backslash
30607 #1}}
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \begin_inset Marginal
30614 status open
30615
30616 \begin_layout Plain Layout
30617 This is a margin note with a defined heading.
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \family default
30624 \series default
30625
30626 \begin_inset ERT
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630
30631 [-1.5cm]
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \family roman
30638 \series medium
30639
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 renewcommand{
30648 \backslash
30649 marginpar}[1]{
30650 \backslash
30651 myMarginpar{#1}}
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \family default
30658 \series default
30659
30660 \begin_inset Note Note
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664 The margin note format is changed only for this example.
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 else
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Note Note
30687 status open
30688
30689 \begin_layout Plain Layout
30690 The following will be displayed when the LaTeX-package 
30691 \series bold
30692 marginnote
30693 \series default
30694  is not installed:
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \begin_layout Standard
30703 You need to install the LaTeX-package 
30704 \series bold
30705 marginnote
30706 \series default
30707  to see the following part of this section in the output.
30708 \end_layout
30709
30710 \begin_layout Standard
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716
30717 \backslash
30718 fi
30719 \end_layout
30720
30721 \end_inset
30722
30723
30724 \end_layout
30725
30726 \begin_layout Chapter
30727 Boxes
30728 \end_layout
30729
30730 \begin_layout Section
30731 Introduction
30732 \begin_inset Index idx
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736 Boxes ! Introduction
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \begin_layout Standard
30745 Boxes are used to format a block of text.
30746  Boxes can be used to write documents with multiple languages, see section
30747 \begin_inset space ~
30748 \end_inset
30749
30750
30751 \begin_inset CommandInset ref
30752 LatexCommand ref
30753 reference "sec:Minipages"
30754
30755 \end_inset
30756
30757 , to frame texts, see section
30758 \begin_inset space ~
30759 \end_inset
30760
30761
30762 \begin_inset CommandInset ref
30763 LatexCommand ref
30764 reference "sec:Decoration"
30765
30766 \end_inset
30767
30768 , to prevent words from being hyphenated, see section
30769 \begin_inset space ~
30770 \end_inset
30771
30772
30773 \begin_inset CommandInset ref
30774 LatexCommand ref
30775 reference "sec:Prevent-Hyphenation"
30776
30777 \end_inset
30778
30779 , to align text, see section
30780 \begin_inset space ~
30781 \end_inset
30782
30783
30784 \begin_inset CommandInset ref
30785 LatexCommand ref
30786 reference "sub:Vertical-Alignment"
30787
30788 \end_inset
30789
30790 , or to set the background color of texts, see section
30791 \begin_inset space ~
30792 \end_inset
30793
30794
30795 \begin_inset CommandInset ref
30796 LatexCommand ref
30797 reference "sec:Colored-Boxes"
30798
30799 \end_inset
30800
30801 .
30802 \end_layout
30803
30804 \begin_layout Standard
30805 Boxes can be inserted with the menu 
30806 \family sans
30807 Insert\SpecialChar \menuseparator
30808 Box
30809 \family default
30810  or the toolbar button 
30811 \family sans
30812
30813 \begin_inset Info
30814 type  "icon"
30815 arg   "box-insert Frameless"
30816 \end_inset
30817
30818
30819 \family default
30820 .
30821  A grey box with the label 
30822 \family sans
30823 Box (Minipage)
30824 \family default
30825
30826 \begin_inset Graphics
30827         filename clipart/BoxInsetDefaultQt4.png
30828         scale 85
30829         scaleBeforeRotation
30830
30831 \end_inset
30832
30833  will be inserted.
30834  The box type can be specified by right-clicking on the box and selecting
30835  
30836 \family sans
30837 Settings
30838 \family default
30839 .
30840  The box dialog offers the 
30841 \family sans
30842 Inner
30843 \begin_inset space ~
30844 \end_inset
30845
30846 Box
30847 \family default
30848  types 
30849 \family sans
30850 Makebox
30851 \family default
30852
30853 \family sans
30854 Parbox
30855 \family default
30856  and 
30857 \family sans
30858 Minipage
30859 \family default
30860 .
30861  The type 
30862 \family sans
30863 Minipage
30864 \family default
30865  is the default for new boxes and is explained in section
30866 \begin_inset space ~
30867 \end_inset
30868
30869
30870 \begin_inset CommandInset ref
30871 LatexCommand ref
30872 reference "sec:Minipages"
30873
30874 \end_inset
30875
30876 ; the type 
30877 \family sans
30878 Parbox
30879 \family default
30880  is described in section
30881 \begin_inset space ~
30882 \end_inset
30883
30884
30885 \begin_inset CommandInset ref
30886 LatexCommand ref
30887 reference "sec:Parboxes"
30888
30889 \end_inset
30890
30891  and the type 
30892 \family sans
30893 Makebox
30894 \family default
30895  in 
30896 \begin_inset CommandInset ref
30897 LatexCommand ref
30898 reference "sec:Prevent-Hyphenation"
30899
30900 \end_inset
30901
30902 .
30903 \end_layout
30904
30905 \begin_layout Standard
30906 Boxes are not numbered and can therefore not be referenced like floats or
30907  footnotes.
30908 \end_layout
30909
30910 \begin_layout Standard
30911 \begin_inset Note Greyedout
30912 status open
30913
30914 \begin_layout Plain Layout
30915
30916 \series bold
30917 Note:
30918 \series default
30919  Boxes must not be the item in an 
30920 \family sans
30921 Itemize
30922 \family default
30923  or 
30924 \family sans
30925 Description
30926 \family default
30927  environment.
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset Note Greyedout
30937 status open
30938
30939 \begin_layout Plain Layout
30940
30941 \series bold
30942 Note:
30943 \series default
30944  For an unknown reason you can only set the 
30945 \family sans
30946 Inner
30947 \begin_inset space ~
30948 \end_inset
30949
30950 Box
30951 \family default
30952  type to 
30953 \family sans
30954 None
30955 \family default
30956  when you use a framed box.
30957  Boxes without an 
30958 \family sans
30959 Inner
30960 \begin_inset space ~
30961 \end_inset
30962
30963 Box
30964 \family default
30965  type and without frames are explained in section
30966 \begin_inset space ~
30967 \end_inset
30968
30969
30970 \begin_inset CommandInset ref
30971 LatexCommand ref
30972 reference "sec:Prevent-Hyphenation"
30973
30974 \end_inset
30975
30976 .
30977 \end_layout
30978
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \begin_layout Section
30985 Box Dialog
30986 \begin_inset CommandInset label
30987 LatexCommand label
30988 name "sec:Box-Dialog"
30989
30990 \end_inset
30991
30992
30993 \begin_inset Index idx
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997 Boxes ! Box Dialog
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Subsection
31006 Size
31007 \begin_inset Index idx
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 Boxes ! Size
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 In the box dialog you can adjust the box geometry in the fields 
31021 \family sans
31022 Width
31023 \family default
31024  and 
31025 \family sans
31026 Height
31027 \family default
31028 .
31029  The available units for the geometry are explained in Table
31030 \begin_inset space ~
31031 \end_inset
31032
31033
31034 \begin_inset CommandInset ref
31035 LatexCommand ref
31036 reference "tab:Units"
31037
31038 \end_inset
31039
31040 .
31041  The field 
31042 \family sans
31043 Height
31044 \family default
31045  offers the following additional sizes:
31046 \end_layout
31047
31048 \begin_layout Description
31049 Depth This is the plain text 
31050 \begin_inset Quotes eld
31051 \end_inset
31052
31053 height
31054 \begin_inset Quotes erd
31055 \end_inset
31056
31057 .
31058  It ignores the total depth when there are multiple text lines in the box:
31059 \begin_inset Newline newline
31060 \end_inset
31061
31062
31063 \begin_inset Newline newline
31064 \end_inset
31065
31066
31067 \begin_inset Newline newline
31068 \end_inset
31069
31070
31071 \begin_inset Box Boxed
31072 position "c"
31073 hor_pos "c"
31074 has_inner_box 1
31075 inner_pos "c"
31076 use_parbox 0
31077 use_makebox 0
31078 width "12col%"
31079 special "none"
31080 height "1in"
31081 height_special "depth"
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 \align center
31086 Box height set to 1
31087 \begin_inset space \thinspace{}
31088 \end_inset
31089
31090 Depth
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \begin_inset Newline newline
31097 \end_inset
31098
31099
31100 \begin_inset Newline newline
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Description
31107 Height This is the height of the text that is inside the box.
31108  A value of e.
31109 \begin_inset space \thinspace{}
31110 \end_inset
31111
31112 g.
31113 \begin_inset space \space{}
31114 \end_inset
31115
31116 2 for this size will set the box height to 2
31117 \begin_inset space ~
31118 \end_inset
31119
31120 times the text height: 
31121 \begin_inset Box Boxed
31122 position "c"
31123 hor_pos "c"
31124 has_inner_box 1
31125 inner_pos "c"
31126 use_parbox 0
31127 use_makebox 0
31128 width "20col%"
31129 special "none"
31130 height "2in"
31131 height_special "height"
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135 \align center
31136 Box height set to 2
31137 \begin_inset space \thinspace{}
31138 \end_inset
31139
31140 Height
31141 \end_layout
31142
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \begin_layout Description
31149 Total
31150 \begin_inset space ~
31151 \end_inset
31152
31153 Height This is the Height
31154 \begin_inset space \thinspace{}
31155 \end_inset
31156
31157 +
31158 \begin_inset space \thinspace{}
31159 \end_inset
31160
31161 Depth: 
31162 \begin_inset Box Boxed
31163 position "c"
31164 hor_pos "c"
31165 has_inner_box 1
31166 inner_pos "c"
31167 use_parbox 0
31168 use_makebox 0
31169 width "20col%"
31170 special "none"
31171 height "1in"
31172 height_special "totalheight"
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176 \align center
31177 Box height set to 1
31178 \begin_inset space \thinspace{}
31179 \end_inset
31180
31181 Total
31182 \begin_inset space ~
31183 \end_inset
31184
31185 Height
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \end_layout
31192
31193 \begin_layout Description
31194 Width This sets the width of the box as height: 
31195 \begin_inset Box Boxed
31196 position "c"
31197 hor_pos "c"
31198 has_inner_box 1
31199 inner_pos "c"
31200 use_parbox 0
31201 use_makebox 0
31202 width "12col%"
31203 special "none"
31204 height "1in"
31205 height_special "width"
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209 \align center
31210 Box height set to 1
31211 \begin_inset space \thinspace{}
31212 \end_inset
31213
31214 Width
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \end_layout
31221
31222 \begin_layout Subsection
31223 Alignment
31224 \begin_inset Index idx
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228 Boxes ! Alignment
31229 \end_layout
31230
31231 \end_inset
31232
31233
31234 \end_layout
31235
31236 \begin_layout Standard
31237 When you have chosen an 
31238 \family sans
31239 Inner
31240 \begin_inset space ~
31241 \end_inset
31242
31243 Box
31244 \family default
31245 , the vertical box alignment can be:
31246 \end_layout
31247
31248 \begin_layout Description
31249 Top This is an example text line.
31250  
31251 \begin_inset Box Boxed
31252 position "t"
31253 hor_pos "c"
31254 has_inner_box 1
31255 inner_pos "c"
31256 use_parbox 0
31257 use_makebox 0
31258 width "12col%"
31259 special "none"
31260 height "1in"
31261 height_special "totalheight"
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265 \align center
31266 This box is top-aligned.
31267 \end_layout
31268
31269 \end_inset
31270
31271  This is an example text line.
31272 \end_layout
31273
31274 \begin_layout Description
31275 Middle This is an example text line.
31276  
31277 \begin_inset Box Boxed
31278 position "c"
31279 hor_pos "c"
31280 has_inner_box 1
31281 inner_pos "c"
31282 use_parbox 0
31283 use_makebox 0
31284 width "12col%"
31285 special "none"
31286 height "1in"
31287 height_special "totalheight"
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291 \align center
31292 This box is middle-aligned.
31293 \end_layout
31294
31295 \end_inset
31296
31297  This is an example text line.
31298 \end_layout
31299
31300 \begin_layout Description
31301 Bottom This is an example text line.
31302  
31303 \begin_inset Box Boxed
31304 position "b"
31305 hor_pos "c"
31306 has_inner_box 1
31307 inner_pos "c"
31308 use_parbox 0
31309 use_makebox 0
31310 width "12col%"
31311 special "none"
31312 height "1in"
31313 height_special "totalheight"
31314 status collapsed
31315
31316 \begin_layout Plain Layout
31317 \align center
31318 This box is bottom-aligned.
31319 \end_layout
31320
31321 \end_inset
31322
31323  This is an example text line.
31324 \end_layout
31325
31326 \begin_layout Standard
31327 \begin_inset Note Greyedout
31328 status open
31329
31330 \begin_layout Plain Layout
31331
31332 \series bold
31333 Note:
31334 \series default
31335  The vertical box alignment can be lost in the output when you have two
31336  boxes in a line and one has e.
31337 \begin_inset space \thinspace{}
31338 \end_inset
31339
31340 g.
31341 \begin_inset space \space{}
31342 \end_inset
31343
31344 a shadow and the other one not.
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \end_layout
31351
31352 \begin_layout Standard
31353 The horizontal box alignment can be set via LyX's paragraph dialog when
31354  you set the box into its own paragraph.
31355 \end_layout
31356
31357 \begin_layout Standard
31358 \begin_inset VSpace bigskip
31359 \end_inset
31360
31361 When you have chosen an 
31362 \family sans
31363 Inner
31364 \begin_inset space ~
31365 \end_inset
31366
31367 Box
31368 \family default
31369 , the box content can be aligned vertically to:
31370 \end_layout
31371
31372 \begin_layout Description
31373 top This is an example text line.
31374  
31375 \begin_inset Box Boxed
31376 position "c"
31377 hor_pos "c"
31378 has_inner_box 1
31379 inner_pos "t"
31380 use_parbox 0
31381 use_makebox 0
31382 width "12col%"
31383 special "none"
31384 height "1.5in"
31385 height_special "totalheight"
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389 \align center
31390 This box text is top-aligned.
31391 \end_layout
31392
31393 \end_inset
31394
31395  This is an example text line.
31396 \end_layout
31397
31398 \begin_layout Description
31399 middle This is an example text line.
31400  
31401 \begin_inset Box Boxed
31402 position "c"
31403 hor_pos "c"
31404 has_inner_box 1
31405 inner_pos "c"
31406 use_parbox 0
31407 use_makebox 0
31408 width "12col%"
31409 special "none"
31410 height "1.5in"
31411 height_special "totalheight"
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415 \align center
31416 This box text is middle-aligned.
31417 \end_layout
31418
31419 \end_inset
31420
31421  This is an example text line.
31422 \end_layout
31423
31424 \begin_layout Description
31425 bottom This is an example text line.
31426  
31427 \begin_inset Box Boxed
31428 position "c"
31429 hor_pos "c"
31430 has_inner_box 1
31431 inner_pos "b"
31432 use_parbox 0
31433 use_makebox 0
31434 width "12col%"
31435 special "none"
31436 height "1.5in"
31437 height_special "totalheight"
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441 \align center
31442 This box text is bottom-aligned.
31443 \end_layout
31444
31445 \end_inset
31446
31447  This is an example text line.
31448 \end_layout
31449
31450 \begin_layout Description
31451 stretch This is an example text line.
31452  
31453 \begin_inset Box Boxed
31454 position "c"
31455 hor_pos "c"
31456 has_inner_box 1
31457 inner_pos "s"
31458 use_parbox 0
31459 use_makebox 0
31460 width "12col%"
31461 special "none"
31462 height "1.5in"
31463 height_special "totalheight"
31464 status collapsed
31465
31466 \begin_layout Plain Layout
31467 \align center
31468 This box
31469 \end_layout
31470
31471 \begin_layout Plain Layout
31472 \align center
31473 text is
31474 \end_layout
31475
31476 \begin_layout Plain Layout
31477 \align center
31478 stretched.
31479 \end_layout
31480
31481 \end_inset
31482
31483  This is an example text line.
31484 \end_layout
31485
31486 \begin_layout Standard
31487 To stretch the box content, it must consist of more than one paragraph.
31488  In the example above every text line is in an own paragraph.
31489 \end_layout
31490
31491 \begin_layout Standard
31492 \begin_inset VSpace bigskip
31493 \end_inset
31494
31495 To align the box content horizontally you can use LyX's paragraph dialog
31496  when you have chosen an 
31497 \family sans
31498 Inner
31499 \begin_inset space ~
31500 \end_inset
31501
31502 Box
31503 \family default
31504 .
31505 \end_layout
31506
31507 \begin_layout Standard
31508 \align center
31509 \begin_inset Box Boxed
31510 position "c"
31511 hor_pos "c"
31512 has_inner_box 1
31513 inner_pos "s"
31514 use_parbox 0
31515 use_makebox 0
31516 width "15col%"
31517 special "none"
31518 height "1.25in"
31519 height_special "totalheight"
31520 status collapsed
31521
31522 \begin_layout Plain Layout
31523 \align left
31524 This box
31525 \end_layout
31526
31527 \begin_layout Plain Layout
31528 \align center
31529 text is
31530 \end_layout
31531
31532 \begin_layout Plain Layout
31533 \align right
31534 stretched.
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \begin_layout Standard
31543 If you have not set an 
31544 \family sans
31545 Inner
31546 \begin_inset space ~
31547 \end_inset
31548
31549 Box
31550 \family default
31551 , you can align the box content horizontally in the box dialog.
31552 \end_layout
31553
31554 \begin_layout Standard
31555 \align center
31556 \begin_inset Box Boxed
31557 position "c"
31558 hor_pos "s"
31559 has_inner_box 0
31560 inner_pos "s"
31561 use_parbox 0
31562 use_makebox 0
31563 width "90col%"
31564 special "none"
31565 height "1.25in"
31566 height_special "totalheight"
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 This box text is horizontally stretched.
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Subsection
31579 Decoration
31580 \begin_inset CommandInset label
31581 LatexCommand label
31582 name "sec:Decoration"
31583
31584 \end_inset
31585
31586
31587 \begin_inset Index idx
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591 Boxes ! Decoration
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \end_layout
31598
31599 \begin_layout Standard
31600 The type of the box can be specified in the box dialog in the drop-down
31601  list 
31602 \family sans
31603 Decoration
31604 \family default
31605 .
31606  The following types are possible:
31607 \end_layout
31608
31609 \begin_layout Description
31610 No
31611 \begin_inset space ~
31612 \end_inset
31613
31614 frame Nothing is drawn.
31615 \end_layout
31616
31617 \begin_layout Description
31618 Simple
31619 \begin_inset space ~
31620 \end_inset
31621
31622 rectangular
31623 \begin_inset space ~
31624 \end_inset
31625
31626 frame This draws a rectangular frame around the box.
31627  The frame line thickness has the size of 
31628 \series bold
31629
31630 \backslash
31631 fboxrule
31632 \series default
31633 .
31634  
31635 \begin_inset Box Boxed
31636 position "c"
31637 hor_pos "c"
31638 has_inner_box 1
31639 inner_pos "c"
31640 use_parbox 0
31641 use_makebox 0
31642 width "20col%"
31643 special "none"
31644 height "1in"
31645 height_special "totalheight"
31646 status collapsed
31647
31648 \begin_layout Plain Layout
31649 \align center
31650 Rectangular box
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Description
31659 Oval
31660 \begin_inset space ~
31661 \end_inset
31662
31663 box,
31664 \begin_inset space ~
31665 \end_inset
31666
31667 thin This draws an oval frame around the box.
31668  The frame line thickness has the size 0.4
31669 \begin_inset space \thinspace{}
31670 \end_inset
31671
31672 pt.
31673  
31674 \begin_inset Box ovalbox
31675 position "c"
31676 hor_pos "c"
31677 has_inner_box 1
31678 inner_pos "c"
31679 use_parbox 0
31680 use_makebox 0
31681 width "20col%"
31682 special "none"
31683 height "1in"
31684 height_special "totalheight"
31685 status collapsed
31686
31687 \begin_layout Plain Layout
31688 \align center
31689 Oval box, thin
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Description
31698 Oval
31699 \begin_inset space ~
31700 \end_inset
31701
31702 box,
31703 \begin_inset space ~
31704 \end_inset
31705
31706 thick This draws an oval frame around the box.
31707  The frame line thickness has the size 0.8
31708 \begin_inset space \thinspace{}
31709 \end_inset
31710
31711 pt.
31712  
31713 \begin_inset Box Ovalbox
31714 position "c"
31715 hor_pos "c"
31716 has_inner_box 1
31717 inner_pos "c"
31718 use_parbox 0
31719 use_makebox 0
31720 width "20col%"
31721 special "none"
31722 height "1in"
31723 height_special "totalheight"
31724 status collapsed
31725
31726 \begin_layout Plain Layout
31727 \align center
31728 Oval box, thick
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Description
31737 Drop
31738 \begin_inset space ~
31739 \end_inset
31740
31741 shadow This draws a rectangular frame with a shadow around the box.
31742  The frame line thickness has the size of 
31743 \series bold
31744
31745 \backslash
31746 fboxrule
31747 \series default
31748 , the shadow has a width of 4
31749 \begin_inset space \thinspace{}
31750 \end_inset
31751
31752 pt.
31753  
31754 \begin_inset Box Shadowbox
31755 position "c"
31756 hor_pos "c"
31757 has_inner_box 1
31758 inner_pos "c"
31759 use_parbox 0
31760 use_makebox 0
31761 width "20col%"
31762 special "none"
31763 height "1in"
31764 height_special "totalheight"
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768 \align center
31769 Shadow box
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \begin_layout Description
31778 Shaded
31779 \begin_inset space ~
31780 \end_inset
31781
31782 background This draws a box with a red background.
31783  Unlike colored boxes
31784 \begin_inset Foot
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788 see sec.
31789 \begin_inset space \thinspace{}
31790 \end_inset
31791
31792
31793 \begin_inset CommandInset ref
31794 LatexCommand ref
31795 reference "sec:Colored-Boxes"
31796
31797 \end_inset
31798
31799
31800 \end_layout
31801
31802 \end_inset
31803
31804 , it always uses the whole column width and the box is set as its own paragraph.
31805  
31806 \begin_inset Box Shaded
31807 position "t"
31808 hor_pos "c"
31809 has_inner_box 0
31810 inner_pos "t"
31811 use_parbox 0
31812 use_makebox 0
31813 width "50col%"
31814 special "none"
31815 height "1in"
31816 height_special "totalheight"
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820 Shaded background box
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \begin_layout Description
31829 Double
31830 \begin_inset space ~
31831 \end_inset
31832
31833 rectangular
31834 \begin_inset space ~
31835 \end_inset
31836
31837 frame This draws a double-line rectangular frame around the box.
31838  The line thickness of the inner frame is 0.75
31839 \begin_inset space \thinspace{}
31840 \end_inset
31841
31842
31843 \series bold
31844
31845 \backslash
31846 fboxrule
31847 \series default
31848 , the thickness of the outer frame is 1.5
31849 \begin_inset space \thinspace{}
31850 \end_inset
31851
31852
31853 \series bold
31854
31855 \backslash
31856 fboxrule
31857 \series default
31858 .
31859  The distance between the lines is 1.5
31860 \begin_inset space \thinspace{}
31861 \end_inset
31862
31863
31864 \series bold
31865
31866 \backslash
31867 fboxrule
31868 \series default
31869
31870 \begin_inset space \thinspace{}
31871 \end_inset
31872
31873 +
31874 \begin_inset space \thinspace{}
31875 \end_inset
31876
31877 0.5
31878 \begin_inset space \thinspace{}
31879 \end_inset
31880
31881 pt.
31882  
31883 \begin_inset Box Doublebox
31884 position "c"
31885 hor_pos "c"
31886 has_inner_box 1
31887 inner_pos "c"
31888 use_parbox 0
31889 use_makebox 0
31890 width "20col%"
31891 special "none"
31892 height "1in"
31893 height_special "totalheight"
31894 status collapsed
31895
31896 \begin_layout Plain Layout
31897 \align center
31898 Double rectangular box
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \end_layout
31905
31906 \begin_layout Standard
31907 \begin_inset VSpace bigskip
31908 \end_inset
31909
31910 LyX's box label will reflect the different frame types.
31911  To be able to use all types, the LaTeX-package 
31912 \series bold
31913 fancybox
31914 \series default
31915
31916 \begin_inset Index idx
31917 status collapsed
31918
31919 \begin_layout Plain Layout
31920 LaTeX-packages ! fancybox
31921 \end_layout
31922
31923 \end_inset
31924
31925  must be installed.
31926 \end_layout
31927
31928 \begin_layout Standard
31929 \begin_inset VSpace bigskip
31930 \end_inset
31931
31932 When you use the decoration 
31933 \family sans
31934 simple rectangular frame
31935 \family default
31936  and no inner box, you can allow page breaks within a box.
31937  Note that then, unlike other framed boxes, the frame always uses the whole
31938  column width, the box is set as its own paragraph, and 
31939 \series bold
31940
31941 \backslash
31942 fboxrule
31943 \series default
31944  and 
31945 \series bold
31946
31947 \backslash
31948 fboxsep
31949 \series default
31950  have no effect on this box type.
31951  The frame line thickness has the size of 
31952 \series bold
31953
31954 \backslash
31955 FrameRule
31956 \series default
31957 .
31958  
31959 \begin_inset Box Framed
31960 position "t"
31961 hor_pos "c"
31962 has_inner_box 0
31963 inner_pos "t"
31964 use_parbox 0
31965 use_makebox 0
31966 width "100col%"
31967 special "none"
31968 height "1in"
31969 height_special "totalheight"
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973 Allow page break box
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \begin_layout Section
31982 Box Customization
31983 \begin_inset Index idx
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987 Boxes ! Customization
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \end_layout
31994
31995 \begin_layout Standard
31996 The default value for the size 
31997 \series bold
31998
31999 \backslash
32000 fboxrule
32001 \series default
32002  is 0.4
32003 \begin_inset space \thinspace{}
32004 \end_inset
32005
32006 pt.
32007  It can be changed with the following command in TeX-code to e.
32008 \begin_inset space \thinspace{}
32009 \end_inset
32010
32011 g.
32012 \begin_inset space \space{}
32013 \end_inset
32014
32015 2
32016 \begin_inset space \thinspace{}
32017 \end_inset
32018
32019 pt:
32020 \end_layout
32021
32022 \begin_layout Standard
32023
32024 \series bold
32025
32026 \backslash
32027 setlength{
32028 \backslash
32029 fboxrule}{2pt}
32030 \end_layout
32031
32032 \begin_layout Standard
32033 \begin_inset ERT
32034 status collapsed
32035
32036 \begin_layout Plain Layout
32037
32038
32039 \backslash
32040 setlength{
32041 \backslash
32042 fboxrule}{2pt}
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \begin_inset Box Boxed
32049 position "c"
32050 hor_pos "c"
32051 has_inner_box 1
32052 inner_pos "c"
32053 use_parbox 0
32054 use_makebox 0
32055 width "25col%"
32056 special "none"
32057 height "1in"
32058 height_special "totalheight"
32059 status open
32060
32061 \begin_layout Plain Layout
32062 \align center
32063 Rectangular box with 
32064 \series bold
32065
32066 \backslash
32067 fboxrule
32068 \series default
32069
32070 \begin_inset space \thinspace{}
32071 \end_inset
32072
32073 =
32074 \begin_inset space \thinspace{}
32075 \end_inset
32076
32077 2
32078 \begin_inset space \thinspace{}
32079 \end_inset
32080
32081 pt
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092
32093 \backslash
32094 setlength{
32095 \backslash
32096 fboxrule}{0.4pt}
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \begin_layout Standard
32105 \begin_inset VSpace bigskip
32106 \end_inset
32107
32108 The space between the frame and the box content is for all frame styles
32109  by default 3
32110 \begin_inset space \thinspace{}
32111 \end_inset
32112
32113 pt.
32114  You can change it by setting the length 
32115 \series bold
32116
32117 \backslash
32118 fboxsep
32119 \series default
32120  to another value.
32121  For example the command
32122 \end_layout
32123
32124 \begin_layout Standard
32125
32126 \series bold
32127
32128 \backslash
32129 setlength{
32130 \backslash
32131 fboxsep}{10pt}
32132 \end_layout
32133
32134 \begin_layout Standard
32135 sets the value to 10
32136 \begin_inset space \thinspace{}
32137 \end_inset
32138
32139 pt, as with the following box:
32140 \end_layout
32141
32142 \begin_layout Standard
32143 \begin_inset ERT
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147
32148
32149 \backslash
32150 setlength{
32151 \backslash
32152 fboxsep}{10pt}
32153 \end_layout
32154
32155 \end_inset
32156
32157
32158 \begin_inset Box Boxed
32159 position "c"
32160 hor_pos "c"
32161 has_inner_box 1
32162 inner_pos "c"
32163 use_parbox 0
32164 use_makebox 0
32165 width "25col%"
32166 special "none"
32167 height "1in"
32168 height_special "totalheight"
32169 status open
32170
32171 \begin_layout Plain Layout
32172 \align center
32173 Rectangular box with 
32174 \series bold
32175
32176 \backslash
32177 fboxsep
32178 \series default
32179
32180 \begin_inset space \thinspace{}
32181 \end_inset
32182
32183 =
32184 \begin_inset space \thinspace{}
32185 \end_inset
32186
32187 10
32188 \begin_inset space \thinspace{}
32189 \end_inset
32190
32191 pt
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \begin_inset ERT
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201
32202
32203 \backslash
32204 setlength{
32205 \backslash
32206 fboxsep}{3pt}
32207 \end_layout
32208
32209 \end_inset
32210
32211
32212 \end_layout
32213
32214 \begin_layout Standard
32215 \begin_inset VSpace bigskip
32216 \end_inset
32217
32218 The diameter of the round corners of the oval boxes can be set with the
32219  command 
32220 \series bold
32221
32222 \backslash
32223 cornersize
32224 \series default
32225 .
32226  The command
32227 \end_layout
32228
32229 \begin_layout Standard
32230
32231 \series bold
32232
32233 \backslash
32234 cornersize*{1cm}
32235 \end_layout
32236
32237 \begin_layout Standard
32238 sets the diameter to 1
32239 \begin_inset space \thinspace{}
32240 \end_inset
32241
32242 cm.
32243  The command
32244 \end_layout
32245
32246 \begin_layout Standard
32247
32248 \series bold
32249
32250 \backslash
32251 cornersize{num}
32252 \end_layout
32253
32254 \begin_layout Standard
32255 sets the diameter to 
32256 \family sans
32257 num
32258 \begin_inset space \thinspace{}
32259 \end_inset
32260
32261 ×
32262 \begin_inset space \thinspace{}
32263 \end_inset
32264
32265 minimum(width and height of box)
32266 \family default
32267 .
32268  The default is 
32269 \series bold
32270
32271 \backslash
32272 cornersize{0.5}
32273 \series default
32274 .
32275 \end_layout
32276
32277 \begin_layout Standard
32278 \begin_inset ERT
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282
32283
32284 \backslash
32285 cornersize*{1.5cm}
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \begin_inset Box Ovalbox
32292 position "c"
32293 hor_pos "c"
32294 has_inner_box 1
32295 inner_pos "c"
32296 use_parbox 0
32297 use_makebox 0
32298 width "25col%"
32299 special "none"
32300 height "1in"
32301 height_special "totalheight"
32302 status open
32303
32304 \begin_layout Plain Layout
32305 \align center
32306 Oval box with 
32307 \series bold
32308
32309 \backslash
32310 cornersize
32311 \series default
32312
32313 \begin_inset space \thinspace{}
32314 \end_inset
32315
32316 =
32317 \begin_inset space \thinspace{}
32318 \end_inset
32319
32320 1.5
32321 \begin_inset space \thinspace{}
32322 \end_inset
32323
32324 cm
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \begin_inset ERT
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334
32335
32336 \backslash
32337 cornersize{0.5}
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \begin_layout Standard
32346 \begin_inset VSpace bigskip
32347 \end_inset
32348
32349 The size of the shadow can be adjusted by changing the length 
32350 \series bold
32351
32352 \backslash
32353 shadowsize
32354 \series default
32355 .
32356  It it set to 2
32357 \begin_inset space \thinspace{}
32358 \end_inset
32359
32360 pt for the following box by this command:
32361 \end_layout
32362
32363 \begin_layout Standard
32364
32365 \series bold
32366
32367 \backslash
32368 setlength{
32369 \backslash
32370 shadowsize}{2pt}
32371 \end_layout
32372
32373 \begin_layout Standard
32374 \begin_inset ERT
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378
32379
32380 \backslash
32381 setlength{
32382 \backslash
32383 shadowsize}{2pt}
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \begin_inset Box Shadowbox
32390 position "c"
32391 hor_pos "c"
32392 has_inner_box 1
32393 inner_pos "c"
32394 use_parbox 0
32395 use_makebox 0
32396 width "25col%"
32397 special "none"
32398 height "1in"
32399 height_special "totalheight"
32400 status open
32401
32402 \begin_layout Plain Layout
32403 \align center
32404 Shadow box with 
32405 \series bold
32406
32407 \backslash
32408 shadowsize
32409 \series default
32410
32411 \begin_inset space \thinspace{}
32412 \end_inset
32413
32414 =
32415 \begin_inset space \thinspace{}
32416 \end_inset
32417
32418 2
32419 \begin_inset space \thinspace{}
32420 \end_inset
32421
32422 pt
32423 \end_layout
32424
32425 \end_inset
32426
32427
32428 \begin_inset ERT
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432
32433
32434 \backslash
32435 setlength{
32436 \backslash
32437 shadowsize}{4pt}
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \end_layout
32444
32445 \begin_layout Standard
32446 \begin_inset VSpace bigskip
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Standard
32453 The default value for the size 
32454 \series bold
32455
32456 \backslash
32457 FrameRule
32458 \series default
32459  is 0.4
32460 \begin_inset space \thinspace{}
32461 \end_inset
32462
32463 pt.
32464  The default space between the note content and the frame is 9
32465 \begin_inset space \thinspace{}
32466 \end_inset
32467
32468 pt and can be changed with the value of 
32469 \series bold
32470
32471 \backslash
32472 FrameSep
32473 \series default
32474 .
32475  For example the frame appearance of the following 
32476 \family sans
32477 box
32478 \family default
32479  is set with the TeX-Code commands
32480 \end_layout
32481
32482 \begin_layout Standard
32483
32484 \series bold
32485
32486 \backslash
32487 setlength{
32488 \backslash
32489 FrameRule}{5pt}
32490 \begin_inset Newline newline
32491 \end_inset
32492
32493
32494 \backslash
32495 setlength{
32496 \backslash
32497 FrameSep}{0.5cm}
32498 \end_layout
32499
32500 \begin_layout Standard
32501 \begin_inset ERT
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505
32506
32507 \backslash
32508 setlength{
32509 \backslash
32510 FrameRule}{5pt}
32511 \end_layout
32512
32513 \begin_layout Plain Layout
32514
32515
32516 \backslash
32517 setlength{
32518 \backslash
32519 FrameSep}{0.5cm}
32520 \end_layout
32521
32522 \end_inset
32523
32524
32525 \begin_inset Box Framed
32526 position "t"
32527 hor_pos "c"
32528 has_inner_box 0
32529 inner_pos "t"
32530 use_parbox 0
32531 use_makebox 0
32532 width "100col%"
32533 special "none"
32534 height "1in"
32535 height_special "totalheight"
32536 status open
32537
32538 \begin_layout Plain Layout
32539 This is text in an 
32540 \family sans
32541 allow page break
32542 \family default
32543  box.
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \begin_inset ERT
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553
32554
32555 \backslash
32556 setlength{
32557 \backslash
32558 FrameRule}{0.4pt}
32559 \end_layout
32560
32561 \begin_layout Plain Layout
32562
32563
32564 \backslash
32565 setlength{
32566 \backslash
32567 FrameSep}{9pt}
32568 \end_layout
32569
32570 \end_inset
32571
32572
32573 \end_layout
32574
32575 \begin_layout Standard
32576 \begin_inset VSpace bigskip
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Standard
32583 For 
32584 \family sans
32585 shaded background
32586 \family default
32587  boxes the default space between the box content and the box border is 3
32588 \begin_inset space \thinspace{}
32589 \end_inset
32590
32591 pt and can be changed with the value of 
32592 \series bold
32593
32594 \backslash
32595 fboxsep
32596 \series default
32597 .
32598  The default background color red can either be changed locally with the
32599  command 
32600 \series bold
32601
32602 \backslash
32603 definecolor{shadecolor}
32604 \series default
32605  or globally with the menu 
32606 \family sans
32607 Tools\SpecialChar \menuseparator
32608 Preferences\SpecialChar \menuseparator
32609 Colors\SpecialChar \menuseparator
32610 shaded
32611 \begin_inset space ~
32612 \end_inset
32613
32614 box
32615 \family default
32616 .
32617  The scheme of the 
32618 \series bold
32619
32620 \backslash
32621 definecolor
32622 \series default
32623  command is explained in section
32624 \begin_inset space ~
32625 \end_inset
32626
32627
32628 \begin_inset CommandInset ref
32629 LatexCommand ref
32630 reference "sec:Colored-Tables"
32631
32632 \end_inset
32633
32634 .
32635 \begin_inset Foot
32636 status collapsed
32637
32638 \begin_layout Plain Layout
32639 Note that 
32640 \series bold
32641
32642 \backslash
32643 definecolor
32644 \series default
32645  requires the LaTeX-package 
32646 \series bold
32647 color
32648 \series default
32649  in the preamble, see section
32650 \begin_inset space ~
32651 \end_inset
32652
32653
32654 \begin_inset CommandInset ref
32655 LatexCommand ref
32656 reference "sec:Colored-Boxes"
32657
32658 \end_inset
32659
32660 .
32661 \end_layout
32662
32663 \end_inset
32664
32665  For example the appearance of the following shaded background box is set
32666  with the TeX-Code commands
32667 \end_layout
32668
32669 \begin_layout Standard
32670
32671 \series bold
32672
32673 \backslash
32674 setlength{
32675 \backslash
32676 fboxsep}{0.5cm}
32677 \series default
32678
32679 \begin_inset Newline newline
32680 \end_inset
32681
32682
32683 \series bold
32684
32685 \backslash
32686 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32687 \end_layout
32688
32689 \begin_layout Standard
32690 \begin_inset ERT
32691 status collapsed
32692
32693 \begin_layout Plain Layout
32694
32695
32696 \backslash
32697 setlength{
32698 \backslash
32699 fboxsep}{0.5cm}
32700 \end_layout
32701
32702 \begin_layout Plain Layout
32703
32704
32705 \backslash
32706 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \begin_inset Box Shaded
32713 position "t"
32714 hor_pos "c"
32715 has_inner_box 0
32716 inner_pos "t"
32717 use_parbox 0
32718 use_makebox 0
32719 width "100col%"
32720 special "none"
32721 height "1in"
32722 height_special "totalheight"
32723 status open
32724
32725 \begin_layout Plain Layout
32726
32727 \color yellow
32728 This is yellow text in a
32729 \color none
32730  
32731 \family sans
32732 \color yellow
32733 shaded background
32734 \family default
32735 \color none
32736  
32737 \color yellow
32738 box with dark green background.
32739 \end_layout
32740
32741 \end_inset
32742
32743
32744 \begin_inset ERT
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748
32749
32750 \backslash
32751 setlength{
32752 \backslash
32753 fboxsep}{3pt}
32754 \end_layout
32755
32756 \begin_layout Plain Layout
32757
32758
32759 \backslash
32760 definecolor{shadecolor}{rgb}{1,0,0}
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Standard
32769 \begin_inset VSpace bigskip
32770 \end_inset
32771
32772 Changed lengths and widths are valid for all boxes following the commands
32773  that change them.
32774 \end_layout
32775
32776 \begin_layout Section
32777 Minipages
32778 \begin_inset CommandInset label
32779 LatexCommand label
32780 name "sec:Minipages"
32781
32782 \end_inset
32783
32784
32785 \begin_inset Index idx
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 Boxes ! Minipages
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 Minipages are treated by LaTeX as pages within pages and can therefore for
32799  example have their own footnotes.
32800 \end_layout
32801
32802 \begin_layout Standard
32803 Minipages are useful when you write documents with different languages.
32804 \end_layout
32805
32806 \begin_layout Standard
32807 Below are two example minipages side by side.
32808  Their width is set to 45
32809 \begin_inset space \thinspace{}
32810 \end_inset
32811
32812 col% and they are separated by a horizontal fill, that was inserted via
32813  the menu 
32814 \family sans
32815 Insert\SpecialChar \menuseparator
32816 Special
32817 \begin_inset space ~
32818 \end_inset
32819
32820 Formatting\SpecialChar \menuseparator
32821 Horizontal
32822 \begin_inset space ~
32823 \end_inset
32824
32825 Fill
32826 \family default
32827 .
32828 \begin_inset Newpage newpage
32829 \end_inset
32830
32831
32832 \end_layout
32833
32834 \begin_layout Standard
32835 \begin_inset Box Frameless
32836 position "t"
32837 hor_pos "c"
32838 has_inner_box 1
32839 inner_pos "c"
32840 use_parbox 0
32841 use_makebox 0
32842 width "45col%"
32843 special "none"
32844 height "1in"
32845 height_special "totalheight"
32846 status open
32847
32848 \begin_layout Plain Layout
32849
32850 \lang german
32851 Dies ist ein deutscher Text.
32852  Dies ist ein deutscher Text.
32853  Dies ist ein deutscher Text.
32854  Dies ist ein deutscher Text.
32855  Dies ist ein deutscher Text.
32856  Dies ist ein deutscher Text.
32857  Dies ist ein deutscher Text.
32858  Dies ist ein deutscher Text.
32859  Dies ist ein deutscher Text.
32860  Dies ist ein deutscher Text.
32861  Dies ist ein deutscher Text.
32862  Dies ist ein deutscher Text.
32863  Dies ist ein deutscher Text
32864 \begin_inset Foot
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868
32869 \lang german
32870 Dies ist eine deutsche Fußnote.
32871 \end_layout
32872
32873 \end_inset
32874
32875 .
32876  Dies ist ein deutscher Text.
32877  Dies ist ein deutscher Text.
32878 \end_layout
32879
32880 \end_inset
32881
32882
32883 \begin_inset space \hfill{}
32884 \end_inset
32885
32886
32887 \begin_inset Box Frameless
32888 position "t"
32889 hor_pos "c"
32890 has_inner_box 1
32891 inner_pos "c"
32892 use_parbox 0
32893 use_makebox 0
32894 width "45col%"
32895 special "none"
32896 height "1in"
32897 height_special "totalheight"
32898 status open
32899
32900 \begin_layout Plain Layout
32901 This is an English Text.
32902  This is an English Text.
32903  This is an English Text.
32904  This is an English Text.
32905  This is an English Text.
32906  This is an English Text.
32907  This is an English Text.
32908  This is an English Text.
32909  This is an English Text.
32910  This is an English Text.
32911  This is an English Text.
32912  This is an English Text.
32913  This is an English Text.
32914  This is an English Text.
32915  This is an English Text.
32916  This is an English Text.
32917 \begin_inset Foot
32918 status collapsed
32919
32920 \begin_layout Plain Layout
32921 This is an English footnote.
32922 \end_layout
32923
32924 \end_inset
32925
32926  This is an English Text.
32927  
32928 \end_layout
32929
32930 \end_inset
32931
32932
32933 \end_layout
32934
32935 \begin_layout Standard
32936 \begin_inset VSpace bigskip
32937 \end_inset
32938
32939 The document-wide paragraph settings are ignored within minipages.
32940  That means that there will be no space between paragraphs in minipages
32941  although you set it to e.
32942 \begin_inset space \thinspace{}
32943 \end_inset
32944
32945 g.
32946 \begin_inset space \space{}
32947 \end_inset
32948
32949
32950 \family sans
32951 MedSkip
32952 \family default
32953  in the document settings.
32954 \end_layout
32955
32956 \begin_layout Standard
32957 Minipages can also be used to set a background color for text parts, see
32958  section
32959 \begin_inset space ~
32960 \end_inset
32961
32962
32963 \begin_inset CommandInset ref
32964 LatexCommand ref
32965 reference "sub:Color-for-Paragraphs"
32966
32967 \end_inset
32968
32969 .
32970 \end_layout
32971
32972 \begin_layout Standard
32973 \begin_inset Note Greyedout
32974 status open
32975
32976 \begin_layout Plain Layout
32977
32978 \series bold
32979 Note:
32980 \series default
32981  You cannot have floats or margin notes inside minipages but minipages can
32982  be used inside tables, floats, and other boxes.
32983 \end_layout
32984
32985 \end_inset
32986
32987
32988 \end_layout
32989
32990 \begin_layout Section
32991 Parboxes
32992 \begin_inset CommandInset label
32993 LatexCommand label
32994 name "sec:Parboxes"
32995
32996 \end_inset
32997
32998
32999 \begin_inset Index idx
33000 status collapsed
33001
33002 \begin_layout Plain Layout
33003 Boxes ! Parboxes
33004 \end_layout
33005
33006 \end_inset
33007
33008
33009 \end_layout
33010
33011 \begin_layout Standard
33012 Parboxes are very similar to minipages with the difference that they cannot
33013  have footnotes.
33014 \end_layout
33015
33016 \begin_layout Standard
33017 \align center
33018 \begin_inset Box Frameless
33019 position "t"
33020 hor_pos "c"
33021 has_inner_box 1
33022 inner_pos "t"
33023 use_parbox 1
33024 use_makebox 0
33025 width "33col%"
33026 special "none"
33027 height "1in"
33028 height_special "totalheight"
33029 status collapsed
33030
33031 \begin_layout Plain Layout
33032 This a text within a parbox.
33033  This a text within a parbox.
33034 \end_layout
33035
33036 \begin_layout Plain Layout
33037 This footnote won't appear:
33038 \begin_inset Foot
33039 status collapsed
33040
33041 \begin_layout Plain Layout
33042 This footnote is inside a parbox and will therefore not appear.
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \end_layout
33049
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \begin_layout Section
33056 Boxes for Words and Characters
33057 \begin_inset Index idx
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061 Boxes ! for Characters
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \end_layout
33068
33069 \begin_layout Subsection
33070 Prevent Hyphenation
33071 \begin_inset CommandInset label
33072 LatexCommand label
33073 name "sec:Prevent-Hyphenation"
33074
33075 \end_inset
33076
33077
33078 \begin_inset Index idx
33079 status collapsed
33080
33081 \begin_layout Plain Layout
33082 Boxes ! to Prevent Hyphenation
33083 \end_layout
33084
33085 \end_inset
33086
33087
33088 \end_layout
33089
33090 \begin_layout Standard
33091 You can use the box type 
33092 \family sans
33093 Makebox
33094 \family default
33095  to prevent words or text from being hyphenated.
33096 \begin_inset Newline newline
33097 \end_inset
33098
33099 Here is an example text:
33100 \end_layout
33101
33102 \begin_layout Standard
33103 This line is an example to show how you can prevent the hyphenation of 
33104 \begin_inset Quotes eld
33105 \end_inset
33106
33107 veryverylongword
33108 \begin_inset Quotes erd
33109 \end_inset
33110
33111 .
33112 \end_layout
33113
33114 \begin_layout Standard
33115 To prevent the hyphenation of the word 
33116 \begin_inset Quotes eld
33117 \end_inset
33118
33119 veryverylongword
33120 \begin_inset Quotes erd
33121 \end_inset
33122
33123 , put the word into a box, set the 
33124 \family sans
33125 Inner
33126 \begin_inset space ~
33127 \end_inset
33128
33129 box
33130 \family default
33131  to 
33132 \family sans
33133 Makebox
33134 \family default
33135  and its width to 1
33136 \begin_inset space \thinspace{}
33137 \end_inset
33138
33139 Width.
33140 \end_layout
33141
33142 \begin_layout Standard
33143 This is the result:
33144 \end_layout
33145
33146 \begin_layout Standard
33147 This line is an example to show how you can prevent the hyphenation of 
33148 \begin_inset Box Frameless
33149 position "t"
33150 hor_pos "c"
33151 has_inner_box 1
33152 inner_pos "t"
33153 use_parbox 0
33154 use_makebox 1
33155 width "1in"
33156 special "width"
33157 height "1in"
33158 height_special "totalheight"
33159 status open
33160
33161 \begin_layout Plain Layout
33162 \begin_inset Quotes eld
33163 \end_inset
33164
33165 veryverylongword
33166 \begin_inset Quotes erd
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \end_inset
33173
33174 .
33175 \end_layout
33176
33177 \begin_layout Standard
33178 You can alternatively set the command 
33179 \begin_inset Quotes eld
33180 \end_inset
33181
33182
33183 \series bold
33184
33185 \backslash
33186 -
33187 \series default
33188
33189 \begin_inset Quotes grd
33190 \end_inset
33191
33192  as TeX-Code directly before the word:
33193 \end_layout
33194
33195 \begin_layout Standard
33196 This line is an example to show how you can prevent the hyphenation of 
33197 \begin_inset Quotes eld
33198 \end_inset
33199
33200
33201 \begin_inset ERT
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205
33206
33207 \backslash
33208 -
33209 \end_layout
33210
33211 \end_inset
33212
33213 veryverylongword
33214 \begin_inset Quotes erd
33215 \end_inset
33216
33217 .
33218 \end_layout
33219
33220 \begin_layout Standard
33221 Of course the word now protrudes over the side margin.
33222  To avoid this, add via the menu 
33223 \family sans
33224 Insert\SpecialChar \menuseparator
33225 Formatting\SpecialChar \menuseparator
33226 Ragged
33227 \begin_inset space ~
33228 \end_inset
33229
33230 Line
33231 \begin_inset space ~
33232 \end_inset
33233
33234 Break
33235 \family default
33236  (shortcut 
33237 \begin_inset Info
33238 type  "shortcut"
33239 arg   "newline-insert newline"
33240 \end_inset
33241
33242 ) a line break before the word:
33243 \end_layout
33244
33245 \begin_layout Standard
33246 This line is an example to show how you can prevent the hyphenation of 
33247 \begin_inset Newline newline
33248 \end_inset
33249
33250
33251 \begin_inset Box Frameless
33252 position "t"
33253 hor_pos "c"
33254 has_inner_box 1
33255 inner_pos "t"
33256 use_parbox 0
33257 use_makebox 1
33258 width "1in"
33259 special "width"
33260 height "1in"
33261 height_special "totalheight"
33262 status open
33263
33264 \begin_layout Plain Layout
33265 \begin_inset Quotes eld
33266 \end_inset
33267
33268 veryverylongword
33269 \begin_inset Quotes erd
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \end_inset
33276
33277 .
33278 \end_layout
33279
33280 \begin_layout Subsection
33281 Vertical Alignment
33282 \begin_inset CommandInset label
33283 LatexCommand label
33284 name "sub:Vertical-Alignment"
33285
33286 \end_inset
33287
33288
33289 \begin_inset Index idx
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293 Boxes ! for Vertical Alignment
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \begin_inset Index idx
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 Boxes ! Raiseboxes
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Standard
33312 With the help of the command 
33313 \series bold
33314
33315 \backslash
33316 raisebox
33317 \series default
33318  you can align words, characters or other boxes vertically relative to the
33319  surrounding text.
33320  
33321 \series bold
33322
33323 \backslash
33324 raisebox
33325 \series default
33326  is used with the following scheme:
33327 \end_layout
33328
33329 \begin_layout Standard
33330
33331 \series bold
33332
33333 \backslash
33334 raisebox{lift}[height][depth]{box content}
33335 \end_layout
33336
33337 \begin_layout Standard
33338 The lift can be a positive value to raise the box or a negative value to
33339  lower the box.
33340 \end_layout
33341
33342 \begin_layout Standard
33343 To align for example the word 
33344 \begin_inset Quotes eld
33345 \end_inset
33346
33347 preventing
33348 \begin_inset Quotes erd
33349 \end_inset
33350
33351  so that the bottom of the 
33352 \begin_inset Quotes eld
33353 \end_inset
33354
33355 deepest
33356 \begin_inset Quotes erd
33357 \end_inset
33358
33359  character 
33360 \begin_inset Quotes eld
33361 \end_inset
33362
33363 p
33364 \begin_inset Quotes erd
33365 \end_inset
33366
33367  is at the baseline, insert the command
33368 \end_layout
33369
33370 \begin_layout Standard
33371
33372 \series bold
33373
33374 \backslash
33375 raisebox{
33376 \backslash
33377 depth}{
33378 \end_layout
33379
33380 \begin_layout Standard
33381 in TeX-Code before the word.
33382  After the word insert a closing brace 
33383 \begin_inset Quotes eld
33384 \end_inset
33385
33386
33387 \series bold
33388 }
33389 \series default
33390
33391 \begin_inset Quotes erd
33392 \end_inset
33393
33394  in TeX-Code.
33395 \begin_inset Newline newline
33396 \end_inset
33397
33398 This is the result:
33399 \end_layout
33400
33401 \begin_layout Standard
33402 This is a text line with the word 
33403 \begin_inset ERT
33404 status collapsed
33405
33406 \begin_layout Plain Layout
33407
33408
33409 \backslash
33410 raisebox{
33411 \backslash
33412 depth}{
33413 \end_layout
33414
33415 \end_inset
33416
33417
33418 \begin_inset Quotes eld
33419 \end_inset
33420
33421 preventing
33422 \begin_inset Quotes erd
33423 \end_inset
33424
33425
33426 \begin_inset ERT
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430
33431 }
33432 \end_layout
33433
33434 \end_inset
33435
33436  as a raised word.
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset VSpace bigskip
33441 \end_inset
33442
33443 When you raise or lower characters in a line, the line distance will be
33444  spread:
33445 \end_layout
33446
33447 \begin_layout Standard
33448 This is a text line with the word 
33449 \begin_inset ERT
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453
33454
33455 \backslash
33456 raisebox{-
33457 \backslash
33458 depth}{
33459 \end_layout
33460
33461 \end_inset
33462
33463
33464 \begin_inset Quotes eld
33465 \end_inset
33466
33467 preventing
33468 \begin_inset Quotes erd
33469 \end_inset
33470
33471
33472 \begin_inset ERT
33473 status collapsed
33474
33475 \begin_layout Plain Layout
33476
33477 }
33478 \end_layout
33479
33480 \end_inset
33481
33482  as a lowered word.
33483 \begin_inset Newline newline
33484 \end_inset
33485
33486 This is a text line with the word 
33487 \begin_inset ERT
33488 status collapsed
33489
33490 \begin_layout Plain Layout
33491
33492
33493 \backslash
33494 raisebox{0.5cm}{
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \begin_inset Quotes eld
33501 \end_inset
33502
33503 testing
33504 \begin_inset Quotes erd
33505 \end_inset
33506
33507
33508 \begin_inset ERT
33509 status collapsed
33510
33511 \begin_layout Plain Layout
33512
33513 }
33514 \end_layout
33515
33516 \end_inset
33517
33518  as a raised word.
33519 \end_layout
33520
33521 \begin_layout Standard
33522 If you want to prevent this for a certain reason, set the box height to
33523  a zero value.
33524  For example use
33525 \end_layout
33526
33527 \begin_layout Standard
33528
33529 \series bold
33530
33531 \backslash
33532 raisebox{-
33533 \backslash
33534 depth}[0pt]{
33535 \end_layout
33536
33537 \begin_layout Standard
33538 This is a text line with the word 
33539 \begin_inset ERT
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543
33544
33545 \backslash
33546 raisebox{-
33547 \backslash
33548 depth}[0pt]{
33549 \end_layout
33550
33551 \end_inset
33552
33553
33554 \begin_inset Quotes eld
33555 \end_inset
33556
33557 preventing
33558 \begin_inset Quotes erd
33559 \end_inset
33560
33561
33562 \begin_inset ERT
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566
33567 }
33568 \end_layout
33569
33570 \end_inset
33571
33572  as a lowered word.
33573 \begin_inset Newline newline
33574 \end_inset
33575
33576 This is a text line with the word 
33577 \begin_inset ERT
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581
33582
33583 \backslash
33584 raisebox{0.5cm}[0pt]{
33585 \end_layout
33586
33587 \end_inset
33588
33589
33590 \begin_inset Quotes eld
33591 \end_inset
33592
33593 testing
33594 \begin_inset Quotes erd
33595 \end_inset
33596
33597
33598 \begin_inset ERT
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602
33603 }
33604 \end_layout
33605
33606 \end_inset
33607
33608  as a raised word.
33609 \end_layout
33610
33611 \begin_layout Section
33612 Colored Boxes
33613 \begin_inset CommandInset label
33614 LatexCommand label
33615 name "sec:Colored-Boxes"
33616
33617 \end_inset
33618
33619
33620 \begin_inset Index idx
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 Boxes ! Color
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \begin_layout Subsection
33633 Color for Text
33634 \begin_inset Index idx
33635 status collapsed
33636
33637 \begin_layout Plain Layout
33638 Color ! for Text
33639 \end_layout
33640
33641 \end_inset
33642
33643
33644 \end_layout
33645
33646 \begin_layout Standard
33647 To color the background of text the text must be put into a so called 
33648 \begin_inset Quotes eld
33649 \end_inset
33650
33651 colorbox
33652 \begin_inset Quotes erd
33653 \end_inset
33654
33655 .
33656  This requires that the LaTeX-package 
33657 \series bold
33658 color
33659 \series default
33660
33661 \begin_inset Index idx
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665 LaTeX-packages ! color
33666 \end_layout
33667
33668 \end_inset
33669
33670  is loaded in the document preamble with the command
33671 \end_layout
33672
33673 \begin_layout Standard
33674
33675 \series bold
33676
33677 \backslash
33678 @ifundefined{textcolor}
33679 \begin_inset Newline newline
33680 \end_inset
33681
33682
33683 \begin_inset Phantom HPhantom
33684 status open
33685
33686 \begin_layout Plain Layout
33687
33688 \series bold
33689 \begin_inset space ~
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \end_inset
33696
33697 {
33698 \backslash
33699 usepackage{color}}{}
33700 \end_layout
33701
33702 \begin_layout Standard
33703 The package 
33704 \series bold
33705 color
33706 \series default
33707  will be loaded automatically by LyX when you color text.
33708 \begin_inset Foot
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712 To avoid it being loaded twice the command 
33713 \series bold
33714
33715 \backslash
33716 @ifundefined
33717 \series default
33718  is used.
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 \begin_inset VSpace medskip
33728 \end_inset
33729
33730 Colorboxes are created with the command 
33731 \series bold
33732
33733 \backslash
33734 colorbox
33735 \series default
33736 .
33737  This will be used with the following scheme:
33738 \end_layout
33739
33740 \begin_layout Standard
33741
33742 \series bold
33743
33744 \backslash
33745 colorbox{color}{box content}
33746 \end_layout
33747
33748 \begin_layout Standard
33749 The box content can also be a box and colorboxes can also be within other
33750  boxes.
33751 \end_layout
33752
33753 \begin_layout Standard
33754 The following colors are predefined:
33755 \begin_inset Newline newline
33756 \end_inset
33757
33758
33759 \family sans
33760 black
33761 \family default
33762
33763 \family sans
33764 blue
33765 \family default
33766
33767 \family sans
33768 cyan
33769 \family default
33770 \series bold
33771 ,
33772 \series default
33773  
33774 \family sans
33775 green
33776 \family default
33777
33778 \family sans
33779 magenta
33780 \family default
33781
33782 \family sans
33783 red
33784 \family default
33785
33786 \family sans
33787 white
33788 \family default
33789 , and 
33790 \family sans
33791 yellow
33792 \family default
33793 .
33794 \begin_inset Newline newline
33795 \end_inset
33796
33797 You can also define your own color as described in section
33798 \begin_inset space ~
33799 \end_inset
33800
33801
33802 \begin_inset CommandInset ref
33803 LatexCommand ref
33804 reference "sec:Colored-Tables"
33805
33806 \end_inset
33807
33808 .
33809 \end_layout
33810
33811 \begin_layout Standard
33812 To have e.
33813 \begin_inset space \thinspace{}
33814 \end_inset
33815
33816 g.
33817 \begin_inset space \space{}
33818 \end_inset
33819
33820 a red background for a word, insert the command
33821 \end_layout
33822
33823 \begin_layout Standard
33824
33825 \series bold
33826
33827 \backslash
33828 colorbox{red}{
33829 \end_layout
33830
33831 \begin_layout Standard
33832 before the word in TeX-Code.
33833  After the word insert a closing brace 
33834 \begin_inset Quotes eld
33835 \end_inset
33836
33837
33838 \series bold
33839 }
33840 \series default
33841
33842 \begin_inset Quotes erd
33843 \end_inset
33844
33845  in TeX-Code.
33846 \begin_inset Newline newline
33847 \end_inset
33848
33849 This is the result:
33850 \end_layout
33851
33852 \begin_layout Standard
33853 This is a line where the word 
33854 \begin_inset ERT
33855 status collapsed
33856
33857 \begin_layout Plain Layout
33858
33859
33860 \backslash
33861 colorbox{red}{
33862 \end_layout
33863
33864 \end_inset
33865
33866
33867 \begin_inset Quotes eld
33868 \end_inset
33869
33870 Attention!
33871 \begin_inset Quotes erd
33872 \end_inset
33873
33874
33875 \begin_inset ERT
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879
33880 }
33881 \end_layout
33882
33883 \end_inset
33884
33885  has a red background.
33886 \end_layout
33887
33888 \begin_layout Standard
33889 \begin_inset VSpace bigskip
33890 \end_inset
33891
33892 If you would like the box frame in a different color, you can use the command
33893  
33894 \series bold
33895
33896 \backslash
33897 fcolorbox
33898 \series default
33899  with the following scheme:
33900 \end_layout
33901
33902 \begin_layout Standard
33903
33904 \series bold
33905
33906 \backslash
33907 fcolorbox{frame color}{box color}{box content}
33908 \end_layout
33909
33910 \begin_layout Standard
33911
33912 \series bold
33913
33914 \backslash
33915 fcolorbox
33916 \series default
33917  is an extension to 
33918 \series bold
33919
33920 \backslash
33921 colorbox
33922 \series default
33923 .
33924  The frame thickness and the space between the frame and the box content
33925  can be adjusted with the lengths 
33926 \series bold
33927
33928 \backslash
33929 fboxrule
33930 \series default
33931  and 
33932 \series bold
33933
33934 \backslash
33935 fboxsep
33936 \series default
33937 , respectively, as described in section
33938 \begin_inset space ~
33939 \end_inset
33940
33941
33942 \begin_inset CommandInset ref
33943 LatexCommand ref
33944 reference "sec:Decoration"
33945
33946 \end_inset
33947
33948 .
33949 \end_layout
33950
33951 \begin_layout Standard
33952 For the following example the command
33953 \end_layout
33954
33955 \begin_layout Standard
33956
33957 \series bold
33958
33959 \backslash
33960 fcolorbox{cyan}{magenta}{
33961 \end_layout
33962
33963 \begin_layout Standard
33964 was used.
33965 \end_layout
33966
33967 \begin_layout Standard
33968 Here is an example where the frame line thickness was set to 1
33969 \begin_inset space \thinspace{}
33970 \end_inset
33971
33972 mm:
33973 \begin_inset Newline newline
33974 \end_inset
33975
33976
33977 \begin_inset ERT
33978 status collapsed
33979
33980 \begin_layout Plain Layout
33981
33982
33983 \backslash
33984 fboxrule 1mm 
33985 \backslash
33986 fboxsep 1mm
33987 \end_layout
33988
33989 \end_inset
33990
33991
33992 \begin_inset ERT
33993 status collapsed
33994
33995 \begin_layout Plain Layout
33996
33997
33998 \backslash
33999 fcolorbox{cyan}{magenta}{
34000 \end_layout
34001
34002 \end_inset
34003
34004 This is text within a colored, framed box.
34005 \begin_inset ERT
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009
34010 }
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \begin_layout Standard
34019 \begin_inset VSpace bigskip
34020 \end_inset
34021
34022 Of course you can also have colored text inside a colorbox:
34023 \begin_inset Newline newline
34024 \end_inset
34025
34026
34027 \begin_inset ERT
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031
34032
34033 \backslash
34034 fcolorbox{cyan}{magenta}{
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \color yellow
34041 This is colored text within a colored, framed box.
34042 \color none
34043
34044 \begin_inset ERT
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048
34049 }
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \begin_inset ERT
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059
34060
34061 \backslash
34062 fboxrule 0.4pt 
34063 \backslash
34064 fboxsep 3pt
34065 \end_layout
34066
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \begin_layout Standard
34073 \begin_inset VSpace medskip
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 \begin_inset Note Greyedout
34081 status open
34082
34083 \begin_layout Plain Layout
34084
34085 \series bold
34086 Note:
34087 \series default
34088  Text in colorboxes cannot have line breaks.
34089  To color multiple text lines or paragraphs, use a box inside a colorbox
34090  as described in the following.
34091 \end_layout
34092
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \begin_layout Subsection
34099 Color for Paragraphs
34100 \begin_inset CommandInset label
34101 LatexCommand label
34102 name "sub:Color-for-Paragraphs"
34103
34104 \end_inset
34105
34106
34107 \begin_inset Index idx
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 Color ! for Paragraphs
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Standard
34120 To set the background color for more than one text line, put the text into
34121  a minipage.
34122  Before the minipage insert the 
34123 \series bold
34124
34125 \backslash
34126 colorbox
34127 \series default
34128  command
34129 \end_layout
34130
34131 \begin_layout Standard
34132
34133 \series bold
34134
34135 \backslash
34136 colorbox{color}{
34137 \end_layout
34138
34139 \begin_layout Standard
34140 in TeX-Code.
34141  After the minipage insert a closing brace 
34142 \begin_inset Quotes eld
34143 \end_inset
34144
34145
34146 \series bold
34147 }
34148 \series default
34149
34150 \begin_inset Quotes erd
34151 \end_inset
34152
34153  in TeX-Code.
34154 \end_layout
34155
34156 \begin_layout Standard
34157 \begin_inset ERT
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161
34162
34163 \backslash
34164 colorbox{lightgrey}{
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \begin_inset Box Frameless
34171 position "t"
34172 hor_pos "c"
34173 has_inner_box 1
34174 inner_pos "t"
34175 use_parbox 0
34176 use_makebox 0
34177 width "100col%"
34178 special "none"
34179 height "1in"
34180 height_special "totalheight"
34181 status collapsed
34182
34183 \begin_layout Plain Layout
34184 This is text with background color.
34185  This is text with background color.
34186 \end_layout
34187
34188 \begin_layout Plain Layout
34189 \begin_inset VSpace defskip
34190 \end_inset
34191
34192 The text can have footnotes
34193 \begin_inset Foot
34194 status collapsed
34195
34196 \begin_layout Plain Layout
34197 Another example footnote
34198 \end_layout
34199
34200 \end_inset
34201
34202  and can include tables and figures.
34203 \end_layout
34204
34205 \begin_layout Plain Layout
34206 \align center
34207 \begin_inset Tabular
34208 <lyxtabular version="3" rows="3" columns="3">
34209 <features tabularvalignment="middle">
34210 <column alignment="center" valignment="top" width="0">
34211 <column alignment="center" valignment="top" width="0">
34212 <column alignment="center" valignment="top" width="0">
34213 <row>
34214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34215 \begin_inset Text
34216
34217 \begin_layout Plain Layout
34218 a
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34224 \begin_inset Text
34225
34226 \begin_layout Plain Layout
34227 !
34228 \end_layout
34229
34230 \end_inset
34231 </cell>
34232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34233 \begin_inset Text
34234
34235 \begin_layout Plain Layout
34236 3
34237 \end_layout
34238
34239 \end_inset
34240 </cell>
34241 </row>
34242 <row>
34243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34244 \begin_inset Text
34245
34246 \begin_layout Plain Layout
34247 <
34248 \end_layout
34249
34250 \end_inset
34251 </cell>
34252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34253 \begin_inset Text
34254
34255 \begin_layout Plain Layout
34256 b2
34257 \begin_inset Quotes erd
34258 \end_inset
34259
34260 |
34261 \end_layout
34262
34263 \end_inset
34264 </cell>
34265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269 >
34270 \end_layout
34271
34272 \end_inset
34273 </cell>
34274 </row>
34275 <row>
34276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34277 \begin_inset Text
34278
34279 \begin_layout Plain Layout
34280 1
34281 \end_layout
34282
34283 \end_inset
34284 </cell>
34285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Plain Layout
34289 §
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298 c
34299 \end_layout
34300
34301 \end_inset
34302 </cell>
34303 </row>
34304 </lyxtabular>
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \end_inset
34312
34313
34314 \begin_inset ERT
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319 }
34320 \end_layout
34321
34322 \end_inset
34323
34324
34325 \end_layout
34326
34327 \begin_layout Section
34328 Rotated and Scaled Boxes
34329 \end_layout
34330
34331 \begin_layout Standard
34332 To use the commands described in this section, the LaTeX-package 
34333 \series bold
34334 graphicx
34335 \series default
34336
34337 \begin_inset Index idx
34338 status collapsed
34339
34340 \begin_layout Plain Layout
34341 LaTeX-packages ! graphicx
34342 \end_layout
34343
34344 \end_inset
34345
34346  needs to be loaded in the document preamble with the command
34347 \end_layout
34348
34349 \begin_layout Standard
34350
34351 \series bold
34352
34353 \backslash
34354 @ifundefined{rotatebox}
34355 \begin_inset Newline newline
34356 \end_inset
34357
34358
34359 \begin_inset Phantom HPhantom
34360 status open
34361
34362 \begin_layout Plain Layout
34363
34364 \series bold
34365 \begin_inset space ~
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \end_inset
34372
34373 {
34374 \backslash
34375 usepackage{graphicx}}{}
34376 \end_layout
34377
34378 \begin_layout Standard
34379 \begin_inset Note Greyedout
34380 status open
34381
34382 \begin_layout Plain Layout
34383
34384 \series bold
34385 Note:
34386 \series default
34387  Some DVI-viewers can't display rotated or scaled material.
34388 \end_layout
34389
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \begin_layout Standard
34396 \begin_inset Note Greyedout
34397 status open
34398
34399 \begin_layout Plain Layout
34400
34401 \series bold
34402 Note:
34403 \series default
34404  Floats mustn't be inside a rotated or scaled box.
34405 \end_layout
34406
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \begin_layout Subsection
34413 Rotated Boxes
34414 \begin_inset Index idx
34415 status collapsed
34416
34417 \begin_layout Plain Layout
34418 Boxes ! rotated
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \begin_inset Index idx
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428 Rotated material
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \begin_inset Index idx
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438 Figures ! rotated
34439 \end_layout
34440
34441 \end_inset
34442
34443
34444 \begin_inset Index idx
34445 status collapsed
34446
34447 \begin_layout Plain Layout
34448 Table Customization ! Rotating
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \begin_layout Standard
34457 To rotate material, you can put it into a rotated box.
34458  Such a box is created using the command 
34459 \series bold
34460
34461 \backslash
34462 rotatebox
34463 \series default
34464  in TeX-Code with the following scheme:
34465 \end_layout
34466
34467 \begin_layout Standard
34468
34469 \series bold
34470
34471 \backslash
34472 rotatebox[rotation origin]{rotation angle}{box content}
34473 \end_layout
34474
34475 \begin_layout Standard
34476 The rotation origin is specified in the form 
34477 \series bold
34478 origin=position
34479 \series default
34480 .
34481  The following positions are possible: 
34482 \emph on
34483 c
34484 \emph default
34485  (center), 
34486 \emph on
34487 l
34488 \emph default
34489  (left), 
34490 \emph on
34491 r
34492 \emph default
34493  (right), 
34494 \emph on
34495 b
34496 \emph default
34497  (bottom), 
34498 \emph on
34499 t
34500 \emph default
34501  (top), along with meaningful combinations of the four base positions.
34502  For example 
34503 \emph on
34504 lt
34505 \emph default
34506  means that the rotation origin is at the top left corner of the box.
34507  When no rotation origin is specified, the position 
34508 \emph on
34509 l
34510 \emph default
34511  will be used.
34512  The rotation angle is a number that can be negative that specifies the
34513  angle in degrees.
34514  The rotation direction is counterclockwise.
34515 \end_layout
34516
34517 \begin_layout Standard
34518 In the following example the command 
34519 \series bold
34520
34521 \backslash
34522 rotatebox[origin=c]{60}{
34523 \series default
34524  was inserted as TeX-Code before the text 
34525 \begin_inset Quotes eld
34526 \end_inset
34527
34528 with rotated
34529 \begin_inset Quotes erd
34530 \end_inset
34531
34532 ; after the text the box was closed by a closing brace 
34533 \series bold
34534 }
34535 \series default
34536  in TeX-Code.
34537 \end_layout
34538
34539 \begin_layout Standard
34540 This is a line 
34541 \begin_inset ERT
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545
34546
34547 \backslash
34548 rotatebox[origin=c]{60}{
34549 \end_layout
34550
34551 \end_inset
34552
34553 with rotated
34554 \begin_inset ERT
34555 status collapsed
34556
34557 \begin_layout Plain Layout
34558
34559 }
34560 \end_layout
34561
34562 \end_inset
34563
34564  text.
34565 \end_layout
34566
34567 \begin_layout Standard
34568 The box content can also be another box or an inline formula:
34569 \end_layout
34570
34571 \begin_layout Standard
34572 This is a line
34573 \begin_inset ERT
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577
34578
34579 \backslash
34580 rotatebox[origin=r]{-60}{
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \begin_inset Box Doublebox
34587 position "c"
34588 hor_pos "c"
34589 has_inner_box 0
34590 inner_pos "c"
34591 use_parbox 0
34592 use_makebox 0
34593 width "1in"
34594 special "width"
34595 height "1in"
34596 height_special "totalheight"
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 with rotated
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \begin_inset ERT
34607 status collapsed
34608
34609 \begin_layout Plain Layout
34610
34611 }
34612 \end_layout
34613
34614 \end_inset
34615
34616  framed text 
34617 \begin_inset ERT
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621
34622
34623 \backslash
34624 rotatebox[origin=lb]{60}{
34625 \end_layout
34626
34627 \end_inset
34628
34629
34630 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34631 \end_inset
34632
34633
34634 \begin_inset ERT
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638
34639 }
34640 \end_layout
34641
34642 \end_inset
34643
34644  and a formula.
34645 \end_layout
34646
34647 \begin_layout Standard
34648 or an image or table:
34649 \end_layout
34650
34651 \begin_layout Standard
34652 This is a line
34653 \begin_inset ERT
34654 status collapsed
34655
34656 \begin_layout Plain Layout
34657
34658
34659 \backslash
34660 rotatebox[origin=lb]{90}{
34661 \end_layout
34662
34663 \end_inset
34664
34665
34666 \begin_inset Graphics
34667         filename clipart/platypus.eps
34668         lyxscale 50
34669         width 25col%
34670
34671 \end_inset
34672
34673
34674 \begin_inset ERT
34675 status collapsed
34676
34677 \begin_layout Plain Layout
34678
34679 }
34680 \end_layout
34681
34682 \end_inset
34683
34684  with a rotated image 
34685 \begin_inset ERT
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689
34690
34691 \backslash
34692 rotatebox[origin=l]{-90}{
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \begin_inset Tabular
34699 <lyxtabular version="3" rows="2" columns="2">
34700 <features tabularvalignment="middle">
34701 <column alignment="center" valignment="top" width="0">
34702 <column alignment="center" valignment="top" width="0">
34703 <row>
34704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34705 \begin_inset Text
34706
34707 \begin_layout Plain Layout
34708 q
34709 \end_layout
34710
34711 \end_inset
34712 </cell>
34713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34714 \begin_inset Text
34715
34716 \begin_layout Plain Layout
34717 w
34718 \end_layout
34719
34720 \end_inset
34721 </cell>
34722 </row>
34723 <row>
34724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34725 \begin_inset Text
34726
34727 \begin_layout Plain Layout
34728 e
34729 \end_layout
34730
34731 \end_inset
34732 </cell>
34733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737 r
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 </row>
34743 </lyxtabular>
34744
34745 \end_inset
34746
34747
34748 \begin_inset ERT
34749 status collapsed
34750
34751 \begin_layout Plain Layout
34752
34753 }
34754 \end_layout
34755
34756 \end_inset
34757
34758  and table.
34759 \end_layout
34760
34761 \begin_layout Subsection
34762 Scaled Boxes
34763 \begin_inset Index idx
34764 status collapsed
34765
34766 \begin_layout Plain Layout
34767 Boxes ! scaled
34768 \end_layout
34769
34770 \end_inset
34771
34772
34773 \begin_inset Index idx
34774 status collapsed
34775
34776 \begin_layout Plain Layout
34777 Scaled material
34778 \end_layout
34779
34780 \end_inset
34781
34782
34783 \begin_inset Index idx
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787 Figures ! scaled
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \begin_inset Index idx
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797 Table Customization ! Scaling
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \begin_layout Standard
34806 To scale material the commands 
34807 \series bold
34808
34809 \backslash
34810 scalebox
34811 \series default
34812  and 
34813 \series bold
34814
34815 \backslash
34816 resizebox
34817 \series default
34818  can be used as TeX-Code.
34819 \end_layout
34820
34821 \begin_layout Standard
34822
34823 \series bold
34824
34825 \backslash
34826 scalebox
34827 \series default
34828  is used with the following scheme:
34829 \end_layout
34830
34831 \begin_layout Standard
34832
34833 \series bold
34834
34835 \backslash
34836 scalebox{horizontal}[vertical]{box content}
34837 \end_layout
34838
34839 \begin_layout Standard
34840 Horizontal and vertical are the corresponding scaling factors.
34841  If no vertical scaling factor is given, the horizontal factor will also
34842  be used as the vertical one.
34843 \end_layout
34844
34845 \begin_layout Standard
34846 The command 
34847 \series bold
34848
34849 \backslash
34850 scalebox{2}{Hello}
34851 \series default
34852  creates for example a double size 
34853 \begin_inset ERT
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857
34858
34859 \backslash
34860 scalebox{2}{
34861 \end_layout
34862
34863 \end_inset
34864
34865 Hello
34866 \begin_inset ERT
34867 status collapsed
34868
34869 \begin_layout Plain Layout
34870
34871 }
34872 \end_layout
34873
34874 \end_inset
34875
34876 , compared with the document text size.
34877 \end_layout
34878
34879 \begin_layout Standard
34880
34881 \series bold
34882
34883 \backslash
34884 scalebox{2}[1]{Hello}
34885 \series default
34886  on the other hand distorts the 
34887 \begin_inset ERT
34888 status collapsed
34889
34890 \begin_layout Plain Layout
34891
34892
34893 \backslash
34894 scalebox{2}[1]{
34895 \end_layout
34896
34897 \end_inset
34898
34899 Hello
34900 \begin_inset ERT
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904
34905 }
34906 \end_layout
34907
34908 \end_inset
34909
34910 .
34911 \end_layout
34912
34913 \begin_layout Standard
34914 If the scaling factor is negative, the box content will be mirrored.
34915  Therefore the command 
34916 \series bold
34917
34918 \backslash
34919 scalebox{-1}[1]{Hello}
34920 \series default
34921  can be used to create mirror writing: 
34922 \begin_inset ERT
34923 status collapsed
34924
34925 \begin_layout Plain Layout
34926
34927
34928 \backslash
34929 scalebox{-1}[1]{
34930 \end_layout
34931
34932 \end_inset
34933
34934 Hello
34935 \begin_inset ERT
34936 status collapsed
34937
34938 \begin_layout Plain Layout
34939
34940 }
34941 \end_layout
34942
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \begin_layout Standard
34949
34950 \series bold
34951
34952 \backslash
34953 scalebox{1}[-1]{Hello}
34954 \series default
34955  reflects the 
34956 \begin_inset ERT
34957 status collapsed
34958
34959 \begin_layout Plain Layout
34960
34961
34962 \backslash
34963 scalebox{1}[-1]{
34964 \end_layout
34965
34966 \end_inset
34967
34968 Hello
34969 \begin_inset ERT
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973
34974 }
34975 \end_layout
34976
34977 \end_inset
34978
34979  at the base line.
34980 \end_layout
34981
34982 \begin_layout Standard
34983 Equivalent to 
34984 \series bold
34985
34986 \backslash
34987 scalebox{-1}[1]{box content}
34988 \series default
34989  there exists the command
34990 \begin_inset Newline newline
34991 \end_inset
34992
34993
34994 \series bold
34995
34996 \backslash
34997 reflectbox{box content}
34998 \series default
34999 .
35000 \end_layout
35001
35002 \begin_layout Standard
35003 \begin_inset VSpace bigskip
35004 \end_inset
35005
35006 The command 
35007 \series bold
35008
35009 \backslash
35010 resizebox
35011 \series default
35012  is used to scale the box to a defined width and height.
35013  The command scheme is:
35014 \end_layout
35015
35016 \begin_layout Standard
35017
35018 \series bold
35019
35020 \backslash
35021 resizebox{width}{height}{box content}
35022 \end_layout
35023
35024 \begin_layout Standard
35025 If one of the two command arguments given is an exclamation mark 
35026 \series bold
35027 !
35028 \series default
35029 , the size is set so that the aspect ratio of the box content is kept.
35030 \end_layout
35031
35032 \begin_layout Standard
35033 The command 
35034 \series bold
35035
35036 \backslash
35037 resizebox{2cm}{1cm}{Hello}
35038 \series default
35039  produces: 
35040 \begin_inset ERT
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044
35045
35046 \backslash
35047 resizebox{2cm}{1cm}{
35048 \end_layout
35049
35050 \end_inset
35051
35052 Hello
35053 \begin_inset ERT
35054 status collapsed
35055
35056 \begin_layout Plain Layout
35057
35058 }
35059 \end_layout
35060
35061 \end_inset
35062
35063
35064 \begin_inset Newline newline
35065 \end_inset
35066
35067 The command 
35068 \series bold
35069
35070 \backslash
35071 resizebox{2cm}{!}{Hello}
35072 \series default
35073  produces: 
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079
35080 \backslash
35081 resizebox{2cm}{!}{
35082 \end_layout
35083
35084 \end_inset
35085
35086 Hello
35087 \begin_inset ERT
35088 status collapsed
35089
35090 \begin_layout Plain Layout
35091
35092 }
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \begin_layout Standard
35101 \begin_inset VSpace bigskip
35102 \end_inset
35103
35104
35105 \begin_inset Note Greyedout
35106 status open
35107
35108 \begin_layout Plain Layout
35109
35110 \series bold
35111 Note:
35112 \series default
35113  When arguments of 
35114 \series bold
35115
35116 \backslash
35117 scalebox
35118 \series default
35119  or 
35120 \series bold
35121
35122 \backslash
35123 resizebox
35124 \series default
35125  are set to zero, no LaTeX-errors occur when exporting the document but
35126  the exported files can not or only partly be displayed.
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Standard
35135 \begin_inset VSpace bigskip
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Standard
35142 The boxes can be combined in any order.
35143  E.
35144 \begin_inset space \thinspace{}
35145 \end_inset
35146
35147 g.
35148 \begin_inset space \space{}
35149 \end_inset
35150
35151 the command
35152 \begin_inset Newline newline
35153 \end_inset
35154
35155
35156 \series bold
35157
35158 \backslash
35159 rotatebox[origin=c]{-45}{
35160 \backslash
35161 resizebox{2cm}{!}{
35162 \backslash
35163 reflectbox{Hello}}}
35164 \begin_inset Newline newline
35165 \end_inset
35166
35167
35168 \series default
35169 produces:
35170 \end_layout
35171
35172 \begin_layout Standard
35173 \align center
35174 \begin_inset ERT
35175 status collapsed
35176
35177 \begin_layout Plain Layout
35178
35179
35180 \backslash
35181 rotatebox[origin=c]{-45}{
35182 \backslash
35183 resizebox{2cm}{!}{
35184 \backslash
35185 reflectbox{
35186 \end_layout
35187
35188 \end_inset
35189
35190 Hello
35191 \begin_inset ERT
35192 status collapsed
35193
35194 \begin_layout Plain Layout
35195
35196 }}}
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \end_layout
35203
35204 \begin_layout Standard
35205 \noindent
35206 Images, tables, and inline formulas are allowed as box content:
35207 \end_layout
35208
35209 \begin_layout Standard
35210 \align center
35211 \begin_inset ERT
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215
35216
35217 \backslash
35218 rotatebox[origin=c]{-30}{
35219 \backslash
35220 resizebox{2cm}{!}{
35221 \backslash
35222 reflectbox{
35223 \end_layout
35224
35225 \end_inset
35226
35227
35228 \begin_inset Graphics
35229         filename clipart/platypus.eps
35230         lyxscale 50
35231         width 25col%
35232
35233 \end_inset
35234
35235
35236 \begin_inset ERT
35237 status collapsed
35238
35239 \begin_layout Plain Layout
35240
35241 }}}
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \begin_inset ERT
35248 status collapsed
35249
35250 \begin_layout Plain Layout
35251
35252
35253 \backslash
35254 rotatebox[origin=c]{-45}{
35255 \backslash
35256 resizebox{2cm}{!}{
35257 \backslash
35258 reflectbox{
35259 \end_layout
35260
35261 \end_inset
35262
35263
35264 \begin_inset Tabular
35265 <lyxtabular version="3" rows="2" columns="2">
35266 <features tabularvalignment="middle">
35267 <column alignment="center" valignment="top" width="0">
35268 <column alignment="center" valignment="top" width="0">
35269 <row>
35270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35271 \begin_inset Text
35272
35273 \begin_layout Plain Layout
35274 q
35275 \end_layout
35276
35277 \end_inset
35278 </cell>
35279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35280 \begin_inset Text
35281
35282 \begin_layout Plain Layout
35283 w
35284 \end_layout
35285
35286 \end_inset
35287 </cell>
35288 </row>
35289 <row>
35290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35291 \begin_inset Text
35292
35293 \begin_layout Plain Layout
35294 e
35295 \end_layout
35296
35297 \end_inset
35298 </cell>
35299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35300 \begin_inset Text
35301
35302 \begin_layout Plain Layout
35303 r
35304 \end_layout
35305
35306 \end_inset
35307 </cell>
35308 </row>
35309 </lyxtabular>
35310
35311 \end_inset
35312
35313
35314 \begin_inset ERT
35315 status collapsed
35316
35317 \begin_layout Plain Layout
35318
35319 }}}
35320 \end_layout
35321
35322 \end_inset
35323
35324
35325 \begin_inset ERT
35326 status collapsed
35327
35328 \begin_layout Plain Layout
35329
35330
35331 \backslash
35332 rotatebox[origin=c]{-45}{
35333 \backslash
35334 resizebox{2cm}{!}{
35335 \backslash
35336 reflectbox{
35337 \end_layout
35338
35339 \end_inset
35340
35341
35342 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35343 \end_inset
35344
35345
35346 \begin_inset ERT
35347 status collapsed
35348
35349 \begin_layout Plain Layout
35350
35351 }}}
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \end_layout
35358
35359 \begin_layout Standard
35360 When the global formula style 
35361 \series bold
35362 fleqn
35363 \series default
35364  is used in the document
35365 \begin_inset Foot
35366 status collapsed
35367
35368 \begin_layout Plain Layout
35369 When 
35370 \begin_inset Quotes eld
35371 \end_inset
35372
35373 fleqn
35374 \begin_inset Quotes erd
35375 \end_inset
35376
35377  is added to the document class options.
35378 \end_layout
35379
35380 \end_inset
35381
35382 , display style formulas can also be scaled.
35383 \end_layout
35384
35385 \begin_layout Chapter
35386 Objects Surrounded by Text
35387 \begin_inset Index idx
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391 Surrounded by text
35392 \end_layout
35393
35394 \end_inset
35395
35396
35397 \end_layout
35398
35399 \begin_layout Section
35400 Wrap Floats
35401 \begin_inset CommandInset label
35402 LatexCommand label
35403 name "sec:Wrap-Floats"
35404
35405 \end_inset
35406
35407
35408 \begin_inset Index idx
35409 status collapsed
35410
35411 \begin_layout Plain Layout
35412 Floats ! Wrap Floats
35413 \end_layout
35414
35415 \end_inset
35416
35417
35418 \begin_inset Index idx
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422 Surrounded by text ! Wrap Floats
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \end_layout
35429
35430 \begin_layout Standard
35431 \begin_inset Wrap figure
35432 lines 0
35433 placement l
35434 overhang 1cm
35435 width "40col%"
35436 status open
35437
35438 \begin_layout Plain Layout
35439 \begin_inset Graphics
35440         filename clipart/mobius.eps
35441         width 40col%
35442         scaleBeforeRotation
35443         rotateOrigin center
35444
35445 \end_inset
35446
35447
35448 \end_layout
35449
35450 \begin_layout Plain Layout
35451 \begin_inset Caption
35452
35453 \begin_layout Plain Layout
35454 \begin_inset CommandInset label
35455 LatexCommand label
35456 name "fig:This-is-a"
35457
35458 \end_inset
35459
35460 This is a figure wrap float.
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \end_inset
35469
35470  This float type is used if you want to wrap text around a figure or table
35471  so that it only occupies some fraction of the column width.
35472  It can be inserted using the menu 
35473 \family sans
35474 Insert\SpecialChar \menuseparator
35475 Floats\SpecialChar \menuseparator
35476 Figure
35477 \begin_inset space ~
35478 \end_inset
35479
35480 Wrap
35481 \begin_inset space ~
35482 \end_inset
35483
35484 Float
35485 \family default
35486  or 
35487 \family sans
35488 Table
35489 \begin_inset space ~
35490 \end_inset
35491
35492 Wrap
35493 \begin_inset space ~
35494 \end_inset
35495
35496 Float
35497 \family default
35498  if the LaTeX-package 
35499 \series bold
35500 wrapfig
35501 \series default
35502
35503 \begin_inset Index idx
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507 LaTeX-packages ! wrapfig
35508 \begin_inset ERT
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512
35513
35514 \backslash
35515 vspace{4mm}
35516 \end_layout
35517
35518 \end_inset
35519
35520
35521 \end_layout
35522
35523 \end_inset
35524
35525  is installed.
35526 \begin_inset Foot
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530 Installing a LaTeX-package is explained it in the 
35531 \emph on
35532 LaTeX
35533 \begin_inset space ~
35534 \end_inset
35535
35536 Configuration
35537 \emph default
35538  manual.
35539 \end_layout
35540
35541 \end_inset
35542
35543  The settings of the float can be modified by right-clicking on the float
35544  box.
35545  The mandatory settings are the float 
35546 \family sans
35547 Placement
35548 \family default
35549  and its 
35550 \family sans
35551 Width
35552 \family default
35553 .
35554  Optional are the 
35555 \family sans
35556 Overhang
35557 \family default
35558  that specifies how much the float is set into the paragraph
35559 \begin_inset space \thinspace{}
35560 \end_inset
35561
35562 /
35563 \begin_inset space \thinspace{}
35564 \end_inset
35565
35566 page margin, and the 
35567 \family sans
35568 Line
35569 \begin_inset space ~
35570 \end_inset
35571
35572 span
35573 \family default
35574  that specifies how many text lines the float will approximately need.
35575  The line span is often hard to approximate; so it is better only to use
35576  it when you encounter float placement problems.
35577  You can furthermore decide if LaTeX is allowed to let the float float within
35578  the paragraph or to surrounding paragraphs.
35579  Figure
35580 \begin_inset space ~
35581 \end_inset
35582
35583
35584 \begin_inset CommandInset ref
35585 LatexCommand ref
35586 reference "fig:This-is-a"
35587
35588 \end_inset
35589
35590  is an example text wrap float with a width of 40
35591 \begin_inset space \thinspace{}
35592 \end_inset
35593
35594 col%, 1
35595 \begin_inset space \thinspace{}
35596 \end_inset
35597
35598 cm overhang, set to the left.
35599 \end_layout
35600
35601 \begin_layout Standard
35602 \begin_inset Note Greyedout
35603 status open
35604
35605 \begin_layout Plain Layout
35606
35607 \series bold
35608 Note:
35609 \series default
35610  Text
35611 \begin_inset space ~
35612 \end_inset
35613
35614 wrap float floats are fragile! E.
35615 \begin_inset space \thinspace{}
35616 \end_inset
35617
35618 g.
35619 \begin_inset space \space{}
35620 \end_inset
35621
35622 having a figure too close to the bottom of the page can mess things up in
35623  such a way that the float does not appear in the output or that it is placed
35624  over some other text.
35625 \end_layout
35626
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \begin_layout Standard
35633 In general, the following applies for wrap floats:
35634 \end_layout
35635
35636 \begin_layout Itemize
35637 They should not be placed in paragraphs that run over a page break.
35638  That means that wrap floats are better inserted in their exact place when
35639  the document is almost finished and you are able to estimate where page
35640  breaks will appear.
35641 \end_layout
35642
35643 \begin_layout Itemize
35644 They should either be placed in their own paragraph before the paragraph
35645  where they should wrap into or within a paragraph.
35646 \end_layout
35647
35648 \begin_layout Itemize
35649 In consecutive paragraphs they may cause troubles, so ensure that there
35650  is a text paragraph between them as separator.
35651 \end_layout
35652
35653 \begin_layout Itemize
35654 They are not allowed in section headings or tables.
35655 \end_layout
35656
35657 \begin_layout Itemize
35658 Their numbering and referencing works as described in chap.
35659 \begin_inset space \thinspace{}
35660 \end_inset
35661
35662
35663 \begin_inset CommandInset ref
35664 LatexCommand ref
35665 reference "chap:Floats"
35666
35667 \end_inset
35668
35669 .
35670 \end_layout
35671
35672 \begin_layout Section
35673 Surrounded Fixed Objects
35674 \begin_inset Index idx
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678 Surrounded by text ! Fixed objects
35679 \end_layout
35680
35681 \end_inset
35682
35683
35684 \end_layout
35685
35686 \begin_layout Standard
35687 The wrap floats described in sec.
35688 \begin_inset space \thinspace{}
35689 \end_inset
35690
35691
35692 \begin_inset CommandInset ref
35693 LatexCommand ref
35694 reference "sec:Wrap-Floats"
35695
35696 \end_inset
35697
35698  have these positions in the paragraph:
35699 \end_layout
35700
35701 \begin_layout Standard
35702 \noindent
35703 \align center
35704 \begin_inset Tabular
35705 <lyxtabular version="3" rows="2" columns="2">
35706 <features tabularvalignment="middle">
35707 <column alignment="center" valignment="top" width="0">
35708 <column alignment="center" valignment="top" width="0">
35709 <row>
35710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714 \begin_inset Graphics
35715         filename ../images/dialog-show-new-inset_graphics.png
35716         scale 70
35717         scaleBeforeRotation
35718
35719 \end_inset
35720
35721
35722 \end_layout
35723
35724 \end_inset
35725 </cell>
35726 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35727 \begin_inset Text
35728
35729 \begin_layout Plain Layout
35730 text
35731 \end_layout
35732
35733 \end_inset
35734 </cell>
35735 </row>
35736 <row>
35737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35738 \begin_inset Text
35739
35740 \begin_layout Plain Layout
35741 text
35742 \end_layout
35743
35744 \end_inset
35745 </cell>
35746 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35747 \begin_inset Text
35748
35749 \begin_layout Plain Layout
35750 text
35751 \end_layout
35752
35753 \end_inset
35754 </cell>
35755 </row>
35756 </lyxtabular>
35757
35758 \end_inset
35759
35760  or 
35761 \begin_inset Tabular
35762 <lyxtabular version="3" rows="2" columns="2">
35763 <features tabularvalignment="middle">
35764 <column alignment="center" valignment="top" width="0">
35765 <column alignment="center" valignment="top" width="0">
35766 <row>
35767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35768 \begin_inset Text
35769
35770 \begin_layout Plain Layout
35771 text
35772 \end_layout
35773
35774 \end_inset
35775 </cell>
35776 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35777 \begin_inset Text
35778
35779 \begin_layout Plain Layout
35780 \begin_inset Graphics
35781         filename ../images/dialog-show-new-inset_graphics.png
35782         scale 70
35783         scaleBeforeRotation
35784
35785 \end_inset
35786
35787
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 </row>
35793 <row>
35794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35795 \begin_inset Text
35796
35797 \begin_layout Plain Layout
35798 text
35799 \end_layout
35800
35801 \end_inset
35802 </cell>
35803 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35804 \begin_inset Text
35805
35806 \begin_layout Plain Layout
35807 text
35808 \end_layout
35809
35810 \end_inset
35811 </cell>
35812 </row>
35813 </lyxtabular>
35814
35815 \end_inset
35816
35817
35818 \end_layout
35819
35820 \begin_layout Standard
35821 To get an object exactly at the position where it is inserted, for example
35822  to get one of these positions:
35823 \begin_inset VSpace defskip
35824 \end_inset
35825
35826
35827 \end_layout
35828
35829 \begin_layout Standard
35830 \noindent
35831 \align center
35832 \begin_inset Tabular
35833 <lyxtabular version="3" rows="2" columns="2">
35834 <features tabularvalignment="middle">
35835 <column alignment="center" valignment="top" width="0">
35836 <column alignment="center" valignment="top" width="0">
35837 <row>
35838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35839 \begin_inset Text
35840
35841 \begin_layout Plain Layout
35842 text
35843 \end_layout
35844
35845 \end_inset
35846 </cell>
35847 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35848 \begin_inset Text
35849
35850 \begin_layout Plain Layout
35851 text
35852 \end_layout
35853
35854 \end_inset
35855 </cell>
35856 </row>
35857 <row>
35858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35859 \begin_inset Text
35860
35861 \begin_layout Plain Layout
35862 \begin_inset Graphics
35863         filename ../images/dialog-show-new-inset_graphics.png
35864         scale 70
35865         scaleBeforeRotation
35866
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \end_inset
35873 </cell>
35874 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878 text
35879 \end_layout
35880
35881 \end_inset
35882 </cell>
35883 </row>
35884 </lyxtabular>
35885
35886 \end_inset
35887
35888  
35889 \begin_inset Tabular
35890 <lyxtabular version="3" rows="2" columns="2">
35891 <features tabularvalignment="middle">
35892 <column alignment="center" valignment="top" width="0">
35893 <column alignment="center" valignment="top" width="0">
35894 <row>
35895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35896 \begin_inset Text
35897
35898 \begin_layout Plain Layout
35899 text
35900 \end_layout
35901
35902 \end_inset
35903 </cell>
35904 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35905 \begin_inset Text
35906
35907 \begin_layout Plain Layout
35908 text
35909 \end_layout
35910
35911 \end_inset
35912 </cell>
35913 </row>
35914 <row>
35915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35916 \begin_inset Text
35917
35918 \begin_layout Plain Layout
35919 text
35920 \end_layout
35921
35922 \end_inset
35923 </cell>
35924 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35925 \begin_inset Text
35926
35927 \begin_layout Plain Layout
35928 \begin_inset Graphics
35929         filename ../images/dialog-show-new-inset_graphics.png
35930         scale 70
35931         scaleBeforeRotation
35932
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \end_inset
35939 </cell>
35940 </row>
35941 </lyxtabular>
35942
35943 \end_inset
35944
35945  
35946 \begin_inset Tabular
35947 <lyxtabular version="3" rows="2" columns="3">
35948 <features tabularvalignment="middle">
35949 <column alignment="center" valignment="top" width="0">
35950 <column alignment="center" valignment="top" width="0">
35951 <column alignment="center" valignment="top" width="0">
35952 <row>
35953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35954 \begin_inset Text
35955
35956 \begin_layout Plain Layout
35957 text
35958 \end_layout
35959
35960 \end_inset
35961 </cell>
35962 <cell alignment="center" valignment="top" topline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 \begin_inset Graphics
35967         filename ../images/dialog-show-new-inset_graphics.png
35968         scale 70
35969         scaleBeforeRotation
35970
35971 \end_inset
35972
35973
35974 \end_layout
35975
35976 \end_inset
35977 </cell>
35978 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35979 \begin_inset Text
35980
35981 \begin_layout Plain Layout
35982 text
35983 \end_layout
35984
35985 \end_inset
35986 </cell>
35987 </row>
35988 <row>
35989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35990 \begin_inset Text
35991
35992 \begin_layout Plain Layout
35993 text
35994 \end_layout
35995
35996 \end_inset
35997 </cell>
35998 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35999 \begin_inset Text
36000
36001 \begin_layout Plain Layout
36002 text
36003 \end_layout
36004
36005 \end_inset
36006 </cell>
36007 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36008 \begin_inset Text
36009
36010 \begin_layout Plain Layout
36011 text
36012 \end_layout
36013
36014 \end_inset
36015 </cell>
36016 </row>
36017 </lyxtabular>
36018
36019 \end_inset
36020
36021  
36022 \begin_inset Tabular
36023 <lyxtabular version="3" rows="2" columns="3">
36024 <features tabularvalignment="middle">
36025 <column alignment="center" valignment="top" width="0">
36026 <column alignment="center" valignment="top" width="0">
36027 <column alignment="center" valignment="top" width="0">
36028 <row>
36029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36030 \begin_inset Text
36031
36032 \begin_layout Plain Layout
36033 text
36034 \end_layout
36035
36036 \end_inset
36037 </cell>
36038 <cell alignment="center" valignment="top" topline="true" usebox="none">
36039 \begin_inset Text
36040
36041 \begin_layout Plain Layout
36042 text
36043 \end_layout
36044
36045 \end_inset
36046 </cell>
36047 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36048 \begin_inset Text
36049
36050 \begin_layout Plain Layout
36051 text
36052 \end_layout
36053
36054 \end_inset
36055 </cell>
36056 </row>
36057 <row>
36058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36059 \begin_inset Text
36060
36061 \begin_layout Plain Layout
36062 text
36063 \end_layout
36064
36065 \end_inset
36066 </cell>
36067 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 \begin_inset Graphics
36072         filename ../images/dialog-show-new-inset_graphics.png
36073         scale 70
36074         scaleBeforeRotation
36075
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \end_inset
36082 </cell>
36083 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087 text
36088 \end_layout
36089
36090 \end_inset
36091 </cell>
36092 </row>
36093 </lyxtabular>
36094
36095 \end_inset
36096
36097
36098 \end_layout
36099
36100 \begin_layout Standard
36101 \noindent
36102 \align center
36103 \begin_inset Tabular
36104 <lyxtabular version="3" rows="3" columns="2">
36105 <features tabularvalignment="middle">
36106 <column alignment="center" valignment="top" width="0">
36107 <column alignment="center" valignment="top" width="0">
36108 <row>
36109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36110 \begin_inset Text
36111
36112 \begin_layout Plain Layout
36113 text
36114 \end_layout
36115
36116 \end_inset
36117 </cell>
36118 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36119 \begin_inset Text
36120
36121 \begin_layout Plain Layout
36122 text
36123 \end_layout
36124
36125 \end_inset
36126 </cell>
36127 </row>
36128 <row>
36129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36130 \begin_inset Text
36131
36132 \begin_layout Plain Layout
36133 \begin_inset Graphics
36134         filename ../images/dialog-show-new-inset_graphics.png
36135         scale 70
36136         scaleBeforeRotation
36137
36138 \end_inset
36139
36140
36141 \end_layout
36142
36143 \end_inset
36144 </cell>
36145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36146 \begin_inset Text
36147
36148 \begin_layout Plain Layout
36149 text
36150 \end_layout
36151
36152 \end_inset
36153 </cell>
36154 </row>
36155 <row>
36156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36157 \begin_inset Text
36158
36159 \begin_layout Plain Layout
36160 text
36161 \end_layout
36162
36163 \end_inset
36164 </cell>
36165 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Plain Layout
36169 text
36170 \end_layout
36171
36172 \end_inset
36173 </cell>
36174 </row>
36175 </lyxtabular>
36176
36177 \end_inset
36178
36179  
36180 \begin_inset Tabular
36181 <lyxtabular version="3" rows="3" columns="3">
36182 <features tabularvalignment="middle">
36183 <column alignment="center" valignment="top" width="0">
36184 <column alignment="center" valignment="top" width="0">
36185 <column alignment="center" valignment="top" width="0">
36186 <row>
36187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36188 \begin_inset Text
36189
36190 \begin_layout Plain Layout
36191 text
36192 \end_layout
36193
36194 \end_inset
36195 </cell>
36196 <cell alignment="center" valignment="top" topline="true" usebox="none">
36197 \begin_inset Text
36198
36199 \begin_layout Plain Layout
36200 text
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36206 \begin_inset Text
36207
36208 \begin_layout Plain Layout
36209 text
36210 \end_layout
36211
36212 \end_inset
36213 </cell>
36214 </row>
36215 <row>
36216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Plain Layout
36220 text
36221 \end_layout
36222
36223 \end_inset
36224 </cell>
36225 <cell alignment="center" valignment="top" usebox="none">
36226 \begin_inset Text
36227
36228 \begin_layout Plain Layout
36229 \begin_inset Graphics
36230         filename ../images/dialog-show-new-inset_graphics.png
36231         scale 70
36232         scaleBeforeRotation
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \end_inset
36240 </cell>
36241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36242 \begin_inset Text
36243
36244 \begin_layout Plain Layout
36245 text
36246 \end_layout
36247
36248 \end_inset
36249 </cell>
36250 </row>
36251 <row>
36252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36253 \begin_inset Text
36254
36255 \begin_layout Plain Layout
36256 text
36257 \end_layout
36258
36259 \end_inset
36260 </cell>
36261 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36262 \begin_inset Text
36263
36264 \begin_layout Plain Layout
36265 text
36266 \end_layout
36267
36268 \end_inset
36269 </cell>
36270 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36271 \begin_inset Text
36272
36273 \begin_layout Plain Layout
36274 text
36275 \end_layout
36276
36277 \end_inset
36278 </cell>
36279 </row>
36280 </lyxtabular>
36281
36282 \end_inset
36283
36284  
36285 \begin_inset Tabular
36286 <lyxtabular version="3" rows="3" columns="2">
36287 <features tabularvalignment="middle">
36288 <column alignment="center" valignment="top" width="0">
36289 <column alignment="center" valignment="top" width="0">
36290 <row>
36291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36292 \begin_inset Text
36293
36294 \begin_layout Plain Layout
36295 text
36296 \end_layout
36297
36298 \end_inset
36299 </cell>
36300 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36301 \begin_inset Text
36302
36303 \begin_layout Plain Layout
36304 text
36305 \end_layout
36306
36307 \end_inset
36308 </cell>
36309 </row>
36310 <row>
36311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36312 \begin_inset Text
36313
36314 \begin_layout Plain Layout
36315 text
36316 \end_layout
36317
36318 \end_inset
36319 </cell>
36320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36321 \begin_inset Text
36322
36323 \begin_layout Plain Layout
36324 \begin_inset Graphics
36325         filename ../images/dialog-show-new-inset_graphics.png
36326         scale 70
36327         scaleBeforeRotation
36328
36329 \end_inset
36330
36331
36332 \end_layout
36333
36334 \end_inset
36335 </cell>
36336 </row>
36337 <row>
36338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36339 \begin_inset Text
36340
36341 \begin_layout Plain Layout
36342 text
36343 \end_layout
36344
36345 \end_inset
36346 </cell>
36347 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36348 \begin_inset Text
36349
36350 \begin_layout Plain Layout
36351 text
36352 \end_layout
36353
36354 \end_inset
36355 </cell>
36356 </row>
36357 </lyxtabular>
36358
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \begin_layout Standard
36365 \noindent
36366 you can use the LaTeX-package 
36367 \series bold
36368 picinpar
36369 \series default
36370
36371 \begin_inset Index idx
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375 LaTeX-packages ! picinpar
36376 \end_layout
36377
36378 \end_inset
36379
36380 .
36381  Here is an example:
36382 \end_layout
36383
36384 \begin_layout Standard
36385 \begin_inset ERT
36386 status collapsed
36387
36388 \begin_layout Plain Layout
36389
36390
36391 \backslash
36392 ifpicinpar
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \begin_inset Note Note
36399 status open
36400
36401 \begin_layout Plain Layout
36402 The following section will only be displayed when the LaTeX-package 
36403 \series bold
36404 picinpar
36405 \series default
36406  is installed.
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \end_layout
36413
36414 \begin_layout Standard
36415 \begin_inset ERT
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419
36420
36421 \backslash
36422 begin{window}[2,c,{
36423 \end_layout
36424
36425 \end_inset
36426
36427
36428 \begin_inset Graphics
36429         filename clipart/mobius.eps
36430         lyxscale 60
36431         width 40col%
36432         scaleBeforeRotation
36433         rotateOrigin center
36434
36435 \end_inset
36436
36437
36438 \begin_inset ERT
36439 status collapsed
36440
36441 \begin_layout Plain Layout
36442
36443 },]
36444 \end_layout
36445
36446 \begin_layout Plain Layout
36447
36448 {}
36449 \end_layout
36450
36451 \end_inset
36452
36453
36454 \size small
36455 It was in the spring of the year 1894 that all London was interested, and
36456  the fashionable world dismayed, by the murder of the Honourable Ronald
36457  Adair under most unusual and inexplicable circumstances.
36458  The public has already learned those particulars of the crime which
36459 \size default
36460
36461 \begin_inset ERT
36462 status collapsed
36463
36464 \begin_layout Plain Layout
36465
36466
36467 \backslash
36468 footnotemark{}
36469 \end_layout
36470
36471 \end_inset
36472
36473
36474 \size small
36475  came out in the police investigation, but a good deal was suppressed upon
36476  that occasion, since the case for the prosecution was so overwhelmingly
36477  strong that it was not necessary to bring forward all the facts.
36478  Only now, at the end of nearly ten years, am I allowed to supply those
36479  missing links which make up the whole of that remarkable chain.
36480 \size default
36481
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487
36488 \backslash
36489 end{window}
36490 \end_layout
36491
36492 \end_inset
36493
36494
36495 \end_layout
36496
36497 \begin_layout Standard
36498 \begin_inset ERT
36499 status collapsed
36500
36501 \begin_layout Plain Layout
36502
36503
36504 \backslash
36505 footnotetext{
36506 \end_layout
36507
36508 \end_inset
36509
36510 Footnote of the paragraph with the fixed object.
36511 \begin_inset ERT
36512 status collapsed
36513
36514 \begin_layout Plain Layout
36515
36516 }
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \begin_layout Standard
36525 Surrounded fixed objects are used to let text float around them, at which
36526  the object's position in the paragraph can be determined by the number
36527  of lines above it.
36528  In contrary to floats is it not possible to have a numbered caption.
36529 \end_layout
36530
36531 \begin_layout Standard
36532 A fixed object is inserted by adding the command
36533 \end_layout
36534
36535 \begin_layout Standard
36536
36537 \series bold
36538
36539 \backslash
36540 begin{window}[2,c,{
36541 \end_layout
36542
36543 \begin_layout Standard
36544 as TeX-Code at the beginning of the paragraph.
36545  The first parameter in the bracket, here '2', defines the number of lines
36546  above the object, the second, here 'c', the position of the object.
36547  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
36548  Behind the command you insert the object.
36549  In this example an image with a width of 40
36550 \begin_inset space \thinspace{}
36551 \end_inset
36552
36553 % of the text column width was inserted.
36554  The object can also be a table, a box or an equation.
36555  Behind the object the command
36556 \end_layout
36557
36558 \begin_layout Standard
36559
36560 \series bold
36561 },description text]
36562 \begin_inset Newline newline
36563 \end_inset
36564
36565 {}
36566 \end_layout
36567
36568 \begin_layout Standard
36569 is inserted.
36570  Note that the 
36571 \begin_inset Quotes eld
36572 \end_inset
36573
36574
36575 \series bold
36576 {}
36577 \series default
36578
36579 \begin_inset Quotes erd
36580 \end_inset
36581
36582  is in the second line.
36583  The description text is optional.
36584  The text surrounding the object must be in the same paragraph as the object,
36585  so it must begin directly after the 
36586 \series bold
36587 {}
36588 \series default
36589 .
36590  At the end of the paragraph insert the command:
36591 \end_layout
36592
36593 \begin_layout Standard
36594
36595 \series bold
36596
36597 \backslash
36598 end{window}
36599 \end_layout
36600
36601 \begin_layout Standard
36602 Within a paragraph with a fixed object, you cannot insert footnotes in the
36603  normal way.
36604  You have to use instead the command 
36605 \series bold
36606
36607 \backslash
36608 footnotemark
36609 \series default
36610  inside the paragraph and outside the command 
36611 \series bold
36612
36613 \backslash
36614 footnotetext
36615 \series default
36616  as described in sec.
36617 \begin_inset space \thinspace{}
36618 \end_inset
36619
36620
36621 \begin_inset CommandInset ref
36622 LatexCommand ref
36623 reference "sec:Footnotes"
36624
36625 \end_inset
36626
36627 .
36628 \end_layout
36629
36630 \begin_layout Standard
36631 \begin_inset ERT
36632 status collapsed
36633
36634 \begin_layout Plain Layout
36635
36636
36637 \backslash
36638 else
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \begin_inset Note Note
36645 status open
36646
36647 \begin_layout Plain Layout
36648 The following will be displayed when the LaTeX-package 
36649 \series bold
36650 picinpar
36651 \series default
36652  is not installed:
36653 \end_layout
36654
36655 \end_inset
36656
36657
36658 \end_layout
36659
36660 \begin_layout Standard
36661 You need to install the LaTeX-package 
36662 \series bold
36663 picinpar
36664 \series default
36665  to see the following part of this section in the output.
36666 \end_layout
36667
36668 \begin_layout Standard
36669 \begin_inset ERT
36670 status collapsed
36671
36672 \begin_layout Plain Layout
36673
36674
36675 \backslash
36676 fi
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Section
36685 Initials
36686 \begin_inset Index idx
36687 status collapsed
36688
36689 \begin_layout Plain Layout
36690 Initials
36691 \end_layout
36692
36693 \end_inset
36694
36695
36696 \begin_inset Index idx
36697 status collapsed
36698
36699 \begin_layout Plain Layout
36700 Surrounded by text ! Initials
36701 \end_layout
36702
36703 \end_inset
36704
36705
36706 \end_layout
36707
36708 \begin_layout Standard
36709 To use initials, you must have the LaTeX-package 
36710 \series bold
36711 lettrine
36712 \series default
36713
36714 \begin_inset Index idx
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718 LaTeX-packages ! lettrine
36719 \end_layout
36720
36721 \end_inset
36722
36723  installed and use the module 
36724 \family sans
36725 Initials
36726 \family default
36727  in your document (menu 
36728 \family sans
36729 Document\SpecialChar \menuseparator
36730 Settings\SpecialChar \menuseparator
36731 Modules
36732 \family default
36733 ).
36734  To insert an initial, use the style 
36735 \family sans
36736 Initial
36737 \family default
36738 .
36739  This style has a mandatory and an optional argument.
36740  The mandatory argument is inserted via the menu 
36741 \family sans
36742 Insert\SpecialChar \menuseparator
36743 Short
36744 \begin_inset space ~
36745 \end_inset
36746
36747 Title
36748 \family default
36749  and contains the letter that is the initial.
36750  To use also the optional argument, insert another argument in front of
36751  the mandatory argument.
36752  This one contains parameters to modify the initial.
36753  For more information about the possible parameters see the documentation
36754  of 
36755 \series bold
36756 lettrine
36757 \series default
36758
36759 \begin_inset CommandInset citation
36760 LatexCommand cite
36761 key "lettrine"
36762
36763 \end_inset
36764
36765 .
36766  The style itself contains the text that is surrounding the initial.
36767  The usual style is hereby that the word whose first letter is the initial,
36768  is printed with 
36769 \shape smallcaps
36770 small caps
36771 \shape default
36772 .
36773  To tell LaTeX where this word is finished, add a closing brace '
36774 \series bold
36775 }
36776 \series default
36777 ' as TeX-Code behind it.
36778  At the end of the style there must be an opening brace '
36779 \series bold
36780 {
36781 \series default
36782 ' as TeX-Code.
36783 \end_layout
36784
36785 \begin_layout Standard
36786 Here are some examples:
36787 \end_layout
36788
36789 \begin_layout Standard
36790 \begin_inset ERT
36791 status collapsed
36792
36793 \begin_layout Plain Layout
36794
36795
36796 \backslash
36797 iflettrine
36798 \end_layout
36799
36800 \end_inset
36801
36802
36803 \begin_inset Note Note
36804 status open
36805
36806 \begin_layout Plain Layout
36807 The following section will only be displayed when the LaTeX-package 
36808 \series bold
36809 lettrine
36810 \series default
36811  is installed.
36812 \end_layout
36813
36814 \end_inset
36815
36816
36817 \end_layout
36818
36819 \begin_layout Enumerate
36820 No optional argument, the initial is the letter 'I' in the math font 
36821 \begin_inset Formula $\mathfrak{Fraktur}$
36822 \end_inset
36823
36824 :
36825 \end_layout
36826
36827 \begin_deeper
36828 \begin_layout Initial
36829 \begin_inset Argument
36830 status open
36831
36832 \begin_layout Plain Layout
36833 \begin_inset Formula $\mathfrak{I}$
36834 \end_inset
36835
36836
36837 \end_layout
36838
36839 \end_inset
36840
36841 t
36842 \begin_inset ERT
36843 status collapsed
36844
36845 \begin_layout Plain Layout
36846
36847 }
36848 \end_layout
36849
36850 \end_inset
36851
36852  was in the spring of the year 1894 that all London was interested, and
36853  the fashionable world dismayed, by the murder of the Honourable Ronald
36854  Adair under most unusual and inexplicable circumstances.
36855  The public has already learned those particulars of the crime which came
36856  out in the police investigation, but a good deal was suppressed upon that
36857  occasion, since the case for the prosecution was so overwhelmingly strong
36858  that it was not necessary to bring forward all the facts.
36859 \begin_inset ERT
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863
36864 {
36865 \end_layout
36866
36867 \end_inset
36868
36869
36870 \begin_inset Newpage newpage
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \end_deeper
36877 \begin_layout Enumerate
36878 Only one line is surrounding the initial, which is formed by two letters
36879  in standard font and no text is printed in small caps:
36880 \end_layout
36881
36882 \begin_deeper
36883 \begin_layout Initial
36884 \begin_inset Argument
36885 status open
36886
36887 \begin_layout Plain Layout
36888 lines=1
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \begin_inset Argument
36895 status open
36896
36897 \begin_layout Plain Layout
36898 It
36899 \end_layout
36900
36901 \end_inset
36902
36903
36904 \begin_inset ERT
36905 status collapsed
36906
36907 \begin_layout Plain Layout
36908
36909 }
36910 \end_layout
36911
36912 \end_inset
36913
36914  was in the spring of the year 1894 that all London was interested, and
36915  the fashionable world dismayed, by the murder of the Honourable Ronald
36916  Adair under most unusual and inexplicable circumstances.
36917  The public has already learned those particulars of the crime which came
36918  out in the police investigation, but a good deal was suppressed upon that
36919  occasion, since the case for the prosecution was so overwhelmingly strong
36920  that it was not necessary to bring forward all the facts.
36921 \begin_inset ERT
36922 status collapsed
36923
36924 \begin_layout Plain Layout
36925
36926 {
36927 \end_layout
36928
36929 \end_inset
36930
36931
36932 \end_layout
36933
36934 \end_deeper
36935 \begin_layout Enumerate
36936 Magenta, hanging initial over 3
36937 \begin_inset space ~
36938 \end_inset
36939
36940 lines in the math font 
36941 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36942 \end_inset
36943
36944 , the text 
36945 \begin_inset Quotes eld
36946 \end_inset
36947
36948 t was in the spring
36949 \begin_inset Quotes erd
36950 \end_inset
36951
36952  is in 
36953 \shape smallcaps
36954 small caps
36955 \shape default
36956 ; to color the initial, you must insert this command before the initial:
36957 \begin_inset Newline newline
36958 \end_inset
36959
36960
36961 \series bold
36962
36963 \backslash
36964 renewcommand{
36965 \backslash
36966 LettrineFontHook}{
36967 \backslash
36968 color{color}}
36969 \series default
36970
36971 \begin_inset Newline newline
36972 \end_inset
36973
36974 where the second 
36975 \emph on
36976 color
36977 \emph default
36978  can be 
36979 \begin_inset Quotes eld
36980 \end_inset
36981
36982 red
36983 \begin_inset Quotes erd
36984 \end_inset
36985
36986
36987 \begin_inset Quotes eld
36988 \end_inset
36989
36990 blue
36991 \begin_inset Quotes erd
36992 \end_inset
36993
36994
36995 \begin_inset Quotes eld
36996 \end_inset
36997
36998 green
36999 \begin_inset Quotes erd
37000 \end_inset
37001
37002
37003 \begin_inset Quotes eld
37004 \end_inset
37005
37006 yellow
37007 \begin_inset Quotes erd
37008 \end_inset
37009
37010
37011 \begin_inset Quotes eld
37012 \end_inset
37013
37014 cyan
37015 \begin_inset Quotes erd
37016 \end_inset
37017
37018
37019 \begin_inset Quotes eld
37020 \end_inset
37021
37022 magenta
37023 \begin_inset Quotes erd
37024 \end_inset
37025
37026
37027 \begin_inset Quotes eld
37028 \end_inset
37029
37030 black
37031 \begin_inset Quotes erd
37032 \end_inset
37033
37034  or 
37035 \begin_inset Quotes eld
37036 \end_inset
37037
37038 white
37039 \begin_inset Quotes erd
37040 \end_inset
37041
37042 , and add this command to the document preamble:
37043 \begin_inset Newline newline
37044 \end_inset
37045
37046
37047 \series bold
37048
37049 \backslash
37050 @ifundefined{textcolor}
37051 \begin_inset Newline newline
37052 \end_inset
37053
37054
37055 \begin_inset space ~
37056 \end_inset
37057
37058 {
37059 \backslash
37060 usepackage{color}}{}
37061 \end_layout
37062
37063 \begin_deeper
37064 \begin_layout Standard
37065 \begin_inset ERT
37066 status collapsed
37067
37068 \begin_layout Plain Layout
37069
37070
37071 \backslash
37072 renewcommand{
37073 \backslash
37074 LettrineFontHook}{
37075 \backslash
37076 color{magenta}}
37077 \end_layout
37078
37079 \end_inset
37080
37081
37082 \begin_inset Note Note
37083 status collapsed
37084
37085 \begin_layout Plain Layout
37086 makes the initial magenta
37087 \end_layout
37088
37089 \end_inset
37090
37091
37092 \end_layout
37093
37094 \begin_layout Initial
37095 \begin_inset Argument
37096 status open
37097
37098 \begin_layout Plain Layout
37099 lines=3, lhang=0.33, loversize=0.25
37100 \end_layout
37101
37102 \end_inset
37103
37104
37105 \begin_inset Argument
37106 status open
37107
37108 \begin_layout Plain Layout
37109 \begin_inset Formula $\mathcal{I}$
37110 \end_inset
37111
37112
37113 \end_layout
37114
37115 \end_inset
37116
37117 t was in the spring
37118 \begin_inset ERT
37119 status collapsed
37120
37121 \begin_layout Plain Layout
37122
37123 }
37124 \end_layout
37125
37126 \end_inset
37127
37128  of the year 1894 that all London was interested, and the fashionable world
37129  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37130  and inexplicable circumstances.
37131  The public has already learned those particulars of the crime which came
37132  out in the police investigation, but a good deal was suppressed upon that
37133  occasion, since the case for the prosecution was so overwhelmingly strong
37134  that it was not necessary to bring forward all the facts.
37135 \begin_inset ERT
37136 status collapsed
37137
37138 \begin_layout Plain Layout
37139
37140 {
37141 \end_layout
37142
37143 \end_inset
37144
37145
37146 \end_layout
37147
37148 \end_deeper
37149 \begin_layout Standard
37150 \begin_inset ERT
37151 status collapsed
37152
37153 \begin_layout Plain Layout
37154
37155
37156 \backslash
37157 else
37158 \end_layout
37159
37160 \end_inset
37161
37162
37163 \begin_inset Note Note
37164 status open
37165
37166 \begin_layout Plain Layout
37167 The following will be displayed when the LaTeX-package 
37168 \series bold
37169 lettrine
37170 \series default
37171  is not installed:
37172 \end_layout
37173
37174 \end_inset
37175
37176
37177 \end_layout
37178
37179 \begin_layout Standard
37180 You need to install the LaTeX-package 
37181 \series bold
37182 lettrine
37183 \series default
37184  to see the following part of this section in the output.
37185 \end_layout
37186
37187 \begin_layout Standard
37188 \begin_inset ERT
37189 status collapsed
37190
37191 \begin_layout Plain Layout
37192
37193
37194 \backslash
37195 fi
37196 \end_layout
37197
37198 \end_inset
37199
37200
37201 \end_layout
37202
37203 \begin_layout Chapter
37204 External Document Parts
37205 \begin_inset Index idx
37206 status collapsed
37207
37208 \begin_layout Plain Layout
37209 External Document Parts
37210 \end_layout
37211
37212 \end_inset
37213
37214
37215 \end_layout
37216
37217 \begin_layout Standard
37218 With the menu 
37219 \family sans
37220 Insert\SpecialChar \menuseparator
37221 File
37222 \family default
37223  you can insert external material to your document.
37224  This can be:
37225 \end_layout
37226
37227 \begin_layout Description
37228 LyX
37229 \begin_inset space ~
37230 \end_inset
37231
37232 Document Another LyX document; its content is directly inserted to your
37233  document.
37234 \end_layout
37235
37236 \begin_layout Description
37237 Plain
37238 \begin_inset space ~
37239 \end_inset
37240
37241 Text A text document; each line is inserted in your document as a separate
37242  paragraph.
37243 \end_layout
37244
37245 \begin_layout Description
37246 Plain
37247 \begin_inset space ~
37248 \end_inset
37249
37250 Text,
37251 \begin_inset space ~
37252 \end_inset
37253
37254 Join
37255 \begin_inset space ~
37256 \end_inset
37257
37258 Lines A text document; text lines are inserted in your document continuously
37259  but an empty text line creates a new paragraph.
37260 \end_layout
37261
37262 \begin_layout Description
37263 External
37264 \begin_inset space ~
37265 \end_inset
37266
37267 Material Files in various formats.
37268 \end_layout
37269
37270 \begin_layout Description
37271 Child
37272 \begin_inset space ~
37273 \end_inset
37274
37275 Document LyX or LaTeX-documents.
37276 \end_layout
37277
37278 \begin_layout Section
37279 External Material
37280 \begin_inset Index idx
37281 status collapsed
37282
37283 \begin_layout Plain Layout
37284 External Document Parts ! External Material
37285 \end_layout
37286
37287 \end_inset
37288
37289
37290 \end_layout
37291
37292 \begin_layout Standard
37293 The external material feature allows you to insert files in to your document
37294  without converting them to a format that can be read by the document output
37295  format.
37296  LyX takes care of the necessary conversions.
37297  This is similar to images that can be inserted in various image formats
37298  in LyX documents.
37299  When you have enabled Instant Preview in LyX's preferences under 
37300 \family sans
37301 Look
37302 \begin_inset space ~
37303 \end_inset
37304
37305 and
37306 \begin_inset space ~
37307 \end_inset
37308
37309 feel\SpecialChar \menuseparator
37310 Graphics
37311 \family default
37312 , the external material types Dia and Xfig are directly shown in LyX.
37313 \end_layout
37314
37315 \begin_layout Standard
37316 External material can be inserted via the 
37317 \family sans
37318 External Material
37319 \family default
37320  dialog that is accessible with the menu 
37321 \family sans
37322 Insert\SpecialChar \menuseparator
37323 File\SpecialChar \menuseparator
37324 External
37325 \begin_inset space ~
37326 \end_inset
37327
37328 Material
37329 \family default
37330 .
37331  Currently the following file types (
37332 \family sans
37333 Templates
37334 \family default
37335 ) are allowed:
37336 \end_layout
37337
37338 \begin_layout Description
37339 ChessDiagram This template supports chess position diagrams made with the
37340  program 
37341 \series bold
37342
37343 \begin_inset CommandInset href
37344 LatexCommand href
37345 name "XBoard"
37346 target "http://en.wikipedia.org/wiki/XBoard"
37347
37348 \end_inset
37349
37350
37351 \series default
37352 .
37353 \end_layout
37354
37355 \begin_layout Description
37356 Date This inserts the date in the form 
37357 \emph on
37358 Day-Month-Year
37359 \emph default
37360 .
37361  This is a date inserted as external material: 
37362 \begin_inset External
37363         template Date
37364         filename .
37365
37366 \end_inset
37367
37368
37369 \begin_inset space ~
37370 \end_inset
37371
37372
37373 \begin_inset Note Note
37374 status open
37375
37376 \begin_layout Plain Layout
37377 Remove the protected space when bug 4398 is fixed!
37378 \end_layout
37379
37380 \end_inset
37381
37382
37383 \begin_inset Newline newline
37384 \end_inset
37385
37386 The date is not shown within LyX, only in the output.
37387  There are two other methods of inserting a date: Via menu 
37388 \family sans
37389 Insert\SpecialChar \menuseparator
37390 Date
37391 \family default
37392  and with the LaTeX command 
37393 \series bold
37394
37395 \backslash
37396 today
37397 \series default
37398  as TeX-Code.
37399  The different methods are compared in Table
37400 \begin_inset space ~
37401 \end_inset
37402
37403
37404 \begin_inset CommandInset ref
37405 LatexCommand ref
37406 reference "tab:Comparison-of-the"
37407
37408 \end_inset
37409
37410 .
37411 \end_layout
37412
37413 \begin_layout Description
37414 Dia This template supports diagrams created with the program 
37415 \series bold
37416
37417 \begin_inset CommandInset href
37418 LatexCommand href
37419 name "Dia"
37420 target "http://en.wikipedia.org/wiki/Dia_(software)"
37421
37422 \end_inset
37423
37424
37425 \series default
37426 .
37427 \end_layout
37428
37429 \begin_layout Description
37430 GnumericSpreadsheet With this template you can insert spreadsheets
37431 \begin_inset space \thinspace{}
37432 \end_inset
37433
37434 /
37435 \begin_inset space \thinspace{}
37436 \end_inset
37437
37438 tables in the format of 
37439 \series bold
37440
37441 \begin_inset CommandInset href
37442 LatexCommand href
37443 name "Gnumeric"
37444 target "http://en.wikipedia.org/wiki/Gnumeric"
37445
37446 \end_inset
37447
37448
37449 \series default
37450
37451 \begin_inset CommandInset href
37452 LatexCommand href
37453 name "OpenDocument"
37454 target "http://en.wikipedia.org/wiki/OpenDocument"
37455
37456 \end_inset
37457
37458
37459 \begin_inset CommandInset href
37460 LatexCommand href
37461 name "Microsoft Office XML"
37462 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37463
37464 \end_inset
37465
37466  and 
37467 \begin_inset CommandInset href
37468 LatexCommand href
37469 name "Office Open XML"
37470 target "http://en.wikipedia.org/wiki/Office_Open_XML"
37471
37472 \end_inset
37473
37474 .
37475  For this feature LyX must have found the program 
37476 \family typewriter
37477 ssconvert
37478 \family default
37479  during its configuration.
37480  This program is part of Gnumeric, so that you must have Gnumeric installed,
37481  also if you don't have tables in the Gnumeric format.
37482  For examples and possible limitations have a look at LyX's example file
37483  
37484 \emph on
37485 spreadsheet.lyx
37486 \emph default
37487 .
37488 \end_layout
37489
37490 \begin_layout Description
37491 LilyPond This template is used for music notation typeset with the program
37492 \begin_inset Newline linebreak
37493 \end_inset
37494
37495
37496 \series bold
37497
37498 \begin_inset CommandInset href
37499 LatexCommand href
37500 name "LilyPond"
37501 target "http://en.wikipedia.org/wiki/LilyPond"
37502
37503 \end_inset
37504
37505
37506 \series default
37507 .
37508  For LyX's extended support for LilyPond have a look at LyX's example file
37509  
37510 \emph on
37511 lilypond.lyx
37512 \emph default
37513 .
37514 \end_layout
37515
37516 \begin_layout Description
37517 PDFPages With this template you can insert PDF documents to your document.
37518  To specify the range of pages that should be included, use the option 
37519 \series bold
37520 pages
37521 \series default
37522  in the 
37523 \family sans
37524 Option
37525 \family default
37526  field in the 
37527 \family sans
37528 LaTeX and LyX options
37529 \family default
37530  tab.
37531  The argument of this option is a comma separated list, containing page
37532  numbers (insert as option 
37533 \series bold
37534 pages={3,5,6,8}
37535 \series default
37536 ), ranges of page numbers (
37537 \series bold
37538 pages={4-9}
37539 \series default
37540 ) or any combination.
37541  To insert empty pages use {}.
37542  E.
37543 \begin_inset space \thinspace{}
37544 \end_inset
37545
37546 g.
37547 \begin_inset space ~
37548 \end_inset
37549
37550
37551 \series bold
37552 pages={3,{},8-11,15}
37553 \series default
37554  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
37555  Page ranges are specified in the syntax 
37556 \emph on
37557 start
37558 \emph default
37559 -
37560 \emph on
37561 stop
37562 \emph default
37563 .
37564  This selects all pages from 
37565 \emph on
37566 start
37567 \emph default
37568  to 
37569 \emph on
37570 stop
37571 \emph default
37572 .
37573  Omitting 
37574 \emph on
37575 start
37576 \emph default
37577  defaults to the first page; omitting 
37578 \emph on
37579 stop
37580 \emph default
37581  defaults to the last page of the document.
37582  The last page can also be selected with the keyword 
37583 \series bold
37584 last
37585 \series default
37586 .
37587  (This is only permitted in a page range.) So 
37588 \series bold
37589 pages=-
37590 \series default
37591  will insert all pages of the document and 
37592 \series bold
37593 pages=last-1
37594 \series default
37595  will insert all pages in reverse order.
37596  If the pages option is not specified, only the first page of the PDF is
37597  inserted.
37598 \begin_inset Newline newline
37599 \end_inset
37600
37601 The option 
37602 \series bold
37603 noautoscale
37604 \series default
37605  inserts the pages with their original size, if this option is not given,
37606  the pages will be resized to fith the width of the page of your document.
37607  In the tab 
37608 \family sans
37609 Size and Rotation
37610 \family default
37611  you can specify the width and height of the input pages and their rotation.
37612  If another width than 100
37613 \begin_inset space \thinspace{}
37614 \end_inset
37615
37616 Scale% is used, the option 
37617 \series bold
37618 noautoscale
37619 \series default
37620  will be overwritten.
37621  For more info and possible options, have a look into the documentation
37622  of the LaTeX-package 
37623 \series bold
37624 pdfpages
37625 \series default
37626  
37627 \begin_inset CommandInset citation
37628 LatexCommand cite
37629 key "pdfpages"
37630
37631 \end_inset
37632
37633 .
37634 \begin_inset Index idx
37635 status collapsed
37636
37637 \begin_layout Plain Layout
37638 LaTeX-packages ! pdfpages
37639 \end_layout
37640
37641 \end_inset
37642
37643
37644 \begin_inset Newline newline
37645 \end_inset
37646
37647 To use this template in a 
37648 \family sans
37649 Beamer
37650 \family default
37651  presentation you need to first insert an 
37652 \family sans
37653 EndFrame
37654 \family default
37655  environment and in a subsequent paragraph a TeX-Code box containing the
37656  command 
37657 \series bold
37658
37659 \backslash
37660 setbeamertemplate{background canvas}{}
37661 \series default
37662 .
37663  Then you can insert as many paragraphs containing the PDFPages template
37664  as you wish.
37665  Behind the included PDF pages you can resume the Beamer presentation by
37666  beginning a new frame or by starting a new section.
37667  To avoid stray blank pages prior to the PDF pages, make sure to use the
37668  
37669 \family sans
37670 Default
37671 \family default
37672  alignment for the paragraph containing the template.
37673 \begin_inset Newline newline
37674 \end_inset
37675
37676 Here is an included PDF which is rotated by -5°: 
37677 \begin_inset External
37678         template PDFPages
37679         filename clipart/Abstract.pdf
37680         extra LaTeX "noautoscale, pages=-"
37681         rotateAngle -5
37682         rotateOrigin bottomleft
37683
37684 \end_inset
37685
37686
37687 \end_layout
37688
37689 \begin_layout Description
37690 RasterImage This can be used for bitmap images.
37691  The image can be treated in the 
37692 \family sans
37693 External material
37694 \family default
37695  dialog like the images that are usually included via the 
37696 \family sans
37697 Graphics
37698 \family default
37699  dialog as described in section
37700 \begin_inset space ~
37701 \end_inset
37702
37703
37704 \begin_inset CommandInset ref
37705 LatexCommand ref
37706 reference "sec:Graphics-Dialog"
37707
37708 \end_inset
37709
37710 .
37711  The difference to the normal image input is that only raster images are
37712  allowed; that means that PDF and EPS-images are not supported.
37713  Here is an inserted raster image: 
37714 \begin_inset External
37715         template RasterImage
37716         filename clipart/ToolbarEnvBox.png
37717
37718 \end_inset
37719
37720
37721 \end_layout
37722
37723 \begin_layout Description
37724 XFig This template supports images created with the program 
37725 \series bold
37726
37727 \begin_inset CommandInset href
37728 LatexCommand href
37729 name "Xfig"
37730 target "http://en.wikipedia.org/wiki/Xfig"
37731
37732 \end_inset
37733
37734
37735 \series default
37736 .
37737 \end_layout
37738
37739 \begin_layout Standard
37740 \begin_inset Float table
37741 placement !h
37742 wide false
37743 sideways false
37744 status open
37745
37746 \begin_layout Plain Layout
37747 \begin_inset Caption
37748
37749 \begin_layout Plain Layout
37750 \begin_inset CommandInset label
37751 LatexCommand label
37752 name "tab:Comparison-of-the"
37753
37754 \end_inset
37755
37756 Comparison of the date input methods.
37757 \end_layout
37758
37759 \end_inset
37760
37761
37762 \end_layout
37763
37764 \begin_layout Plain Layout
37765 \align center
37766 \begin_inset Tabular
37767 <lyxtabular version="3" rows="4" columns="4">
37768 <features tabularvalignment="middle">
37769 <column alignment="center" valignment="top" width="0">
37770 <column alignment="center" valignment="top" width="0">
37771 <column alignment="center" valignment="top" width="0">
37772 <column alignment="center" valignment="top" width="0">
37773 <row>
37774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778 Document format
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787
37788 \family sans
37789 External Material\SpecialChar \menuseparator
37790 Date
37791 \end_layout
37792
37793 \end_inset
37794 </cell>
37795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37796 \begin_inset Text
37797
37798 \begin_layout Plain Layout
37799
37800 \family sans
37801 Insert\SpecialChar \menuseparator
37802 Date
37803 \end_layout
37804
37805 \end_inset
37806 </cell>
37807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37808 \begin_inset Text
37809
37810 \begin_layout Plain Layout
37811 command 
37812 \series bold
37813
37814 \backslash
37815 today
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 </row>
37821 <row>
37822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37823 \begin_inset Text
37824
37825 \begin_layout Plain Layout
37826 LyX
37827 \end_layout
37828
37829 \end_inset
37830 </cell>
37831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835 as inset box
37836 \end_layout
37837
37838 \end_inset
37839 </cell>
37840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37841 \begin_inset Text
37842
37843 \begin_layout Plain Layout
37844 as date
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37850 \begin_inset Text
37851
37852 \begin_layout Plain Layout
37853 as TeX-Code inset box
37854 \end_layout
37855
37856 \end_inset
37857 </cell>
37858 </row>
37859 <row>
37860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37861 \begin_inset Text
37862
37863 \begin_layout Plain Layout
37864 LaTeX
37865 \end_layout
37866
37867 \end_inset
37868 </cell>
37869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37870 \begin_inset Text
37871
37872 \begin_layout Plain Layout
37873 as date
37874 \end_layout
37875
37876 \end_inset
37877 </cell>
37878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37879 \begin_inset Text
37880
37881 \begin_layout Plain Layout
37882 as date
37883 \end_layout
37884
37885 \end_inset
37886 </cell>
37887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37888 \begin_inset Text
37889
37890 \begin_layout Plain Layout
37891 as command
37892 \end_layout
37893
37894 \end_inset
37895 </cell>
37896 </row>
37897 <row>
37898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902 DVI, PDF, PS
37903 \end_layout
37904
37905 \end_inset
37906 </cell>
37907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37908 \begin_inset Text
37909
37910 \begin_layout Plain Layout
37911 as date
37912 \end_layout
37913
37914 \end_inset
37915 </cell>
37916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37917 \begin_inset Text
37918
37919 \begin_layout Plain Layout
37920 as date
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929 as date
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 </row>
37935 </lyxtabular>
37936
37937 \end_inset
37938
37939
37940 \end_layout
37941
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \begin_layout Standard
37948 When you use the option 
37949 \family sans
37950 Draft
37951 \family default
37952  in the 
37953 \family sans
37954 File
37955 \family default
37956  tab of the 
37957 \family sans
37958 External Material
37959 \family default
37960  dialog, only the path to the inserted file is shown in the output.
37961 \begin_inset Newline newline
37962 \end_inset
37963
37964 External material is displayed in LyX either as a box like this: 
37965 \begin_inset Graphics
37966         filename clipart/ExternalMaterialQt4.png
37967         scale 85
37968         scaleBeforeRotation
37969
37970 \end_inset
37971
37972  or as image, depending on the option 
37973 \family sans
37974 Show in LyX
37975 \family default
37976  in the 
37977 \family sans
37978 LaTeX and LyX options
37979 \family default
37980  tab of the dialog.
37981 \end_layout
37982
37983 \begin_layout Standard
37984 The 
37985 \family sans
37986 \emph on
37987 Customization
37988 \family default
37989 \emph default
37990  manual explains how you can define your own templates.
37991 \end_layout
37992
37993 \begin_layout Section
37994 Child Documents
37995 \begin_inset CommandInset label
37996 LatexCommand label
37997 name "sec:Child-Documents"
37998
37999 \end_inset
38000
38001
38002 \begin_inset Index idx
38003 status collapsed
38004
38005 \begin_layout Plain Layout
38006 External Document Parts ! Child Documents
38007 \end_layout
38008
38009 \end_inset
38010
38011
38012 \begin_inset Index idx
38013 status collapsed
38014
38015 \begin_layout Plain Layout
38016 Files ! Include
38017 \end_layout
38018
38019 \end_inset
38020
38021
38022 \end_layout
38023
38024 \begin_layout Standard
38025 Child documents are used if you have a long document consisting of several
38026  larger parts or sections.
38027  For maintenance it is often useful and sometimes even required to split
38028  the document into several files that can be revised separately.
38029  The different documents are then the so called 
38030 \begin_inset Quotes eld
38031 \end_inset
38032
38033 child documents
38034 \begin_inset Quotes erd
38035 \end_inset
38036
38037 , and a master document connects them to print the full document or parts
38038  of it.
38039  A child document inherits elements of its master, for example the LaTeX
38040  preamble, the bibliography, and labels for cross-references.
38041 \end_layout
38042
38043 \begin_layout Standard
38044 To be able to work on child documents without the need to open their master,
38045  specify in the child document the master in the menu
38046 \family sans
38047  Document\SpecialChar \menuseparator
38048 Settings\SpecialChar \menuseparator
38049 Document
38050 \begin_inset space ~
38051 \end_inset
38052
38053 Class
38054 \family default
38055 .
38056  This master document will then be used in the background by LyX when you
38057  edit the child document.
38058 \end_layout
38059
38060 \begin_layout Standard
38061 Included documents are displayed in LyX as a box like this: 
38062 \begin_inset Graphics
38063         filename clipart/ChildDocumentQt4.png
38064         scale 85
38065         scaleBeforeRotation
38066
38067 \end_inset
38068
38069  To include child documents in a master document use the menu 
38070 \family sans
38071 Insert\SpecialChar \menuseparator
38072 File\SpecialChar \menuseparator
38073 Child
38074 \begin_inset space ~
38075 \end_inset
38076
38077 Documents
38078 \family default
38079 .
38080  A dialog pops up where you can choose between four include methods:
38081 \end_layout
38082
38083 \begin_layout Description
38084 Include You can include LyX- and LaTeX-documents.
38085  When you press the 
38086 \family sans
38087 Load
38088 \family default
38089  button in the 
38090 \family sans
38091 Child Document
38092 \family default
38093  dialog, the included documents will be opened in LyX in a new file tab
38094  so that you can modify them.
38095 \begin_inset Newline newline
38096 \end_inset
38097
38098
38099 \end_layout
38100
38101 \begin_layout Standard
38102 Here is a child document inserted using 
38103 \family sans
38104 Include
38105 \family default
38106
38107 \begin_inset CommandInset include
38108 LatexCommand include
38109 filename "DummyDocument1.lyx"
38110
38111 \end_inset
38112
38113
38114 \end_layout
38115
38116 \begin_layout Standard
38117 The section numbering includes the sections of the included files in the
38118  order they are inserted in the master document.
38119  The included example document has for example a subsection that is numbered
38120  as a subsection of this section.
38121  Labels of included documents can be referenced: Subsection
38122 \begin_inset space ~
38123 \end_inset
38124
38125
38126 \begin_inset CommandInset ref
38127 LatexCommand ref
38128 reference "sub:External-Subsection-1"
38129
38130 \end_inset
38131
38132 .
38133 \end_layout
38134
38135 \begin_layout Standard
38136 The preamble of the child document is ignored; only the preamble of the
38137  master document is used.
38138  Branches in child documents will be ignored by the master document when
38139  the master document does not have a branch with the same name.
38140  Included documents are inserted starting on a new page and ending with
38141  a page break.
38142 \end_layout
38143
38144 \begin_layout Standard
38145 \begin_inset Note Greyedout
38146 status open
38147
38148 \begin_layout Plain Layout
38149
38150 \series bold
38151 Note:
38152 \series default
38153  If you have included a LyX- or LaTeX-file, you are warned when you export/view
38154  the document in case the child document uses another document class than
38155  the master document as this will lead to unexpected outputs.
38156 \end_layout
38157
38158 \end_inset
38159
38160
38161 \end_layout
38162
38163 \begin_layout Description
38164 Input This method is very similar to the Include method.
38165  The differences are:
38166 \end_layout
38167
38168 \begin_deeper
38169 \begin_layout Itemize
38170 Input files don't start with a new page and don't end with a page break.
38171 \end_layout
38172
38173 \begin_layout Itemize
38174 Input files can be previewed in LyX when 
38175 \family sans
38176 Instant
38177 \begin_inset space ~
38178 \end_inset
38179
38180 Preview
38181 \family default
38182  is enabled in LyX's preferences under 
38183 \family sans
38184 Look
38185 \begin_inset space ~
38186 \end_inset
38187
38188 and
38189 \begin_inset space ~
38190 \end_inset
38191
38192 feel\SpecialChar \menuseparator
38193 Graphics
38194 \family default
38195 .
38196 \end_layout
38197
38198 \begin_layout Itemize
38199 You cannot exclude Input files via the menu 
38200 \family sans
38201 Document\SpecialChar \menuseparator
38202 Settings\SpecialChar \menuseparator
38203 Child Documents
38204 \family default
38205 .
38206 \end_layout
38207
38208 \end_deeper
38209 \begin_layout Standard
38210 Here is a child document inserted using 
38211 \family sans
38212 Input
38213 \family default
38214
38215 \begin_inset CommandInset include
38216 LatexCommand input
38217 filename "DummyDocument2.lyx"
38218
38219 \end_inset
38220
38221
38222 \end_layout
38223
38224 \begin_layout Description
38225 Verbatim With this method any text file can be included.
38226  The file is shown in the output with its source code; no command used in
38227  the text is invoked.
38228  You can use the option 
38229 \family sans
38230 Mark spaces in output
38231 \family default
38232  that displays the character 
38233 \begin_inset Quotes eld
38234 \end_inset
38235
38236
38237 \begin_inset ERT
38238 status collapsed
38239
38240 \begin_layout Plain Layout
38241
38242
38243 \backslash
38244 textvisiblespace 
38245 \end_layout
38246
38247 \end_inset
38248
38249
38250 \begin_inset Quotes erd
38251 \end_inset
38252
38253  for every space character in the source code.
38254  The difference from the method via the menu 
38255 \family sans
38256 Insert\SpecialChar \menuseparator
38257 File\SpecialChar \menuseparator
38258 Plain
38259 \begin_inset space ~
38260 \end_inset
38261
38262 Text
38263 \family default
38264  is that the document content is not shown in LyX.
38265 \end_layout
38266
38267 \begin_layout Standard
38268 Here is a child document inserted as Verbatim: 
38269 \begin_inset CommandInset include
38270 LatexCommand verbatiminput
38271 filename "DummyTextDocument.txt"
38272
38273 \end_inset
38274
38275
38276 \begin_inset VSpace bigskip
38277 \end_inset
38278
38279  Here is a child document inserted as Verbatim using the 
38280 \family sans
38281 Mark spaces in output
38282 \family default
38283  option: 
38284 \begin_inset CommandInset include
38285 LatexCommand verbatiminput*
38286 filename "DummyTextDocument.txt"
38287
38288 \end_inset
38289
38290
38291 \end_layout
38292
38293 \begin_layout Standard
38294 \begin_inset VSpace bigskip
38295 \end_inset
38296
38297
38298 \end_layout
38299
38300 \begin_layout Standard
38301 \begin_inset Note Greyedout
38302 status open
38303
38304 \begin_layout Plain Layout
38305
38306 \series bold
38307 Note:
38308 \series default
38309  As you can see in the examples above, the text of the documents included
38310  as 
38311 \family sans
38312 verbatim
38313 \family default
38314  is not broken at the end of the document lines.
38315 \end_layout
38316
38317 \end_inset
38318
38319
38320 \end_layout
38321
38322 \begin_layout Description
38323 Listings This type is described in chapter
38324 \begin_inset space ~
38325 \end_inset
38326
38327
38328 \begin_inset CommandInset ref
38329 LatexCommand ref
38330 reference "cha:Program-Code-Listings"
38331
38332 \end_inset
38333
38334 .
38335 \end_layout
38336
38337 \begin_layout Standard
38338 \begin_inset Note Greyedout
38339 status open
38340
38341 \begin_layout Plain Layout
38342
38343 \series bold
38344 Note:
38345 \series default
38346  Including the same document twice in a document using different methods
38347  could cause LaTeX-problems.
38348 \end_layout
38349
38350 \end_inset
38351
38352
38353 \end_layout
38354
38355 \begin_layout Standard
38356 If you want to view/export only selected children of your master document,
38357  either because you want to save compiling time or because you want to distribut
38358 e single chapters of the book you are just writing, you can exclude children
38359  from the output.
38360  This is done via the menu 
38361 \family sans
38362 Document\SpecialChar \menuseparator
38363 Settings\SpecialChar \menuseparator
38364 Child Documents
38365 \family default
38366 .
38367  You can exclude\SpecialChar \slash{}
38368 include children by double-clicking on the 
38369 \family sans
38370 include to output
38371 \family default
38372  column of the respective child document in the list (note that this only
38373  works for documents embedded via 
38374 \begin_inset Quotes eld
38375 \end_inset
38376
38377 Include
38378 \begin_inset Quotes erd
38379 \end_inset
38380
38381 , not with 
38382 \begin_inset Quotes eld
38383 \end_inset
38384
38385 Input
38386 \begin_inset Quotes erd
38387 \end_inset
38388
38389 ).
38390  If the option 
38391 \family sans
38392 Maintain counters and references
38393 \family default
38394  is enabled, LyX will assure that all page numbers, references etc.
38395 \begin_inset space ~
38396 \end_inset
38397
38398 are correct as if the whole document was processed.
38399  This is useful if you want the selected sub-documents to look exactly as
38400  in the context of the whole document.
38401  However, LyX needs to process the whole document in the background for
38402  this feature.
38403  So if you want to save compile time and if counters and references do not
38404  need to be correct, disable this checkbox.
38405 \end_layout
38406
38407 \begin_layout Standard
38408 Alternatively, you can put each included file into a branch.
38409 \begin_inset Foot
38410 status collapsed
38411
38412 \begin_layout Plain Layout
38413 Branches are described in section 
38414 \emph on
38415 Branches
38416 \emph default
38417  of the LyX 
38418 \emph on
38419 Userguide
38420 \emph default
38421 .
38422 \end_layout
38423
38424 \end_inset
38425
38426  By enabling\SpecialChar \slash{}
38427 disabling branches you can decide which included files will
38428  appear in the output.
38429  This has the advantage that it also works with Input'ed sub-documents.
38430  However, counters and references will not be maintained with this approach.
38431 \end_layout
38432
38433 \begin_layout Chapter
38434 Program Code Listings
38435 \begin_inset CommandInset label
38436 LatexCommand label
38437 name "cha:Program-Code-Listings"
38438
38439 \end_inset
38440
38441
38442 \begin_inset Index idx
38443 status collapsed
38444
38445 \begin_layout Plain Layout
38446 Listings
38447 \end_layout
38448
38449 \end_inset
38450
38451
38452 \begin_inset Index idx
38453 status collapsed
38454
38455 \begin_layout Plain Layout
38456 Program Code
38457 \end_layout
38458
38459 \end_inset
38460
38461
38462 \begin_inset Index idx
38463 status collapsed
38464
38465 \begin_layout Plain Layout
38466 Floats ! Listings
38467 \end_layout
38468
38469 \end_inset
38470
38471
38472 \end_layout
38473
38474 \begin_layout Standard
38475 To include and typeset program code you can use the 
38476 \family sans
38477 Listings
38478 \family default
38479  inset that can be inserted via the menu 
38480 \family sans
38481 Insert\SpecialChar \menuseparator
38482 Program Listing
38483 \family default
38484 .
38485  The LaTeX-package 
38486 \series bold
38487 listings
38488 \series default
38489
38490 \begin_inset Index idx
38491 status collapsed
38492
38493 \begin_layout Plain Layout
38494 LaTeX-packages ! listings
38495 \end_layout
38496
38497 \end_inset
38498
38499  provides a powerful and flexible way to insert program source code into
38500  your document.
38501 \end_layout
38502
38503 \begin_layout Standard
38504 Right-clicking on a listings inset opens the context menu containing where
38505  you can set the listings format.
38506 \end_layout
38507
38508 \begin_layout Standard
38509 By default, a listing starts a new paragraph in the output.
38510  The placement option 
38511 \family sans
38512 Inline
38513 \begin_inset space ~
38514 \end_inset
38515
38516 listing
38517 \family default
38518  prints the listing inline like this: 
38519 \begin_inset listings
38520 lstparams "language={C++}"
38521 inline true
38522 status open
38523
38524 \begin_layout Plain Layout
38525
38526 int a=5;
38527 \end_layout
38528
38529 \end_inset
38530
38531
38532 \begin_inset Newline newline
38533 \end_inset
38534
38535 The option 
38536 \family sans
38537 Float
38538 \family default
38539  creates a listings float where you can specify the placement options 
38540 \begin_inset Quotes eld
38541 \end_inset
38542
38543
38544 \family sans
38545 h
38546 \family default
38547
38548 \begin_inset Quotes erd
38549 \end_inset
38550
38551
38552 \begin_inset Quotes eld
38553 \end_inset
38554
38555
38556 \family sans
38557 t
38558 \family default
38559
38560 \begin_inset Quotes erd
38561 \end_inset
38562
38563
38564 \begin_inset Quotes eld
38565 \end_inset
38566
38567
38568 \family sans
38569 b
38570 \family default
38571
38572 \begin_inset Quotes erd
38573 \end_inset
38574
38575 , and 
38576 \begin_inset Quotes eld
38577 \end_inset
38578
38579
38580 \family sans
38581 p
38582 \family default
38583
38584 \begin_inset Quotes erd
38585 \end_inset
38586
38587  corresponding to the float placement options described in section
38588 \begin_inset space ~
38589 \end_inset
38590
38591
38592 \begin_inset CommandInset ref
38593 LatexCommand ref
38594 reference "sec:Float-Placement"
38595
38596 \end_inset
38597
38598 .
38599  The placement options can be mixed and are inserted without any separation,
38600  e.
38601 \begin_inset space \thinspace{}
38602 \end_inset
38603
38604 g.
38605 \begin_inset space \space{}
38606 \end_inset
38607
38608
38609 \begin_inset Quotes eld
38610 \end_inset
38611
38612
38613 \family sans
38614 htbp
38615 \family default
38616
38617 \begin_inset Quotes erd
38618 \end_inset
38619
38620 .
38621  The option 
38622 \begin_inset Quotes eld
38623 \end_inset
38624
38625 h
38626 \begin_inset Quotes erd
38627 \end_inset
38628
38629  has sometimes no effect, but you don't need to use the 
38630 \family sans
38631 Float
38632 \family default
38633  option in this case as also non-float listings can have captions and be
38634  referenced.
38635 \end_layout
38636
38637 \begin_layout Standard
38638 You can add captions to listings with the menu 
38639 \family sans
38640 Insert\SpecialChar \menuseparator
38641 Caption
38642 \family default
38643 .
38644  Listings can be referenced like floats: Listing
38645 \begin_inset space ~
38646 \end_inset
38647
38648
38649 \begin_inset CommandInset ref
38650 LatexCommand ref
38651 reference "lst:Example-Listing"
38652
38653 \end_inset
38654
38655
38656 \end_layout
38657
38658 \begin_layout Standard
38659 \begin_inset listings
38660 lstparams "language=Python"
38661 inline false
38662 status open
38663
38664 \begin_layout Plain Layout
38665
38666 \begin_inset Caption
38667
38668 \begin_layout Plain Layout
38669 \begin_inset CommandInset label
38670 LatexCommand label
38671 name "lst:Example-Listing"
38672
38673 \end_inset
38674
38675 Example Listing float
38676 \end_layout
38677
38678 \end_inset
38679
38680 # Example listing float
38681 \end_layout
38682
38683 \begin_layout Plain Layout
38684
38685 def func(param):
38686 \end_layout
38687
38688 \begin_layout Plain Layout
38689
38690     'this is a python function'
38691 \end_layout
38692
38693 \begin_layout Plain Layout
38694
38695     pass
38696 \end_layout
38697
38698 \end_inset
38699
38700
38701 \end_layout
38702
38703 \begin_layout Standard
38704 When you have set a programming language in the listings dialog, the keywords
38705  of this language will be recognized and specially typeset in the output.
38706  In the example listings the Python keyword 
38707 \begin_inset Quotes eld
38708 \end_inset
38709
38710 def
38711 \begin_inset Quotes erd
38712 \end_inset
38713
38714  is recognized and printed bold in the output.
38715 \end_layout
38716
38717 \begin_layout Standard
38718 \begin_inset Note Greyedout
38719 status open
38720
38721 \begin_layout Plain Layout
38722
38723 \series bold
38724 Note:
38725 \series default
38726  If you don't get bold keywords when using typewriter fonts, your 
38727 \family typewriter
38728 typewriter
38729 \family default
38730  font probably doesn't provide a bold shape.
38731  In this case select a different one in the menu 
38732 \family sans
38733 Document\SpecialChar \menuseparator
38734 Settings\SpecialChar \menuseparator
38735 Fonts
38736 \family default
38737 .
38738  (The fonts 
38739 \emph on
38740 LuxiMono, BeraMono
38741 \emph default
38742  and 
38743 \emph on
38744 Courier
38745 \emph default
38746  provide bold shapes.)
38747 \end_layout
38748
38749 \end_inset
38750
38751
38752 \end_layout
38753
38754 \begin_layout Standard
38755 In section 
38756 \family sans
38757 Line
38758 \begin_inset space ~
38759 \end_inset
38760
38761 numbering
38762 \family default
38763  of the listings dialog you can specify the line numbering style.
38764  You can insert a number to specify which lines are numbered in the field
38765  
38766 \family sans
38767 Step
38768 \family default
38769 .
38770  When you insert e.
38771 \begin_inset space \thinspace{}
38772 \end_inset
38773
38774 g.
38775 \begin_inset space \space{}
38776 \end_inset
38777
38778
38779 \begin_inset Quotes eld
38780 \end_inset
38781
38782 3
38783 \begin_inset Quotes erd
38784 \end_inset
38785
38786 , only every 3rd line will be numbered.
38787 \end_layout
38788
38789 \begin_layout Standard
38790 You can furthermore specify a range of lines; only these will then appear
38791  in the output.
38792  The option 
38793 \family sans
38794 Extended character table
38795 \family default
38796  should be used when you use national characters like the German umlauts
38797  in the listing.
38798 \begin_inset Newline newline
38799 \end_inset
38800
38801 Here is an example listing with left line numbering, step 
38802 \begin_inset Quotes eld
38803 \end_inset
38804
38805 3
38806 \begin_inset Quotes erd
38807 \end_inset
38808
38809 , language 
38810 \begin_inset Quotes eld
38811 \end_inset
38812
38813 Python
38814 \begin_inset Quotes erd
38815 \end_inset
38816
38817 , options 
38818 \begin_inset Quotes eld
38819 \end_inset
38820
38821 Extended character table
38822 \begin_inset Quotes erd
38823 \end_inset
38824
38825  and 
38826 \begin_inset Quotes eld
38827 \end_inset
38828
38829 Space
38830 \begin_inset space ~
38831 \end_inset
38832
38833 as
38834 \begin_inset space ~
38835 \end_inset
38836
38837 symbol
38838 \begin_inset Quotes erd
38839 \end_inset
38840
38841 , range lines 3
38842 \begin_inset space \thinspace{}
38843 \end_inset
38844
38845 -
38846 \begin_inset space \thinspace{}
38847 \end_inset
38848
38849 8:
38850 \end_layout
38851
38852 \begin_layout Standard
38853 \begin_inset listings
38854 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38855 inline false
38856 status open
38857
38858 \begin_layout Plain Layout
38859
38860 def func(param):
38861 \end_layout
38862
38863 \begin_layout Plain Layout
38864
38865     'this is a python function'
38866 \end_layout
38867
38868 \begin_layout Plain Layout
38869
38870     pass
38871 \end_layout
38872
38873 \begin_layout Plain Layout
38874
38875 def func(param):
38876 \end_layout
38877
38878 \begin_layout Plain Layout
38879
38880 'This is a German word: Tschüß'
38881 \end_layout
38882
38883 \begin_layout Plain Layout
38884
38885 pass
38886 \end_layout
38887
38888 \begin_layout Plain Layout
38889
38890 def func(param):
38891 \end_layout
38892
38893 \begin_layout Plain Layout
38894
38895 'this is a python function'
38896 \end_layout
38897
38898 \begin_layout Plain Layout
38899
38900 pass
38901 \end_layout
38902
38903 \end_inset
38904
38905
38906 \end_layout
38907
38908 \begin_layout Standard
38909 When you have tabulators in your listing, you can specify the number of
38910  characters that are spanned by a tabulator in the field 
38911 \family sans
38912 Tabulator
38913 \begin_inset space ~
38914 \end_inset
38915
38916 size
38917 \family default
38918 .
38919 \end_layout
38920
38921 \begin_layout Standard
38922 \begin_inset Note Greyedout
38923 status open
38924
38925 \begin_layout Plain Layout
38926
38927 \series bold
38928 Note:
38929 \series default
38930  Due to a bug in the 
38931 \series bold
38932 listings
38933 \series default
38934  package the line numbering is shifted by a line by every previous listing.
38935  That's the reason why the lines 2 and 5 are numbered in the above listing
38936  and not the lines 3 and 6.
38937 \end_layout
38938
38939 \end_inset
38940
38941
38942 \end_layout
38943
38944 \begin_layout Standard
38945 \begin_inset VSpace bigskip
38946 \end_inset
38947
38948
38949 \end_layout
38950
38951 \begin_layout Standard
38952 It is also possible to print lines from a file as listing.
38953  To do this, use the menu 
38954 \family sans
38955 Insert\SpecialChar \menuseparator
38956 File\SpecialChar \menuseparator
38957 Child Document
38958 \family default
38959  and choose the type 
38960 \family sans
38961 Listings
38962 \family default
38963 .
38964 \begin_inset Foot
38965 status collapsed
38966
38967 \begin_layout Plain Layout
38968 The other child document types are described in section
38969 \begin_inset space ~
38970 \end_inset
38971
38972
38973 \begin_inset CommandInset ref
38974 LatexCommand ref
38975 reference "sec:Child-Documents"
38976
38977 \end_inset
38978
38979 .
38980 \end_layout
38981
38982 \end_inset
38983
38984  In the child document dialog you can specify the listing parameters in
38985  a text box.
38986  To show a list of all available parameters, type in a question mark 
38987 \begin_inset Quotes eld
38988 \end_inset
38989
38990 ?
38991 \begin_inset Quotes erd
38992 \end_inset
38993
38994  in the text box.
38995 \end_layout
38996
38997 \begin_layout Standard
38998 To reference child document listings, write a label text into the corresponding
38999  field of the child document dialog.
39000  The label can then be referenced using the menu 
39001 \family sans
39002 Insert\SpecialChar \menuseparator
39003 Cross-Reference
39004 \family default
39005 .
39006 \end_layout
39007
39008 \begin_layout Standard
39009 Listing
39010 \begin_inset space ~
39011 \end_inset
39012
39013
39014 \begin_inset CommandInset ref
39015 LatexCommand ref
39016 reference "lst:file-listing"
39017
39018 \end_inset
39019
39020  is an example for a listing of a file; there the lines 10
39021 \begin_inset space \thinspace{}
39022 \end_inset
39023
39024 -
39025 \begin_inset space \thinspace{}
39026 \end_inset
39027
39028 15 of this LyX file are listed.
39029 \end_layout
39030
39031 \begin_layout Standard
39032 \begin_inset CommandInset include
39033 LatexCommand lstinputlisting
39034 filename "EmbeddedObjects.lyx"
39035 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39036
39037 \end_inset
39038
39039
39040 \end_layout
39041
39042 \begin_layout Standard
39043 \begin_inset VSpace bigskip
39044 \end_inset
39045
39046
39047 \end_layout
39048
39049 \begin_layout Standard
39050 Inserting a formula into a listing can be done the following way:
39051 \end_layout
39052
39053 \begin_layout Enumerate
39054 Open the listings dialog and add
39055 \begin_inset Newline newline
39056 \end_inset
39057
39058
39059 \family sans
39060 mathescape=true
39061 \family default
39062
39063 \begin_inset Newline newline
39064 \end_inset
39065
39066 to the field of the 
39067 \family sans
39068 Advanced
39069 \family default
39070  tab.
39071 \end_layout
39072
39073 \begin_layout Enumerate
39074 Create a formula outside the listing
39075 \end_layout
39076
39077 \begin_layout Enumerate
39078 Copy the content of the formula (not the formula inset) to the clipboard
39079  (shortcut 
39080 \begin_inset Info
39081 type  "shortcut"
39082 arg   "copy"
39083 \end_inset
39084
39085 )
39086 \end_layout
39087
39088 \begin_layout Enumerate
39089 In the listing write 
39090 \begin_inset Quotes eld
39091 \end_inset
39092
39093
39094 \family sans
39095 $$
39096 \family default
39097
39098 \begin_inset Quotes erd
39099 \end_inset
39100
39101  and copy from the clipboard between the dollar-signs (shortcut 
39102 \begin_inset Info
39103 type  "shortcut"
39104 arg   "paste"
39105 \end_inset
39106
39107 )
39108 \end_layout
39109
39110 \begin_layout Standard
39111 \begin_inset listings
39112 lstparams "language=Python,mathescape=true"
39113 inline false
39114 status open
39115
39116 \begin_layout Plain Layout
39117
39118 \begin_inset Caption
39119
39120 \begin_layout Plain Layout
39121 Example Listing float containing a formula
39122 \end_layout
39123
39124 \end_inset
39125
39126 # Example listing float
39127 \end_layout
39128
39129 \begin_layout Plain Layout
39130
39131 def func(param):
39132 \end_layout
39133
39134 \begin_layout Plain Layout
39135
39136     # $
39137 \backslash
39138 prod_{n=1}^{
39139 \backslash
39140 infty}
39141 \backslash
39142 ,
39143 \backslash
39144 frac{1}{x^{2}}$
39145 \end_layout
39146
39147 \begin_layout Plain Layout
39148
39149     pass
39150 \end_layout
39151
39152 \end_inset
39153
39154
39155 \end_layout
39156
39157 \begin_layout Standard
39158 \begin_inset VSpace bigskip
39159 \end_inset
39160
39161
39162 \end_layout
39163
39164 \begin_layout Standard
39165 Global listings settings can be set in the 
39166 \family sans
39167 Document\SpecialChar \menuseparator
39168 Settings\SpecialChar \menuseparator
39169 Listings
39170 \family default
39171  dialog.
39172  To get there a list of available options, type in a question mark 
39173 \begin_inset Quotes eld
39174 \end_inset
39175
39176 ?
39177 \begin_inset Quotes erd
39178 \end_inset
39179
39180 .
39181 \end_layout
39182
39183 \begin_layout Standard
39184 For more information about the 
39185 \series bold
39186 listings
39187 \series default
39188  package, we refer to its documentation 
39189 \begin_inset CommandInset citation
39190 LatexCommand cite
39191 key "listings"
39192
39193 \end_inset
39194
39195 .
39196 \end_layout
39197
39198 \begin_layout Standard
39199 \begin_inset Newpage newpage
39200 \end_inset
39201
39202
39203 \end_layout
39204
39205 \begin_layout Chapter
39206 \start_of_appendix
39207 Units available in LyX
39208 \begin_inset Index idx
39209 status collapsed
39210
39211 \begin_layout Plain Layout
39212 Units
39213 \end_layout
39214
39215 \end_inset
39216
39217
39218 \begin_inset CommandInset label
39219 LatexCommand label
39220 name "cha:Units-available-in"
39221
39222 \end_inset
39223
39224
39225 \end_layout
39226
39227 \begin_layout Standard
39228 To understand the units described in this documentation, Table
39229 \begin_inset space ~
39230 \end_inset
39231
39232
39233 \begin_inset CommandInset ref
39234 LatexCommand ref
39235 reference "tab:Units"
39236
39237 \end_inset
39238
39239  explains all units available in LyX.
39240 \end_layout
39241
39242 \begin_layout Standard
39243 \begin_inset Float table
39244 placement h
39245 wide false
39246 sideways false
39247 status open
39248
39249 \begin_layout Plain Layout
39250 \begin_inset Caption
39251
39252 \begin_layout Plain Layout
39253 \begin_inset CommandInset label
39254 LatexCommand label
39255 name "tab:Units"
39256
39257 \end_inset
39258
39259 Units
39260 \end_layout
39261
39262 \end_inset
39263
39264
39265 \end_layout
39266
39267 \begin_layout Plain Layout
39268 \begin_inset VSpace medskip
39269 \end_inset
39270
39271
39272 \end_layout
39273
39274 \begin_layout Plain Layout
39275 \align center
39276 \begin_inset Tabular
39277 <lyxtabular version="3" rows="20" columns="2">
39278 <features tabularvalignment="middle">
39279 <column alignment="center" valignment="top" width="0">
39280 <column alignment="center" valignment="top" width="0">
39281 <row>
39282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39283 \begin_inset Text
39284
39285 \begin_layout Plain Layout
39286 unit
39287 \end_layout
39288
39289 \end_inset
39290 </cell>
39291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39292 \begin_inset Text
39293
39294 \begin_layout Plain Layout
39295 name/description
39296 \end_layout
39297
39298 \end_inset
39299 </cell>
39300 </row>
39301 <row>
39302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39303 \begin_inset Text
39304
39305 \begin_layout Plain Layout
39306 mm
39307 \end_layout
39308
39309 \end_inset
39310 </cell>
39311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39312 \begin_inset Text
39313
39314 \begin_layout Plain Layout
39315 millimeter
39316 \end_layout
39317
39318 \end_inset
39319 </cell>
39320 </row>
39321 <row>
39322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39323 \begin_inset Text
39324
39325 \begin_layout Plain Layout
39326 cm
39327 \end_layout
39328
39329 \end_inset
39330 </cell>
39331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39332 \begin_inset Text
39333
39334 \begin_layout Plain Layout
39335 centimeter
39336 \end_layout
39337
39338 \end_inset
39339 </cell>
39340 </row>
39341 <row>
39342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39343 \begin_inset Text
39344
39345 \begin_layout Plain Layout
39346 in
39347 \end_layout
39348
39349 \end_inset
39350 </cell>
39351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39352 \begin_inset Text
39353
39354 \begin_layout Plain Layout
39355 inch
39356 \end_layout
39357
39358 \end_inset
39359 </cell>
39360 </row>
39361 <row>
39362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39363 \begin_inset Text
39364
39365 \begin_layout Plain Layout
39366 pt
39367 \end_layout
39368
39369 \end_inset
39370 </cell>
39371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39372 \begin_inset Text
39373
39374 \begin_layout Plain Layout
39375 point (72.27
39376 \begin_inset space \thinspace{}
39377 \end_inset
39378
39379 pt = 1
39380 \begin_inset space \thinspace{}
39381 \end_inset
39382
39383 in)
39384 \end_layout
39385
39386 \end_inset
39387 </cell>
39388 </row>
39389 <row>
39390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39391 \begin_inset Text
39392
39393 \begin_layout Plain Layout
39394 pc
39395 \end_layout
39396
39397 \end_inset
39398 </cell>
39399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39400 \begin_inset Text
39401
39402 \begin_layout Plain Layout
39403 pica (1
39404 \begin_inset space \thinspace{}
39405 \end_inset
39406
39407 pc = 12
39408 \begin_inset space \thinspace{}
39409 \end_inset
39410
39411 pt)
39412 \end_layout
39413
39414 \end_inset
39415 </cell>
39416 </row>
39417 <row>
39418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39419 \begin_inset Text
39420
39421 \begin_layout Plain Layout
39422 sp
39423 \end_layout
39424
39425 \end_inset
39426 </cell>
39427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39428 \begin_inset Text
39429
39430 \begin_layout Plain Layout
39431 scaled point (65536
39432 \begin_inset space \thinspace{}
39433 \end_inset
39434
39435 sp = 1
39436 \begin_inset space \thinspace{}
39437 \end_inset
39438
39439 pt)
39440 \end_layout
39441
39442 \end_inset
39443 </cell>
39444 </row>
39445 <row>
39446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39447 \begin_inset Text
39448
39449 \begin_layout Plain Layout
39450 bp
39451 \end_layout
39452
39453 \end_inset
39454 </cell>
39455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39456 \begin_inset Text
39457
39458 \begin_layout Plain Layout
39459 big point (72
39460 \begin_inset space \thinspace{}
39461 \end_inset
39462
39463 bp = 1
39464 \begin_inset space \thinspace{}
39465 \end_inset
39466
39467 in)
39468 \end_layout
39469
39470 \end_inset
39471 </cell>
39472 </row>
39473 <row>
39474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39475 \begin_inset Text
39476
39477 \begin_layout Plain Layout
39478 dd
39479 \end_layout
39480
39481 \end_inset
39482 </cell>
39483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39484 \begin_inset Text
39485
39486 \begin_layout Plain Layout
39487 didot (1
39488 \begin_inset space \thinspace{}
39489 \end_inset
39490
39491 dd 
39492 \begin_inset Formula $\approx$
39493 \end_inset
39494
39495  0.376
39496 \begin_inset space \thinspace{}
39497 \end_inset
39498
39499 mm)
39500 \end_layout
39501
39502 \end_inset
39503 </cell>
39504 </row>
39505 <row>
39506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39507 \begin_inset Text
39508
39509 \begin_layout Plain Layout
39510 cc
39511 \end_layout
39512
39513 \end_inset
39514 </cell>
39515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39516 \begin_inset Text
39517
39518 \begin_layout Plain Layout
39519 cicero (1
39520 \begin_inset space \thinspace{}
39521 \end_inset
39522
39523 cc = 12
39524 \begin_inset space \thinspace{}
39525 \end_inset
39526
39527 dd)
39528 \end_layout
39529
39530 \end_inset
39531 </cell>
39532 </row>
39533 <row>
39534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39535 \begin_inset Text
39536
39537 \begin_layout Plain Layout
39538 Scale%
39539 \end_layout
39540
39541 \end_inset
39542 </cell>
39543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39544 \begin_inset Text
39545
39546 \begin_layout Plain Layout
39547 % of original image width
39548 \end_layout
39549
39550 \end_inset
39551 </cell>
39552 </row>
39553 <row>
39554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39555 \begin_inset Text
39556
39557 \begin_layout Plain Layout
39558 text%
39559 \end_layout
39560
39561 \end_inset
39562 </cell>
39563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39564 \begin_inset Text
39565
39566 \begin_layout Plain Layout
39567 % of text width
39568 \end_layout
39569
39570 \end_inset
39571 </cell>
39572 </row>
39573 <row>
39574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39575 \begin_inset Text
39576
39577 \begin_layout Plain Layout
39578 col%
39579 \end_layout
39580
39581 \end_inset
39582 </cell>
39583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39584 \begin_inset Text
39585
39586 \begin_layout Plain Layout
39587 % of column width
39588 \end_layout
39589
39590 \end_inset
39591 </cell>
39592 </row>
39593 <row>
39594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39595 \begin_inset Text
39596
39597 \begin_layout Plain Layout
39598 page%
39599 \end_layout
39600
39601 \end_inset
39602 </cell>
39603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39604 \begin_inset Text
39605
39606 \begin_layout Plain Layout
39607 % of paper width
39608 \end_layout
39609
39610 \end_inset
39611 </cell>
39612 </row>
39613 <row>
39614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39615 \begin_inset Text
39616
39617 \begin_layout Plain Layout
39618 line%
39619 \end_layout
39620
39621 \end_inset
39622 </cell>
39623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39624 \begin_inset Text
39625
39626 \begin_layout Plain Layout
39627 % of line width
39628 \end_layout
39629
39630 \end_inset
39631 </cell>
39632 </row>
39633 <row>
39634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39635 \begin_inset Text
39636
39637 \begin_layout Plain Layout
39638 theight%
39639 \end_layout
39640
39641 \end_inset
39642 </cell>
39643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39644 \begin_inset Text
39645
39646 \begin_layout Plain Layout
39647 % of text height
39648 \end_layout
39649
39650 \end_inset
39651 </cell>
39652 </row>
39653 <row>
39654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39655 \begin_inset Text
39656
39657 \begin_layout Plain Layout
39658 pheight%
39659 \end_layout
39660
39661 \end_inset
39662 </cell>
39663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39664 \begin_inset Text
39665
39666 \begin_layout Plain Layout
39667 % of paper height
39668 \end_layout
39669
39670 \end_inset
39671 </cell>
39672 </row>
39673 <row>
39674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39675 \begin_inset Text
39676
39677 \begin_layout Plain Layout
39678 ex
39679 \end_layout
39680
39681 \end_inset
39682 </cell>
39683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39684 \begin_inset Text
39685
39686 \begin_layout Plain Layout
39687 height of letter 
39688 \emph on
39689 x
39690 \emph default
39691  in current font
39692 \end_layout
39693
39694 \end_inset
39695 </cell>
39696 </row>
39697 <row>
39698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39699 \begin_inset Text
39700
39701 \begin_layout Plain Layout
39702 em
39703 \end_layout
39704
39705 \end_inset
39706 </cell>
39707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39708 \begin_inset Text
39709
39710 \begin_layout Plain Layout
39711 width of letter 
39712 \emph on
39713 M
39714 \emph default
39715  in current font
39716 \end_layout
39717
39718 \end_inset
39719 </cell>
39720 </row>
39721 <row>
39722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39723 \begin_inset Text
39724
39725 \begin_layout Plain Layout
39726 mu
39727 \end_layout
39728
39729 \end_inset
39730 </cell>
39731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39732 \begin_inset Text
39733
39734 \begin_layout Plain Layout
39735 math unit (1
39736 \begin_inset space \thinspace{}
39737 \end_inset
39738
39739 mu = 1/18
39740 \begin_inset space \thinspace{}
39741 \end_inset
39742
39743 em)
39744 \end_layout
39745
39746 \end_inset
39747 </cell>
39748 </row>
39749 </lyxtabular>
39750
39751 \end_inset
39752
39753
39754 \end_layout
39755
39756 \end_inset
39757
39758
39759 \end_layout
39760
39761 \begin_layout Chapter
39762 Output File Formats with Graphics
39763 \begin_inset CommandInset label
39764 LatexCommand label
39765 name "cha:Output-File-Formats"
39766
39767 \end_inset
39768
39769
39770 \end_layout
39771
39772 \begin_layout Section
39773 DVI
39774 \begin_inset Index idx
39775 status collapsed
39776
39777 \begin_layout Plain Layout
39778 File Formats ! DVI
39779 \end_layout
39780
39781 \end_inset
39782
39783
39784 \begin_inset Index idx
39785 status collapsed
39786
39787 \begin_layout Plain Layout
39788 DVI|see
39789 \begin_inset ERT
39790 status collapsed
39791
39792 \begin_layout Plain Layout
39793
39794 {
39795 \end_layout
39796
39797 \end_inset
39798
39799 File Formats
39800 \begin_inset ERT
39801 status collapsed
39802
39803 \begin_layout Plain Layout
39804
39805 }
39806 \end_layout
39807
39808 \end_inset
39809
39810
39811 \end_layout
39812
39813 \end_inset
39814
39815
39816 \end_layout
39817
39818 \begin_layout Standard
39819 This file type has the extension 
39820 \begin_inset Quotes eld
39821 \end_inset
39822
39823
39824 \family typewriter
39825 .dvi
39826 \family default
39827
39828 \begin_inset Quotes erd
39829 \end_inset
39830
39831 .
39832  It is called 
39833 \begin_inset Quotes eld
39834 \end_inset
39835
39836 device-independent
39837 \begin_inset Quotes erd
39838 \end_inset
39839
39840  (DVI), because it is completely portable; you can move them from one machine
39841  to another without needing to do any sort of conversion.
39842  At the time when this file-format was developed, this was no matter of
39843  course.
39844  DVIs are used for quick previews and as pre-stage for other output formats,
39845  like PostScript.
39846 \end_layout
39847
39848 \begin_layout Standard
39849 \begin_inset Note Greyedout
39850 status open
39851
39852 \begin_layout Plain Layout
39853
39854 \series bold
39855 Note:
39856 \series default
39857  DVI-files do not contain images; they will only be a linked.
39858 \end_layout
39859
39860 \end_inset
39861
39862  So don't forget this, if you move your 
39863 \family typewriter
39864 .dvi
39865 \family default
39866  file to another computer.
39867  This property can also slow down your computer when you view the DVI, because
39868  the DVI-viewer has to convert the image in the background to make it visible
39869  when you scroll in the DVI.
39870  So it is recommended that you use PDF for files with many images.
39871 \end_layout
39872
39873 \begin_layout Standard
39874 You can export your document to DVI by using the menu 
39875 \family sans
39876 File\SpecialChar \menuseparator
39877 Export\SpecialChar \menuseparator
39878 DVI
39879 \family default
39880 .
39881  You can view your document as DVI via the 
39882 \family sans
39883 View
39884 \family default
39885  menu.
39886 \end_layout
39887
39888 \begin_layout Section
39889 PostScript
39890 \begin_inset CommandInset label
39891 LatexCommand label
39892 name "sec:PostScript"
39893
39894 \end_inset
39895
39896
39897 \begin_inset Index idx
39898 status collapsed
39899
39900 \begin_layout Plain Layout
39901 File Formats ! PostScript
39902 \end_layout
39903
39904 \end_inset
39905
39906
39907 \begin_inset Index idx
39908 status collapsed
39909
39910 \begin_layout Plain Layout
39911 PostScript|see
39912 \begin_inset ERT
39913 status collapsed
39914
39915 \begin_layout Plain Layout
39916
39917 {
39918 \end_layout
39919
39920 \end_inset
39921
39922 File Formats
39923 \begin_inset ERT
39924 status collapsed
39925
39926 \begin_layout Plain Layout
39927
39928 }
39929 \end_layout
39930
39931 \end_inset
39932
39933
39934 \end_layout
39935
39936 \end_inset
39937
39938
39939 \end_layout
39940
39941 \begin_layout Standard
39942 This file type has the extension 
39943 \begin_inset Quotes eld
39944 \end_inset
39945
39946
39947 \family typewriter
39948 .ps
39949 \family default
39950
39951 \begin_inset Quotes erd
39952 \end_inset
39953
39954 .
39955  PostScript was developed by the company 
39956 \family typewriter
39957 Adobe
39958 \family default
39959  as a printer language.
39960  The file therefore contains commands that the printer uses to print the
39961  file.
39962  PostScript can be seen as a 
39963 \begin_inset Quotes eld
39964 \end_inset
39965
39966 programming language
39967 \begin_inset Quotes erd
39968 \end_inset
39969
39970 ; you can calculate with it and draw diagrams and images
39971 \begin_inset Foot
39972 status collapsed
39973
39974 \begin_layout Plain Layout
39975 If you are interested to learn more about this, have a look at the LaTeX-package
39976  
39977 \series bold
39978 PSTricks
39979 \series default
39980  
39981 \begin_inset CommandInset citation
39982 LatexCommand cite
39983 key "pstricks"
39984
39985 \end_inset
39986
39987 .
39988 \end_layout
39989
39990 \end_inset
39991
39992 .
39993  Due to this ability, the files are often bigger than PDFs.
39994 \end_layout
39995
39996 \begin_layout Standard
39997 PostScript can only contain images in the format 
39998 \begin_inset Quotes eld
39999 \end_inset
40000
40001 Encapsulated PostScript
40002 \begin_inset Quotes erd
40003 \end_inset
40004
40005  (EPS, file extension 
40006 \begin_inset Quotes eld
40007 \end_inset
40008
40009
40010 \family typewriter
40011 .eps
40012 \family default
40013
40014 \begin_inset Quotes erd
40015 \end_inset
40016
40017 ).
40018  As LyX allows you to use any known image format in your document, it has
40019  to convert images in the background to EPS.
40020  If you have e.g.
40021 \begin_inset space ~
40022 \end_inset
40023
40024 50
40025 \begin_inset space ~
40026 \end_inset
40027
40028 images in your document, LyX has to do 50
40029 \begin_inset space ~
40030 \end_inset
40031
40032 conversions whenever you view or export your document.
40033  This will slow down your work flow with LyX drastically.
40034  So if you plan to use PostScript, you can insert your images directly as
40035  EPS to avoid this problem.
40036 \end_layout
40037
40038 \begin_layout Standard
40039 You can export your document to PostScript using the menu 
40040 \family sans
40041 File\SpecialChar \menuseparator
40042 Export\SpecialChar \menuseparator
40043 Postscript
40044 \family default
40045 .
40046  You can view your document as PostScript via the 
40047 \family sans
40048 View
40049 \family default
40050  menu or by using the toolbar button 
40051 \begin_inset Graphics
40052         filename ../images/buffer-view_ps.png
40053         scale 85
40054         scaleBeforeRotation
40055
40056 \end_inset
40057
40058 .
40059 \end_layout
40060
40061 \begin_layout Section
40062 PDF
40063 \begin_inset Index idx
40064 status collapsed
40065
40066 \begin_layout Plain Layout
40067 File Formats ! PDF
40068 \end_layout
40069
40070 \end_inset
40071
40072
40073 \begin_inset Index idx
40074 status collapsed
40075
40076 \begin_layout Plain Layout
40077 PDF
40078 \end_layout
40079
40080 \end_inset
40081
40082
40083 \end_layout
40084
40085 \begin_layout Standard
40086 This file type has the extension 
40087 \begin_inset Quotes eld
40088 \end_inset
40089
40090
40091 \family typewriter
40092 .pdf
40093 \family default
40094
40095 \begin_inset Quotes erd
40096 \end_inset
40097
40098 .
40099  The 
40100 \begin_inset Quotes eld
40101 \end_inset
40102
40103 Portable Document Format
40104 \begin_inset Quotes erd
40105 \end_inset
40106
40107  (PDF) was developed by 
40108 \family typewriter
40109 Adobe
40110 \family default
40111  as a derivative of PostScript.
40112  It is more compressed and it uses fewer commands than PostScript.
40113  As the name 
40114 \begin_inset Quotes eld
40115 \end_inset
40116
40117 portable
40118 \begin_inset Quotes erd
40119 \end_inset
40120
40121  implies, it can be processed at any computer system and the printed output
40122  looks exactly the same.
40123 \end_layout
40124
40125 \begin_layout Standard
40126 PDF can contain images in its own PDF format, in the format 
40127 \begin_inset Quotes eld
40128 \end_inset
40129
40130 Joint Photographic Experts Group
40131 \begin_inset Quotes erd
40132 \end_inset
40133
40134  (JPG, file extension 
40135 \begin_inset Quotes eld
40136 \end_inset
40137
40138
40139 \family typewriter
40140 .jpg
40141 \family default
40142
40143 \begin_inset Quotes erd
40144 \end_inset
40145
40146  or 
40147 \begin_inset Quotes eld
40148 \end_inset
40149
40150
40151 \family typewriter
40152 .jpeg
40153 \family default
40154
40155 \begin_inset Quotes erd
40156 \end_inset
40157
40158 ), and in the format 
40159 \begin_inset Quotes eld
40160 \end_inset
40161
40162 Portable Network Graphics
40163 \begin_inset Quotes erd
40164 \end_inset
40165
40166  (PNG, file extension 
40167 \begin_inset Quotes eld
40168 \end_inset
40169
40170
40171 \family typewriter
40172 .png
40173 \family default
40174
40175 \begin_inset Quotes erd
40176 \end_inset
40177
40178 ).
40179  Nevertheless you can use any other image format, because LyX converts them
40180  in the background to one of these formats.
40181  But as described in the section about PostScript, the image conversion
40182  will slow down your work flow.
40183  So it is recommended that you use images in one of the three mentioned
40184  formats.
40185 \end_layout
40186
40187 \begin_layout Standard
40188 You can export your document to PDF via the menu 
40189 \family sans
40190 File\SpecialChar \menuseparator
40191 Export
40192 \family default
40193  in three different ways:
40194 \end_layout
40195
40196 \begin_layout Description
40197 PDF
40198 \begin_inset space ~
40199 \end_inset
40200
40201 (ps2pdf) This uses the program 
40202 \family typewriter
40203 ps2pdf
40204 \family default
40205  that creates a PDF from a PostScript-version of your file.
40206  The PostScript-version is produced by the program 
40207 \family typewriter
40208 dvips
40209 \family default
40210  which uses a DVI-version as intermediate step.
40211  So this export variant consists of three conversions.
40212 \end_layout
40213
40214 \begin_layout Description
40215 PDF
40216 \begin_inset space ~
40217 \end_inset
40218
40219 (dvipdfm) This uses the program 
40220 \family typewriter
40221 dvipdfm
40222 \family default
40223  that converts your file in the background to DVI and in a second step to
40224  PDF.
40225 \end_layout
40226
40227 \begin_layout Description
40228 PDF
40229 \begin_inset space ~
40230 \end_inset
40231
40232 (pdflatex) This uses the program 
40233 \family typewriter
40234 pdftex
40235 \family default
40236  that converts your file directly to PDF.
40237 \end_layout
40238
40239 \begin_layout Standard
40240 It is recommended that you use 
40241 \family sans
40242 PDF
40243 \begin_inset space ~
40244 \end_inset
40245
40246 (pdflatex)
40247 \family default
40248  because 
40249 \family typewriter
40250 pdftex
40251 \family default
40252  supports all features of actual PDF-versions, is quick and works stable.
40253  The program 
40254 \family typewriter
40255 dvipdfm
40256 \family default
40257  is not under development and therefore a bit outdated.
40258 \end_layout
40259
40260 \begin_layout Standard
40261 You can view your document as PDF via the 
40262 \family sans
40263 View
40264 \family default
40265  menu or by using the toolbar button 
40266 \begin_inset Graphics
40267         filename ../images/buffer-view_pdf2.png
40268         scale 85
40269         scaleBeforeRotation
40270
40271 \end_inset
40272
40273  
40274 \family sans
40275 (
40276 \family default
40277 that uses 
40278 \family sans
40279 PDF
40280 \begin_inset space ~
40281 \end_inset
40282
40283 (pdflatex)
40284 \family default
40285 ).
40286 \end_layout
40287
40288 \begin_layout Chapter
40289 List of dvips color names
40290 \begin_inset CommandInset label
40291 LatexCommand label
40292 name "chap:List-of-dvips-colornames"
40293
40294 \end_inset
40295
40296
40297 \end_layout
40298
40299 \begin_layout Standard
40300 \begin_inset Tabular
40301 <lyxtabular version="3" rows="17" columns="4">
40302 <features tabularvalignment="middle">
40303 <column alignment="left" valignment="top" width="0pt">
40304 <column alignment="left" valignment="top" width="0pt">
40305 <column alignment="left" valignment="top" width="0pt">
40306 <column alignment="left" valignment="top" width="0pt">
40307 <row>
40308 <cell alignment="left" valignment="top" usebox="none">
40309 \begin_inset Text
40310
40311 \begin_layout Plain Layout
40312 \begin_inset ERT
40313 status collapsed
40314
40315 \begin_layout Plain Layout
40316
40317
40318 \backslash
40319 fcolorbox{black}{
40320 \end_layout
40321
40322 \end_inset
40323
40324 white
40325 \begin_inset ERT
40326 status collapsed
40327
40328 \begin_layout Plain Layout
40329
40330 }{
40331 \end_layout
40332
40333 \end_inset
40334
40335 Color
40336 \begin_inset ERT
40337 status collapsed
40338
40339 \begin_layout Plain Layout
40340
40341 }
40342 \end_layout
40343
40344 \end_inset
40345
40346  Color name
40347 \end_layout
40348
40349 \end_inset
40350 </cell>
40351 <cell alignment="left" valignment="top" usebox="none">
40352 \begin_inset Text
40353
40354 \begin_layout Plain Layout
40355 \begin_inset ERT
40356 status collapsed
40357
40358 \begin_layout Plain Layout
40359
40360
40361 \backslash
40362 fcolorbox{black}{
40363 \end_layout
40364
40365 \end_inset
40366
40367 white
40368 \begin_inset ERT
40369 status collapsed
40370
40371 \begin_layout Plain Layout
40372
40373 }{
40374 \end_layout
40375
40376 \end_inset
40377
40378 Color
40379 \begin_inset ERT
40380 status collapsed
40381
40382 \begin_layout Plain Layout
40383
40384 }
40385 \end_layout
40386
40387 \end_inset
40388
40389  Color name
40390 \end_layout
40391
40392 \end_inset
40393 </cell>
40394 <cell alignment="left" valignment="top" usebox="none">
40395 \begin_inset Text
40396
40397 \begin_layout Plain Layout
40398 \begin_inset ERT
40399 status collapsed
40400
40401 \begin_layout Plain Layout
40402
40403
40404 \backslash
40405 fcolorbox{black}{
40406 \end_layout
40407
40408 \end_inset
40409
40410 white
40411 \begin_inset ERT
40412 status collapsed
40413
40414 \begin_layout Plain Layout
40415
40416 }{
40417 \end_layout
40418
40419 \end_inset
40420
40421 Color
40422 \begin_inset ERT
40423 status collapsed
40424
40425 \begin_layout Plain Layout
40426
40427 }
40428 \end_layout
40429
40430 \end_inset
40431
40432  Color name
40433 \end_layout
40434
40435 \end_inset
40436 </cell>
40437 <cell alignment="left" valignment="top" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 \begin_inset ERT
40442 status collapsed
40443
40444 \begin_layout Plain Layout
40445
40446
40447 \backslash
40448 fcolorbox{black}{
40449 \end_layout
40450
40451 \end_inset
40452
40453 white
40454 \begin_inset ERT
40455 status collapsed
40456
40457 \begin_layout Plain Layout
40458
40459 }{
40460 \end_layout
40461
40462 \end_inset
40463
40464 Color
40465 \begin_inset ERT
40466 status collapsed
40467
40468 \begin_layout Plain Layout
40469
40470 }
40471 \end_layout
40472
40473 \end_inset
40474
40475  Color name
40476 \end_layout
40477
40478 \end_inset
40479 </cell>
40480 </row>
40481 <row>
40482 <cell alignment="center" valignment="top" usebox="none">
40483 \begin_inset Text
40484
40485 \begin_layout Plain Layout
40486 \begin_inset ERT
40487 status collapsed
40488
40489 \begin_layout Plain Layout
40490
40491
40492 \backslash
40493 fcolorbox{black}{
40494 \end_layout
40495
40496 \end_inset
40497
40498 Apricot
40499 \begin_inset ERT
40500 status collapsed
40501
40502 \begin_layout Plain Layout
40503
40504 }{
40505 \end_layout
40506
40507 \end_inset
40508
40509
40510 \begin_inset Phantom Phantom
40511 status open
40512
40513 \begin_layout Plain Layout
40514 W
40515 \end_layout
40516
40517 \end_inset
40518
40519
40520 \begin_inset ERT
40521 status collapsed
40522
40523 \begin_layout Plain Layout
40524
40525 }
40526 \end_layout
40527
40528 \end_inset
40529
40530  Apricot
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 <cell alignment="center" valignment="top" usebox="none">
40536 \begin_inset Text
40537
40538 \begin_layout Plain Layout
40539 \begin_inset ERT
40540 status collapsed
40541
40542 \begin_layout Plain Layout
40543
40544
40545 \backslash
40546 fcolorbox{black}{
40547 \end_layout
40548
40549 \end_inset
40550
40551 Aquamarine
40552 \begin_inset ERT
40553 status collapsed
40554
40555 \begin_layout Plain Layout
40556
40557 }{
40558 \end_layout
40559
40560 \end_inset
40561
40562
40563 \begin_inset Phantom Phantom
40564 status open
40565
40566 \begin_layout Plain Layout
40567 W
40568 \end_layout
40569
40570 \end_inset
40571
40572
40573 \begin_inset ERT
40574 status collapsed
40575
40576 \begin_layout Plain Layout
40577
40578 }
40579 \end_layout
40580
40581 \end_inset
40582
40583  Aquamarine
40584 \end_layout
40585
40586 \end_inset
40587 </cell>
40588 <cell alignment="center" valignment="top" usebox="none">
40589 \begin_inset Text
40590
40591 \begin_layout Plain Layout
40592 \begin_inset ERT
40593 status collapsed
40594
40595 \begin_layout Plain Layout
40596
40597
40598 \backslash
40599 fcolorbox{black}{
40600 \end_layout
40601
40602 \end_inset
40603
40604 Bittersweet
40605 \begin_inset ERT
40606 status collapsed
40607
40608 \begin_layout Plain Layout
40609
40610 }{
40611 \end_layout
40612
40613 \end_inset
40614
40615
40616 \begin_inset Phantom Phantom
40617 status open
40618
40619 \begin_layout Plain Layout
40620 W
40621 \end_layout
40622
40623 \end_inset
40624
40625
40626 \begin_inset ERT
40627 status collapsed
40628
40629 \begin_layout Plain Layout
40630
40631 }
40632 \end_layout
40633
40634 \end_inset
40635
40636  Bittersweet
40637 \end_layout
40638
40639 \end_inset
40640 </cell>
40641 <cell alignment="center" valignment="top" usebox="none">
40642 \begin_inset Text
40643
40644 \begin_layout Plain Layout
40645 \begin_inset ERT
40646 status collapsed
40647
40648 \begin_layout Plain Layout
40649
40650
40651 \backslash
40652 fcolorbox{black}{
40653 \end_layout
40654
40655 \end_inset
40656
40657 BlueGreen
40658 \begin_inset ERT
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662
40663 }{
40664 \end_layout
40665
40666 \end_inset
40667
40668
40669 \begin_inset Phantom Phantom
40670 status open
40671
40672 \begin_layout Plain Layout
40673 W
40674 \end_layout
40675
40676 \end_inset
40677
40678
40679 \begin_inset ERT
40680 status collapsed
40681
40682 \begin_layout Plain Layout
40683
40684 }
40685 \end_layout
40686
40687 \end_inset
40688
40689  BlueGreen
40690 \end_layout
40691
40692 \end_inset
40693 </cell>
40694 </row>
40695 <row>
40696 <cell alignment="left" valignment="top" usebox="none">
40697 \begin_inset Text
40698
40699 \begin_layout Plain Layout
40700 \begin_inset ERT
40701 status collapsed
40702
40703 \begin_layout Plain Layout
40704
40705
40706 \backslash
40707 fcolorbox{black}{
40708 \end_layout
40709
40710 \end_inset
40711
40712 BlueViolet
40713 \begin_inset ERT
40714 status collapsed
40715
40716 \begin_layout Plain Layout
40717
40718 }{
40719 \end_layout
40720
40721 \end_inset
40722
40723
40724 \begin_inset Phantom Phantom
40725 status open
40726
40727 \begin_layout Plain Layout
40728 W
40729 \end_layout
40730
40731 \end_inset
40732
40733
40734 \begin_inset ERT
40735 status collapsed
40736
40737 \begin_layout Plain Layout
40738
40739 }
40740 \end_layout
40741
40742 \end_inset
40743
40744  BlueViolet
40745 \end_layout
40746
40747 \end_inset
40748 </cell>
40749 <cell alignment="left" valignment="top" usebox="none">
40750 \begin_inset Text
40751
40752 \begin_layout Plain Layout
40753 \begin_inset ERT
40754 status collapsed
40755
40756 \begin_layout Plain Layout
40757
40758
40759 \backslash
40760 fcolorbox{black}{
40761 \end_layout
40762
40763 \end_inset
40764
40765 BrickRed
40766 \begin_inset ERT
40767 status collapsed
40768
40769 \begin_layout Plain Layout
40770
40771 }{
40772 \end_layout
40773
40774 \end_inset
40775
40776
40777 \begin_inset Phantom Phantom
40778 status open
40779
40780 \begin_layout Plain Layout
40781 W
40782 \end_layout
40783
40784 \end_inset
40785
40786
40787 \begin_inset ERT
40788 status collapsed
40789
40790 \begin_layout Plain Layout
40791
40792 }
40793 \end_layout
40794
40795 \end_inset
40796
40797  BrickRed
40798 \end_layout
40799
40800 \end_inset
40801 </cell>
40802 <cell alignment="left" valignment="top" usebox="none">
40803 \begin_inset Text
40804
40805 \begin_layout Plain Layout
40806 \begin_inset ERT
40807 status collapsed
40808
40809 \begin_layout Plain Layout
40810
40811
40812 \backslash
40813 fcolorbox{black}{
40814 \end_layout
40815
40816 \end_inset
40817
40818 Brown
40819 \begin_inset ERT
40820 status collapsed
40821
40822 \begin_layout Plain Layout
40823
40824 }{
40825 \end_layout
40826
40827 \end_inset
40828
40829
40830 \begin_inset Phantom Phantom
40831 status open
40832
40833 \begin_layout Plain Layout
40834 W
40835 \end_layout
40836
40837 \end_inset
40838
40839
40840 \begin_inset ERT
40841 status collapsed
40842
40843 \begin_layout Plain Layout
40844
40845 }
40846 \end_layout
40847
40848 \end_inset
40849
40850  Brown
40851 \end_layout
40852
40853 \end_inset
40854 </cell>
40855 <cell alignment="left" valignment="top" usebox="none">
40856 \begin_inset Text
40857
40858 \begin_layout Plain Layout
40859 \begin_inset ERT
40860 status collapsed
40861
40862 \begin_layout Plain Layout
40863
40864
40865 \backslash
40866 fcolorbox{black}{
40867 \end_layout
40868
40869 \end_inset
40870
40871 BurntOrange
40872 \begin_inset ERT
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876
40877 }{
40878 \end_layout
40879
40880 \end_inset
40881
40882
40883 \begin_inset Phantom Phantom
40884 status open
40885
40886 \begin_layout Plain Layout
40887 W
40888 \end_layout
40889
40890 \end_inset
40891
40892
40893 \begin_inset ERT
40894 status collapsed
40895
40896 \begin_layout Plain Layout
40897
40898 }
40899 \end_layout
40900
40901 \end_inset
40902
40903  BurntOrange
40904 \end_layout
40905
40906 \end_inset
40907 </cell>
40908 </row>
40909 <row>
40910 <cell alignment="left" valignment="top" usebox="none">
40911 \begin_inset Text
40912
40913 \begin_layout Plain Layout
40914 \begin_inset ERT
40915 status collapsed
40916
40917 \begin_layout Plain Layout
40918
40919
40920 \backslash
40921 fcolorbox{black}{
40922 \end_layout
40923
40924 \end_inset
40925
40926 CadetBlue
40927 \begin_inset ERT
40928 status collapsed
40929
40930 \begin_layout Plain Layout
40931
40932 }{
40933 \end_layout
40934
40935 \end_inset
40936
40937
40938 \begin_inset Phantom Phantom
40939 status open
40940
40941 \begin_layout Plain Layout
40942 W
40943 \end_layout
40944
40945 \end_inset
40946
40947
40948 \begin_inset ERT
40949 status collapsed
40950
40951 \begin_layout Plain Layout
40952
40953 }
40954 \end_layout
40955
40956 \end_inset
40957
40958  CadetBlue
40959 \end_layout
40960
40961 \end_inset
40962 </cell>
40963 <cell alignment="left" valignment="top" usebox="none">
40964 \begin_inset Text
40965
40966 \begin_layout Plain Layout
40967 \begin_inset ERT
40968 status collapsed
40969
40970 \begin_layout Plain Layout
40971
40972
40973 \backslash
40974 fcolorbox{black}{
40975 \end_layout
40976
40977 \end_inset
40978
40979 CarnationPink
40980 \begin_inset ERT
40981 status collapsed
40982
40983 \begin_layout Plain Layout
40984
40985 }{
40986 \end_layout
40987
40988 \end_inset
40989
40990
40991 \begin_inset Phantom Phantom
40992 status open
40993
40994 \begin_layout Plain Layout
40995 W
40996 \end_layout
40997
40998 \end_inset
40999
41000
41001 \begin_inset ERT
41002 status collapsed
41003
41004 \begin_layout Plain Layout
41005
41006 }
41007 \end_layout
41008
41009 \end_inset
41010
41011  CarnationPink
41012 \end_layout
41013
41014 \end_inset
41015 </cell>
41016 <cell alignment="left" valignment="top" usebox="none">
41017 \begin_inset Text
41018
41019 \begin_layout Plain Layout
41020 \begin_inset ERT
41021 status collapsed
41022
41023 \begin_layout Plain Layout
41024
41025
41026 \backslash
41027 fcolorbox{black}{
41028 \end_layout
41029
41030 \end_inset
41031
41032 Cerulean
41033 \begin_inset ERT
41034 status collapsed
41035
41036 \begin_layout Plain Layout
41037
41038 }{
41039 \end_layout
41040
41041 \end_inset
41042
41043
41044 \begin_inset Phantom Phantom
41045 status open
41046
41047 \begin_layout Plain Layout
41048 W
41049 \end_layout
41050
41051 \end_inset
41052
41053
41054 \begin_inset ERT
41055 status collapsed
41056
41057 \begin_layout Plain Layout
41058
41059 }
41060 \end_layout
41061
41062 \end_inset
41063
41064  Cerulean
41065 \end_layout
41066
41067 \end_inset
41068 </cell>
41069 <cell alignment="left" valignment="top" usebox="none">
41070 \begin_inset Text
41071
41072 \begin_layout Plain Layout
41073 \begin_inset ERT
41074 status collapsed
41075
41076 \begin_layout Plain Layout
41077
41078
41079 \backslash
41080 fcolorbox{black}{
41081 \end_layout
41082
41083 \end_inset
41084
41085 CornflowerBlue
41086 \begin_inset ERT
41087 status collapsed
41088
41089 \begin_layout Plain Layout
41090
41091 }{
41092 \end_layout
41093
41094 \end_inset
41095
41096
41097 \begin_inset Phantom Phantom
41098 status open
41099
41100 \begin_layout Plain Layout
41101 W
41102 \end_layout
41103
41104 \end_inset
41105
41106
41107 \begin_inset ERT
41108 status collapsed
41109
41110 \begin_layout Plain Layout
41111
41112 }
41113 \end_layout
41114
41115 \end_inset
41116
41117  CornflowerBlue
41118 \end_layout
41119
41120 \end_inset
41121 </cell>
41122 </row>
41123 <row>
41124 <cell alignment="left" valignment="top" usebox="none">
41125 \begin_inset Text
41126
41127 \begin_layout Plain Layout
41128 \begin_inset ERT
41129 status collapsed
41130
41131 \begin_layout Plain Layout
41132
41133
41134 \backslash
41135 fcolorbox{black}{
41136 \end_layout
41137
41138 \end_inset
41139
41140 Dandelion
41141 \begin_inset ERT
41142 status collapsed
41143
41144 \begin_layout Plain Layout
41145
41146 }{
41147 \end_layout
41148
41149 \end_inset
41150
41151
41152 \begin_inset Phantom Phantom
41153 status open
41154
41155 \begin_layout Plain Layout
41156 W
41157 \end_layout
41158
41159 \end_inset
41160
41161
41162 \begin_inset ERT
41163 status collapsed
41164
41165 \begin_layout Plain Layout
41166
41167 }
41168 \end_layout
41169
41170 \end_inset
41171
41172  Dandelion
41173 \end_layout
41174
41175 \end_inset
41176 </cell>
41177 <cell alignment="left" valignment="top" usebox="none">
41178 \begin_inset Text
41179
41180 \begin_layout Plain Layout
41181 \begin_inset ERT
41182 status collapsed
41183
41184 \begin_layout Plain Layout
41185
41186
41187 \backslash
41188 fcolorbox{black}{
41189 \end_layout
41190
41191 \end_inset
41192
41193 DarkOrchid
41194 \begin_inset ERT
41195 status collapsed
41196
41197 \begin_layout Plain Layout
41198
41199 }{
41200 \end_layout
41201
41202 \end_inset
41203
41204
41205 \begin_inset Phantom Phantom
41206 status open
41207
41208 \begin_layout Plain Layout
41209 W
41210 \end_layout
41211
41212 \end_inset
41213
41214
41215 \begin_inset ERT
41216 status collapsed
41217
41218 \begin_layout Plain Layout
41219
41220 }
41221 \end_layout
41222
41223 \end_inset
41224
41225  DarkOrchid
41226 \end_layout
41227
41228 \end_inset
41229 </cell>
41230 <cell alignment="left" valignment="top" usebox="none">
41231 \begin_inset Text
41232
41233 \begin_layout Plain Layout
41234 \begin_inset ERT
41235 status collapsed
41236
41237 \begin_layout Plain Layout
41238
41239
41240 \backslash
41241 fcolorbox{black}{
41242 \end_layout
41243
41244 \end_inset
41245
41246 Emerald
41247 \begin_inset ERT
41248 status collapsed
41249
41250 \begin_layout Plain Layout
41251
41252 }{
41253 \end_layout
41254
41255 \end_inset
41256
41257
41258 \begin_inset Phantom Phantom
41259 status open
41260
41261 \begin_layout Plain Layout
41262 W
41263 \end_layout
41264
41265 \end_inset
41266
41267
41268 \begin_inset ERT
41269 status collapsed
41270
41271 \begin_layout Plain Layout
41272
41273 }
41274 \end_layout
41275
41276 \end_inset
41277
41278  Emerald
41279 \end_layout
41280
41281 \end_inset
41282 </cell>
41283 <cell alignment="left" valignment="top" usebox="none">
41284 \begin_inset Text
41285
41286 \begin_layout Plain Layout
41287 \begin_inset ERT
41288 status collapsed
41289
41290 \begin_layout Plain Layout
41291
41292
41293 \backslash
41294 fcolorbox{black}{
41295 \end_layout
41296
41297 \end_inset
41298
41299 ForestGreen
41300 \begin_inset ERT
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304
41305 }{
41306 \end_layout
41307
41308 \end_inset
41309
41310
41311 \begin_inset Phantom Phantom
41312 status open
41313
41314 \begin_layout Plain Layout
41315 W
41316 \end_layout
41317
41318 \end_inset
41319
41320
41321 \begin_inset ERT
41322 status collapsed
41323
41324 \begin_layout Plain Layout
41325
41326 }
41327 \end_layout
41328
41329 \end_inset
41330
41331  ForestGreen
41332 \end_layout
41333
41334 \end_inset
41335 </cell>
41336 </row>
41337 <row>
41338 <cell alignment="left" valignment="top" usebox="none">
41339 \begin_inset Text
41340
41341 \begin_layout Plain Layout
41342 \begin_inset ERT
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346
41347
41348 \backslash
41349 fcolorbox{black}{
41350 \end_layout
41351
41352 \end_inset
41353
41354 Fuchsia
41355 \begin_inset ERT
41356 status collapsed
41357
41358 \begin_layout Plain Layout
41359
41360 }{
41361 \end_layout
41362
41363 \end_inset
41364
41365
41366 \begin_inset Phantom Phantom
41367 status open
41368
41369 \begin_layout Plain Layout
41370 W
41371 \end_layout
41372
41373 \end_inset
41374
41375
41376 \begin_inset ERT
41377 status collapsed
41378
41379 \begin_layout Plain Layout
41380
41381 }
41382 \end_layout
41383
41384 \end_inset
41385
41386  Fuchsia
41387 \end_layout
41388
41389 \end_inset
41390 </cell>
41391 <cell alignment="left" valignment="top" usebox="none">
41392 \begin_inset Text
41393
41394 \begin_layout Plain Layout
41395 \begin_inset ERT
41396 status collapsed
41397
41398 \begin_layout Plain Layout
41399
41400
41401 \backslash
41402 fcolorbox{black}{
41403 \end_layout
41404
41405 \end_inset
41406
41407 Goldenrod
41408 \begin_inset ERT
41409 status collapsed
41410
41411 \begin_layout Plain Layout
41412
41413 }{
41414 \end_layout
41415
41416 \end_inset
41417
41418
41419 \begin_inset Phantom Phantom
41420 status open
41421
41422 \begin_layout Plain Layout
41423 W
41424 \end_layout
41425
41426 \end_inset
41427
41428
41429 \begin_inset ERT
41430 status collapsed
41431
41432 \begin_layout Plain Layout
41433
41434 }
41435 \end_layout
41436
41437 \end_inset
41438
41439  Goldenrod
41440 \end_layout
41441
41442 \end_inset
41443 </cell>
41444 <cell alignment="left" valignment="top" usebox="none">
41445 \begin_inset Text
41446
41447 \begin_layout Plain Layout
41448 \begin_inset ERT
41449 status collapsed
41450
41451 \begin_layout Plain Layout
41452
41453
41454 \backslash
41455 fcolorbox{black}{
41456 \end_layout
41457
41458 \end_inset
41459
41460 Gray
41461 \begin_inset ERT
41462 status collapsed
41463
41464 \begin_layout Plain Layout
41465
41466 }{
41467 \end_layout
41468
41469 \end_inset
41470
41471
41472 \begin_inset Phantom Phantom
41473 status open
41474
41475 \begin_layout Plain Layout
41476 W
41477 \end_layout
41478
41479 \end_inset
41480
41481
41482 \begin_inset ERT
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486
41487 }
41488 \end_layout
41489
41490 \end_inset
41491
41492  Gray
41493 \end_layout
41494
41495 \end_inset
41496 </cell>
41497 <cell alignment="left" valignment="top" usebox="none">
41498 \begin_inset Text
41499
41500 \begin_layout Plain Layout
41501 \begin_inset ERT
41502 status collapsed
41503
41504 \begin_layout Plain Layout
41505
41506
41507 \backslash
41508 fcolorbox{black}{
41509 \end_layout
41510
41511 \end_inset
41512
41513 GreenYellow
41514 \begin_inset ERT
41515 status collapsed
41516
41517 \begin_layout Plain Layout
41518
41519 }{
41520 \end_layout
41521
41522 \end_inset
41523
41524
41525 \begin_inset Phantom Phantom
41526 status open
41527
41528 \begin_layout Plain Layout
41529 W
41530 \end_layout
41531
41532 \end_inset
41533
41534
41535 \begin_inset ERT
41536 status collapsed
41537
41538 \begin_layout Plain Layout
41539
41540 }
41541 \end_layout
41542
41543 \end_inset
41544
41545  GreenYellow
41546 \end_layout
41547
41548 \end_inset
41549 </cell>
41550 </row>
41551 <row>
41552 <cell alignment="center" valignment="top" usebox="none">
41553 \begin_inset Text
41554
41555 \begin_layout Plain Layout
41556 \begin_inset ERT
41557 status collapsed
41558
41559 \begin_layout Plain Layout
41560
41561
41562 \backslash
41563 fcolorbox{black}{
41564 \end_layout
41565
41566 \end_inset
41567
41568 JungleGreen
41569 \begin_inset ERT
41570 status collapsed
41571
41572 \begin_layout Plain Layout
41573
41574 }{
41575 \end_layout
41576
41577 \end_inset
41578
41579
41580 \begin_inset Phantom Phantom
41581 status open
41582
41583 \begin_layout Plain Layout
41584 W
41585 \end_layout
41586
41587 \end_inset
41588
41589
41590 \begin_inset ERT
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594
41595 }
41596 \end_layout
41597
41598 \end_inset
41599
41600  JungleGreen
41601 \end_layout
41602
41603 \end_inset
41604 </cell>
41605 <cell alignment="center" valignment="top" usebox="none">
41606 \begin_inset Text
41607
41608 \begin_layout Plain Layout
41609 \begin_inset ERT
41610 status collapsed
41611
41612 \begin_layout Plain Layout
41613
41614
41615 \backslash
41616 fcolorbox{black}{
41617 \end_layout
41618
41619 \end_inset
41620
41621 Lavender
41622 \begin_inset ERT
41623 status collapsed
41624
41625 \begin_layout Plain Layout
41626
41627 }{
41628 \end_layout
41629
41630 \end_inset
41631
41632
41633 \begin_inset Phantom Phantom
41634 status open
41635
41636 \begin_layout Plain Layout
41637 W
41638 \end_layout
41639
41640 \end_inset
41641
41642
41643 \begin_inset ERT
41644 status collapsed
41645
41646 \begin_layout Plain Layout
41647
41648 }
41649 \end_layout
41650
41651 \end_inset
41652
41653  Lavender
41654 \end_layout
41655
41656 \end_inset
41657 </cell>
41658 <cell alignment="center" valignment="top" usebox="none">
41659 \begin_inset Text
41660
41661 \begin_layout Plain Layout
41662 \begin_inset ERT
41663 status collapsed
41664
41665 \begin_layout Plain Layout
41666
41667
41668 \backslash
41669 fcolorbox{black}{
41670 \end_layout
41671
41672 \end_inset
41673
41674 LimeGreen
41675 \begin_inset ERT
41676 status collapsed
41677
41678 \begin_layout Plain Layout
41679
41680 }{
41681 \end_layout
41682
41683 \end_inset
41684
41685
41686 \begin_inset Phantom Phantom
41687 status open
41688
41689 \begin_layout Plain Layout
41690 W
41691 \end_layout
41692
41693 \end_inset
41694
41695
41696 \begin_inset ERT
41697 status collapsed
41698
41699 \begin_layout Plain Layout
41700
41701 }
41702 \end_layout
41703
41704 \end_inset
41705
41706  LimeGreen
41707 \end_layout
41708
41709 \end_inset
41710 </cell>
41711 <cell alignment="center" valignment="top" usebox="none">
41712 \begin_inset Text
41713
41714 \begin_layout Plain Layout
41715 \begin_inset ERT
41716 status collapsed
41717
41718 \begin_layout Plain Layout
41719
41720
41721 \backslash
41722 fcolorbox{black}{
41723 \end_layout
41724
41725 \end_inset
41726
41727 Mahogany
41728 \begin_inset ERT
41729 status collapsed
41730
41731 \begin_layout Plain Layout
41732
41733 }{
41734 \end_layout
41735
41736 \end_inset
41737
41738
41739 \begin_inset Phantom Phantom
41740 status open
41741
41742 \begin_layout Plain Layout
41743 W
41744 \end_layout
41745
41746 \end_inset
41747
41748
41749 \begin_inset ERT
41750 status collapsed
41751
41752 \begin_layout Plain Layout
41753
41754 }
41755 \end_layout
41756
41757 \end_inset
41758
41759  Mahogany
41760 \end_layout
41761
41762 \end_inset
41763 </cell>
41764 </row>
41765 <row>
41766 <cell alignment="left" valignment="top" usebox="none">
41767 \begin_inset Text
41768
41769 \begin_layout Plain Layout
41770 \begin_inset ERT
41771 status collapsed
41772
41773 \begin_layout Plain Layout
41774
41775
41776 \backslash
41777 fcolorbox{black}{
41778 \end_layout
41779
41780 \end_inset
41781
41782 Mahogany
41783 \begin_inset ERT
41784 status collapsed
41785
41786 \begin_layout Plain Layout
41787
41788 }{
41789 \end_layout
41790
41791 \end_inset
41792
41793
41794 \begin_inset Phantom Phantom
41795 status open
41796
41797 \begin_layout Plain Layout
41798 W
41799 \end_layout
41800
41801 \end_inset
41802
41803
41804 \begin_inset ERT
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808
41809 }
41810 \end_layout
41811
41812 \end_inset
41813
41814  Mahogany
41815 \end_layout
41816
41817 \end_inset
41818 </cell>
41819 <cell alignment="left" valignment="top" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 \begin_inset ERT
41824 status collapsed
41825
41826 \begin_layout Plain Layout
41827
41828
41829 \backslash
41830 fcolorbox{black}{
41831 \end_layout
41832
41833 \end_inset
41834
41835 Maroon
41836 \begin_inset ERT
41837 status collapsed
41838
41839 \begin_layout Plain Layout
41840
41841 }{
41842 \end_layout
41843
41844 \end_inset
41845
41846
41847 \begin_inset Phantom Phantom
41848 status open
41849
41850 \begin_layout Plain Layout
41851 W
41852 \end_layout
41853
41854 \end_inset
41855
41856
41857 \begin_inset ERT
41858 status collapsed
41859
41860 \begin_layout Plain Layout
41861
41862 }
41863 \end_layout
41864
41865 \end_inset
41866
41867  Maroon
41868 \end_layout
41869
41870 \end_inset
41871 </cell>
41872 <cell alignment="left" valignment="top" usebox="none">
41873 \begin_inset Text
41874
41875 \begin_layout Plain Layout
41876 \begin_inset ERT
41877 status collapsed
41878
41879 \begin_layout Plain Layout
41880
41881
41882 \backslash
41883 fcolorbox{black}{
41884 \end_layout
41885
41886 \end_inset
41887
41888 Melon
41889 \begin_inset ERT
41890 status collapsed
41891
41892 \begin_layout Plain Layout
41893
41894 }{
41895 \end_layout
41896
41897 \end_inset
41898
41899
41900 \begin_inset Phantom Phantom
41901 status open
41902
41903 \begin_layout Plain Layout
41904 W
41905 \end_layout
41906
41907 \end_inset
41908
41909
41910 \begin_inset ERT
41911 status collapsed
41912
41913 \begin_layout Plain Layout
41914
41915 }
41916 \end_layout
41917
41918 \end_inset
41919
41920  Melon
41921 \end_layout
41922
41923 \end_inset
41924 </cell>
41925 <cell alignment="left" valignment="top" usebox="none">
41926 \begin_inset Text
41927
41928 \begin_layout Plain Layout
41929 \begin_inset ERT
41930 status collapsed
41931
41932 \begin_layout Plain Layout
41933
41934
41935 \backslash
41936 fcolorbox{black}{
41937 \end_layout
41938
41939 \end_inset
41940
41941 MidnightBlue
41942 \begin_inset ERT
41943 status collapsed
41944
41945 \begin_layout Plain Layout
41946
41947 }{
41948 \end_layout
41949
41950 \end_inset
41951
41952
41953 \begin_inset Phantom Phantom
41954 status open
41955
41956 \begin_layout Plain Layout
41957 W
41958 \end_layout
41959
41960 \end_inset
41961
41962
41963 \begin_inset ERT
41964 status collapsed
41965
41966 \begin_layout Plain Layout
41967
41968 }
41969 \end_layout
41970
41971 \end_inset
41972
41973  MidnightBlue
41974 \end_layout
41975
41976 \end_inset
41977 </cell>
41978 </row>
41979 <row>
41980 <cell alignment="left" valignment="top" usebox="none">
41981 \begin_inset Text
41982
41983 \begin_layout Plain Layout
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989
41990 \backslash
41991 fcolorbox{black}{
41992 \end_layout
41993
41994 \end_inset
41995
41996 Mulberry
41997 \begin_inset ERT
41998 status collapsed
41999
42000 \begin_layout Plain Layout
42001
42002 }{
42003 \end_layout
42004
42005 \end_inset
42006
42007
42008 \begin_inset Phantom Phantom
42009 status open
42010
42011 \begin_layout Plain Layout
42012 W
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023 }
42024 \end_layout
42025
42026 \end_inset
42027
42028  Mulberry
42029 \end_layout
42030
42031 \end_inset
42032 </cell>
42033 <cell alignment="left" valignment="top" usebox="none">
42034 \begin_inset Text
42035
42036 \begin_layout Plain Layout
42037 \begin_inset ERT
42038 status collapsed
42039
42040 \begin_layout Plain Layout
42041
42042
42043 \backslash
42044 fcolorbox{black}{
42045 \end_layout
42046
42047 \end_inset
42048
42049 NavyBlue
42050 \begin_inset ERT
42051 status collapsed
42052
42053 \begin_layout Plain Layout
42054
42055 }{
42056 \end_layout
42057
42058 \end_inset
42059
42060
42061 \begin_inset Phantom Phantom
42062 status open
42063
42064 \begin_layout Plain Layout
42065 W
42066 \end_layout
42067
42068 \end_inset
42069
42070
42071 \begin_inset ERT
42072 status collapsed
42073
42074 \begin_layout Plain Layout
42075
42076 }
42077 \end_layout
42078
42079 \end_inset
42080
42081  NavyBlue
42082 \end_layout
42083
42084 \end_inset
42085 </cell>
42086 <cell alignment="left" valignment="top" usebox="none">
42087 \begin_inset Text
42088
42089 \begin_layout Plain Layout
42090 \begin_inset ERT
42091 status collapsed
42092
42093 \begin_layout Plain Layout
42094
42095
42096 \backslash
42097 fcolorbox{black}{
42098 \end_layout
42099
42100 \end_inset
42101
42102 OliveGreen
42103 \begin_inset ERT
42104 status collapsed
42105
42106 \begin_layout Plain Layout
42107
42108 }{
42109 \end_layout
42110
42111 \end_inset
42112
42113
42114 \begin_inset Phantom Phantom
42115 status open
42116
42117 \begin_layout Plain Layout
42118 W
42119 \end_layout
42120
42121 \end_inset
42122
42123
42124 \begin_inset ERT
42125 status collapsed
42126
42127 \begin_layout Plain Layout
42128
42129 }
42130 \end_layout
42131
42132 \end_inset
42133
42134  OliveGreen
42135 \end_layout
42136
42137 \end_inset
42138 </cell>
42139 <cell alignment="left" valignment="top" usebox="none">
42140 \begin_inset Text
42141
42142 \begin_layout Plain Layout
42143 \begin_inset ERT
42144 status collapsed
42145
42146 \begin_layout Plain Layout
42147
42148
42149 \backslash
42150 fcolorbox{black}{
42151 \end_layout
42152
42153 \end_inset
42154
42155 Orange
42156 \begin_inset ERT
42157 status collapsed
42158
42159 \begin_layout Plain Layout
42160
42161 }{
42162 \end_layout
42163
42164 \end_inset
42165
42166
42167 \begin_inset Phantom Phantom
42168 status open
42169
42170 \begin_layout Plain Layout
42171 W
42172 \end_layout
42173
42174 \end_inset
42175
42176
42177 \begin_inset ERT
42178 status collapsed
42179
42180 \begin_layout Plain Layout
42181
42182 }
42183 \end_layout
42184
42185 \end_inset
42186
42187  Orange
42188 \end_layout
42189
42190 \end_inset
42191 </cell>
42192 </row>
42193 <row>
42194 <cell alignment="left" valignment="top" usebox="none">
42195 \begin_inset Text
42196
42197 \begin_layout Plain Layout
42198 \begin_inset ERT
42199 status collapsed
42200
42201 \begin_layout Plain Layout
42202
42203
42204 \backslash
42205 fcolorbox{black}{
42206 \end_layout
42207
42208 \end_inset
42209
42210 OrangeRed
42211 \begin_inset ERT
42212 status collapsed
42213
42214 \begin_layout Plain Layout
42215
42216 }{
42217 \end_layout
42218
42219 \end_inset
42220
42221
42222 \begin_inset Phantom Phantom
42223 status open
42224
42225 \begin_layout Plain Layout
42226 W
42227 \end_layout
42228
42229 \end_inset
42230
42231
42232 \begin_inset ERT
42233 status collapsed
42234
42235 \begin_layout Plain Layout
42236
42237 }
42238 \end_layout
42239
42240 \end_inset
42241
42242  OrangeRed
42243 \end_layout
42244
42245 \end_inset
42246 </cell>
42247 <cell alignment="left" valignment="top" usebox="none">
42248 \begin_inset Text
42249
42250 \begin_layout Plain Layout
42251 \begin_inset ERT
42252 status collapsed
42253
42254 \begin_layout Plain Layout
42255
42256
42257 \backslash
42258 fcolorbox{black}{
42259 \end_layout
42260
42261 \end_inset
42262
42263 Orchid
42264 \begin_inset ERT
42265 status collapsed
42266
42267 \begin_layout Plain Layout
42268
42269 }{
42270 \end_layout
42271
42272 \end_inset
42273
42274
42275 \begin_inset Phantom Phantom
42276 status open
42277
42278 \begin_layout Plain Layout
42279 W
42280 \end_layout
42281
42282 \end_inset
42283
42284
42285 \begin_inset ERT
42286 status collapsed
42287
42288 \begin_layout Plain Layout
42289
42290 }
42291 \end_layout
42292
42293 \end_inset
42294
42295  Orchid
42296 \end_layout
42297
42298 \end_inset
42299 </cell>
42300 <cell alignment="left" valignment="top" usebox="none">
42301 \begin_inset Text
42302
42303 \begin_layout Plain Layout
42304 \begin_inset ERT
42305 status collapsed
42306
42307 \begin_layout Plain Layout
42308
42309
42310 \backslash
42311 fcolorbox{black}{
42312 \end_layout
42313
42314 \end_inset
42315
42316 Peach
42317 \begin_inset ERT
42318 status collapsed
42319
42320 \begin_layout Plain Layout
42321
42322 }{
42323 \end_layout
42324
42325 \end_inset
42326
42327
42328 \begin_inset Phantom Phantom
42329 status open
42330
42331 \begin_layout Plain Layout
42332 W
42333 \end_layout
42334
42335 \end_inset
42336
42337
42338 \begin_inset ERT
42339 status collapsed
42340
42341 \begin_layout Plain Layout
42342
42343 }
42344 \end_layout
42345
42346 \end_inset
42347
42348  Peach
42349 \end_layout
42350
42351 \end_inset
42352 </cell>
42353 <cell alignment="left" valignment="top" usebox="none">
42354 \begin_inset Text
42355
42356 \begin_layout Plain Layout
42357 \begin_inset ERT
42358 status collapsed
42359
42360 \begin_layout Plain Layout
42361
42362
42363 \backslash
42364 fcolorbox{black}{
42365 \end_layout
42366
42367 \end_inset
42368
42369 Periwinkle
42370 \begin_inset ERT
42371 status collapsed
42372
42373 \begin_layout Plain Layout
42374
42375 }{
42376 \end_layout
42377
42378 \end_inset
42379
42380
42381 \begin_inset Phantom Phantom
42382 status open
42383
42384 \begin_layout Plain Layout
42385 W
42386 \end_layout
42387
42388 \end_inset
42389
42390
42391 \begin_inset ERT
42392 status collapsed
42393
42394 \begin_layout Plain Layout
42395
42396 }
42397 \end_layout
42398
42399 \end_inset
42400
42401  Periwinkle
42402 \end_layout
42403
42404 \end_inset
42405 </cell>
42406 </row>
42407 <row>
42408 <cell alignment="left" valignment="top" usebox="none">
42409 \begin_inset Text
42410
42411 \begin_layout Plain Layout
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417
42418 \backslash
42419 fcolorbox{black}{
42420 \end_layout
42421
42422 \end_inset
42423
42424 PineGreen
42425 \begin_inset ERT
42426 status collapsed
42427
42428 \begin_layout Plain Layout
42429
42430 }{
42431 \end_layout
42432
42433 \end_inset
42434
42435
42436 \begin_inset Phantom Phantom
42437 status open
42438
42439 \begin_layout Plain Layout
42440 W
42441 \end_layout
42442
42443 \end_inset
42444
42445
42446 \begin_inset ERT
42447 status collapsed
42448
42449 \begin_layout Plain Layout
42450
42451 }
42452 \end_layout
42453
42454 \end_inset
42455
42456  PineGreen
42457 \end_layout
42458
42459 \end_inset
42460 </cell>
42461 <cell alignment="left" valignment="top" usebox="none">
42462 \begin_inset Text
42463
42464 \begin_layout Plain Layout
42465 \begin_inset ERT
42466 status collapsed
42467
42468 \begin_layout Plain Layout
42469
42470
42471 \backslash
42472 fcolorbox{black}{
42473 \end_layout
42474
42475 \end_inset
42476
42477 Plum
42478 \begin_inset ERT
42479 status collapsed
42480
42481 \begin_layout Plain Layout
42482
42483 }{
42484 \end_layout
42485
42486 \end_inset
42487
42488
42489 \begin_inset Phantom Phantom
42490 status open
42491
42492 \begin_layout Plain Layout
42493 W
42494 \end_layout
42495
42496 \end_inset
42497
42498
42499 \begin_inset ERT
42500 status collapsed
42501
42502 \begin_layout Plain Layout
42503
42504 }
42505 \end_layout
42506
42507 \end_inset
42508
42509  Plum
42510 \end_layout
42511
42512 \end_inset
42513 </cell>
42514 <cell alignment="left" valignment="top" usebox="none">
42515 \begin_inset Text
42516
42517 \begin_layout Plain Layout
42518 \begin_inset ERT
42519 status collapsed
42520
42521 \begin_layout Plain Layout
42522
42523
42524 \backslash
42525 fcolorbox{black}{
42526 \end_layout
42527
42528 \end_inset
42529
42530 ProcessBlue
42531 \begin_inset ERT
42532 status collapsed
42533
42534 \begin_layout Plain Layout
42535
42536 }{
42537 \end_layout
42538
42539 \end_inset
42540
42541
42542 \begin_inset Phantom Phantom
42543 status open
42544
42545 \begin_layout Plain Layout
42546 W
42547 \end_layout
42548
42549 \end_inset
42550
42551
42552 \begin_inset ERT
42553 status collapsed
42554
42555 \begin_layout Plain Layout
42556
42557 }
42558 \end_layout
42559
42560 \end_inset
42561
42562  ProcessBlue
42563 \end_layout
42564
42565 \end_inset
42566 </cell>
42567 <cell alignment="left" valignment="top" usebox="none">
42568 \begin_inset Text
42569
42570 \begin_layout Plain Layout
42571 \begin_inset ERT
42572 status collapsed
42573
42574 \begin_layout Plain Layout
42575
42576
42577 \backslash
42578 fcolorbox{black}{
42579 \end_layout
42580
42581 \end_inset
42582
42583 Purple
42584 \begin_inset ERT
42585 status collapsed
42586
42587 \begin_layout Plain Layout
42588
42589 }{
42590 \end_layout
42591
42592 \end_inset
42593
42594
42595 \begin_inset Phantom Phantom
42596 status open
42597
42598 \begin_layout Plain Layout
42599 W
42600 \end_layout
42601
42602 \end_inset
42603
42604
42605 \begin_inset ERT
42606 status collapsed
42607
42608 \begin_layout Plain Layout
42609
42610 }
42611 \end_layout
42612
42613 \end_inset
42614
42615  Purple
42616 \end_layout
42617
42618 \end_inset
42619 </cell>
42620 </row>
42621 <row>
42622 <cell alignment="left" valignment="top" usebox="none">
42623 \begin_inset Text
42624
42625 \begin_layout Plain Layout
42626 \begin_inset ERT
42627 status collapsed
42628
42629 \begin_layout Plain Layout
42630
42631
42632 \backslash
42633 fcolorbox{black}{
42634 \end_layout
42635
42636 \end_inset
42637
42638 RawSienna
42639 \begin_inset ERT
42640 status collapsed
42641
42642 \begin_layout Plain Layout
42643
42644 }{
42645 \end_layout
42646
42647 \end_inset
42648
42649
42650 \begin_inset Phantom Phantom
42651 status open
42652
42653 \begin_layout Plain Layout
42654 W
42655 \end_layout
42656
42657 \end_inset
42658
42659
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665 }
42666 \end_layout
42667
42668 \end_inset
42669
42670  RawSienna
42671 \end_layout
42672
42673 \end_inset
42674 </cell>
42675 <cell alignment="left" valignment="top" usebox="none">
42676 \begin_inset Text
42677
42678 \begin_layout Plain Layout
42679 \begin_inset ERT
42680 status collapsed
42681
42682 \begin_layout Plain Layout
42683
42684
42685 \backslash
42686 fcolorbox{black}{
42687 \end_layout
42688
42689 \end_inset
42690
42691 RedOrange
42692 \begin_inset ERT
42693 status collapsed
42694
42695 \begin_layout Plain Layout
42696
42697 }{
42698 \end_layout
42699
42700 \end_inset
42701
42702
42703 \begin_inset Phantom Phantom
42704 status open
42705
42706 \begin_layout Plain Layout
42707 W
42708 \end_layout
42709
42710 \end_inset
42711
42712
42713 \begin_inset ERT
42714 status collapsed
42715
42716 \begin_layout Plain Layout
42717
42718 }
42719 \end_layout
42720
42721 \end_inset
42722
42723  RedOrange
42724 \end_layout
42725
42726 \end_inset
42727 </cell>
42728 <cell alignment="left" valignment="top" usebox="none">
42729 \begin_inset Text
42730
42731 \begin_layout Plain Layout
42732 \begin_inset ERT
42733 status collapsed
42734
42735 \begin_layout Plain Layout
42736
42737
42738 \backslash
42739 fcolorbox{black}{
42740 \end_layout
42741
42742 \end_inset
42743
42744 RedViolet
42745 \begin_inset ERT
42746 status collapsed
42747
42748 \begin_layout Plain Layout
42749
42750 }{
42751 \end_layout
42752
42753 \end_inset
42754
42755
42756 \begin_inset Phantom Phantom
42757 status open
42758
42759 \begin_layout Plain Layout
42760 W
42761 \end_layout
42762
42763 \end_inset
42764
42765
42766 \begin_inset ERT
42767 status collapsed
42768
42769 \begin_layout Plain Layout
42770
42771 }
42772 \end_layout
42773
42774 \end_inset
42775
42776  RedViolet
42777 \end_layout
42778
42779 \end_inset
42780 </cell>
42781 <cell alignment="left" valignment="top" usebox="none">
42782 \begin_inset Text
42783
42784 \begin_layout Plain Layout
42785 \begin_inset ERT
42786 status collapsed
42787
42788 \begin_layout Plain Layout
42789
42790
42791 \backslash
42792 fcolorbox{black}{
42793 \end_layout
42794
42795 \end_inset
42796
42797 Rhodamine
42798 \begin_inset ERT
42799 status collapsed
42800
42801 \begin_layout Plain Layout
42802
42803 }{
42804 \end_layout
42805
42806 \end_inset
42807
42808
42809 \begin_inset Phantom Phantom
42810 status open
42811
42812 \begin_layout Plain Layout
42813 W
42814 \end_layout
42815
42816 \end_inset
42817
42818
42819 \begin_inset ERT
42820 status collapsed
42821
42822 \begin_layout Plain Layout
42823
42824 }
42825 \end_layout
42826
42827 \end_inset
42828
42829  Rhodamine
42830 \end_layout
42831
42832 \end_inset
42833 </cell>
42834 </row>
42835 <row>
42836 <cell alignment="left" valignment="top" usebox="none">
42837 \begin_inset Text
42838
42839 \begin_layout Plain Layout
42840 \begin_inset ERT
42841 status collapsed
42842
42843 \begin_layout Plain Layout
42844
42845
42846 \backslash
42847 fcolorbox{black}{
42848 \end_layout
42849
42850 \end_inset
42851
42852 RoyalBlue
42853 \begin_inset ERT
42854 status collapsed
42855
42856 \begin_layout Plain Layout
42857
42858 }{
42859 \end_layout
42860
42861 \end_inset
42862
42863
42864 \begin_inset Phantom Phantom
42865 status open
42866
42867 \begin_layout Plain Layout
42868 W
42869 \end_layout
42870
42871 \end_inset
42872
42873
42874 \begin_inset ERT
42875 status collapsed
42876
42877 \begin_layout Plain Layout
42878
42879 }
42880 \end_layout
42881
42882 \end_inset
42883
42884  RoyalBlue
42885 \end_layout
42886
42887 \end_inset
42888 </cell>
42889 <cell alignment="left" valignment="top" usebox="none">
42890 \begin_inset Text
42891
42892 \begin_layout Plain Layout
42893 \begin_inset ERT
42894 status collapsed
42895
42896 \begin_layout Plain Layout
42897
42898
42899 \backslash
42900 fcolorbox{black}{
42901 \end_layout
42902
42903 \end_inset
42904
42905 RoyalPurple
42906 \begin_inset ERT
42907 status collapsed
42908
42909 \begin_layout Plain Layout
42910
42911 }{
42912 \end_layout
42913
42914 \end_inset
42915
42916
42917 \begin_inset Phantom Phantom
42918 status open
42919
42920 \begin_layout Plain Layout
42921 W
42922 \end_layout
42923
42924 \end_inset
42925
42926
42927 \begin_inset ERT
42928 status collapsed
42929
42930 \begin_layout Plain Layout
42931
42932 }
42933 \end_layout
42934
42935 \end_inset
42936
42937  RoyalPurple
42938 \end_layout
42939
42940 \end_inset
42941 </cell>
42942 <cell alignment="left" valignment="top" usebox="none">
42943 \begin_inset Text
42944
42945 \begin_layout Plain Layout
42946 \begin_inset ERT
42947 status collapsed
42948
42949 \begin_layout Plain Layout
42950
42951
42952 \backslash
42953 fcolorbox{black}{
42954 \end_layout
42955
42956 \end_inset
42957
42958 RubineRed
42959 \begin_inset ERT
42960 status collapsed
42961
42962 \begin_layout Plain Layout
42963
42964 }{
42965 \end_layout
42966
42967 \end_inset
42968
42969
42970 \begin_inset Phantom Phantom
42971 status open
42972
42973 \begin_layout Plain Layout
42974 W
42975 \end_layout
42976
42977 \end_inset
42978
42979
42980 \begin_inset ERT
42981 status collapsed
42982
42983 \begin_layout Plain Layout
42984
42985 }
42986 \end_layout
42987
42988 \end_inset
42989
42990  RubineRed
42991 \end_layout
42992
42993 \end_inset
42994 </cell>
42995 <cell alignment="left" valignment="top" usebox="none">
42996 \begin_inset Text
42997
42998 \begin_layout Plain Layout
42999 \begin_inset ERT
43000 status collapsed
43001
43002 \begin_layout Plain Layout
43003
43004
43005 \backslash
43006 fcolorbox{black}{
43007 \end_layout
43008
43009 \end_inset
43010
43011 Salmon
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017 }{
43018 \end_layout
43019
43020 \end_inset
43021
43022
43023 \begin_inset Phantom Phantom
43024 status open
43025
43026 \begin_layout Plain Layout
43027 W
43028 \end_layout
43029
43030 \end_inset
43031
43032
43033 \begin_inset ERT
43034 status collapsed
43035
43036 \begin_layout Plain Layout
43037
43038 }
43039 \end_layout
43040
43041 \end_inset
43042
43043  Salmon
43044 \end_layout
43045
43046 \end_inset
43047 </cell>
43048 </row>
43049 <row>
43050 <cell alignment="left" valignment="top" usebox="none">
43051 \begin_inset Text
43052
43053 \begin_layout Plain Layout
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059
43060 \backslash
43061 fcolorbox{black}{
43062 \end_layout
43063
43064 \end_inset
43065
43066 SeaGreen
43067 \begin_inset ERT
43068 status collapsed
43069
43070 \begin_layout Plain Layout
43071
43072 }{
43073 \end_layout
43074
43075 \end_inset
43076
43077
43078 \begin_inset Phantom Phantom
43079 status open
43080
43081 \begin_layout Plain Layout
43082 W
43083 \end_layout
43084
43085 \end_inset
43086
43087
43088 \begin_inset ERT
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092
43093 }
43094 \end_layout
43095
43096 \end_inset
43097
43098  SeaGreen
43099 \end_layout
43100
43101 \end_inset
43102 </cell>
43103 <cell alignment="left" valignment="top" usebox="none">
43104 \begin_inset Text
43105
43106 \begin_layout Plain Layout
43107 \begin_inset ERT
43108 status collapsed
43109
43110 \begin_layout Plain Layout
43111
43112
43113 \backslash
43114 fcolorbox{black}{
43115 \end_layout
43116
43117 \end_inset
43118
43119 Sepia
43120 \begin_inset ERT
43121 status collapsed
43122
43123 \begin_layout Plain Layout
43124
43125 }{
43126 \end_layout
43127
43128 \end_inset
43129
43130
43131 \begin_inset Phantom Phantom
43132 status open
43133
43134 \begin_layout Plain Layout
43135 W
43136 \end_layout
43137
43138 \end_inset
43139
43140
43141 \begin_inset ERT
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145
43146 }
43147 \end_layout
43148
43149 \end_inset
43150
43151  Sepia
43152 \end_layout
43153
43154 \end_inset
43155 </cell>
43156 <cell alignment="left" valignment="top" usebox="none">
43157 \begin_inset Text
43158
43159 \begin_layout Plain Layout
43160 \begin_inset ERT
43161 status collapsed
43162
43163 \begin_layout Plain Layout
43164
43165
43166 \backslash
43167 fcolorbox{black}{
43168 \end_layout
43169
43170 \end_inset
43171
43172 SkyBlue
43173 \begin_inset ERT
43174 status collapsed
43175
43176 \begin_layout Plain Layout
43177
43178 }{
43179 \end_layout
43180
43181 \end_inset
43182
43183
43184 \begin_inset Phantom Phantom
43185 status open
43186
43187 \begin_layout Plain Layout
43188 W
43189 \end_layout
43190
43191 \end_inset
43192
43193
43194 \begin_inset ERT
43195 status collapsed
43196
43197 \begin_layout Plain Layout
43198
43199 }
43200 \end_layout
43201
43202 \end_inset
43203
43204  SkyBlue
43205 \end_layout
43206
43207 \end_inset
43208 </cell>
43209 <cell alignment="left" valignment="top" usebox="none">
43210 \begin_inset Text
43211
43212 \begin_layout Plain Layout
43213 \begin_inset ERT
43214 status collapsed
43215
43216 \begin_layout Plain Layout
43217
43218
43219 \backslash
43220 fcolorbox{black}{
43221 \end_layout
43222
43223 \end_inset
43224
43225 SpringGreen
43226 \begin_inset ERT
43227 status collapsed
43228
43229 \begin_layout Plain Layout
43230
43231 }{
43232 \end_layout
43233
43234 \end_inset
43235
43236
43237 \begin_inset Phantom Phantom
43238 status open
43239
43240 \begin_layout Plain Layout
43241 W
43242 \end_layout
43243
43244 \end_inset
43245
43246
43247 \begin_inset ERT
43248 status collapsed
43249
43250 \begin_layout Plain Layout
43251
43252 }
43253 \end_layout
43254
43255 \end_inset
43256
43257  SpringGreen
43258 \end_layout
43259
43260 \end_inset
43261 </cell>
43262 </row>
43263 <row>
43264 <cell alignment="left" valignment="top" usebox="none">
43265 \begin_inset Text
43266
43267 \begin_layout Plain Layout
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273
43274 \backslash
43275 fcolorbox{black}{
43276 \end_layout
43277
43278 \end_inset
43279
43280 Tan
43281 \begin_inset ERT
43282 status collapsed
43283
43284 \begin_layout Plain Layout
43285
43286 }{
43287 \end_layout
43288
43289 \end_inset
43290
43291
43292 \begin_inset Phantom Phantom
43293 status open
43294
43295 \begin_layout Plain Layout
43296 W
43297 \end_layout
43298
43299 \end_inset
43300
43301
43302 \begin_inset ERT
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306
43307 }
43308 \end_layout
43309
43310 \end_inset
43311
43312  Tan
43313 \end_layout
43314
43315 \end_inset
43316 </cell>
43317 <cell alignment="left" valignment="top" usebox="none">
43318 \begin_inset Text
43319
43320 \begin_layout Plain Layout
43321 \begin_inset ERT
43322 status collapsed
43323
43324 \begin_layout Plain Layout
43325
43326
43327 \backslash
43328 fcolorbox{black}{
43329 \end_layout
43330
43331 \end_inset
43332
43333 TealBlue
43334 \begin_inset ERT
43335 status collapsed
43336
43337 \begin_layout Plain Layout
43338
43339 }{
43340 \end_layout
43341
43342 \end_inset
43343
43344
43345 \begin_inset Phantom Phantom
43346 status open
43347
43348 \begin_layout Plain Layout
43349 W
43350 \end_layout
43351
43352 \end_inset
43353
43354
43355 \begin_inset ERT
43356 status collapsed
43357
43358 \begin_layout Plain Layout
43359
43360 }
43361 \end_layout
43362
43363 \end_inset
43364
43365  TealBlue
43366 \end_layout
43367
43368 \end_inset
43369 </cell>
43370 <cell alignment="left" valignment="top" usebox="none">
43371 \begin_inset Text
43372
43373 \begin_layout Plain Layout
43374 \begin_inset ERT
43375 status collapsed
43376
43377 \begin_layout Plain Layout
43378
43379
43380 \backslash
43381 fcolorbox{black}{
43382 \end_layout
43383
43384 \end_inset
43385
43386 Thistle
43387 \begin_inset ERT
43388 status collapsed
43389
43390 \begin_layout Plain Layout
43391
43392 }{
43393 \end_layout
43394
43395 \end_inset
43396
43397
43398 \begin_inset Phantom Phantom
43399 status open
43400
43401 \begin_layout Plain Layout
43402 W
43403 \end_layout
43404
43405 \end_inset
43406
43407
43408 \begin_inset ERT
43409 status collapsed
43410
43411 \begin_layout Plain Layout
43412
43413 }
43414 \end_layout
43415
43416 \end_inset
43417
43418  Thistle
43419 \end_layout
43420
43421 \end_inset
43422 </cell>
43423 <cell alignment="left" valignment="top" usebox="none">
43424 \begin_inset Text
43425
43426 \begin_layout Plain Layout
43427 \begin_inset ERT
43428 status collapsed
43429
43430 \begin_layout Plain Layout
43431
43432
43433 \backslash
43434 fcolorbox{black}{
43435 \end_layout
43436
43437 \end_inset
43438
43439 Turquoise
43440 \begin_inset ERT
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444
43445 }{
43446 \end_layout
43447
43448 \end_inset
43449
43450
43451 \begin_inset Phantom Phantom
43452 status open
43453
43454 \begin_layout Plain Layout
43455 W
43456 \end_layout
43457
43458 \end_inset
43459
43460
43461 \begin_inset ERT
43462 status collapsed
43463
43464 \begin_layout Plain Layout
43465
43466 }
43467 \end_layout
43468
43469 \end_inset
43470
43471  Turquoise
43472 \end_layout
43473
43474 \end_inset
43475 </cell>
43476 </row>
43477 <row>
43478 <cell alignment="left" valignment="top" usebox="none">
43479 \begin_inset Text
43480
43481 \begin_layout Plain Layout
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487
43488 \backslash
43489 fcolorbox{black}{
43490 \end_layout
43491
43492 \end_inset
43493
43494 Violet
43495 \begin_inset ERT
43496 status collapsed
43497
43498 \begin_layout Plain Layout
43499
43500 }{
43501 \end_layout
43502
43503 \end_inset
43504
43505
43506 \begin_inset Phantom Phantom
43507 status open
43508
43509 \begin_layout Plain Layout
43510 W
43511 \end_layout
43512
43513 \end_inset
43514
43515
43516 \begin_inset ERT
43517 status collapsed
43518
43519 \begin_layout Plain Layout
43520
43521 }
43522 \end_layout
43523
43524 \end_inset
43525
43526  Violet
43527 \end_layout
43528
43529 \end_inset
43530 </cell>
43531 <cell alignment="left" valignment="top" usebox="none">
43532 \begin_inset Text
43533
43534 \begin_layout Plain Layout
43535 \begin_inset ERT
43536 status collapsed
43537
43538 \begin_layout Plain Layout
43539
43540
43541 \backslash
43542 fcolorbox{black}{
43543 \end_layout
43544
43545 \end_inset
43546
43547 VioletRed
43548 \begin_inset ERT
43549 status collapsed
43550
43551 \begin_layout Plain Layout
43552
43553 }{
43554 \end_layout
43555
43556 \end_inset
43557
43558
43559 \begin_inset Phantom Phantom
43560 status open
43561
43562 \begin_layout Plain Layout
43563 W
43564 \end_layout
43565
43566 \end_inset
43567
43568
43569 \begin_inset ERT
43570 status collapsed
43571
43572 \begin_layout Plain Layout
43573
43574 }
43575 \end_layout
43576
43577 \end_inset
43578
43579  VioletRed
43580 \end_layout
43581
43582 \end_inset
43583 </cell>
43584 <cell alignment="left" valignment="top" usebox="none">
43585 \begin_inset Text
43586
43587 \begin_layout Plain Layout
43588 \begin_inset ERT
43589 status collapsed
43590
43591 \begin_layout Plain Layout
43592
43593
43594 \backslash
43595 fcolorbox{black}{
43596 \end_layout
43597
43598 \end_inset
43599
43600 WildStrawberry
43601 \begin_inset ERT
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605
43606 }{
43607 \end_layout
43608
43609 \end_inset
43610
43611
43612 \begin_inset Phantom Phantom
43613 status open
43614
43615 \begin_layout Plain Layout
43616 W
43617 \end_layout
43618
43619 \end_inset
43620
43621
43622 \begin_inset ERT
43623 status collapsed
43624
43625 \begin_layout Plain Layout
43626
43627 }
43628 \end_layout
43629
43630 \end_inset
43631
43632  WildStrawberry
43633 \end_layout
43634
43635 \end_inset
43636 </cell>
43637 <cell alignment="left" valignment="top" usebox="none">
43638 \begin_inset Text
43639
43640 \begin_layout Plain Layout
43641 \begin_inset ERT
43642 status collapsed
43643
43644 \begin_layout Plain Layout
43645
43646
43647 \backslash
43648 fcolorbox{black}{
43649 \end_layout
43650
43651 \end_inset
43652
43653 YellowGreen
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659 }{
43660 \end_layout
43661
43662 \end_inset
43663
43664
43665 \begin_inset Phantom Phantom
43666 status open
43667
43668 \begin_layout Plain Layout
43669 W
43670 \end_layout
43671
43672 \end_inset
43673
43674
43675 \begin_inset ERT
43676 status collapsed
43677
43678 \begin_layout Plain Layout
43679
43680 }
43681 \end_layout
43682
43683 \end_inset
43684
43685  YellowGreen
43686 \end_layout
43687
43688 \end_inset
43689 </cell>
43690 </row>
43691 <row>
43692 <cell alignment="left" valignment="top" usebox="none">
43693 \begin_inset Text
43694
43695 \begin_layout Plain Layout
43696 \begin_inset ERT
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701
43702 \backslash
43703 fcolorbox{black}{
43704 \end_layout
43705
43706 \end_inset
43707
43708 YellowOrange
43709 \begin_inset ERT
43710 status collapsed
43711
43712 \begin_layout Plain Layout
43713
43714 }{
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset Phantom Phantom
43721 status open
43722
43723 \begin_layout Plain Layout
43724 W
43725 \end_layout
43726
43727 \end_inset
43728
43729
43730 \begin_inset ERT
43731 status collapsed
43732
43733 \begin_layout Plain Layout
43734
43735 }
43736 \end_layout
43737
43738 \end_inset
43739
43740  YellowOrange
43741 \end_layout
43742
43743 \end_inset
43744 </cell>
43745 <cell alignment="left" valignment="top" usebox="none">
43746 \begin_inset Text
43747
43748 \begin_layout Plain Layout
43749
43750 \end_layout
43751
43752 \end_inset
43753 </cell>
43754 <cell alignment="left" valignment="top" usebox="none">
43755 \begin_inset Text
43756
43757 \begin_layout Plain Layout
43758
43759 \end_layout
43760
43761 \end_inset
43762 </cell>
43763 <cell alignment="left" valignment="top" usebox="none">
43764 \begin_inset Text
43765
43766 \begin_layout Plain Layout
43767
43768 \end_layout
43769
43770 \end_inset
43771 </cell>
43772 </row>
43773 </lyxtabular>
43774
43775 \end_inset
43776
43777
43778 \end_layout
43779
43780 \begin_layout Chapter
43781 Explanation of Equation
43782 \begin_inset space ~
43783 \end_inset
43784
43785 (
43786 \begin_inset CommandInset ref
43787 LatexCommand ref
43788 reference "eq:Wgn"
43789
43790 \end_inset
43791
43792 )
43793 \begin_inset CommandInset label
43794 LatexCommand label
43795 name "cha:Explanation-of-Equation"
43796
43797 \end_inset
43798
43799
43800 \end_layout
43801
43802 \begin_layout Standard
43803 We can calculate the total width of 
43804 \emph on
43805 n
43806 \emph default
43807  table cells 
43808 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43809 \end_inset
43810
43811  as follows:
43812 \begin_inset Formula 
43813 \begin{equation}
43814 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43815 \end{equation}
43816
43817 \end_inset
43818
43819 where 
43820 \begin_inset Formula $W_{g\, n}$
43821 \end_inset
43822
43823  is the given width of all cells, 
43824 \series bold
43825
43826 \backslash
43827 tabcolsep
43828 \series default
43829  is the LaTeX-length between the cell text and the cell border (its default
43830  value is 6
43831 \begin_inset space \thinspace{}
43832 \end_inset
43833
43834 pt).
43835  
43836 \series bold
43837
43838 \backslash
43839 arrayrulewidth
43840 \series default
43841  is the thickness of the cell border line, the default is 0.4
43842 \begin_inset space \thinspace{}
43843 \end_inset
43844
43845 pt.
43846 \end_layout
43847
43848 \begin_layout Standard
43849 Following equation
43850 \begin_inset space ~
43851 \end_inset
43852
43853
43854 \begin_inset CommandInset ref
43855 LatexCommand eqref
43856 reference "eq:Wtot_n"
43857
43858 \end_inset
43859
43860 , the total width of a multicolumn 
43861 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
43862 \end_inset
43863
43864  is
43865 \begin_inset Formula 
43866 \begin{equation}
43867 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43868 \end{equation}
43869
43870 \end_inset
43871
43872
43873 \end_layout
43874
43875 \begin_layout Standard
43876 By setting equation
43877 \begin_inset space ~
43878 \end_inset
43879
43880
43881 \begin_inset CommandInset ref
43882 LatexCommand eqref
43883 reference "eq:Wtot_n"
43884
43885 \end_inset
43886
43887  and 
43888 \begin_inset CommandInset ref
43889 LatexCommand eqref
43890 reference "eq:Wtot_mult"
43891
43892 \end_inset
43893
43894  equal we can calculate the needed given width 
43895 \begin_inset Formula $W_{g\, n}$
43896 \end_inset
43897
43898  when 
43899 \emph on
43900 n
43901 \emph default
43902  columns are spanned, so that each column has a total width of 
43903 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
43904 \end_inset
43905
43906 :
43907 \begin_inset Formula 
43908 \begin{equation}
43909 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43910 \end{equation}
43911
43912 \end_inset
43913
43914
43915 \end_layout
43916
43917 \begin_layout Bibliography
43918 \labelwidthstring Bibliography
43919 \begin_inset CommandInset bibitem
43920 LatexCommand bibitem
43921 key "latexcompanion"
43922
43923 \end_inset
43924
43925 Frank Mittelbach and Michel Goossens: 
43926 \emph on
43927 The LaTeX Companion Second Edition.
43928
43929 \emph default
43930  Addison-Wesley, 2004
43931 \end_layout
43932
43933 \begin_layout Bibliography
43934 \labelwidthstring Bibliography
43935 \begin_inset CommandInset bibitem
43936 LatexCommand bibitem
43937 key "latexguide"
43938
43939 \end_inset
43940
43941 Helmut Kopka and Patrick W.
43942  Daly: 
43943 \emph on
43944 A Guide to LaTeX Fourth Edition.
43945
43946 \emph default
43947  Addison-Wesley, 2003
43948 \end_layout
43949
43950 \begin_layout Bibliography
43951 \labelwidthstring Bibliography
43952 \begin_inset CommandInset bibitem
43953 LatexCommand bibitem
43954 key "latexbook"
43955
43956 \end_inset
43957
43958 Leslie Lamport: 
43959 \emph on
43960 LaTeX: A Document Preparation System.
43961
43962 \emph default
43963  Addison-Wesley, second edition, 1994
43964 \end_layout
43965
43966 \begin_layout Bibliography
43967 \labelwidthstring Bibliography
43968 \begin_inset CommandInset bibitem
43969 LatexCommand bibitem
43970 key "arydshln"
43971
43972 \end_inset
43973
43974 Documentation of the LaTeX-package 
43975 \series bold
43976
43977 \begin_inset CommandInset href
43978 LatexCommand href
43979 name "arydshln"
43980 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43981
43982 \end_inset
43983
43984
43985 \series default
43986
43987 \begin_inset Index idx
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991 LaTeX-packages ! arydshln
43992 \end_layout
43993
43994 \end_inset
43995
43996
43997 \end_layout
43998
43999 \begin_layout Bibliography
44000 \labelwidthstring Bibliography
44001 \begin_inset CommandInset bibitem
44002 LatexCommand bibitem
44003 key "booktabs"
44004
44005 \end_inset
44006
44007 Documentation of the LaTeX-package 
44008 \series bold
44009
44010 \begin_inset CommandInset href
44011 LatexCommand href
44012 name "booktabs"
44013 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44014
44015 \end_inset
44016
44017
44018 \series default
44019
44020 \begin_inset Index idx
44021 status collapsed
44022
44023 \begin_layout Plain Layout
44024 LaTeX-packages ! booktabs
44025 \end_layout
44026
44027 \end_inset
44028
44029
44030 \end_layout
44031
44032 \begin_layout Bibliography
44033 \labelwidthstring Bibliography
44034 \begin_inset CommandInset bibitem
44035 LatexCommand bibitem
44036 key "caption"
44037
44038 \end_inset
44039
44040 Documentation of the LaTeX-package 
44041 \series bold
44042
44043 \begin_inset CommandInset href
44044 LatexCommand href
44045 name "caption"
44046 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
44047
44048 \end_inset
44049
44050
44051 \series default
44052
44053 \begin_inset Index idx
44054 status collapsed
44055
44056 \begin_layout Plain Layout
44057 LaTeX-packages ! caption
44058 \end_layout
44059
44060 \end_inset
44061
44062
44063 \end_layout
44064
44065 \begin_layout Bibliography
44066 \labelwidthstring Bibliography
44067 \begin_inset CommandInset bibitem
44068 LatexCommand bibitem
44069 key "diagbox"
44070
44071 \end_inset
44072
44073 Documentation of the LaTeX-package 
44074 \series bold
44075
44076 \begin_inset CommandInset href
44077 LatexCommand href
44078 name "diagbox"
44079 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44080
44081 \end_inset
44082
44083
44084 \series default
44085
44086 \begin_inset Index idx
44087 status collapsed
44088
44089 \begin_layout Plain Layout
44090 LaTeX-packages ! diagbox
44091 \end_layout
44092
44093 \end_inset
44094
44095
44096 \end_layout
44097
44098 \begin_layout Bibliography
44099 \labelwidthstring Bibliography
44100 \begin_inset CommandInset bibitem
44101 LatexCommand bibitem
44102 key "endfloat"
44103
44104 \end_inset
44105
44106 Documentation of the LaTeX-package 
44107 \series bold
44108
44109 \begin_inset CommandInset href
44110 LatexCommand href
44111 name "endfloat"
44112 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44113
44114 \end_inset
44115
44116
44117 \series default
44118
44119 \begin_inset Index idx
44120 status collapsed
44121
44122 \begin_layout Plain Layout
44123 LaTeX-packages ! endfloat
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \end_layout
44130
44131 \begin_layout Bibliography
44132 \labelwidthstring Bibliography
44133 \begin_inset CommandInset bibitem
44134 LatexCommand bibitem
44135 key "footmisc"
44136
44137 \end_inset
44138
44139 Documentation of the LaTeX-package 
44140 \series bold
44141
44142 \begin_inset CommandInset href
44143 LatexCommand href
44144 name "footmisc"
44145 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44146
44147 \end_inset
44148
44149
44150 \series default
44151
44152 \begin_inset Index idx
44153 status collapsed
44154
44155 \begin_layout Plain Layout
44156 LaTeX-packages ! footmisc
44157 \end_layout
44158
44159 \end_inset
44160
44161
44162 \end_layout
44163
44164 \begin_layout Bibliography
44165 \labelwidthstring Bibliography
44166 \begin_inset CommandInset bibitem
44167 LatexCommand bibitem
44168 key "hypcap"
44169
44170 \end_inset
44171
44172 Documentation of the LaTeX-package 
44173 \series bold
44174
44175 \begin_inset CommandInset href
44176 LatexCommand href
44177 name "hypcap"
44178 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44179
44180 \end_inset
44181
44182
44183 \series default
44184
44185 \begin_inset Index idx
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189 LaTeX-packages ! hyperref
44190 \end_layout
44191
44192 \end_inset
44193
44194
44195 \end_layout
44196
44197 \begin_layout Bibliography
44198 \labelwidthstring Bibliography
44199 \begin_inset CommandInset bibitem
44200 LatexCommand bibitem
44201 key "hyperref"
44202
44203 \end_inset
44204
44205 Documentation of the LaTeX-package 
44206 \series bold
44207
44208 \begin_inset CommandInset href
44209 LatexCommand href
44210 name "hyperref"
44211 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44212
44213 \end_inset
44214
44215
44216 \series default
44217
44218 \begin_inset Index idx
44219 status collapsed
44220
44221 \begin_layout Plain Layout
44222 LaTeX-packages ! hyperref
44223 \end_layout
44224
44225 \end_inset
44226
44227
44228 \end_layout
44229
44230 \begin_layout Bibliography
44231 \labelwidthstring Bibliography
44232 \begin_inset CommandInset bibitem
44233 LatexCommand bibitem
44234 key "KOMA-Script"
44235
44236 \end_inset
44237
44238 Documentation of the LaTeX-package 
44239 \series bold
44240
44241 \begin_inset CommandInset href
44242 LatexCommand href
44243 name "KOMA-Script"
44244 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
44245
44246 \end_inset
44247
44248
44249 \series default
44250
44251 \begin_inset Index idx
44252 status collapsed
44253
44254 \begin_layout Plain Layout
44255 LaTeX-packages ! KOMA-Script
44256 \end_layout
44257
44258 \end_inset
44259
44260
44261 \end_layout
44262
44263 \begin_layout Bibliography
44264 \labelwidthstring Bibliography
44265 \begin_inset CommandInset bibitem
44266 LatexCommand bibitem
44267 key "lettrine"
44268
44269 \end_inset
44270
44271 Documentation of the LaTeX-package 
44272 \series bold
44273
44274 \begin_inset CommandInset href
44275 LatexCommand href
44276 name "lettrine"
44277 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44278
44279 \end_inset
44280
44281
44282 \series default
44283  and an 
44284 \begin_inset CommandInset href
44285 LatexCommand href
44286 name "example"
44287 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44288
44289 \end_inset
44290
44291
44292 \begin_inset Index idx
44293 status collapsed
44294
44295 \begin_layout Plain Layout
44296 LaTeX-packages ! lettrine
44297 \end_layout
44298
44299 \end_inset
44300
44301
44302 \end_layout
44303
44304 \begin_layout Bibliography
44305 \labelwidthstring Bibliography
44306 \begin_inset CommandInset bibitem
44307 LatexCommand bibitem
44308 key "listings"
44309
44310 \end_inset
44311
44312 Documentation of the LaTeX-package 
44313 \series bold
44314
44315 \begin_inset CommandInset href
44316 LatexCommand href
44317 name "listings"
44318 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44319
44320 \end_inset
44321
44322
44323 \series default
44324
44325 \begin_inset Index idx
44326 status collapsed
44327
44328 \begin_layout Plain Layout
44329 LaTeX-packages ! listings
44330 \end_layout
44331
44332 \end_inset
44333
44334
44335 \end_layout
44336
44337 \begin_layout Bibliography
44338 \labelwidthstring Bibliography
44339 \begin_inset CommandInset bibitem
44340 LatexCommand bibitem
44341 key "marginnote"
44342
44343 \end_inset
44344
44345 Documentation of the LaTeX-package 
44346 \series bold
44347
44348 \begin_inset CommandInset href
44349 LatexCommand href
44350 name "marginnote"
44351 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44352
44353 \end_inset
44354
44355
44356 \series default
44357
44358 \begin_inset Index idx
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362 LaTeX-packages ! marginnote
44363 \end_layout
44364
44365 \end_inset
44366
44367
44368 \end_layout
44369
44370 \begin_layout Bibliography
44371 \labelwidthstring Bibliography
44372 \begin_inset CommandInset bibitem
44373 LatexCommand bibitem
44374 key "pdfpages"
44375
44376 \end_inset
44377
44378 Documentation of the LaTeX-package 
44379 \series bold
44380
44381 \begin_inset CommandInset href
44382 LatexCommand href
44383 name "pdfpages"
44384 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44385
44386 \end_inset
44387
44388
44389 \series default
44390
44391 \begin_inset Index idx
44392 status collapsed
44393
44394 \begin_layout Plain Layout
44395 LaTeX-packages ! pdfpages
44396 \end_layout
44397
44398 \end_inset
44399
44400
44401 \end_layout
44402
44403 \begin_layout Bibliography
44404 \labelwidthstring Bibliography
44405 \begin_inset CommandInset bibitem
44406 LatexCommand bibitem
44407 key "prettyref"
44408
44409 \end_inset
44410
44411 Documentation of the LaTeX-package 
44412 \series bold
44413
44414 \begin_inset CommandInset href
44415 LatexCommand href
44416 name "prettyref"
44417 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44418
44419 \end_inset
44420
44421
44422 \series default
44423
44424 \begin_inset Index idx
44425 status collapsed
44426
44427 \begin_layout Plain Layout
44428 LaTeX-packages ! prettyref
44429 \end_layout
44430
44431 \end_inset
44432
44433
44434 \end_layout
44435
44436 \begin_layout Bibliography
44437 \labelwidthstring Bibliography
44438 \begin_inset CommandInset bibitem
44439 LatexCommand bibitem
44440 key "pstricks"
44441
44442 \end_inset
44443
44444 Web page of the LaTeX-package 
44445 \series bold
44446
44447 \begin_inset CommandInset href
44448 LatexCommand href
44449 name "PSTricks"
44450 target "http://tug.org/PSTricks/"
44451
44452 \end_inset
44453
44454
44455 \series default
44456
44457 \begin_inset Index idx
44458 status collapsed
44459
44460 \begin_layout Plain Layout
44461 LaTeX-packages ! PSTricks
44462 \end_layout
44463
44464 \end_inset
44465
44466
44467 \end_layout
44468
44469 \begin_layout Bibliography
44470 \labelwidthstring Bibliography
44471 \begin_inset CommandInset bibitem
44472 LatexCommand bibitem
44473 key "refstyle"
44474
44475 \end_inset
44476
44477 Documentation of the LaTeX-package 
44478 \series bold
44479
44480 \begin_inset CommandInset href
44481 LatexCommand href
44482 name "refstyle"
44483 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44484
44485 \end_inset
44486
44487
44488 \series default
44489
44490 \begin_inset Index idx
44491 status collapsed
44492
44493 \begin_layout Plain Layout
44494 LaTeX-packages ! refstyle
44495 \end_layout
44496
44497 \end_inset
44498
44499
44500 \end_layout
44501
44502 \begin_layout Bibliography
44503 \labelwidthstring Bibliography
44504 \begin_inset CommandInset bibitem
44505 LatexCommand bibitem
44506 key "sidecap"
44507
44508 \end_inset
44509
44510 Documentation of the LaTeX-package 
44511 \series bold
44512
44513 \begin_inset CommandInset href
44514 LatexCommand href
44515 name "sidecap"
44516 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44517
44518 \end_inset
44519
44520
44521 \series default
44522
44523 \begin_inset Index idx
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527 LaTeX-packages ! sidecap
44528 \end_layout
44529
44530 \end_inset
44531
44532
44533 \end_layout
44534
44535 \begin_layout Bibliography
44536 \labelwidthstring Bibliography
44537 \begin_inset CommandInset bibitem
44538 LatexCommand bibitem
44539 key "NewInLyX20"
44540
44541 \end_inset
44542
44543
44544 \begin_inset CommandInset href
44545 LatexCommand href
44546 name "Wiki page"
44547 target "http://wiki.lyx.org/LyX/NewInLyX20"
44548
44549 \end_inset
44550
44551  about new features in 
44552 \family sans
44553 LyX 2.0
44554 \family default
44555 .
44556 \end_layout
44557
44558 \begin_layout Standard
44559 \begin_inset CommandInset index_print
44560 LatexCommand printindex
44561 type "idx"
44562
44563 \end_inset
44564
44565
44566 \end_layout
44567
44568 \end_body
44569 \end_document