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