]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
UserGuide.lyx: revert unwanted changes from last commit
[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 true
235 \output_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \html_be_strict false
239 \author -195340706 "Georg Baum" 
240 \end_header
241
242 \begin_body
243
244 \begin_layout Title
245 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
246  manual
247 \end_layout
248
249 \begin_layout Author
250 by the LyX Team
251 \begin_inset Foot
252 status collapsed
253
254 \begin_layout Plain Layout
255 \noindent
256 If you have comments or error corrections, please send them to the LyX Documenta
257 tion mailing list: 
258 \begin_inset CommandInset href
259 LatexCommand href
260 name "lyx-docs@lists.lyx.org"
261 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
262 type "mailto:"
263
264 \end_inset
265
266
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 author: Uwe Stöhr
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
309  
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 diagbox, lettrine, marginnote, picinpar
320 \series default
321  and 
322 \series bold
323 sidecap
324 \series default
325  must be installed.
326  If they are not installed you can export the document anyway but the sections
327  where the packages are required won't appear in the output.
328 \end_layout
329
330 \begin_layout Plain Layout
331 The latest PDF-version of this document can be found here:
332 \begin_inset Newline newline
333 \end_inset
334
335
336 \series bold
337 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Chapter
346 Figures
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figures
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index idx
358 status collapsed
359
360 \begin_layout Plain Layout
361 Graphics|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figures
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 Graphics Dialog
393 \begin_inset Index idx
394 status collapsed
395
396 \begin_layout Plain Layout
397 Figures ! Graphics Dialog
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset CommandInset label
404 LatexCommand label
405 name "sec:Graphics-Dialog"
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 To insert an image into your document, place the cursor at the text position
414  you want and click on the toolbar icon 
415 \family sans
416
417 \begin_inset Info
418 type  "icon"
419 arg   "dialog-show-new-inset graphics"
420 \end_inset
421
422
423 \family default
424  or use the menu 
425 \family sans
426 Insert\SpecialChar \menuseparator
427 Graphics
428 \family default
429 .
430  Then a dialog will appear to choose the file to load.
431  The image will appear in the output exactly at the position where it is
432  in the text.
433 \end_layout
434
435 \begin_layout Standard
436 The graphics dialog can be called at any time by clicking on an image.
437  This dialog has three tabs:
438 \end_layout
439
440 \begin_layout Description
441
442 \family sans
443 Graphics
444 \family default
445  Here you can choose an image file and adjust its appearance in the output.
446  The available units for the image size are explained in appendix
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "cha:Units-available-in"
454
455 \end_inset
456
457 .
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index idx
463 status collapsed
464
465 \begin_layout Plain Layout
466 Figures ! rotated
467 \end_layout
468
469 \end_inset
470
471 You can rotate images counter-clockwise by setting a rotation angle and
472  a rotation origin.
473  The image will also be rotated inside LyX.
474 \begin_inset Newline newline
475 \end_inset
476
477
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Figures ! scaled
483 \end_layout
484
485 \end_inset
486
487 Images can be scaled by using a percentage value or by setting the width
488  and height explicitly.
489  If you set only the width or only the height, the other size will be determined
490  automatically.
491  If you set both, then the image will be transformed to the given size,
492  possibly distorting it.
493  To prevent the image from distortion, use the option 
494 \family sans
495 Maintain aspect ratio
496 \family default
497 .
498  The image will then be scaled so that its width and height don't exceed
499  the specified dimensions.
500 \begin_inset Newline newline
501 \end_inset
502
503 Images can be opened in a program of your choice by right-clicking on it
504  and choosing the entry 
505 \family sans
506 Edit
507 \begin_inset space ~
508 \end_inset
509
510 externally
511 \family default
512  in the context menu.
513  The program can be set for every image format in the file format settings
514  in LyX's preferences.
515 \end_layout
516
517 \begin_layout Description
518
519 \family sans
520 Clipping
521 \family default
522  Alternatively to the usage of scaling units it is possible to set image
523  coordinates to adjust the height and width of the image in the output.
524  The coordinates can also be calculated automatically by pressing the button
525  
526 \family sans
527 Get
528 \begin_inset space ~
529 \end_inset
530
531 from
532 \begin_inset space ~
533 \end_inset
534
535 File
536 \family default
537 .
538  The option 
539 \family sans
540 Clip
541 \begin_inset space ~
542 \end_inset
543
544 to
545 \begin_inset space ~
546 \end_inset
547
548 bounding
549 \begin_inset space ~
550 \end_inset
551
552 box
553 \family default
554  will only print the image region within the given coordinates.
555  Normally you don't need to take care about image coordinates and can ignore
556  this tab.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 LaTeX
563 \begin_inset space ~
564 \end_inset
565
566 and
567 \begin_inset space ~
568 \end_inset
569
570 LyX
571 \begin_inset space ~
572 \end_inset
573
574 options
575 \family default
576  In this tab you can modify the appearance of the image within LyX and LaTeX
577  experts can specify additional LaTeX options.
578 \begin_inset Newline newline
579 \end_inset
580
581 The option 
582 \family sans
583 Draft
584 \begin_inset space ~
585 \end_inset
586
587 mode
588 \family default
589  makes the image appear in the output only as a frame with the size of the
590  image.
591 \begin_inset Newline newline
592 \end_inset
593
594 The 
595 \family sans
596 Don't
597 \begin_inset space ~
598 \end_inset
599
600 unzip
601 \begin_inset space ~
602 \end_inset
603
604 on
605 \begin_inset space ~
606 \end_inset
607
608 export
609 \family default
610  option only affects zipped EPS-graphics, e.
611 \begin_inset space \thinspace{}
612 \end_inset
613
614 g.
615 \begin_inset space \space{}
616 \end_inset
617
618
619 \emph on
620 x.eps.gz
621 \emph default
622 .
623  When the option is used the images will not be unzipped on export, since
624  LaTeX can handle them as they are.
625 \begin_inset Newline newline
626 \end_inset
627
628 Zipped EPS-graphics are useful to save disk space when you choose PostScript
629  as output format, see appendix
630 \begin_inset space ~
631 \end_inset
632
633
634 \begin_inset CommandInset ref
635 LatexCommand ref
636 reference "sec:PostScript"
637
638 \end_inset
639
640 .
641  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
642  console:
643 \begin_inset Newline newline
644 \end_inset
645
646
647 \series bold
648 gzip x.eps
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654
655 \series bold
656 zgrep %%Bounding x.eps.gz > x.eps.bb
657 \series default
658
659 \begin_inset Newline newline
660 \end_inset
661
662 The second command creates the bounding box file 
663 \begin_inset Quotes eld
664 \end_inset
665
666 x.eps.bb
667 \begin_inset Quotes erd
668 \end_inset
669
670  that is needed by LaTeX for zipped graphics.
671 \begin_inset Newline newline
672 \end_inset
673
674 In the section 
675 \family sans
676 Graphics
677 \begin_inset space ~
678 \end_inset
679
680 Group
681 \family default
682  you can define or join an image settings group.
683 \begin_inset Index idx
684 status collapsed
685
686 \begin_layout Plain Layout
687 Figures ! Settings grouping
688 \end_layout
689
690 \end_inset
691
692  Images within such a group share their settings, so adjusting one image
693  of the group automatically also adjusts all other images of the group in
694  the same way.
695  So you can for example change the size for a bunch of images without the
696  need to manually change each of them.
697  Joining an existing group can also be done using the context menu of the
698  image by checking the name of the desired group.
699 \end_layout
700
701 \begin_layout Standard
702 \begin_inset VSpace bigskip
703 \end_inset
704
705
706 \end_layout
707
708 \begin_layout Standard
709 This is an example image in EPS format
710 \begin_inset Foot
711 status collapsed
712
713 \begin_layout Plain Layout
714 Image formats are explained in section
715 \begin_inset space ~
716 \end_inset
717
718
719 \begin_inset CommandInset ref
720 LatexCommand ref
721 reference "sec:Image-Formats"
722
723 \end_inset
724
725 .
726 \end_layout
727
728 \end_inset
729
730  within a separate, horizontally centered paragraph:
731 \end_layout
732
733 \begin_layout Standard
734 \align center
735 \begin_inset Graphics
736         filename clipart/mobius.eps
737         scale 70
738         scaleBeforeRotation
739         rotateOrigin center
740
741 \end_inset
742
743
744 \end_layout
745
746 \begin_layout Standard
747 This is the same image like the one above but in draft mode:
748 \end_layout
749
750 \begin_layout Standard
751 \align center
752 \begin_inset Graphics
753         filename clipart/mobius.eps
754         scale 70
755         draft
756         scaleBeforeRotation
757         rotateOrigin center
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 \begin_inset Newpage newpage
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Section
772 Figure Floats
773 \begin_inset CommandInset label
774 LatexCommand label
775 name "sec:Figure-Floats"
776
777 \end_inset
778
779
780 \begin_inset Index idx
781 status collapsed
782
783 \begin_layout Plain Layout
784 Floats ! Figures
785 \end_layout
786
787 \end_inset
788
789
790 \begin_inset Index idx
791 status collapsed
792
793 \begin_layout Plain Layout
794 Figures ! Floats
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \begin_layout Standard
803 For general explanations about floats, have a look at section
804 \begin_inset space ~
805 \end_inset
806
807
808 \begin_inset CommandInset ref
809 LatexCommand ref
810 reference "sec:FloatIntroduction"
811
812 \end_inset
813
814 .
815 \end_layout
816
817 \begin_layout Standard
818 The toolbar button 
819 \family sans
820
821 \begin_inset Info
822 type  "icon"
823 arg   "float-insert figure"
824 \end_inset
825
826
827 \family default
828  and the menu 
829 \family sans
830 Insert\SpecialChar \menuseparator
831 Float\SpecialChar \menuseparator
832 Figure
833 \family default
834  inserts a float with a caption that has the label 
835 \begin_inset Quotes eld
836 \end_inset
837
838 Figure
839 \begin_inset space ~
840 \end_inset
841
842 #:
843 \begin_inset Quotes erd
844 \end_inset
845
846  (# is the actual number).
847  You can insert the image above the caption, like in Figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:kill-plat"
855
856 \end_inset
857
858  or below the caption, like in Figure
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:escher"
866
867 \end_inset
868
869 .
870  More about caption placement is described in section
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "sec:Caption-Placement"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename clipart/platypus.eps
894         width 50col%
895         scaleBeforeRotation
896         rotateOrigin center
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \begin_inset Caption
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "fig:kill-plat"
910
911 \end_inset
912
913 A severely distorted platypus in a float.
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Standard
927 \begin_inset Float figure
928 wide false
929 sideways false
930 status open
931
932 \begin_layout Plain Layout
933 \begin_inset Caption
934
935 \begin_layout Plain Layout
936 \begin_inset CommandInset label
937 LatexCommand label
938 name "fig:escher"
939
940 \end_inset
941
942 M.C.
943  Escher on acid.
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \align center
953 \begin_inset Graphics
954         filename clipart/escher-lsd.eps
955         scale 80
956         scaleBeforeRotation
957         rotateOrigin center
958
959 \end_inset
960
961
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Standard
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 References ! to Figures
975 \end_layout
976
977 \end_inset
978
979 Figure
980 \begin_inset space ~
981 \end_inset
982
983
984 \begin_inset CommandInset ref
985 LatexCommand ref
986 reference "fig:kill-plat"
987
988 \end_inset
989
990  and 
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:escher"
994
995 \end_inset
996
997  are examples of referenced figures.
998  Figures can be referenced in the text by referencing their label.
999  To do this insert a label in the caption using the menu 
1000 \family sans
1001 Insert\SpecialChar \menuseparator
1002 Label
1003 \family default
1004  or the toolbar button 
1005 \family sans
1006
1007 \begin_inset Info
1008 type  "icon"
1009 arg   "label-insert"
1010 \end_inset
1011
1012
1013 \family default
1014 .
1015  You can now refer to the label using the menu 
1016 \family sans
1017 Insert\SpecialChar \menuseparator
1018 Cross
1019 \begin_inset space ~
1020 \end_inset
1021
1022 reference
1023 \family default
1024  or the toolbar button 
1025 \family sans
1026
1027 \begin_inset Info
1028 type  "icon"
1029 arg   "dialog-show-new-inset ref"
1030 \end_inset
1031
1032
1033 \family default
1034 .
1035  It is important to use references to floats, rather than using vague references
1036  like 
1037 \begin_inset Quotes eld
1038 \end_inset
1039
1040 the figure above
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044 , because LaTeX will reposition the floats in the final document and it
1045  might not be 
1046 \begin_inset Quotes eld
1047 \end_inset
1048
1049 above
1050 \begin_inset Quotes erd
1051 \end_inset
1052
1053  at all.
1054 \begin_inset Newline newline
1055 \end_inset
1056
1057 Referencing is explained in detail in section
1058 \begin_inset space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "sec:Referencing-Floats"
1065
1066 \end_inset
1067
1068 .
1069 \end_layout
1070
1071 \begin_layout Standard
1072 Normally only one image is inserted to a figure float, but sometimes you
1073  might want to use two images with separate subcaptions.
1074  This can be done by inserting image floats into existing image floats.
1075  Note that only the main caption of the float is added to the List of Figures.
1076  Figure
1077 \begin_inset space ~
1078 \end_inset
1079
1080
1081 \begin_inset CommandInset ref
1082 LatexCommand ref
1083 reference "fig:Two-distorted-images"
1084
1085 \end_inset
1086
1087  is an example of a figure float with two images set side by side.
1088  You can also set the images one below the other.
1089  Figure
1090 \begin_inset space ~
1091 \end_inset
1092
1093
1094 \begin_inset CommandInset ref
1095 LatexCommand ref
1096 reference "fig:Undefinable-structure"
1097
1098 \end_inset
1099
1100  and 
1101 \begin_inset CommandInset ref
1102 LatexCommand ref
1103 reference "fig:A-Platypus"
1104
1105 \end_inset
1106
1107  are the subfigures.
1108 \end_layout
1109
1110 \begin_layout Standard
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status open
1115
1116 \begin_layout Plain Layout
1117 \begin_inset space \hfill{}
1118 \end_inset
1119
1120
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status collapsed
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption
1128
1129 \begin_layout Plain Layout
1130 \begin_inset CommandInset label
1131 LatexCommand label
1132 name "fig:Undefinable-structure"
1133
1134 \end_inset
1135
1136 Undefinable structure.
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Graphics
1146         filename clipart/escher-lsd.eps
1147         width 45col%
1148         scaleBeforeRotation
1149         groupId distorted
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \begin_inset space \hfill{}
1160 \end_inset
1161
1162
1163 \begin_inset Float figure
1164 wide false
1165 sideways false
1166 status collapsed
1167
1168 \begin_layout Plain Layout
1169 \begin_inset Caption
1170
1171 \begin_layout Plain Layout
1172 \begin_inset CommandInset label
1173 LatexCommand label
1174 name "fig:A-Platypus"
1175
1176 \end_inset
1177
1178 A Platypus.
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Plain Layout
1187 \begin_inset Graphics
1188         filename clipart/platypus.eps
1189         width 45col%
1190         scaleBeforeRotation
1191         groupId distorted
1192
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \end_inset
1199
1200
1201 \begin_inset space \hfill{}
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Plain Layout
1208 \begin_inset Caption
1209
1210 \begin_layout Plain Layout
1211 \begin_inset CommandInset label
1212 LatexCommand label
1213 name "fig:Two-distorted-images"
1214
1215 \end_inset
1216
1217
1218 \begin_inset CommandInset label
1219 LatexCommand label
1220 name "fig2:Two-distorted-images-2"
1221
1222 \end_inset
1223
1224 Two distorted images.
1225  Both images are in the image settings group named 
1226 \begin_inset Quotes eld
1227 \end_inset
1228
1229 distorted
1230 \begin_inset Quotes erd
1231 \end_inset
1232
1233 .
1234 \end_layout
1235
1236 \end_inset
1237
1238
1239 \end_layout
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \begin_layout Standard
1247 \begin_inset Newpage newpage
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \begin_layout Section
1254 Image Formats
1255 \begin_inset CommandInset label
1256 LatexCommand label
1257 name "sec:Image-Formats"
1258
1259 \end_inset
1260
1261
1262 \begin_inset Index idx
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 Image Formats
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \begin_inset Index idx
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276 Figures ! Image Formats
1277 \end_layout
1278
1279 \end_inset
1280
1281
1282 \end_layout
1283
1284 \begin_layout Standard
1285 You can insert images in any known file format.
1286  But as explained in appendix
1287 \begin_inset space ~
1288 \end_inset
1289
1290
1291 \begin_inset CommandInset ref
1292 LatexCommand ref
1293 reference "cha:Output-File-Formats"
1294
1295 \end_inset
1296
1297 , each output document format allows only a few image formats.
1298  LyX uses therefore the program 
1299 \family typewriter
1300 ImageMagick
1301 \family default
1302  in the background to convert the images to the right format.
1303  To increase your work flow by avoiding these conversions in the background,
1304  you can use only the image formats that can directly be embedded in the
1305  output file format.
1306  The output file formats are explained in appendix
1307 \begin_inset space ~
1308 \end_inset
1309
1310
1311 \begin_inset CommandInset ref
1312 LatexCommand ref
1313 reference "cha:Output-File-Formats"
1314
1315 \end_inset
1316
1317 .
1318 \end_layout
1319
1320 \begin_layout Standard
1321 Similar to fonts there are two types of image formats:
1322 \end_layout
1323
1324 \begin_layout Description
1325 Bitmap
1326 \begin_inset space ~
1327 \end_inset
1328
1329 images consist of pixel values, often in a compressed form.
1330  They are therefore not fully scalable and look pixelated in large zooms.
1331  Well-known bitmap image formats are 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335 Graphics Interchange Format
1336 \begin_inset Quotes erd
1337 \end_inset
1338
1339  (GIF, file extension 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343
1344 \family typewriter
1345 .gif
1346 \family default
1347
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351 )
1352 \begin_inset Index idx
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356 GIF|see
1357 \begin_inset ERT
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361
1362 {
1363 \end_layout
1364
1365 \end_inset
1366
1367 Image formats
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 }
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387 Portable Network Graphics
1388 \begin_inset Quotes erd
1389 \end_inset
1390
1391  (PNG, file extension 
1392 \begin_inset Quotes eld
1393 \end_inset
1394
1395
1396 \family typewriter
1397 .png
1398 \family default
1399
1400 \begin_inset Quotes erd
1401 \end_inset
1402
1403 )
1404 \begin_inset Index idx
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408 PNG|see
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 {
1415 \end_layout
1416
1417 \end_inset
1418
1419 Image formats
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 }
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \end_layout
1432
1433 \end_inset
1434
1435 , and 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439 Joint Photographic Experts Group
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443  (JPG, file extension 
1444 \begin_inset Quotes eld
1445 \end_inset
1446
1447
1448 \family typewriter
1449 .jpg
1450 \family default
1451
1452 \begin_inset Quotes erd
1453 \end_inset
1454
1455  or 
1456 \begin_inset Quotes eld
1457 \end_inset
1458
1459
1460 \family typewriter
1461 .jpeg
1462 \family default
1463
1464 \begin_inset Quotes erd
1465 \end_inset
1466
1467 )
1468 \begin_inset Index idx
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472 JPG|see
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 {
1479 \end_layout
1480
1481 \end_inset
1482
1483 Image formats
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 }
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \end_inset
1498
1499 .
1500 \end_layout
1501
1502 \begin_layout Description
1503 Vector
1504 \begin_inset space ~
1505 \end_inset
1506
1507 images consist of vectors and can therefore be scaled to any size without
1508  data loss.
1509  The scaling ability is necessary if you want to create presentations, because
1510  presentations are always scaled by the video projector.
1511  Scaling is also useful for online documents to let the user zoom into diagrams.
1512 \begin_inset Newline newline
1513 \end_inset
1514
1515 Well-known scalable image formats are 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519 Scalable Vector Graphics
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  (SVG, file extension 
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527
1528 \family typewriter
1529 .svg
1530 \family default
1531
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535 )
1536 \begin_inset Index idx
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 SVG|see
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 {
1547 \end_layout
1548
1549 \end_inset
1550
1551 Image formats
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 }
1558 \end_layout
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \end_inset
1566
1567
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571 Encapsulated PostScript
1572 \begin_inset Quotes erd
1573 \end_inset
1574
1575  (EPS, file extension 
1576 \begin_inset Quotes eld
1577 \end_inset
1578
1579
1580 \family typewriter
1581 .eps
1582 \family default
1583
1584 \begin_inset Quotes erd
1585 \end_inset
1586
1587 )
1588 \begin_inset Index idx
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592 EPS|see
1593 \begin_inset ERT
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597
1598 {
1599 \end_layout
1600
1601 \end_inset
1602
1603 Image formats
1604 \begin_inset ERT
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608
1609 }
1610 \end_layout
1611
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \end_inset
1618
1619
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623 Portable Document Format
1624 \begin_inset Quotes erd
1625 \end_inset
1626
1627  (PDF, file extension 
1628 \begin_inset Quotes eld
1629 \end_inset
1630
1631
1632 \family typewriter
1633 .pdf
1634 \family default
1635
1636 \begin_inset Quotes erd
1637 \end_inset
1638
1639 )
1640 \begin_inset Index idx
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644 PDF
1645 \end_layout
1646
1647 \end_inset
1648
1649 , and 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653 Windows Metafile
1654 \begin_inset Quotes erd
1655 \end_inset
1656
1657  (WMF, file extension 
1658 \begin_inset Quotes eld
1659 \end_inset
1660
1661
1662 \family typewriter
1663 .wmf
1664 \family default
1665
1666 \begin_inset Quotes erd
1667 \end_inset
1668
1669 )
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 SVG|see
1675 \begin_inset ERT
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679
1680 {
1681 \end_layout
1682
1683 \end_inset
1684
1685 Image formats
1686 \begin_inset ERT
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690
1691 }
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \end_inset
1700
1701 .
1702  We wrote 
1703 \begin_inset Quotes eld
1704 \end_inset
1705
1706 can be
1707 \begin_inset Quotes erd
1708 \end_inset
1709
1710 , because you can convert any bitmap image to a PDF or EPS-image and the
1711  result will still be a bitmap image.
1712  In such cases only a header with the image properties is added to the original
1713  image
1714 \begin_inset Foot
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 In the case of PDF, the original image is additionally compressed.
1719 \end_layout
1720
1721 \end_inset
1722
1723 .
1724  The PDF-files generated by 
1725 \family typewriter
1726 Adobe Photoshop
1727 \family default
1728  are for example bitmap images.
1729 \end_layout
1730
1731 \begin_layout Standard
1732 Normally it is not possible to convert a bitmap image into a scalable one,
1733  only vice versa.
1734  Only the image formats PDF and EPS can directly be embedded to PDF and
1735  PostScript output files, respectively.
1736  SVG and WMF-images are recalculated to bitmaps when the output file is
1737  generated because there is currently no adequate WMF/SVG
1738 \begin_inset Formula $\to$
1739 \end_inset
1740
1741 PDF/EPS converter available.
1742 \end_layout
1743
1744 \begin_layout Chapter
1745 Tables
1746 \begin_inset Index idx
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750 Table
1751 \end_layout
1752
1753 \end_inset
1754
1755
1756 \end_layout
1757
1758 \begin_layout Section
1759 Introduction
1760 \begin_inset Index idx
1761 status collapsed
1762
1763 \begin_layout Plain Layout
1764 Table ! Introduction
1765 \end_layout
1766
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \begin_layout Standard
1773 You can insert a table using either the toolbar button 
1774 \begin_inset Info
1775 type  "icon"
1776 arg   "tabular-insert"
1777 \end_inset
1778
1779  or the menu 
1780 \family sans
1781 Insert\SpecialChar \menuseparator
1782 Table
1783 \family default
1784 .
1785  The toolbar button offers you a graphical selection: move the mouse to
1786  set the column/row number of the table that should be created and then
1787  press a mouse button.
1788  When you use the menu to create a table, a dialog will appear, asking you
1789  for the number of rows and columns.
1790 \begin_inset Newline newline
1791 \end_inset
1792
1793  The default table has lines around any cell and the first row appears separated
1794  from the rest of the table.
1795  This separation occurs due to a double line: The cells of the first row
1796  have a line below them and the cells of the second row have a line above
1797  them.
1798  Here is an example table:
1799 \end_layout
1800
1801 \begin_layout Standard
1802 \align center
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="4" columns="4">
1805 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824
1825 \family roman
1826 \series medium
1827 \shape up
1828 \size normal
1829 \emph off
1830 \bar no
1831 \noun off
1832 \color none
1833 1
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 2
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 3
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \family roman
1864 \series medium
1865 \shape up
1866 \size normal
1867 \emph off
1868 \bar no
1869 \noun off
1870 \color none
1871 A
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \family roman
1911 \series medium
1912 \shape up
1913 \size normal
1914 \emph off
1915 \bar no
1916 \noun off
1917 \color none
1918 B
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 </row>
1951 <row>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \family roman
1958 \series medium
1959 \shape up
1960 \size normal
1961 \emph off
1962 \bar no
1963 \noun off
1964 \color none
1965 C
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 </row>
1998 </lyxtabular>
1999
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \begin_layout Section
2006 Table Dialog
2007 \begin_inset Index idx
2008 status collapsed
2009
2010 \begin_layout Plain Layout
2011 Table ! Dialog
2012 \end_layout
2013
2014 \end_inset
2015
2016
2017 \end_layout
2018
2019 \begin_layout Standard
2020 You can alter a table by clicking on it with the right mouse button, which
2021  brings up the table dialog.
2022  Here you can adjust the settings of that cell and row/column respectively
2023  where the cursor is currently placed.
2024  Most of the dialog options also work on selections.
2025  This means if you select more cells, columns or rows, the action is done
2026  for the whole selection.
2027  Note that there is a difference between selecting the 
2028 \emph on
2029 contents
2030 \emph default
2031  of the cell, and the cell itself.
2032 \begin_inset Newline newline
2033 \end_inset
2034
2035 With the dialog option 
2036 \family sans
2037 Immediate
2038 \begin_inset space ~
2039 \end_inset
2040
2041 Apply
2042 \family default
2043  every change you make in the dialog is directly applied.
2044  If you move the cursor to another table cell the dialog will then also
2045  be updated with the parameters of the new cell.
2046  If you change length values in the dialog you must press return to get
2047  the change applied.
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051 You can alter tables with the following tabs of the table dialog:
2052 \end_layout
2053
2054 \begin_layout Description
2055
2056 \family sans
2057 Table
2058 \begin_inset space ~
2059 \end_inset
2060
2061 Settings
2062 \family default
2063  Here you can set the table width
2064 \begin_inset Index idx
2065 status collapsed
2066
2067 \begin_layout Plain Layout
2068 Table ! Width
2069 \end_layout
2070
2071 \end_inset
2072
2073 , and the horizontal alignment and the width of the current column.
2074  The alignment 
2075 \family sans
2076 At
2077 \begin_inset space ~
2078 \end_inset
2079
2080 Decimal
2081 \begin_inset space ~
2082 \end_inset
2083
2084 Separator
2085 \family default
2086  is described in section
2087 \begin_inset space ~
2088 \end_inset
2089
2090
2091 \begin_inset CommandInset ref
2092 LatexCommand ref
2093 reference "sub:Special-Cell-Alignment"
2094
2095 \end_inset
2096
2097 .
2098  When you have set a width you can also adjust the vertical alignment of
2099  the current row.
2100  A given width will allow the cell to have line breaks and multiple paragraphs
2101  of text, see section
2102 \begin_inset space ~
2103 \end_inset
2104
2105
2106 \begin_inset CommandInset ref
2107 LatexCommand ref
2108 reference "sub:Multiple-Lines-in"
2109
2110 \end_inset
2111
2112 .
2113  If you set no width, the column is as wide as the content of its widest
2114  cell.
2115 \begin_inset Newline newline
2116 \end_inset
2117
2118 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2119  cell, see section
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "sub:Multicolumns"
2127
2128 \end_inset
2129
2130  or the cells of one column as multirow cell, see section
2131 \begin_inset space ~
2132 \end_inset
2133
2134
2135 \begin_inset CommandInset ref
2136 LatexCommand ref
2137 reference "sub:Multirows"
2138
2139 \end_inset
2140
2141 .
2142 \begin_inset Newline newline
2143 \end_inset
2144
2145 The rotate check boxes rotate the current cell, a selection, or the whole
2146  table counter-clockwise by 90°.
2147  The rotation is not shown within LyX, only in the output.
2148 \begin_inset Newline newline
2149 \end_inset
2150
2151
2152 \begin_inset Note Greyedout
2153 status open
2154
2155 \begin_layout Plain Layout
2156
2157 \series bold
2158 Note:
2159 \series default
2160  Not all DVI-viewers are able to display rotations.
2161 \end_layout
2162
2163 \end_inset
2164
2165
2166 \begin_inset Newline newline
2167 \end_inset
2168
2169 The table-wide vertical alignment is used for tables within text lines:
2170 \begin_inset Newline newline
2171 \end_inset
2172
2173 A line with tables with different alignments: 
2174 \begin_inset Tabular
2175 <lyxtabular version="3" rows="2" columns="2">
2176 <features tabularvalignment="top">
2177 <column alignment="center" valignment="top" width="0pt">
2178 <column alignment="center" valignment="top" width="0">
2179 <row>
2180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2181 \begin_inset Text
2182
2183 \begin_layout Plain Layout
2184
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Plain Layout
2193
2194 \family roman
2195 \series medium
2196 \shape up
2197 \size normal
2198 \emph off
2199 \bar no
2200 \noun off
2201 \color none
2202 1
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 </row>
2208 <row>
2209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2210 \begin_inset Text
2211
2212 \begin_layout Plain Layout
2213
2214 \family roman
2215 \series medium
2216 \shape up
2217 \size normal
2218 \emph off
2219 \bar no
2220 \noun off
2221 \color none
2222 A
2223 \end_layout
2224
2225 \end_inset
2226 </cell>
2227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2228 \begin_inset Text
2229
2230 \begin_layout Plain Layout
2231
2232 \end_layout
2233
2234 \end_inset
2235 </cell>
2236 </row>
2237 </lyxtabular>
2238
2239 \end_inset
2240
2241  
2242 \begin_inset Tabular
2243 <lyxtabular version="3" rows="2" columns="2">
2244 <features tabularvalignment="middle">
2245 <column alignment="center" valignment="top" width="0">
2246 <column alignment="center" valignment="top" width="0">
2247 <row>
2248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2249 \begin_inset Text
2250
2251 \begin_layout Plain Layout
2252
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2258 \begin_inset Text
2259
2260 \begin_layout Plain Layout
2261
2262 \family roman
2263 \series medium
2264 \shape up
2265 \size normal
2266 \emph off
2267 \bar no
2268 \noun off
2269 \color none
2270 1
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 </row>
2276 <row>
2277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2278 \begin_inset Text
2279
2280 \begin_layout Plain Layout
2281
2282 \family roman
2283 \series medium
2284 \shape up
2285 \size normal
2286 \emph off
2287 \bar no
2288 \noun off
2289 \color none
2290 A
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 </row>
2305 </lyxtabular>
2306
2307 \end_inset
2308
2309  
2310 \begin_inset Tabular
2311 <lyxtabular version="3" rows="2" columns="2">
2312 <features tabularvalignment="bottom">
2313 <column alignment="center" valignment="top" width="0pt">
2314 <column alignment="center" valignment="top" width="0">
2315 <row>
2316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329
2330 \family roman
2331 \series medium
2332 \shape up
2333 \size normal
2334 \emph off
2335 \bar no
2336 \noun off
2337 \color none
2338 1
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \family roman
2351 \series medium
2352 \shape up
2353 \size normal
2354 \emph off
2355 \bar no
2356 \noun off
2357 \color none
2358 A
2359 \end_layout
2360
2361 \end_inset
2362 </cell>
2363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Plain Layout
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 </lyxtabular>
2374
2375 \end_inset
2376
2377
2378 \begin_inset Newline newline
2379 \end_inset
2380
2381 It is also possible to enter a LaTeX-argument which is needed for special
2382  table formattings, see section
2383 \begin_inset space ~
2384 \end_inset
2385
2386
2387 \begin_inset CommandInset ref
2388 LatexCommand ref
2389 reference "sub:Multicolumn-Calculations"
2390
2391 \end_inset
2392
2393  and 
2394 \begin_inset CommandInset ref
2395 LatexCommand ref
2396 reference "sec:Colored-Tables"
2397
2398 \end_inset
2399
2400 .
2401 \end_layout
2402
2403 \begin_layout Description
2404
2405 \family sans
2406 Borders
2407 \family default
2408  In this tab you can add and delete border lines for the current row/column.
2409 \begin_inset Newline newline
2410 \end_inset
2411
2412 Using the style option 
2413 \family sans
2414 Formal
2415 \family default
2416  will convert the table to a formal table as described in section
2417 \begin_inset space ~
2418 \end_inset
2419
2420
2421 \begin_inset CommandInset ref
2422 LatexCommand ref
2423 reference "sec:Formal-Tables"
2424
2425 \end_inset
2426
2427 .
2428 \begin_inset Newline newline
2429 \end_inset
2430
2431 You can also add here space to table rows as described in section
2432 \begin_inset space ~
2433 \end_inset
2434
2435
2436 \begin_inset CommandInset ref
2437 LatexCommand ref
2438 reference "sub:Row-Spacing"
2439
2440 \end_inset
2441
2442 .
2443 \end_layout
2444
2445 \begin_layout Description
2446
2447 \family sans
2448 Longtable
2449 \family default
2450  This tab is to make a table a so called 
2451 \begin_inset Quotes eld
2452 \end_inset
2453
2454
2455 \emph on
2456 longtable
2457 \emph default
2458
2459 \begin_inset Quotes erd
2460 \end_inset
2461
2462  that can run over several pages.
2463  Sections
2464 \begin_inset space ~
2465 \end_inset
2466
2467
2468 \begin_inset CommandInset ref
2469 LatexCommand ref
2470 reference "sec:Longtables"
2471
2472 \end_inset
2473
2474  and 
2475 \begin_inset CommandInset ref
2476 LatexCommand ref
2477 reference "sec:Special-Longtable-Issues"
2478
2479 \end_inset
2480
2481  describe the longtable features in detail.
2482 \end_layout
2483
2484 \begin_layout Section
2485 Table Toolbar
2486 \begin_inset Index idx
2487 status collapsed
2488
2489 \begin_layout Plain Layout
2490 Table ! Toolbar
2491 \end_layout
2492
2493 \end_inset
2494
2495
2496 \end_layout
2497
2498 \begin_layout Standard
2499 The table toolbar is an alternative to the table dialog to be able to alter
2500  tables faster.
2501  It should normally appear at the bottom of LyX's main window when the cursor
2502  is inside a table.
2503  You can alternatively switch it on to appear always, by right-clicking
2504  in LyX's main menu bar.
2505 \end_layout
2506
2507 \begin_layout Standard
2508 The toolbar has the following icons:
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513
2514 \family sans
2515 \begin_inset Info
2516 type  "icon"
2517 arg   "inset-modify tabular append-row"
2518 \end_inset
2519
2520
2521 \family default
2522  adds a row below the current cell or selection
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527
2528 \family sans
2529 \begin_inset Info
2530 type  "icon"
2531 arg   "inset-modify tabular append-column"
2532 \end_inset
2533
2534
2535 \family default
2536  adds a column right beside the current cell or selection
2537 \end_layout
2538
2539 \begin_layout Labeling
2540 \labelwidthstring 00.00.0000
2541
2542 \family sans
2543 \begin_inset Info
2544 type  "icon"
2545 arg   "inset-modify tabular delete-row"
2546 \end_inset
2547
2548
2549 \family default
2550  deletes the current row or selection
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555
2556 \family sans
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "inset-modify tabular delete-column"
2560 \end_inset
2561
2562
2563 \family default
2564  deletes the current column or selection
2565 \end_layout
2566
2567 \begin_layout Labeling
2568 \labelwidthstring 00.00.0000
2569
2570 \family sans
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "inset-modify tabular toggle-line-top"
2574 \end_inset
2575
2576
2577 \family default
2578  adds a line at the top of the current cell / row or of a selection
2579 \end_layout
2580
2581 \begin_layout Labeling
2582 \labelwidthstring 00.00.0000
2583
2584 \family sans
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "inset-modify tabular toggle-line-bottom"
2588 \end_inset
2589
2590
2591 \family default
2592  adds a line at the bottom of the current cell / row or of a selection
2593 \end_layout
2594
2595 \begin_layout Labeling
2596 \labelwidthstring 00.00.0000
2597
2598 \family sans
2599 \begin_inset Info
2600 type  "icon"
2601 arg   "inset-modify tabular toggle-line-left"
2602 \end_inset
2603
2604
2605 \family default
2606  adds a line at the left side of the current cell / row or of a selection
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611
2612 \family sans
2613 \begin_inset Info
2614 type  "icon"
2615 arg   "inset-modify tabular toggle-line-right"
2616 \end_inset
2617
2618
2619 \family default
2620  adds a line at the right side of the current cell / row or of a selection
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625
2626 \family sans
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "inset-modify tabular set-all-lines"
2630 \end_inset
2631
2632
2633 \family default
2634  adds lines around the current or selected cells - if the current cell no
2635  multicolumn cell this also affects the current row and column
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640
2641 \family sans
2642 \begin_inset Info
2643 type  "icon"
2644 arg   "inset-modify tabular unset-all-lines"
2645 \end_inset
2646
2647
2648 \family default
2649  deletes all lines of the current or selected cells - if the current cell
2650  no multicolumn cell this also affects the current row and column
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655
2656 \family sans
2657 \begin_inset Info
2658 type  "icon"
2659 arg   "inset-modify tabular m-align-left"
2660 \end_inset
2661
2662
2663 \family default
2664  left-aligns the content of the current cell / column
2665 \end_layout
2666
2667 \begin_layout Labeling
2668 \labelwidthstring 00.00.0000
2669
2670 \family sans
2671 \begin_inset Info
2672 type  "icon"
2673 arg   "inset-modify tabular m-align-center"
2674 \end_inset
2675
2676
2677 \family default
2678  centers the content of the current cell / column horizontally
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683
2684 \family sans
2685 \begin_inset Info
2686 type  "icon"
2687 arg   "inset-modify tabular m-align-right"
2688 \end_inset
2689
2690
2691 \family default
2692  right-aligns the content of the current cell / column
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697
2698 \family sans
2699 \begin_inset Info
2700 type  "icon"
2701 arg   "inset-modify tabular align-decimal"
2702 \end_inset
2703
2704
2705 \family default
2706  aligns the content of the current column at a character
2707 \end_layout
2708
2709 \begin_layout Labeling
2710 \labelwidthstring 00.00.0000
2711
2712 \family sans
2713 \begin_inset Info
2714 type  "icon"
2715 arg   "inset-modify tabular m-valign-top"
2716 \end_inset
2717
2718
2719 \family default
2720  aligns the content of the current cell vertically to the top
2721 \end_layout
2722
2723 \begin_layout Labeling
2724 \labelwidthstring 00.00.0000
2725
2726 \family sans
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular m-valign-middle"
2730 \end_inset
2731
2732
2733 \family default
2734  centers the content of the current cell vertically
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739
2740 \family sans
2741 \begin_inset Info
2742 type  "icon"
2743 arg   "inset-modify tabular m-valign-bottom"
2744 \end_inset
2745
2746
2747 \family default
2748  aligns the content of the current cell vertically to the bottom
2749 \end_layout
2750
2751 \begin_layout Labeling
2752 \labelwidthstring 00.00.0000
2753
2754 \family sans
2755 \begin_inset Info
2756 type  "icon"
2757 arg   "inset-modify tabular set-rotate-cell"
2758 \end_inset
2759
2760
2761 \family default
2762  rotates the current cell or selection counter-clockwise by 90°
2763 \end_layout
2764
2765 \begin_layout Labeling
2766 \labelwidthstring 00.00.0000
2767
2768 \family sans
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "inset-modify tabular set-rotate-tabular"
2772 \end_inset
2773
2774
2775 \family default
2776  rotates the whole table counter-clockwise by 90°
2777 \end_layout
2778
2779 \begin_layout Labeling
2780 \labelwidthstring 00.00.0000
2781
2782 \family sans
2783 \begin_inset Info
2784 type  "icon"
2785 arg   "inset-modify tabular multicolumn"
2786 \end_inset
2787
2788
2789 \family default
2790  sets the current cell or selection as a multicolumn
2791 \end_layout
2792
2793 \begin_layout Labeling
2794 \labelwidthstring 00.00.0000
2795
2796 \family sans
2797 \begin_inset Info
2798 type  "icon"
2799 arg   "inset-modify tabular multirow"
2800 \end_inset
2801
2802
2803 \family default
2804  sets the current cell or selection as a multirow
2805 \end_layout
2806
2807 \begin_layout Standard
2808 \begin_inset Note Greyedout
2809 status open
2810
2811 \begin_layout Plain Layout
2812
2813 \series bold
2814 Note:
2815 \series default
2816  For the output the vertical alignment of the first cell in a row is used
2817  for all following cells in the row.
2818 \end_layout
2819
2820 \end_inset
2821
2822
2823 \end_layout
2824
2825 \begin_layout Section
2826 Edit Table Menu
2827 \begin_inset Index idx
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831 Table ! Edit Menu
2832 \end_layout
2833
2834 \end_inset
2835
2836
2837 \end_layout
2838
2839 \begin_layout Standard
2840 Additionally to the table dialog and toolbar, the menu 
2841 \family sans
2842 Edit\SpecialChar \menuseparator
2843 Table
2844 \family default
2845  allows you to add and delete border lines for the current row/column and
2846  to set the current selection as multicolumn.
2847  The menu is only available when the cursor is inside a table.
2848 \end_layout
2849
2850 \begin_layout Section
2851 Table Floats
2852 \begin_inset CommandInset label
2853 LatexCommand label
2854 name "sec:Table-Floats"
2855
2856 \end_inset
2857
2858
2859 \begin_inset Index idx
2860 status collapsed
2861
2862 \begin_layout Plain Layout
2863 Floats ! Tables
2864 \end_layout
2865
2866 \end_inset
2867
2868
2869 \begin_inset Index idx
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 Table ! Floats
2874 \end_layout
2875
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \begin_layout Standard
2882 For general explanations about floats, have a look at section
2883 \begin_inset space ~
2884 \end_inset
2885
2886
2887 \begin_inset CommandInset ref
2888 LatexCommand ref
2889 reference "sec:FloatIntroduction"
2890
2891 \end_inset
2892
2893 .
2894 \end_layout
2895
2896 \begin_layout Standard
2897 \begin_inset Float table
2898 placement h
2899 wide false
2900 sideways false
2901 status open
2902
2903 \begin_layout Plain Layout
2904 \begin_inset Caption
2905
2906 \begin_layout Plain Layout
2907 \begin_inset CommandInset label
2908 LatexCommand label
2909 name "tab:a table float"
2910
2911 \end_inset
2912
2913 A table float.
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Plain Layout
2922 \align center
2923 \begin_inset Tabular
2924 <lyxtabular version="3" rows="3" columns="3">
2925 <features tabularvalignment="middle">
2926 <column alignment="center" valignment="top" width="0pt">
2927 <column alignment="center" valignment="top" width="0pt">
2928 <column alignment="center" valignment="top" width="0pt">
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \family roman
2936 \series medium
2937 \shape up
2938 \size normal
2939 \emph off
2940 \bar no
2941 \noun off
2942 \color none
2943 1
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \family roman
2954 \series medium
2955 \shape up
2956 \size normal
2957 \emph off
2958 \bar no
2959 \noun off
2960 \color none
2961 2
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \family roman
2972 \series medium
2973 \shape up
2974 \size normal
2975 \emph off
2976 \bar no
2977 \noun off
2978 \color none
2979 3
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 <row>
2986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \family roman
2992 \series medium
2993 \shape up
2994 \size normal
2995 \emph off
2996 \bar no
2997 \noun off
2998 \color none
2999 Joe
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008
3009 \family roman
3010 \series medium
3011 \shape up
3012 \size normal
3013 \emph off
3014 \bar no
3015 \noun off
3016 \color none
3017 Mary
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \family roman
3028 \series medium
3029 \shape up
3030 \size normal
3031 \emph off
3032 \bar no
3033 \noun off
3034 \color none
3035 Ted
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 </row>
3041 <row>
3042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Plain Layout
3046
3047 \family roman
3048 \series medium
3049 \shape up
3050 \size normal
3051 \emph off
3052 \bar no
3053 \noun off
3054 \color none
3055 \begin_inset Formula $\int x^{2}dx$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \family roman
3069 \series medium
3070 \shape up
3071 \size normal
3072 \emph off
3073 \bar no
3074 \noun off
3075 \color none
3076 \begin_inset Formula $\left[\begin{array}{cc}
3077 a & b\\
3078 c & d
3079 \end{array}\right]$
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \family roman
3093 \series medium
3094 \shape up
3095 \size normal
3096 \emph off
3097 \bar no
3098 \noun off
3099 \color none
3100 \begin_inset Formula $1+1=2$
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 </lyxtabular>
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \begin_layout Standard
3122 Table floats can be inserted using the menu 
3123 \family sans
3124 Insert\SpecialChar \menuseparator
3125 Float\SpecialChar \menuseparator
3126 Table
3127 \family default
3128  or the toolbar button 
3129 \family sans
3130
3131 \begin_inset Info
3132 type  "icon"
3133 arg   "float-insert table"
3134 \end_inset
3135
3136
3137 \family default
3138 .
3139 \end_layout
3140
3141 \begin_layout Standard
3142 The float appears as a collapsible box with a caption that has the label
3143  
3144 \begin_inset Quotes eld
3145 \end_inset
3146
3147 Table
3148 \begin_inset space ~
3149 \end_inset
3150
3151 #:
3152 \begin_inset Quotes erd
3153 \end_inset
3154
3155  (# is the actual table number).
3156  You can insert tables in the float above or below the caption.
3157 \end_layout
3158
3159 \begin_layout Standard
3160 Table
3161 \begin_inset space ~
3162 \end_inset
3163
3164
3165 \begin_inset CommandInset ref
3166 LatexCommand ref
3167 reference "tab:a table float"
3168
3169 \end_inset
3170
3171  is an example table within a table float.
3172 \end_layout
3173
3174 \begin_layout Standard
3175 Having the caption above the table is the common rule that is unfortunately
3176  not supported in LaTeX's standard classes.
3177  This means that, if you are using the document classes 
3178 \family sans
3179 article
3180 \family default
3181
3182 \family sans
3183 book
3184 \family default
3185
3186 \family sans
3187 letter
3188 \family default
3189 , or 
3190 \family sans
3191 report
3192 \family default
3193 , there will be no space between the caption and the table.
3194  To insert the needed space, add the following option to the load command
3195  of the LaTeX-package 
3196 \series bold
3197 caption
3198 \series default
3199
3200 \begin_inset Index idx
3201 status collapsed
3202
3203 \begin_layout Plain Layout
3204 LaTeX-packages ! caption
3205 \end_layout
3206
3207 \end_inset
3208
3209  in your document preamble
3210 \begin_inset Foot
3211 status collapsed
3212
3213 \begin_layout Plain Layout
3214 For more information have a look at section
3215 \begin_inset space ~
3216 \end_inset
3217
3218
3219 \begin_inset CommandInset ref
3220 LatexCommand ref
3221 reference "sec:Caption-Placement"
3222
3223 \end_inset
3224
3225 .
3226 \end_layout
3227
3228 \end_inset
3229
3230 :
3231 \end_layout
3232
3233 \begin_layout Standard
3234
3235 \series bold
3236 tableposition=top
3237 \end_layout
3238
3239 \begin_layout Standard
3240 The package 
3241 \series bold
3242 caption
3243 \series default
3244 , which is described in section
3245 \begin_inset space ~
3246 \end_inset
3247
3248
3249 \begin_inset CommandInset ref
3250 LatexCommand ref
3251 reference "sec:Caption-Formatting"
3252
3253 \end_inset
3254
3255 , is used to adjust the caption format.
3256 \end_layout
3257
3258 \begin_layout Standard
3259 \begin_inset Index idx
3260 status collapsed
3261
3262 \begin_layout Plain Layout
3263 References ! to Tables
3264 \end_layout
3265
3266 \end_inset
3267
3268 Tables can be cross-referenced in the text by referencing their label.
3269  To do this insert a label in the caption using the menu 
3270 \family sans
3271 Insert\SpecialChar \menuseparator
3272 Label
3273 \family default
3274  or the toolbar button 
3275 \family sans
3276
3277 \begin_inset Info
3278 type  "icon"
3279 arg   "label-insert"
3280 \end_inset
3281
3282
3283 \family default
3284 .
3285  You can now refer to the label using the menu 
3286 \family sans
3287 Insert\SpecialChar \menuseparator
3288 Cross
3289 \begin_inset space ~
3290 \end_inset
3291
3292 reference
3293 \family default
3294  or the toolbar button 
3295 \family sans
3296
3297 \begin_inset Info
3298 type  "icon"
3299 arg   "dialog-show-new-inset ref"
3300 \end_inset
3301
3302
3303 \family default
3304 .
3305 \begin_inset Newline newline
3306 \end_inset
3307
3308 Referencing is explained in detail in section
3309 \begin_inset space ~
3310 \end_inset
3311
3312
3313 \begin_inset CommandInset ref
3314 LatexCommand ref
3315 reference "sec:Referencing-Floats"
3316
3317 \end_inset
3318
3319 .
3320 \end_layout
3321
3322 \begin_layout Section
3323 Longtables
3324 \begin_inset CommandInset label
3325 LatexCommand label
3326 name "sec:Longtables"
3327
3328 \end_inset
3329
3330
3331 \begin_inset Index idx
3332 status collapsed
3333
3334 \begin_layout Plain Layout
3335 Longtables
3336 \end_layout
3337
3338 \end_inset
3339
3340
3341 \begin_inset Index idx
3342 status collapsed
3343
3344 \begin_layout Plain Layout
3345 Table ! Longtables
3346 \end_layout
3347
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \begin_layout Standard
3354 If the table is too long to fit on one page, you can use the option 
3355 \family sans
3356 Use
3357 \begin_inset space ~
3358 \end_inset
3359
3360 long
3361 \begin_inset space ~
3362 \end_inset
3363
3364 table
3365 \family default
3366  in the tab 
3367 \family sans
3368 Longtable
3369 \family default
3370  of the table dialog to split the table automatically over more pages.
3371  Doing this enables the following options:
3372 \end_layout
3373
3374 \begin_layout Description
3375 Header: The current row is defined to be a header row that appears on all
3376  pages of the longtable; except for the first page, if 
3377 \family sans
3378 First
3379 \begin_inset space ~
3380 \end_inset
3381
3382 header
3383 \family default
3384  is defined.
3385  This is therefore called the main header.
3386 \end_layout
3387
3388 \begin_layout Description
3389 First
3390 \begin_inset space ~
3391 \end_inset
3392
3393 header: The current row is defined to be a header row that appears on the
3394  first page of the longtable.
3395 \end_layout
3396
3397 \begin_layout Description
3398 Footer: The current row is defined to be a footer row that appears on all
3399  pages of the longtable; except for the last page, if 
3400 \family sans
3401 Last
3402 \begin_inset space ~
3403 \end_inset
3404
3405 footer
3406 \family default
3407  is defined.
3408 \end_layout
3409
3410 \begin_layout Description
3411 Last
3412 \begin_inset space ~
3413 \end_inset
3414
3415 footer: The current row is defined to be a footer row that appears on the
3416  last page of the longtable.
3417 \end_layout
3418
3419 \begin_layout Description
3420 Caption: The current row contains the table caption.
3421  The row is reset as single column and a caption is inserted.
3422  More about longtable captions is explained in sec.
3423 \begin_inset space \thinspace{}
3424 \end_inset
3425
3426
3427 \begin_inset CommandInset ref
3428 LatexCommand ref
3429 reference "sub:Longtable-Captions"
3430
3431 \end_inset
3432
3433 .
3434 \end_layout
3435
3436 \begin_layout Standard
3437 You can also specify a row where the table is split.
3438  See the following longtable to see how it works:
3439 \end_layout
3440
3441 \begin_layout Standard
3442 \align center
3443 \begin_inset Tabular
3444 <lyxtabular version="3" rows="69" columns="3">
3445 <features islongtable="true" longtabularalignment="center">
3446 <column alignment="left" valignment="top" width="0cm">
3447 <column alignment="left" valignment="top" width="0pt">
3448 <column alignment="center" valignment="top" width="0pt">
3449 <row endfirsthead="true">
3450 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454
3455 \series bold
3456 Example Phone List (ignore the names)
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 </row>
3480 <row endfirsthead="true">
3481 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485
3486 \series bold
3487 NAME
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 TEL.
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row endhead="true">
3514 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \series bold
3520 Example Phone List
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row endhead="true">
3545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551 NAME
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 TEL.
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row endfoot="true">
3578 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582  continued on next page
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 </row>
3606 <row>
3607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613 Annovi
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Silvia
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 111
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \series bold
3644 Bertoli
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 Stefano
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 111
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673
3674 \series bold
3675 Bozzi
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 Walter
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 111
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704
3705 \series bold
3706 Cachia
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Maria
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 111
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735
3736 \series bold
3737 Cachia
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Maurizio
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 111
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \series bold
3768 Cinquemani
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Giusi
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 111
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 </row>
3792 <row>
3793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \series bold
3799 Colin
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 Bernard
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 111
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \series bold
3830 Concli
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 Gianfranco
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 111
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \series bold
3861 Dal Bosco
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 Carolina
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 111
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 <row>
3886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892 Dalpiaz
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Annamaria
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 111
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 </row>
3916 <row>
3917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921
3922 \series bold
3923 Feliciello
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 Domenico
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 111
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 </row>
3947 <row>
3948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952
3953 \series bold
3954 Focarelli
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 Paola
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 111
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 </row>
3978 <row>
3979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983
3984 \series bold
3985 Galletti
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 Oreste
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 111
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 </row>
4009 <row>
4010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014
4015 \series bold
4016 Gasparini
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 Franca
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 111
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 </row>
4040 <row>
4041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045
4046 \series bold
4047 Rizzardi
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 Paola
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 111
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 </row>
4071 <row>
4072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076
4077 \series bold
4078 Lassini
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Giancarlo
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 111
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 <row>
4103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107
4108 \series bold
4109 Malfatti
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Luciano
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 111
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140 Malfatti
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Valeriano
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 111
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169
4170 \series bold
4171 Meneguzzo
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 Roberto
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 111
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \series bold
4202 Mezzadra
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 Roberto
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 111
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \series bold
4233 Pirpamer
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Erich
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 111
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \series bold
4264 Pochiesa
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 Paolo
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 111, 222
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Radina
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Claudio
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 111
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Stuffer
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Oskar
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 111
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355
4356 \series bold
4357 Tacchelli
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 Ugo
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 111
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \series bold
4388 Tezzele
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 Margit
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 111
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417
4418 \series bold
4419 Unterkalmsteiner
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Frieda
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 111
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \series bold
4450 Vieider
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 Hilde
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 111
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 <row>
4475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479
4480 \series bold
4481 Vigna
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 Jürgen
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 111
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Weber
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Maurizio
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 111
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Winkler
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Franz
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 111
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572  
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 </row>
4596 <row>
4597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \series bold
4603 Annovi
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 Silvia
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 555
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \series bold
4634 Bertoli
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 Stefano
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 555
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \series bold
4665 Bozzi
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 Walter
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 555
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \series bold
4696 Cachia
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 Maria
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 555
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725
4726 \series bold
4727 Cachia
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 Maurizio
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 555
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756
4757 \series bold
4758 Cinquemani
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 Giusi
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 555
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \series bold
4789 Colin
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 Bernard
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 555
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Concli
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Gianfranco
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 555
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Dal Bosco
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Carolina
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Dalpiaz
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Annamaria
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row>
4907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \series bold
4913 Feliciello
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Domenico
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 555
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 </row>
4937 <row>
4938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942
4943 \series bold
4944 Focarelli
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Paola
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 555
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row>
4969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \series bold
4975 Galletti
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 Oreste
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 555
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row>
5000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \series bold
5006 Gasparini
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 Franca
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 555
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037 Rizzardi
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 Paola
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 555
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \series bold
5068 Lassini
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Giancarlo
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 555
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099 Malfatti
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Luciano
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 555
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \series bold
5130 Malfatti
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 Valeriano
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 555
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \series bold
5161 Meneguzzo
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Roberto
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 555
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 </row>
5185 <row>
5186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190
5191 \series bold
5192 Mezzadra
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 Roberto
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 555
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223 Pirpamer
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 Erich
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 555
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \series bold
5254 Pochiesa
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Paolo
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 555, 222
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \series bold
5285 Radina
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 Claudio
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 555
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row>
5310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314
5315 \series bold
5316 Stuffer
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 Oskar
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 555
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 </row>
5340 <row>
5341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345
5346 \series bold
5347 Tacchelli
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 Ugo
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 555
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 </row>
5371 <row>
5372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376
5377 \series bold
5378 Tezzele
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 Margit
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 555
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 </row>
5402 <row>
5403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407
5408 \series bold
5409 Unterkalmsteiner
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 Frieda
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 555
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 </row>
5433 <row>
5434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \series bold
5440 Vieider
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 Hilde
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 555
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \series bold
5471 Vigna
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 Jürgen
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 999
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 </row>
5495 <row>
5496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500
5501 \series bold
5502 Weber
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 Maurizio
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 555
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 </row>
5526 <row>
5527 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531
5532 \series bold
5533 Winkler
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 Franz
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 555
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row endlastfoot="true">
5558 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 end
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 </row>
5586 </lyxtabular>
5587
5588 \end_inset
5589
5590
5591 \begin_inset ERT
5592 status collapsed
5593
5594 \begin_layout Plain Layout
5595
5596
5597 \backslash
5598 addtocounter{table}{-1}
5599 \end_layout
5600
5601 \end_inset
5602
5603
5604 \begin_inset Note Note
5605 status collapsed
5606
5607 \begin_layout Plain Layout
5608 See the first greyed-out note in section
5609 \begin_inset space ~
5610 \end_inset
5611
5612
5613 \begin_inset CommandInset ref
5614 LatexCommand ref
5615 reference "sub:Longtable-Captions"
5616
5617 \end_inset
5618
5619  for an explanation of this command.
5620 \end_layout
5621
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \begin_layout Subsection
5628 Footnotes in Longtables
5629 \begin_inset CommandInset label
5630 LatexCommand label
5631 name "sub:Footnotes-in-Longtables"
5632
5633 \end_inset
5634
5635
5636 \begin_inset Index idx
5637 status collapsed
5638
5639 \begin_layout Plain Layout
5640 Longtables ! Footnotes
5641 \end_layout
5642
5643 \end_inset
5644
5645
5646 \end_layout
5647
5648 \begin_layout Standard
5649 Footnotes can be inserted to every longtable cell.
5650  They appear at the bottom of the page where the table cell with the footnote
5651  appears.
5652  Table
5653 \begin_inset space ~
5654 \end_inset
5655
5656
5657 \begin_inset CommandInset ref
5658 LatexCommand ref
5659 reference "tab:DiffCaptions"
5660
5661 \end_inset
5662
5663  has for example a footnote.
5664 \end_layout
5665
5666 \begin_layout Subsection
5667 Longtable Alignment
5668 \begin_inset Index idx
5669 status collapsed
5670
5671 \begin_layout Plain Layout
5672 Longtables ! Alignment
5673 \end_layout
5674
5675 \end_inset
5676
5677
5678 \end_layout
5679
5680 \begin_layout Standard
5681 The horizontal alignment of longtables can be set in the table settings
5682  dialog.
5683  For left- and right-alignment the table will be directly at the page border.
5684  To add space between the table and the border one has to set the alignment
5685  to center and change the value of the LaTeX-lengths 
5686 \series bold
5687
5688 \backslash
5689 LTleft 
5690 \series default
5691 or 
5692 \series bold
5693
5694 \backslash
5695 LTright
5696 \series default
5697  by inserting this line as TeX-Code before the longtable:
5698 \end_layout
5699
5700 \begin_layout Standard
5701
5702 \series bold
5703
5704 \backslash
5705 setlength{
5706 \backslash
5707 LTleft}{value}
5708 \end_layout
5709
5710 \begin_layout Standard
5711 The value can have any of the units listed in Table
5712 \begin_inset space ~
5713 \end_inset
5714
5715
5716 \begin_inset CommandInset ref
5717 LatexCommand ref
5718 reference "tab:Units"
5719
5720 \end_inset
5721
5722 .
5723  
5724 \series bold
5725
5726 \backslash
5727 LTleft
5728 \series default
5729  controls the horizontal distance from the left page border to the longtable,
5730  
5731 \series bold
5732
5733 \backslash
5734 LTright
5735 \series default
5736  the distance from the right side.
5737  The default value for both lengths is 
5738 \series bold
5739
5740 \backslash
5741 fill
5742 \series default
5743 , which is in this case the same as an horizontal fill in LyX.
5744 \end_layout
5745
5746 \begin_layout Standard
5747 The following longtable was centered and 
5748 \series bold
5749
5750 \backslash
5751 LTleft
5752 \series default
5753  set to 
5754 \family sans
5755 0.1
5756 \backslash
5757 columnwidth
5758 \family default
5759 :
5760 \begin_inset ERT
5761 status collapsed
5762
5763 \begin_layout Plain Layout
5764
5765
5766 \backslash
5767 setlength{
5768 \backslash
5769 LTleft}{0.1
5770 \backslash
5771 columnwidth}
5772 \end_layout
5773
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 \begin_inset Tabular
5781 <lyxtabular version="3" rows="5" columns="5">
5782 <features islongtable="true" longtabularalignment="center">
5783 <column alignment="center" valignment="top" width="0">
5784 <column alignment="center" valignment="top" width="0pt">
5785 <column alignment="center" valignment="top" width="0">
5786 <column alignment="center" valignment="top" width="0">
5787 <column alignment="center" valignment="top" width="0">
5788 <row>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 1
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 2
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 3
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 4
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 5
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 </row>
5835 <row>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 asd
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 s
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 s
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 s
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 asd
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 </row>
5882 <row>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 asd
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 s
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 s
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 s
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 asd
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 </row>
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 asd
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 s
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 s
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 s
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 asd
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 </row>
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 asd
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 asd
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 asd
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 </row>
6023 </lyxtabular>
6024
6025 \end_inset
6026
6027
6028 \begin_inset ERT
6029 status collapsed
6030
6031 \begin_layout Plain Layout
6032
6033
6034 \backslash
6035 setlength{
6036 \backslash
6037 LTleft}{
6038 \backslash
6039 fill}
6040 \end_layout
6041
6042 \end_inset
6043
6044
6045 \begin_inset ERT
6046 status collapsed
6047
6048 \begin_layout Plain Layout
6049
6050
6051 \backslash
6052 addtocounter{table}{-1}
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \begin_inset Note Note
6059 status collapsed
6060
6061 \begin_layout Plain Layout
6062 See the first greyed-out note in section
6063 \begin_inset space ~
6064 \end_inset
6065
6066
6067 \begin_inset CommandInset ref
6068 LatexCommand ref
6069 reference "sub:Longtable-Captions"
6070
6071 \end_inset
6072
6073  for an explanation of this command.
6074 \end_layout
6075
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \begin_layout Subsection
6082 Longtable Captions
6083 \begin_inset Index idx
6084 status collapsed
6085
6086 \begin_layout Plain Layout
6087 Longtables ! Captions
6088 \end_layout
6089
6090 \end_inset
6091
6092
6093 \begin_inset CommandInset label
6094 LatexCommand label
6095 name "sub:Longtable-Captions"
6096
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \begin_layout Standard
6103 A longtable cannot be put into a table float because floats can only be
6104  on one page.
6105  But the caption environment of floats can also be used for longtables when
6106  you use the longtable option 
6107 \family sans
6108 Caption
6109 \family default
6110  as described in sec.
6111 \begin_inset space \thinspace{}
6112 \end_inset
6113
6114
6115 \begin_inset CommandInset ref
6116 LatexCommand ref
6117 reference "sec:Longtables"
6118
6119 \end_inset
6120
6121 .
6122  
6123 \change_inserted -195340706 1324242393
6124 A caption must be put into one of 
6125 \family sans
6126 First
6127 \begin_inset space ~
6128 \end_inset
6129
6130 header
6131 \family default
6132
6133 \family sans
6134 Header
6135 \family default
6136
6137 \family sans
6138 Footer
6139 \family default
6140  and 
6141 \family sans
6142 Fast
6143 \begin_inset space ~
6144 \end_inset
6145
6146 footer
6147 \family default
6148 .
6149  Each kind of footer and header may only contain one 
6150 \change_deleted -195340706 1324242398
6151 Only one table row can contain the
6152 \change_unchanged
6153  caption.
6154 \end_layout
6155
6156 \begin_layout Standard
6157 Here is a short longtable to see how it works:
6158 \end_layout
6159
6160 \begin_layout Standard
6161 \begin_inset Tabular
6162 <lyxtabular version="3" rows="6" columns="5">
6163 <features islongtable="true" longtabularalignment="center">
6164 <column alignment="center" valignment="top" width="0">
6165 <column alignment="center" valignment="top" width="0">
6166 <column alignment="center" valignment="top" width="0">
6167 <column alignment="center" valignment="top" width="0">
6168 <column alignment="center" valignment="top" width="0">
6169 <row caption="true">
6170 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 \begin_inset Caption
6175
6176 \begin_layout Plain Layout
6177 Longtable with caption
6178 \begin_inset Argument
6179 status open
6180
6181 \begin_layout Plain Layout
6182 Longtable
6183 \end_layout
6184
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \end_inset
6191
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 1
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 2
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 3
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 4
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 5
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 asd
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 s
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 asd
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 </row>
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 </row>
6469 </lyxtabular>
6470
6471 \end_inset
6472
6473
6474 \end_layout
6475
6476 \begin_layout Standard
6477 \begin_inset VSpace medskip
6478 \end_inset
6479
6480
6481 \begin_inset Note Greyedout
6482 status open
6483
6484 \begin_layout Plain Layout
6485
6486 \series bold
6487 Note
6488 \begin_inset space ~
6489 \end_inset
6490
6491 1:
6492 \series default
6493  The table number is increased for for every longtable, even if you did
6494  not set a caption for it.
6495  For this reason you could have the case that e.
6496 \begin_inset space \thinspace{}
6497 \end_inset
6498
6499 g.
6500 \begin_inset space \space{}
6501 \end_inset
6502
6503 Table
6504 \begin_inset space ~
6505 \end_inset
6506
6507 2.4 follows Table
6508 \begin_inset space ~
6509 \end_inset
6510
6511 2.1 in the list of tables if there are two longtables without captions.
6512  To avoid this you can add the following command in TeX-Code after every
6513  longtable without a caption:
6514 \end_layout
6515
6516 \begin_layout Plain Layout
6517
6518 \series bold
6519
6520 \backslash
6521 addtocounter{table}{-1}
6522 \end_layout
6523
6524 \begin_layout Plain Layout
6525 This is not needed when none of your longtables have a caption and you add
6526  the following code to the document preamble:
6527 \end_layout
6528
6529 \begin_layout Plain Layout
6530
6531 \series bold
6532
6533 \backslash
6534 let
6535 \backslash
6536 myEnd
6537 \backslash
6538 endlongtable
6539 \begin_inset Newline newline
6540 \end_inset
6541
6542
6543 \backslash
6544 renewcommand{
6545 \backslash
6546 endlongtable}{
6547 \backslash
6548 myEnd
6549 \backslash
6550 addtocounter{table}{-1}}
6551 \end_layout
6552
6553 \end_inset
6554
6555
6556 \end_layout
6557
6558 \begin_layout Standard
6559 \begin_inset Note Greyedout
6560 status open
6561
6562 \begin_layout Plain Layout
6563
6564 \series bold
6565 Note
6566 \begin_inset space ~
6567 \end_inset
6568
6569 2:
6570 \series default
6571  If you are using
6572 \series bold
6573  hyperref
6574 \series default
6575
6576 \begin_inset Index idx
6577 status collapsed
6578
6579 \begin_layout Plain Layout
6580 LaTeX-packages ! hyperref
6581 \end_layout
6582
6583 \end_inset
6584
6585  in the 
6586 \family sans
6587 PDF Properties
6588 \family default
6589  of the 
6590 \family sans
6591 Document Settings
6592 \family default
6593  dialog to link cross-references, the link to a longtable caption will always
6594  point to the beginning of the document.
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Subsubsection
6603 References to Longtables
6604 \begin_inset Index idx
6605 status collapsed
6606
6607 \begin_layout Plain Layout
6608 Longtables ! References
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \begin_layout Standard
6617 \begin_inset Tabular
6618 <lyxtabular version="3" rows="6" columns="5">
6619 <features islongtable="true" longtabularalignment="center">
6620 <column alignment="center" valignment="top" width="0">
6621 <column alignment="center" valignment="top" width="0">
6622 <column alignment="center" valignment="top" width="0">
6623 <column alignment="center" valignment="top" width="0">
6624 <column alignment="center" valignment="top" width="0">
6625 <row caption="true">
6626 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 \begin_inset Caption
6631
6632 \begin_layout Plain Layout
6633 Referenced longtable
6634 \begin_inset CommandInset label
6635 LatexCommand label
6636 name "tab:RefExample"
6637
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 </row>
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 1
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 2
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 3
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 4
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 5
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 asd
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 s
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 s
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 s
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 asd
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 </row>
6781 <row>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 s
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 asd
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 s
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 s
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 s
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 sad
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 asd
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 asd
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 </row>
6922 </lyxtabular>
6923
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \begin_layout Standard
6930 To reference a longtable, insert a label into the caption.
6931 \end_layout
6932
6933 \begin_layout Standard
6934 This is a reference to Table
6935 \begin_inset space ~
6936 \end_inset
6937
6938
6939 \begin_inset CommandInset ref
6940 LatexCommand ref
6941 reference "tab:RefExample"
6942
6943 \end_inset
6944
6945 .
6946 \end_layout
6947
6948 \begin_layout Standard
6949 The caption layout can be set together with all other captions of your document
6950  using the LaTeX-package 
6951 \series bold
6952 caption
6953 \series default
6954
6955 \begin_inset Index idx
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959 LaTeX-packages ! caption
6960 \end_layout
6961
6962 \end_inset
6963
6964 , see section
6965 \begin_inset space ~
6966 \end_inset
6967
6968
6969 \begin_inset CommandInset ref
6970 LatexCommand ref
6971 reference "sec:Caption-Formatting"
6972
6973 \end_inset
6974
6975 .
6976 \end_layout
6977
6978 \begin_layout Subsubsection
6979 Caption Width
6980 \begin_inset Index idx
6981 status collapsed
6982
6983 \begin_layout Plain Layout
6984 Longtables ! Caption Width
6985 \end_layout
6986
6987 \end_inset
6988
6989
6990 \end_layout
6991
6992 \begin_layout Standard
6993 The maximal width of of caption lines is defined by the length 
6994 \series bold
6995
6996 \backslash
6997 LTcapwidth
6998 \series default
6999 .
7000  Its default value is 4
7001 \begin_inset space \thinspace{}
7002 \end_inset
7003
7004 in.
7005  To change it add the following command to your document preamble or as
7006  TeX-Code into your document before the longtable that should be affected
7007 \end_layout
7008
7009 \begin_layout Standard
7010
7011 \series bold
7012
7013 \backslash
7014 setlength{
7015 \backslash
7016 LTcapwidth}{width}
7017 \end_layout
7018
7019 \begin_layout Standard
7020 where the width could have one of the units listed in appendix
7021 \begin_inset space ~
7022 \end_inset
7023
7024
7025 \begin_inset CommandInset ref
7026 LatexCommand ref
7027 reference "cha:Units-available-in"
7028
7029 \end_inset
7030
7031 .
7032 \end_layout
7033
7034 \begin_layout Standard
7035 The following tables show the difference:
7036 \end_layout
7037
7038 \begin_layout Standard
7039 \begin_inset Tabular
7040 <lyxtabular version="3" rows="6" columns="5">
7041 <features islongtable="true" longtabularalignment="center">
7042 <column alignment="center" valignment="top" width="0">
7043 <column alignment="center" valignment="top" width="0">
7044 <column alignment="center" valignment="top" width="0">
7045 <column alignment="center" valignment="top" width="0">
7046 <column alignment="center" valignment="top" width="0">
7047 <row caption="true">
7048 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 \begin_inset Caption
7053
7054 \begin_layout Plain Layout
7055 long full title with default width long full title with default width long
7056  full title with default width
7057 \begin_inset Argument
7058 status collapsed
7059
7060 \begin_layout Plain Layout
7061 caption with default width
7062 \end_layout
7063
7064 \end_inset
7065
7066
7067 \end_layout
7068
7069 \end_inset
7070
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 <row>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 1
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 2
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 3
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 4
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 5
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 </row>
7160 <row>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 asd
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 s
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 s
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 </row>
7207 <row>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 asd
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 s
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 s
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 asd
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 </row>
7254 <row>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 s
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 s
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 asd
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 </row>
7301 <row>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 asd
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 sad
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 asd
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 asd
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 </row>
7348 </lyxtabular>
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \begin_layout Standard
7356 \begin_inset ERT
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360
7361
7362 \backslash
7363 setlength{
7364 \backslash
7365 LTcapwidth}{5cm}
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \begin_inset Tabular
7372 <lyxtabular version="3" rows="6" columns="5">
7373 <features islongtable="true" longtabularalignment="center">
7374 <column alignment="center" valignment="top" width="0">
7375 <column alignment="center" valignment="top" width="0">
7376 <column alignment="center" valignment="top" width="0">
7377 <column alignment="center" valignment="top" width="0">
7378 <column alignment="center" valignment="top" width="0">
7379 <row caption="true">
7380 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 \begin_inset Caption
7385
7386 \begin_layout Plain Layout
7387 long full title with width set to 5
7388 \begin_inset space \thinspace{}
7389 \end_inset
7390
7391 cm long full title with width set to 5
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 cm long full title with width set to 5
7396 \begin_inset space \thinspace{}
7397 \end_inset
7398
7399 cm
7400 \begin_inset Argument
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404 caption with width
7405 \begin_inset space \thinspace{}
7406 \end_inset
7407
7408 =
7409 \begin_inset space \thinspace{}
7410 \end_inset
7411
7412 5
7413 \begin_inset space \thinspace{}
7414 \end_inset
7415
7416 cm
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 1
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 2
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 3
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 4
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 5
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 </row>
7515 <row>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 asd
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 s
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 s
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 asd
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 asd
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 s
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 s
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 asd
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 </row>
7609 <row>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 asd
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 s
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 s
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 s
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 asd
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 asd
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 sad
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 asd
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 asd
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 asd
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 </lyxtabular>
7704
7705 \end_inset
7706
7707
7708 \end_layout
7709
7710 \begin_layout Standard
7711 \begin_inset ERT
7712 status collapsed
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 setlength{
7719 \backslash
7720 LTcapwidth}{4in}
7721 \end_layout
7722
7723 \end_inset
7724
7725
7726 \end_layout
7727
7728 \begin_layout Standard
7729 \begin_inset Note Greyedout
7730 status open
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Note:
7736 \series default
7737  When the LaTeX-package 
7738 \series bold
7739 caption
7740 \series default
7741
7742 \begin_inset Index idx
7743 status collapsed
7744
7745 \begin_layout Plain Layout
7746 LaTeX-packages ! caption
7747 \end_layout
7748
7749 \end_inset
7750
7751  is used, as in this document, the full page width is used for the caption
7752  when you use the default value of 4
7753 \begin_inset space \thinspace{}
7754 \end_inset
7755
7756 in for 
7757 \series bold
7758
7759 \backslash
7760 LTcapwidth
7761 \series default
7762 .
7763  To get in this case exactly a 4
7764 \begin_inset space \thinspace{}
7765 \end_inset
7766
7767 in wide caption, you can either use a value slightly different from 4.0
7768 \begin_inset space \thinspace{}
7769 \end_inset
7770
7771 in, e.
7772 \begin_inset space \thinspace{}
7773 \end_inset
7774
7775 g.
7776 \begin_inset space \space{}
7777 \end_inset
7778
7779 3.99
7780 \begin_inset space \thinspace{}
7781 \end_inset
7782
7783 in, or the LaTeX-command 
7784 \series bold
7785
7786 \backslash
7787 captionsetup{width=value}
7788 \series default
7789  that is provided by the 
7790 \series bold
7791 caption
7792 \series default
7793 -package.
7794 \end_layout
7795
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \begin_layout Subsubsection
7802 Different Captions for Table Pages
7803 \begin_inset Index idx
7804 status collapsed
7805
7806 \begin_layout Plain Layout
7807 Longtables ! Different Captions for Pages
7808 \end_layout
7809
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \begin_layout Standard
7816 When the table captions for the following pages should differ from the one
7817  of the first table page, insert a caption with the TeX-Code command
7818 \end_layout
7819
7820 \begin_layout Standard
7821
7822 \series bold
7823
7824 \backslash
7825 caption*{caption text}
7826 \backslash
7827
7828 \backslash
7829 %
7830 \end_layout
7831
7832 \begin_layout Standard
7833 in a dummy caption row that is marked as a header.
7834  Table
7835 \begin_inset space ~
7836 \end_inset
7837
7838
7839 \begin_inset CommandInset ref
7840 LatexCommand ref
7841 reference "tab:DiffCaptions"
7842
7843 \end_inset
7844
7845  is an example of a longtable with different heading where the second caption
7846  doesn't include the table number.
7847 \end_layout
7848
7849 \begin_layout Standard
7850 \align center
7851 \begin_inset Tabular
7852 <lyxtabular version="3" rows="59" columns="3">
7853 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7854 <column alignment="left" valignment="top" width="0cm">
7855 <column alignment="left" valignment="top" width="0pt">
7856 <column alignment="center" valignment="top" width="0pt">
7857 <row caption="true">
7858 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 \begin_inset Caption
7863
7864 \begin_layout Plain Layout
7865 Example Phone List
7866 \begin_inset CommandInset label
7867 LatexCommand label
7868 name "tab:DiffCaptions"
7869
7870 \end_inset
7871
7872
7873 \begin_inset Argument
7874 status collapsed
7875
7876 \begin_layout Plain Layout
7877 Example Phone List
7878 \end_layout
7879
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \end_inset
7886
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row endfirsthead="true">
7912 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 Example Phone List (ignore the names)
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row endfirsthead="true">
7943 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \series bold
7949 NAME
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 TEL.
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row endhead="true">
7976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 \begin_inset ERT
7981 status open
7982
7983 \begin_layout Plain Layout
7984
7985
7986 \backslash
7987 caption*{Continued Example Phone List}
7988 \backslash
7989
7990 \backslash
7991 %
7992 \end_layout
7993
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row endhead="true">
8021 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Example Phone List
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row endhead="true">
8052 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 NAME
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 TEL.
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row endfoot="true">
8085 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 continued on next page
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 Annovi
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Silvia
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 111
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Bertoli
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Stefano
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Bozzi
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Walter
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Cachia
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Maria
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Cachia
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Maurizio
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Cinquemani
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Giusi
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Colin
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Bernard
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Concli
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Gianfranco
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Dal Bosco
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Carolina
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Dalpiaz
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Annamaria
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Feliciello
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Domenico
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Focarelli
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Paola
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Galletti
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Oreste
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \series bold
8523 Gasparini
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Franca
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 111
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Rizzardi
8555 \series default
8556
8557 \begin_inset Foot
8558 status open
8559
8560 \begin_layout Plain Layout
8561 Example footnote
8562 \end_layout
8563
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Paola
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 111
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Lassini
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Giancarlo
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 111
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \series bold
8628 Malfatti
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Luciano
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 111
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Malfatti
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Valeriano
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 111
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Meneguzzo
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Roberto
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 111
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Mezzadra
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Roberto
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 111
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Pirpamer
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Erich
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 111
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Pochiesa
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Paolo
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 111, 222
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \series bold
8814 Radina
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 Claudio
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 111
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845 Stuffer
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 Oskar
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 111
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 Tacchelli
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Ugo
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 111
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Tezzele
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Margit
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 111
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938 Unterkalmsteiner
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Frieda
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 111
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row>
8963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \series bold
8969 Vieider
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 Hilde
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 111
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \series bold
9000 Vigna
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 Jürgen
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 111
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \series bold
9031 Weber
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 Maurizio
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 111
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 <row>
9056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060
9061 \series bold
9062 Winkler
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 Franz
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 111
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091  
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \series bold
9122 Annovi
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Silvia
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 555
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \series bold
9153 Bertoli
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 Stefano
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 555
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \series bold
9184 Bozzi
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Walter
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 555
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \series bold
9215 Cachia
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Maria
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 555
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \series bold
9246 Cachia
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Maurizio
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 555
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \series bold
9277 Cinquemani
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 Giusi
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 555
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \series bold
9308 Colin
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 Bernard
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 555
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \series bold
9339 Concli
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 Gianfranco
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 555
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 </row>
9363 <row>
9364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368
9369 \series bold
9370 Dal Bosco
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 Carolina
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 555
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \series bold
9401 Dalpiaz
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 Annamaria
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 555
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \series bold
9432 Feliciello
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 Domenico
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 555
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 <row>
9457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461
9462 \series bold
9463 Focarelli
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 Paola
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 555
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row>
9488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \series bold
9494 Galletti
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 Oreste
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 555
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row>
9519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \series bold
9525 Gasparini
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 Franca
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 555
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row>
9550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \series bold
9556 Rizzardi
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 Paola
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 555
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row>
9581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 Lassini
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 Giancarlo
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 555
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 Malfatti
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Luciano
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 555
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 Malfatti
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Valeriano
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 555
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \series bold
9680 Meneguzzo
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Roberto
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 555
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711 Mezzadra
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 Roberto
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 555
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 </lyxtabular>
9736
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \begin_layout Section
9743 Special Longtable Issues
9744 \begin_inset CommandInset label
9745 LatexCommand label
9746 name "sec:Special-Longtable-Issues"
9747
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \begin_layout Subsection
9754 Longtable Calculation
9755 \begin_inset Index idx
9756 status collapsed
9757
9758 \begin_layout Plain Layout
9759 Longtables ! Calculation
9760 \end_layout
9761
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \begin_layout Standard
9768 LaTeX calculates the height of table pages and their page breaks using so
9769  called chunks.
9770  Chunks are parts of tables that held at the same time in LaTeX's memory.
9771  The default value was historically set to only 20 table rows.
9772  If you are using longtables with many pages this may slow down the creation
9773  of your document.
9774  You can safely increase the chunk size to values of 100-1000 by adding
9775  this command line to your document preamble:
9776 \end_layout
9777
9778 \begin_layout Standard
9779
9780 \series bold
9781
9782 \backslash
9783 setcounter{LTchunksize}{100}
9784 \end_layout
9785
9786 \begin_layout Subsection
9787 Floats and Longtables
9788 \begin_inset Index idx
9789 status collapsed
9790
9791 \begin_layout Plain Layout
9792 Longtables ! Floats
9793 \end_layout
9794
9795 \end_inset
9796
9797
9798 \end_layout
9799
9800 \begin_layout Standard
9801 There might be problems when a float appears on the same page where a longtable
9802  starts.
9803  To avoid such a situation, insert a 
9804 \begin_inset Quotes eld
9805 \end_inset
9806
9807 clear page
9808 \begin_inset Quotes erd
9809 \end_inset
9810
9811  (menu 
9812 \family sans
9813 Insert\SpecialChar \menuseparator
9814 Formatting\SpecialChar \menuseparator
9815 Clear
9816 \begin_inset space ~
9817 \end_inset
9818
9819 Page
9820 \family default
9821 ) before your longtable.
9822 \end_layout
9823
9824 \begin_layout Subsection
9825 Forced Page Breaks
9826 \begin_inset Index idx
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830 Longtables ! Forced Page Breaks
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 By default tables are only broken between rows.
9840  If you have a cell with multiples lines and want to have a page break within
9841  the cell, insert the new line command 
9842 \begin_inset Quotes eld
9843 \end_inset
9844
9845
9846 \series bold
9847
9848 \backslash
9849
9850 \backslash
9851
9852 \series default
9853
9854 \begin_inset Quotes erd
9855 \end_inset
9856
9857  as TeX-Code at the point of the cell where it can be broken.
9858  Before the 
9859 \series bold
9860
9861 \backslash
9862
9863 \backslash
9864
9865 \series default
9866  command you have to insert in TeX-Code as many 
9867 \begin_inset Quotes eld
9868 \end_inset
9869
9870
9871 \series bold
9872 &
9873 \series default
9874
9875 \begin_inset Quotes erd
9876 \end_inset
9877
9878  characters as the number of the following table columns.
9879  The 
9880 \series bold
9881 &
9882 \series default
9883  is the character to separate table cells.
9884  Write in TeX-Code after each 
9885 \series bold
9886 &
9887 \series default
9888  the content of the corresponding following cell and delete the content
9889  of these cells.
9890 \begin_inset Newline newline
9891 \end_inset
9892
9893 After the 
9894 \series bold
9895
9896 \backslash
9897
9898 \backslash
9899
9900 \series default
9901  command, insert as many 
9902 \series bold
9903 &
9904 \series default
9905  characters as the number of table columns before the current column.
9906  In Table
9907 \begin_inset space ~
9908 \end_inset
9909
9910
9911 \begin_inset CommandInset ref
9912 LatexCommand ref
9913 reference "tab:ForcedPagebreak"
9914
9915 \end_inset
9916
9917  the cell that should be broken is in the second column followed by another
9918  column.
9919  Therefore the following command was inserted in the cell as TeX-Code after
9920  
9921 \begin_inset Quotes eld
9922 \end_inset
9923
9924
9925 \emph on
9926 Castelchiodato,
9927 \emph default
9928
9929 \begin_inset Quotes erd
9930 \end_inset
9931
9932 :
9933 \end_layout
9934
9935 \begin_layout Standard
9936
9937 \series bold
9938 & 111
9939 \backslash
9940
9941 \backslash
9942  
9943 \backslash
9944 newpage
9945 \begin_inset Newline newline
9946 \end_inset
9947
9948 &
9949 \end_layout
9950
9951 \begin_layout Standard
9952 The 
9953 \begin_inset Quotes eld
9954 \end_inset
9955
9956 111
9957 \begin_inset Quotes erd
9958 \end_inset
9959
9960  in the third column of the row was deleted.
9961  
9962 \series bold
9963
9964 \backslash
9965 newpage
9966 \series default
9967  is only needed when a page break should definitely occur at this position,
9968  otherwise it would be a conditional break.
9969  If your footer row of the longtable has for a certain reason no upper line
9970  but you would have a horizontal line where the cell is broken, use this
9971  command instead:
9972 \end_layout
9973
9974 \begin_layout Standard
9975
9976 \series bold
9977 & 111
9978 \backslash
9979
9980 \backslash
9981
9982 \begin_inset Newline newline
9983 \end_inset
9984
9985
9986 \backslash
9987 hline &
9988 \end_layout
9989
9990 \begin_layout Standard
9991 When the cell to be broken is in the last column, the command
9992 \end_layout
9993
9994 \begin_layout Standard
9995
9996 \series bold
9997
9998 \backslash
9999 setlength{
10000 \backslash
10001 parfillskip}{0pt}
10002 \end_layout
10003
10004 \begin_layout Standard
10005 must be inserted as TeX-Code at the beginning of the cell.
10006  This ensures that the part of the cell that will be displayed on the new
10007  page appears with the full width.
10008 \end_layout
10009
10010 \begin_layout Standard
10011 \align center
10012 \begin_inset Tabular
10013 <lyxtabular version="3" rows="38" columns="3">
10014 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10015 <column alignment="left" valignment="top" width="0cm">
10016 <column alignment="left" valignment="top" width="3cm">
10017 <column alignment="center" valignment="top" width="0pt">
10018 <row caption="true">
10019 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 \begin_inset Caption
10024
10025 \begin_layout Plain Layout
10026 Table with forced page break in table cell
10027 \begin_inset CommandInset label
10028 LatexCommand label
10029 name "tab:ForcedPagebreak"
10030
10031 \end_inset
10032
10033
10034 \begin_inset Argument
10035 status collapsed
10036
10037 \begin_layout Plain Layout
10038 Table with forced page break in table cell
10039 \end_layout
10040
10041 \end_inset
10042
10043
10044 \end_layout
10045
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row endfirsthead="true">
10073 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 Example Phone List (ignore the names)
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row endfirsthead="true">
10104 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 NAME
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 TEL.
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row endhead="true">
10137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 \begin_inset ERT
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146
10147 \backslash
10148 caption*{Continued Example Phone List}
10149 \backslash
10150
10151 \backslash
10152 %
10153 \end_layout
10154
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 <row endhead="true">
10182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186
10187 \series bold
10188 Example Phone List
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row endhead="true">
10213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \series bold
10219 NAME
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 TEL.
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row endfoot="true">
10246 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 continued on next page
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Annovi
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Silvia
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Bertoli
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 Stefano
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Bozzi
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Walter
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Cachia
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 Maria
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 111
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \series bold
10405 Cachia
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Maurizio
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 111
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 <row>
10430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434
10435 \series bold
10436 Cinquemani
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 Giusi
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 111
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \series bold
10467 Colin
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 Bernard
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 111
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 <row>
10492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496
10497 \series bold
10498 Concli
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 Gianfranco
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 111
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \series bold
10529 Dal Bosco
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Carolina
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 111
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \series bold
10560 Dalpiaz
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 Annamaria
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 111
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 </row>
10584 <row>
10585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591 Feliciello
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 Domenico
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 111
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row>
10616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \series bold
10622 Focarelli
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 Paola
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 111
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row>
10647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \series bold
10653 Galletti
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 Oreste
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 111
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \series bold
10684 Gasparini
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 Franca
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Lassini
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Giancarlo
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Malfatti
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 Luciano
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777 Malfatti
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Valeriano
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 111
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 Meneguzzo
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 Roberto
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 111
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Mezzadra
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Roberto
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Pirpamer
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Erich
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Pochiesa
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Paolo
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111, 222
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Radina
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Claudio
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Rizzardi
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Paolo, 11.
10973  Fürst von Montecompatri, 11.
10974  Fürst von Sulmona und Vivaro, 10.
10975  Fürst von Rossano, 5.
10976  Herzog von Canemorte, 11.
10977  Herzog von Palombara, 5.
10978  Herzog von Castelchiodato,
10979 \begin_inset ERT
10980 status open
10981
10982 \begin_layout Plain Layout
10983
10984 & 111
10985 \backslash
10986
10987 \backslash
10988  
10989 \backslash
10990 newpage
10991 \end_layout
10992
10993 \begin_layout Plain Layout
10994
10995 &
10996 \end_layout
10997
10998 \end_inset
10999
11000  11.
11001  Herzog von Poggionativo, 11.
11002  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11003  Graf von Valinfreda, 11.
11004  Baron von Cropalati, 11.
11005  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 <row>
11021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \series bold
11027 Stuffer
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 Oskar
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 111
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \series bold
11058 Tacchelli
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Ugo
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 111
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 </row>
11082 <row>
11083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \series bold
11089 Tezzele
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 Margit
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 111
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 <row>
11114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \series bold
11120 Unterkalmsteiner
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 Frieda
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 111
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149
11150 \series bold
11151 Vieider
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 Hilde
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 111
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 </row>
11175 <row>
11176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \series bold
11182 Vigna
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Jürgen
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 111
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 <row>
11207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \series bold
11213 Weber
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 Maurizio
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 111
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 <row>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \series bold
11244 Winkler
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 Franz
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 111
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 </lyxtabular>
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \begin_layout Section
11276 Multiple Lines, Columns and Rows
11277 \end_layout
11278
11279 \begin_layout Subsection
11280 Multiple Lines in Table Cells
11281 \begin_inset CommandInset label
11282 LatexCommand label
11283 name "sub:Multiple-Lines-in"
11284
11285 \end_inset
11286
11287
11288 \begin_inset Index idx
11289 status collapsed
11290
11291 \begin_layout Plain Layout
11292 Multiple Lines in Table Cells
11293 \end_layout
11294
11295 \end_inset
11296
11297
11298 \begin_inset Index idx
11299 status collapsed
11300
11301 \begin_layout Plain Layout
11302 Table ! Linebreaks
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \noindent
11312 \begin_inset Float table
11313 placement H
11314 wide false
11315 sideways false
11316 status open
11317
11318 \begin_layout Plain Layout
11319 \begin_inset Caption
11320
11321 \begin_layout Plain Layout
11322 \begin_inset CommandInset label
11323 LatexCommand label
11324 name "tab:Table-with-multiple"
11325
11326 \end_inset
11327
11328 Table with multiple lines in cells
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Plain Layout
11337 \align center
11338 \begin_inset Tabular
11339 <lyxtabular version="3" rows="3" columns="3">
11340 <features tabularvalignment="middle">
11341 <column alignment="center" valignment="middle" width="2.5cm">
11342 <column alignment="center" valignment="middle" width="0">
11343 <column alignment="center" valignment="middle" width="0">
11344 <row>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 multiple
11350 \begin_inset Newline linebreak
11351 \end_inset
11352
11353 lines
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 b
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 c
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 d
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 e
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 f
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 g
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 h
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 i
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 </lyxtabular>
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \begin_layout Standard
11448 Setting a fixed width for a column enables you to enter text as a paragraph
11449  with multiple lines and hyphenation.
11450 \end_layout
11451
11452 \begin_layout Standard
11453 To produce Table
11454 \begin_inset space ~
11455 \end_inset
11456
11457
11458 \begin_inset CommandInset ref
11459 LatexCommand ref
11460 reference "tab:Table-with-multiple"
11461
11462 \end_inset
11463
11464 , create a 3×3 table, mark the first cell and right-click on it.
11465  In the appearing table dialog we set a cell width of 2.5
11466 \begin_inset space \thinspace{}
11467 \end_inset
11468
11469 cm and choose centered for the vertical and horizontal alignment.
11470  The vertical alignment is used for all cells of the row.
11471  As our text is smaller than 2.5
11472 \begin_inset space \thinspace{}
11473 \end_inset
11474
11475 cm, only one line will appear.
11476  To get two lines, a justified line break (shortcut 
11477 \begin_inset Info
11478 type  "shortcut"
11479 arg   "newline-insert linebreak"
11480 \end_inset
11481
11482 ) was added.
11483  If the text is wider than the set cell width, it will automatically be
11484  broken to several lines.
11485 \end_layout
11486
11487 \begin_layout Standard
11488 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11489  by LaTeX if it is the first entry.
11490  Therefore you need to insert something to prevent the word not being the
11491  first entry.
11492  So add a horizontal space of 0
11493 \begin_inset space \thinspace{}
11494 \end_inset
11495
11496 pt before the word.
11497  As the space is zero, it doesn't change the output.
11498  Table
11499 \begin_inset space ~
11500 \end_inset
11501
11502
11503 \begin_inset CommandInset ref
11504 LatexCommand ref
11505 reference "tab:Table-with-and"
11506
11507 \end_inset
11508
11509  shows the effect.
11510 \end_layout
11511
11512 \begin_layout Standard
11513 \begin_inset Float table
11514 placement h
11515 wide false
11516 sideways false
11517 status open
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Caption
11521
11522 \begin_layout Plain Layout
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "tab:Table-with-and"
11526
11527 \end_inset
11528
11529 Table with and without hyphenation
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Plain Layout
11538 \begin_inset space \hfill{}
11539 \end_inset
11540
11541
11542 \begin_inset Tabular
11543 <lyxtabular version="3" rows="3" columns="3">
11544 <features tabularvalignment="middle">
11545 <column alignment="center" valignment="middle" width="2.5cm">
11546 <column alignment="center" valignment="middle" width="0">
11547 <column alignment="center" valignment="middle" width="0">
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 verylongtablecellword
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 b
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 c
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 d
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 e
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 f
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 </row>
11606 <row>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 g
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 h
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 i
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 </lyxtabular>
11636
11637 \end_inset
11638
11639
11640 \begin_inset space \hfill{}
11641 \end_inset
11642
11643
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="3" columns="3">
11646 <features tabularvalignment="middle">
11647 <column alignment="center" valignment="middle" width="2.5cm">
11648 <column alignment="center" valignment="middle" width="0">
11649 <column alignment="center" valignment="middle" width="0">
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 \begin_inset space \hspace{}
11656 \length 0pt
11657 \end_inset
11658
11659 verylongtablecellword
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 b
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 c
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 d
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 e
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 f
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 g
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 h
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 i
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 </lyxtabular>
11742
11743 \end_inset
11744
11745
11746 \begin_inset space \hfill{}
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Subsection
11758 Multicolumns
11759 \begin_inset CommandInset label
11760 LatexCommand label
11761 name "sub:Multicolumns"
11762
11763 \end_inset
11764
11765
11766 \begin_inset Index idx
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770 Multicolumns
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \begin_inset Index idx
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Table ! Multicolumns
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Subsubsection
11789 Multicolumn Basics
11790 \end_layout
11791
11792 \begin_layout Standard
11793 To merge cells over multiple columns, select as many cells within a row
11794  as you want to merge and use either the table-toolbar button 
11795 \family sans
11796
11797 \begin_inset Info
11798 type  "icon"
11799 arg   "inset-modify tabular multicolumn"
11800 \end_inset
11801
11802
11803 \family default
11804 , or the menu 
11805 \family sans
11806 Edit\SpecialChar \menuseparator
11807 Table\SpecialChar \menuseparator
11808 Multicolumn
11809 \family default
11810 , or right click on the marked cells and choose 
11811 \family sans
11812 Multicolumn
11813 \family default
11814  in the context menu.
11815 \end_layout
11816
11817 \begin_layout Standard
11818 Multicolumns have there own cell settings.
11819  That means changing cell borders, cell alignment, and the width only affects
11820  the multicolumn.
11821  Here is an example table with a multicolumn cell in the first row and one
11822  in the last row without the upper border:
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \align center
11827 \begin_inset Tabular
11828 <lyxtabular version="3" rows="3" columns="4">
11829 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11830 <column alignment="center" valignment="top" width="0pt">
11831 <column alignment="center" valignment="middle" width="0">
11832 <column alignment="center" valignment="top" width="0in">
11833 <column alignment="center" valignment="top" width="0pt">
11834 <row>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 abc
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 def ghi
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 jkl
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 </row>
11872 <row>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877
11878 \family roman
11879 \series medium
11880 \shape up
11881 \size normal
11882 \emph off
11883 \bar no
11884 \noun off
11885 \color none
11886 A
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 B
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 C
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 D
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 </row>
11919 <row>
11920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 1
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 2
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 3
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 4
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 </lyxtabular>
11958
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \begin_layout Subsubsection
11965 Multicolumn Calculations
11966 \begin_inset CommandInset label
11967 LatexCommand label
11968 name "sub:Multicolumn-Calculations"
11969
11970 \end_inset
11971
11972
11973 \begin_inset Index idx
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977 Multicolumns ! Calculations
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 LyX supports multicolumns directly, but we have to take account of the cell
11987  width of the columns spanned by the multicolumn cell.
11988 \end_layout
11989
11990 \begin_layout Standard
11991 \begin_inset Float table
11992 placement h
11993 wide false
11994 sideways false
11995 status open
11996
11997 \begin_layout Plain Layout
11998 \begin_inset Caption
11999
12000 \begin_layout Plain Layout
12001 \begin_inset CommandInset label
12002 LatexCommand label
12003 name "tab:Table-with-centered"
12004
12005 \end_inset
12006
12007 Table with centered multicolumn text above two columns that have exactly
12008  half the width of the multicolumn cell
12009 \begin_inset Argument
12010 status collapsed
12011
12012 \begin_layout Plain Layout
12013 Perfect multicolumn table
12014 \end_layout
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Plain Layout
12027 \align center
12028 \begin_inset Tabular
12029 <lyxtabular version="3" rows="3" columns="3">
12030 <features tabularvalignment="middle">
12031 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12032 <column alignment="center" valignment="middle" width="0">
12033 <column alignment="center" valignment="top" width="0">
12034 <row>
12035 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 multiple lines multicolumn
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 c
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 <row>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 d
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 e
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 f
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 </row>
12092 <row>
12093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 g
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 h
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 i
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 </lyxtabular>
12122
12123 \end_inset
12124
12125
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 To create for example Table
12135 \begin_inset space ~
12136 \end_inset
12137
12138
12139 \begin_inset CommandInset ref
12140 LatexCommand ref
12141 reference "tab:Table-with-centered"
12142
12143 \end_inset
12144
12145 , mark the first two cells in the first row of a 3×3 table and right-click
12146  on them.
12147  Now choose for this cell 
12148 \emph on
12149 multicolumn
12150 \emph default
12151
12152 \emph on
12153 centered alignment
12154 \emph default
12155  and a width of 2.5
12156 \begin_inset space \thinspace{}
12157 \end_inset
12158
12159 cm in the table dialog.
12160  The merged columns should have exactly half the width of the multicolumn
12161  cell, so that you would set a width of 1.25
12162 \begin_inset space \thinspace{}
12163 \end_inset
12164
12165 cm for the first column.
12166  The second column has then automatically a width of 1.25
12167 \begin_inset space \thinspace{}
12168 \end_inset
12169
12170 cm (multicolumn width - width of first column).
12171  This was done for Table
12172 \begin_inset space ~
12173 \end_inset
12174
12175
12176 \begin_inset CommandInset ref
12177 LatexCommand ref
12178 reference "tab:Table-without-half"
12179
12180 \end_inset
12181
12182 .
12183 \end_layout
12184
12185 \begin_layout Standard
12186 \begin_inset Float table
12187 wide false
12188 sideways false
12189 status open
12190
12191 \begin_layout Plain Layout
12192 \begin_inset Caption
12193
12194 \begin_layout Plain Layout
12195 \begin_inset CommandInset label
12196 LatexCommand label
12197 name "tab:Table-without-half"
12198
12199 \end_inset
12200
12201 Table where the spanned table columns are not exactly half the width of
12202  the multicolumn cell
12203 \begin_inset Argument
12204 status collapsed
12205
12206 \begin_layout Plain Layout
12207 Imperfect multicolumn table
12208 \end_layout
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \begin_layout Plain Layout
12221 \align center
12222 \begin_inset Tabular
12223 <lyxtabular version="3" rows="3" columns="3">
12224 <features tabularvalignment="middle">
12225 <column alignment="center" valignment="top" width="1.25cm">
12226 <column alignment="center" valignment="top" width="0">
12227 <column alignment="center" valignment="top" width="0">
12228 <row>
12229 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 multiple lines multicolumn
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 c
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 </row>
12257 <row>
12258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262 d
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 e
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 f
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row>
12287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Plain Layout
12291 g
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 h
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 i
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 </lyxtabular>
12316
12317 \end_inset
12318
12319
12320 \end_layout
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \begin_layout Standard
12328 You can see that the first column is not half the width of the multicolumn
12329  cell, it is a bit bigger.
12330  The reason is that the specified width of a cell 
12331 \begin_inset Formula $W_{g}$
12332 \end_inset
12333
12334  is not its total width 
12335 \begin_inset Formula $W_{\mathrm{tot}}$
12336 \end_inset
12337
12338  because a cell is always a bit larger than specified.
12339  Appendix
12340 \begin_inset space ~
12341 \end_inset
12342
12343
12344 \begin_inset CommandInset ref
12345 LatexCommand ref
12346 reference "cha:Explanation-of-Equation"
12347
12348 \end_inset
12349
12350  explains this in detail.
12351 \end_layout
12352
12353 \begin_layout Standard
12354 The width 
12355 \begin_inset Formula $W_{g\, n}$
12356 \end_inset
12357
12358  which the user needs to set when 
12359 \emph on
12360 n
12361 \emph default
12362  columns are spanned can be calculated, so that each column has a total
12363  width of 
12364 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12365 \end_inset
12366
12367 :
12368 \begin_inset Formula 
12369 \begin{equation}
12370 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12371 \end{equation}
12372
12373 \end_inset
12374
12375
12376 \end_layout
12377
12378 \begin_layout Standard
12379 In our case we have 
12380 \begin_inset Formula $n=2$
12381 \end_inset
12382
12383
12384 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12385 \end_inset
12386
12387 cm and the default values for the lengths, so that equation 
12388 \begin_inset CommandInset ref
12389 LatexCommand ref
12390 reference "eq:Wgn"
12391
12392 \end_inset
12393
12394  becomes
12395 \begin_inset Formula 
12396 \begin{equation}
12397 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12398 \end{equation}
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Standard
12406 To enable calculations in LaTeX, the LaTeX-package 
12407 \series bold
12408 calc
12409 \series default
12410  must be loaded with the document preamble line
12411 \begin_inset Index idx
12412 status collapsed
12413
12414 \begin_layout Plain Layout
12415 LaTeX-packages ! calc
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424
12425 \series bold
12426
12427 \backslash
12428 usepackage{calc}
12429 \end_layout
12430
12431 \begin_layout Standard
12432 LyX does not allow you to calculate lengths in the 
12433 \family sans
12434 Width
12435 \family default
12436  field of the table dialog.
12437  Therefore you have to format the column by inserting a LaTeX-argument in
12438  the dialog.
12439  Here is an overview about the arguments:
12440 \end_layout
12441
12442 \begin_layout Itemize
12443
12444 \series bold
12445 p{width}
12446 \series default
12447  creates cell with a fixed width, its text is vertically top-aligned
12448 \end_layout
12449
12450 \begin_layout Itemize
12451
12452 \series bold
12453 m{width}
12454 \series default
12455  creates cell with a fixed width, its text is vertically centered
12456 \end_layout
12457
12458 \begin_layout Itemize
12459
12460 \series bold
12461 b{width}
12462 \series default
12463  creates cell with a fixed width, its text is vertically bottom-aligned
12464 \end_layout
12465
12466 \begin_layout Standard
12467 By entering a LaTeX-argument, all cell settings set in the table dialog
12468  are overwritten.
12469 \end_layout
12470
12471 \begin_layout Standard
12472 \begin_inset Note Greyedout
12473 status open
12474
12475 \begin_layout Plain Layout
12476
12477 \series bold
12478 Note:
12479 \series default
12480  Due to a bug, LyX shows the overwritten settings anyway.
12481 \end_layout
12482
12483 \end_inset
12484
12485
12486 \end_layout
12487
12488 \begin_layout Standard
12489 As the text should be horizontally centered, the command 
12490 \series bold
12491
12492 \backslash
12493 centering
12494 \series default
12495  is added.
12496  You can now enter the following LaTeX-argument for the first spanned column:
12497 \end_layout
12498
12499 \begin_layout Standard
12500
12501 \series bold
12502 >{
12503 \backslash
12504 centering}m{1.25cm-6.2pt}
12505 \end_layout
12506
12507 \begin_layout Standard
12508 The command 
12509 \series bold
12510 >{ }
12511 \series default
12512  means, that the commands inside the braces are applied before the cell
12513  is created.
12514 \end_layout
12515
12516 \begin_layout Standard
12517 Although we have chosen centered alignment for the text of the multicolumn
12518  cell, it is still left aligned.
12519  This is because LyX only applies the alignment to single columns.
12520  So for the multicolumn cell we have to use the LaTeX-argument
12521 \end_layout
12522
12523 \begin_layout Standard
12524
12525 \series bold
12526 >{
12527 \backslash
12528 centering}m{2.5cm}
12529 \end_layout
12530
12531 \begin_layout Subsection
12532 Multirows
12533 \begin_inset CommandInset label
12534 LatexCommand label
12535 name "sub:Multirows"
12536
12537 \end_inset
12538
12539
12540 \begin_inset Index idx
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Multirows
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \begin_inset Index idx
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Table ! Multirows
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Standard
12563 To merge cells over multiple rows, select as many cells within a column
12564  as you want to merge and use either the table-toolbar button 
12565 \family sans
12566
12567 \begin_inset Info
12568 type  "icon"
12569 arg   "inset-modify tabular multirow"
12570 \end_inset
12571
12572
12573 \family default
12574 , or the menu 
12575 \family sans
12576 Edit\SpecialChar \menuseparator
12577 Table\SpecialChar \menuseparator
12578 Multirow
12579 \family default
12580 , or right click on the marked cells and choose 
12581 \family sans
12582 Multirow
12583 \family default
12584  in the context menu.
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Here is an example table with a multirow in the first column:
12589 \end_layout
12590
12591 \begin_layout Standard
12592 \align center
12593 \begin_inset Tabular
12594 <lyxtabular version="3" rows="3" columns="3">
12595 <features tabularvalignment="middle">
12596 <column alignment="center" valignment="top" width="0pt">
12597 <column alignment="center" valignment="top" width="0">
12598 <column alignment="center" valignment="top" width="0">
12599 <row>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 a long cell entry
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 b
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 c
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row>
12629 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 multirow
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 e
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 f
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 h
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 i
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 </lyxtabular>
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \begin_layout Standard
12694 The width of multirow cells is set by setting the width and alignment for
12695  the whole column.
12696  The 
12697 \family sans
12698 Vertical Offset
12699 \family default
12700  shifts the content of the multirow up/down if the offset is positive/negative.
12701 \end_layout
12702
12703 \begin_layout Standard
12704 If the column of a multirow cell has no explicit width, the multirow cell
12705  inherits the alignment of the column.
12706  Otherwise it is by default left-aligned.
12707  To override the default, renew the command 
12708 \series bold
12709
12710 \backslash
12711 multirowsetup
12712 \series default
12713  with the command
12714 \end_layout
12715
12716 \begin_layout Standard
12717
12718 \series bold
12719
12720 \backslash
12721 renewcommand{
12722 \backslash
12723 multirowsetup}{
12724 \backslash
12725 centering}
12726 \end_layout
12727
12728 \begin_layout Standard
12729 in the document preamble.
12730  Then all entries of multirow cells in the document are centered.
12731  If centering is only needed for several tables, you can renew the command
12732  in a TeX-Code box just before the table instead of the preamble.
12733  If the text should be right-aligned, replace 
12734 \series bold
12735
12736 \backslash
12737 centering
12738 \series default
12739  by 
12740 \series bold
12741
12742 \backslash
12743 raggedleft
12744 \series default
12745 .
12746  To return to left-alignment 
12747 \series bold
12748
12749 \backslash
12750 raggedright
12751 \series default
12752  is used.
12753 \end_layout
12754
12755 \begin_layout Standard
12756 This is an example table with a right-aligned multirow cell that has a vertical
12757  offset of -4
12758 \begin_inset space \thinspace{}
12759 \end_inset
12760
12761 mm and is in a 3
12762 \begin_inset space \thinspace{}
12763 \end_inset
12764
12765 cm wide column:
12766 \end_layout
12767
12768 \begin_layout Standard
12769 \noindent
12770 \align center
12771 \begin_inset ERT
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775
12776
12777 \backslash
12778 renewcommand{
12779 \backslash
12780 multirowsetup}{
12781 \backslash
12782 raggedleft}
12783 \end_layout
12784
12785 \end_inset
12786
12787
12788 \begin_inset Tabular
12789 <lyxtabular version="3" rows="4" columns="3">
12790 <features tabularvalignment="middle">
12791 <column alignment="center" valignment="top" width="3cm">
12792 <column alignment="center" valignment="top" width="0">
12793 <column alignment="center" valignment="top" width="0">
12794 <row>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 a long cell entry
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 b
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 c
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 </row>
12823 <row>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 t
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 n
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 m
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 <row>
12853 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 multirow
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 e
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 f
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 <row>
12882 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 h
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 i
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 </lyxtabular>
12911
12912 \end_inset
12913
12914
12915 \begin_inset ERT
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919
12920
12921 \backslash
12922 renewcommand{
12923 \backslash
12924 multirowsetup}{
12925 \backslash
12926 raggedright}
12927 \end_layout
12928
12929 \end_inset
12930
12931
12932 \end_layout
12933
12934 \begin_layout Standard
12935 To start a new line in a multirow you can use a forced line break (shortcut
12936  
12937 \begin_inset Info
12938 type  "shortcut"
12939 arg   "newline-insert newline"
12940 \end_inset
12941
12942 ) but this will not respect the cell lines as demonstrated in this table:
12943 \end_layout
12944
12945 \begin_layout Standard
12946 \noindent
12947 \align center
12948 \begin_inset Tabular
12949 <lyxtabular version="3" rows="3" columns="2">
12950 <features tabularvalignment="middle">
12951 <column alignment="left" valignment="middle" width="2cm">
12952 <column alignment="center" valignment="top" width="0">
12953 <row>
12954 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 aaa
12959 \begin_inset Newline newline
12960 \end_inset
12961
12962 aaa
12963 \begin_inset Newline newline
12964 \end_inset
12965
12966 wrong cell
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Plain Layout
12975 ccc
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 </row>
12981 <row>
12982 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 ddd
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 </row>
13001 <row>
13002 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 bbb
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 eee
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 </row>
13021 </lyxtabular>
13022
13023 \end_inset
13024
13025
13026 \end_layout
13027
13028 \begin_layout Standard
13029 Therefore be careful with forced line breaks.
13030 \end_layout
13031
13032 \begin_layout Subsection
13033 Cells with diagonal line(s)
13034 \end_layout
13035
13036 \begin_layout Standard
13037 To tell the reader what is meant by column and row headings in a table,
13038  it is helpful to split the first cell of the table by one or two diagonal
13039  lines.
13040  This can be achieved by loading the LaTeX-package 
13041 \series bold
13042 diagbox
13043 \series default
13044
13045 \begin_inset Index idx
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049 LaTeX-packages ! picinpar
13050 \end_layout
13051
13052 \end_inset
13053
13054  in the document preamble.
13055  The package provides the command 
13056 \series bold
13057
13058 \backslash
13059 diagbox
13060 \series default
13061  that is inserted as TeX-Code and that can take 2 or 3
13062 \begin_inset space ~
13063 \end_inset
13064
13065 arguments:
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071
13072 \backslash
13073 diagbox[options]{lower left}{upper right}
13074 \end_layout
13075
13076 \begin_layout Standard
13077
13078 \series bold
13079
13080 \backslash
13081 diagbox[options]{lower left}{upper left}{upper right}
13082 \end_layout
13083
13084 \begin_layout Standard
13085 The first scheme divides the cell by a single diagonal line and the arguments
13086  are placed below and above this line.
13087  The second scheme divides the cell by 2
13088 \begin_inset space ~
13089 \end_inset
13090
13091 lines.
13092 \end_layout
13093
13094 \begin_layout Standard
13095 \begin_inset ERT
13096 status collapsed
13097
13098 \begin_layout Plain Layout
13099
13100
13101 \backslash
13102 ifdiagbox
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \begin_inset Note Note
13109 status open
13110
13111 \begin_layout Plain Layout
13112 The following section will only be displayed when the LaTeX-package 
13113 \series bold
13114 diagbox
13115 \series default
13116  is installed.
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \begin_layout Standard
13125 Here is an example table where 
13126 \series bold
13127
13128 \backslash
13129 diagbox 
13130 \series default
13131 is used in the 2-argument scheme in the first cell:
13132 \begin_inset VSpace medskip
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 \noindent
13140 \begin_inset Tabular
13141 <lyxtabular version="3" rows="4" columns="4">
13142 <features tabularvalignment="middle">
13143 <column alignment="center" valignment="top" width="0">
13144 <column alignment="center" valignment="top" width="0">
13145 <column alignment="center" valignment="top" width="0">
13146 <column alignment="center" valignment="top" width="0">
13147 <row>
13148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157
13158 \backslash
13159 diagbox{
13160 \end_layout
13161
13162 \end_inset
13163
13164 Name
13165 \begin_inset ERT
13166 status collapsed
13167
13168 \begin_layout Plain Layout
13169
13170 }{
13171 \end_layout
13172
13173 \end_inset
13174
13175 Parameter
13176 \begin_inset ERT
13177 status collapsed
13178
13179 \begin_layout Plain Layout
13180
13181 }
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 Thickness in nm
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 Transparency in %
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 Hardness in MPa
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 </row>
13219 <row>
13220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 Perfect Green
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 45
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 80
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 504
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 </row>
13257 <row>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 Dark Multi-P
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 60
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 72
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 982
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 </row>
13295 <row>
13296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 Crystal Clear Pro
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 18
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 86
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 374
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 </row>
13333 </lyxtabular>
13334
13335 \end_inset
13336
13337
13338 \begin_inset VSpace medskip
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \begin_layout Standard
13345 The 3-argument scheme is for example useful for cross-tables of sports leagues
13346  or distances:
13347 \end_layout
13348
13349 \begin_layout Standard
13350 \noindent
13351 \align center
13352 \begin_inset Tabular
13353 <lyxtabular version="3" rows="4" columns="4">
13354 <features tabularvalignment="middle">
13355 <column alignment="center" valignment="top" width="0pt">
13356 <column alignment="center" valignment="top" width="0">
13357 <column alignment="center" valignment="top" width="0">
13358 <column alignment="center" valignment="top" width="0">
13359 <row>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 \begin_inset ERT
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368
13369
13370 \backslash
13371 diagbox{
13372 \end_layout
13373
13374 \end_inset
13375
13376 Team home
13377 \begin_inset ERT
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381
13382 }{
13383 \end_layout
13384
13385 \end_inset
13386
13387 Result
13388 \begin_inset ERT
13389 status collapsed
13390
13391 \begin_layout Plain Layout
13392
13393 }{
13394 \end_layout
13395
13396 \end_inset
13397
13398 Team away
13399 \begin_inset ERT
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403
13404 }
13405 \end_layout
13406
13407 \end_inset
13408
13409
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 Tigers
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 Panthers
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 Falcons
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 </row>
13442 <row>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 Tigers
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 ---
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 1:3
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 0:1
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 </row>
13480 <row>
13481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 Panthers
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 3:1
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 ---
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 0:0
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 </row>
13518 <row>
13519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 Falcons
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 1:0
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 0:0
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 ---
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 </lyxtabular>
13557
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \begin_layout Standard
13564 For larger cross-tables one might use split cells in 2 or every corner of
13565  the table like in this example:
13566 \end_layout
13567
13568 \begin_layout Standard
13569 \noindent
13570 \align center
13571 \begin_inset Tabular
13572 <lyxtabular version="3" rows="5" columns="5">
13573 <features tabularvalignment="middle">
13574 <column alignment="center" valignment="top" width="0pt">
13575 <column alignment="center" valignment="top" width="0">
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <column alignment="center" valignment="top" width="0">
13579 <row>
13580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 \begin_inset ERT
13585 status open
13586
13587 \begin_layout Plain Layout
13588
13589
13590 \backslash
13591 diagbox{
13592 \end_layout
13593
13594 \end_inset
13595
13596 Team home
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602 }{
13603 \end_layout
13604
13605 \end_inset
13606
13607 Result
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613 }{
13614 \end_layout
13615
13616 \end_inset
13617
13618 Team away
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624 }
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 Tigers
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 Panthers
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 Falcons
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 \begin_inset ERT
13666 status open
13667
13668 \begin_layout Plain Layout
13669
13670
13671 \backslash
13672 diagbox[dir=NE]{
13673 \end_layout
13674
13675 \end_inset
13676
13677 Team home
13678 \begin_inset ERT
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682
13683 }{
13684 \end_layout
13685
13686 \end_inset
13687
13688 Result
13689 \begin_inset ERT
13690 status collapsed
13691
13692 \begin_layout Plain Layout
13693
13694 }{
13695 \end_layout
13696
13697 \end_inset
13698
13699 Team away
13700 \begin_inset ERT
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704
13705 }
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 Tigers
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 ---
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 1:3
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 0:1
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 Tigers
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 Panthers
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 3:1
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 ---
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 0:0
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 Panthers
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 </row>
13810 <row>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 Falcons
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 1:0
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 0:0
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 ---
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 Falcons
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 <row>
13858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 \begin_inset ERT
13863 status open
13864
13865 \begin_layout Plain Layout
13866
13867
13868 \backslash
13869 diagbox[dir=SW]{
13870 \end_layout
13871
13872 \end_inset
13873
13874 Team home
13875 \begin_inset ERT
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880 }{
13881 \end_layout
13882
13883 \end_inset
13884
13885 Result
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891 }{
13892 \end_layout
13893
13894 \end_inset
13895
13896 Team away
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902 }
13903 \end_layout
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 Tigers
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 Panthers
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 Falcons
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 \begin_inset ERT
13944 status open
13945
13946 \begin_layout Plain Layout
13947
13948
13949 \backslash
13950 diagbox[dir=SE]{
13951 \end_layout
13952
13953 \end_inset
13954
13955 Team home
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 }{
13962 \end_layout
13963
13964 \end_inset
13965
13966 Result
13967 \begin_inset ERT
13968 status collapsed
13969
13970 \begin_layout Plain Layout
13971
13972 }{
13973 \end_layout
13974
13975 \end_inset
13976
13977 Team away
13978 \begin_inset ERT
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982
13983 }
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 </row>
13994 </lyxtabular>
13995
13996 \end_inset
13997
13998
13999 \end_layout
14000
14001 \begin_layout Standard
14002 To rotate the diagonal lines, the command option 
14003 \series bold
14004 dir=direction
14005 \series default
14006  is used.
14007  
14008 \emph on
14009 direction
14010 \emph default
14011  is either 
14012 \series bold
14013 NE
14014 \series default
14015
14016 \series bold
14017 DE
14018 \series default
14019
14020 \series bold
14021 SW
14022 \series default
14023  or 
14024 \series bold
14025 NW
14026 \series default
14027  and represent a point of a compass.
14028  
14029 \series bold
14030 SW
14031 \series default
14032  is for example the south-west corner.
14033  Thus in the lower left cell of the above table the command
14034 \end_layout
14035
14036 \begin_layout Standard
14037
14038 \series bold
14039
14040 \backslash
14041 diagbox[dir=SW]{Team home}{Result}{Team away}
14042 \end_layout
14043
14044 \begin_layout Standard
14045 is used.
14046  If no direction is given, it will be NW.
14047 \end_layout
14048
14049 \begin_layout Standard
14050 The necessary width of split cells is automatically calculated.
14051  Thus if you set a fixed column width smaller than the calculated one, the
14052  cell's content will protrude the cell borders:
14053 \end_layout
14054
14055 \begin_layout Standard
14056 \noindent
14057 \align center
14058 \begin_inset Tabular
14059 <lyxtabular version="3" rows="2" columns="2">
14060 <features tabularvalignment="middle">
14061 <column alignment="center" valignment="top" width="3cm">
14062 <column alignment="center" valignment="top" width="0">
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 \begin_inset ERT
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072
14073
14074 \backslash
14075 diagbox{
14076 \end_layout
14077
14078 \end_inset
14079
14080 Name
14081 \begin_inset ERT
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085
14086 }{
14087 \end_layout
14088
14089 \end_inset
14090
14091 Parameter
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097 }
14098 \end_layout
14099
14100 \end_inset
14101
14102
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 Thickness in nm
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 <row>
14118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 Perfect Green
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 45
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 </lyxtabular>
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Standard
14145 If you need a certain width for columns with a split cell, use the command
14146  option 
14147 \series bold
14148 width=3cm
14149 \series default
14150  (replace '3cm' by the width you need).
14151  In the following table the width of the first column is set to 4
14152 \begin_inset space \thinspace{}
14153 \end_inset
14154
14155 cm.
14156  For 
14157 \series bold
14158
14159 \backslash
14160 diagbox
14161 \series default
14162  a width of 4
14163 \begin_inset space \thinspace{}
14164 \end_inset
14165
14166 cm + 2
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170
14171 \backslash
14172 tabcolsep is necessary because the overall width is the width for the text
14173  (in this case the 4
14174 \begin_inset space \thinspace{}
14175 \end_inset
14176
14177 cm) plus two times the separation of the text and the cell border.
14178  The calculation of the width cannot be done in the command option of 
14179 \series bold
14180
14181 \backslash
14182 diagbox
14183 \series default
14184  so one needs to create a new length which can be used later.
14185  This is done with the TeX-Code commands
14186 \end_layout
14187
14188 \begin_layout Standard
14189
14190 \series bold
14191
14192 \backslash
14193 newlength{
14194 \backslash
14195 diagtest}
14196 \begin_inset Newline newline
14197 \end_inset
14198
14199
14200 \backslash
14201 setlength{
14202 \backslash
14203 diagtest}{4cm+2
14204 \backslash
14205 tabcolsep}
14206 \end_layout
14207
14208 \begin_layout Standard
14209 \begin_inset ERT
14210 status collapsed
14211
14212 \begin_layout Plain Layout
14213
14214
14215 \backslash
14216 newlength{
14217 \backslash
14218 diagtest}
14219 \end_layout
14220
14221 \begin_layout Plain Layout
14222
14223
14224 \backslash
14225 setlength{
14226 \backslash
14227 diagtest}{4cm+2
14228 \backslash
14229 tabcolsep}
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238 To enable calculations in LaTeX one needs to load the package 
14239 \series bold
14240 calc
14241 \series default
14242
14243 \begin_inset Index idx
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247 LaTeX-packages ! calc
14248 \end_layout
14249
14250 \end_inset
14251
14252  in the document preamble.
14253 \end_layout
14254
14255 \begin_layout Standard
14256 In this table you can now use the command
14257 \end_layout
14258
14259 \begin_layout Standard
14260
14261 \series bold
14262
14263 \backslash
14264 diagbox[width=
14265 \backslash
14266 diagtest]{A}{B}
14267 \end_layout
14268
14269 \begin_layout Standard
14270 in the first cell:
14271 \end_layout
14272
14273 \begin_layout Standard
14274 \noindent
14275 \align center
14276 \begin_inset Tabular
14277 <lyxtabular version="3" rows="2" columns="2">
14278 <features tabularvalignment="middle">
14279 <column alignment="center" valignment="top" width="4cm">
14280 <column alignment="center" valignment="top" width="0">
14281 <row>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset ERT
14287 status open
14288
14289 \begin_layout Plain Layout
14290
14291
14292 \backslash
14293 diagbox[width=
14294 \backslash
14295 diagtest]{
14296 \end_layout
14297
14298 \end_inset
14299
14300 A
14301 \begin_inset ERT
14302 status collapsed
14303
14304 \begin_layout Plain Layout
14305
14306 }{
14307 \end_layout
14308
14309 \end_inset
14310
14311 B
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317 }
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 Thickness in nm
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 </row>
14337 <row>
14338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 Perfect Green
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 45
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 </row>
14357 </lyxtabular>
14358
14359 \end_inset
14360
14361
14362 \end_layout
14363
14364 \begin_layout Standard
14365 Note that the split cell needs to be the widest one in the column.
14366  Otherwise the length of the diagonal line cannot be calculated correctly
14367  like in this table:
14368 \end_layout
14369
14370 \begin_layout Standard
14371 \noindent
14372 \align center
14373 \begin_inset Tabular
14374 <lyxtabular version="3" rows="2" columns="2">
14375 <features tabularvalignment="middle">
14376 <column alignment="center" valignment="top" width="0pt">
14377 <column alignment="center" valignment="top" width="0">
14378 <row>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388
14389 \backslash
14390 diagbox{
14391 \end_layout
14392
14393 \end_inset
14394
14395 A
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401 }{
14402 \end_layout
14403
14404 \end_inset
14405
14406 B
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412 }
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 Thickness in nm
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 <row>
14433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 Perfect Green
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 45
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 </row>
14452 </lyxtabular>
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \begin_layout Standard
14460 In this case use the 
14461 \series bold
14462 width
14463 \series default
14464  option of the 
14465 \series bold
14466
14467 \backslash
14468 diagbox
14469 \series default
14470  command.
14471  It is then not necessary to add 2
14472 \backslash
14473 tabcolsep because the cell width is now the width of the column.
14474  In this table a width of 3
14475 \begin_inset space \thinspace{}
14476 \end_inset
14477
14478 cm is used:
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \noindent
14483 \align center
14484 \begin_inset Tabular
14485 <lyxtabular version="3" rows="2" columns="2">
14486 <features tabularvalignment="middle">
14487 <column alignment="center" valignment="top" width="0pt">
14488 <column alignment="center" valignment="top" width="0">
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 \begin_inset ERT
14495 status open
14496
14497 \begin_layout Plain Layout
14498
14499
14500 \backslash
14501 diagbox[width=3cm]{
14502 \end_layout
14503
14504 \end_inset
14505
14506 A
14507 \begin_inset ERT
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511
14512 }{
14513 \end_layout
14514
14515 \end_inset
14516
14517 B
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523 }
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 Thickness in nm
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 Perfect Green
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 45
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 </lyxtabular>
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 For multiple text lines in split cells one needs some extra height to fit
14572  the text to the cell.
14573  This can be achieved with the 
14574 \series bold
14575
14576 \backslash
14577 diagbox
14578 \series default
14579  option 
14580 \series bold
14581 height=3cm
14582 \series default
14583  (replace '3cm' by the height you need).
14584  In the following table the command
14585 \end_layout
14586
14587 \begin_layout Standard
14588
14589 \series bold
14590
14591 \backslash
14592 diagbox[width=3cm,height=1.4cm]{A
14593 \backslash
14594
14595 \backslash
14596 B}{C
14597 \backslash
14598
14599 \backslash
14600 D}
14601 \end_layout
14602
14603 \begin_layout Standard
14604 is used in the first cell.
14605  The command 
14606 \series bold
14607
14608 \backslash
14609
14610 \backslash
14611
14612 \series default
14613  creates hereby the line break.
14614 \begin_inset Foot
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618 Breaking lines with 
14619 \family sans
14620 Ctrl+Return
14621 \family default
14622  is only possible when the column has a fixed width.
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 \noindent
14632 \align center
14633 \begin_inset Tabular
14634 <lyxtabular version="3" rows="2" columns="2">
14635 <features tabularvalignment="middle">
14636 <column alignment="center" valignment="top" width="0">
14637 <column alignment="center" valignment="top" width="0">
14638 <row>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 \begin_inset ERT
14644 status open
14645
14646 \begin_layout Plain Layout
14647
14648
14649 \backslash
14650 diagbox[width=3cm,height=1.4cm]{
14651 \end_layout
14652
14653 \end_inset
14654
14655 A
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661
14662 \backslash
14663
14664 \backslash
14665
14666 \end_layout
14667
14668 \end_inset
14669
14670 B
14671 \begin_inset ERT
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675
14676 }{
14677 \end_layout
14678
14679 \end_inset
14680
14681 C
14682 \begin_inset ERT
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686
14687
14688 \backslash
14689
14690 \backslash
14691
14692 \end_layout
14693
14694 \end_inset
14695
14696 D
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702 }
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 Thickness in nm
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 </row>
14722 <row>
14723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14724 \begin_inset Text
14725
14726 \begin_layout Plain Layout
14727 Perfect Green
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736 45
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 </row>
14742 </lyxtabular>
14743
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 \begin_inset ERT
14751 status collapsed
14752
14753 \begin_layout Plain Layout
14754
14755
14756 \backslash
14757 else
14758 \end_layout
14759
14760 \end_inset
14761
14762
14763 \begin_inset Note Note
14764 status open
14765
14766 \begin_layout Plain Layout
14767 The following will be displayed when the LaTeX-package 
14768 \series bold
14769 diagbox
14770 \series default
14771  is not installed:
14772 \end_layout
14773
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \begin_layout Standard
14780 You need to install the LaTeX-package 
14781 \series bold
14782 diagbox
14783 \series default
14784  to see the following part of this section in the output.
14785 \end_layout
14786
14787 \begin_layout Standard
14788 \begin_inset ERT
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792
14793
14794 \backslash
14795 fi
14796 \end_layout
14797
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 For more info about the LaTeX-package 
14805 \series bold
14806 diagbox
14807 \series default
14808 , see its documentation, 
14809 \begin_inset CommandInset citation
14810 LatexCommand cite
14811 key "diagbox"
14812
14813 \end_inset
14814
14815 .
14816 \end_layout
14817
14818 \begin_layout Section
14819 Formal Tables
14820 \begin_inset CommandInset label
14821 LatexCommand label
14822 name "sec:Formal-Tables"
14823
14824 \end_inset
14825
14826
14827 \begin_inset Index idx
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831 Table ! Formal
14832 \end_layout
14833
14834 \end_inset
14835
14836
14837 \end_layout
14838
14839 \begin_layout Standard
14840 Tables are often typeset in books similar to Table
14841 \begin_inset space ~
14842 \end_inset
14843
14844
14845 \begin_inset CommandInset ref
14846 LatexCommand ref
14847 reference "tab:Example-booktabs-table"
14848
14849 \end_inset
14850
14851 .
14852  This kind of tables is called 
14853 \begin_inset Quotes eld
14854 \end_inset
14855
14856
14857 \emph on
14858 formal
14859 \emph default
14860
14861 \begin_inset Quotes erd
14862 \end_inset
14863
14864 .
14865  To make a table a formal table use the option 
14866 \family sans
14867 Formal
14868 \family default
14869  in the 
14870 \family sans
14871 Borders
14872 \family default
14873  tab of the table dialog.
14874 \end_layout
14875
14876 \begin_layout Standard
14877 \begin_inset Float table
14878 placement h
14879 wide false
14880 sideways false
14881 status open
14882
14883 \begin_layout Plain Layout
14884 \begin_inset Caption
14885
14886 \begin_layout Plain Layout
14887 \begin_inset CommandInset label
14888 LatexCommand label
14889 name "tab:Example-booktabs-table"
14890
14891 \end_inset
14892
14893 Example booktabs-table
14894 \end_layout
14895
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Plain Layout
14902 \align center
14903 \begin_inset Tabular
14904 <lyxtabular version="3" rows="8" columns="4">
14905 <features booktabs="true" tabularvalignment="middle">
14906 <column alignment="center" valignment="top" width="0">
14907 <column alignment="center" valignment="top" width="0">
14908 <column alignment="center" valignment="top" width="0">
14909 <column alignment="center" valignment="top" width="0">
14910 <row>
14911 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 System
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 <cell alignment="center" valignment="top" topline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924 Chip
14925 \begin_inset space \thinspace{}
14926 \end_inset
14927
14928 1
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 Chip
14938 \begin_inset space \thinspace{}
14939 \end_inset
14940
14941 2
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 <row>
14957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 \begin_inset ERT
14962 status collapsed
14963
14964 \begin_layout Plain Layout
14965
14966
14967 \backslash
14968 cmidrule(r){2-2}
14969 \end_layout
14970
14971 \end_inset
14972
14973
14974 \begin_inset ERT
14975 status collapsed
14976
14977 \begin_layout Plain Layout
14978
14979
14980 \backslash
14981 cmidrule(l){3-4}
14982 \end_layout
14983
14984 \end_inset
14985
14986 Detector thickness in Âµm
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 <cell alignment="center" valignment="top" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 300
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 300
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 700
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 Edge angle in Â°
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 3.55
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 2.71
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 7.99
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row topspace="default">
15058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 Spatial resolution in Âµm
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071 4.26
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 10.17
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 10.56
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row topspace="default">
15096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 MTF at 
15101 \begin_inset Formula $f_{\mathrm{max}}$
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 0.53
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 0.37
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 0.39
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row topspace="default">
15138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 \begin_inset ERT
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146
15147
15148 \backslash
15149 cmidrule(l{10pt}){1-1}
15150 \end_layout
15151
15152 \end_inset
15153
15154 LSF-spatial resolution
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 in Âµm
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 129.7
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 52.75
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 50.78
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row>
15226 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 in % of pixel size
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239 76.3
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 95.9
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 92.3
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 </lyxtabular>
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Standard
15276 Spaces to table rows can be added using the 
15277 \family sans
15278 Borders
15279 \family default
15280  tab of the table dialog as described in section
15281 \begin_inset space ~
15282 \end_inset
15283
15284
15285 \begin_inset CommandInset ref
15286 LatexCommand ref
15287 reference "sub:Row-Spacing"
15288
15289 \end_inset
15290
15291 .
15292 \end_layout
15293
15294 \begin_layout Standard
15295 Unlike normal tables, formal tables have no vertical table lines.
15296  The horizontal table lines can be set as for normal tables but they appear
15297  with different widths in the output:
15298 \begin_inset Newline newline
15299 \end_inset
15300
15301 The first and the last table line have a default width of 0.08
15302 \begin_inset space \thinspace{}
15303 \end_inset
15304
15305 em while the other lines have a default width of 0.05
15306 \begin_inset space \thinspace{}
15307 \end_inset
15308
15309 em.
15310 \end_layout
15311
15312 \begin_layout Standard
15313 The default widths can be changed with the following preamble lines
15314 \end_layout
15315
15316 \begin_layout Standard
15317
15318 \series bold
15319
15320 \backslash
15321 let
15322 \backslash
15323 mytoprule
15324 \backslash
15325 toprule
15326 \begin_inset Newline newline
15327 \end_inset
15328
15329
15330 \backslash
15331 renewcommand{
15332 \backslash
15333 toprule}{
15334 \backslash
15335 mytoprule[width]}
15336 \end_layout
15337
15338 \begin_layout Standard
15339 This example is for the first line, the so called 
15340 \series bold
15341 toprule
15342 \series default
15343 .
15344  If you want to change the width for the last line, replace 
15345 \series bold
15346 toprule
15347 \series default
15348  by 
15349 \series bold
15350 bottomrule
15351 \series default
15352 .
15353  To change the width for the other lines replace 
15354 \series bold
15355 toprule
15356 \series default
15357  by 
15358 \series bold
15359 midrule
15360 \series default
15361 .
15362  You can use all units listed in appendix
15363 \begin_inset space ~
15364 \end_inset
15365
15366
15367 \begin_inset CommandInset ref
15368 LatexCommand ref
15369 reference "cha:Units-available-in"
15370
15371 \end_inset
15372
15373  to set the width.
15374 \end_layout
15375
15376 \begin_layout Standard
15377 Lines that do not span all table columns can be created by setting a table
15378  line for multicolumn cells.
15379  LyX will then internally use the command 
15380 \series bold
15381
15382 \backslash
15383 cmidrule
15384 \series default
15385  to create this line.
15386  Its full scheme is
15387 \end_layout
15388
15389 \begin_layout Standard
15390
15391 \series bold
15392
15393 \backslash
15394 cmidrule[width](trim){startcol-endcol}
15395 \end_layout
15396
15397 \begin_layout Standard
15398 The options of 
15399 \series bold
15400
15401 \backslash
15402 cmidrule
15403 \series default
15404  are currently not supported by LyX so you have to use TeX-Code to be able
15405  to use them.
15406  
15407 \series bold
15408
15409 \backslash
15410 cmidrule
15411 \series default
15412 s can manually be created by inserting the command as TeX-Code as the first
15413  cell entry of the first cell of a row.
15414  The line is then drawn in the output above the current row.
15415 \end_layout
15416
15417 \begin_layout Standard
15418 The default for the width is 0.03
15419 \begin_inset space \thinspace{}
15420 \end_inset
15421
15422 em.
15423  Startcol is the number of the column where the line starts and endcol the
15424  column number where the line ends.
15425  The endcol always needs to be specified, also when the line should span
15426  only one column.
15427  The optional parameter trim could be either 
15428 \emph on
15429 l{trimwidth}
15430 \emph default
15431 , or 
15432 \emph on
15433 r{trimwidth}
15434 \emph default
15435  where the trimwidth is also optional.
15436  Using for example the parameter 
15437 \emph on
15438 l{2pt}
15439 \emph default
15440  means that the line is trimmed from its left end by 2
15441 \begin_inset space \thinspace{}
15442 \end_inset
15443
15444 pt.
15445  If you don't specify the trimwidth the lines are trimmed by the default
15446  of 0.5
15447 \begin_inset space \thinspace{}
15448 \end_inset
15449
15450 em.
15451 \end_layout
15452
15453 \begin_layout Standard
15454 \begin_inset VSpace bigskip
15455 \end_inset
15456
15457 Table
15458 \begin_inset space ~
15459 \end_inset
15460
15461
15462 \begin_inset CommandInset ref
15463 LatexCommand ref
15464 reference "tab:Example-booktabs-table"
15465
15466 \end_inset
15467
15468  was created using the commands
15469 \end_layout
15470
15471 \begin_layout Standard
15472
15473 \series bold
15474
15475 \backslash
15476 cmidrule(r){2-2}
15477 \backslash
15478 cmidrule(l){3-4}
15479 \end_layout
15480
15481 \begin_layout Standard
15482 at the beginning of the second row and
15483 \end_layout
15484
15485 \begin_layout Standard
15486
15487 \series bold
15488
15489 \backslash
15490 cmidrule(l{10pt}){1-1}
15491 \end_layout
15492
15493 \begin_layout Standard
15494 in the sixth row.
15495 \end_layout
15496
15497 \begin_layout Standard
15498 \begin_inset VSpace bigskip
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Standard
15505 You might want to have overlapping 
15506 \series bold
15507
15508 \backslash
15509 cmidrule
15510 \series default
15511 s as in in Table
15512 \begin_inset space ~
15513 \end_inset
15514
15515
15516 \begin_inset CommandInset ref
15517 LatexCommand ref
15518 reference "tab:Special-booktabs-table"
15519
15520 \end_inset
15521
15522 .
15523  This can be achieved with the TeX-Code command
15524 \end_layout
15525
15526 \begin_layout Standard
15527
15528 \series bold
15529
15530 \backslash
15531 morecmidrules
15532 \end_layout
15533
15534 \begin_layout Standard
15535 The command that was used for the second row of Table
15536 \begin_inset space ~
15537 \end_inset
15538
15539
15540 \begin_inset CommandInset ref
15541 LatexCommand ref
15542 reference "tab:Special-booktabs-table"
15543
15544 \end_inset
15545
15546  is
15547 \end_layout
15548
15549 \begin_layout Standard
15550
15551 \series bold
15552
15553 \backslash
15554 cmidrule(r){2-2}
15555 \backslash
15556 cmidrule(l){3-4}
15557 \backslash
15558 morecmidrules
15559 \backslash
15560 cmidrule{2-4}
15561 \end_layout
15562
15563 \begin_layout Standard
15564 The command for the sixth row is
15565 \end_layout
15566
15567 \begin_layout Standard
15568
15569 \series bold
15570
15571 \backslash
15572 midrule
15573 \backslash
15574 morecmidrules
15575 \backslash
15576 cmidrule{3-4}
15577 \end_layout
15578
15579 \begin_layout Standard
15580 \begin_inset VSpace bigskip
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \begin_layout Standard
15587 If you are anyway not satisfied with the border line spacing, you can use
15588  the following command to produce lines that span over all table columns
15589 \series bold
15590 :
15591 \end_layout
15592
15593 \begin_layout Standard
15594
15595 \series bold
15596
15597 \backslash
15598 specialrule{width}{space above}{space below}
15599 \end_layout
15600
15601 \begin_layout Standard
15602 For more information about these features, refer to the manual of the LaTeX-pack
15603 age 
15604 \series bold
15605 booktabs
15606 \series default
15607  
15608 \begin_inset CommandInset citation
15609 LatexCommand cite
15610 key "booktabs"
15611
15612 \end_inset
15613
15614 .
15615 \begin_inset Index idx
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619 LaTeX-packages ! booktabs
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \begin_layout Standard
15628 \begin_inset Float table
15629 placement h
15630 wide false
15631 sideways false
15632 status open
15633
15634 \begin_layout Plain Layout
15635 \begin_inset Caption
15636
15637 \begin_layout Plain Layout
15638 \begin_inset CommandInset label
15639 LatexCommand label
15640 name "tab:Special-booktabs-table"
15641
15642 \end_inset
15643
15644 Special booktabs-table
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Plain Layout
15653 \align center
15654 \begin_inset Tabular
15655 <lyxtabular version="3" rows="8" columns="4">
15656 <features booktabs="true" tabularvalignment="middle">
15657 <column alignment="center" valignment="top" width="0">
15658 <column alignment="center" valignment="top" width="0">
15659 <column alignment="center" valignment="top" width="0">
15660 <column alignment="center" valignment="top" width="0">
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 System
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 Chip
15676 \begin_inset space \thinspace{}
15677 \end_inset
15678
15679 1
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 Chip
15689 \begin_inset space \thinspace{}
15690 \end_inset
15691
15692 2
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset ERT
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716
15717
15718 \backslash
15719 cmidrule(r){2-2}
15720 \end_layout
15721
15722 \end_inset
15723
15724
15725 \begin_inset ERT
15726 status collapsed
15727
15728 \begin_layout Plain Layout
15729
15730
15731 \backslash
15732 cmidrule(l){3-4}
15733 \end_layout
15734
15735 \end_inset
15736
15737
15738 \begin_inset ERT
15739 status collapsed
15740
15741 \begin_layout Plain Layout
15742
15743
15744 \backslash
15745 morecmidrules 
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \begin_inset ERT
15752 status collapsed
15753
15754 \begin_layout Plain Layout
15755
15756
15757 \backslash
15758 cmidrule{2-4}
15759 \end_layout
15760
15761 \end_inset
15762
15763 Detector thickness in Âµm
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 300
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 300
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 700
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row>
15797 <cell alignment="center" valignment="top" topline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 Edge angle in Â°
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 3.55
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 2.71
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 7.99
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 </row>
15834 <row topspace="default">
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 Spatial resolution in Âµm
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 4.26
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 10.17
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 10.56
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row topspace="default">
15873 <cell alignment="center" valignment="top" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 MTF at 
15878 \begin_inset Formula $f_{\mathrm{max}}$
15879 \end_inset
15880
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 0.53
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 0.37
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 0.39
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row>
15915 <cell alignment="center" valignment="top" topline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 \begin_inset ERT
15920 status collapsed
15921
15922 \begin_layout Plain Layout
15923
15924
15925 \backslash
15926 morecmidrules 
15927 \end_layout
15928
15929 \end_inset
15930
15931
15932 \begin_inset ERT
15933 status collapsed
15934
15935 \begin_layout Plain Layout
15936
15937
15938 \backslash
15939 cmidrule{3-4}
15940 \end_layout
15941
15942 \end_inset
15943
15944 LSF-spatial resolution
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 in Âµm
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 129.7
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 52.75
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 50.78
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row>
16016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 in % of pixel size
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 76.3
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 95.9
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 92.3
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 </lyxtabular>
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \end_inset
16061
16062
16063 \end_layout
16064
16065 \begin_layout Section
16066 Vertical Table Alignment
16067 \begin_inset Index idx
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071 Table ! Alignment
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \begin_layout Standard
16080 To align tables vertically in a text line the table must be inside a box.
16081  The box can then be vertically aligned as described in section
16082 \begin_inset space ~
16083 \end_inset
16084
16085
16086 \begin_inset CommandInset ref
16087 LatexCommand ref
16088 reference "sec:Box-Dialog"
16089
16090 \end_inset
16091
16092 .
16093 \end_layout
16094
16095 \begin_layout Standard
16096 In the following example the tables are inside a minipage
16097 \begin_inset Foot
16098 status collapsed
16099
16100 \begin_layout Plain Layout
16101 Minipages are described in section
16102 \begin_inset space ~
16103 \end_inset
16104
16105
16106 \begin_inset CommandInset ref
16107 LatexCommand ref
16108 reference "sec:Minipages"
16109
16110 \end_inset
16111
16112 .
16113 \end_layout
16114
16115 \end_inset
16116
16117  box that has a width of 15
16118 \begin_inset space \thinspace{}
16119 \end_inset
16120
16121 col%:
16122 \end_layout
16123
16124 \begin_layout Itemize
16125 test 
16126 \begin_inset Box Frameless
16127 position "t"
16128 hor_pos "c"
16129 has_inner_box 1
16130 inner_pos "c"
16131 use_parbox 0
16132 use_makebox 0
16133 width "15col%"
16134 special "none"
16135 height "1in"
16136 height_special "totalheight"
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Tabular
16141 <lyxtabular version="3" rows="3" columns="3">
16142 <features tabularvalignment="middle">
16143 <column alignment="center" valignment="top" width="0">
16144 <column alignment="center" valignment="top" width="0">
16145 <column alignment="center" valignment="top" width="0">
16146 <row>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 a
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 d
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Plain Layout
16169 g
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 </row>
16175 <row>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 b
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 e
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198 h
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
16205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 c
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 f
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 i
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 </lyxtabular>
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241
16242  test 
16243 \begin_inset ERT
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247
16248
16249 \backslash
16250 raisebox{0.85
16251 \backslash
16252 baselineskip}{
16253 \end_layout
16254
16255 \end_inset
16256
16257
16258 \begin_inset Box Frameless
16259 position "t"
16260 hor_pos "c"
16261 has_inner_box 1
16262 inner_pos "c"
16263 use_parbox 0
16264 use_makebox 0
16265 width "15col%"
16266 special "none"
16267 height "1in"
16268 height_special "totalheight"
16269 status collapsed
16270
16271 \begin_layout Plain Layout
16272 \begin_inset Tabular
16273 <lyxtabular version="3" rows="3" columns="3">
16274 <features tabularvalignment="middle">
16275 <column alignment="center" valignment="top" width="0">
16276 <column alignment="center" valignment="top" width="0">
16277 <column alignment="center" valignment="top" width="0">
16278 <row>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 a
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 d
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 g
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 </row>
16307 <row>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 b
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 e
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 h
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 </row>
16336 <row>
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 c
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 f
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 i
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 </lyxtabular>
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \end_inset
16373
16374
16375 \begin_inset ERT
16376 status collapsed
16377
16378 \begin_layout Plain Layout
16379
16380 }
16381 \end_layout
16382
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \begin_layout Itemize
16389 test 
16390 \begin_inset Box Frameless
16391 position "c"
16392 hor_pos "c"
16393 has_inner_box 1
16394 inner_pos "c"
16395 use_parbox 0
16396 use_makebox 0
16397 width "15col%"
16398 special "none"
16399 height "1in"
16400 height_special "totalheight"
16401 status collapsed
16402
16403 \begin_layout Plain Layout
16404 \begin_inset Tabular
16405 <lyxtabular version="3" rows="3" columns="3">
16406 <features tabularvalignment="middle">
16407 <column alignment="center" valignment="top" width="0">
16408 <column alignment="center" valignment="top" width="0">
16409 <column alignment="center" valignment="top" width="0">
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 a
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 d
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 g
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 b
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 e
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 h
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 c
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 f
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 i
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 </lyxtabular>
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \end_inset
16505
16506
16507 \end_layout
16508
16509 \begin_layout Itemize
16510 test 
16511 \begin_inset Box Frameless
16512 position "b"
16513 hor_pos "c"
16514 has_inner_box 1
16515 inner_pos "c"
16516 use_parbox 0
16517 use_makebox 0
16518 width "15col%"
16519 special "none"
16520 height "1in"
16521 height_special "totalheight"
16522 status collapsed
16523
16524 \begin_layout Plain Layout
16525 \begin_inset Tabular
16526 <lyxtabular version="3" rows="3" columns="3">
16527 <features tabularvalignment="middle">
16528 <column alignment="center" valignment="top" width="0">
16529 <column alignment="center" valignment="top" width="0">
16530 <column alignment="center" valignment="top" width="0">
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 a
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 d
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 g
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 <row>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 b
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 e
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 h
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 c
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 f
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 i
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 </lyxtabular>
16619
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626
16627  test 
16628 \begin_inset ERT
16629 status collapsed
16630
16631 \begin_layout Plain Layout
16632
16633
16634 \backslash
16635 raisebox{-0.32
16636 \backslash
16637 baselineskip}{
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \begin_inset Box Frameless
16644 position "b"
16645 hor_pos "c"
16646 has_inner_box 1
16647 inner_pos "c"
16648 use_parbox 0
16649 use_makebox 0
16650 width "15col%"
16651 special "none"
16652 height "1in"
16653 height_special "totalheight"
16654 status collapsed
16655
16656 \begin_layout Plain Layout
16657 \begin_inset Tabular
16658 <lyxtabular version="3" rows="3" columns="3">
16659 <features tabularvalignment="middle">
16660 <column alignment="center" valignment="top" width="0">
16661 <column alignment="center" valignment="top" width="0">
16662 <column alignment="center" valignment="top" width="0">
16663 <row>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 a
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 d
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 g
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 b
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 e
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 h
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 c
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 f
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 i
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 </lyxtabular>
16751
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758
16759
16760 \begin_inset ERT
16761 status collapsed
16762
16763 \begin_layout Plain Layout
16764
16765 }
16766 \end_layout
16767
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \begin_layout Standard
16774 As you will see, the content of the first and last table row is not correctly
16775  aligned.
16776  To get this alignment, the minipage box must be set into a raisebox
16777 \begin_inset Foot
16778 status collapsed
16779
16780 \begin_layout Plain Layout
16781 Raiseboxes are described in section
16782 \begin_inset space ~
16783 \end_inset
16784
16785
16786 \begin_inset CommandInset ref
16787 LatexCommand ref
16788 reference "sub:Vertical-Alignment"
16789
16790 \end_inset
16791
16792 .
16793 \end_layout
16794
16795 \end_inset
16796
16797 .
16798  In the example above the second table in the first item is aligned using
16799  the TeX-Code-command
16800 \end_layout
16801
16802 \begin_layout Standard
16803
16804 \series bold
16805
16806 \backslash
16807 raisebox{0.85
16808 \backslash
16809 baselineskip}{
16810 \end_layout
16811
16812 \begin_layout Standard
16813 before the box.
16814  After the box the closing brace 
16815 \series bold
16816 }
16817 \series default
16818  is inserted as TeX-Code.
16819  For the second table in the last item the command
16820 \end_layout
16821
16822 \begin_layout Standard
16823
16824 \series bold
16825
16826 \backslash
16827 raisebox{-0.32
16828 \backslash
16829 baselineskip}{
16830 \end_layout
16831
16832 \begin_layout Standard
16833 is used.
16834 \end_layout
16835
16836 \begin_layout Standard
16837 \begin_inset Note Greyedout
16838 status open
16839
16840 \begin_layout Plain Layout
16841
16842 \series bold
16843 Note:
16844 \series default
16845  The alignment of the table row content to the surrounding text line is
16846  not exact.
16847  The required value for the 
16848 \series bold
16849
16850 \backslash
16851 raisebox
16852 \series default
16853  command for this alignment depends on the document font, the font size,
16854  and the table line thickness.
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \begin_layout Section
16863 Colored Tables
16864 \begin_inset CommandInset label
16865 LatexCommand label
16866 name "sec:Colored-Tables"
16867
16868 \end_inset
16869
16870
16871 \begin_inset Index idx
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875 Table ! Color
16876 \end_layout
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \begin_layout Subsection
16884 Colored Cells
16885 \begin_inset Index idx
16886 status collapsed
16887
16888 \begin_layout Plain Layout
16889 Table Color ! for Cells
16890 \end_layout
16891
16892 \end_inset
16893
16894
16895 \begin_inset Index idx
16896 status collapsed
16897
16898 \begin_layout Plain Layout
16899 Color ! for Table Cells
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Standard
16908 \begin_inset Float table
16909 placement h
16910 wide false
16911 sideways false
16912 status open
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Caption
16916
16917 \begin_layout Plain Layout
16918 \begin_inset CommandInset label
16919 LatexCommand label
16920 name "tab:Table-colored-without"
16921
16922 \end_inset
16923
16924 Table colored without using the package 
16925 \series bold
16926 colortbl
16927 \series default
16928
16929 \begin_inset Argument
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933 Table without colortbl
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \begin_layout Plain Layout
16947 \align center
16948 \begin_inset Tabular
16949 <lyxtabular version="3" rows="3" columns="3">
16950 <features tabularvalignment="middle">
16951 <column alignment="center" valignment="top" width="0">
16952 <column alignment="center" valignment="top" width="0">
16953 <column alignment="center" valignment="top" width="0">
16954 <row>
16955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \color green
16961 a
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \color red
16972 b
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \color red
16983 c
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994
16995 \color green
16996 d
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \color blue
17007 e
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016
17017 \color blue
17018 f
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \color green
17031 g
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \color blue
17042 h
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051
17052 \color blue
17053 i
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 </lyxtabular>
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \begin_layout Standard
17072 If you only need colored text, mark the cells and choose a color in the
17073  menu 
17074 \family sans
17075 Edit\SpecialChar \menuseparator
17076 Text
17077 \begin_inset space ~
17078 \end_inset
17079
17080 Style
17081 \family default
17082 .
17083  This was used to create Table
17084 \begin_inset space ~
17085 \end_inset
17086
17087
17088 \begin_inset CommandInset ref
17089 LatexCommand ref
17090 reference "tab:Table-colored-without"
17091
17092 \end_inset
17093
17094 .
17095  In any other case you have to use the LaTeX-package 
17096 \series bold
17097 colortbl
17098 \series default
17099 .
17100 \begin_inset Index idx
17101 status collapsed
17102
17103 \begin_layout Plain Layout
17104 LaTeX-packages ! colortbl
17105 \end_layout
17106
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \begin_layout Standard
17113 \begin_inset ERT
17114 status collapsed
17115
17116 \begin_layout Plain Layout
17117
17118
17119 \backslash
17120 ifcolortbl
17121 \end_layout
17122
17123 \end_inset
17124
17125
17126 \begin_inset Note Note
17127 status open
17128
17129 \begin_layout Plain Layout
17130 The following section part will only be displayed when the LaTeX-package
17131  
17132 \series bold
17133 colortbl
17134 \series default
17135  is installed.
17136 \end_layout
17137
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 To create colored tables, 
17145 \series bold
17146 colortbl
17147 \series default
17148  must be loaded in the preamble with the line
17149 \end_layout
17150
17151 \begin_layout Standard
17152
17153 \series bold
17154
17155 \backslash
17156 usepackage{colortbl}
17157 \end_layout
17158
17159 \begin_layout Standard
17160 The color of a column is adjusted with the command
17161 \end_layout
17162
17163 \begin_layout Standard
17164
17165 \series bold
17166
17167 \backslash
17168 columncolor{name of color}
17169 \end_layout
17170
17171 \begin_layout Standard
17172 inside the command 
17173 \series bold
17174 >{ }
17175 \series default
17176 .
17177  More about the command 
17178 \series bold
17179 >{}
17180 \series default
17181  is contained in section
17182 \begin_inset space ~
17183 \end_inset
17184
17185
17186 \begin_inset CommandInset ref
17187 LatexCommand ref
17188 reference "sub:Multicolumn-Calculations"
17189
17190 \end_inset
17191
17192 .
17193 \end_layout
17194
17195 \begin_layout Standard
17196 The following color names are predefined:
17197 \end_layout
17198
17199 \begin_layout Standard
17200
17201 \family sans
17202 red
17203 \family default
17204
17205 \family sans
17206 green
17207 \family default
17208
17209 \family sans
17210 yellow
17211 \family default
17212
17213 \family sans
17214 blue
17215 \family default
17216
17217 \family sans
17218 cyan
17219 \family default
17220
17221 \family sans
17222 magenta
17223 \family default
17224
17225 \family sans
17226 black
17227 \family default
17228  and 
17229 \family sans
17230 white
17231 \end_layout
17232
17233 \begin_layout Standard
17234 \begin_inset VSpace medskip
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \begin_layout Standard
17241 If you add the options
17242 \end_layout
17243
17244 \begin_layout Standard
17245
17246 \series bold
17247 usenames,dvipsnames
17248 \end_layout
17249
17250 \begin_layout Standard
17251 to the document class options in the document settings, you can additionally
17252  use further 61
17253 \begin_inset space ~
17254 \end_inset
17255
17256 colors.
17257  These colors are listed in appendix
17258 \begin_inset space ~
17259 \end_inset
17260
17261
17262 \begin_inset CommandInset ref
17263 LatexCommand ref
17264 reference "chap:List-of-dvips-colornames"
17265
17266 \end_inset
17267
17268 .
17269  One of these colors, 
17270 \family sans
17271 Maroon
17272 \family default
17273 , is used as example in Table
17274 \begin_inset space ~
17275 \end_inset
17276
17277
17278 \begin_inset CommandInset ref
17279 LatexCommand ref
17280 reference "tab:Table-colored-using"
17281
17282 \end_inset
17283
17284 .
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset VSpace medskip
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Standard
17295 You can also define your own color with the command
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 definecolor{color name}{color model}{color values}
17304 \end_layout
17305
17306 \begin_layout Standard
17307 The color model can be
17308 \end_layout
17309
17310 \begin_layout Labeling
17311 \labelwidthstring 00.00.0000
17312 cmyk: cyan, magenta, yellow, black
17313 \end_layout
17314
17315 \begin_layout Labeling
17316 \labelwidthstring 00.00.0000
17317 rgb: red, green blue
17318 \end_layout
17319
17320 \begin_layout Labeling
17321 \labelwidthstring 00.00.0000
17322 gray gray
17323 \end_layout
17324
17325 \begin_layout Standard
17326 and the color values are comma separated numbers between 0 and 1 describing
17327  the factor for the corresponding color of the color model.
17328 \end_layout
17329
17330 \begin_layout Standard
17331 You can e.
17332 \begin_inset space \thinspace{}
17333 \end_inset
17334
17335 g.
17336 \begin_inset space \space{}
17337 \end_inset
17338
17339 define the color "
17340 \emph on
17341 darkgreen
17342 \emph default
17343 " in the preamble with
17344 \end_layout
17345
17346 \begin_layout Standard
17347
17348 \series bold
17349
17350 \backslash
17351 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17352 \end_layout
17353
17354 \begin_layout Standard
17355 and the color "
17356 \emph on
17357 lightgray
17358 \emph default
17359 " with
17360 \end_layout
17361
17362 \begin_layout Standard
17363
17364 \series bold
17365
17366 \backslash
17367 definecolor{lightgray}{gray}{0.8}
17368 \end_layout
17369
17370 \begin_layout Standard
17371 \begin_inset VSpace medskip
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 Lines are colored with the command
17379 \end_layout
17380
17381 \begin_layout Standard
17382
17383 \series bold
17384
17385 \backslash
17386 rowcolor{name of color}
17387 \end_layout
17388
17389 \begin_layout Standard
17390 and cells are colored with the command
17391 \end_layout
17392
17393 \begin_layout Standard
17394
17395 \series bold
17396
17397 \backslash
17398 cellcolor{name of color}
17399 \end_layout
17400
17401 \begin_layout Standard
17402 Both commands are inserted at the beginning of a cell as TeX-Code.
17403 \end_layout
17404
17405 \begin_layout Standard
17406 To color characters in the table, mark the cells and use the LyX menu 
17407 \family sans
17408 Edit\SpecialChar \menuseparator
17409 Text
17410 \begin_inset space ~
17411 \end_inset
17412
17413 Style
17414 \family default
17415 .
17416  If a cell contains TeX-Code mark only the characters, otherwise the colored
17417  TeX-Code will cause LaTeX-errors.
17418 \end_layout
17419
17420 \begin_layout Standard
17421 \begin_inset Note Greyedout
17422 status open
17423
17424 \begin_layout Plain Layout
17425
17426 \series bold
17427 Note:
17428 \series default
17429  Not all DVI-viewers are able to display self-defined colors.
17430 \end_layout
17431
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \begin_layout Standard
17438 \begin_inset VSpace bigskip
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \begin_layout Standard
17445 To create Table
17446 \begin_inset space ~
17447 \end_inset
17448
17449
17450 \begin_inset CommandInset ref
17451 LatexCommand ref
17452 reference "tab:Table-colored-using"
17453
17454 \end_inset
17455
17456  do the following: The color of the first column should be 
17457 \emph on
17458 darkgreen
17459 \emph default
17460 .
17461  So insert
17462 \end_layout
17463
17464 \begin_layout Standard
17465
17466 \series bold
17467 >{
17468 \backslash
17469 columncolor{darkgreen}
17470 \backslash
17471 centering}c
17472 \end_layout
17473
17474 \begin_layout Standard
17475 as LaTeX-argument for this column.
17476  The first row should be light blue, therefore the TeX-Code command
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482
17483 \backslash
17484 rowcolor{cyan}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 is inserted to the first cell of this row.
17489  Note that this overwrites the column color for the first cell.
17490  The last cell of the last row is colored maroon by inserting the TeX-Code
17491  command
17492 \end_layout
17493
17494 \begin_layout Standard
17495
17496 \series bold
17497
17498 \backslash
17499 cellcolor{Maroon}
17500 \end_layout
17501
17502 \begin_layout Standard
17503 The characters could now be colored using the menu 
17504 \family sans
17505 Edit\SpecialChar \menuseparator
17506 Text
17507 \begin_inset space ~
17508 \end_inset
17509
17510 Style
17511 \family default
17512 .
17513 \end_layout
17514
17515 \begin_layout Standard
17516 \begin_inset Float table
17517 placement h
17518 wide false
17519 sideways false
17520 status open
17521
17522 \begin_layout Plain Layout
17523 \begin_inset Caption
17524
17525 \begin_layout Plain Layout
17526 \begin_inset CommandInset label
17527 LatexCommand label
17528 name "tab:Table-colored-using"
17529
17530 \end_inset
17531
17532 Table colored using the package 
17533 \series bold
17534 colortbl
17535 \series default
17536
17537 \begin_inset Argument
17538 status collapsed
17539
17540 \begin_layout Plain Layout
17541 Table with colortbl
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \begin_layout Plain Layout
17555 \align center
17556 \begin_inset Tabular
17557 <lyxtabular version="3" rows="3" columns="3">
17558 <features tabularvalignment="middle">
17559 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17560 <column alignment="center" valignment="top" width="0">
17561 <column alignment="center" valignment="top" width="0">
17562 <row>
17563 <cell alignment="center" valignment="top" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset ERT
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571
17572
17573 \backslash
17574 rowcolor{cyan}
17575 \end_layout
17576
17577 \end_inset
17578
17579
17580 \color magenta
17581 a
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \color red
17592 b
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \color red
17603 c
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \color yellow
17616 d
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \color blue
17627 e
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636
17637 \color blue
17638 f
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 <row>
17645 <cell alignment="center" valignment="top" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \color yellow
17651 g
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660
17661 \color blue
17662 h
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 <cell alignment="center" valignment="top" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 \begin_inset ERT
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675
17676
17677 \backslash
17678 cellcolor{Maroon}
17679 \end_layout
17680
17681 \end_inset
17682
17683
17684 \color green
17685 i
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 </lyxtabular>
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704 \begin_inset ERT
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708
17709
17710 \backslash
17711 else
17712 \end_layout
17713
17714 \end_inset
17715
17716
17717 \begin_inset Note Note
17718 status open
17719
17720 \begin_layout Plain Layout
17721 The following will be displayed when the LaTeX-package 
17722 \series bold
17723 colortbl
17724 \series default
17725  is not installed:
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Standard
17734 You need to install the package 
17735 \series bold
17736 colortbl
17737 \series default
17738  to see the content of this section in the output.
17739 \end_layout
17740
17741 \begin_layout Standard
17742 \begin_inset ERT
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746
17747
17748 \backslash
17749 fi
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Subsection
17758 Colored Lines
17759 \begin_inset Index idx
17760 status collapsed
17761
17762 \begin_layout Plain Layout
17763 Table Color ! for Lines
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \begin_inset Index idx
17770 status collapsed
17771
17772 \begin_layout Plain Layout
17773 Color ! for Table Lines
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782 As described in section
17783 \begin_inset space ~
17784 \end_inset
17785
17786
17787 \begin_inset CommandInset ref
17788 LatexCommand ref
17789 reference "sub:Line-Thickness"
17790
17791 \end_inset
17792
17793 , the line thickness for all lines in a table can be adjusted with the length
17794  
17795 \series bold
17796
17797 \backslash
17798 arrayrulewidth
17799 \series default
17800 .
17801  It is set to 1.5
17802 \begin_inset space \thinspace{}
17803 \end_inset
17804
17805 pt for all tables of this section.
17806 \begin_inset ERT
17807 status collapsed
17808
17809 \begin_layout Plain Layout
17810
17811
17812 \backslash
17813 setlength{
17814 \backslash
17815 arrayrulewidth}{1.5pt}
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Standard
17824 To color vertical lines for example with green, create the following column
17825  format in the document preamble, according to the description in section
17826 \begin_inset space ~
17827 \end_inset
17828
17829
17830 \begin_inset CommandInset ref
17831 LatexCommand ref
17832 reference "sub:Customized-Format"
17833
17834 \end_inset
17835
17836 :
17837 \end_layout
17838
17839 \begin_layout Standard
17840
17841 \series bold
17842
17843 \backslash
17844 newcolumntype{W}{!{
17845 \backslash
17846 color{green}
17847 \backslash
17848 vline}}
17849 \end_layout
17850
17851 \begin_layout Standard
17852 For Table
17853 \begin_inset space ~
17854 \end_inset
17855
17856
17857 \begin_inset CommandInset ref
17858 LatexCommand ref
17859 reference "tab:Table-with-vertical-colored"
17860
17861 \end_inset
17862
17863  the LaTeX-argument
17864 \series bold
17865  WcW
17866 \series default
17867  was used for the last column and
17868 \series bold
17869  Wc
17870 \series default
17871  for the other columns.
17872 \end_layout
17873
17874 \begin_layout Standard
17875 If you want to have several colors, define more column formats.
17876 \end_layout
17877
17878 \begin_layout Standard
17879 \begin_inset Float table
17880 placement h
17881 wide false
17882 sideways false
17883 status open
17884
17885 \begin_layout Plain Layout
17886 \begin_inset Caption
17887
17888 \begin_layout Plain Layout
17889 \begin_inset CommandInset label
17890 LatexCommand label
17891 name "tab:Table-with-vertical-colored"
17892
17893 \end_inset
17894
17895 Table with colored vertical lines
17896 \end_layout
17897
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \begin_layout Plain Layout
17904 \align center
17905 \begin_inset Tabular
17906 <lyxtabular version="3" rows="3" columns="3">
17907 <features tabularvalignment="middle">
17908 <column alignment="center" valignment="top" width="0" special="Wc">
17909 <column alignment="center" valignment="top" width="0" special="Wc">
17910 <column alignment="center" valignment="top" width="0" special="WcW">
17911 <row>
17912 <cell alignment="center" valignment="top" topline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 sd
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 <row>
17941 <cell alignment="center" valignment="top" topline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 sd
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 sd
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 </lyxtabular>
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \begin_inset VSpace bigskip
18012 \end_inset
18013
18014 To color horizontal lines for example with red, as in Table
18015 \begin_inset space ~
18016 \end_inset
18017
18018
18019 \begin_inset CommandInset ref
18020 LatexCommand ref
18021 reference "tab:Table-with-horizontal-colored"
18022
18023 \end_inset
18024
18025 , insert these commands in TeX-Code before the table or table float:
18026 \end_layout
18027
18028 \begin_layout Standard
18029
18030 \series bold
18031
18032 \backslash
18033 let
18034 \backslash
18035 myHlineC
18036 \backslash
18037 hline
18038 \begin_inset Newline newline
18039 \end_inset
18040
18041
18042 \backslash
18043 renewcommand{
18044 \backslash
18045 hline}
18046 \begin_inset Newline newline
18047 \end_inset
18048
18049
18050 \begin_inset Phantom HPhantom
18051 status open
18052
18053 \begin_layout Plain Layout
18054
18055 \series bold
18056 \begin_inset space ~
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \end_inset
18063
18064 {
18065 \backslash
18066 arrayrulecolor{red}
18067 \backslash
18068 myHlineC
18069 \backslash
18070 arrayrulecolor{black}}
18071 \end_layout
18072
18073 \begin_layout Standard
18074 \begin_inset ERT
18075 status collapsed
18076
18077 \begin_layout Plain Layout
18078
18079
18080 \backslash
18081 let
18082 \backslash
18083 myHlineC
18084 \backslash
18085 hline
18086 \end_layout
18087
18088 \begin_layout Plain Layout
18089
18090
18091 \backslash
18092 renewcommand{
18093 \backslash
18094 hline}
18095 \end_layout
18096
18097 \begin_layout Plain Layout
18098
18099  {
18100 \backslash
18101 arrayrulecolor{red}
18102 \backslash
18103 myHlineC
18104 \backslash
18105 arrayrulecolor{black}}
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \begin_inset Float table
18112 placement h
18113 wide false
18114 sideways false
18115 status open
18116
18117 \begin_layout Plain Layout
18118 \begin_inset Caption
18119
18120 \begin_layout Plain Layout
18121 \begin_inset CommandInset label
18122 LatexCommand label
18123 name "tab:Table-with-horizontal-colored"
18124
18125 \end_inset
18126
18127 Table with colored horizontal lines
18128 \end_layout
18129
18130 \end_inset
18131
18132
18133 \end_layout
18134
18135 \begin_layout Plain Layout
18136 \align center
18137 \begin_inset Tabular
18138 <lyxtabular version="3" rows="3" columns="3">
18139 <features tabularvalignment="middle">
18140 <column alignment="center" valignment="top" width="0">
18141 <column alignment="center" valignment="top" width="0">
18142 <column alignment="center" valignment="top" width="0">
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 sd
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 </row>
18172 <row>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 sd
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 </row>
18201 <row>
18202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 sd
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 </lyxtabular>
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Standard
18243 To return to the default line color black, insert this command in TeX-Code
18244  after the table or table float:
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250
18251 \backslash
18252 renewcommand{
18253 \backslash
18254 hline}{
18255 \backslash
18256 myHlineC}
18257 \end_layout
18258
18259 \begin_layout Standard
18260 Table
18261 \begin_inset space ~
18262 \end_inset
18263
18264
18265 \begin_inset CommandInset ref
18266 LatexCommand ref
18267 reference "tab:Table-with-colored"
18268
18269 \end_inset
18270
18271  is an example with colored vertical and horizontal lines.
18272 \end_layout
18273
18274 \begin_layout Standard
18275 \begin_inset Float table
18276 placement h
18277 wide false
18278 sideways false
18279 status open
18280
18281 \begin_layout Plain Layout
18282 \begin_inset Caption
18283
18284 \begin_layout Plain Layout
18285 \begin_inset CommandInset label
18286 LatexCommand label
18287 name "tab:Table-with-colored"
18288
18289 \end_inset
18290
18291 Table with colored lines
18292 \end_layout
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \begin_layout Plain Layout
18300 \align center
18301 \begin_inset Tabular
18302 <lyxtabular version="3" rows="3" columns="3">
18303 <features tabularvalignment="middle">
18304 <column alignment="center" valignment="top" width="0" special="Wc">
18305 <column alignment="center" valignment="top" width="0" special="Wc">
18306 <column alignment="center" valignment="top" width="0" special="WcW">
18307 <row>
18308 <cell alignment="center" valignment="top" topline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 sd
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 <row>
18337 <cell alignment="center" valignment="top" topline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 sd
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row topspace="default">
18366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 sd
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 </row>
18394 </lyxtabular>
18395
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 renewcommand{
18415 \backslash
18416 hline}{
18417 \backslash
18418 myHlineC}
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Standard
18427 \begin_inset ERT
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431
18432
18433 \backslash
18434 setlength{
18435 \backslash
18436 arrayrulewidth}{0.4pt}
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \end_layout
18443
18444 \begin_layout Section
18445 Table Width Calculation
18446 \begin_inset CommandInset label
18447 LatexCommand label
18448 name "sec:Table-Width-Calculation"
18449
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \begin_layout Standard
18456 For wide tables it is sometimes difficult to assure that the table does
18457  not protrude over the page margin.
18458  Setting a fixed width for every column of the table is the solution, but
18459  what amount of space is needed for each column?
18460 \end_layout
18461
18462 \begin_layout Standard
18463 The table width 
18464 \begin_inset Formula $W_{\mathrm{table}}$
18465 \end_inset
18466
18467  can be calculated: Every column has the width of the specified column width
18468  
18469 \begin_inset Formula $W_{\mathrm{column}}$
18470 \end_inset
18471
18472  (that the content of the column can consume) plus two times the separation
18473  between the column content and the column border (LaTeX length
18474 \series bold
18475  
18476 \backslash
18477 tabcolsep
18478 \series default
18479 , default 6
18480 \begin_inset space \thinspace{}
18481 \end_inset
18482
18483 pt) plus the width of a border line (LaTeX length 
18484 \series bold
18485
18486 \backslash
18487 arrayrulewidth
18488 \series default
18489 , default 0.4
18490 \begin_inset space \thinspace{}
18491 \end_inset
18492
18493 pt): So if all 
18494 \begin_inset Formula $n$
18495 \end_inset
18496
18497
18498 \begin_inset space ~
18499 \end_inset
18500
18501 columns have the same width, the table width is
18502 \begin_inset Formula 
18503 \begin{equation}
18504 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18505 \end{equation}
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 The available width for a table is the space between the page margins or
18514  the width of a text column (for a two-column document) (LaTeX length 
18515 \series bold
18516
18517 \backslash
18518 columnwidth
18519 \series default
18520 ).
18521  If all table columns should have the same width and 
18522 \begin_inset Formula $W_{\mathrm{table}}$
18523 \end_inset
18524
18525  should be 1
18526 \begin_inset space \thinspace{}
18527 \end_inset
18528
18529
18530 \backslash
18531 columnwidth, 
18532 \begin_inset Formula $W_{\mathrm{column}}$
18533 \end_inset
18534
18535  can easily be calculated.
18536 \end_layout
18537
18538 \begin_layout Standard
18539 To be able to perform calculations you need to load the LaTeX-package 
18540 \series bold
18541 calc
18542 \series default
18543
18544 \begin_inset Index idx
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548 LaTeX-packages ! calc
18549 \end_layout
18550
18551 \end_inset
18552
18553  in the document preamble.
18554  To set the width in the table dialog you have to use the field 
18555 \family sans
18556 LaTeX argument
18557 \family default
18558 .
18559  The command scheme for this field is the same that is explained in section
18560 \begin_inset space ~
18561 \end_inset
18562
18563
18564 \begin_inset CommandInset ref
18565 LatexCommand ref
18566 reference "sub:Multicolumn-Calculations"
18567
18568 \end_inset
18569
18570 .
18571  For a table with 5
18572 \begin_inset space \thinspace{}
18573 \end_inset
18574
18575 columns with an uniform width and centered text, enter there for each column
18576  the command
18577 \end_layout
18578
18579 \begin_layout Standard
18580
18581 \series bold
18582 >{
18583 \backslash
18584 centering}p{(1
18585 \backslash
18586 columnwidth-62.4pt)/5}
18587 \end_layout
18588
18589 \begin_layout Standard
18590 For a table with 5
18591 \begin_inset space \thinspace{}
18592 \end_inset
18593
18594 columns where 2 should have 0.75
18595 \begin_inset space ~
18596 \end_inset
18597
18598 times the width than the 3 others, the calculation is
18599 \begin_inset Formula 
18600 \begin{align}
18601 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18602  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18603  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
18604 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18605 \end{align}
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 In the table therefore the command
18614 \end_layout
18615
18616 \begin_layout Standard
18617
18618 \series bold
18619 >{
18620 \backslash
18621 centering}p{(1
18622 \backslash
18623 columnwidth-62.4pt)/
18624 \backslash
18625 real{4.5}}
18626 \end_layout
18627
18628 \begin_layout Standard
18629 is used for the wider columns and
18630 \end_layout
18631
18632 \begin_layout Standard
18633
18634 \series bold
18635 >{
18636 \backslash
18637 centering}p{(1
18638 \backslash
18639 columnwidth-62.4pt)/
18640 \backslash
18641 real{4.5}*
18642 \backslash
18643 real{0.75}}
18644 \end_layout
18645
18646 \begin_layout Standard
18647 for the smaller ones:
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset Tabular
18652 <lyxtabular version="3" rows="2" columns="5">
18653 <features tabularvalignment="middle">
18654 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18655 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18656 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18657 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18658 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18659 <row>
18660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 1
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 2
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 3
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691 4
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700 5
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row>
18707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711 111111 1111111 111111 111111111 11111 11111 1111
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 2222 22222 222222 222222222 2222222 22 22222
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747 333333 333333 333333 33333 3333333 333
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 </row>
18753 </lyxtabular>
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Section
18761 Table Customization
18762 \begin_inset Index idx
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766 Table Customization
18767 \end_layout
18768
18769 \end_inset
18770
18771
18772 \begin_inset Index idx
18773 status collapsed
18774
18775 \begin_layout Plain Layout
18776 Table ! Customization
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Subsection
18785 Row Spacing
18786 \begin_inset CommandInset label
18787 LatexCommand label
18788 name "sub:Row-Spacing"
18789
18790 \end_inset
18791
18792
18793 \begin_inset Index idx
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797 Table Customization ! Row Spacing
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 You can add vertical space to table rows in the 
18807 \family sans
18808 Borders
18809 \family default
18810  tab of the table dialog.
18811  You find there three possibilities:
18812 \end_layout
18813
18814 \begin_layout Description
18815 Top
18816 \begin_inset space ~
18817 \end_inset
18818
18819 of
18820 \begin_inset space ~
18821 \end_inset
18822
18823 row will add space above the characters of the table row.
18824  If the table is a formal table
18825 \begin_inset Foot
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829 Formal tables are explained in section
18830 \begin_inset space ~
18831 \end_inset
18832
18833
18834 \begin_inset CommandInset ref
18835 LatexCommand ref
18836 reference "sec:Formal-Tables"
18837
18838 \end_inset
18839
18840 .
18841 \end_layout
18842
18843 \end_inset
18844
18845  LyX will insert as default 0.5
18846 \begin_inset space \thinspace{}
18847 \end_inset
18848
18849 em space.
18850  For normal tables the inserted space will unfortunately destroy the vertical
18851  table lines as in the following table:
18852 \begin_inset VSpace medskip
18853 \end_inset
18854
18855
18856 \begin_inset Newline newline
18857 \end_inset
18858
18859
18860 \begin_inset space \hspace*{}
18861 \length 0pt
18862 \end_inset
18863
18864
18865 \begin_inset space \hfill{}
18866 \end_inset
18867
18868
18869 \begin_inset Tabular
18870 <lyxtabular version="3" rows="3" columns="1">
18871 <features tabularvalignment="middle">
18872 <column alignment="center" valignment="top" width="0">
18873 <row>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 A
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row topspace="3mm">
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 3
18890 \begin_inset space \thinspace{}
18891 \end_inset
18892
18893 mm space top of row
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 C
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 </lyxtabular>
18911
18912 \end_inset
18913
18914
18915 \begin_inset space \hfill{}
18916 \end_inset
18917
18918
18919 \begin_inset space \hspace*{}
18920 \length 0pt
18921 \end_inset
18922
18923
18924 \begin_inset VSpace medskip
18925 \end_inset
18926
18927
18928 \begin_inset Newline newline
18929 \end_inset
18930
18931 So inserting space in the top of row for normal tables is only useful when
18932  you don't have vertical lines.
18933 \end_layout
18934
18935 \begin_layout Description
18936 Bottom
18937 \begin_inset space ~
18938 \end_inset
18939
18940 of
18941 \begin_inset space ~
18942 \end_inset
18943
18944 row will add space below the characters of the table row.
18945  If the table is a formal table LyX will insert as default 0.5
18946 \begin_inset space \thinspace{}
18947 \end_inset
18948
18949 em space, for normal tables the default size is 2
18950 \begin_inset space \thinspace{}
18951 \end_inset
18952
18953 pt.
18954 \end_layout
18955
18956 \begin_layout Description
18957 Between
18958 \begin_inset space ~
18959 \end_inset
18960
18961 rows adds space between the current and the following row.
18962  If the table is a formal table LyX will insert as default 0.5
18963 \begin_inset space \thinspace{}
18964 \end_inset
18965
18966 em space.
18967  For normal tables the inserted space will unfortunately destroy the vertical
18968  table lines as in the following table:
18969 \begin_inset VSpace medskip
18970 \end_inset
18971
18972
18973 \begin_inset Newline newline
18974 \end_inset
18975
18976
18977 \begin_inset space \hspace*{}
18978 \length 0pt
18979 \end_inset
18980
18981
18982 \begin_inset space \hfill{}
18983 \end_inset
18984
18985
18986 \begin_inset Tabular
18987 <lyxtabular version="3" rows="3" columns="1">
18988 <features tabularvalignment="middle">
18989 <column alignment="center" valignment="top" width="0">
18990 <row>
18991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995 A
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 </row>
19001 <row interlinespace="3mm">
19002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Formula $\downarrow$
19007 \end_inset
19008
19009  3
19010 \begin_inset space \thinspace{}
19011 \end_inset
19012
19013 mm space between row 
19014 \begin_inset Formula $\downarrow$
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 </row>
19023 <row>
19024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028 \begin_inset Formula $\uparrow$
19029 \end_inset
19030
19031  3
19032 \begin_inset space \thinspace{}
19033 \end_inset
19034
19035 mm space between row 
19036 \begin_inset Formula $\uparrow$
19037 \end_inset
19038
19039
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 </row>
19045 </lyxtabular>
19046
19047 \end_inset
19048
19049
19050 \begin_inset space \hfill{}
19051 \end_inset
19052
19053
19054 \begin_inset space \hspace*{}
19055 \length 0pt
19056 \end_inset
19057
19058
19059 \begin_inset VSpace medskip
19060 \end_inset
19061
19062
19063 \begin_inset Newline newline
19064 \end_inset
19065
19066 So inserting space between rows for normal tables is only useful when you
19067  don't have vertical lines.
19068 \end_layout
19069
19070 \begin_layout Standard
19071 \begin_inset VSpace bigskip
19072 \end_inset
19073
19074 When you want to add extra height to all cells of all tables, you can do
19075  this with the following preamble lines:
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \series bold
19081
19082 \backslash
19083 @ifundefined{extrarowheight}
19084 \begin_inset Newline newline
19085 \end_inset
19086
19087
19088 \begin_inset Phantom HPhantom
19089 status open
19090
19091 \begin_layout Plain Layout
19092
19093 \series bold
19094 \begin_inset space ~
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \end_inset
19101
19102 {
19103 \backslash
19104 usepackage{array}}{}
19105 \begin_inset Newline newline
19106 \end_inset
19107
19108
19109 \backslash
19110 setlength{
19111 \backslash
19112 extrarowheight}{height}
19113 \end_layout
19114
19115 \begin_layout Standard
19116 But this has the disadvantage that the cell texts are no longer exactly
19117  vertically centered.
19118  (The package 
19119 \series bold
19120 array
19121 \series default
19122  will be loaded automatically by LyX when you use self defined table formats.
19123  To avoid that it being loaded twice the command 
19124 \series bold
19125
19126 \backslash
19127 @ifundefined
19128 \series default
19129  is used in the above command.)
19130 \end_layout
19131
19132 \begin_layout Standard
19133 If you are using font sizes larger than the normal size, the table borders
19134  are often too close to the letters.
19135  This can be corrected by inserting the command 
19136 \series bold
19137
19138 \backslash
19139 strut
19140 \series default
19141  in TeX-Code at the beginning of a table row.
19142  Table
19143 \begin_inset space ~
19144 \end_inset
19145
19146
19147 \begin_inset CommandInset ref
19148 LatexCommand ref
19149 reference "tab:Vertical-alignment-of"
19150
19151 \end_inset
19152
19153  illustrates the effect.
19154 \end_layout
19155
19156 \begin_layout Standard
19157 \noindent
19158 \begin_inset Float table
19159 placement h
19160 wide false
19161 sideways false
19162 status open
19163
19164 \begin_layout Plain Layout
19165 \begin_inset Caption
19166
19167 \begin_layout Plain Layout
19168 \begin_inset CommandInset label
19169 LatexCommand label
19170 name "tab:Vertical-alignment-of"
19171
19172 \end_inset
19173
19174 Vertical alignment of text with large font sizes.
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Plain Layout
19183 \begin_inset space \hfill{}
19184 \end_inset
19185
19186
19187 \begin_inset Float table
19188 wide false
19189 sideways false
19190 status collapsed
19191
19192 \begin_layout Plain Layout
19193 \begin_inset Caption
19194
19195 \begin_layout Plain Layout
19196 Normal table.
19197 \end_layout
19198
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \begin_layout Plain Layout
19205 \noindent
19206 \align center
19207 \begin_inset Tabular
19208 <lyxtabular version="3" rows="6" columns="1">
19209 <features tabularvalignment="middle">
19210 <column alignment="left" valignment="top" width="0">
19211 <row>
19212 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Normal, g
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 </row>
19222 <row>
19223 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227
19228 \size large
19229 Large
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \size larger
19242 Larger
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row>
19249 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \size largest
19255 Largest
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row>
19262 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \size huge
19268 Huge
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \size huge
19281 Huger
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 </lyxtabular>
19288
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \begin_inset space \hfill{}
19298 \end_inset
19299
19300
19301 \begin_inset Float table
19302 wide false
19303 sideways false
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Caption
19308
19309 \begin_layout Plain Layout
19310 Table using the command 
19311 \series bold
19312
19313 \backslash
19314 strut
19315 \series default
19316 .
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Plain Layout
19325 \noindent
19326 \align center
19327 \begin_inset Tabular
19328 <lyxtabular version="3" rows="6" columns="1">
19329 <features tabularvalignment="middle">
19330 <column alignment="left" valignment="top" width="0">
19331 <row>
19332 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 Normal, g
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \size large
19349 \begin_inset ERT
19350 status collapsed
19351
19352 \begin_layout Plain Layout
19353
19354
19355 \backslash
19356 strut 
19357 \end_layout
19358
19359 \end_inset
19360
19361 Large
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \size larger
19374 \begin_inset ERT
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378
19379
19380 \backslash
19381 strut 
19382 \end_layout
19383
19384 \end_inset
19385
19386 Larger
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 <row>
19393 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \size largest
19399 \begin_inset ERT
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403
19404
19405 \backslash
19406 strut 
19407 \end_layout
19408
19409 \end_inset
19410
19411 Largest
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 <row>
19418 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \size huge
19424 \begin_inset ERT
19425 status collapsed
19426
19427 \begin_layout Plain Layout
19428
19429
19430 \backslash
19431 strut 
19432 \end_layout
19433
19434 \end_inset
19435
19436 Huge
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \size giant
19449 \begin_inset ERT
19450 status collapsed
19451
19452 \begin_layout Plain Layout
19453
19454
19455 \backslash
19456 strut 
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \size huge
19463 Huger
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 </lyxtabular>
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477
19478
19479 \begin_inset space \hfill{}
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Subsection
19491 Special Cell Alignment
19492 \begin_inset CommandInset label
19493 LatexCommand label
19494 name "sub:Special-Cell-Alignment"
19495
19496 \end_inset
19497
19498
19499 \begin_inset Index idx
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503 Table Customization ! Special Cell Alignment
19504 \end_layout
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \begin_layout Standard
19512 Sometimes it looks better when the cell entries of a column are aligned
19513  with a special character, e.
19514 \begin_inset space \thinspace{}
19515 \end_inset
19516
19517 g.
19518 \begin_inset space \space{}
19519 \end_inset
19520
19521 with the decimal separator as in Table
19522 \begin_inset space ~
19523 \end_inset
19524
19525
19526 \begin_inset CommandInset ref
19527 LatexCommand ref
19528 reference "tab:Table-cells-align"
19529
19530 \end_inset
19531
19532 .
19533  This alignment is achieved by setting the cursor into the column and then
19534  either pressing the toolbar button 
19535 \begin_inset Graphics
19536         filename ../images/tabular-feature_align-decimal.png
19537         scale 85
19538         scaleBeforeRotation
19539
19540 \end_inset
19541
19542  or setting the alignment in the table settings to 
19543 \family sans
19544 At
19545 \begin_inset space ~
19546 \end_inset
19547
19548 Decimal
19549 \begin_inset space ~
19550 \end_inset
19551
19552 Separator
19553 \family default
19554 .
19555  The alignment character can be a character of your choice and is specified
19556  in the table settings.
19557 \end_layout
19558
19559 \begin_layout Standard
19560 \begin_inset Float table
19561 placement h
19562 wide false
19563 sideways false
19564 status open
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Caption
19568
19569 \begin_layout Plain Layout
19570 \begin_inset CommandInset label
19571 LatexCommand label
19572 name "tab:Table-cells-align"
19573
19574 \end_inset
19575
19576 Table cells of a column aligned with the decimal separator.
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Plain Layout
19585 \align center
19586 \begin_inset Tabular
19587 <lyxtabular version="3" rows="4" columns="1">
19588 <features booktabs="true" tabularvalignment="middle">
19589 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19590 <row>
19591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595 heading
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 12.6
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 0.68
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 -123.0
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 </lyxtabular>
19635
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Standard
19647 \begin_inset Float table
19648 placement h
19649 wide false
19650 sideways false
19651 status open
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Caption
19655
19656 \begin_layout Plain Layout
19657 \begin_inset CommandInset label
19658 LatexCommand label
19659 name "tab:Table-align-operator"
19660
19661 \end_inset
19662
19663 Table cells of a column aligned with the operators.
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \begin_layout Plain Layout
19672 \align center
19673 \begin_inset Tabular
19674 <lyxtabular version="3" rows="4" columns="2">
19675 <features booktabs="true" tabularvalignment="middle">
19676 <column alignment="right" valignment="top" width="0pt">
19677 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19678 <row>
19679 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 heading
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 \begin_inset Formula $12\,+$
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\,6$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 \begin_inset Formula $0\,-$
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\,68$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $-123\,/$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\,0$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 </lyxtabular>
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \begin_layout Standard
19789 For alignments at characters in formulas this method does not work because
19790  the field to specify the alignment character does not allow formulas.
19791  In this case one need to use the method from Table
19792 \begin_inset space ~
19793 \end_inset
19794
19795
19796 \begin_inset CommandInset ref
19797 LatexCommand ref
19798 reference "tab:Table-align-operator"
19799
19800 \end_inset
19801
19802 .
19803  This table was created with a 4×2 table.
19804  The heading is a centered multicolumn.
19805  The first column is right-aligned and contains the first part including
19806  the operator.
19807  The second column is left aligned and contains the rest.
19808  A small space was added at the beginning of each cell of the second column
19809  to get the space that is usually around operators.
19810  To omit the space that is normally between two table columns, the following
19811  LaTeX-argument was used for the second column:
19812 \end_layout
19813
19814 \begin_layout Standard
19815
19816 \series bold
19817 @{}l
19818 \end_layout
19819
19820 \begin_layout Standard
19821 Table
19822 \begin_inset space ~
19823 \end_inset
19824
19825
19826 \begin_inset CommandInset ref
19827 LatexCommand ref
19828 reference "tab:Several-table-cell"
19829
19830 \end_inset
19831
19832  shows some example alignments.
19833  For the alignment with the relation sign, a small space was added like
19834  for the second column of Table
19835 \begin_inset space ~
19836 \end_inset
19837
19838
19839 \begin_inset CommandInset ref
19840 LatexCommand ref
19841 reference "tab:Table-align-operator"
19842
19843 \end_inset
19844
19845 .
19846 \end_layout
19847
19848 \begin_layout Standard
19849 \begin_inset Float table
19850 placement h
19851 wide false
19852 sideways false
19853 status open
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Caption
19857
19858 \begin_layout Plain Layout
19859 \begin_inset CommandInset label
19860 LatexCommand label
19861 name "tab:Several-table-cell"
19862
19863 \end_inset
19864
19865 Several table cell alignments.
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \begin_layout Plain Layout
19874 \align center
19875 \begin_inset Tabular
19876 <lyxtabular version="3" rows="4" columns="6">
19877 <features tabularvalignment="middle">
19878 <column alignment="right" valignment="top" width="0">
19879 <column alignment="left" valignment="top" width="0" special="@{}l">
19880 <column alignment="right" valignment="top" width="0">
19881 <column alignment="left" valignment="top" width="0" special="@{}l">
19882 <column alignment="right" valignment="top" width="0">
19883 <column alignment="left" valignment="top" width="0" special="@{}l">
19884 <row>
19885 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 units
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 exponents
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 relations
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row>
19941 <cell alignment="center" valignment="top" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 12×
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 24
19955 \begin_inset space \thinspace{}
19956 \end_inset
19957
19958 bottles
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $10\cdot$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $10^{\mbox{-}17}$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\Gamma(t)\propto$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\:\Upsilon(t)$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 1024×
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 768
20027 \begin_inset space \thinspace{}
20028 \end_inset
20029
20030 Pixels
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $5.78\cdot$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 \begin_inset Formula $10^{7}$
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $A\ne$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\: B_{\mathrm{red}}$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 32×
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 6
20099 \begin_inset space \thinspace{}
20100 \end_inset
20101
20102 cm
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 -
20112 \begin_inset Formula $33.5\cdot$
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124 \begin_inset Formula $10^{4}$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\sin(\alpha)\ge$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\:\sin(\beta)$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 </lyxtabular>
20158
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Subsection
20170 Customized Cell/Column Format
20171 \begin_inset CommandInset label
20172 LatexCommand label
20173 name "sub:Customized-Format"
20174
20175 \end_inset
20176
20177
20178 \begin_inset Index idx
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 Table Customization ! Cell/Column Format
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 Calculating the required width for normal columns as described in section
20192 \begin_inset space ~
20193 \end_inset
20194
20195
20196 \begin_inset CommandInset ref
20197 LatexCommand ref
20198 reference "sec:Table-Width-Calculation"
20199
20200 \end_inset
20201
20202  or for spanned columns as described in section
20203 \begin_inset space ~
20204 \end_inset
20205
20206
20207 \begin_inset CommandInset ref
20208 LatexCommand ref
20209 reference "sub:Multicolumn-Calculations"
20210
20211 \end_inset
20212
20213  is very annoying if you have several tables where a calculation is necessary.
20214  To make life easier, you can define a cell/column format in the preamble,
20215  that can be used in all tables of the document.
20216  The format is defined with the command
20217 \end_layout
20218
20219 \begin_layout Standard
20220
20221 \series bold
20222
20223 \backslash
20224 newcolumntype{name of format}[number of arguments]{commands}
20225 \end_layout
20226
20227 \begin_layout Standard
20228 The format name may only consist of one letter.
20229  The letters 
20230 \emph on
20231 b
20232 \emph default
20233
20234 \emph on
20235 c
20236 \emph default
20237
20238 \emph on
20239 l
20240 \emph default
20241
20242 \emph on
20243 m
20244 \emph default
20245
20246 \emph on
20247 p
20248 \emph default
20249  and 
20250 \emph on
20251 r
20252 \emph default
20253  are predefined and cannot be used.
20254  But all letters are allowed as capitals.
20255 \end_layout
20256
20257 \begin_layout Standard
20258 \begin_inset VSpace medskip
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \begin_layout Standard
20265 For vertically and horizontally centered multicolumn cells with a fixed
20266  width you can define the cell format
20267 \end_layout
20268
20269 \begin_layout Standard
20270
20271 \series bold
20272
20273 \backslash
20274 newcolumntype{M}[1]{>{
20275 \backslash
20276 centering
20277 \backslash
20278 hspace{0pt}}m{#1}}
20279 \end_layout
20280
20281 \begin_layout Standard
20282 where 
20283 \series bold
20284
20285 \backslash
20286 hspace{0pt}
20287 \series default
20288  avoids the problem of hyphenating the first word, as described in section
20289 \begin_inset space ~
20290 \end_inset
20291
20292
20293 \begin_inset CommandInset ref
20294 LatexCommand ref
20295 reference "sub:Multiple-Lines-in"
20296
20297 \end_inset
20298
20299 .
20300  Now you can simply enter
20301 \end_layout
20302
20303 \begin_layout Standard
20304
20305 \series bold
20306 M{width}
20307 \end_layout
20308
20309 \begin_layout Standard
20310 as 
20311 \family sans
20312 LaTeX-argument
20313 \family default
20314  in the table dialog to create a multicolumn.
20315 \end_layout
20316
20317 \begin_layout Standard
20318 \begin_inset VSpace bigskip
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325 For cells spanned by a multicolumn cell, you can define the format
20326 \end_layout
20327
20328 \begin_layout Standard
20329
20330 \series bold
20331
20332 \backslash
20333 newcolumntype{S}[2]{>{
20334 \backslash
20335 centering
20336 \backslash
20337 hspace{0pt}}
20338 \begin_inset Newline newline
20339 \end_inset
20340
20341
20342 \begin_inset Phantom HPhantom
20343 status open
20344
20345 \begin_layout Plain Layout
20346
20347 \series bold
20348
20349 \backslash
20350 newcolumntype
20351 \end_layout
20352
20353 \end_inset
20354
20355 m{(#1+(2
20356 \backslash
20357 tabcolsep+
20358 \backslash
20359 arrayrulewidth)*(1-#2))/#2}}
20360 \end_layout
20361
20362 \begin_layout Standard
20363 This format uses equation 
20364 \begin_inset CommandInset ref
20365 LatexCommand eqref
20366 reference "eq:Wgn"
20367
20368 \end_inset
20369
20370  to calculate the required width so that each spanned cell has the same
20371  width.
20372 \end_layout
20373
20374 \begin_layout Standard
20375 You can now enter
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381 S{width of multicolumn cell}{number of spanned columns}
20382 \end_layout
20383
20384 \begin_layout Standard
20385 as LaTeX-argument of the column.
20386 \end_layout
20387
20388 \begin_layout Standard
20389 \begin_inset VSpace bigskip
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 For colored columns, you can define
20397 \end_layout
20398
20399 \begin_layout Standard
20400
20401 \series bold
20402
20403 \backslash
20404 newcolumntype{K}[1]{>{
20405 \backslash
20406 columncolor{#1}
20407 \backslash
20408 hspace{0pt}}c}
20409 \end_layout
20410
20411 \begin_layout Standard
20412 The 
20413 \begin_inset Quotes eld
20414 \end_inset
20415
20416 c
20417 \begin_inset Quotes erd
20418 \end_inset
20419
20420  at the end creates a column with a flexible width whose text is horizontally
20421  centered.
20422  You can now enter
20423 \end_layout
20424
20425 \begin_layout Standard
20426
20427 \series bold
20428 K{color name}
20429 \end_layout
20430
20431 \begin_layout Standard
20432 as LaTeX-argument.
20433 \end_layout
20434
20435 \begin_layout Standard
20436 \begin_inset VSpace bigskip
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \begin_layout Standard
20443 To create Table
20444 \begin_inset space ~
20445 \end_inset
20446
20447
20448 \begin_inset CommandInset ref
20449 LatexCommand ref
20450 reference "tab:Table-using-user-defined"
20451
20452 \end_inset
20453
20454  use the LaTeX-arguments
20455 \end_layout
20456
20457 \begin_layout Standard
20458
20459 \series bold
20460 M{2.5cm}
20461 \end_layout
20462
20463 \begin_layout Standard
20464 for the first column and the multicolumn,
20465 \end_layout
20466
20467 \begin_layout Standard
20468
20469 \series bold
20470 K{red}
20471 \end_layout
20472
20473 \begin_layout Standard
20474 for the last column, and
20475 \end_layout
20476
20477 \begin_layout Standard
20478
20479 \series bold
20480 S{2.5cm}{2}
20481 \end_layout
20482
20483 \begin_layout Standard
20484 for the cells in the second column.
20485 \end_layout
20486
20487 \begin_layout Standard
20488 \begin_inset Float table
20489 placement h
20490 wide false
20491 sideways false
20492 status open
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Caption
20496
20497 \begin_layout Plain Layout
20498 \begin_inset CommandInset label
20499 LatexCommand label
20500 name "tab:Table-using-user-defined"
20501
20502 \end_inset
20503
20504 Table using user-defined table formats
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \begin_layout Plain Layout
20513 \align center
20514 \begin_inset Tabular
20515 <lyxtabular version="3" rows="3" columns="4">
20516 <features tabularvalignment="middle">
20517 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20518 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20519 <column alignment="center" valignment="middle" width="0">
20520 <column alignment="center" valignment="middle" width="0" special="K{red}">
20521 <row>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 verylongtablecellword
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 multiple lines multicolumn
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 c
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 <row>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 d
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 e
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 f
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 g
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 h
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 i
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 j
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 k
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 </lyxtabular>
20636
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Subsection
20648 Line Thickness
20649 \begin_inset CommandInset label
20650 LatexCommand label
20651 name "sub:Line-Thickness"
20652
20653 \end_inset
20654
20655
20656 \begin_inset Index idx
20657 status collapsed
20658
20659 \begin_layout Plain Layout
20660 Table Customization ! Line Thickness
20661 \end_layout
20662
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \begin_layout Standard
20669 The line thickness for all lines in a table can be adjusted with the length
20670  
20671 \series bold
20672
20673 \backslash
20674 arrayrulewidth
20675 \series default
20676 .
20677  To set for example a line thickness of 1.5
20678 \begin_inset space \thinspace{}
20679 \end_inset
20680
20681 pt, as in Table
20682 \begin_inset space ~
20683 \end_inset
20684
20685
20686 \begin_inset CommandInset ref
20687 LatexCommand ref
20688 reference "tab:Table-with-1.5"
20689
20690 \end_inset
20691
20692 , insert the command
20693 \end_layout
20694
20695 \begin_layout Standard
20696
20697 \series bold
20698
20699 \backslash
20700 setlength{
20701 \backslash
20702 arrayrulewidth}{1.5pt}
20703 \end_layout
20704
20705 \begin_layout Standard
20706 in TeX-Code before the table or table float.
20707  The changed thickness is valid for all subsequent tables.
20708  To use the default value again, set 
20709 \series bold
20710
20711 \backslash
20712 arrayrulewidth
20713 \series default
20714  to 0.4
20715 \begin_inset space \thinspace{}
20716 \end_inset
20717
20718 pt in TeX-Code after the table or table float.
20719 \end_layout
20720
20721 \begin_layout Standard
20722 \begin_inset ERT
20723 status collapsed
20724
20725 \begin_layout Plain Layout
20726
20727
20728 \backslash
20729 setlength{
20730 \backslash
20731 arrayrulewidth}{1.5pt}
20732 \end_layout
20733
20734 \end_inset
20735
20736
20737 \begin_inset Float table
20738 wide false
20739 sideways false
20740 status open
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Caption
20744
20745 \begin_layout Plain Layout
20746 \begin_inset CommandInset label
20747 LatexCommand label
20748 name "tab:Table-with-1.5"
20749
20750 \end_inset
20751
20752 Table with 1.5
20753 \begin_inset space \thinspace{}
20754 \end_inset
20755
20756 pt thick lines
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Plain Layout
20765 \align center
20766 \begin_inset Tabular
20767 <lyxtabular version="3" rows="3" columns="3">
20768 <features tabularvalignment="middle">
20769 <column alignment="center" valignment="top" width="0">
20770 <column alignment="center" valignment="top" width="0">
20771 <column alignment="center" valignment="top" width="0">
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 sd
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 sd
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 sd
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 </lyxtabular>
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867
20868
20869 \begin_inset ERT
20870 status collapsed
20871
20872 \begin_layout Plain Layout
20873
20874
20875 \backslash
20876 setlength{
20877 \backslash
20878 arrayrulewidth}{0.4pt}
20879 \end_layout
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Standard
20887 \begin_inset VSpace bigskip
20888 \end_inset
20889
20890 To set the line thickness to 1.5
20891 \begin_inset space \thinspace{}
20892 \end_inset
20893
20894 pt only for horizontal lines, as in Table
20895 \begin_inset space ~
20896 \end_inset
20897
20898
20899 \begin_inset CommandInset ref
20900 LatexCommand ref
20901 reference "tab:Table-with-horizontal"
20902
20903 \end_inset
20904
20905 , insert these commands in TeX-Code before the table or table float:
20906 \end_layout
20907
20908 \begin_layout Standard
20909
20910 \series bold
20911
20912 \backslash
20913 let
20914 \backslash
20915 myHline
20916 \backslash
20917 hline
20918 \begin_inset Newline newline
20919 \end_inset
20920
20921
20922 \backslash
20923 renewcommand{
20924 \backslash
20925 hline}
20926 \begin_inset Newline newline
20927 \end_inset
20928
20929  {
20930 \backslash
20931 noalign{
20932 \backslash
20933 global
20934 \backslash
20935 arrayrulewidth 1.5pt}
20936 \begin_inset Newline newline
20937 \end_inset
20938
20939  
20940 \backslash
20941 myHline
20942 \backslash
20943 noalign{
20944 \backslash
20945 global
20946 \backslash
20947 arrayrulewidth 0.4pt}}
20948 \end_layout
20949
20950 \begin_layout Standard
20951 To return to the default line thickness, insert this command in TeX-Code
20952  after the table or table float:
20953 \end_layout
20954
20955 \begin_layout Standard
20956
20957 \series bold
20958
20959 \backslash
20960 renewcommand{
20961 \backslash
20962 hline}{
20963 \backslash
20964 myHline}
20965 \end_layout
20966
20967 \begin_layout Standard
20968 \begin_inset ERT
20969 status collapsed
20970
20971 \begin_layout Plain Layout
20972
20973
20974 \backslash
20975 let
20976 \backslash
20977 myHline
20978 \backslash
20979 hline
20980 \end_layout
20981
20982 \begin_layout Plain Layout
20983
20984
20985 \backslash
20986 renewcommand{
20987 \backslash
20988 hline}
20989 \end_layout
20990
20991 \begin_layout Plain Layout
20992
20993  {
20994 \backslash
20995 noalign{
20996 \backslash
20997 global
20998 \backslash
20999 arrayrulewidth 1.5pt}
21000 \end_layout
21001
21002 \begin_layout Plain Layout
21003
21004   
21005 \backslash
21006 myHline
21007 \backslash
21008 noalign{
21009 \backslash
21010 global
21011 \backslash
21012 arrayrulewidth 0.4pt}}
21013 \end_layout
21014
21015 \end_inset
21016
21017
21018 \begin_inset Float table
21019 wide false
21020 sideways false
21021 status open
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Caption
21025
21026 \begin_layout Plain Layout
21027 \begin_inset CommandInset label
21028 LatexCommand label
21029 name "tab:Table-with-horizontal"
21030
21031 \end_inset
21032
21033 Table with 1.5
21034 \begin_inset space \thinspace{}
21035 \end_inset
21036
21037 pt thick horizontal lines
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Plain Layout
21046 \align center
21047 \begin_inset Tabular
21048 <lyxtabular version="3" rows="3" columns="3">
21049 <features tabularvalignment="middle">
21050 <column alignment="center" valignment="top" width="0">
21051 <column alignment="center" valignment="top" width="0">
21052 <column alignment="center" valignment="top" width="0">
21053 <row>
21054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 sd
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 <row>
21083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 sd
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 sd
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 </lyxtabular>
21141
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \begin_inset ERT
21151 status collapsed
21152
21153 \begin_layout Plain Layout
21154
21155
21156 \backslash
21157 renewcommand{
21158 \backslash
21159 hline}{
21160 \backslash
21161 myHline}
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \begin_layout Standard
21170 \begin_inset VSpace bigskip
21171 \end_inset
21172
21173 To set the line thickness to 1.5
21174 \begin_inset space \thinspace{}
21175 \end_inset
21176
21177 pt only for vertical lines, create the following column format in the document
21178  preamble, according to the description in section
21179 \begin_inset space ~
21180 \end_inset
21181
21182
21183 \begin_inset CommandInset ref
21184 LatexCommand ref
21185 reference "sub:Customized-Format"
21186
21187 \end_inset
21188
21189 :
21190 \end_layout
21191
21192 \begin_layout Standard
21193
21194 \series bold
21195
21196 \backslash
21197 newcolumntype{V}{!{
21198 \backslash
21199 vrule width 1.5pt}}
21200 \end_layout
21201
21202 \begin_layout Standard
21203 For Table
21204 \begin_inset space ~
21205 \end_inset
21206
21207
21208 \begin_inset CommandInset ref
21209 LatexCommand ref
21210 reference "tab:Table-with-vertical"
21211
21212 \end_inset
21213
21214  the LaTeX-argument
21215 \end_layout
21216
21217 \begin_layout Standard
21218
21219 \series bold
21220 VcV
21221 \end_layout
21222
21223 \begin_layout Standard
21224 was used for the last column and
21225 \end_layout
21226
21227 \begin_layout Standard
21228
21229 \series bold
21230 Vc
21231 \end_layout
21232
21233 \begin_layout Standard
21234 for the other columns.
21235 \end_layout
21236
21237 \begin_layout Standard
21238 \begin_inset Float table
21239 wide false
21240 sideways false
21241 status open
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Caption
21245
21246 \begin_layout Plain Layout
21247 \begin_inset CommandInset label
21248 LatexCommand label
21249 name "tab:Table-with-vertical"
21250
21251 \end_inset
21252
21253 Table with 1.5
21254 \begin_inset space \thinspace{}
21255 \end_inset
21256
21257 pt thick vertical lines
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \begin_layout Plain Layout
21266 \align center
21267 \begin_inset Tabular
21268 <lyxtabular version="3" rows="3" columns="3">
21269 <features tabularvalignment="middle">
21270 <column alignment="center" valignment="top" width="0" special="Vc">
21271 <column alignment="center" valignment="top" width="0" special="Vc">
21272 <column alignment="center" valignment="top" width="0" special="VcV">
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 sd
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" topline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" topline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" topline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 sd
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 </row>
21331 <row>
21332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 sd
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 </lyxtabular>
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \begin_layout Subsection
21373 Dashed Lines
21374 \begin_inset Index idx
21375 status collapsed
21376
21377 \begin_layout Plain Layout
21378 Table Customization ! Dashed Lines
21379 \end_layout
21380
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \begin_layout Standard
21387 \begin_inset ERT
21388 status collapsed
21389
21390 \begin_layout Plain Layout
21391
21392
21393 \backslash
21394 ifarydshln
21395 \end_layout
21396
21397 \end_inset
21398
21399
21400 \begin_inset Note Note
21401 status open
21402
21403 \begin_layout Plain Layout
21404 The following section will only be displayed when the LaTeX-package 
21405 \series bold
21406 arydshln
21407 \series default
21408  is installed.
21409 \end_layout
21410
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \begin_layout Standard
21417 \begin_inset Float table
21418 placement H
21419 wide false
21420 sideways false
21421 status open
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Caption
21425
21426 \begin_layout Plain Layout
21427 \begin_inset CommandInset label
21428 LatexCommand label
21429 name "tab:Table-with-dashed"
21430
21431 \end_inset
21432
21433 Table with dashed lines
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \begin_layout Plain Layout
21442 \align center
21443 \begin_inset Tabular
21444 <lyxtabular version="3" rows="5" columns="5">
21445 <features tabularvalignment="middle">
21446 <column alignment="center" valignment="top" width="0">
21447 <column alignment="center" valignment="top" width="0">
21448 <column alignment="center" valignment="top" width="0" special=":c">
21449 <column alignment="center" valignment="top" width="0">
21450 <column alignment="center" valignment="top" width="0">
21451 <row>
21452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 a
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465 b
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 c
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 d
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 e
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 f
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 g
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 h
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 i
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 j
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset ERT
21551 status collapsed
21552
21553 \begin_layout Plain Layout
21554
21555
21556 \backslash
21557 hdashline 
21558 \end_layout
21559
21560 \end_inset
21561
21562 k
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 l
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 m
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 n
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 o
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 <row>
21605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 \begin_inset ERT
21610 status collapsed
21611
21612 \begin_layout Plain Layout
21613
21614
21615 \backslash
21616 cdashline{4-5}
21617 \end_layout
21618
21619 \end_inset
21620
21621 p
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 q
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 r
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 s
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 t
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 u
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 v
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 w
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 x
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 </lyxtabular>
21711
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \begin_layout Standard
21723 LyX does not natively support dashed lines, so you have to use TeX-Code.
21724  As a prerequisite the LaTeX-package 
21725 \series bold
21726 arydshln
21727 \series default
21728
21729 \begin_inset Index idx
21730 status collapsed
21731
21732 \begin_layout Plain Layout
21733 LaTeX-packages ! arydshln
21734 \end_layout
21735
21736 \end_inset
21737
21738  must be loaded in the document preamble with the command
21739 \end_layout
21740
21741 \begin_layout Standard
21742
21743 \series bold
21744
21745 \backslash
21746 usepackage{arydshln}
21747 \end_layout
21748
21749 \begin_layout Standard
21750 To make a vertical line dashed, enter the colon 
21751 \begin_inset Quotes eld
21752 \end_inset
21753
21754 :
21755 \begin_inset Quotes erd
21756 \end_inset
21757
21758  together with the character for the horizontal alignment as LaTeX-argument
21759  in the table cell dialog.
21760 \end_layout
21761
21762 \begin_layout Standard
21763 For a horizontal dashed line add the command
21764 \end_layout
21765
21766 \begin_layout Standard
21767
21768 \series bold
21769
21770 \backslash
21771 hdashline
21772 \end_layout
21773
21774 \begin_layout Standard
21775 in TeX-Code as first element of the first cell in the table row.
21776 \end_layout
21777
21778 \begin_layout Standard
21779 For dashed multicolumn lines use the command
21780 \end_layout
21781
21782 \begin_layout Standard
21783
21784 \series bold
21785
21786 \backslash
21787 cdashline{line number
21788 \series default
21789 }
21790 \end_layout
21791
21792 \begin_layout Standard
21793 in TeX-Code as the first element of the first cell in the table row.
21794  If you have for example a multicolumn spanning columns 2 to 4 and you want
21795  to have a dashed line above, add the command
21796 \end_layout
21797
21798 \begin_layout Standard
21799
21800 \series bold
21801
21802 \backslash
21803 cdashline{2-4}
21804 \end_layout
21805
21806 \begin_layout Standard
21807 as the first element of the first cell in the row of the multicolumn.
21808 \end_layout
21809
21810 \begin_layout Standard
21811 \begin_inset VSpace bigskip
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Standard
21818 Table
21819 \begin_inset space ~
21820 \end_inset
21821
21822
21823 \begin_inset CommandInset ref
21824 LatexCommand ref
21825 reference "tab:Table-with-dashed"
21826
21827 \end_inset
21828
21829  was created using 
21830 \begin_inset Quotes eld
21831 \end_inset
21832
21833
21834 \series bold
21835 :c
21836 \series default
21837
21838 \begin_inset Quotes erd
21839 \end_inset
21840
21841  as LaTeX-argument of the third column.
21842  The TeX-Code command 
21843 \series bold
21844
21845 \backslash
21846 hdashline
21847 \series default
21848  was inserted in the first cell of the third row and the TeX-Code command
21849 \begin_inset Newline newline
21850 \end_inset
21851
21852  
21853 \series bold
21854
21855 \backslash
21856 cdashline{4-5}
21857 \series default
21858  was inserted in the first cell of the fourth row.
21859 \end_layout
21860
21861 \begin_layout Standard
21862 \begin_inset VSpace bigskip
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Standard
21869 Tables with dashed lines can also be colored as shown by Table
21870 \begin_inset space ~
21871 \end_inset
21872
21873
21874 \begin_inset CommandInset ref
21875 LatexCommand ref
21876 reference "tab:Colored-table-with"
21877
21878 \end_inset
21879
21880 .
21881 \end_layout
21882
21883 \begin_layout Standard
21884 \begin_inset ERT
21885 status collapsed
21886
21887 \begin_layout Plain Layout
21888
21889
21890 \backslash
21891 setlength{
21892 \backslash
21893 arrayrulewidth}{1pt}
21894 \end_layout
21895
21896 \end_inset
21897
21898
21899 \begin_inset Note Note
21900 status collapsed
21901
21902 \begin_layout Plain Layout
21903 thicker lines for better visualization of the line color
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \begin_layout Standard
21912 \begin_inset ERT
21913 status collapsed
21914
21915 \begin_layout Plain Layout
21916
21917
21918 \backslash
21919 dashgapcolor{green}
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \begin_inset Note Note
21926 status collapsed
21927
21928 \begin_layout Plain Layout
21929 color gaps between dashes green
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Standard
21938 \begin_inset ERT
21939 status collapsed
21940
21941 \begin_layout Plain Layout
21942
21943
21944 \backslash
21945 let
21946 \backslash
21947 myHdashline
21948 \backslash
21949 hdashline
21950 \end_layout
21951
21952 \begin_layout Plain Layout
21953
21954
21955 \backslash
21956 renewcommand{
21957 \backslash
21958 hdashline}
21959 \end_layout
21960
21961 \begin_layout Plain Layout
21962
21963  {
21964 \backslash
21965 arrayrulecolor{red}
21966 \backslash
21967 myHdashline
21968 \backslash
21969 arrayrulecolor{black}}
21970 \end_layout
21971
21972 \end_inset
21973
21974
21975 \begin_inset Note Note
21976 status collapsed
21977
21978 \begin_layout Plain Layout
21979 color horizontal, dashed lines red
21980 \end_layout
21981
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \begin_layout Standard
21988 \begin_inset ERT
21989 status collapsed
21990
21991 \begin_layout Plain Layout
21992
21993
21994 \backslash
21995 let
21996 \backslash
21997 myCdashline
21998 \backslash
21999 cdashline
22000 \end_layout
22001
22002 \begin_layout Plain Layout
22003
22004
22005 \backslash
22006 renewcommand{
22007 \backslash
22008 cdashline}[1]
22009 \end_layout
22010
22011 \begin_layout Plain Layout
22012
22013  {
22014 \backslash
22015 arrayrulecolor{yellow}
22016 \backslash
22017 myCdashline{#1}
22018 \backslash
22019 arrayrulecolor{black}}
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \begin_inset Note Note
22026 status collapsed
22027
22028 \begin_layout Plain Layout
22029 color partial horizontal, dashed lines yellow
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 \begin_inset Float table
22039 placement h
22040 wide false
22041 sideways false
22042 status open
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Caption
22046
22047 \begin_layout Plain Layout
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "tab:Colored-table-with"
22051
22052 \end_inset
22053
22054 Colored table with dashed lines
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Plain Layout
22063 \align center
22064 \begin_inset Tabular
22065 <lyxtabular version="3" rows="5" columns="5">
22066 <features tabularvalignment="middle">
22067 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22068 <column alignment="center" valignment="top" width="0pt">
22069 <column alignment="center" valignment="top" width="0pt" special=":c">
22070 <column alignment="center" valignment="top" width="0">
22071 <column alignment="center" valignment="top" width="0">
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 a
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 b
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 c
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 d
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 e
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 <row>
22120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 f
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" topline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 g
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 h
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 i
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 j
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 <row>
22167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 \begin_inset ERT
22172 status collapsed
22173
22174 \begin_layout Plain Layout
22175
22176
22177 \backslash
22178 hdashline 
22179 \end_layout
22180
22181 \end_inset
22182
22183
22184 \begin_inset ERT
22185 status collapsed
22186
22187 \begin_layout Plain Layout
22188
22189
22190 \backslash
22191 rowcolor{Gray}
22192 \end_layout
22193
22194 \end_inset
22195
22196 k
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 l
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 m
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 n
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 o
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset ERT
22244 status collapsed
22245
22246 \begin_layout Plain Layout
22247
22248
22249 \backslash
22250 cdashline{4-5}
22251 \end_layout
22252
22253 \end_inset
22254
22255 p
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264 q
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 r
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 s
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 </row>
22297 <row>
22298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 t
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 u
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 v
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 w
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset ERT
22339 status collapsed
22340
22341 \begin_layout Plain Layout
22342
22343
22344 \backslash
22345 cellcolor{Maroon}
22346 \end_layout
22347
22348 \end_inset
22349
22350 i
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 </lyxtabular>
22357
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \begin_layout Standard
22369 \begin_inset ERT
22370 status collapsed
22371
22372 \begin_layout Plain Layout
22373
22374
22375 \backslash
22376 renewcommand{
22377 \backslash
22378 hdashline}{
22379 \backslash
22380 myHdashline}
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \begin_inset Note Note
22387 status collapsed
22388
22389 \begin_layout Plain Layout
22390 reset to default
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Standard
22399 \begin_inset ERT
22400 status collapsed
22401
22402 \begin_layout Plain Layout
22403
22404
22405 \backslash
22406 renewcommand{
22407 \backslash
22408 cdashline}{
22409 \backslash
22410 myCdashline}
22411 \end_layout
22412
22413 \end_inset
22414
22415
22416 \begin_inset Note Note
22417 status collapsed
22418
22419 \begin_layout Plain Layout
22420 reset to default
22421 \end_layout
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \begin_layout Standard
22429 \begin_inset ERT
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433
22434
22435 \backslash
22436 nodashgapcolor
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \begin_inset Note Note
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446 reset to default
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \end_layout
22453
22454 \begin_layout Standard
22455 \begin_inset ERT
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459
22460
22461 \backslash
22462 setlength{
22463 \backslash
22464 arrayrulewidth}{0.4pt}
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \begin_inset Note Note
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474 reset to default
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Standard
22483 The coloring of lines, columns and lines works as decribed in section
22484 \begin_inset space ~
22485 \end_inset
22486
22487
22488 \begin_inset CommandInset ref
22489 LatexCommand ref
22490 reference "sec:Colored-Tables"
22491
22492 \end_inset
22493
22494 .
22495  Coloring horizontal lines works analogically as described there as well,
22496  one only needs to replace in the commands 
22497 \series bold
22498
22499 \backslash
22500 myHlineC
22501 \series default
22502  by 
22503 \series bold
22504
22505 \backslash
22506 myHdashline
22507 \series default
22508  and 
22509 \backslash
22510
22511 \series bold
22512 hline
22513 \series default
22514  by 
22515 \series bold
22516
22517 \backslash
22518 hdashline
22519 \series default
22520 ; so one uses the command
22521 \end_layout
22522
22523 \begin_layout Standard
22524
22525 \series bold
22526
22527 \backslash
22528 let
22529 \backslash
22530 myHdashline
22531 \backslash
22532 hdashline
22533 \begin_inset Newline newline
22534 \end_inset
22535
22536
22537 \backslash
22538 renewcommand{
22539 \backslash
22540 hdashline}
22541 \begin_inset Newline newline
22542 \end_inset
22543
22544
22545 \begin_inset Phantom HPhantom
22546 status open
22547
22548 \begin_layout Plain Layout
22549 \begin_inset space ~
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556
22557 {
22558 \backslash
22559 arrayrulecolor{red}
22560 \backslash
22561 myHdashline
22562 \backslash
22563 arrayrulecolor{black}}
22564 \end_layout
22565
22566 \begin_layout Standard
22567 To color 
22568 \series bold
22569
22570 \backslash
22571 cdashline
22572 \series default
22573 , the command is
22574 \end_layout
22575
22576 \begin_layout Standard
22577
22578 \series bold
22579
22580 \backslash
22581 let
22582 \backslash
22583 myCdashline
22584 \backslash
22585 cdashline
22586 \begin_inset Newline newline
22587 \end_inset
22588
22589
22590 \backslash
22591 renewcommand{
22592 \backslash
22593 cdashline}[1]
22594 \begin_inset Newline newline
22595 \end_inset
22596
22597
22598 \begin_inset Phantom HPhantom
22599 status open
22600
22601 \begin_layout Plain Layout
22602 \begin_inset space ~
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609
22610 {
22611 \backslash
22612 arrayrulecolor{red}
22613 \backslash
22614 myCdashline{#1}
22615 \backslash
22616 arrayrulecolor{black}}
22617 \end_layout
22618
22619 \begin_layout Standard
22620 To get back the black line color, one needs to insert the following commands
22621  as TeX-Code behind the table:
22622 \end_layout
22623
22624 \begin_layout Standard
22625 For 
22626 \series bold
22627
22628 \backslash
22629 hdashline
22630 \end_layout
22631
22632 \begin_layout Standard
22633
22634 \series bold
22635
22636 \backslash
22637 renewcommand{
22638 \backslash
22639 hdashline}{
22640 \backslash
22641 myHdashline}
22642 \end_layout
22643
22644 \begin_layout Standard
22645 and for 
22646 \series bold
22647
22648 \backslash
22649 cdashline
22650 \end_layout
22651
22652 \begin_layout Standard
22653
22654 \series bold
22655
22656 \backslash
22657 renewcommand{
22658 \backslash
22659 cdashline}{
22660 \backslash
22661 myCdashline}
22662 \end_layout
22663
22664 \begin_layout Standard
22665 To color the gaps between the dashes the command
22666 \end_layout
22667
22668 \begin_layout Standard
22669
22670 \series bold
22671
22672 \backslash
22673 dashgapcolor{color}
22674 \end_layout
22675
22676 \begin_layout Standard
22677 can be used in front of a table as TeX-Code.
22678  color is hereby the name of a defined color.
22679  The command
22680 \end_layout
22681
22682 \begin_layout Standard
22683
22684 \series bold
22685
22686 \backslash
22687 nodashgapcolor
22688 \end_layout
22689
22690 \begin_layout Standard
22691 unsets the changes made by 
22692 \series bold
22693
22694 \backslash
22695 dashgapcolor
22696 \series default
22697 .
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset Note Greyedout
22702 status open
22703
22704 \begin_layout Plain Layout
22705
22706 \series bold
22707 \color none
22708 Note
22709 \series default
22710 : If there are multiple commands in a cell, the command of 
22711 \series bold
22712 arydshln
22713 \series default
22714  needs to be the first one in the cell.
22715  Therefore in cell 
22716 \emph on
22717 k
22718 \emph default
22719  of Table
22720 \begin_inset space ~
22721 \end_inset
22722
22723
22724 \begin_inset CommandInset ref
22725 LatexCommand ref
22726 reference "tab:Colored-table-with"
22727
22728 \end_inset
22729
22730  the command 
22731 \series bold
22732
22733 \backslash
22734 hdashline
22735 \series default
22736  is before 
22737 \series bold
22738
22739 \backslash
22740 rowcolor
22741 \series default
22742 .
22743 \end_layout
22744
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \begin_layout Standard
22751 \begin_inset Note Greyedout
22752 status open
22753
22754 \begin_layout Plain Layout
22755
22756 \series bold
22757 \color none
22758 Note:
22759 \series default
22760  The LaTeX-package 
22761 \series bold
22762 arydshln
22763 \series default
22764  must be loaded in the document preamble before the LaTeX-package 
22765 \series bold
22766 colortbl
22767 \series default
22768
22769 \begin_inset Index idx
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773 LaTeX-packages ! colortbl
22774 \end_layout
22775
22776 \end_inset
22777
22778 .
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 \begin_inset ERT
22788 status collapsed
22789
22790 \begin_layout Plain Layout
22791
22792
22793 \backslash
22794 else
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \begin_inset Note Note
22801 status open
22802
22803 \begin_layout Plain Layout
22804 The following will be displayed when the LaTeX-package 
22805 \series bold
22806 arydshln
22807 \series default
22808  is not installed:
22809 \end_layout
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \begin_layout Standard
22817 You need to install the package 
22818 \series bold
22819 arydshln
22820 \series default
22821  to see the content of this section in the output.
22822 \end_layout
22823
22824 \begin_layout Standard
22825 \begin_inset ERT
22826 status collapsed
22827
22828 \begin_layout Plain Layout
22829
22830
22831 \backslash
22832 fi
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \begin_layout Standard
22841 For more information about dashed lines see the documentation of 
22842 \series bold
22843 arydshln
22844 \series default
22845
22846 \begin_inset CommandInset citation
22847 LatexCommand cite
22848 key "arydshln"
22849
22850 \end_inset
22851
22852 .
22853 \end_layout
22854
22855 \begin_layout Chapter
22856 Floats
22857 \begin_inset CommandInset label
22858 LatexCommand label
22859 name "chap:Floats"
22860
22861 \end_inset
22862
22863
22864 \begin_inset Index idx
22865 status collapsed
22866
22867 \begin_layout Plain Layout
22868 Floats
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \begin_layout Section
22877 Introduction
22878 \begin_inset CommandInset label
22879 LatexCommand label
22880 name "sec:FloatIntroduction"
22881
22882 \end_inset
22883
22884
22885 \begin_inset Index idx
22886 status collapsed
22887
22888 \begin_layout Plain Layout
22889 Floats ! Introduction
22890 \end_layout
22891
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \begin_layout Standard
22898 A float is a block of text associated with some sort of label, which doesn't
22899  have a fixed location.
22900  It can 
22901 \begin_inset Quotes eld
22902 \end_inset
22903
22904 float
22905 \begin_inset Quotes erd
22906 \end_inset
22907
22908  forward or backward a page or two, to wherever it fits best.
22909  
22910 \family sans
22911 Footnotes
22912 \family default
22913  and 
22914 \family sans
22915 Margin
22916 \begin_inset space ~
22917 \end_inset
22918
22919 Notes
22920 \family default
22921  are also floats, because they can float to the next page when there are
22922  too many notes on the page.
22923 \end_layout
22924
22925 \begin_layout Standard
22926 Floats allow a high quality layout.
22927  Images and tables can be spread evenly to the pages to avoid white space
22928  and pages without text.
22929  As the floating often destroys the context between the text and the image/table
22930 , every float can be referenced in the text.
22931  Floats are therefore numbered.
22932  Referencing is described in section
22933 \begin_inset space ~
22934 \end_inset
22935
22936
22937 \begin_inset CommandInset ref
22938 LatexCommand ref
22939 reference "sec:Referencing-Floats"
22940
22941 \end_inset
22942
22943 .
22944 \end_layout
22945
22946 \begin_layout Standard
22947 To insert a float, use the menu 
22948 \family sans
22949 Insert\SpecialChar \menuseparator
22950 Float
22951 \family default
22952 .
22953  This inserts the 
22954 \family sans
22955 Caption
22956 \family default
22957  inset, a box with a label.
22958  The label will automatically be translated to the document language in
22959  the output.
22960  After the label you can insert the caption text.
22961  The image or table is inserted above or below the caption in a separate
22962  paragraph within the float.
22963  More about the caption placement is contained in section
22964 \begin_inset space ~
22965 \end_inset
22966
22967
22968 \begin_inset CommandInset ref
22969 LatexCommand ref
22970 reference "sec:Caption-Placement"
22971
22972 \end_inset
22973
22974 .
22975  To keep your LyX-document readable, you can open and close the float box
22976  by left-clicking on the box label.
22977  A closed float box looks like this: 
22978 \begin_inset Graphics
22979         filename clipart/floatQt4.png
22980         scale 70
22981         scaleBeforeRotation
22982
22983 \end_inset
22984
22985  â€“ a gray button with a red label.
22986 \end_layout
22987
22988 \begin_layout Standard
22989 It is recommended that you insert floats as a separate standard paragraph
22990  to avoid possible LaTeX-errors that can occur when the surrounding text
22991  is specially formatted.
22992 \end_layout
22993
22994 \begin_layout Standard
22995 Existing figures or tables can be put into a float by highlighting them
22996  and then pressing the corresponding toolbar button for a new float.
22997 \end_layout
22998
22999 \begin_layout Section
23000 Float Types
23001 \end_layout
23002
23003 \begin_layout Standard
23004 Besides figure and table floats that are described in sections
23005 \begin_inset space ~
23006 \end_inset
23007
23008
23009 \begin_inset CommandInset ref
23010 LatexCommand ref
23011 reference "sec:Figure-Floats"
23012
23013 \end_inset
23014
23015  and 
23016 \begin_inset CommandInset ref
23017 LatexCommand ref
23018 reference "sec:Table-Floats"
23019
23020 \end_inset
23021
23022  respectively, LyX offers the float types 
23023 \family sans
23024 Algorithm
23025 \family default
23026  and 
23027 \family sans
23028 Wrap
23029 \family default
23030 .
23031  The latter are explained in sec.
23032 \begin_inset space \thinspace{}
23033 \end_inset
23034
23035
23036 \begin_inset CommandInset ref
23037 LatexCommand ref
23038 reference "sec:Wrap-Floats"
23039
23040 \end_inset
23041
23042 .
23043 \end_layout
23044
23045 \begin_layout Subsection
23046 Algorithm Floats
23047 \begin_inset Index idx
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051 Floats ! Algorithms
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset Float algorithm
23061 placement h
23062 wide false
23063 sideways false
23064 status open
23065
23066 \begin_layout Plain Layout
23067 \begin_inset Caption
23068
23069 \begin_layout Plain Layout
23070 \begin_inset CommandInset label
23071 LatexCommand label
23072 name "alg:Example-Algorithm-float"
23073
23074 \end_inset
23075
23076 Example Algorithm float
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout LyX-Code
23085 for I in 1..N loop
23086 \begin_inset Newline newline
23087 \end_inset
23088
23089  Sum:= Sum + A(I); /*comment*/
23090 \begin_inset Newline newline
23091 \end_inset
23092
23093 end loop
23094 \begin_inset VSpace -4mm
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 This float type is inserted with the menu 
23107 \family sans
23108 Insert\SpecialChar \menuseparator
23109 Floats\SpecialChar \menuseparator
23110 Algorithm
23111 \family default
23112 .
23113  It is used for program codes and descriptions of algorithms and can be
23114  seen as an alternative to program code listings that are explained in chapter
23115 \begin_inset space ~
23116 \end_inset
23117
23118
23119 \begin_inset CommandInset ref
23120 LatexCommand ref
23121 reference "cha:Program-Code-Listings"
23122
23123 \end_inset
23124
23125 .
23126  A possible environment for algorithms is the 
23127 \family sans
23128 LyX-Code
23129 \family default
23130 , described in LyX's 
23131 \emph on
23132 Userguide
23133 \emph default
23134 .
23135  Algorithm
23136 \begin_inset space ~
23137 \end_inset
23138
23139
23140 \begin_inset CommandInset ref
23141 LatexCommand ref
23142 reference "alg:Example-Algorithm-float"
23143
23144 \end_inset
23145
23146  is an example of an algorithm float where -4
23147 \begin_inset space \thinspace{}
23148 \end_inset
23149
23150 mm vertical space was added at the end of the float to have the bottom rule
23151  exactly below the last text line.
23152 \end_layout
23153
23154 \begin_layout Standard
23155 The float label is not automatically translated into the document language.
23156  If your document is not in English, you have to do this manually by adding
23157  the following line to the document preamble
23158 \series bold
23159 :
23160 \end_layout
23161
23162 \begin_layout Standard
23163
23164 \series bold
23165
23166 \backslash
23167 floatname{algorithm}{your
23168 \begin_inset space ~
23169 \end_inset
23170
23171 name}
23172 \end_layout
23173
23174 \begin_layout Standard
23175 where 
23176 \family sans
23177 your
23178 \begin_inset space ~
23179 \end_inset
23180
23181 name
23182 \family default
23183  is the word 
23184 \begin_inset Quotes eld
23185 \end_inset
23186
23187
23188 \emph on
23189 algorithm
23190 \emph default
23191
23192 \begin_inset Quotes erd
23193 \end_inset
23194
23195  in your language.
23196 \end_layout
23197
23198 \begin_layout Standard
23199 To insert the list of algorithms you can use the menu 
23200 \family sans
23201 Insert\SpecialChar \menuseparator
23202 List
23203 \begin_inset space \thinspace{}
23204 \end_inset
23205
23206 /
23207 \begin_inset space \thinspace{}
23208 \end_inset
23209
23210 TOC\SpecialChar \menuseparator
23211 List of Algorithms
23212 \family default
23213  when your document has the same language as LyX's menu names.
23214  In other cases use this command in TeX-Code instead:
23215 \end_layout
23216
23217 \begin_layout Standard
23218
23219 \series bold
23220
23221 \backslash
23222 listof{algorithm}{your
23223 \begin_inset space ~
23224 \end_inset
23225
23226 name}
23227 \end_layout
23228
23229 \begin_layout Standard
23230 where 
23231 \family sans
23232 your
23233 \begin_inset space ~
23234 \end_inset
23235
23236 name
23237 \family default
23238  is the word 
23239 \begin_inset Quotes eld
23240 \end_inset
23241
23242
23243 \emph on
23244 List of Algorithm
23245 \emph default
23246 s
23247 \begin_inset Quotes erd
23248 \end_inset
23249
23250  in your language.
23251 \end_layout
23252
23253 \begin_layout Standard
23254 Algorithm floats are not by default numbered in the scheme 
23255 \begin_inset Quotes eld
23256 \end_inset
23257
23258 chapter.algorithm
23259 \begin_inset Quotes erd
23260 \end_inset
23261
23262  as is the case for table and figure floats in many document-classes.
23263  To number algorithm floats in the same scheme, add this command to your
23264  document preamble:
23265 \end_layout
23266
23267 \begin_layout Standard
23268
23269 \series bold
23270
23271 \backslash
23272 numberwithin{algorithm}{chapter}
23273 \end_layout
23274
23275 \begin_layout Standard
23276 To be able to use the command 
23277 \series bold
23278
23279 \backslash
23280 numberwithin
23281 \series default
23282 , set in the tab 
23283 \family sans
23284 Math
23285 \begin_inset space ~
23286 \end_inset
23287
23288 Options
23289 \family default
23290  in the document settings the option 
23291 \family sans
23292 Use
23293 \begin_inset space ~
23294 \end_inset
23295
23296 AMS
23297 \begin_inset space ~
23298 \end_inset
23299
23300 math
23301 \begin_inset space ~
23302 \end_inset
23303
23304 package
23305 \family default
23306 .
23307 \end_layout
23308
23309 \begin_layout Section
23310 Float Numbering
23311 \begin_inset Index idx
23312 status collapsed
23313
23314 \begin_layout Plain Layout
23315 Floats ! Numbering
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Standard
23324 Floats are usually numbered either independently from the sections the floats
23325  are in, or in the scheme 
23326 \begin_inset Quotes eld
23327 \end_inset
23328
23329 chapter.number
23330 \begin_inset Quotes erd
23331 \end_inset
23332
23333  or 
23334 \begin_inset Quotes eld
23335 \end_inset
23336
23337 section.number
23338 \begin_inset Quotes erd
23339 \end_inset
23340
23341 .
23342  This depends on the document class used.
23343 \end_layout
23344
23345 \begin_layout Standard
23346 To change section-independent numbering, you can use this command in the
23347  document preamble:
23348 \end_layout
23349
23350 \begin_layout Standard
23351
23352 \series bold
23353
23354 \backslash
23355 renewcommand{
23356 \backslash
23357 thetable}{
23358 \backslash
23359 roman{table}}
23360 \end_layout
23361
23362 \begin_layout Standard
23363
23364 \series bold
23365
23366 \backslash
23367 thetable
23368 \series default
23369  is the command that prints the table number, for figure floats, the command
23370  would be 
23371 \series bold
23372
23373 \backslash
23374 thefigure
23375 \series default
23376 .
23377  
23378 \series bold
23379
23380 \backslash
23381 roman
23382 \series default
23383  in the command above prints the table number as small roman number.
23384 \end_layout
23385
23386 \begin_layout Standard
23387 To change the numbering scheme for example to 
23388 \begin_inset Quotes eld
23389 \end_inset
23390
23391 subsection.number
23392 \begin_inset Quotes erd
23393 \end_inset
23394
23395 , use this command in the preamble:
23396 \end_layout
23397
23398 \begin_layout Standard
23399
23400 \series bold
23401
23402 \backslash
23403 numberwithin{table}{subsection}
23404 \end_layout
23405
23406 \begin_layout Standard
23407 To be able to use the command 
23408 \series bold
23409
23410 \backslash
23411 numberwithin
23412 \series default
23413 , set in the tab 
23414 \family sans
23415 Math
23416 \begin_inset space ~
23417 \end_inset
23418
23419 Options
23420 \family default
23421  in the document settings the option 
23422 \family sans
23423 Use
23424 \begin_inset space ~
23425 \end_inset
23426
23427 AMS
23428 \begin_inset space ~
23429 \end_inset
23430
23431 math
23432 \begin_inset space ~
23433 \end_inset
23434
23435 package
23436 \family default
23437 .
23438 \end_layout
23439
23440 \begin_layout Standard
23441 Please also have a look at section
23442 \begin_inset space ~
23443 \end_inset
23444
23445
23446 \begin_inset CommandInset ref
23447 LatexCommand ref
23448 reference "sub:Footnote-Numbering"
23449
23450 \end_inset
23451
23452  for the details and important notes about the numbering commands.
23453 \end_layout
23454
23455 \begin_layout Section
23456 Referencing Floats
23457 \begin_inset CommandInset label
23458 LatexCommand label
23459 name "sec:Referencing-Floats"
23460
23461 \end_inset
23462
23463
23464 \begin_inset Index idx
23465 status collapsed
23466
23467 \begin_layout Plain Layout
23468 Floats ! References
23469 \end_layout
23470
23471 \end_inset
23472
23473
23474 \begin_inset Index idx
23475 status collapsed
23476
23477 \begin_layout Plain Layout
23478 References ! to Floats
23479 \end_layout
23480
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \begin_layout Standard
23487 To reference a float, insert a label into its caption using the menu 
23488 \family sans
23489 Insert\SpecialChar \menuseparator
23490 Label
23491 \family default
23492  or the toolbar button 
23493 \family sans
23494
23495 \begin_inset Info
23496 type  "icon"
23497 arg   "label-insert"
23498 \end_inset
23499
23500
23501 \family default
23502 .
23503  A grey label box like this one: 
23504 \begin_inset Graphics
23505         filename clipart/labelQt4.png
23506         scale 85
23507         scaleBeforeRotation
23508
23509 \end_inset
23510
23511  will be inserted and the label window pops up asking for the label text.
23512  LyX offers as text the first words of the caption with a prefix.
23513  The prefix depends on the float type, e.
23514 \begin_inset space \thinspace{}
23515 \end_inset
23516
23517 g.
23518 \begin_inset space \space{}
23519 \end_inset
23520
23521 for figure floats the prefix will be "
23522 \family sans
23523 fig:
23524 \family default
23525 ".
23526 \end_layout
23527
23528 \begin_layout Standard
23529 The label is used as anchor and name for the reference.
23530  You can refer to the label using the menu 
23531 \family sans
23532 Insert\SpecialChar \menuseparator
23533 Cross-reference
23534 \family default
23535  or the toolbar button 
23536 \family sans
23537
23538 \begin_inset Info
23539 type  "icon"
23540 arg   "dialog-show-new-inset ref"
23541 \end_inset
23542
23543
23544 \family default
23545 .
23546  A grey cross-reference box like this one: 
23547 \begin_inset Graphics
23548         filename clipart/referenceQt4.png
23549         scale 85
23550         scaleBeforeRotation
23551
23552 \end_inset
23553
23554  will be inserted and the cross-reference window appear showing all labels
23555  of the document.
23556  If you have multiple LyX-documents opened, choose the one you are working
23557  on from the drop-list at the top of the dialog.
23558  You can now sort the labels alphabetically and then choose one.
23559  At the position of the cross-reference box the float number will appear
23560  in the output.
23561 \end_layout
23562
23563 \begin_layout Standard
23564 It is recommended that you use a protected space between the cross-reference
23565  name and its number to avoid line breaks between them.
23566  If a cross-reference refers to a non-existing label, you will see two question
23567  marks in the output instead of the reference.
23568 \end_layout
23569
23570 \begin_layout Standard
23571 You can change labels at any time by clicking on the label box.
23572  References to the changed label will automatically change its link to the
23573  new label text, so that you don't need to take care about this.
23574 \end_layout
23575
23576 \begin_layout Standard
23577 The button 
23578 \family sans
23579 Go
23580 \begin_inset space ~
23581 \end_inset
23582
23583 to
23584 \begin_inset space ~
23585 \end_inset
23586
23587 Label
23588 \family default
23589  in the cross-reference window sets the cursor before the referred label.
23590  The button text changes then to Go
23591 \begin_inset space ~
23592 \end_inset
23593
23594 Back and you can use it to set the cursor back to the cross-reference.
23595  Right-clicking on a cross-reference box also sets the cursor before the
23596  referenced label but without the possibility of going back.
23597 \end_layout
23598
23599 \begin_layout Subsection
23600 Cross-Reference Formats
23601 \begin_inset CommandInset label
23602 LatexCommand label
23603 name "sub:Cross-Reference-Formats"
23604
23605 \end_inset
23606
23607
23608 \begin_inset Index idx
23609 status collapsed
23610
23611 \begin_layout Plain Layout
23612 References ! Formats
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \begin_layout Standard
23621 There are six varieties of cross-references:
23622 \end_layout
23623
23624 \begin_layout Description
23625 <reference>: prints the float number, this is the default: 
23626 \begin_inset CommandInset ref
23627 LatexCommand ref
23628 reference "fig:Two-distorted-images"
23629
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \begin_layout Description
23636 (<reference>): prints the float number within two parentheses, this is the
23637  style normally used to reference formulas, especially when the reference
23638  name 
23639 \begin_inset Quotes eld
23640 \end_inset
23641
23642 Equation
23643 \begin_inset Quotes erd
23644 \end_inset
23645
23646  is omitted: 
23647 \begin_inset CommandInset ref
23648 LatexCommand eqref
23649 reference "eq:Wgn"
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Description
23657 <page>: prints the page number: Page
23658 \begin_inset space ~
23659 \end_inset
23660
23661
23662 \begin_inset CommandInset ref
23663 LatexCommand pageref
23664 reference "fig:Two-distorted-images"
23665
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \begin_layout Description
23672 on
23673 \begin_inset space ~
23674 \end_inset
23675
23676 page
23677 \begin_inset space ~
23678 \end_inset
23679
23680 <page>: prints the text "on page" and the page number: 
23681 \begin_inset CommandInset ref
23682 LatexCommand vpageref
23683 reference "fig:Two-distorted-images"
23684
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \begin_layout Description
23691 <reference>
23692 \begin_inset space ~
23693 \end_inset
23694
23695 on
23696 \begin_inset space ~
23697 \end_inset
23698
23699 page
23700 \begin_inset space ~
23701 \end_inset
23702
23703 <page>: prints the float number, the text "on page", and the page number:
23704  
23705 \begin_inset CommandInset ref
23706 LatexCommand vref
23707 reference "fig:Two-distorted-images"
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Description
23715 Formatted
23716 \begin_inset space ~
23717 \end_inset
23718
23719 reference: prints a self-defined cross-reference format.
23720 \begin_inset Newline newline
23721 \end_inset
23722
23723
23724 \begin_inset Note Greyedout
23725 status open
23726
23727 \begin_layout Plain Layout
23728
23729 \series bold
23730 Note:
23731 \series default
23732  This feature is only available when you have the LaTeX-package 
23733 \series bold
23734 prettyref
23735 \series default
23736  or 
23737 \series bold
23738 refstyle
23739 \series default
23740
23741 \begin_inset Index idx
23742 status collapsed
23743
23744 \begin_layout Plain Layout
23745 LaTeX-packages ! prettyref
23746 \end_layout
23747
23748 \end_inset
23749
23750
23751 \begin_inset Index idx
23752 status collapsed
23753
23754 \begin_layout Plain Layout
23755 LaTeX-packages ! refstyle
23756 \end_layout
23757
23758 \end_inset
23759
23760  installed.
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \begin_inset Newline newline
23767 \end_inset
23768
23769 You can select which LaTeX-package should be used for this feature by setting
23770  the option 
23771 \family sans
23772 Use refstyle (not prettyref) for cross-references
23773 \family default
23774  in the menu 
23775 \family sans
23776 Document\SpecialChar \menuseparator
23777 Settings\SpecialChar \menuseparator
23778 Document Class
23779 \family default
23780 .
23781  The format is specified by adding the command 
23782 \series bold
23783
23784 \backslash
23785 newrefformat
23786 \series default
23787  (prettyref) or 
23788 \series bold
23789
23790 \backslash
23791 newref
23792 \series default
23793  (refstyle) to the preamble of the document.
23794  For example redefining all references to figures (which have the label
23795  shortcut 
23796 \begin_inset Quotes eld
23797 \end_inset
23798
23799
23800 \family sans
23801 fig
23802 \family default
23803
23804 \begin_inset Quotes erd
23805 \end_inset
23806
23807 ) can be done with this command
23808 \begin_inset Newline newline
23809 \end_inset
23810
23811
23812 \series bold
23813
23814 \backslash
23815 newref{fig}{refcmd={Image on page 
23816 \backslash
23817 pageref{#1}}}
23818 \series default
23819
23820 \begin_inset Newline newline
23821 \end_inset
23822
23823 For more information about the format, have a look at the package documentations
23824
23825 \begin_inset CommandInset citation
23826 LatexCommand cite
23827 key "prettyref,refstyle"
23828
23829 \end_inset
23830
23831 .
23832 \end_layout
23833
23834 \begin_layout Description
23835 Textual
23836 \begin_inset space ~
23837 \end_inset
23838
23839 reference: prints the caption of the reference: 
23840 \begin_inset CommandInset ref
23841 LatexCommand nameref
23842 reference "fig:Two-distorted-images"
23843
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \begin_layout Standard
23850
23851 \family sans
23852 <page>
23853 \family default
23854  will not print the page number if the label is on the previous, the same,
23855  or the next page.
23856  You will e.
23857 \begin_inset space \thinspace{}
23858 \end_inset
23859
23860 g.
23861 \begin_inset space \space{}
23862 \end_inset
23863
23864 see the text 
23865 \begin_inset Quotes eld
23866 \end_inset
23867
23868
23869 \family sans
23870 on this page
23871 \family default
23872
23873 \begin_inset Quotes erd
23874 \end_inset
23875
23876  instead.
23877  The style 
23878 \family sans
23879 <reference> on page <page>
23880 \family default
23881  will not print anything about the page if the label is on the same page.
23882 \end_layout
23883
23884 \begin_layout Standard
23885 The number and current page of the part of the document referred to in the
23886  output is automatically calculated by LaTeX.
23887  The varieties are adjusted in the field 
23888 \family sans
23889 Format
23890 \family default
23891  of the cross-reference window that appears when you click on the cross-referenc
23892 e box.
23893 \end_layout
23894
23895 \begin_layout Standard
23896 \begin_inset Note Greyedout
23897 status open
23898
23899 \begin_layout Plain Layout
23900
23901 \series bold
23902 Note:
23903 \series default
23904  It is recommended to use the LaTeX-package 
23905 \series bold
23906 refstyle
23907 \series default
23908
23909 \begin_inset Index idx
23910 status collapsed
23911
23912 \begin_layout Plain Layout
23913 LaTeX-packages ! refstyle
23914 \end_layout
23915
23916 \end_inset
23917
23918  because 
23919 \series bold
23920 prettyref
23921 \series default
23922
23923 \begin_inset Index idx
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927 LaTeX-packages ! prettyref
23928 \end_layout
23929
23930 \end_inset
23931
23932  does not know all of LyX's possible label shortcuts
23933 \begin_inset Foot
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937 \begin_inset Quotes eld
23938 \end_inset
23939
23940 fig:
23941 \begin_inset Quotes erd
23942 \end_inset
23943
23944  is for example LyX's shortcut for labels in figure captions.
23945 \end_layout
23946
23947 \end_inset
23948
23949  and is not internationalized.
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 \begin_inset Note Greyedout
23959 status open
23960
23961 \begin_layout Plain Layout
23962
23963 \series bold
23964 Note:
23965 \series default
23966  Due to a bug in the LaTeX-package 
23967 \series bold
23968 varioref
23969 \series default
23970  version 1.4w, some cross-reference formats will cause LaTeX errors for document
23971  languages that make the period character active (like French).
23972  For a workaround, see
23973 \begin_inset Newline newline
23974 \end_inset
23975
23976
23977 \begin_inset CommandInset href
23978 LatexCommand href
23979 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
23980
23981 \end_inset
23982
23983 .
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \begin_layout Subsection
23992 Automatic Reference Naming
23993 \begin_inset Index idx
23994 status collapsed
23995
23996 \begin_layout Plain Layout
23997 References ! Automatic Reference Naming
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \begin_layout Standard
24006 The LaTeX-package 
24007 \series bold
24008 hyperref
24009 \series default
24010
24011 \begin_inset Index idx
24012 status collapsed
24013
24014 \begin_layout Plain Layout
24015 LaTeX-packages ! hyperref
24016 \end_layout
24017
24018 \end_inset
24019
24020 , that is enabled in the 
24021 \family sans
24022 PDF Properties
24023 \family default
24024  of the 
24025 \family sans
24026 Document Settings
24027 \family default
24028  dialog, provides a very useful feature that cross-references automatically
24029  include the name of the referenced floats (or text parts like 
24030 \emph on
24031 section
24032 \emph default
24033 ).
24034  So you will save having to write e.
24035 \begin_inset space \thinspace{}
24036 \end_inset
24037
24038 g.
24039 \begin_inset space \space{}
24040 \end_inset
24041
24042 the name 
24043 \begin_inset Quotes eld
24044 \end_inset
24045
24046 Figure
24047 \begin_inset Quotes erd
24048 \end_inset
24049
24050  before every reference to a figure.
24051  To use this feature, enable 
24052 \series bold
24053 hyperref
24054 \series default
24055  and insert this line to the LaTeX preamble:
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061
24062 \backslash
24063 AtBeginDocument{
24064 \backslash
24065 renewcommand{
24066 \backslash
24067 ref}[1]{
24068 \backslash
24069 mbox{
24070 \backslash
24071 autoref{#1}}}}
24072 \end_layout
24073
24074 \begin_layout Standard
24075 When you prefer other reference names than the default ones, for example
24076  you want instead of 
24077 \begin_inset Quotes eld
24078 \end_inset
24079
24080 section
24081 \begin_inset Quotes erd
24082 \end_inset
24083
24084  the name 
24085 \begin_inset Quotes eld
24086 \end_inset
24087
24088 sec.
24089 \begin_inset space \thinspace{}
24090 \end_inset
24091
24092
24093 \begin_inset Quotes eld
24094 \end_inset
24095
24096 , you can redefine the name by inserting this in the preamble:
24097 \end_layout
24098
24099 \begin_layout Standard
24100
24101 \series bold
24102
24103 \backslash
24104 addto
24105 \backslash
24106 extrasenglish{
24107 \backslash
24108 renewcommand{
24109 \backslash
24110 sectionautorefname}
24111 \begin_inset Newline newline
24112 \end_inset
24113
24114
24115 \begin_inset Phantom HPhantom
24116 status open
24117
24118 \begin_layout Plain Layout
24119
24120 \series bold
24121 \begin_inset space ~
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \end_inset
24128
24129 {sec.
24130 \backslash
24131 negthinspace}}
24132 \end_layout
24133
24134 \begin_layout Standard
24135 When you are using another document language than English, replace
24136 \begin_inset Newline newline
24137 \end_inset
24138
24139
24140 \series bold
24141
24142 \backslash
24143 extrasenglish
24144 \series default
24145  by 
24146 \series bold
24147
24148 \backslash
24149 extras***
24150 \series default
24151 , where *** is the name of the language used.
24152 \end_layout
24153
24154 \begin_layout Standard
24155 To get automatic names, but not for certain reference types, for example
24156  not for equations, use this preamble code:
24157 \end_layout
24158
24159 \begin_layout Standard
24160
24161 \series bold
24162
24163 \backslash
24164 newlength{
24165 \backslash
24166 abc}
24167 \begin_inset Newline newline
24168 \end_inset
24169
24170
24171 \backslash
24172 settowidth{
24173 \backslash
24174 abc}{
24175 \backslash
24176 space}
24177 \begin_inset Newline newline
24178 \end_inset
24179
24180
24181 \backslash
24182 addto
24183 \backslash
24184 extrasenglish{
24185 \backslash
24186 renewcommand{
24187 \backslash
24188 equationautorefname}
24189 \begin_inset Newline newline
24190 \end_inset
24191
24192
24193 \begin_inset Phantom HPhantom
24194 status open
24195
24196 \begin_layout Plain Layout
24197
24198 \series bold
24199 \begin_inset space ~
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \end_inset
24206
24207 {
24208 \backslash
24209 hspace{-
24210 \backslash
24211 abc}}
24212 \end_layout
24213
24214 \begin_layout Standard
24215 More about this topic can be found in 
24216 \series bold
24217 hyperref
24218 \series default
24219 's documentation 
24220 \begin_inset CommandInset citation
24221 LatexCommand cite
24222 key "hyperref"
24223
24224 \end_inset
24225
24226 .
24227 \end_layout
24228
24229 \begin_layout Standard
24230 \begin_inset Note Greyedout
24231 status open
24232
24233 \begin_layout Plain Layout
24234
24235 \series bold
24236 Note:
24237 \series default
24238  Automatic reference naming cannot be used when you use cross-references
24239  in the 
24240 \family sans
24241 Formatted
24242 \begin_inset space ~
24243 \end_inset
24244
24245 reference
24246 \family default
24247  style, as described in section
24248 \begin_inset space ~
24249 \end_inset
24250
24251
24252 \begin_inset CommandInset ref
24253 LatexCommand ref
24254 reference "sub:Cross-Reference-Formats"
24255
24256 \end_inset
24257
24258 .
24259 \end_layout
24260
24261 \end_inset
24262
24263
24264 \end_layout
24265
24266 \begin_layout Standard
24267 The 
24268 \emph on
24269 Math
24270 \emph default
24271  manual is an example where automatic reference naming is used.
24272 \end_layout
24273
24274 \begin_layout Subsection
24275 Reference Position
24276 \begin_inset CommandInset label
24277 LatexCommand label
24278 name "sub:Reference-Position"
24279
24280 \end_inset
24281
24282
24283 \begin_inset Index idx
24284 status collapsed
24285
24286 \begin_layout Plain Layout
24287 References ! Reference Position
24288 \end_layout
24289
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \begin_layout Standard
24296 If you use 
24297 \series bold
24298 hyperref
24299 \series default
24300
24301 \begin_inset Index idx
24302 status collapsed
24303
24304 \begin_layout Plain Layout
24305 LaTeX-packages ! hyperref
24306 \end_layout
24307
24308 \end_inset
24309
24310  in the 
24311 \family sans
24312 PDF Properties
24313 \family default
24314  of the 
24315 \family sans
24316 Document Settings
24317 \family default
24318  dialog to link cross-references in the output, you will see that clicking
24319  on an image float reference jumps to the image label.
24320  The caption will be the first text part on the screen, so that you cannot
24321  see the image without scrolling.
24322  This is because the reference link anchor is placed at the position of
24323  the label.
24324  With the use of the package 
24325 \series bold
24326 hypcap
24327 \series default
24328
24329 \begin_inset Index idx
24330 status collapsed
24331
24332 \begin_layout Plain Layout
24333 LaTeX-packages ! hypcap
24334 \end_layout
24335
24336 \end_inset
24337
24338 , which is part of the LaTeX-package 
24339 \series bold
24340 oberdiek
24341 \series default
24342
24343 \begin_inset Index idx
24344 status collapsed
24345
24346 \begin_layout Plain Layout
24347 LaTeX-packages ! oberdiek
24348 \end_layout
24349
24350 \end_inset
24351
24352 , the link anchor is placed at the beginning of a float.
24353  To use this feature for figure floats, load 
24354 \series bold
24355 hypcap
24356 \series default
24357  in the document preamble with the line
24358 \end_layout
24359
24360 \begin_layout Standard
24361
24362 \series bold
24363
24364 \backslash
24365 usepackage[figure]{hypcap}
24366 \end_layout
24367
24368 \begin_layout Standard
24369 You can also use 
24370 \series bold
24371 hypcap
24372 \series default
24373  for all float types but this is not recommended for stability reasons.
24374  For more information, have a look at 
24375 \series bold
24376 hypcap
24377 \series default
24378 's manual 
24379 \begin_inset CommandInset citation
24380 LatexCommand cite
24381 key "hypcap"
24382
24383 \end_inset
24384
24385 .
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \begin_inset Note Greyedout
24390 status open
24391
24392 \begin_layout Plain Layout
24393
24394 \series bold
24395 Note:
24396 \series default
24397  
24398 \series bold
24399 hypcap
24400 \series default
24401  has no effect on references to subfigures.
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Section
24410 Float Placement
24411 \begin_inset CommandInset label
24412 LatexCommand label
24413 name "sec:Float-Placement"
24414
24415 \end_inset
24416
24417
24418 \begin_inset Index idx
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422 Floats ! Placement
24423 \end_layout
24424
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \begin_layout Standard
24431 Right-clicking on a float-box opens a dialog where you can alter the placement
24432  options that LaTeX uses for positioning the float.
24433 \begin_inset Newline newline
24434 \end_inset
24435
24436 The option 
24437 \family sans
24438 Span
24439 \begin_inset space ~
24440 \end_inset
24441
24442 columns
24443 \family default
24444  is only useful for two-column documents: If you select it, the float will
24445  span both columns on the page instead of being confined to just one.
24446 \begin_inset Newline newline
24447 \end_inset
24448
24449 The option 
24450 \family sans
24451 Rotate
24452 \begin_inset space ~
24453 \end_inset
24454
24455 sideways
24456 \family default
24457  is used to rotate floats, see section 
24458 \begin_inset CommandInset ref
24459 LatexCommand ref
24460 reference "sec:Rotated-Floats"
24461
24462 \end_inset
24463
24464 .
24465 \end_layout
24466
24467 \begin_layout Standard
24468 You can use one ore more of the following options in the float dialog to
24469  set the placement for a particular float when you uncheck the option 
24470 \family sans
24471 Use
24472 \begin_inset space ~
24473 \end_inset
24474
24475 default
24476 \begin_inset space ~
24477 \end_inset
24478
24479 placement
24480 \family default
24481 :
24482 \end_layout
24483
24484 \begin_layout Description
24485 Here
24486 \begin_inset space ~
24487 \end_inset
24488
24489 if
24490 \begin_inset space ~
24491 \end_inset
24492
24493 possible try to place the float on the position where it has been inserted
24494 \end_layout
24495
24496 \begin_layout Description
24497 Top
24498 \begin_inset space ~
24499 \end_inset
24500
24501 of
24502 \begin_inset space ~
24503 \end_inset
24504
24505 page try to place the float at the top of the current page
24506 \end_layout
24507
24508 \begin_layout Description
24509 Bottom
24510 \begin_inset space ~
24511 \end_inset
24512
24513 of
24514 \begin_inset space ~
24515 \end_inset
24516
24517 page try to place the float at the bottom of the current page
24518 \end_layout
24519
24520 \begin_layout Description
24521 Page
24522 \begin_inset space ~
24523 \end_inset
24524
24525 of
24526 \begin_inset space ~
24527 \end_inset
24528
24529 floats try to place the float on its own page
24530 \end_layout
24531
24532 \begin_layout Standard
24533 The order of the above option is 
24534 \emph on
24535 always
24536 \emph default
24537  used by LaTeX.
24538  That means, if you use the default placement, LaTeX will first try out
24539  
24540 \family sans
24541 Here
24542 \begin_inset space ~
24543 \end_inset
24544
24545 if
24546 \begin_inset space ~
24547 \end_inset
24548
24549 possible
24550 \family default
24551 , then 
24552 \family sans
24553 Top
24554 \begin_inset space ~
24555 \end_inset
24556
24557 of
24558 \begin_inset space ~
24559 \end_inset
24560
24561 page
24562 \family default
24563 , and then the others.
24564  If you do not use the default, LaTeX will try only the checked options
24565  but in the same order.
24566  If none of the 4
24567 \begin_inset space ~
24568 \end_inset
24569
24570 placements are possible the procedure is internally repeated but it is tried
24571  to put the float on the following page.
24572 \end_layout
24573
24574 \begin_layout Standard
24575 By default, each option has its own rules:
24576 \end_layout
24577
24578 \begin_layout Labeling
24579 \labelwidthstring 00.00.0000
24580
24581 \family sans
24582 Top
24583 \begin_inset space ~
24584 \end_inset
24585
24586 of
24587 \begin_inset space ~
24588 \end_inset
24589
24590 page
24591 \family default
24592  only floats occupying less than 70
24593 \begin_inset space \thinspace{}
24594 \end_inset
24595
24596 % of the page can be placed at the top of a page (
24597 \series bold
24598
24599 \backslash
24600 topfraction
24601 \series default
24602 )
24603 \end_layout
24604
24605 \begin_layout Labeling
24606 \labelwidthstring 00.00.0000
24607
24608 \family sans
24609 Bottom
24610 \begin_inset space ~
24611 \end_inset
24612
24613 of
24614 \begin_inset space ~
24615 \end_inset
24616
24617 page
24618 \family default
24619 : only floats occupying less than 30
24620 \begin_inset space \thinspace{}
24621 \end_inset
24622
24623 % of the page can be placed at the bottom of a page.
24624  (
24625 \series bold
24626
24627 \backslash
24628 bottomfraction
24629 \series default
24630 )
24631 \end_layout
24632
24633 \begin_layout Labeling
24634 \labelwidthstring 00.00.0000
24635
24636 \family sans
24637 Page
24638 \begin_inset space ~
24639 \end_inset
24640
24641 of
24642 \begin_inset space ~
24643 \end_inset
24644
24645 floats
24646 \family default
24647 : only if more than 50
24648 \begin_inset space \thinspace{}
24649 \end_inset
24650
24651 % of the page are occupied by floats, several floats can be set together
24652  on a page.
24653  (
24654 \series bold
24655
24656 \backslash
24657 floatpagefraction
24658 \series default
24659 )
24660 \end_layout
24661
24662 \begin_layout Standard
24663 If you don't like these rules, you can ignore them by using the additional
24664  option 
24665 \family sans
24666 Ignore
24667 \begin_inset space ~
24668 \end_inset
24669
24670 LaTeX
24671 \begin_inset space ~
24672 \end_inset
24673
24674 rules
24675 \family default
24676 .
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680 You can also redefine the rules with LaTeX-commands that are given in parenthese
24681 s after the rules description above.
24682  To increase for example the often too small default of the bottom-rule
24683  to 50
24684 \begin_inset space \thinspace{}
24685 \end_inset
24686
24687 % of the page, add this line to your document preamble:
24688 \end_layout
24689
24690 \begin_layout Standard
24691
24692 \series bold
24693
24694 \backslash
24695 renewcommand{
24696 \backslash
24697 bottomfraction}{0.5}
24698 \end_layout
24699
24700 \begin_layout Standard
24701 Sometimes you might need, under all circumstances, a float to be placed
24702  exactly at the position where it is inserted.
24703  For this case you can use the option 
24704 \family sans
24705 Here
24706 \begin_inset space ~
24707 \end_inset
24708
24709 definitely
24710 \family default
24711 .
24712  Use this option very rarely and only if the document is almost ready to
24713  be printed, because the float is then no longer able to 
24714 \begin_inset Quotes eld
24715 \end_inset
24716
24717 float
24718 \begin_inset Quotes erd
24719 \end_inset
24720
24721  when you change your document and this will often destroy the page layout.
24722 \end_layout
24723
24724 \begin_layout Standard
24725 There are no placement options for text wrap floats, because they are always
24726  surrounded by the text of a certain paragraph.
24727 \begin_inset VSpace bigskip
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Standard
24734 Sometimes you have the problem that a float is placed at the top of a page
24735  while its corresponding section starts at the middle of the page, so that
24736  the reader could think the float is part of the previous section.
24737  To avoid this the LaTeX-command 
24738 \series bold
24739
24740 \backslash
24741 suppressfloats
24742 \series default
24743  can be used.
24744  It suppresses a given float placement for the page where it is inserted
24745  and can therefore be used to avoid floats being set before a section starts.
24746  To get this, add these commands to your document preamble:
24747 \end_layout
24748
24749 \begin_layout Standard
24750
24751 \series bold
24752
24753 \backslash
24754 let
24755 \backslash
24756 mySection
24757 \backslash
24758 section
24759 \begin_inset Newline newline
24760 \end_inset
24761
24762
24763 \backslash
24764 renewcommand{
24765 \backslash
24766 section}{
24767 \backslash
24768 suppressfloats[t]
24769 \backslash
24770 mySection}
24771 \end_layout
24772
24773 \begin_layout Standard
24774 You can define the same for all section headings, like chapters and subsections.
24775  This definition is not recommended to be used for small text parts like
24776  subsubsections because LaTeX may then have problems finding a suitable
24777  placement.
24778 \end_layout
24779
24780 \begin_layout Standard
24781 \begin_inset VSpace bigskip
24782 \end_inset
24783
24784 In some cases it is required to have all figures/tables at the end of the
24785  document.
24786  For this purpose the LaTeX-package 
24787 \series bold
24788 endfloat
24789 \series default
24790
24791 \begin_inset Index idx
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795 LaTeX-packages ! endfloat
24796 \end_layout
24797
24798 \end_inset
24799
24800  was developed.
24801  It puts all figure and table floats at the end of the document into their
24802  own sections.
24803  At the original float position a text hint like 
24804 \begin_inset Quotes eld
24805 \end_inset
24806
24807
24808 \family sans
24809 [Figure
24810 \begin_inset space ~
24811 \end_inset
24812
24813 3.2 about here.]
24814 \family default
24815
24816 \begin_inset Quotes erd
24817 \end_inset
24818
24819  is inserted.
24820  The endfloat-package is loaded in the preamble with the line
24821 \end_layout
24822
24823 \begin_layout Standard
24824
24825 \series bold
24826
24827 \backslash
24828 usepackage[options]{endfloat}
24829 \end_layout
24830
24831 \begin_layout Standard
24832 There are various package options to format the created figure/table sections.
24833  For more information we refer to the 
24834 \series bold
24835 endfloat
24836 \series default
24837  documentation 
24838 \begin_inset CommandInset citation
24839 LatexCommand cite
24840 key "endfloat"
24841
24842 \end_inset
24843
24844 .
24845 \begin_inset Newline newline
24846 \end_inset
24847
24848
24849 \begin_inset Note Greyedout
24850 status open
24851
24852 \begin_layout Plain Layout
24853
24854 \series bold
24855 Note: endfloat
24856 \series default
24857  doesn't provide an automatic translation for the text hint, you have to
24858  do this manually, see section
24859 \begin_inset space ~
24860 \end_inset
24861
24862 4 in 
24863 \begin_inset CommandInset citation
24864 LatexCommand cite
24865 key "endfloat"
24866
24867 \end_inset
24868
24869 .
24870 \end_layout
24871
24872 \end_inset
24873
24874
24875 \begin_inset Newline newline
24876 \end_inset
24877
24878
24879 \begin_inset Note Greyedout
24880 status open
24881
24882 \begin_layout Plain Layout
24883
24884 \series bold
24885 Note:
24886 \series default
24887  There is currently a bug in 
24888 \series bold
24889 endfloat
24890 \series default
24891  when the caption contains a German 
24892 \begin_inset Quotes eld
24893 \end_inset
24894
24895 ß
24896 \begin_inset Quotes erd
24897 \end_inset
24898
24899 .
24900  Use in this case the command 
24901 \begin_inset Quotes eld
24902 \end_inset
24903
24904
24905 \series bold
24906
24907 \backslash
24908 ss
24909 \series default
24910
24911 \begin_inset Quotes erd
24912 \end_inset
24913
24914  in TeX-Code instead of 
24915 \begin_inset Quotes eld
24916 \end_inset
24917
24918 ß
24919 \begin_inset Quotes erd
24920 \end_inset
24921
24922 .
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset VSpace bigskip
24932 \end_inset
24933
24934 For more details about float placements, have a look at LaTeX books, 
24935 \begin_inset CommandInset citation
24936 LatexCommand cite
24937 key "latexcompanion,latexguide,latexbook"
24938
24939 \end_inset
24940
24941 .
24942 \end_layout
24943
24944 \begin_layout Section
24945 Rotated Floats
24946 \begin_inset CommandInset label
24947 LatexCommand label
24948 name "sec:Rotated-Floats"
24949
24950 \end_inset
24951
24952
24953 \begin_inset Index idx
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957 Floats ! Rotating
24958 \end_layout
24959
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \begin_layout Standard
24966 Especially for wide tables you might have floats rotated.
24967  To rotate a whole float including the caption, right-click on the float-box
24968  and use the option 
24969 \family sans
24970 Rotate
24971 \begin_inset space ~
24972 \end_inset
24973
24974 sideways
24975 \family default
24976 .
24977 \end_layout
24978
24979 \begin_layout Standard
24980 Rotated floats are always placed on a page of their own (or column of their
24981  own; in case you have a multi-column document).
24982  You can let them span several columns using the float settings option 
24983 \family sans
24984 Span
24985 \begin_inset space ~
24986 \end_inset
24987
24988 columns
24989 \family default
24990 .
24991  Floats are rotated so that you can read them from the outside margin.
24992  To force a certain rotation direction for all pages, you can add either
24993  the option 
24994 \series bold
24995 figuresleft
24996 \series default
24997  or 
24998 \series bold
24999 figuresright
25000 \series default
25001  to the document class options.
25002 \end_layout
25003
25004 \begin_layout Standard
25005 Referencing rotated floats is the same as for normal floats, the caption
25006  format is also the same: Table
25007 \begin_inset space ~
25008 \end_inset
25009
25010
25011 \begin_inset CommandInset ref
25012 LatexCommand ref
25013 reference "tab:Rotated-table"
25014
25015 \end_inset
25016
25017  is an example of a rotated table float.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 \begin_inset Note Greyedout
25022 status open
25023
25024 \begin_layout Plain Layout
25025
25026 \series bold
25027 Note:
25028 \series default
25029  Not all DVI-viewers are able to display rotated floats.
25030 \end_layout
25031
25032 \end_inset
25033
25034
25035 \end_layout
25036
25037 \begin_layout Standard
25038 \begin_inset Float table
25039 wide false
25040 sideways true
25041 status open
25042
25043 \begin_layout Plain Layout
25044 \begin_inset Caption
25045
25046 \begin_layout Plain Layout
25047 \begin_inset CommandInset label
25048 LatexCommand label
25049 name "tab:Rotated-table"
25050
25051 \end_inset
25052
25053  Rotated table
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Plain Layout
25062 \align center
25063 \begin_inset Tabular
25064 <lyxtabular version="3" rows="1" columns="5">
25065 <features tabularvalignment="middle">
25066 <column alignment="center" valignment="top" width="0">
25067 <column alignment="center" valignment="top" width="0">
25068 <column alignment="center" valignment="top" width="0">
25069 <column alignment="center" valignment="top" width="0">
25070 <column alignment="center" valignment="top" width="0">
25071 <row>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 test
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085 b
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094 c
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103 d
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112 e
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 </row>
25118 </lyxtabular>
25119
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \begin_layout Section
25131 Subfloats
25132 \begin_inset Index idx
25133 status collapsed
25134
25135 \begin_layout Plain Layout
25136 Floats ! Subfloats
25137 \end_layout
25138
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \begin_layout Standard
25145 Subfloats are for example used when a figure consists of several images.
25146  They are created by inserting a float into an existing float.
25147  The placement of the subfloats can be controlled in the same way as for
25148  paragraphs as shown in table
25149 \begin_inset space ~
25150 \end_inset
25151
25152
25153 \begin_inset CommandInset ref
25154 LatexCommand ref
25155 reference "tab:Two-subtables-side"
25156
25157 \end_inset
25158
25159  and 
25160 \begin_inset CommandInset ref
25161 LatexCommand ref
25162 reference "tab:Two-subtables-upon"
25163
25164 \end_inset
25165
25166 .
25167 \end_layout
25168
25169 \begin_layout Standard
25170 Referencing subfloats works as for normal floats: Table
25171 \begin_inset space ~
25172 \end_inset
25173
25174
25175 \begin_inset CommandInset ref
25176 LatexCommand ref
25177 reference "tab:This-is-subtable-a"
25178
25179 \end_inset
25180
25181  and 
25182 \begin_inset CommandInset ref
25183 LatexCommand ref
25184 reference "tab:This-is-subtable-b"
25185
25186 \end_inset
25187
25188  are subtables of table
25189 \begin_inset space ~
25190 \end_inset
25191
25192
25193 \begin_inset CommandInset ref
25194 LatexCommand ref
25195 reference "tab:Two-subtables-side"
25196
25197 \end_inset
25198
25199 .
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset Float table
25204 wide false
25205 sideways false
25206 status open
25207
25208 \begin_layout Plain Layout
25209 \begin_inset Caption
25210
25211 \begin_layout Plain Layout
25212 \begin_inset CommandInset label
25213 LatexCommand label
25214 name "tab:Two-subtables-side"
25215
25216 \end_inset
25217
25218 Two subtables placed side by side.
25219 \end_layout
25220
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \begin_layout Plain Layout
25227 \align center
25228 \begin_inset space \hfill{}
25229 \end_inset
25230
25231
25232 \begin_inset Float table
25233 wide false
25234 sideways false
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238 \begin_inset Caption
25239
25240 \begin_layout Plain Layout
25241 \begin_inset CommandInset label
25242 LatexCommand label
25243 name "tab:This-is-subtable-a"
25244
25245 \end_inset
25246
25247 This is subtable a.
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Plain Layout
25256 \align center
25257 \begin_inset Tabular
25258 <lyxtabular version="3" rows="1" columns="5">
25259 <features tabularvalignment="middle">
25260 <column alignment="center" valignment="top" width="0">
25261 <column alignment="center" valignment="top" width="0">
25262 <column alignment="center" valignment="top" width="0">
25263 <column alignment="center" valignment="top" width="0">
25264 <column alignment="center" valignment="top" width="0">
25265 <row>
25266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 test
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 b
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288 c
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297 d
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306 e
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 </lyxtabular>
25313
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \begin_inset space \hfill{}
25323 \end_inset
25324
25325
25326 \begin_inset Float table
25327 wide false
25328 sideways false
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 \begin_inset Caption
25333
25334 \begin_layout Plain Layout
25335 \begin_inset CommandInset label
25336 LatexCommand label
25337 name "tab:This-is-subtable-b"
25338
25339 \end_inset
25340
25341 This is subtable b.
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Plain Layout
25350 \align center
25351 \begin_inset Tabular
25352 <lyxtabular version="3" rows="1" columns="5">
25353 <features tabularvalignment="middle">
25354 <column alignment="center" valignment="top" width="0">
25355 <column alignment="center" valignment="top" width="0">
25356 <column alignment="center" valignment="top" width="0">
25357 <column alignment="center" valignment="top" width="0">
25358 <column alignment="center" valignment="top" width="0">
25359 <row>
25360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364 e
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373 d
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382 c
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391 b
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400 test
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 </row>
25406 </lyxtabular>
25407
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414
25415
25416 \begin_inset space \hfill{}
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \begin_layout Standard
25428 \begin_inset Float table
25429 wide false
25430 sideways false
25431 status open
25432
25433 \begin_layout Plain Layout
25434 \begin_inset Caption
25435
25436 \begin_layout Plain Layout
25437 \begin_inset CommandInset label
25438 LatexCommand label
25439 name "tab:Two-subtables-upon"
25440
25441 \end_inset
25442
25443 Two subtables placed one above the other.
25444  (a) table with 4 cells, (b) table with 5 cells.
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Plain Layout
25453 \align center
25454 \begin_inset Float table
25455 wide false
25456 sideways false
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 \begin_inset Caption
25461
25462 \begin_layout Plain Layout
25463
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Plain Layout
25472 \align center
25473 \begin_inset Tabular
25474 <lyxtabular version="3" rows="1" columns="4">
25475 <features tabularvalignment="middle">
25476 <column alignment="center" valignment="top" width="0">
25477 <column alignment="center" valignment="top" width="0">
25478 <column alignment="center" valignment="top" width="0">
25479 <column alignment="center" valignment="top" width="0">
25480 <row>
25481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485 test
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494 test
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 test
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 test
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 </row>
25518 </lyxtabular>
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \begin_layout Plain Layout
25531 \align center
25532 \begin_inset Float table
25533 wide false
25534 sideways false
25535 status collapsed
25536
25537 \begin_layout Plain Layout
25538 \begin_inset Caption
25539
25540 \begin_layout Plain Layout
25541
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \begin_layout Plain Layout
25550 \align center
25551 \begin_inset Tabular
25552 <lyxtabular version="3" rows="1" columns="5">
25553 <features tabularvalignment="middle">
25554 <column alignment="center" valignment="top" width="0">
25555 <column alignment="center" valignment="top" width="0">
25556 <column alignment="center" valignment="top" width="0">
25557 <column alignment="center" valignment="top" width="0">
25558 <column alignment="center" valignment="top" width="0">
25559 <row>
25560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564 a
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573 b
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582 c
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 d
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Plain Layout
25600 e
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 </row>
25606 </lyxtabular>
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \begin_layout Section
25624 Floats Side by Side
25625 \begin_inset Index idx
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629 Floats ! Side by side
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 To place floats side by side, as in Figures
25639 \begin_inset space ~
25640 \end_inset
25641
25642
25643 \begin_inset CommandInset ref
25644 LatexCommand ref
25645 reference "fig:Float-left"
25646
25647 \end_inset
25648
25649  and 
25650 \begin_inset CommandInset ref
25651 LatexCommand ref
25652 reference "fig:Float-right"
25653
25654 \end_inset
25655
25656 , only 
25657 \emph on
25658 one
25659 \emph default
25660  float is used.
25661  In it two minipage boxes are inserted.
25662 \begin_inset Foot
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666 Minipages are explained in section
25667 \begin_inset space ~
25668 \end_inset
25669
25670
25671 \begin_inset CommandInset ref
25672 LatexCommand ref
25673 reference "sec:Minipages"
25674
25675 \end_inset
25676
25677 .
25678 \end_layout
25679
25680 \end_inset
25681
25682  The width is set to 45
25683 \begin_inset space \thinspace{}
25684 \end_inset
25685
25686 -50
25687 \begin_inset space \thinspace{}
25688 \end_inset
25689
25690 column% and the box alignment to 
25691 \family sans
25692 Bottom
25693 \family default
25694  for each minipage.
25695  The minipage boxes contain the image and the caption in the same way as
25696  they are in a float.
25697  The only difference is that the image unit 
25698 \family sans
25699 Column
25700 \begin_inset space ~
25701 \end_inset
25702
25703 Width
25704 \begin_inset space ~
25705 \end_inset
25706
25707 %
25708 \family default
25709  is now calculated according to the width of the minipage boxes.
25710 \end_layout
25711
25712 \begin_layout Standard
25713 \begin_inset Float figure
25714 wide false
25715 sideways false
25716 status open
25717
25718 \begin_layout Plain Layout
25719 \begin_inset Box Frameless
25720 position "b"
25721 hor_pos "c"
25722 has_inner_box 1
25723 inner_pos "t"
25724 use_parbox 0
25725 use_makebox 0
25726 width "45col%"
25727 special "none"
25728 height "1in"
25729 height_special "totalheight"
25730 status open
25731
25732 \begin_layout Plain Layout
25733 \align center
25734 \begin_inset Graphics
25735         filename clipart/mobius.eps
25736         lyxscale 50
25737         width 100col%
25738         scaleBeforeRotation
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \begin_layout Plain Layout
25746 \begin_inset Caption
25747
25748 \begin_layout Plain Layout
25749 \begin_inset CommandInset label
25750 LatexCommand label
25751 name "fig:Float-left"
25752
25753 \end_inset
25754
25755 Float on the left side.
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \end_inset
25764
25765
25766 \begin_inset space \hfill{}
25767 \end_inset
25768
25769
25770 \begin_inset Box Frameless
25771 position "b"
25772 hor_pos "c"
25773 has_inner_box 1
25774 inner_pos "t"
25775 use_parbox 0
25776 use_makebox 0
25777 width "45col%"
25778 special "none"
25779 height "1in"
25780 height_special "totalheight"
25781 status open
25782
25783 \begin_layout Plain Layout
25784 \align center
25785 \begin_inset Graphics
25786         filename clipart/platypus.eps
25787         lyxscale 50
25788         width 100col%
25789         scaleBeforeRotation
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Plain Layout
25797 \begin_inset Caption
25798
25799 \begin_layout Plain Layout
25800 \begin_inset CommandInset label
25801 LatexCommand label
25802 name "fig:Float-right"
25803
25804 \end_inset
25805
25806 Float on the right side.
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Plain Layout
25820
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Section
25829 Caption Formatting
25830 \begin_inset Index idx
25831 status collapsed
25832
25833 \begin_layout Plain Layout
25834 Caption ! Formatting
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \begin_inset Index idx
25841 status collapsed
25842
25843 \begin_layout Plain Layout
25844 Floats ! Caption Formatting
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \begin_inset CommandInset label
25851 LatexCommand label
25852 name "sec:Caption-Formatting"
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Standard
25860 The 
25861 \family sans
25862 Caption
25863 \family default
25864  environment is the default paragraph environment for 
25865 \family sans
25866 Floats
25867 \family default
25868 .
25869  On the LyX screen captions appear as label, e.
25870 \begin_inset space \thinspace{}
25871 \end_inset
25872
25873 g.
25874 \begin_inset space \space{}
25875 \end_inset
25876
25877
25878 \begin_inset Quotes eld
25879 \end_inset
25880
25881
25882 \family sans
25883 Figure #:
25884 \family default
25885
25886 \begin_inset Quotes erd
25887 \end_inset
25888
25889  followed by the caption text.
25890  
25891 \begin_inset Quotes eld
25892 \end_inset
25893
25894 #
25895 \begin_inset Quotes erd
25896 \end_inset
25897
25898  is the actual reference number.
25899  By default the label and the number are in the same font as the caption
25900  text and a colon follows the number to divide the label from the text.
25901  This caption format is not suitable for all document formats.
25902  
25903 \end_layout
25904
25905 \begin_layout Standard
25906 To change the default caption format, load the LaTeX-package 
25907 \series bold
25908 caption
25909 \series default
25910
25911 \begin_inset Index idx
25912 status collapsed
25913
25914 \begin_layout Plain Layout
25915 LaTeX-packages ! caption
25916 \end_layout
25917
25918 \end_inset
25919
25920  in the document preamble with this line:
25921 \end_layout
25922
25923 \begin_layout Standard
25924
25925 \series bold
25926
25927 \backslash
25928 usepackage[format definition]{caption}
25929 \end_layout
25930
25931 \begin_layout Standard
25932 To have for example the label and the number in sans-serif bold font and
25933  the table captions always above the table as in this document, use the
25934  following command:
25935 \end_layout
25936
25937 \begin_layout Standard
25938
25939 \series bold
25940
25941 \backslash
25942 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25943 \end_layout
25944
25945 \begin_layout Standard
25946 You can also define different caption formats for the different float types.
25947  In this case load the 
25948 \series bold
25949 caption
25950 \series default
25951  package without format specific options and define the different formats
25952  with the help of the command
25953 \end_layout
25954
25955 \begin_layout Standard
25956
25957 \series bold
25958
25959 \backslash
25960 captionsetup[float type]{format definition}
25961 \end_layout
25962
25963 \begin_layout Standard
25964 in the document preamble.
25965  For example the caption formats of Figure
25966 \begin_inset space ~
25967 \end_inset
25968
25969
25970 \begin_inset CommandInset ref
25971 LatexCommand ref
25972 reference "fig:This-is-an-fig"
25973
25974 \end_inset
25975
25976  and Table
25977 \begin_inset space ~
25978 \end_inset
25979
25980
25981 \begin_inset CommandInset ref
25982 LatexCommand ref
25983 reference "tab:This-is-an-tab"
25984
25985 \end_inset
25986
25987  can be created using these commands in the document preamble:
25988 \end_layout
25989
25990 \begin_layout Standard
25991
25992 \series bold
25993
25994 \backslash
25995 usepackage[tableposition=top]{caption}
25996 \series default
25997
25998 \begin_inset Newline newline
25999 \end_inset
26000
26001
26002 \series bold
26003
26004 \backslash
26005 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26006 \begin_inset Newline newline
26007 \end_inset
26008
26009
26010 \begin_inset Phantom HPhantom
26011 status open
26012
26013 \begin_layout Plain Layout
26014
26015 \series bold
26016
26017 \backslash
26018 captionsetup[figure]{
26019 \end_layout
26020
26021 \end_inset
26022
26023 labelsep=period}
26024 \begin_inset Newline newline
26025 \end_inset
26026
26027
26028 \backslash
26029 captionsetup[table]{labelfont={bf,sf}}
26030 \end_layout
26031
26032 \begin_layout Standard
26033 \begin_inset Note Greyedout
26034 status open
26035
26036 \begin_layout Plain Layout
26037
26038 \series bold
26039 Note:
26040 \series default
26041  The option 
26042 \series bold
26043 tableposition=top
26044 \series default
26045  has no effect when a 
26046 \series bold
26047 KOMA-Script
26048 \series default
26049
26050 \begin_inset Index idx
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 LaTeX-packages ! KOMA-Script
26055 \end_layout
26056
26057 \end_inset
26058
26059  document class is used.
26060  In this case the document class option 
26061 \series bold
26062 captions=tableheading
26063 \series default
26064  must be used.
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Standard
26073 For more information about the package 
26074 \series bold
26075 caption
26076 \series default
26077  we refer to its documentation 
26078 \begin_inset CommandInset citation
26079 LatexCommand cite
26080 key "caption"
26081
26082 \end_inset
26083
26084 .
26085 \end_layout
26086
26087 \begin_layout Standard
26088 To change the label name from e.
26089 \begin_inset space \thinspace{}
26090 \end_inset
26091
26092 g.
26093 \begin_inset space \space{}
26094 \end_inset
26095
26096
26097 \begin_inset Quotes eld
26098 \end_inset
26099
26100 Figure
26101 \begin_inset Quotes erd
26102 \end_inset
26103
26104  to 
26105 \begin_inset Quotes eld
26106 \end_inset
26107
26108 Image
26109 \begin_inset Quotes erd
26110 \end_inset
26111
26112  use this preamble command:
26113 \end_layout
26114
26115 \begin_layout Standard
26116
26117 \series bold
26118
26119 \backslash
26120 renewcommand{
26121 \backslash
26122 fnum@figure}{Image~
26123 \backslash
26124 thefigure}
26125 \end_layout
26126
26127 \begin_layout Standard
26128 where 
26129 \series bold
26130
26131 \backslash
26132 thefigure
26133 \series default
26134  inserts the figure number and
26135 \series bold
26136  
26137 \begin_inset Quotes eld
26138 \end_inset
26139
26140 ~
26141 \series default
26142
26143 \begin_inset Quotes erd
26144 \end_inset
26145
26146  creates a protected space.
26147 \end_layout
26148
26149 \begin_layout Standard
26150 \begin_inset VSpace bigskip
26151 \end_inset
26152
26153 If you are using a 
26154 \series bold
26155 KOMA-Script
26156 \series default
26157
26158 \begin_inset Index idx
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162 LaTeX-packages ! KOMA-Script
26163 \end_layout
26164
26165 \end_inset
26166
26167  document class (
26168 \family sans
26169 article (KOMA-Script)
26170 \family default
26171
26172 \family sans
26173 book (KOMA-Script)
26174 \family default
26175
26176 \family sans
26177 letter (KOMA-Script)
26178 \family default
26179 , or 
26180 \family sans
26181 report (KOMA-Script)
26182 \family default
26183
26184 \begin_inset space \thinspace{}
26185 \end_inset
26186
26187 ), you can alternatively to the 
26188 \series bold
26189 caption
26190 \series default
26191  package use 
26192 \series bold
26193 KOMA-Script
26194 \series default
26195 's built-in command 
26196 \series bold
26197
26198 \backslash
26199 setkomafont
26200 \series default
26201 .
26202  For example, to have the caption label in bold, add this command to your
26203  document preamble:
26204 \end_layout
26205
26206 \begin_layout Standard
26207
26208 \series bold
26209
26210 \backslash
26211 setkomafont{captionlabel}{
26212 \backslash
26213 bfseries}
26214 \end_layout
26215
26216 \begin_layout Standard
26217 For more information about 
26218 \series bold
26219
26220 \backslash
26221 setkomafont
26222 \series default
26223  we refer to the 
26224 \series bold
26225 KOMA-Script
26226 \series default
26227  documentation 
26228 \begin_inset CommandInset citation
26229 LatexCommand cite
26230 key "KOMA-Script"
26231
26232 \end_inset
26233
26234 .
26235 \end_layout
26236
26237 \begin_layout Standard
26238 \begin_inset ERT
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242
26243
26244 \backslash
26245 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26246 }
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \begin_inset Note Note
26253 status open
26254
26255 \begin_layout Plain Layout
26256 The caption format is changed only for this example.
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \begin_layout Standard
26265 \begin_inset Float figure
26266 placement !p
26267 wide false
26268 sideways false
26269 status open
26270
26271 \begin_layout Plain Layout
26272 \align center
26273 \begin_inset Graphics
26274         filename clipart/mobius.eps
26275         lyxscale 50
26276         scale 50
26277         scaleBeforeRotation
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Caption
26286
26287 \begin_layout Plain Layout
26288 \begin_inset CommandInset label
26289 LatexCommand label
26290 name "fig:This-is-an-fig"
26291
26292 \end_inset
26293
26294 This is an example figure caption that is longer than one line to show the
26295  different caption format.
26296  Here a self-defined caption format is used.
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset ERT
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314
26315
26316 \backslash
26317 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26318 on}
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \begin_layout Standard
26327 \begin_inset Float table
26328 placement !p
26329 wide false
26330 sideways false
26331 status open
26332
26333 \begin_layout Plain Layout
26334 \begin_inset Caption
26335
26336 \begin_layout Plain Layout
26337 \begin_inset CommandInset label
26338 LatexCommand label
26339 name "tab:This-is-an-tab"
26340
26341 \end_inset
26342
26343 This is an example table caption that is longer than one line to show the
26344  different caption format.
26345  Here the standard caption format for tables in this document is used.
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Plain Layout
26354 \align center
26355 \begin_inset Tabular
26356 <lyxtabular version="3" rows="1" columns="5">
26357 <features tabularvalignment="middle">
26358 <column alignment="center" valignment="top" width="0">
26359 <column alignment="center" valignment="top" width="0">
26360 <column alignment="center" valignment="top" width="0">
26361 <column alignment="center" valignment="top" width="0">
26362 <column alignment="center" valignment="top" width="0">
26363 <row>
26364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 a
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 b
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 c
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 d
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 e
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 </row>
26410 </lyxtabular>
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Section
26423 Caption Placement
26424 \begin_inset Index idx
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428 Caption ! Placement
26429 \end_layout
26430
26431 \end_inset
26432
26433
26434 \begin_inset Index idx
26435 status collapsed
26436
26437 \begin_layout Plain Layout
26438 Floats ! Caption Placement
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \begin_inset CommandInset label
26445 LatexCommand label
26446 name "sec:Caption-Placement"
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \begin_layout Standard
26454 The common caption placement rule is:
26455 \end_layout
26456
26457 \begin_layout Description
26458 Figure: Caption is set below the figure
26459 \end_layout
26460
26461 \begin_layout Description
26462 Table: Caption is set above the table
26463 \end_layout
26464
26465 \begin_layout Standard
26466 Having the caption above the table is unfortunately not supported in LaTeX's
26467  standard classes.
26468  That means if you are using the document classes 
26469 \family sans
26470 article
26471 \family default
26472
26473 \family sans
26474 book
26475 \family default
26476
26477 \family sans
26478 letter
26479 \family default
26480 , or 
26481 \family sans
26482 report
26483 \family default
26484  there will be no space between the caption and the table.
26485  To insert the necessary space, add the following option to the load command
26486  of the LaTeX-package 
26487 \series bold
26488 caption
26489 \series default
26490  in your document preamble
26491 \begin_inset Foot
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495 See section
26496 \begin_inset space ~
26497 \end_inset
26498
26499
26500 \begin_inset CommandInset ref
26501 LatexCommand ref
26502 reference "sec:Caption-Formatting"
26503
26504 \end_inset
26505
26506  for more information of the package 
26507 \series bold
26508 caption
26509 \series default
26510 .
26511 \end_layout
26512
26513 \end_inset
26514
26515 :
26516 \end_layout
26517
26518 \begin_layout Standard
26519
26520 \series bold
26521 tableposition=top
26522 \end_layout
26523
26524 \begin_layout Standard
26525 If you are using a 
26526 \series bold
26527 KOMA-Script
26528 \series default
26529
26530 \begin_inset Index idx
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534 LaTeX-packages ! KOMA-Script
26535 \end_layout
26536
26537 \end_inset
26538
26539  document class (
26540 \family sans
26541 article (KOMA-Script)
26542 \family default
26543
26544 \family sans
26545 book (KOMA-Script)
26546 \family default
26547
26548 \family sans
26549 letter (KOMA-Script)
26550 \family default
26551 , or 
26552 \family sans
26553 report (KOMA-Script)
26554 \family default
26555
26556 \begin_inset space \thinspace{}
26557 \end_inset
26558
26559 ), you can alternatively to the 
26560 \series bold
26561 caption
26562 \series default
26563  package set the document class option 
26564 \series bold
26565 captions=tableheading
26566 \series default
26567 .
26568 \end_layout
26569
26570 \begin_layout Standard
26571 \begin_inset VSpace bigskip
26572 \end_inset
26573
26574 It is also possible to set the caption beside a figure or table.
26575  To get this the LaTeX-package 
26576 \series bold
26577 sidecap
26578 \series default
26579
26580 \begin_inset Index idx
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584 LaTeX-packages ! sidecap
26585 \end_layout
26586
26587 \end_inset
26588
26589  has to be loaded in the document preamble with the line
26590 \end_layout
26591
26592 \begin_layout Standard
26593
26594 \series bold
26595
26596 \backslash
26597 usepackage[option]{sidecap}
26598 \end_layout
26599
26600 \begin_layout Standard
26601 If you set no option, the caption is placed on the side of the outer page
26602  margin â€“ to the right on odd pages, to the left on even pages.
26603  You can change the placement to inner margin with the option 
26604 \series bold
26605 innercaption
26606 \series default
26607 .
26608  To force the placement always to the right or left, use the option 
26609 \series bold
26610 rightcaption
26611 \series default
26612  or 
26613 \series bold
26614 leftcaption
26615 \series default
26616 , respectively.
26617 \end_layout
26618
26619 \begin_layout Standard
26620 \begin_inset ERT
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624
26625
26626 \backslash
26627 ifsidecap
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \begin_inset Note Note
26634 status open
26635
26636 \begin_layout Plain Layout
26637 The following section will only be displayed when the LaTeX-package 
26638 \series bold
26639 sidecap
26640 \series default
26641  is installed.
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \begin_layout Standard
26650 To place in LyX the caption of a float on the side, it is necessary to add
26651  these commands to the document preamble:
26652 \end_layout
26653
26654 \begin_layout Standard
26655 \begin_inset Newpage pagebreak
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 \noindent
26663 \begin_inset CommandInset line
26664 LatexCommand rule
26665 offset "0.5ex"
26666 width "100line%"
26667 height "1pt"
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \begin_layout Standard
26675
26676 \series bold
26677
26678 \backslash
26679 newcommand{
26680 \backslash
26681 TabBesBeg}[1][1.0]{%
26682 \begin_inset Newline newline
26683 \end_inset
26684
26685
26686 \begin_inset Phantom HPhantom
26687 status open
26688
26689 \begin_layout Plain Layout
26690 \begin_inset space ~
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \backslash
26700 let
26701 \backslash
26702 MyTable
26703 \backslash
26704 table
26705 \begin_inset Newline newline
26706 \end_inset
26707
26708
26709 \begin_inset Phantom HPhantom
26710 status open
26711
26712 \begin_layout Plain Layout
26713
26714 \series medium
26715 \begin_inset space ~
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \backslash
26725 let
26726 \backslash
26727 MyEndtable
26728 \backslash
26729 endtable
26730 \begin_inset Newline newline
26731 \end_inset
26732
26733
26734 \begin_inset Phantom HPhantom
26735 status open
26736
26737 \begin_layout Plain Layout
26738
26739 \series medium
26740 \begin_inset space ~
26741 \end_inset
26742
26743
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \backslash
26750 renewenvironment{table}[1]{
26751 \backslash
26752 begin{SCtable}[#1]##1}{
26753 \backslash
26754 end{SCtable}}}
26755 \end_layout
26756
26757 \begin_layout Standard
26758
26759 \series bold
26760
26761 \backslash
26762 newcommand{
26763 \backslash
26764 TabBesEnd}{%
26765 \begin_inset Newline newline
26766 \end_inset
26767
26768
26769 \begin_inset Phantom HPhantom
26770 status open
26771
26772 \begin_layout Plain Layout
26773 \begin_inset space ~
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \end_inset
26780
26781
26782 \backslash
26783 let
26784 \backslash
26785 table
26786 \backslash
26787 MyTable
26788 \begin_inset Newline newline
26789 \end_inset
26790
26791
26792 \begin_inset Phantom HPhantom
26793 status open
26794
26795 \begin_layout Plain Layout
26796 \begin_inset space ~
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \backslash
26806 let
26807 \backslash
26808 endtable
26809 \backslash
26810 MyEndtable
26811 \end_layout
26812
26813 \begin_layout Standard
26814
26815 \series bold
26816
26817 \backslash
26818 newcommand{
26819 \backslash
26820 FigBesBeg}[1][1.0]{%
26821 \begin_inset Newline newline
26822 \end_inset
26823
26824
26825 \begin_inset Phantom HPhantom
26826 status open
26827
26828 \begin_layout Plain Layout
26829 \begin_inset space ~
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \backslash
26839 let
26840 \backslash
26841 MyFigure
26842 \backslash
26843 figure
26844 \begin_inset Newline newline
26845 \end_inset
26846
26847
26848 \begin_inset Phantom HPhantom
26849 status open
26850
26851 \begin_layout Plain Layout
26852 \begin_inset space ~
26853 \end_inset
26854
26855
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \backslash
26862 let
26863 \backslash
26864 MyEndfigure
26865 \backslash
26866 endfigure
26867 \begin_inset Newline newline
26868 \end_inset
26869
26870
26871 \begin_inset Phantom HPhantom
26872 status open
26873
26874 \begin_layout Plain Layout
26875 \begin_inset space ~
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \backslash
26885 renewenvironment{figure}[1]{
26886 \backslash
26887 begin{SCfigure}[#1]##1}{
26888 \backslash
26889 end{SCfigure}}}
26890 \end_layout
26891
26892 \begin_layout Standard
26893
26894 \series bold
26895
26896 \backslash
26897 newcommand{
26898 \backslash
26899 FigBesEnd}{%
26900 \begin_inset Newline newline
26901 \end_inset
26902
26903
26904 \begin_inset Phantom HPhantom
26905 status open
26906
26907 \begin_layout Plain Layout
26908 \begin_inset space ~
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \end_inset
26915
26916
26917 \backslash
26918 let
26919 \backslash
26920 figure
26921 \backslash
26922 MyFigure
26923 \begin_inset Newline newline
26924 \end_inset
26925
26926
26927 \begin_inset Phantom HPhantom
26928 status open
26929
26930 \begin_layout Plain Layout
26931 \begin_inset space ~
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \backslash
26941 let
26942 \backslash
26943 endfigure
26944 \backslash
26945 MyEndfigure}
26946 \end_layout
26947
26948 \begin_layout Standard
26949 \noindent
26950 \begin_inset CommandInset line
26951 LatexCommand rule
26952 offset "0.5ex"
26953 width "100line%"
26954 height "1pt"
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Standard
26962 The commands allow you to redefine the floats so that the caption is set
26963  on the side.
26964  For figure floats use the command
26965 \end_layout
26966
26967 \begin_layout Standard
26968
26969 \series bold
26970
26971 \backslash
26972 FigBesBeg
26973 \end_layout
26974
26975 \begin_layout Standard
26976 in TeX-Code before the float.
26977  And insert the command
26978 \end_layout
26979
26980 \begin_layout Standard
26981
26982 \series bold
26983
26984 \backslash
26985 FigBesEnd
26986 \end_layout
26987
26988 \begin_layout Standard
26989 in TeX-Code at the point where you want to get back to the original float
26990  definition.
26991 \end_layout
26992
26993 \begin_layout Standard
26994 For table floats use the corresponding commands
26995 \end_layout
26996
26997 \begin_layout Standard
26998
26999 \series bold
27000
27001 \backslash
27002 TabBesBeg
27003 \series default
27004  and 
27005 \series bold
27006
27007 \backslash
27008 TabBesEnd
27009 \end_layout
27010
27011 \begin_layout Standard
27012 Figure
27013 \begin_inset space ~
27014 \end_inset
27015
27016
27017 \begin_inset CommandInset ref
27018 LatexCommand ref
27019 reference "fig:cap-beside-fig"
27020
27021 \end_inset
27022
27023  and Table
27024 \begin_inset space ~
27025 \end_inset
27026
27027
27028 \begin_inset CommandInset ref
27029 LatexCommand ref
27030 reference "tab:cap-beside-tab"
27031
27032 \end_inset
27033
27034  are examples where the caption is set beside.
27035 \end_layout
27036
27037 \begin_layout Standard
27038 You can see in the examples that the caption text appears at the top of
27039  the floats for table floats and at the bottom for figure floats.
27040  To change this, you can use the command
27041 \end_layout
27042
27043 \begin_layout Standard
27044
27045 \series bold
27046
27047 \backslash
27048 sidecaptionvpos{float type}{placement}
27049 \end_layout
27050
27051 \begin_layout Standard
27052 in the document preamble or in TeX-Code before the float.
27053  The float type is either 
27054 \family sans
27055 figure
27056 \family default
27057  or 
27058 \family sans
27059 table
27060 \family default
27061 , the placement can be 
27062 \begin_inset Quotes eld
27063 \end_inset
27064
27065
27066 \family sans
27067 t
27068 \family default
27069
27070 \begin_inset Quotes erd
27071 \end_inset
27072
27073  for top, 
27074 \begin_inset Quotes eld
27075 \end_inset
27076
27077
27078 \family sans
27079 c
27080 \family default
27081
27082 \begin_inset Quotes erd
27083 \end_inset
27084
27085  for center, or 
27086 \begin_inset Quotes eld
27087 \end_inset
27088
27089
27090 \family sans
27091 b
27092 \family default
27093
27094 \begin_inset Quotes erd
27095 \end_inset
27096
27097  for bottom.
27098  To have for example the caption of figure floats vertically centered, use
27099  the command
27100 \end_layout
27101
27102 \begin_layout Standard
27103
27104 \series bold
27105
27106 \backslash
27107 sidecaptionvpos{figure}{c}
27108 \end_layout
27109
27110 \begin_layout Standard
27111 This was used for Figure
27112 \begin_inset space ~
27113 \end_inset
27114
27115
27116 \begin_inset CommandInset ref
27117 LatexCommand ref
27118 reference "fig:cap-beside-fig-2"
27119
27120 \end_inset
27121
27122 .
27123 \end_layout
27124
27125 \begin_layout Standard
27126 \begin_inset VSpace medskip
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \begin_layout Standard
27133 The default caption width is the width of the image/table.
27134  For thin image/tables, like in Table
27135 \begin_inset space ~
27136 \end_inset
27137
27138
27139 \begin_inset CommandInset ref
27140 LatexCommand ref
27141 reference "tab:cap-beside-tab"
27142
27143 \end_inset
27144
27145 , this leads to captions that are too thin.
27146  You can increase the width by specifying a factor that will be multiplied
27147  with the image/table width to get the caption width.
27148  The caption width will automatically be recalculated in case it would protrude
27149  over the page or column margin due to the specified width.
27150  The 
27151 \emph on
27152 factor
27153 \emph default
27154  can either be given as optional argument for 
27155 \series bold
27156
27157 \backslash
27158 FigBesBeg
27159 \series default
27160 :
27161 \end_layout
27162
27163 \begin_layout Standard
27164
27165 \series bold
27166
27167 \backslash
27168 FigBesBeg[factor]
27169 \end_layout
27170
27171 \begin_layout Standard
27172 or in the definition of 
27173 \series bold
27174
27175 \backslash
27176 FigBesBeg
27177 \series default
27178  by replacing the 
27179 \series bold
27180 1.0
27181 \series default
27182  with another value.
27183  If you do the latter, your factor will be the default if 
27184 \series bold
27185
27186 \backslash
27187 FigBesBeg
27188 \series default
27189  is used without an argument.
27190  For Table
27191 \begin_inset space ~
27192 \end_inset
27193
27194
27195 \begin_inset CommandInset ref
27196 LatexCommand ref
27197 reference "tab:cap-beside-tab-wider"
27198
27199 \end_inset
27200
27201  the factor 5 was used.
27202 \end_layout
27203
27204 \begin_layout Standard
27205 \begin_inset Note Greyedout
27206 status open
27207
27208 \begin_layout Plain Layout
27209
27210 \series bold
27211 Note:
27212 \series default
27213  For floats with captions set beside, you cannot use the float placement
27214  option 
27215 \family sans
27216 Here
27217 \begin_inset space ~
27218 \end_inset
27219
27220 definitely
27221 \family default
27222  because it is not supported by 
27223 \series bold
27224 sidecap
27225 \series default
27226 .
27227 \end_layout
27228
27229 \end_inset
27230
27231
27232 \end_layout
27233
27234 \begin_layout Standard
27235 \begin_inset VSpace medskip
27236 \end_inset
27237
27238 For more information about the package 
27239 \series bold
27240 sidecap
27241 \series default
27242  we refer to its documentation 
27243 \begin_inset CommandInset citation
27244 LatexCommand cite
27245 key "sidecap"
27246
27247 \end_inset
27248
27249 .
27250 \end_layout
27251
27252 \begin_layout Standard
27253 \begin_inset Note Greyedout
27254 status open
27255
27256 \begin_layout Plain Layout
27257
27258 \series bold
27259 Note:
27260 \series default
27261  The LaTeX-package 
27262 \series bold
27263 hypcap
27264 \series default
27265
27266 \begin_inset Index idx
27267 status collapsed
27268
27269 \begin_layout Plain Layout
27270 LaTeX-packages ! hypcap
27271 \end_layout
27272
27273 \end_inset
27274
27275 , described in section
27276 \begin_inset space ~
27277 \end_inset
27278
27279
27280 \begin_inset CommandInset ref
27281 LatexCommand ref
27282 reference "sub:Reference-Position"
27283
27284 \end_inset
27285
27286 , has no effect on floats with the caption set beside.
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Standard
27295 \begin_inset ERT
27296 status collapsed
27297
27298 \begin_layout Plain Layout
27299
27300
27301 \backslash
27302 FigBesBeg
27303 \end_layout
27304
27305 \end_inset
27306
27307
27308 \end_layout
27309
27310 \begin_layout Standard
27311 \begin_inset Float figure
27312 wide false
27313 sideways false
27314 status open
27315
27316 \begin_layout Plain Layout
27317 \begin_inset Graphics
27318         filename clipart/escher-lsd.eps
27319         scale 75
27320         scaleBeforeRotation
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Plain Layout
27328 \begin_inset Caption
27329
27330 \begin_layout Plain Layout
27331 \begin_inset CommandInset label
27332 LatexCommand label
27333 name "fig:cap-beside-fig"
27334
27335 \end_inset
27336
27337 This is a caption beside a figure.
27338 \end_layout
27339
27340 \end_inset
27341
27342
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \begin_inset ERT
27352 status collapsed
27353
27354 \begin_layout Plain Layout
27355
27356
27357 \backslash
27358 FigBesEnd
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Standard
27367 \begin_inset ERT
27368 status collapsed
27369
27370 \begin_layout Plain Layout
27371
27372
27373 \backslash
27374 TabBesBeg
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 \begin_inset Float table
27384 wide false
27385 sideways false
27386 status open
27387
27388 \begin_layout Plain Layout
27389 \begin_inset Caption
27390
27391 \begin_layout Plain Layout
27392 \begin_inset CommandInset label
27393 LatexCommand label
27394 name "tab:cap-beside-tab"
27395
27396 \end_inset
27397
27398 This is a caption beside a table.
27399 \end_layout
27400
27401 \end_inset
27402
27403
27404 \end_layout
27405
27406 \begin_layout Plain Layout
27407 \begin_inset Tabular
27408 <lyxtabular version="3" rows="4" columns="5">
27409 <features tabularvalignment="middle">
27410 <column alignment="center" valignment="top" width="0">
27411 <column alignment="center" valignment="top" width="0">
27412 <column alignment="center" valignment="top" width="0">
27413 <column alignment="center" valignment="top" width="0">
27414 <column alignment="center" valignment="top" width="0">
27415 <row>
27416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420 a
27421 \end_layout
27422
27423 \end_inset
27424 </cell>
27425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27426 \begin_inset Text
27427
27428 \begin_layout Plain Layout
27429
27430 \end_layout
27431
27432 \end_inset
27433 </cell>
27434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Plain Layout
27438 b
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27453 \begin_inset Text
27454
27455 \begin_layout Plain Layout
27456 c
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 </row>
27462 <row>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476 d
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27491 \begin_inset Text
27492
27493 \begin_layout Plain Layout
27494 e
27495 \end_layout
27496
27497 \end_inset
27498 </cell>
27499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Plain Layout
27503
27504 \end_layout
27505
27506 \end_inset
27507 </cell>
27508 </row>
27509 <row>
27510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Plain Layout
27514 f
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Plain Layout
27532 g
27533 \end_layout
27534
27535 \end_inset
27536 </cell>
27537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27538 \begin_inset Text
27539
27540 \begin_layout Plain Layout
27541
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27547 \begin_inset Text
27548
27549 \begin_layout Plain Layout
27550 h
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 </row>
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570 i
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 j
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 </row>
27603 </lyxtabular>
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \begin_layout Standard
27616 \begin_inset ERT
27617 status collapsed
27618
27619 \begin_layout Plain Layout
27620
27621
27622 \backslash
27623 TabBesEnd
27624 \end_layout
27625
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \begin_layout Standard
27632 \begin_inset ERT
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637
27638 \backslash
27639 sidecaptionvpos{figure}{c}
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \begin_inset Float figure
27646 wide false
27647 sideways false
27648 status open
27649
27650 \begin_layout Plain Layout
27651 \begin_inset Graphics
27652         filename clipart/escher-lsd.eps
27653         scale 75
27654         scaleBeforeRotation
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Plain Layout
27662 \begin_inset Caption
27663
27664 \begin_layout Plain Layout
27665 \begin_inset CommandInset label
27666 LatexCommand label
27667 name "fig:cap-beside-fig-2"
27668
27669 \end_inset
27670
27671 This is a vertically centered caption beside a figure.
27672 \end_layout
27673
27674 \end_inset
27675
27676
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \begin_layout Standard
27685 \begin_inset ERT
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689
27690
27691 \backslash
27692 FigBesEnd
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Standard
27701 \begin_inset ERT
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 TabBesBeg[5]
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Standard
27717 \begin_inset Float table
27718 wide false
27719 sideways false
27720 status open
27721
27722 \begin_layout Plain Layout
27723 \begin_inset Caption
27724
27725 \begin_layout Plain Layout
27726 \begin_inset CommandInset label
27727 LatexCommand label
27728 name "tab:cap-beside-tab-wider"
27729
27730 \end_inset
27731
27732 This is a caption is wider than the one in Table
27733 \begin_inset space ~
27734 \end_inset
27735
27736
27737 \begin_inset CommandInset ref
27738 LatexCommand ref
27739 reference "tab:cap-beside-tab"
27740
27741 \end_inset
27742
27743 .
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \begin_layout Plain Layout
27752 \begin_inset Tabular
27753 <lyxtabular version="3" rows="4" columns="5">
27754 <features tabularvalignment="middle">
27755 <column alignment="center" valignment="top" width="0">
27756 <column alignment="center" valignment="top" width="0">
27757 <column alignment="center" valignment="top" width="0">
27758 <column alignment="center" valignment="top" width="0">
27759 <column alignment="center" valignment="top" width="0">
27760 <row>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 a
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Plain Layout
27774
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 b
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792
27793 \end_layout
27794
27795 \end_inset
27796 </cell>
27797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 c
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 </row>
27807 <row>
27808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 d
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Plain Layout
27839 e
27840 \end_layout
27841
27842 \end_inset
27843 </cell>
27844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27845 \begin_inset Text
27846
27847 \begin_layout Plain Layout
27848
27849 \end_layout
27850
27851 \end_inset
27852 </cell>
27853 </row>
27854 <row>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859 f
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Plain Layout
27877 g
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Plain Layout
27886
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27892 \begin_inset Text
27893
27894 \begin_layout Plain Layout
27895 h
27896 \end_layout
27897
27898 \end_inset
27899 </cell>
27900 </row>
27901 <row>
27902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Plain Layout
27906
27907 \end_layout
27908
27909 \end_inset
27910 </cell>
27911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27912 \begin_inset Text
27913
27914 \begin_layout Plain Layout
27915 i
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Plain Layout
27924
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933 j
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 </row>
27948 </lyxtabular>
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Standard
27961 \begin_inset ERT
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965
27966
27967 \backslash
27968 TabBesEnd
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \begin_layout Standard
27977 \begin_inset ERT
27978 status collapsed
27979
27980 \begin_layout Plain Layout
27981
27982
27983 \backslash
27984 else
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \begin_inset Note Note
27991 status open
27992
27993 \begin_layout Plain Layout
27994 The following will be displayed when the LaTeX-package 
27995 \series bold
27996 sidecap
27997 \series default
27998  is not installed:
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 You need to install the LaTeX-package 
28008 \series bold
28009 sidecap
28010 \series default
28011  to see the following part of this section in the output.
28012 \end_layout
28013
28014 \begin_layout Standard
28015 \begin_inset ERT
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019
28020
28021 \backslash
28022 fi
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Section
28031 Listings of Floats
28032 \begin_inset Index idx
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 Floats ! Float Lists
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \end_layout
28043
28044 \begin_layout Standard
28045 Similar to the table of contents where the sections of the document are
28046  listed, there are listings for all float types, like the figures of the
28047  documents.
28048  You can insert them via the 
28049 \family sans
28050 Insert\SpecialChar \menuseparator
28051 List
28052 \begin_inset space ~
28053 \end_inset
28054
28055 /
28056 \begin_inset space ~
28057 \end_inset
28058
28059 TOC
28060 \family default
28061  sub menus.
28062 \end_layout
28063
28064 \begin_layout Standard
28065 The list entries are the float captions or its short title, the float number,
28066  and the page number where they appear in the document.
28067 \end_layout
28068
28069 \begin_layout Standard
28070 You can find the list of figures and tables at the end of this document.
28071 \end_layout
28072
28073 \begin_layout Chapter
28074 Notes
28075 \end_layout
28076
28077 \begin_layout Section
28078 LyX Notes
28079 \begin_inset Index idx
28080 status collapsed
28081
28082 \begin_layout Plain Layout
28083 Notes ! LyX Notes
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \begin_layout Standard
28092 Notes are inserted with the toolbar button 
28093 \family sans
28094
28095 \begin_inset Info
28096 type  "icon"
28097 arg   "note-insert"
28098 \end_inset
28099
28100
28101 \family default
28102  or the menu 
28103 \family sans
28104 Insert\SpecialChar \menuseparator
28105 Note
28106 \family default
28107 .
28108  There are three types of notes:
28109 \end_layout
28110
28111 \begin_layout Description
28112 LyX
28113 \begin_inset space ~
28114 \end_inset
28115
28116 Note This note type is for internal notes that won't appear in the output.
28117  Its note-box looks like this:
28118 \begin_inset Newline newline
28119 \end_inset
28120
28121
28122 \begin_inset Newline newline
28123 \end_inset
28124
28125
28126 \begin_inset Graphics
28127         filename clipart/LyXNoteImageQt4.png
28128         display false
28129         scale 85
28130         scaleBeforeRotation
28131
28132 \end_inset
28133
28134  
28135 \begin_inset Note Note
28136 status open
28137
28138 \begin_layout Plain Layout
28139 This is text in a note box that doesn't appear in the output.
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Description
28148 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
28149 ent, when you export the document to LaTeX via the menu 
28150 \family sans
28151 File\SpecialChar \menuseparator
28152 Export\SpecialChar \menuseparator
28153 LaTeX (pdflatex) / (plain)
28154 \family default
28155 .
28156  Its note-box looks like this:
28157 \begin_inset Newline newline
28158 \end_inset
28159
28160
28161 \begin_inset Newline newline
28162 \end_inset
28163
28164
28165 \begin_inset Graphics
28166         filename clipart/CommentNoteImageQt4.png
28167         display false
28168         scale 85
28169         scaleBeforeRotation
28170
28171 \end_inset
28172
28173  
28174 \begin_inset Note Comment
28175 status open
28176
28177 \begin_layout Plain Layout
28178 This is text in a note box that only appears as comment in LaTeX-files.
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \begin_layout Description
28187 Greyed
28188 \begin_inset space ~
28189 \end_inset
28190
28191 Out This note will appear in the output as grey text.
28192  Its note-box looks like this:
28193 \begin_inset Newline newline
28194 \end_inset
28195
28196
28197 \begin_inset Newline newline
28198 \end_inset
28199
28200
28201 \begin_inset Graphics
28202         filename clipart/GreyedOutNoteImageQt4.png
28203         display false
28204         scale 85
28205         scaleBeforeRotation
28206
28207 \end_inset
28208
28209
28210 \begin_inset Newline newline
28211 \end_inset
28212
28213
28214 \begin_inset ERT
28215 status collapsed
28216
28217 \begin_layout Plain Layout
28218
28219
28220 \backslash
28221 renewenvironment{lyxgreyedout}
28222 \end_layout
28223
28224 \begin_layout Plain Layout
28225
28226 {
28227 \backslash
28228 textcolor[gray]{0.8}
28229 \backslash
28230 bgroup}{
28231 \backslash
28232 egroup}
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \begin_inset Note Greyedout
28239 status open
28240
28241 \begin_layout Plain Layout
28242 This is text
28243 \begin_inset Foot
28244 status open
28245
28246 \begin_layout Plain Layout
28247 This is an example footnote within a greyed out note.
28248 \end_layout
28249
28250 \end_inset
28251
28252  of a comment that appears in the output as grey text.
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \begin_inset ERT
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262
28263
28264 \backslash
28265 renewenvironment{lyxgreyedout}
28266 \end_layout
28267
28268 \begin_layout Plain Layout
28269
28270 {
28271 \backslash
28272 textcolor{blue}
28273 \backslash
28274 bgroup}{
28275 \backslash
28276 egroup}
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \begin_inset Note Note
28283 status collapsed
28284
28285 \begin_layout Plain Layout
28286 The greyed out note is here redefined to show it with the original LyX definitio
28287 n because greyed out notes are redefined in the preamble of this document,
28288  as described below, to have blue text.
28289 \end_layout
28290
28291 \end_inset
28292
28293
28294 \begin_inset Newline newline
28295 \end_inset
28296
28297
28298 \begin_inset Newline newline
28299 \end_inset
28300
28301 As you can see in the example, the first line of greyed out notes is a bit
28302  indented and greyed out notes can have footnotes.
28303 \end_layout
28304
28305 \begin_layout Standard
28306 \begin_inset VSpace bigskip
28307 \end_inset
28308
28309 When you use the toolbar button 
28310 \family sans
28311
28312 \begin_inset Info
28313 type  "icon"
28314 arg   "note-insert"
28315 \end_inset
28316
28317
28318 \family default
28319  to insert notes, a 
28320 \family sans
28321 LyX
28322 \begin_inset space ~
28323 \end_inset
28324
28325 Note
28326 \family default
28327  is inserted.
28328  You can switch between the five note types by right-clicking on the note-box.
28329  
28330 \family roman
28331 \series medium
28332 \bar no
28333 If you want to turn existing text into a note, mark it and click on the
28334  note
28335 \family default
28336 \series default
28337 \bar default
28338  toolbar 
28339 \family roman
28340 \series medium
28341 \bar no
28342 button
28343 \family default
28344 \series default
28345 \bar default
28346 .
28347  To change a note to text, press the backspace key when the cursor is in
28348  the first position of a note, or press the delete key when the cursor is
28349  in the very last position of the note, respectively.
28350 \end_layout
28351
28352 \begin_layout Standard
28353 \begin_inset VSpace bigskip
28354 \end_inset
28355
28356 You can change the text color of the greyed out notes in the menu 
28357 \family sans
28358 Document\SpecialChar \menuseparator
28359 Settings\SpecialChar \menuseparator
28360 Colors
28361 \family default
28362 .
28363 \end_layout
28364
28365 \begin_layout Section
28366 Footnotes
28367 \begin_inset CommandInset label
28368 LatexCommand label
28369 name "sec:Footnotes"
28370
28371 \end_inset
28372
28373
28374 \begin_inset Index idx
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 Notes ! Footnotes
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \begin_inset Index idx
28385 status collapsed
28386
28387 \begin_layout Plain Layout
28388 Footnotes
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \end_layout
28395
28396 \begin_layout Standard
28397 Footnotes can be inserted using the toolbar button 
28398 \family sans
28399
28400 \begin_inset Info
28401 type  "icon"
28402 arg   "footnote-insert"
28403 \end_inset
28404
28405
28406 \family default
28407  or the menu 
28408 \family sans
28409 Insert\SpecialChar \menuseparator
28410 Footnote
28411 \family default
28412 .
28413  
28414 \family roman
28415 \series medium
28416 \bar no
28417 You'll see
28418 \family default
28419 \series default
28420 \bar default
28421  then the following footnote-box: 
28422 \begin_inset Graphics
28423         filename clipart/footnoteQt4.png
28424         scale 80
28425         scaleBeforeRotation
28426
28427 \end_inset
28428
28429  
28430 \family roman
28431 \series medium
28432 \bar no
28433 where you can enter the footnote text.
28434  If you want to turn existing text into a footnote, mark it and click on
28435  the footnote
28436 \family default
28437 \series default
28438 \bar default
28439  toolbar 
28440 \family roman
28441 \series medium
28442 \bar no
28443 button
28444 \family default
28445 \series default
28446 \bar default
28447 .
28448  To change a 
28449 \family roman
28450 \series medium
28451 \bar no
28452 footnote
28453 \family default
28454 \series default
28455 \bar default
28456  to text, press the 
28457 \family sans
28458 Backspace
28459 \family default
28460  key when the cursor is in the first position of a 
28461 \family roman
28462 \series medium
28463 \bar no
28464 footnote
28465 \family default
28466 \series default
28467 \bar default
28468 , or press the 
28469 \family sans
28470 Delete
28471 \family default
28472  key when the cursor is in the very last position of the 
28473 \family roman
28474 \series medium
28475 \bar no
28476 footnote
28477 \family default
28478 \series default
28479 \bar default
28480 , respectively.
28481 \end_layout
28482
28483 \begin_layout Standard
28484 Here is an example footnote:
28485 \family roman
28486 \series medium
28487 \bar no
28488
28489 \begin_inset Foot
28490 status open
28491
28492 \begin_layout Plain Layout
28493 \begin_inset CommandInset label
28494 LatexCommand label
28495 name "foot:This-is-an"
28496
28497 \end_inset
28498
28499 This is an example footnote.
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \family default
28506 \series default
28507 \bar default
28508
28509 \begin_inset ERT
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513
28514
28515 \backslash
28516 newcounter{MyRepeatFoot}
28517 \end_layout
28518
28519 \begin_layout Plain Layout
28520
28521
28522 \backslash
28523 setcounter{MyRepeatFoot}{
28524 \backslash
28525 thefootnote}
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Standard
28534 The footnote will appear in the output as a superscript number at the text
28535  position where the footnote box is placed.
28536  The footnote text is placed at the bottom of the current page.
28537  The footnote number is calculated by LaTeX; the numbers are consecutive.
28538  It depends on your document-class, whether the footnote number is reset
28539  for every chapter.
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Footnotes can be referenced like floats: Insert a label into the footnote
28544  and cross-reference this label in the text as described in section
28545 \begin_inset space ~
28546 \end_inset
28547
28548
28549 \begin_inset CommandInset ref
28550 LatexCommand ref
28551 reference "sec:Referencing-Floats"
28552
28553 \end_inset
28554
28555 .
28556 \begin_inset Newline newline
28557 \end_inset
28558
28559 This is a cross-reference of Footnote
28560 \begin_inset space ~
28561 \end_inset
28562
28563
28564 \begin_inset CommandInset ref
28565 LatexCommand ref
28566 reference "foot:This-is-an"
28567
28568 \end_inset
28569
28570 .
28571 \end_layout
28572
28573 \begin_layout Standard
28574 \begin_inset VSpace defskip
28575 \end_inset
28576
28577 Footnotes in tables are not printed by LaTeX due to technical reasons.
28578  However there exists another method to print them: Instead of the footnote
28579  the command 
28580 \series bold
28581
28582 \backslash
28583 footnotemark{}
28584 \series default
28585  is inserted as TeX-code.
28586  The text of the footnote is entered as an argument of the TeX-code command
28587  
28588 \series bold
28589
28590 \backslash
28591 footnotetext
28592 \series default
28593  after the table.
28594 \begin_inset Newline newline
28595 \end_inset
28596
28597 This was done for the following table with the command
28598 \end_layout
28599
28600 \begin_layout Standard
28601
28602 \series bold
28603
28604 \backslash
28605 footnotetext{
28606 \series default
28607 Printed table footnote.
28608 \series bold
28609 }
28610 \end_layout
28611
28612 \begin_layout Standard
28613 \begin_inset Tabular
28614 <lyxtabular version="3" rows="2" columns="1">
28615 <features tabularvalignment="middle">
28616 <column alignment="center" valignment="top" width="0">
28617 <row>
28618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622 This an example text.
28623 \begin_inset Foot
28624 status open
28625
28626 \begin_layout Plain Layout
28627 This footnote will not be printed!
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \end_inset
28636 </cell>
28637 </row>
28638 <row>
28639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28640 \begin_inset Text
28641
28642 \begin_layout Plain Layout
28643 This an example text.
28644 \begin_inset ERT
28645 status collapsed
28646
28647 \begin_layout Plain Layout
28648
28649
28650 \backslash
28651 footnotemark{}
28652 \end_layout
28653
28654 \end_inset
28655
28656
28657 \end_layout
28658
28659 \end_inset
28660 </cell>
28661 </row>
28662 </lyxtabular>
28663
28664 \end_inset
28665
28666
28667 \begin_inset ERT
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671
28672
28673 \backslash
28674 footnotetext{
28675 \end_layout
28676
28677 \end_inset
28678
28679 Printed table footnote.
28680 \begin_inset ERT
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684
28685 }
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \begin_layout Standard
28694 Footnotes in longtables are described in section
28695 \begin_inset space ~
28696 \end_inset
28697
28698
28699 \begin_inset CommandInset ref
28700 LatexCommand ref
28701 reference "sub:Footnotes-in-Longtables"
28702
28703 \end_inset
28704
28705 .
28706 \end_layout
28707
28708 \begin_layout Standard
28709 Footnotes in minipage boxes are printed, but inside the box and with a different
28710  numbering because a minipage box is like a page inside a page.
28711  (For more about minipages, see section
28712 \begin_inset space ~
28713 \end_inset
28714
28715
28716 \begin_inset CommandInset ref
28717 LatexCommand ref
28718 reference "sec:Minipages"
28719
28720 \end_inset
28721
28722 .) To get a footnote in the minipage that is output at the bottom of the
28723  page like normal footnotes, also use the method of 
28724 \series bold
28725
28726 \backslash
28727 footnotemark{}
28728 \series default
28729  and 
28730 \series bold
28731
28732 \backslash
28733 footnotetext
28734 \series default
28735 .
28736 \end_layout
28737
28738 \begin_layout Standard
28739 \begin_inset Box Frameless
28740 position "t"
28741 hor_pos "c"
28742 has_inner_box 1
28743 inner_pos "t"
28744 use_parbox 0
28745 use_makebox 0
28746 width "100col%"
28747 special "none"
28748 height "1in"
28749 height_special "totalheight"
28750 status open
28751
28752 \begin_layout Plain Layout
28753 This an example text in a minipage.
28754 \begin_inset Foot
28755 status open
28756
28757 \begin_layout Plain Layout
28758 Footnote in the minipage.
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Plain Layout
28767 This an example text in a minipage.
28768 \begin_inset ERT
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772
28773
28774 \backslash
28775 footnotemark{}
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Standard
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 footnotetext{
28797 \end_layout
28798
28799 \end_inset
28800
28801 Footnote outside the minipage.
28802 \begin_inset ERT
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806
28807 }
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 \begin_inset VSpace defskip
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 To refer to the same footnote several times without printing the footnote
28824  text every time, use the command 
28825 \series bold
28826
28827 \backslash
28828 footnotemark[number]
28829 \series default
28830  in TeX-code.
28831 \begin_inset Newline newline
28832 \end_inset
28833
28834 As you do not know the number of the repeating footnote while you are writing
28835  the text, you have to store its number.
28836  For the following footnote mark example, these commands were inserted in
28837  TeX-code after Footnote
28838 \begin_inset space ~
28839 \end_inset
28840
28841
28842 \begin_inset CommandInset ref
28843 LatexCommand ref
28844 reference "foot:This-is-an"
28845
28846 \end_inset
28847
28848  to store the footnote number:
28849 \end_layout
28850
28851 \begin_layout Standard
28852
28853 \series bold
28854
28855 \backslash
28856 newcounter{MyRepeatFoot}
28857 \begin_inset Newline newline
28858 \end_inset
28859
28860
28861 \backslash
28862 setcounter{MyRepeatFoot}{
28863 \backslash
28864 thefootnote}
28865 \end_layout
28866
28867 \begin_layout Standard
28868 The footnote mark was then created with this command:
28869 \end_layout
28870
28871 \begin_layout Standard
28872
28873 \series bold
28874
28875 \backslash
28876 footnotemark[
28877 \backslash
28878 theMyRepeatFoot]
28879 \end_layout
28880
28881 \begin_layout Standard
28882 Here is a repeated footnote:
28883 \family roman
28884 \series medium
28885 \bar no
28886
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891
28892
28893 \backslash
28894 footnotemark[
28895 \backslash
28896 theMyRepeatFoot]
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \end_layout
28903
28904 \begin_layout Standard
28905 If you want to repeat the previous footnote, you can omit the storage of
28906  the footnote number and just use this command instead:
28907 \end_layout
28908
28909 \begin_layout Standard
28910
28911 \series bold
28912
28913 \backslash
28914 footnotemark[
28915 \backslash
28916 thefootnote]
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Here is another repeated footnote:
28921 \family roman
28922 \series medium
28923 \bar no
28924
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 footnotemark[
28933 \backslash
28934 thefootnote]
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \begin_layout Subsection
28943 Footnote Numbering
28944 \begin_inset CommandInset label
28945 LatexCommand label
28946 name "sub:Footnote-Numbering"
28947
28948 \end_inset
28949
28950
28951 \begin_inset Index idx
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955 Footnotes ! Numbering
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \begin_layout Standard
28964 To reset the footnote number back to 1 after each section
28965 \family roman
28966 , add this command to your document preamble:
28967 \end_layout
28968
28969 \begin_layout Standard
28970
28971 \series bold
28972
28973 \backslash
28974 @addtoreset{footnote}{section}
28975 \end_layout
28976
28977 \begin_layout Standard
28978 \begin_inset VSpace bigskip
28979 \end_inset
28980
28981 The following preamble command changes the footnote numbering style to small
28982  roman numerals:
28983 \end_layout
28984
28985 \begin_layout Standard
28986
28987 \series bold
28988
28989 \backslash
28990 renewcommand{
28991 \backslash
28992 thefootnote}{
28993 \backslash
28994 roman{footnote}}
28995 \end_layout
28996
28997 \begin_layout Standard
28998 \begin_inset ERT
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002
29003
29004 \backslash
29005 renewcommand{
29006 \backslash
29007 thefootnote}{
29008 \backslash
29009 roman{footnote}}
29010 \end_layout
29011
29012 \end_inset
29013
29014  This is a footnote with roman numbering:
29015 \begin_inset Foot
29016 status open
29017
29018 \begin_layout Plain Layout
29019 This is an example footnote with roman numbering.
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 To change the numbering style to capital roman numerals replace in the command
29029  above 
29030 \series bold
29031
29032 \backslash
29033 roman
29034 \series default
29035  by 
29036 \series bold
29037
29038 \backslash
29039 Roman
29040 \series default
29041 .
29042  To 
29043 \begin_inset Quotes eld
29044 \end_inset
29045
29046 number
29047 \begin_inset Quotes erd
29048 \end_inset
29049
29050  footnotes with capital or small Latin letters use 
29051 \series bold
29052
29053 \backslash
29054 Alph
29055 \series default
29056  or 
29057 \series bold
29058
29059 \backslash
29060 alph
29061 \series default
29062 , respectively.
29063  To 
29064 \begin_inset Quotes eld
29065 \end_inset
29066
29067 number
29068 \begin_inset Quotes erd
29069 \end_inset
29070
29071  footnotes with symbols use 
29072 \series bold
29073
29074 \backslash
29075 fnsymbol
29076 \series default
29077 .
29078 \end_layout
29079
29080 \begin_layout Standard
29081 \begin_inset Note Greyedout
29082 status open
29083
29084 \begin_layout Plain Layout
29085
29086 \series bold
29087 Note:
29088 \series default
29089  You can only number 26 footnotes with Latin letters, because this numbering
29090  is limited to single letters.
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099
29100 \begin_inset Note Greyedout
29101 status open
29102
29103 \begin_layout Plain Layout
29104
29105 \series bold
29106 Note:
29107 \series default
29108  You can only number 9 footnotes with symbols.
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 To return to the default numbering style after you have changed to another
29118  one, use 
29119 \series bold
29120
29121 \backslash
29122 arabic
29123 \series default
29124  instead of 
29125 \series bold
29126
29127 \backslash
29128 roman
29129 \series default
29130  in the command above.
29131 \begin_inset ERT
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135
29136
29137 \backslash
29138 renewcommand{
29139 \backslash
29140 thefootnote}{
29141 \backslash
29142 arabic{footnote}}
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Standard
29151 \begin_inset VSpace bigskip
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Standard
29158 If you want to have footnotes numbered in the scheme 
29159 \begin_inset Quotes eld
29160 \end_inset
29161
29162 chapter.footnote
29163 \begin_inset Quotes erd
29164 \end_inset
29165
29166 , add the following command to your document preamble:
29167 \end_layout
29168
29169 \begin_layout Standard
29170
29171 \series bold
29172
29173 \backslash
29174 numberwithin{footnote}{chapter}
29175 \end_layout
29176
29177 \begin_layout Standard
29178 To be able to use the command 
29179 \series bold
29180
29181 \backslash
29182 numberwithin
29183 \series default
29184 , set in the tab 
29185 \family sans
29186 Math
29187 \begin_inset space ~
29188 \end_inset
29189
29190 Options
29191 \family default
29192  in the document settings the option 
29193 \family sans
29194 Use
29195 \begin_inset space ~
29196 \end_inset
29197
29198 AMS
29199 \begin_inset space ~
29200 \end_inset
29201
29202 math
29203 \begin_inset space ~
29204 \end_inset
29205
29206 package
29207 \family default
29208 .
29209 \end_layout
29210
29211 \begin_layout Standard
29212 \begin_inset ERT
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216
29217
29218 \backslash
29219 numberwithin{footnote}{chapter}
29220 \end_layout
29221
29222 \end_inset
29223
29224 This is another example footnote:
29225 \series bold
29226
29227 \begin_inset Foot
29228 status open
29229
29230 \begin_layout Plain Layout
29231 This is a footnote numbered in the scheme 
29232 \begin_inset Quotes eld
29233 \end_inset
29234
29235 chapter.footnote
29236 \begin_inset Quotes erd
29237 \end_inset
29238
29239 .
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \series default
29246
29247 \begin_inset ERT
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252
29253 \backslash
29254 renewcommand{
29255 \backslash
29256 thefootnote}{
29257 \backslash
29258 arabic{footnote}}
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \end_layout
29265
29266 \begin_layout Standard
29267 \begin_inset Note Greyedout
29268 status open
29269
29270 \begin_layout Plain Layout
29271
29272 \series bold
29273 Note:
29274 \series default
29275  
29276 \series bold
29277
29278 \backslash
29279 numberwithin
29280 \series default
29281  always prints out the footnote number as arabic number; previous redefinitions
29282  to get non-arabic numbers are overwritten.
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 So to get for example the scheme 
29292 \begin_inset Quotes eld
29293 \end_inset
29294
29295 chapter.
29296 \backslash
29297 Roman{footnote}
29298 \begin_inset Quotes erd
29299 \end_inset
29300
29301 , use this command instead of 
29302 \series bold
29303
29304 \backslash
29305 numberwithin
29306 \series default
29307 :
29308 \end_layout
29309
29310 \begin_layout Standard
29311
29312 \series bold
29313
29314 \backslash
29315 renewcommand{
29316 \backslash
29317 thefootnote}{
29318 \backslash
29319 thechapter.
29320 \backslash
29321 Roman{footnote}}
29322 \end_layout
29323
29324 \begin_layout Subsection
29325 Footnote Placement
29326 \begin_inset Index idx
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330 Footnotes ! Placement
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Standard
29339 If you have several footnotes in one page, they appear without vertical
29340  space between them at the bottom of the page.
29341  To make them more readable you can e.
29342 \begin_inset space \thinspace{}
29343 \end_inset
29344
29345 g.
29346 \begin_inset space \space{}
29347 \end_inset
29348
29349 add 1.5
29350 \begin_inset space \thinspace{}
29351 \end_inset
29352
29353 mm space with the following preamble command:
29354 \end_layout
29355
29356 \begin_layout Standard
29357
29358 \series bold
29359
29360 \backslash
29361 let
29362 \backslash
29363 myFoot
29364 \backslash
29365 footnote
29366 \begin_inset Newline newline
29367 \end_inset
29368
29369
29370 \backslash
29371 renewcommand{
29372 \backslash
29373 footnote}[1]{
29374 \backslash
29375 myFoot{#1
29376 \backslash
29377 vspace{1.5mm}}}
29378 \end_layout
29379
29380 \begin_layout Standard
29381 \begin_inset VSpace bigskip
29382 \end_inset
29383
29384 In a two-column document the footnotes appear at the bottom of every column,
29385  see Figure
29386 \begin_inset space ~
29387 \end_inset
29388
29389
29390 \begin_inset CommandInset ref
29391 LatexCommand ref
29392 reference "fig:Standard-footnote-placement"
29393
29394 \end_inset
29395
29396 .
29397  If the footnotes should only appear at the bottom of the right column,
29398  as in Figure
29399 \begin_inset space ~
29400 \end_inset
29401
29402
29403 \begin_inset CommandInset ref
29404 LatexCommand ref
29405 reference "fig:Footnote-placement-in"
29406
29407 \end_inset
29408
29409 , use the LaTeX-package 
29410 \series bold
29411 ftnright
29412 \series default
29413
29414 \begin_inset Index idx
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418 LaTeX-packages ! ftnright
29419 \end_layout
29420
29421 \end_inset
29422
29423  with this command in the document preamble:
29424 \end_layout
29425
29426 \begin_layout Standard
29427
29428 \series bold
29429
29430 \backslash
29431 usepackage{ftnright}
29432 \end_layout
29433
29434 \begin_layout Standard
29435 \begin_inset Float figure
29436 placement !h
29437 wide false
29438 sideways false
29439 status open
29440
29441 \begin_layout Plain Layout
29442 \begin_inset ERT
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446
29447
29448 \backslash
29449 framebox{
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \begin_inset Graphics
29456         filename clipart/without_fntright.pdf
29457         width 100col%
29458         scaleBeforeRotation
29459
29460 \end_inset
29461
29462
29463 \begin_inset ERT
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467
29468 }
29469 \end_layout
29470
29471 \end_inset
29472
29473
29474 \end_layout
29475
29476 \begin_layout Plain Layout
29477 \begin_inset Caption
29478
29479 \begin_layout Plain Layout
29480 \begin_inset CommandInset label
29481 LatexCommand label
29482 name "fig:Standard-footnote-placement"
29483
29484 \end_inset
29485
29486 Standard footnote placement in two-column documents.
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 \begin_inset Float figure
29501 placement !h
29502 wide false
29503 sideways false
29504 status open
29505
29506 \begin_layout Plain Layout
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512
29513 \backslash
29514 framebox{
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \begin_inset Graphics
29521         filename clipart/with_fntright.pdf
29522         width 100col%
29523         scaleBeforeRotation
29524
29525 \end_inset
29526
29527
29528 \begin_inset ERT
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532
29533 }
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Plain Layout
29542 \begin_inset Caption
29543
29544 \begin_layout Plain Layout
29545 \begin_inset CommandInset label
29546 LatexCommand label
29547 name "fig:Footnote-placement-in"
29548
29549 \end_inset
29550
29551 Footnote placement in two-column documents when the LaTeX-package 
29552 \series bold
29553 ftnright
29554 \series default
29555  is used.
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \end_layout
29567
29568 \begin_layout Standard
29569 \begin_inset VSpace bigskip
29570 \end_inset
29571
29572 In some scientific literature it is usual to collect the footnotes and print
29573  them in a separate paragraph at the end of a section, as in Figure
29574 \begin_inset space ~
29575 \end_inset
29576
29577
29578 \begin_inset CommandInset ref
29579 LatexCommand ref
29580 reference "fig:Endnotes"
29581
29582 \end_inset
29583
29584 .
29585  They are then called 
29586 \begin_inset Quotes eld
29587 \end_inset
29588
29589 endnotes
29590 \begin_inset Quotes erd
29591 \end_inset
29592
29593 .
29594 \begin_inset Index idx
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598 Endnotes
29599 \end_layout
29600
29601 \end_inset
29602
29603  To use endnotes instead of footnotes in your document, load in the menu
29604  
29605 \family sans
29606 Document\SpecialChar \menuseparator
29607 Settings\SpecialChar \menuseparator
29608 Modules 
29609 \family default
29610 the module 
29611 \family sans
29612 Foot
29613 \begin_inset space ~
29614 \end_inset
29615
29616 to
29617 \begin_inset space ~
29618 \end_inset
29619
29620 End
29621 \family default
29622 .
29623  To insert the collected footnotes, insert the command
29624 \end_layout
29625
29626 \begin_layout Standard
29627
29628 \series bold
29629
29630 \backslash
29631 theendnotes
29632 \end_layout
29633
29634 \begin_layout Standard
29635 in TeX-Code at the end of a section or chapter.
29636 \end_layout
29637
29638 \begin_layout Standard
29639 \begin_inset Float figure
29640 wide false
29641 sideways false
29642 status open
29643
29644 \begin_layout Plain Layout
29645 \align center
29646 \begin_inset ERT
29647 status collapsed
29648
29649 \begin_layout Plain Layout
29650
29651
29652 \backslash
29653 framebox{
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \begin_inset Graphics
29660         filename clipart/endnotes.pdf
29661         scaleBeforeRotation
29662
29663 \end_inset
29664
29665
29666 \begin_inset ERT
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670
29671 }
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Plain Layout
29680 \begin_inset Caption
29681
29682 \begin_layout Plain Layout
29683 \begin_inset CommandInset label
29684 LatexCommand label
29685 name "fig:Endnotes"
29686
29687 \end_inset
29688
29689 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
29690  or chapters.
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \begin_layout Standard
29704 \begin_inset VSpace medskip
29705 \end_inset
29706
29707 The paragraph heading for the endnotes isn't automatically translated into
29708  the document language, this must be done manually.
29709  The following preamble command translates the default English 
29710 \begin_inset Quotes eld
29711 \end_inset
29712
29713 Notes
29714 \begin_inset Quotes erd
29715 \end_inset
29716
29717  into the German 
29718 \begin_inset Quotes eld
29719 \end_inset
29720
29721 Anmerkungen
29722 \begin_inset Quotes erd
29723 \end_inset
29724
29725 :
29726 \end_layout
29727
29728 \begin_layout Standard
29729
29730 \series bold
29731
29732 \backslash
29733 renewcommand{
29734 \backslash
29735 notesname}{Anmerkungen}
29736 \end_layout
29737
29738 \begin_layout Standard
29739 \begin_inset VSpace medskip
29740 \end_inset
29741
29742 The numbering of endnotes can be changed like the footnote numbering as
29743  described in section
29744 \begin_inset space ~
29745 \end_inset
29746
29747
29748 \begin_inset CommandInset ref
29749 LatexCommand ref
29750 reference "sub:Footnote-Numbering"
29751
29752 \end_inset
29753
29754 ; just replace the command 
29755 \series bold
29756
29757 \backslash
29758 thefootnote
29759 \series default
29760  by 
29761 \series bold
29762
29763 \backslash
29764 theendnote
29765 \series default
29766 .
29767  To reset the endnote number use the command 
29768 \series bold
29769
29770 \backslash
29771 @addtoreset
29772 \series default
29773  as described in section
29774 \begin_inset space ~
29775 \end_inset
29776
29777
29778 \begin_inset CommandInset ref
29779 LatexCommand ref
29780 reference "sub:Footnote-Numbering"
29781
29782 \end_inset
29783
29784  and replace the command parameter 
29785 \series bold
29786 footnote
29787 \series default
29788  by 
29789 \series bold
29790 endnote
29791 \series default
29792 .
29793 \end_layout
29794
29795 \begin_layout Standard
29796 For endnotes there is the command 
29797 \series bold
29798
29799 \backslash
29800 endnotemark[number]
29801 \series default
29802  similar to the command 
29803 \series bold
29804
29805 \backslash
29806 footnotemark
29807 \series default
29808 , that is described in section
29809 \begin_inset space ~
29810 \end_inset
29811
29812
29813 \begin_inset CommandInset ref
29814 LatexCommand ref
29815 reference "sec:Footnotes"
29816
29817 \end_inset
29818
29819 .
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset VSpace bigskip
29824 \end_inset
29825
29826 Footnotes can also be placed in the page margin and the footnote text alignment
29827  can be changed, see the LaTeX-package 
29828 \series bold
29829 footmisc
29830 \series default
29831
29832 \begin_inset Index idx
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836 LaTeX-packages ! footmisc
29837 \end_layout
29838
29839 \end_inset
29840
29841
29842 \begin_inset CommandInset citation
29843 LatexCommand cite
29844 key "footmisc"
29845
29846 \end_inset
29847
29848  for more information about this.
29849 \end_layout
29850
29851 \begin_layout Standard
29852 For various further footnote formatting issues have a look at LaTeX-books,
29853  
29854 \begin_inset CommandInset citation
29855 LatexCommand cite
29856 key "latexcompanion,latexguide,latexbook"
29857
29858 \end_inset
29859
29860 .
29861  If you are using a 
29862 \series bold
29863 KOMA-Script
29864 \series default
29865
29866 \begin_inset Index idx
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870 LaTeX-packages ! KOMA-Script
29871 \end_layout
29872
29873 \end_inset
29874
29875  document class, you can adjust all footnote settings using class-specific
29876  commands, see 
29877 \begin_inset CommandInset citation
29878 LatexCommand cite
29879 key "KOMA-Script"
29880
29881 \end_inset
29882
29883 .
29884 \end_layout
29885
29886 \begin_layout Section
29887 Margin Notes
29888 \begin_inset Index idx
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892 Notes ! Margin Notes
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Margin notes look and behave in LyX like footnotes.
29902  They are inserted via the menu 
29903 \family sans
29904 Insert\SpecialChar \menuseparator
29905 Marginal
29906 \begin_inset space ~
29907 \end_inset
29908
29909 Note
29910 \family default
29911  or the toolbar button 
29912 \family sans
29913
29914 \begin_inset Info
29915 type  "icon"
29916 arg   "marginalnote-insert"
29917 \end_inset
29918
29919
29920 \family default
29921 .
29922  A grey 
29923 \family roman
29924 \series medium
29925 box with the
29926 \family default
29927 \series default
29928  red 
29929 \family roman
29930 \series medium
29931 label 
29932 \begin_inset Quotes eld
29933 \end_inset
29934
29935 margin
29936 \begin_inset Quotes erd
29937 \end_inset
29938
29939  appears where you can enter the text of the margin note.
29940 \end_layout
29941
29942 \begin_layout Standard
29943 At the side is an example margin note.
29944
29945 \family roman
29946 \series medium
29947  
29948 \begin_inset Marginal
29949 status open
29950
29951 \begin_layout Plain Layout
29952 This is a margin note.
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961 Margin notes appear at the right side in single-sided documents.
29962  In double-sided documents they appear in the outer margin â€“ left on even
29963  pages, right on odd pages.
29964  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
29965 d when the note appears in the left margin.
29966  The first line of the margin note is placed at the position of the text
29967  line where it is inserted in the document.
29968 \end_layout
29969
29970 \begin_layout Standard
29971 \begin_inset VSpace bigskip
29972 \end_inset
29973
29974 To place the margin note in the inner margin, add the command
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \series bold
29980
29981 \backslash
29982 reversemarginpar
29983 \end_layout
29984
29985 \begin_layout Standard
29986 in TeX-Code before a margin note.
29987  The new placement is valid for all subsequent margin notes.
29988  
29989 \begin_inset ERT
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993
29994
29995 \backslash
29996 reversemarginpar 
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \begin_inset Marginal
30003 status open
30004
30005 \begin_layout Plain Layout
30006 This is a margin note in the inner margin.
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \series bold
30013
30014 \begin_inset Newline newline
30015 \end_inset
30016
30017
30018 \series default
30019
30020 \begin_inset Note Greyedout
30021 status open
30022
30023 \begin_layout Plain Layout
30024
30025 \series bold
30026 Note:
30027 \series default
30028  There is often not enough space in the inner margin so that the notes are
30029  not correctly displayed in the output.
30030 \end_layout
30031
30032 \end_inset
30033
30034
30035 \end_layout
30036
30037 \begin_layout Standard
30038 To return to the default placement insert the command
30039 \end_layout
30040
30041 \begin_layout Standard
30042
30043 \series bold
30044
30045 \backslash
30046 normalmarginpar
30047 \end_layout
30048
30049 \begin_layout Standard
30050 in TeX-Code.
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056
30057 \backslash
30058 normalmarginpar 
30059 \end_layout
30060
30061 \end_inset
30062
30063  
30064 \begin_inset Note Greyedout
30065 status open
30066
30067 \begin_layout Plain Layout
30068
30069 \series bold
30070 Note:
30071 \series default
30072  The command is ignored when it is within a paragraph where also the command
30073  
30074 \series bold
30075
30076 \backslash
30077 reversemarginpar
30078 \series default
30079  is inserted.
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \end_layout
30086
30087 \begin_layout Standard
30088 \begin_inset VSpace bigskip
30089 \end_inset
30090
30091
30092 \family roman
30093 \series medium
30094
30095 \begin_inset Marginal
30096 status open
30097
30098 \begin_layout Plain Layout
30099 AVeryLongMarginParWord that isn't hyphenated.
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \family default
30106 \series default
30107  Similar to the case described in section
30108 \begin_inset space ~
30109 \end_inset
30110
30111
30112 \begin_inset CommandInset ref
30113 LatexCommand ref
30114 reference "sub:Multiple-Lines-in"
30115
30116 \end_inset
30117
30118 , long words cannot be hyphenated when they are the first word in a margin
30119  note.
30120  To avoid this, insert 0
30121 \begin_inset space \thinspace{}
30122 \end_inset
30123
30124 pt horizontal space before the word
30125 \family roman
30126 \series medium
30127 .
30128  
30129 \begin_inset Marginal
30130 status open
30131
30132 \begin_layout Plain Layout
30133 \begin_inset space \hspace*{}
30134 \length 0pt
30135 \end_inset
30136
30137 AVeryLongMarginParWord that is hyphenated.
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \begin_layout Standard
30146 \begin_inset VSpace bigskip
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Standard
30153 \begin_inset Note Greyedout
30154 status open
30155
30156 \begin_layout Plain Layout
30157
30158 \series bold
30159 Note:
30160 \series default
30161  Margin notes can normally not be used inside tables, floats, and footnotes.
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \end_layout
30168
30169 \begin_layout Standard
30170 \begin_inset VSpace bigskip
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Standard
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182
30183 \backslash
30184 ifmarginnote
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \begin_inset Note Note
30191 status open
30192
30193 \begin_layout Plain Layout
30194 The following section will only be displayed when the LaTeX-package 
30195 \series bold
30196 marginnote
30197 \series default
30198  is installed.
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \end_layout
30205
30206 \begin_layout Standard
30207 This restriction can be evaded by using the LaTeX-package 
30208 \series bold
30209 marginnote
30210 \series default
30211
30212 \begin_inset Index idx
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216 LaTeX-packages ! marginnote
30217 \end_layout
30218
30219 \end_inset
30220
30221 .
30222  By adding these two lines to your document preamble, the command used by
30223  LyX for margin notes is redefined to use the command provided by the 
30224 \series bold
30225 marginnote
30226 \series default
30227 -package:
30228 \end_layout
30229
30230 \begin_layout Standard
30231
30232 \series bold
30233
30234 \backslash
30235 usepackage{marginnote}
30236 \begin_inset Newline newline
30237 \end_inset
30238
30239
30240 \backslash
30241 let
30242 \backslash
30243 marginpar
30244 \backslash
30245 marginnote
30246 \end_layout
30247
30248 \begin_layout Standard
30249 This is also used in this document because 
30250 \series bold
30251 marginnote
30252 \series default
30253  has another useful feature: You can set a vertical offset for the note.
30254  This is often needed when too many margin notes are too close together
30255  or for a better page layout.
30256  The offset is set in LyX as TeX-Code directly after the margin note in
30257  the scheme
30258 \end_layout
30259
30260 \begin_layout Standard
30261
30262 \series bold
30263 [offset]
30264 \end_layout
30265
30266 \begin_layout Standard
30267 where the offset is a length with one of the units listed in Table
30268 \begin_inset space ~
30269 \end_inset
30270
30271
30272 \begin_inset CommandInset ref
30273 LatexCommand ref
30274 reference "tab:Units"
30275
30276 \end_inset
30277
30278 .
30279  A negative value shifts the note up, a positive value shifts it down.
30280  
30281 \family roman
30282 \series medium
30283 For example the margin note beside this text line is shifted up 1.5
30284 \begin_inset space \thinspace{}
30285 \end_inset
30286
30287 cm with the TeX-Code-command 
30288 \begin_inset Quotes eld
30289 \end_inset
30290
30291
30292 \family default
30293 \series bold
30294 [-1.5cm]
30295 \family roman
30296 \series medium
30297
30298 \begin_inset Quotes erd
30299 \end_inset
30300
30301
30302 \begin_inset Marginal
30303 status open
30304
30305 \begin_layout Plain Layout
30306 This margin note is shifted up 1.5
30307 \begin_inset space \thinspace{}
30308 \end_inset
30309
30310 cm from its original position.
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \family default
30317 \series default
30318
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324 [-1.5cm]
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \begin_layout Standard
30333 \begin_inset VSpace medskip
30334 \end_inset
30335
30336 With 
30337 \series bold
30338 marginnote
30339 \series default
30340  you can also change the alignment of the text in the margin note.
30341  For example the commands
30342 \end_layout
30343
30344 \begin_layout Standard
30345
30346 \series bold
30347
30348 \backslash
30349 renewcommand*{
30350 \backslash
30351 raggedleftmarginnote}{
30352 \backslash
30353 centering}
30354 \begin_inset Newline newline
30355 \end_inset
30356
30357
30358 \backslash
30359 renewcommand*{
30360 \backslash
30361 raggedrightmarginnote}{
30362 \backslash
30363 centering}
30364 \end_layout
30365
30366 \begin_layout Standard
30367 set the alignment to centered.
30368  
30369 \series bold
30370
30371 \backslash
30372 raggedleftmarginnote
30373 \series default
30374  denotes margin notes that appear at the left side.
30375 \family roman
30376 \series medium
30377
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 renewcommand*{
30386 \backslash
30387 raggedleftmarginnote}{
30388 \backslash
30389 centering}
30390 \end_layout
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 renewcommand*{
30397 \backslash
30398 raggedrightmarginnote}{
30399 \backslash
30400 centering}
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \begin_inset Marginal
30407 status open
30408
30409 \begin_layout Plain Layout
30410 The text of this margin note is centered.
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \family default
30417 \series default
30418  The default is
30419 \end_layout
30420
30421 \begin_layout Standard
30422
30423 \series bold
30424
30425 \backslash
30426 renewcommand*{
30427 \backslash
30428 raggedleftmarginnote}{
30429 \backslash
30430 raggedleft}
30431 \begin_inset Newline newline
30432 \end_inset
30433
30434
30435 \backslash
30436 renewcommand*{
30437 \backslash
30438 raggedrightmarginnote}{
30439 \backslash
30440 raggedright}
30441 \family roman
30442 \series medium
30443
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449
30450 \backslash
30451 renewcommand*{
30452 \backslash
30453 raggedleftmarginnote}{
30454 \backslash
30455 raggedleft}
30456 \end_layout
30457
30458 \begin_layout Plain Layout
30459
30460
30461 \backslash
30462 renewcommand*{
30463 \backslash
30464 raggedrightmarginnote}{
30465 \backslash
30466 raggedright}
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \begin_inset VSpace medskip
30476 \end_inset
30477
30478 For the other features of 
30479 \series bold
30480 marginnote
30481 \series default
30482  refer to its documentation 
30483 \begin_inset CommandInset citation
30484 LatexCommand cite
30485 key "marginnote"
30486
30487 \end_inset
30488
30489 .
30490 \end_layout
30491
30492 \begin_layout Standard
30493 \begin_inset VSpace bigskip
30494 \end_inset
30495
30496 You can adjust the layout of margin notes by changing its definition.
30497  To create for example a header for all margin notes with the underlined,
30498  sans-serif, and bold header text 
30499 \begin_inset Quotes eld
30500 \end_inset
30501
30502
30503 \family sans
30504 \series bold
30505 \bar under
30506 Attention!
30507 \family default
30508 \series default
30509 \bar default
30510
30511 \begin_inset Quotes erd
30512 \end_inset
30513
30514 , add this to your document preamble:
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 \series bold
30520
30521 \backslash
30522 let
30523 \backslash
30524 myMarginpar
30525 \backslash
30526 marginpar
30527 \begin_inset Newline newline
30528 \end_inset
30529
30530
30531 \backslash
30532 renewcommand{
30533 \backslash
30534 marginpar}[1]{
30535 \backslash
30536 myMarginpar{%
30537 \begin_inset Newline newline
30538 \end_inset
30539
30540
30541 \begin_inset Phantom HPhantom
30542 status open
30543
30544 \begin_layout Plain Layout
30545
30546 \series bold
30547 \begin_inset space ~
30548 \end_inset
30549
30550
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \backslash
30557 hspace{0pt}
30558 \backslash
30559 textsf{
30560 \backslash
30561 textbf{
30562 \backslash
30563 underbar{Attention!}}}%
30564 \begin_inset Newline newline
30565 \end_inset
30566
30567
30568 \begin_inset Phantom HPhantom
30569 status open
30570
30571 \begin_layout Plain Layout
30572
30573 \series bold
30574 \begin_inset space ~
30575 \end_inset
30576
30577
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \backslash
30584 vspace{1.5mm}
30585 \backslash
30586
30587 \backslash
30588 #1}}
30589 \end_layout
30590
30591 \begin_layout Standard
30592
30593 \family roman
30594 \series medium
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600
30601 \backslash
30602 let
30603 \backslash
30604 myMarginpar
30605 \backslash
30606 marginpar
30607 \end_layout
30608
30609 \begin_layout Plain Layout
30610
30611
30612 \backslash
30613 renewcommand{
30614 \backslash
30615 marginpar}[1]{
30616 \backslash
30617 myMarginpar{%
30618 \end_layout
30619
30620 \begin_layout Plain Layout
30621
30622    
30623 \backslash
30624 textsf{
30625 \backslash
30626 textbf{
30627 \backslash
30628 underbar{Attention!}}}%
30629 \end_layout
30630
30631 \begin_layout Plain Layout
30632
30633    
30634 \backslash
30635 vspace{1.5mm}
30636 \backslash
30637
30638 \backslash
30639 #1}}
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \begin_inset Marginal
30646 status open
30647
30648 \begin_layout Plain Layout
30649 This is a margin note with a defined heading.
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \family default
30656 \series default
30657
30658 \begin_inset ERT
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662
30663 [-1.5cm]
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \family roman
30670 \series medium
30671
30672 \begin_inset ERT
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676
30677
30678 \backslash
30679 renewcommand{
30680 \backslash
30681 marginpar}[1]{
30682 \backslash
30683 myMarginpar{#1}}
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \family default
30690 \series default
30691
30692 \begin_inset Note Note
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696 The margin note format is changed only for this example.
30697 \end_layout
30698
30699 \end_inset
30700
30701
30702 \end_layout
30703
30704 \begin_layout Standard
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 else
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \begin_inset Note Note
30719 status open
30720
30721 \begin_layout Plain Layout
30722 The following will be displayed when the LaTeX-package 
30723 \series bold
30724 marginnote
30725 \series default
30726  is not installed:
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \end_layout
30733
30734 \begin_layout Standard
30735 You need to install the LaTeX-package 
30736 \series bold
30737 marginnote
30738 \series default
30739  to see the following part of this section in the output.
30740 \end_layout
30741
30742 \begin_layout Standard
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748
30749 \backslash
30750 fi
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \begin_layout Chapter
30759 Boxes
30760 \end_layout
30761
30762 \begin_layout Section
30763 Introduction
30764 \begin_inset Index idx
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 Boxes ! Introduction
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \begin_layout Standard
30777 Boxes are used to format a block of text.
30778  Boxes can be used to write documents with multiple languages, see section
30779 \begin_inset space ~
30780 \end_inset
30781
30782
30783 \begin_inset CommandInset ref
30784 LatexCommand ref
30785 reference "sec:Minipages"
30786
30787 \end_inset
30788
30789 , to frame texts, see section
30790 \begin_inset space ~
30791 \end_inset
30792
30793
30794 \begin_inset CommandInset ref
30795 LatexCommand ref
30796 reference "sec:Decoration"
30797
30798 \end_inset
30799
30800 , to prevent words from being hyphenated, see section
30801 \begin_inset space ~
30802 \end_inset
30803
30804
30805 \begin_inset CommandInset ref
30806 LatexCommand ref
30807 reference "sec:Prevent-Hyphenation"
30808
30809 \end_inset
30810
30811 , to align text, see section
30812 \begin_inset space ~
30813 \end_inset
30814
30815
30816 \begin_inset CommandInset ref
30817 LatexCommand ref
30818 reference "sub:Vertical-Alignment"
30819
30820 \end_inset
30821
30822 , or to set the background color of texts, see section
30823 \begin_inset space ~
30824 \end_inset
30825
30826
30827 \begin_inset CommandInset ref
30828 LatexCommand ref
30829 reference "sec:Colored-Boxes"
30830
30831 \end_inset
30832
30833 .
30834 \end_layout
30835
30836 \begin_layout Standard
30837 Boxes can be inserted with the menu 
30838 \family sans
30839 Insert\SpecialChar \menuseparator
30840 Box
30841 \family default
30842  or the toolbar button 
30843 \family sans
30844
30845 \begin_inset Info
30846 type  "icon"
30847 arg   "box-insert Frameless"
30848 \end_inset
30849
30850
30851 \family default
30852 .
30853  A grey box with the label 
30854 \family sans
30855 Box (Minipage)
30856 \family default
30857
30858 \begin_inset Graphics
30859         filename clipart/BoxInsetDefaultQt4.png
30860         scale 85
30861         scaleBeforeRotation
30862
30863 \end_inset
30864
30865  will be inserted.
30866  The box type can be specified by right-clicking on the box and selecting
30867  
30868 \family sans
30869 Settings
30870 \family default
30871 .
30872  The box dialog offers the 
30873 \family sans
30874 Inner
30875 \begin_inset space ~
30876 \end_inset
30877
30878 Box
30879 \family default
30880  types 
30881 \family sans
30882 Makebox
30883 \family default
30884
30885 \family sans
30886 Parbox
30887 \family default
30888  and 
30889 \family sans
30890 Minipage
30891 \family default
30892 .
30893  The type 
30894 \family sans
30895 Minipage
30896 \family default
30897  is the default for new boxes and is explained in section
30898 \begin_inset space ~
30899 \end_inset
30900
30901
30902 \begin_inset CommandInset ref
30903 LatexCommand ref
30904 reference "sec:Minipages"
30905
30906 \end_inset
30907
30908 ; the type 
30909 \family sans
30910 Parbox
30911 \family default
30912  is described in section
30913 \begin_inset space ~
30914 \end_inset
30915
30916
30917 \begin_inset CommandInset ref
30918 LatexCommand ref
30919 reference "sec:Parboxes"
30920
30921 \end_inset
30922
30923  and the type 
30924 \family sans
30925 Makebox
30926 \family default
30927  in 
30928 \begin_inset CommandInset ref
30929 LatexCommand ref
30930 reference "sec:Prevent-Hyphenation"
30931
30932 \end_inset
30933
30934 .
30935 \end_layout
30936
30937 \begin_layout Standard
30938 Boxes are not numbered and can therefore not be referenced like floats or
30939  footnotes.
30940 \end_layout
30941
30942 \begin_layout Standard
30943 \begin_inset Note Greyedout
30944 status open
30945
30946 \begin_layout Plain Layout
30947
30948 \series bold
30949 Note:
30950 \series default
30951  Boxes must not be the item in an 
30952 \family sans
30953 Itemize
30954 \family default
30955  or 
30956 \family sans
30957 Description
30958 \family default
30959  environment.
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Standard
30968 \begin_inset Note Greyedout
30969 status open
30970
30971 \begin_layout Plain Layout
30972
30973 \series bold
30974 Note:
30975 \series default
30976  For an unknown reason you can only set the 
30977 \family sans
30978 Inner
30979 \begin_inset space ~
30980 \end_inset
30981
30982 Box
30983 \family default
30984  type to 
30985 \family sans
30986 None
30987 \family default
30988  when you use a framed box.
30989  Boxes without an 
30990 \family sans
30991 Inner
30992 \begin_inset space ~
30993 \end_inset
30994
30995 Box
30996 \family default
30997  type and without frames are explained in section
30998 \begin_inset space ~
30999 \end_inset
31000
31001
31002 \begin_inset CommandInset ref
31003 LatexCommand ref
31004 reference "sec:Prevent-Hyphenation"
31005
31006 \end_inset
31007
31008 .
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Section
31017 Box Dialog
31018 \begin_inset CommandInset label
31019 LatexCommand label
31020 name "sec:Box-Dialog"
31021
31022 \end_inset
31023
31024
31025 \begin_inset Index idx
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029 Boxes ! Box Dialog
31030 \end_layout
31031
31032 \end_inset
31033
31034
31035 \end_layout
31036
31037 \begin_layout Subsection
31038 Size
31039 \begin_inset Index idx
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043 Boxes ! Size
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Standard
31052 In the box dialog you can adjust the box geometry in the fields 
31053 \family sans
31054 Width
31055 \family default
31056  and 
31057 \family sans
31058 Height
31059 \family default
31060 .
31061  The available units for the geometry are explained in Table
31062 \begin_inset space ~
31063 \end_inset
31064
31065
31066 \begin_inset CommandInset ref
31067 LatexCommand ref
31068 reference "tab:Units"
31069
31070 \end_inset
31071
31072 .
31073  The field 
31074 \family sans
31075 Height
31076 \family default
31077  offers the following additional sizes:
31078 \end_layout
31079
31080 \begin_layout Description
31081 Depth This is the plain text 
31082 \begin_inset Quotes eld
31083 \end_inset
31084
31085 height
31086 \begin_inset Quotes erd
31087 \end_inset
31088
31089 .
31090  It ignores the total depth when there are multiple text lines in the box:
31091 \begin_inset Newline newline
31092 \end_inset
31093
31094
31095 \begin_inset Newline newline
31096 \end_inset
31097
31098
31099 \begin_inset Newline newline
31100 \end_inset
31101
31102
31103 \begin_inset Box Boxed
31104 position "c"
31105 hor_pos "c"
31106 has_inner_box 1
31107 inner_pos "c"
31108 use_parbox 0
31109 use_makebox 0
31110 width "12col%"
31111 special "none"
31112 height "1in"
31113 height_special "depth"
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 \align center
31118 Box height set to 1
31119 \begin_inset space \thinspace{}
31120 \end_inset
31121
31122 Depth
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \begin_inset Newline newline
31129 \end_inset
31130
31131
31132 \begin_inset Newline newline
31133 \end_inset
31134
31135
31136 \end_layout
31137
31138 \begin_layout Description
31139 Height This is the height of the text that is inside the box.
31140  A value of e.
31141 \begin_inset space \thinspace{}
31142 \end_inset
31143
31144 g.
31145 \begin_inset space \space{}
31146 \end_inset
31147
31148 2 for this size will set the box height to 2
31149 \begin_inset space ~
31150 \end_inset
31151
31152 times the text height: 
31153 \begin_inset Box Boxed
31154 position "c"
31155 hor_pos "c"
31156 has_inner_box 1
31157 inner_pos "c"
31158 use_parbox 0
31159 use_makebox 0
31160 width "20col%"
31161 special "none"
31162 height "2in"
31163 height_special "height"
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 \align center
31168 Box height set to 2
31169 \begin_inset space \thinspace{}
31170 \end_inset
31171
31172 Height
31173 \end_layout
31174
31175 \end_inset
31176
31177
31178 \end_layout
31179
31180 \begin_layout Description
31181 Total
31182 \begin_inset space ~
31183 \end_inset
31184
31185 Height This is the Height
31186 \begin_inset space \thinspace{}
31187 \end_inset
31188
31189 +
31190 \begin_inset space \thinspace{}
31191 \end_inset
31192
31193 Depth: 
31194 \begin_inset Box Boxed
31195 position "c"
31196 hor_pos "c"
31197 has_inner_box 1
31198 inner_pos "c"
31199 use_parbox 0
31200 use_makebox 0
31201 width "20col%"
31202 special "none"
31203 height "1in"
31204 height_special "totalheight"
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208 \align center
31209 Box height set to 1
31210 \begin_inset space \thinspace{}
31211 \end_inset
31212
31213 Total
31214 \begin_inset space ~
31215 \end_inset
31216
31217 Height
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \begin_layout Description
31226 Width This sets the width of the box as height: 
31227 \begin_inset Box Boxed
31228 position "c"
31229 hor_pos "c"
31230 has_inner_box 1
31231 inner_pos "c"
31232 use_parbox 0
31233 use_makebox 0
31234 width "12col%"
31235 special "none"
31236 height "1in"
31237 height_special "width"
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 \align center
31242 Box height set to 1
31243 \begin_inset space \thinspace{}
31244 \end_inset
31245
31246 Width
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \end_layout
31253
31254 \begin_layout Subsection
31255 Alignment
31256 \begin_inset Index idx
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 Boxes ! Alignment
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Standard
31269 When you have chosen an 
31270 \family sans
31271 Inner
31272 \begin_inset space ~
31273 \end_inset
31274
31275 Box
31276 \family default
31277 , the vertical box alignment can be:
31278 \end_layout
31279
31280 \begin_layout Description
31281 Top This is an example text line.
31282  
31283 \begin_inset Box Boxed
31284 position "t"
31285 hor_pos "c"
31286 has_inner_box 1
31287 inner_pos "c"
31288 use_parbox 0
31289 use_makebox 0
31290 width "12col%"
31291 special "none"
31292 height "1in"
31293 height_special "totalheight"
31294 status collapsed
31295
31296 \begin_layout Plain Layout
31297 \align center
31298 This box is top-aligned.
31299 \end_layout
31300
31301 \end_inset
31302
31303  This is an example text line.
31304 \end_layout
31305
31306 \begin_layout Description
31307 Middle This is an example text line.
31308  
31309 \begin_inset Box Boxed
31310 position "c"
31311 hor_pos "c"
31312 has_inner_box 1
31313 inner_pos "c"
31314 use_parbox 0
31315 use_makebox 0
31316 width "12col%"
31317 special "none"
31318 height "1in"
31319 height_special "totalheight"
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323 \align center
31324 This box is middle-aligned.
31325 \end_layout
31326
31327 \end_inset
31328
31329  This is an example text line.
31330 \end_layout
31331
31332 \begin_layout Description
31333 Bottom This is an example text line.
31334  
31335 \begin_inset Box Boxed
31336 position "b"
31337 hor_pos "c"
31338 has_inner_box 1
31339 inner_pos "c"
31340 use_parbox 0
31341 use_makebox 0
31342 width "12col%"
31343 special "none"
31344 height "1in"
31345 height_special "totalheight"
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 \align center
31350 This box is bottom-aligned.
31351 \end_layout
31352
31353 \end_inset
31354
31355  This is an example text line.
31356 \end_layout
31357
31358 \begin_layout Standard
31359 \begin_inset Note Greyedout
31360 status open
31361
31362 \begin_layout Plain Layout
31363
31364 \series bold
31365 Note:
31366 \series default
31367  The vertical box alignment can be lost in the output when you have two
31368  boxes in a line and one has e.
31369 \begin_inset space \thinspace{}
31370 \end_inset
31371
31372 g.
31373 \begin_inset space \space{}
31374 \end_inset
31375
31376 a shadow and the other one not.
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \begin_layout Standard
31385 The horizontal box alignment can be set via LyX's paragraph dialog when
31386  you set the box into its own paragraph.
31387 \end_layout
31388
31389 \begin_layout Standard
31390 \begin_inset VSpace bigskip
31391 \end_inset
31392
31393 When you have chosen an 
31394 \family sans
31395 Inner
31396 \begin_inset space ~
31397 \end_inset
31398
31399 Box
31400 \family default
31401 , the box content can be aligned vertically to:
31402 \end_layout
31403
31404 \begin_layout Description
31405 top This is an example text line.
31406  
31407 \begin_inset Box Boxed
31408 position "c"
31409 hor_pos "c"
31410 has_inner_box 1
31411 inner_pos "t"
31412 use_parbox 0
31413 use_makebox 0
31414 width "12col%"
31415 special "none"
31416 height "1.5in"
31417 height_special "totalheight"
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 \align center
31422 This box text is top-aligned.
31423 \end_layout
31424
31425 \end_inset
31426
31427  This is an example text line.
31428 \end_layout
31429
31430 \begin_layout Description
31431 middle This is an example text line.
31432  
31433 \begin_inset Box Boxed
31434 position "c"
31435 hor_pos "c"
31436 has_inner_box 1
31437 inner_pos "c"
31438 use_parbox 0
31439 use_makebox 0
31440 width "12col%"
31441 special "none"
31442 height "1.5in"
31443 height_special "totalheight"
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447 \align center
31448 This box text is middle-aligned.
31449 \end_layout
31450
31451 \end_inset
31452
31453  This is an example text line.
31454 \end_layout
31455
31456 \begin_layout Description
31457 bottom This is an example text line.
31458  
31459 \begin_inset Box Boxed
31460 position "c"
31461 hor_pos "c"
31462 has_inner_box 1
31463 inner_pos "b"
31464 use_parbox 0
31465 use_makebox 0
31466 width "12col%"
31467 special "none"
31468 height "1.5in"
31469 height_special "totalheight"
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473 \align center
31474 This box text is bottom-aligned.
31475 \end_layout
31476
31477 \end_inset
31478
31479  This is an example text line.
31480 \end_layout
31481
31482 \begin_layout Description
31483 stretch This is an example text line.
31484  
31485 \begin_inset Box Boxed
31486 position "c"
31487 hor_pos "c"
31488 has_inner_box 1
31489 inner_pos "s"
31490 use_parbox 0
31491 use_makebox 0
31492 width "12col%"
31493 special "none"
31494 height "1.5in"
31495 height_special "totalheight"
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499 \align center
31500 This box
31501 \end_layout
31502
31503 \begin_layout Plain Layout
31504 \align center
31505 text is
31506 \end_layout
31507
31508 \begin_layout Plain Layout
31509 \align center
31510 stretched.
31511 \end_layout
31512
31513 \end_inset
31514
31515  This is an example text line.
31516 \end_layout
31517
31518 \begin_layout Standard
31519 To stretch the box content, it must consist of more than one paragraph.
31520  In the example above every text line is in an own paragraph.
31521 \end_layout
31522
31523 \begin_layout Standard
31524 \begin_inset VSpace bigskip
31525 \end_inset
31526
31527 To align the box content horizontally you can use LyX's paragraph dialog
31528  when you have chosen an 
31529 \family sans
31530 Inner
31531 \begin_inset space ~
31532 \end_inset
31533
31534 Box
31535 \family default
31536 .
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \align center
31541 \begin_inset Box Boxed
31542 position "c"
31543 hor_pos "c"
31544 has_inner_box 1
31545 inner_pos "s"
31546 use_parbox 0
31547 use_makebox 0
31548 width "15col%"
31549 special "none"
31550 height "1.25in"
31551 height_special "totalheight"
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555 \align left
31556 This box
31557 \end_layout
31558
31559 \begin_layout Plain Layout
31560 \align center
31561 text is
31562 \end_layout
31563
31564 \begin_layout Plain Layout
31565 \align right
31566 stretched.
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \begin_layout Standard
31575 If you have not set an 
31576 \family sans
31577 Inner
31578 \begin_inset space ~
31579 \end_inset
31580
31581 Box
31582 \family default
31583 , you can align the box content horizontally in the box dialog.
31584 \end_layout
31585
31586 \begin_layout Standard
31587 \align center
31588 \begin_inset Box Boxed
31589 position "c"
31590 hor_pos "s"
31591 has_inner_box 0
31592 inner_pos "s"
31593 use_parbox 0
31594 use_makebox 0
31595 width "90col%"
31596 special "none"
31597 height "1.25in"
31598 height_special "totalheight"
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602 This box text is horizontally stretched.
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \end_layout
31609
31610 \begin_layout Subsection
31611 Decoration
31612 \begin_inset CommandInset label
31613 LatexCommand label
31614 name "sec:Decoration"
31615
31616 \end_inset
31617
31618
31619 \begin_inset Index idx
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623 Boxes ! Decoration
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \end_layout
31630
31631 \begin_layout Standard
31632 The type of the box can be specified in the box dialog in the drop-down
31633  list 
31634 \family sans
31635 Decoration
31636 \family default
31637 .
31638  The following types are possible:
31639 \end_layout
31640
31641 \begin_layout Description
31642 No
31643 \begin_inset space ~
31644 \end_inset
31645
31646 frame Nothing is drawn.
31647 \end_layout
31648
31649 \begin_layout Description
31650 Simple
31651 \begin_inset space ~
31652 \end_inset
31653
31654 rectangular
31655 \begin_inset space ~
31656 \end_inset
31657
31658 frame This draws a rectangular frame around the box.
31659  The frame line thickness has the size of 
31660 \series bold
31661
31662 \backslash
31663 fboxrule
31664 \series default
31665 .
31666  
31667 \begin_inset Box Boxed
31668 position "c"
31669 hor_pos "c"
31670 has_inner_box 1
31671 inner_pos "c"
31672 use_parbox 0
31673 use_makebox 0
31674 width "20col%"
31675 special "none"
31676 height "1in"
31677 height_special "totalheight"
31678 status collapsed
31679
31680 \begin_layout Plain Layout
31681 \align center
31682 Rectangular box
31683 \end_layout
31684
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \begin_layout Description
31691 Oval
31692 \begin_inset space ~
31693 \end_inset
31694
31695 box,
31696 \begin_inset space ~
31697 \end_inset
31698
31699 thin This draws an oval frame around the box.
31700  The frame line thickness has the size 0.4
31701 \begin_inset space \thinspace{}
31702 \end_inset
31703
31704 pt.
31705  
31706 \begin_inset Box ovalbox
31707 position "c"
31708 hor_pos "c"
31709 has_inner_box 1
31710 inner_pos "c"
31711 use_parbox 0
31712 use_makebox 0
31713 width "20col%"
31714 special "none"
31715 height "1in"
31716 height_special "totalheight"
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720 \align center
31721 Oval box, thin
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \begin_layout Description
31730 Oval
31731 \begin_inset space ~
31732 \end_inset
31733
31734 box,
31735 \begin_inset space ~
31736 \end_inset
31737
31738 thick This draws an oval frame around the box.
31739  The frame line thickness has the size 0.8
31740 \begin_inset space \thinspace{}
31741 \end_inset
31742
31743 pt.
31744  
31745 \begin_inset Box Ovalbox
31746 position "c"
31747 hor_pos "c"
31748 has_inner_box 1
31749 inner_pos "c"
31750 use_parbox 0
31751 use_makebox 0
31752 width "20col%"
31753 special "none"
31754 height "1in"
31755 height_special "totalheight"
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759 \align center
31760 Oval box, thick
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Description
31769 Drop
31770 \begin_inset space ~
31771 \end_inset
31772
31773 shadow This draws a rectangular frame with a shadow around the box.
31774  The frame line thickness has the size of 
31775 \series bold
31776
31777 \backslash
31778 fboxrule
31779 \series default
31780 , the shadow has a width of 4
31781 \begin_inset space \thinspace{}
31782 \end_inset
31783
31784 pt.
31785  
31786 \begin_inset Box Shadowbox
31787 position "c"
31788 hor_pos "c"
31789 has_inner_box 1
31790 inner_pos "c"
31791 use_parbox 0
31792 use_makebox 0
31793 width "20col%"
31794 special "none"
31795 height "1in"
31796 height_special "totalheight"
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800 \align center
31801 Shadow box
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \begin_layout Description
31810 Shaded
31811 \begin_inset space ~
31812 \end_inset
31813
31814 background This draws a box with a red background.
31815  Unlike colored boxes
31816 \begin_inset Foot
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820 see sec.
31821 \begin_inset space \thinspace{}
31822 \end_inset
31823
31824
31825 \begin_inset CommandInset ref
31826 LatexCommand ref
31827 reference "sec:Colored-Boxes"
31828
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \end_inset
31835
31836 , it always uses the whole column width and the box is set as its own paragraph.
31837  
31838 \begin_inset Box Shaded
31839 position "t"
31840 hor_pos "c"
31841 has_inner_box 0
31842 inner_pos "t"
31843 use_parbox 0
31844 use_makebox 0
31845 width "50col%"
31846 special "none"
31847 height "1in"
31848 height_special "totalheight"
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852 Shaded background box
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \end_layout
31859
31860 \begin_layout Description
31861 Double
31862 \begin_inset space ~
31863 \end_inset
31864
31865 rectangular
31866 \begin_inset space ~
31867 \end_inset
31868
31869 frame This draws a double-line rectangular frame around the box.
31870  The line thickness of the inner frame is 0.75
31871 \begin_inset space \thinspace{}
31872 \end_inset
31873
31874
31875 \series bold
31876
31877 \backslash
31878 fboxrule
31879 \series default
31880 , the thickness of the outer frame is 1.5
31881 \begin_inset space \thinspace{}
31882 \end_inset
31883
31884
31885 \series bold
31886
31887 \backslash
31888 fboxrule
31889 \series default
31890 .
31891  The distance between the lines is 1.5
31892 \begin_inset space \thinspace{}
31893 \end_inset
31894
31895
31896 \series bold
31897
31898 \backslash
31899 fboxrule
31900 \series default
31901
31902 \begin_inset space \thinspace{}
31903 \end_inset
31904
31905 +
31906 \begin_inset space \thinspace{}
31907 \end_inset
31908
31909 0.5
31910 \begin_inset space \thinspace{}
31911 \end_inset
31912
31913 pt.
31914  
31915 \begin_inset Box Doublebox
31916 position "c"
31917 hor_pos "c"
31918 has_inner_box 1
31919 inner_pos "c"
31920 use_parbox 0
31921 use_makebox 0
31922 width "20col%"
31923 special "none"
31924 height "1in"
31925 height_special "totalheight"
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929 \align center
31930 Double rectangular box
31931 \end_layout
31932
31933 \end_inset
31934
31935
31936 \end_layout
31937
31938 \begin_layout Standard
31939 \begin_inset VSpace bigskip
31940 \end_inset
31941
31942 LyX's box label will reflect the different frame types.
31943  To be able to use all types, the LaTeX-package 
31944 \series bold
31945 fancybox
31946 \series default
31947
31948 \begin_inset Index idx
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952 LaTeX-packages ! fancybox
31953 \end_layout
31954
31955 \end_inset
31956
31957  must be installed.
31958 \end_layout
31959
31960 \begin_layout Standard
31961 \begin_inset VSpace bigskip
31962 \end_inset
31963
31964 When you use the decoration 
31965 \family sans
31966 simple rectangular frame
31967 \family default
31968  and no inner box, you can allow page breaks within a box.
31969  Note that then, unlike other framed boxes, the frame always uses the whole
31970  column width, the box is set as its own paragraph, and 
31971 \series bold
31972
31973 \backslash
31974 fboxrule
31975 \series default
31976  and 
31977 \series bold
31978
31979 \backslash
31980 fboxsep
31981 \series default
31982  have no effect on this box type.
31983  The frame line thickness has the size of 
31984 \series bold
31985
31986 \backslash
31987 FrameRule
31988 \series default
31989 .
31990  
31991 \begin_inset Box Framed
31992 position "t"
31993 hor_pos "c"
31994 has_inner_box 0
31995 inner_pos "t"
31996 use_parbox 0
31997 use_makebox 0
31998 width "100col%"
31999 special "none"
32000 height "1in"
32001 height_special "totalheight"
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005 Allow page break box
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \end_layout
32012
32013 \begin_layout Section
32014 Box Customization
32015 \begin_inset Index idx
32016 status collapsed
32017
32018 \begin_layout Plain Layout
32019 Boxes ! Customization
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \begin_layout Standard
32028 The default value for the size 
32029 \series bold
32030
32031 \backslash
32032 fboxrule
32033 \series default
32034  is 0.4
32035 \begin_inset space \thinspace{}
32036 \end_inset
32037
32038 pt.
32039  It can be changed with the following command in TeX-code to e.
32040 \begin_inset space \thinspace{}
32041 \end_inset
32042
32043 g.
32044 \begin_inset space \space{}
32045 \end_inset
32046
32047 2
32048 \begin_inset space \thinspace{}
32049 \end_inset
32050
32051 pt:
32052 \end_layout
32053
32054 \begin_layout Standard
32055
32056 \series bold
32057
32058 \backslash
32059 setlength{
32060 \backslash
32061 fboxrule}{2pt}
32062 \end_layout
32063
32064 \begin_layout Standard
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070
32071 \backslash
32072 setlength{
32073 \backslash
32074 fboxrule}{2pt}
32075 \end_layout
32076
32077 \end_inset
32078
32079
32080 \begin_inset Box Boxed
32081 position "c"
32082 hor_pos "c"
32083 has_inner_box 1
32084 inner_pos "c"
32085 use_parbox 0
32086 use_makebox 0
32087 width "25col%"
32088 special "none"
32089 height "1in"
32090 height_special "totalheight"
32091 status open
32092
32093 \begin_layout Plain Layout
32094 \align center
32095 Rectangular box with 
32096 \series bold
32097
32098 \backslash
32099 fboxrule
32100 \series default
32101
32102 \begin_inset space \thinspace{}
32103 \end_inset
32104
32105 =
32106 \begin_inset space \thinspace{}
32107 \end_inset
32108
32109 2
32110 \begin_inset space \thinspace{}
32111 \end_inset
32112
32113 pt
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123
32124
32125 \backslash
32126 setlength{
32127 \backslash
32128 fboxrule}{0.4pt}
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset VSpace bigskip
32138 \end_inset
32139
32140 The space between the frame and the box content is for all frame styles
32141  by default 3
32142 \begin_inset space \thinspace{}
32143 \end_inset
32144
32145 pt.
32146  You can change it by setting the length 
32147 \series bold
32148
32149 \backslash
32150 fboxsep
32151 \series default
32152  to another value.
32153  For example the command
32154 \end_layout
32155
32156 \begin_layout Standard
32157
32158 \series bold
32159
32160 \backslash
32161 setlength{
32162 \backslash
32163 fboxsep}{10pt}
32164 \end_layout
32165
32166 \begin_layout Standard
32167 sets the value to 10
32168 \begin_inset space \thinspace{}
32169 \end_inset
32170
32171 pt, as with the following box:
32172 \end_layout
32173
32174 \begin_layout Standard
32175 \begin_inset ERT
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179
32180
32181 \backslash
32182 setlength{
32183 \backslash
32184 fboxsep}{10pt}
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \begin_inset Box Boxed
32191 position "c"
32192 hor_pos "c"
32193 has_inner_box 1
32194 inner_pos "c"
32195 use_parbox 0
32196 use_makebox 0
32197 width "25col%"
32198 special "none"
32199 height "1in"
32200 height_special "totalheight"
32201 status open
32202
32203 \begin_layout Plain Layout
32204 \align center
32205 Rectangular box with 
32206 \series bold
32207
32208 \backslash
32209 fboxsep
32210 \series default
32211
32212 \begin_inset space \thinspace{}
32213 \end_inset
32214
32215 =
32216 \begin_inset space \thinspace{}
32217 \end_inset
32218
32219 10
32220 \begin_inset space \thinspace{}
32221 \end_inset
32222
32223 pt
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \begin_inset ERT
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233
32234
32235 \backslash
32236 setlength{
32237 \backslash
32238 fboxsep}{3pt}
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 \begin_inset VSpace bigskip
32248 \end_inset
32249
32250 The diameter of the round corners of the oval boxes can be set with the
32251  command 
32252 \series bold
32253
32254 \backslash
32255 cornersize
32256 \series default
32257 .
32258  The command
32259 \end_layout
32260
32261 \begin_layout Standard
32262
32263 \series bold
32264
32265 \backslash
32266 cornersize*{1cm}
32267 \end_layout
32268
32269 \begin_layout Standard
32270 sets the diameter to 1
32271 \begin_inset space \thinspace{}
32272 \end_inset
32273
32274 cm.
32275  The command
32276 \end_layout
32277
32278 \begin_layout Standard
32279
32280 \series bold
32281
32282 \backslash
32283 cornersize{num}
32284 \end_layout
32285
32286 \begin_layout Standard
32287 sets the diameter to 
32288 \family sans
32289 num
32290 \begin_inset space \thinspace{}
32291 \end_inset
32292
32293 ×
32294 \begin_inset space \thinspace{}
32295 \end_inset
32296
32297 minimum(width and height of box)
32298 \family default
32299 .
32300  The default is 
32301 \series bold
32302
32303 \backslash
32304 cornersize{0.5}
32305 \series default
32306 .
32307 \end_layout
32308
32309 \begin_layout Standard
32310 \begin_inset ERT
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314
32315
32316 \backslash
32317 cornersize*{1.5cm}
32318 \end_layout
32319
32320 \end_inset
32321
32322
32323 \begin_inset Box Ovalbox
32324 position "c"
32325 hor_pos "c"
32326 has_inner_box 1
32327 inner_pos "c"
32328 use_parbox 0
32329 use_makebox 0
32330 width "25col%"
32331 special "none"
32332 height "1in"
32333 height_special "totalheight"
32334 status open
32335
32336 \begin_layout Plain Layout
32337 \align center
32338 Oval box with 
32339 \series bold
32340
32341 \backslash
32342 cornersize
32343 \series default
32344
32345 \begin_inset space \thinspace{}
32346 \end_inset
32347
32348 =
32349 \begin_inset space \thinspace{}
32350 \end_inset
32351
32352 1.5
32353 \begin_inset space \thinspace{}
32354 \end_inset
32355
32356 cm
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \begin_inset ERT
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366
32367
32368 \backslash
32369 cornersize{0.5}
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378 \begin_inset VSpace bigskip
32379 \end_inset
32380
32381 The size of the shadow can be adjusted by changing the length 
32382 \series bold
32383
32384 \backslash
32385 shadowsize
32386 \series default
32387 .
32388  It it set to 2
32389 \begin_inset space \thinspace{}
32390 \end_inset
32391
32392 pt for the following box by this command:
32393 \end_layout
32394
32395 \begin_layout Standard
32396
32397 \series bold
32398
32399 \backslash
32400 setlength{
32401 \backslash
32402 shadowsize}{2pt}
32403 \end_layout
32404
32405 \begin_layout Standard
32406 \begin_inset ERT
32407 status collapsed
32408
32409 \begin_layout Plain Layout
32410
32411
32412 \backslash
32413 setlength{
32414 \backslash
32415 shadowsize}{2pt}
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \begin_inset Box Shadowbox
32422 position "c"
32423 hor_pos "c"
32424 has_inner_box 1
32425 inner_pos "c"
32426 use_parbox 0
32427 use_makebox 0
32428 width "25col%"
32429 special "none"
32430 height "1in"
32431 height_special "totalheight"
32432 status open
32433
32434 \begin_layout Plain Layout
32435 \align center
32436 Shadow box with 
32437 \series bold
32438
32439 \backslash
32440 shadowsize
32441 \series default
32442
32443 \begin_inset space \thinspace{}
32444 \end_inset
32445
32446 =
32447 \begin_inset space \thinspace{}
32448 \end_inset
32449
32450 2
32451 \begin_inset space \thinspace{}
32452 \end_inset
32453
32454 pt
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \begin_inset ERT
32461 status collapsed
32462
32463 \begin_layout Plain Layout
32464
32465
32466 \backslash
32467 setlength{
32468 \backslash
32469 shadowsize}{4pt}
32470 \end_layout
32471
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \begin_inset VSpace bigskip
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 The default value for the size 
32486 \series bold
32487
32488 \backslash
32489 FrameRule
32490 \series default
32491  is 0.4
32492 \begin_inset space \thinspace{}
32493 \end_inset
32494
32495 pt.
32496  The default space between the note content and the frame is 9
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 pt and can be changed with the value of 
32501 \series bold
32502
32503 \backslash
32504 FrameSep
32505 \series default
32506 .
32507  For example the frame appearance of the following 
32508 \family sans
32509 box
32510 \family default
32511  is set with the TeX-Code commands
32512 \end_layout
32513
32514 \begin_layout Standard
32515
32516 \series bold
32517
32518 \backslash
32519 setlength{
32520 \backslash
32521 FrameRule}{5pt}
32522 \begin_inset Newline newline
32523 \end_inset
32524
32525
32526 \backslash
32527 setlength{
32528 \backslash
32529 FrameSep}{0.5cm}
32530 \end_layout
32531
32532 \begin_layout Standard
32533 \begin_inset ERT
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537
32538
32539 \backslash
32540 setlength{
32541 \backslash
32542 FrameRule}{5pt}
32543 \end_layout
32544
32545 \begin_layout Plain Layout
32546
32547
32548 \backslash
32549 setlength{
32550 \backslash
32551 FrameSep}{0.5cm}
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \begin_inset Box Framed
32558 position "t"
32559 hor_pos "c"
32560 has_inner_box 0
32561 inner_pos "t"
32562 use_parbox 0
32563 use_makebox 0
32564 width "100col%"
32565 special "none"
32566 height "1in"
32567 height_special "totalheight"
32568 status open
32569
32570 \begin_layout Plain Layout
32571 This is text in an 
32572 \family sans
32573 allow page break
32574 \family default
32575  box.
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \begin_inset ERT
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585
32586
32587 \backslash
32588 setlength{
32589 \backslash
32590 FrameRule}{0.4pt}
32591 \end_layout
32592
32593 \begin_layout Plain Layout
32594
32595
32596 \backslash
32597 setlength{
32598 \backslash
32599 FrameSep}{9pt}
32600 \end_layout
32601
32602 \end_inset
32603
32604
32605 \end_layout
32606
32607 \begin_layout Standard
32608 \begin_inset VSpace bigskip
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Standard
32615 For 
32616 \family sans
32617 shaded background
32618 \family default
32619  boxes the default space between the box content and the box border is 3
32620 \begin_inset space \thinspace{}
32621 \end_inset
32622
32623 pt and can be changed with the value of 
32624 \series bold
32625
32626 \backslash
32627 fboxsep
32628 \series default
32629 .
32630  The default background color red can either be changed locally with the
32631  command 
32632 \series bold
32633
32634 \backslash
32635 definecolor{shadecolor}
32636 \series default
32637  or globally with the menu 
32638 \family sans
32639 Tools\SpecialChar \menuseparator
32640 Preferences\SpecialChar \menuseparator
32641 Colors\SpecialChar \menuseparator
32642 shaded
32643 \begin_inset space ~
32644 \end_inset
32645
32646 box
32647 \family default
32648 .
32649  The scheme of the 
32650 \series bold
32651
32652 \backslash
32653 definecolor
32654 \series default
32655  command is explained in section
32656 \begin_inset space ~
32657 \end_inset
32658
32659
32660 \begin_inset CommandInset ref
32661 LatexCommand ref
32662 reference "sec:Colored-Tables"
32663
32664 \end_inset
32665
32666 .
32667 \begin_inset Foot
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671 Note that 
32672 \series bold
32673
32674 \backslash
32675 definecolor
32676 \series default
32677  requires the LaTeX-package 
32678 \series bold
32679 color
32680 \series default
32681  in the preamble, see section
32682 \begin_inset space ~
32683 \end_inset
32684
32685
32686 \begin_inset CommandInset ref
32687 LatexCommand ref
32688 reference "sec:Colored-Boxes"
32689
32690 \end_inset
32691
32692 .
32693 \end_layout
32694
32695 \end_inset
32696
32697  For example the appearance of the following shaded background box is set
32698  with the TeX-Code commands
32699 \end_layout
32700
32701 \begin_layout Standard
32702
32703 \series bold
32704
32705 \backslash
32706 setlength{
32707 \backslash
32708 fboxsep}{0.5cm}
32709 \series default
32710
32711 \begin_inset Newline newline
32712 \end_inset
32713
32714
32715 \series bold
32716
32717 \backslash
32718 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32719 \end_layout
32720
32721 \begin_layout Standard
32722 \begin_inset ERT
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726
32727
32728 \backslash
32729 setlength{
32730 \backslash
32731 fboxsep}{0.5cm}
32732 \end_layout
32733
32734 \begin_layout Plain Layout
32735
32736
32737 \backslash
32738 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32739 \end_layout
32740
32741 \end_inset
32742
32743
32744 \begin_inset Box Shaded
32745 position "t"
32746 hor_pos "c"
32747 has_inner_box 0
32748 inner_pos "t"
32749 use_parbox 0
32750 use_makebox 0
32751 width "100col%"
32752 special "none"
32753 height "1in"
32754 height_special "totalheight"
32755 status open
32756
32757 \begin_layout Plain Layout
32758
32759 \color yellow
32760 This is yellow text in a
32761 \color none
32762  
32763 \family sans
32764 \color yellow
32765 shaded background
32766 \family default
32767 \color none
32768  
32769 \color yellow
32770 box with dark green background.
32771 \end_layout
32772
32773 \end_inset
32774
32775
32776 \begin_inset ERT
32777 status collapsed
32778
32779 \begin_layout Plain Layout
32780
32781
32782 \backslash
32783 setlength{
32784 \backslash
32785 fboxsep}{3pt}
32786 \end_layout
32787
32788 \begin_layout Plain Layout
32789
32790
32791 \backslash
32792 definecolor{shadecolor}{rgb}{1,0,0}
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \begin_layout Standard
32801 \begin_inset VSpace bigskip
32802 \end_inset
32803
32804 Changed lengths and widths are valid for all boxes following the commands
32805  that change them.
32806 \end_layout
32807
32808 \begin_layout Section
32809 Minipages
32810 \begin_inset CommandInset label
32811 LatexCommand label
32812 name "sec:Minipages"
32813
32814 \end_inset
32815
32816
32817 \begin_inset Index idx
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 Boxes ! Minipages
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 Minipages are treated by LaTeX as pages within pages and can therefore for
32831  example have their own footnotes.
32832 \end_layout
32833
32834 \begin_layout Standard
32835 Minipages are useful when you write documents with different languages.
32836 \end_layout
32837
32838 \begin_layout Standard
32839 Below are two example minipages side by side.
32840  Their width is set to 45
32841 \begin_inset space \thinspace{}
32842 \end_inset
32843
32844 col% and they are separated by a horizontal fill, that was inserted via
32845  the menu 
32846 \family sans
32847 Insert\SpecialChar \menuseparator
32848 Special
32849 \begin_inset space ~
32850 \end_inset
32851
32852 Formatting\SpecialChar \menuseparator
32853 Horizontal
32854 \begin_inset space ~
32855 \end_inset
32856
32857 Fill
32858 \family default
32859 .
32860 \begin_inset Newpage newpage
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Standard
32867 \begin_inset Box Frameless
32868 position "t"
32869 hor_pos "c"
32870 has_inner_box 1
32871 inner_pos "c"
32872 use_parbox 0
32873 use_makebox 0
32874 width "45col%"
32875 special "none"
32876 height "1in"
32877 height_special "totalheight"
32878 status open
32879
32880 \begin_layout Plain Layout
32881
32882 \lang ngerman
32883 Dies ist ein deutscher Text.
32884  Dies ist ein deutscher Text.
32885  Dies ist ein deutscher Text.
32886  Dies ist ein deutscher Text.
32887  Dies ist ein deutscher Text.
32888  Dies ist ein deutscher Text.
32889  Dies ist ein deutscher Text.
32890  Dies ist ein deutscher Text.
32891  Dies ist ein deutscher Text.
32892  Dies ist ein deutscher Text.
32893  Dies ist ein deutscher Text.
32894  Dies ist ein deutscher Text.
32895  Dies ist ein deutscher Text
32896 \begin_inset Foot
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900
32901 \lang ngerman
32902 Dies ist eine deutsche Fußnote.
32903 \end_layout
32904
32905 \end_inset
32906
32907 .
32908  Dies ist ein deutscher Text.
32909  Dies ist ein deutscher Text.
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \begin_inset space \hfill{}
32916 \end_inset
32917
32918
32919 \begin_inset Box Frameless
32920 position "t"
32921 hor_pos "c"
32922 has_inner_box 1
32923 inner_pos "c"
32924 use_parbox 0
32925 use_makebox 0
32926 width "45col%"
32927 special "none"
32928 height "1in"
32929 height_special "totalheight"
32930 status open
32931
32932 \begin_layout Plain Layout
32933 This is an English Text.
32934  This is an English Text.
32935  This is an English Text.
32936  This is an English Text.
32937  This is an English Text.
32938  This is an English Text.
32939  This is an English Text.
32940  This is an English Text.
32941  This is an English Text.
32942  This is an English Text.
32943  This is an English Text.
32944  This is an English Text.
32945  This is an English Text.
32946  This is an English Text.
32947  This is an English Text.
32948  This is an English Text.
32949 \begin_inset Foot
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 This is an English footnote.
32954 \end_layout
32955
32956 \end_inset
32957
32958  This is an English Text.
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \begin_layout Standard
32967 \begin_inset VSpace bigskip
32968 \end_inset
32969
32970 The document-wide paragraph settings are ignored within minipages.
32971  That means that there will be no space between paragraphs in minipages
32972  although you set it to e.
32973 \begin_inset space \thinspace{}
32974 \end_inset
32975
32976 g.
32977 \begin_inset space \space{}
32978 \end_inset
32979
32980
32981 \family sans
32982 MedSkip
32983 \family default
32984  in the document settings.
32985 \end_layout
32986
32987 \begin_layout Standard
32988 Minipages can also be used to set a background color for text parts, see
32989  section
32990 \begin_inset space ~
32991 \end_inset
32992
32993
32994 \begin_inset CommandInset ref
32995 LatexCommand ref
32996 reference "sub:Color-for-Paragraphs"
32997
32998 \end_inset
32999
33000 .
33001 \end_layout
33002
33003 \begin_layout Standard
33004 \begin_inset Note Greyedout
33005 status open
33006
33007 \begin_layout Plain Layout
33008
33009 \series bold
33010 Note:
33011 \series default
33012  You cannot have floats or margin notes inside minipages but minipages can
33013  be used inside tables, floats, and other boxes.
33014 \end_layout
33015
33016 \end_inset
33017
33018
33019 \end_layout
33020
33021 \begin_layout Section
33022 Parboxes
33023 \begin_inset CommandInset label
33024 LatexCommand label
33025 name "sec:Parboxes"
33026
33027 \end_inset
33028
33029
33030 \begin_inset Index idx
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034 Boxes ! Parboxes
33035 \end_layout
33036
33037 \end_inset
33038
33039
33040 \end_layout
33041
33042 \begin_layout Standard
33043 Parboxes are very similar to minipages with the difference that they cannot
33044  have footnotes.
33045 \end_layout
33046
33047 \begin_layout Standard
33048 \align center
33049 \begin_inset Box Frameless
33050 position "t"
33051 hor_pos "c"
33052 has_inner_box 1
33053 inner_pos "t"
33054 use_parbox 1
33055 use_makebox 0
33056 width "33col%"
33057 special "none"
33058 height "1in"
33059 height_special "totalheight"
33060 status open
33061
33062 \begin_layout Plain Layout
33063 This a text within a parbox.
33064  This a text within a parbox.
33065 \end_layout
33066
33067 \begin_layout Plain Layout
33068 This footnote won't appear:
33069 \begin_inset Foot
33070 status collapsed
33071
33072 \begin_layout Plain Layout
33073 This footnote is inside a parbox and will therefore not appear.
33074 \end_layout
33075
33076 \end_inset
33077
33078
33079 \end_layout
33080
33081 \end_inset
33082
33083
33084 \end_layout
33085
33086 \begin_layout Section
33087 Boxes for Words and Characters
33088 \begin_inset Index idx
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092 Boxes ! for Characters
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \begin_layout Subsection
33101 Prevent Hyphenation
33102 \begin_inset CommandInset label
33103 LatexCommand label
33104 name "sec:Prevent-Hyphenation"
33105
33106 \end_inset
33107
33108
33109 \begin_inset Index idx
33110 status collapsed
33111
33112 \begin_layout Plain Layout
33113 Boxes ! to Prevent Hyphenation
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \begin_layout Standard
33122 You can use the box type 
33123 \family sans
33124 Makebox
33125 \family default
33126  to prevent words or text from being hyphenated.
33127 \begin_inset Newline newline
33128 \end_inset
33129
33130 Here is an example text:
33131 \end_layout
33132
33133 \begin_layout Standard
33134 This line is an example to show how you can prevent the hyphenation of 
33135 \begin_inset Quotes eld
33136 \end_inset
33137
33138 veryverylongword
33139 \begin_inset Quotes erd
33140 \end_inset
33141
33142 .
33143 \end_layout
33144
33145 \begin_layout Standard
33146 To prevent the hyphenation of the word 
33147 \begin_inset Quotes eld
33148 \end_inset
33149
33150 veryverylongword
33151 \begin_inset Quotes erd
33152 \end_inset
33153
33154 , put the word into a box, set the 
33155 \family sans
33156 Inner
33157 \begin_inset space ~
33158 \end_inset
33159
33160 box
33161 \family default
33162  to 
33163 \family sans
33164 Makebox
33165 \family default
33166  and its width to 1
33167 \begin_inset space \thinspace{}
33168 \end_inset
33169
33170 Width.
33171 \end_layout
33172
33173 \begin_layout Standard
33174 This is the result:
33175 \end_layout
33176
33177 \begin_layout Standard
33178 This line is an example to show how you can prevent the hyphenation of 
33179 \begin_inset Box Frameless
33180 position "t"
33181 hor_pos "c"
33182 has_inner_box 1
33183 inner_pos "t"
33184 use_parbox 0
33185 use_makebox 1
33186 width "1in"
33187 special "width"
33188 height "1in"
33189 height_special "totalheight"
33190 status open
33191
33192 \begin_layout Plain Layout
33193 \begin_inset Quotes eld
33194 \end_inset
33195
33196 veryverylongword
33197 \begin_inset Quotes erd
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \end_inset
33204
33205 .
33206 \end_layout
33207
33208 \begin_layout Standard
33209 You can alternatively set the command 
33210 \begin_inset Quotes eld
33211 \end_inset
33212
33213
33214 \series bold
33215
33216 \backslash
33217 -
33218 \series default
33219
33220 \begin_inset Quotes grd
33221 \end_inset
33222
33223  as TeX-Code directly before the word:
33224 \end_layout
33225
33226 \begin_layout Standard
33227 This line is an example to show how you can prevent the hyphenation of 
33228 \begin_inset Quotes eld
33229 \end_inset
33230
33231
33232 \begin_inset ERT
33233 status collapsed
33234
33235 \begin_layout Plain Layout
33236
33237
33238 \backslash
33239 -
33240 \end_layout
33241
33242 \end_inset
33243
33244 veryverylongword
33245 \begin_inset Quotes erd
33246 \end_inset
33247
33248 .
33249 \end_layout
33250
33251 \begin_layout Standard
33252 Of course the word now protrudes over the side margin.
33253  To avoid this, add via the menu 
33254 \family sans
33255 Insert\SpecialChar \menuseparator
33256 Formatting\SpecialChar \menuseparator
33257 Ragged
33258 \begin_inset space ~
33259 \end_inset
33260
33261 Line
33262 \begin_inset space ~
33263 \end_inset
33264
33265 Break
33266 \family default
33267  (shortcut 
33268 \begin_inset Info
33269 type  "shortcut"
33270 arg   "newline-insert newline"
33271 \end_inset
33272
33273 ) a line break before the word:
33274 \end_layout
33275
33276 \begin_layout Standard
33277 This line is an example to show how you can prevent the hyphenation of 
33278 \begin_inset Newline newline
33279 \end_inset
33280
33281
33282 \begin_inset Box Frameless
33283 position "t"
33284 hor_pos "c"
33285 has_inner_box 1
33286 inner_pos "t"
33287 use_parbox 0
33288 use_makebox 1
33289 width "1in"
33290 special "width"
33291 height "1in"
33292 height_special "totalheight"
33293 status open
33294
33295 \begin_layout Plain Layout
33296 \begin_inset Quotes eld
33297 \end_inset
33298
33299 veryverylongword
33300 \begin_inset Quotes erd
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \end_inset
33307
33308 .
33309 \end_layout
33310
33311 \begin_layout Subsection
33312 Vertical Alignment
33313 \begin_inset CommandInset label
33314 LatexCommand label
33315 name "sub:Vertical-Alignment"
33316
33317 \end_inset
33318
33319
33320 \begin_inset Index idx
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324 Boxes ! for Vertical Alignment
33325 \end_layout
33326
33327 \end_inset
33328
33329
33330 \begin_inset Index idx
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334 Boxes ! Raiseboxes
33335 \end_layout
33336
33337 \end_inset
33338
33339
33340 \end_layout
33341
33342 \begin_layout Standard
33343 With the help of the command 
33344 \series bold
33345
33346 \backslash
33347 raisebox
33348 \series default
33349  you can align words, characters or other boxes vertically relative to the
33350  surrounding text.
33351  
33352 \series bold
33353
33354 \backslash
33355 raisebox
33356 \series default
33357  is used with the following scheme:
33358 \end_layout
33359
33360 \begin_layout Standard
33361
33362 \series bold
33363
33364 \backslash
33365 raisebox{lift}[height][depth]{box content}
33366 \end_layout
33367
33368 \begin_layout Standard
33369 The lift can be a positive value to raise the box or a negative value to
33370  lower the box.
33371 \end_layout
33372
33373 \begin_layout Standard
33374 To align for example the word 
33375 \begin_inset Quotes eld
33376 \end_inset
33377
33378 preventing
33379 \begin_inset Quotes erd
33380 \end_inset
33381
33382  so that the bottom of the 
33383 \begin_inset Quotes eld
33384 \end_inset
33385
33386 deepest
33387 \begin_inset Quotes erd
33388 \end_inset
33389
33390  character 
33391 \begin_inset Quotes eld
33392 \end_inset
33393
33394 p
33395 \begin_inset Quotes erd
33396 \end_inset
33397
33398  is at the baseline, insert the command
33399 \end_layout
33400
33401 \begin_layout Standard
33402
33403 \series bold
33404
33405 \backslash
33406 raisebox{
33407 \backslash
33408 depth}{
33409 \end_layout
33410
33411 \begin_layout Standard
33412 in TeX-Code before the word.
33413  After the word insert a closing brace 
33414 \begin_inset Quotes eld
33415 \end_inset
33416
33417
33418 \series bold
33419 }
33420 \series default
33421
33422 \begin_inset Quotes erd
33423 \end_inset
33424
33425  in TeX-Code.
33426 \begin_inset Newline newline
33427 \end_inset
33428
33429 This is the result:
33430 \end_layout
33431
33432 \begin_layout Standard
33433 This is a text line with the word 
33434 \begin_inset ERT
33435 status collapsed
33436
33437 \begin_layout Plain Layout
33438
33439
33440 \backslash
33441 raisebox{
33442 \backslash
33443 depth}{
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \begin_inset Quotes eld
33450 \end_inset
33451
33452 preventing
33453 \begin_inset Quotes erd
33454 \end_inset
33455
33456
33457 \begin_inset ERT
33458 status collapsed
33459
33460 \begin_layout Plain Layout
33461
33462 }
33463 \end_layout
33464
33465 \end_inset
33466
33467  as a raised word.
33468 \end_layout
33469
33470 \begin_layout Standard
33471 \begin_inset VSpace bigskip
33472 \end_inset
33473
33474 When you raise or lower characters in a line, the line distance will be
33475  spread:
33476 \end_layout
33477
33478 \begin_layout Standard
33479 This is a text line with the word 
33480 \begin_inset ERT
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484
33485
33486 \backslash
33487 raisebox{-
33488 \backslash
33489 depth}{
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \begin_inset Quotes eld
33496 \end_inset
33497
33498 preventing
33499 \begin_inset Quotes erd
33500 \end_inset
33501
33502
33503 \begin_inset ERT
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507
33508 }
33509 \end_layout
33510
33511 \end_inset
33512
33513  as a lowered word.
33514 \begin_inset Newline newline
33515 \end_inset
33516
33517 This is a text line with the word 
33518 \begin_inset ERT
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522
33523
33524 \backslash
33525 raisebox{0.5cm}{
33526 \end_layout
33527
33528 \end_inset
33529
33530
33531 \begin_inset Quotes eld
33532 \end_inset
33533
33534 testing
33535 \begin_inset Quotes erd
33536 \end_inset
33537
33538
33539 \begin_inset ERT
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543
33544 }
33545 \end_layout
33546
33547 \end_inset
33548
33549  as a raised word.
33550 \end_layout
33551
33552 \begin_layout Standard
33553 If you want to prevent this for a certain reason, set the box height to
33554  a zero value.
33555  For example use
33556 \end_layout
33557
33558 \begin_layout Standard
33559
33560 \series bold
33561
33562 \backslash
33563 raisebox{-
33564 \backslash
33565 depth}[0pt]{
33566 \end_layout
33567
33568 \begin_layout Standard
33569 This is a text line with the word 
33570 \begin_inset ERT
33571 status collapsed
33572
33573 \begin_layout Plain Layout
33574
33575
33576 \backslash
33577 raisebox{-
33578 \backslash
33579 depth}[0pt]{
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \begin_inset Quotes eld
33586 \end_inset
33587
33588 preventing
33589 \begin_inset Quotes erd
33590 \end_inset
33591
33592
33593 \begin_inset ERT
33594 status collapsed
33595
33596 \begin_layout Plain Layout
33597
33598 }
33599 \end_layout
33600
33601 \end_inset
33602
33603  as a lowered word.
33604 \begin_inset Newline newline
33605 \end_inset
33606
33607 This is a text line with the word 
33608 \begin_inset ERT
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612
33613
33614 \backslash
33615 raisebox{0.5cm}[0pt]{
33616 \end_layout
33617
33618 \end_inset
33619
33620
33621 \begin_inset Quotes eld
33622 \end_inset
33623
33624 testing
33625 \begin_inset Quotes erd
33626 \end_inset
33627
33628
33629 \begin_inset ERT
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633
33634 }
33635 \end_layout
33636
33637 \end_inset
33638
33639  as a raised word.
33640 \end_layout
33641
33642 \begin_layout Section
33643 Colored Boxes
33644 \begin_inset CommandInset label
33645 LatexCommand label
33646 name "sec:Colored-Boxes"
33647
33648 \end_inset
33649
33650
33651 \begin_inset Index idx
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655 Boxes ! Color
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \begin_layout Subsection
33664 Color for Text
33665 \begin_inset Index idx
33666 status collapsed
33667
33668 \begin_layout Plain Layout
33669 Color ! for Text
33670 \end_layout
33671
33672 \end_inset
33673
33674
33675 \end_layout
33676
33677 \begin_layout Standard
33678 To color the background of text the text must be put into a so called 
33679 \begin_inset Quotes eld
33680 \end_inset
33681
33682 colorbox
33683 \begin_inset Quotes erd
33684 \end_inset
33685
33686 .
33687  This requires that the LaTeX-package 
33688 \series bold
33689 color
33690 \series default
33691
33692 \begin_inset Index idx
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 LaTeX-packages ! color
33697 \end_layout
33698
33699 \end_inset
33700
33701  is loaded in the document preamble with the command
33702 \end_layout
33703
33704 \begin_layout Standard
33705
33706 \series bold
33707
33708 \backslash
33709 @ifundefined{textcolor}
33710 \begin_inset Newline newline
33711 \end_inset
33712
33713
33714 \begin_inset Phantom HPhantom
33715 status open
33716
33717 \begin_layout Plain Layout
33718
33719 \series bold
33720 \begin_inset space ~
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \end_inset
33727
33728 {
33729 \backslash
33730 usepackage{color}}{}
33731 \end_layout
33732
33733 \begin_layout Standard
33734 The package 
33735 \series bold
33736 color
33737 \series default
33738  will be loaded automatically by LyX when you color text.
33739 \begin_inset Foot
33740 status collapsed
33741
33742 \begin_layout Plain Layout
33743 To avoid it being loaded twice the command 
33744 \series bold
33745
33746 \backslash
33747 @ifundefined
33748 \series default
33749  is used.
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \begin_layout Standard
33758 \begin_inset VSpace medskip
33759 \end_inset
33760
33761 Colorboxes are created with the command 
33762 \series bold
33763
33764 \backslash
33765 colorbox
33766 \series default
33767 .
33768  This will be used with the following scheme:
33769 \end_layout
33770
33771 \begin_layout Standard
33772
33773 \series bold
33774
33775 \backslash
33776 colorbox{color}{box content}
33777 \end_layout
33778
33779 \begin_layout Standard
33780 The box content can also be a box and colorboxes can also be within other
33781  boxes.
33782 \end_layout
33783
33784 \begin_layout Standard
33785 The following colors are predefined:
33786 \begin_inset Newline newline
33787 \end_inset
33788
33789
33790 \family sans
33791 black
33792 \family default
33793
33794 \family sans
33795 blue
33796 \family default
33797
33798 \family sans
33799 cyan
33800 \family default
33801 \series bold
33802 ,
33803 \series default
33804  
33805 \family sans
33806 green
33807 \family default
33808
33809 \family sans
33810 magenta
33811 \family default
33812
33813 \family sans
33814 red
33815 \family default
33816
33817 \family sans
33818 white
33819 \family default
33820 , and 
33821 \family sans
33822 yellow
33823 \family default
33824 .
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828 You can also define your own color as described in section
33829 \begin_inset space ~
33830 \end_inset
33831
33832
33833 \begin_inset CommandInset ref
33834 LatexCommand ref
33835 reference "sec:Colored-Tables"
33836
33837 \end_inset
33838
33839 .
33840 \end_layout
33841
33842 \begin_layout Standard
33843 To have e.
33844 \begin_inset space \thinspace{}
33845 \end_inset
33846
33847 g.
33848 \begin_inset space \space{}
33849 \end_inset
33850
33851 a red background for a word, insert the command
33852 \end_layout
33853
33854 \begin_layout Standard
33855
33856 \series bold
33857
33858 \backslash
33859 colorbox{red}{
33860 \end_layout
33861
33862 \begin_layout Standard
33863 before the word in TeX-Code.
33864  After the word insert a closing brace 
33865 \begin_inset Quotes eld
33866 \end_inset
33867
33868
33869 \series bold
33870 }
33871 \series default
33872
33873 \begin_inset Quotes erd
33874 \end_inset
33875
33876  in TeX-Code.
33877 \begin_inset Newline newline
33878 \end_inset
33879
33880 This is the result:
33881 \end_layout
33882
33883 \begin_layout Standard
33884 This is a line where the word 
33885 \begin_inset ERT
33886 status collapsed
33887
33888 \begin_layout Plain Layout
33889
33890
33891 \backslash
33892 colorbox{red}{
33893 \end_layout
33894
33895 \end_inset
33896
33897
33898 \begin_inset Quotes eld
33899 \end_inset
33900
33901 Attention!
33902 \begin_inset Quotes erd
33903 \end_inset
33904
33905
33906 \begin_inset ERT
33907 status collapsed
33908
33909 \begin_layout Plain Layout
33910
33911 }
33912 \end_layout
33913
33914 \end_inset
33915
33916  has a red background.
33917 \end_layout
33918
33919 \begin_layout Standard
33920 \begin_inset VSpace bigskip
33921 \end_inset
33922
33923 If you would like the box frame in a different color, you can use the command
33924  
33925 \series bold
33926
33927 \backslash
33928 fcolorbox
33929 \series default
33930  with the following scheme:
33931 \end_layout
33932
33933 \begin_layout Standard
33934
33935 \series bold
33936
33937 \backslash
33938 fcolorbox{frame color}{box color}{box content}
33939 \end_layout
33940
33941 \begin_layout Standard
33942
33943 \series bold
33944
33945 \backslash
33946 fcolorbox
33947 \series default
33948  is an extension to 
33949 \series bold
33950
33951 \backslash
33952 colorbox
33953 \series default
33954 .
33955  The frame thickness and the space between the frame and the box content
33956  can be adjusted with the lengths 
33957 \series bold
33958
33959 \backslash
33960 fboxrule
33961 \series default
33962  and 
33963 \series bold
33964
33965 \backslash
33966 fboxsep
33967 \series default
33968 , respectively, as described in section
33969 \begin_inset space ~
33970 \end_inset
33971
33972
33973 \begin_inset CommandInset ref
33974 LatexCommand ref
33975 reference "sec:Decoration"
33976
33977 \end_inset
33978
33979 .
33980 \end_layout
33981
33982 \begin_layout Standard
33983 For the following example the command
33984 \end_layout
33985
33986 \begin_layout Standard
33987
33988 \series bold
33989
33990 \backslash
33991 fcolorbox{cyan}{magenta}{
33992 \end_layout
33993
33994 \begin_layout Standard
33995 was used.
33996 \end_layout
33997
33998 \begin_layout Standard
33999 Here is an example where the frame line thickness was set to 1
34000 \begin_inset space \thinspace{}
34001 \end_inset
34002
34003 mm:
34004 \begin_inset Newline newline
34005 \end_inset
34006
34007
34008 \begin_inset ERT
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012
34013
34014 \backslash
34015 fboxrule 1mm 
34016 \backslash
34017 fboxsep 1mm
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \begin_inset ERT
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027
34028
34029 \backslash
34030 fcolorbox{cyan}{magenta}{
34031 \end_layout
34032
34033 \end_inset
34034
34035 This is text within a colored, framed box.
34036 \begin_inset ERT
34037 status collapsed
34038
34039 \begin_layout Plain Layout
34040
34041 }
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 \begin_inset VSpace bigskip
34051 \end_inset
34052
34053 Of course you can also have colored text inside a colorbox:
34054 \begin_inset Newline newline
34055 \end_inset
34056
34057
34058 \begin_inset ERT
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062
34063
34064 \backslash
34065 fcolorbox{cyan}{magenta}{
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \color yellow
34072 This is colored text within a colored, framed box.
34073 \color none
34074
34075 \begin_inset ERT
34076 status collapsed
34077
34078 \begin_layout Plain Layout
34079
34080 }
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \begin_inset ERT
34087 status collapsed
34088
34089 \begin_layout Plain Layout
34090
34091
34092 \backslash
34093 fboxrule 0.4pt 
34094 \backslash
34095 fboxsep 3pt
34096 \end_layout
34097
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset VSpace medskip
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \begin_layout Standard
34111 \begin_inset Note Greyedout
34112 status open
34113
34114 \begin_layout Plain Layout
34115
34116 \series bold
34117 Note:
34118 \series default
34119  Text in colorboxes cannot have line breaks.
34120  To color multiple text lines or paragraphs, use a box inside a colorbox
34121  as described in the following.
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Subsection
34130 Color for Paragraphs
34131 \begin_inset CommandInset label
34132 LatexCommand label
34133 name "sub:Color-for-Paragraphs"
34134
34135 \end_inset
34136
34137
34138 \begin_inset Index idx
34139 status collapsed
34140
34141 \begin_layout Plain Layout
34142 Color ! for Paragraphs
34143 \end_layout
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \begin_layout Standard
34151 To set the background color for more than one text line, put the text into
34152  a minipage.
34153  Before the minipage insert the 
34154 \series bold
34155
34156 \backslash
34157 colorbox
34158 \series default
34159  command
34160 \end_layout
34161
34162 \begin_layout Standard
34163
34164 \series bold
34165
34166 \backslash
34167 colorbox{color}{
34168 \end_layout
34169
34170 \begin_layout Standard
34171 in TeX-Code.
34172  After the minipage insert a closing brace 
34173 \begin_inset Quotes eld
34174 \end_inset
34175
34176
34177 \series bold
34178 }
34179 \series default
34180
34181 \begin_inset Quotes erd
34182 \end_inset
34183
34184  in TeX-Code.
34185 \end_layout
34186
34187 \begin_layout Standard
34188 \begin_inset ERT
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192
34193
34194 \backslash
34195 colorbox{lightgrey}{
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \begin_inset Box Frameless
34202 position "t"
34203 hor_pos "c"
34204 has_inner_box 1
34205 inner_pos "t"
34206 use_parbox 0
34207 use_makebox 0
34208 width "100col%"
34209 special "none"
34210 height "1in"
34211 height_special "totalheight"
34212 status collapsed
34213
34214 \begin_layout Plain Layout
34215 This is text with background color.
34216  This is text with background color.
34217 \end_layout
34218
34219 \begin_layout Plain Layout
34220 \begin_inset VSpace defskip
34221 \end_inset
34222
34223 The text can have footnotes
34224 \begin_inset Foot
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228 Another example footnote
34229 \end_layout
34230
34231 \end_inset
34232
34233  and can include tables and figures.
34234 \end_layout
34235
34236 \begin_layout Plain Layout
34237 \align center
34238 \begin_inset Tabular
34239 <lyxtabular version="3" rows="3" columns="3">
34240 <features tabularvalignment="middle">
34241 <column alignment="center" valignment="top" width="0">
34242 <column alignment="center" valignment="top" width="0">
34243 <column alignment="center" valignment="top" width="0">
34244 <row>
34245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34246 \begin_inset Text
34247
34248 \begin_layout Plain Layout
34249 a
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258 !
34259 \end_layout
34260
34261 \end_inset
34262 </cell>
34263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34264 \begin_inset Text
34265
34266 \begin_layout Plain Layout
34267 3
34268 \end_layout
34269
34270 \end_inset
34271 </cell>
34272 </row>
34273 <row>
34274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34275 \begin_inset Text
34276
34277 \begin_layout Plain Layout
34278 <
34279 \end_layout
34280
34281 \end_inset
34282 </cell>
34283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287 b2
34288 \begin_inset Quotes erd
34289 \end_inset
34290
34291 |
34292 \end_layout
34293
34294 \end_inset
34295 </cell>
34296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34297 \begin_inset Text
34298
34299 \begin_layout Plain Layout
34300 >
34301 \end_layout
34302
34303 \end_inset
34304 </cell>
34305 </row>
34306 <row>
34307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34308 \begin_inset Text
34309
34310 \begin_layout Plain Layout
34311 1
34312 \end_layout
34313
34314 \end_inset
34315 </cell>
34316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34317 \begin_inset Text
34318
34319 \begin_layout Plain Layout
34320 §
34321 \end_layout
34322
34323 \end_inset
34324 </cell>
34325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34326 \begin_inset Text
34327
34328 \begin_layout Plain Layout
34329 c
34330 \end_layout
34331
34332 \end_inset
34333 </cell>
34334 </row>
34335 </lyxtabular>
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \end_inset
34343
34344
34345 \begin_inset ERT
34346 status collapsed
34347
34348 \begin_layout Plain Layout
34349
34350 }
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Section
34359 Rotated and Scaled Boxes
34360 \end_layout
34361
34362 \begin_layout Standard
34363 To use the commands described in this section, the LaTeX-package 
34364 \series bold
34365 graphicx
34366 \series default
34367
34368 \begin_inset Index idx
34369 status collapsed
34370
34371 \begin_layout Plain Layout
34372 LaTeX-packages ! graphicx
34373 \end_layout
34374
34375 \end_inset
34376
34377  needs to be loaded in the document preamble with the command
34378 \end_layout
34379
34380 \begin_layout Standard
34381
34382 \series bold
34383
34384 \backslash
34385 @ifundefined{rotatebox}
34386 \begin_inset Newline newline
34387 \end_inset
34388
34389
34390 \begin_inset Phantom HPhantom
34391 status open
34392
34393 \begin_layout Plain Layout
34394
34395 \series bold
34396 \begin_inset space ~
34397 \end_inset
34398
34399
34400 \end_layout
34401
34402 \end_inset
34403
34404 {
34405 \backslash
34406 usepackage{graphicx}}{}
34407 \end_layout
34408
34409 \begin_layout Standard
34410 \begin_inset Note Greyedout
34411 status open
34412
34413 \begin_layout Plain Layout
34414
34415 \series bold
34416 Note:
34417 \series default
34418  Some DVI-viewers can't display rotated or scaled material.
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427 \begin_inset Note Greyedout
34428 status open
34429
34430 \begin_layout Plain Layout
34431
34432 \series bold
34433 Note:
34434 \series default
34435  Floats mustn't be inside a rotated or scaled box.
34436 \end_layout
34437
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \begin_layout Subsection
34444 Rotated Boxes
34445 \begin_inset Index idx
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449 Boxes ! rotated
34450 \end_layout
34451
34452 \end_inset
34453
34454
34455 \begin_inset Index idx
34456 status collapsed
34457
34458 \begin_layout Plain Layout
34459 Rotated material
34460 \end_layout
34461
34462 \end_inset
34463
34464
34465 \begin_inset Index idx
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469 Figures ! rotated
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \begin_inset Index idx
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479 Table Customization ! Rotating
34480 \end_layout
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \begin_layout Standard
34488 To rotate material, you can put it into a rotated box.
34489  Such a box is created using the command 
34490 \series bold
34491
34492 \backslash
34493 rotatebox
34494 \series default
34495  in TeX-Code with the following scheme:
34496 \end_layout
34497
34498 \begin_layout Standard
34499
34500 \series bold
34501
34502 \backslash
34503 rotatebox[rotation origin]{rotation angle}{box content}
34504 \end_layout
34505
34506 \begin_layout Standard
34507 The rotation origin is specified in the form 
34508 \series bold
34509 origin=position
34510 \series default
34511 .
34512  The following positions are possible: 
34513 \emph on
34514 c
34515 \emph default
34516  (center), 
34517 \emph on
34518 l
34519 \emph default
34520  (left), 
34521 \emph on
34522 r
34523 \emph default
34524  (right), 
34525 \emph on
34526 b
34527 \emph default
34528  (bottom), 
34529 \emph on
34530 t
34531 \emph default
34532  (top), along with meaningful combinations of the four base positions.
34533  For example 
34534 \emph on
34535 lt
34536 \emph default
34537  means that the rotation origin is at the top left corner of the box.
34538  When no rotation origin is specified, the position 
34539 \emph on
34540 l
34541 \emph default
34542  will be used.
34543  The rotation angle is a number that can be negative that specifies the
34544  angle in degrees.
34545  The rotation direction is counterclockwise.
34546 \end_layout
34547
34548 \begin_layout Standard
34549 In the following example the command 
34550 \series bold
34551
34552 \backslash
34553 rotatebox[origin=c]{60}{
34554 \series default
34555  was inserted as TeX-Code before the text 
34556 \begin_inset Quotes eld
34557 \end_inset
34558
34559 with rotated
34560 \begin_inset Quotes erd
34561 \end_inset
34562
34563 ; after the text the box was closed by a closing brace 
34564 \series bold
34565 }
34566 \series default
34567  in TeX-Code.
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=c]{60}{
34580 \end_layout
34581
34582 \end_inset
34583
34584 with rotated
34585 \begin_inset ERT
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589
34590 }
34591 \end_layout
34592
34593 \end_inset
34594
34595  text.
34596 \end_layout
34597
34598 \begin_layout Standard
34599 The box content can also be another box or an inline formula:
34600 \end_layout
34601
34602 \begin_layout Standard
34603 This is a line
34604 \begin_inset ERT
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608
34609
34610 \backslash
34611 rotatebox[origin=r]{-60}{
34612 \end_layout
34613
34614 \end_inset
34615
34616
34617 \begin_inset Box Doublebox
34618 position "c"
34619 hor_pos "c"
34620 has_inner_box 0
34621 inner_pos "c"
34622 use_parbox 0
34623 use_makebox 0
34624 width "1in"
34625 special "width"
34626 height "1in"
34627 height_special "totalheight"
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631 with rotated
34632 \end_layout
34633
34634 \end_inset
34635
34636
34637 \begin_inset ERT
34638 status collapsed
34639
34640 \begin_layout Plain Layout
34641
34642 }
34643 \end_layout
34644
34645 \end_inset
34646
34647  framed text 
34648 \begin_inset ERT
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652
34653
34654 \backslash
34655 rotatebox[origin=lb]{60}{
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34662 \end_inset
34663
34664
34665 \begin_inset ERT
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670 }
34671 \end_layout
34672
34673 \end_inset
34674
34675  and a formula.
34676 \end_layout
34677
34678 \begin_layout Standard
34679 or an image or table:
34680 \end_layout
34681
34682 \begin_layout Standard
34683 This is a line
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689
34690 \backslash
34691 rotatebox[origin=lb]{90}{
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \begin_inset Graphics
34698         filename clipart/platypus.eps
34699         lyxscale 50
34700         width 25col%
34701
34702 \end_inset
34703
34704
34705 \begin_inset ERT
34706 status collapsed
34707
34708 \begin_layout Plain Layout
34709
34710 }
34711 \end_layout
34712
34713 \end_inset
34714
34715  with a rotated image 
34716 \begin_inset ERT
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720
34721
34722 \backslash
34723 rotatebox[origin=l]{-90}{
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \begin_inset Tabular
34730 <lyxtabular version="3" rows="2" columns="2">
34731 <features tabularvalignment="middle">
34732 <column alignment="center" valignment="top" width="0">
34733 <column alignment="center" valignment="top" width="0">
34734 <row>
34735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34736 \begin_inset Text
34737
34738 \begin_layout Plain Layout
34739 q
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34745 \begin_inset Text
34746
34747 \begin_layout Plain Layout
34748 w
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 </row>
34754 <row>
34755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759 e
34760 \end_layout
34761
34762 \end_inset
34763 </cell>
34764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34765 \begin_inset Text
34766
34767 \begin_layout Plain Layout
34768 r
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 </row>
34774 </lyxtabular>
34775
34776 \end_inset
34777
34778
34779 \begin_inset ERT
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783
34784 }
34785 \end_layout
34786
34787 \end_inset
34788
34789  and table.
34790 \end_layout
34791
34792 \begin_layout Subsection
34793 Scaled Boxes
34794 \begin_inset Index idx
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798 Boxes ! scaled
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \begin_inset Index idx
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808 Scaled material
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \begin_inset Index idx
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818 Figures ! scaled
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \begin_inset Index idx
34825 status collapsed
34826
34827 \begin_layout Plain Layout
34828 Table Customization ! Scaling
34829 \end_layout
34830
34831 \end_inset
34832
34833
34834 \end_layout
34835
34836 \begin_layout Standard
34837 To scale material the commands 
34838 \series bold
34839
34840 \backslash
34841 scalebox
34842 \series default
34843  and 
34844 \series bold
34845
34846 \backslash
34847 resizebox
34848 \series default
34849  can be used as TeX-Code.
34850 \end_layout
34851
34852 \begin_layout Standard
34853
34854 \series bold
34855
34856 \backslash
34857 scalebox
34858 \series default
34859  is used with the following scheme:
34860 \end_layout
34861
34862 \begin_layout Standard
34863
34864 \series bold
34865
34866 \backslash
34867 scalebox{horizontal}[vertical]{box content}
34868 \end_layout
34869
34870 \begin_layout Standard
34871 Horizontal and vertical are the corresponding scaling factors.
34872  If no vertical scaling factor is given, the horizontal factor will also
34873  be used as the vertical one.
34874 \end_layout
34875
34876 \begin_layout Standard
34877 The command 
34878 \series bold
34879
34880 \backslash
34881 scalebox{2}{Hello}
34882 \series default
34883  creates for example a double size 
34884 \begin_inset ERT
34885 status collapsed
34886
34887 \begin_layout Plain Layout
34888
34889
34890 \backslash
34891 scalebox{2}{
34892 \end_layout
34893
34894 \end_inset
34895
34896 Hello
34897 \begin_inset ERT
34898 status collapsed
34899
34900 \begin_layout Plain Layout
34901
34902 }
34903 \end_layout
34904
34905 \end_inset
34906
34907 , compared with the document text size.
34908 \end_layout
34909
34910 \begin_layout Standard
34911
34912 \series bold
34913
34914 \backslash
34915 scalebox{2}[1]{Hello}
34916 \series default
34917  on the other hand distorts the 
34918 \begin_inset ERT
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922
34923
34924 \backslash
34925 scalebox{2}[1]{
34926 \end_layout
34927
34928 \end_inset
34929
34930 Hello
34931 \begin_inset ERT
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935
34936 }
34937 \end_layout
34938
34939 \end_inset
34940
34941 .
34942 \end_layout
34943
34944 \begin_layout Standard
34945 If the scaling factor is negative, the box content will be mirrored.
34946  Therefore the command 
34947 \series bold
34948
34949 \backslash
34950 scalebox{-1}[1]{Hello}
34951 \series default
34952  can be used to create mirror writing: 
34953 \begin_inset ERT
34954 status collapsed
34955
34956 \begin_layout Plain Layout
34957
34958
34959 \backslash
34960 scalebox{-1}[1]{
34961 \end_layout
34962
34963 \end_inset
34964
34965 Hello
34966 \begin_inset ERT
34967 status collapsed
34968
34969 \begin_layout Plain Layout
34970
34971 }
34972 \end_layout
34973
34974 \end_inset
34975
34976
34977 \end_layout
34978
34979 \begin_layout Standard
34980
34981 \series bold
34982
34983 \backslash
34984 scalebox{1}[-1]{Hello}
34985 \series default
34986  reflects the 
34987 \begin_inset ERT
34988 status collapsed
34989
34990 \begin_layout Plain Layout
34991
34992
34993 \backslash
34994 scalebox{1}[-1]{
34995 \end_layout
34996
34997 \end_inset
34998
34999 Hello
35000 \begin_inset ERT
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004
35005 }
35006 \end_layout
35007
35008 \end_inset
35009
35010  at the base line.
35011 \end_layout
35012
35013 \begin_layout Standard
35014 Equivalent to 
35015 \series bold
35016
35017 \backslash
35018 scalebox{-1}[1]{box content}
35019 \series default
35020  there exists the command
35021 \begin_inset Newline newline
35022 \end_inset
35023
35024
35025 \series bold
35026
35027 \backslash
35028 reflectbox{box content}
35029 \series default
35030 .
35031 \end_layout
35032
35033 \begin_layout Standard
35034 \begin_inset VSpace bigskip
35035 \end_inset
35036
35037 The command 
35038 \series bold
35039
35040 \backslash
35041 resizebox
35042 \series default
35043  is used to scale the box to a defined width and height.
35044  The command scheme is:
35045 \end_layout
35046
35047 \begin_layout Standard
35048
35049 \series bold
35050
35051 \backslash
35052 resizebox{width}{height}{box content}
35053 \end_layout
35054
35055 \begin_layout Standard
35056 If one of the two command arguments given is an exclamation mark 
35057 \series bold
35058 !
35059 \series default
35060 , the size is set so that the aspect ratio of the box content is kept.
35061 \end_layout
35062
35063 \begin_layout Standard
35064 The command 
35065 \series bold
35066
35067 \backslash
35068 resizebox{2cm}{1cm}{Hello}
35069 \series default
35070  produces: 
35071 \begin_inset ERT
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075
35076
35077 \backslash
35078 resizebox{2cm}{1cm}{
35079 \end_layout
35080
35081 \end_inset
35082
35083 Hello
35084 \begin_inset ERT
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088
35089 }
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \begin_inset Newline newline
35096 \end_inset
35097
35098 The command 
35099 \series bold
35100
35101 \backslash
35102 resizebox{2cm}{!}{Hello}
35103 \series default
35104  produces: 
35105 \begin_inset ERT
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109
35110
35111 \backslash
35112 resizebox{2cm}{!}{
35113 \end_layout
35114
35115 \end_inset
35116
35117 Hello
35118 \begin_inset ERT
35119 status collapsed
35120
35121 \begin_layout Plain Layout
35122
35123 }
35124 \end_layout
35125
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \begin_layout Standard
35132 \begin_inset VSpace bigskip
35133 \end_inset
35134
35135
35136 \begin_inset Note Greyedout
35137 status open
35138
35139 \begin_layout Plain Layout
35140
35141 \series bold
35142 Note:
35143 \series default
35144  When arguments of 
35145 \series bold
35146
35147 \backslash
35148 scalebox
35149 \series default
35150  or 
35151 \series bold
35152
35153 \backslash
35154 resizebox
35155 \series default
35156  are set to zero, no LaTeX-errors occur when exporting the document but
35157  the exported files can not or only partly be displayed.
35158 \end_layout
35159
35160 \end_inset
35161
35162
35163 \end_layout
35164
35165 \begin_layout Standard
35166 \begin_inset VSpace bigskip
35167 \end_inset
35168
35169
35170 \end_layout
35171
35172 \begin_layout Standard
35173 The boxes can be combined in any order.
35174  E.
35175 \begin_inset space \thinspace{}
35176 \end_inset
35177
35178 g.
35179 \begin_inset space \space{}
35180 \end_inset
35181
35182 the command
35183 \begin_inset Newline newline
35184 \end_inset
35185
35186
35187 \series bold
35188
35189 \backslash
35190 rotatebox[origin=c]{-45}{
35191 \backslash
35192 resizebox{2cm}{!}{
35193 \backslash
35194 reflectbox{Hello}}}
35195 \begin_inset Newline newline
35196 \end_inset
35197
35198
35199 \series default
35200 produces:
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \align center
35205 \begin_inset ERT
35206 status collapsed
35207
35208 \begin_layout Plain Layout
35209
35210
35211 \backslash
35212 rotatebox[origin=c]{-45}{
35213 \backslash
35214 resizebox{2cm}{!}{
35215 \backslash
35216 reflectbox{
35217 \end_layout
35218
35219 \end_inset
35220
35221 Hello
35222 \begin_inset ERT
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226
35227 }}}
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Standard
35236 \noindent
35237 Images, tables, and inline formulas are allowed as box content:
35238 \end_layout
35239
35240 \begin_layout Standard
35241 \align center
35242 \begin_inset ERT
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246
35247
35248 \backslash
35249 rotatebox[origin=c]{-30}{
35250 \backslash
35251 resizebox{2cm}{!}{
35252 \backslash
35253 reflectbox{
35254 \end_layout
35255
35256 \end_inset
35257
35258
35259 \begin_inset Graphics
35260         filename clipart/platypus.eps
35261         lyxscale 50
35262         width 25col%
35263
35264 \end_inset
35265
35266
35267 \begin_inset ERT
35268 status collapsed
35269
35270 \begin_layout Plain Layout
35271
35272 }}}
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \begin_inset ERT
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282
35283
35284 \backslash
35285 rotatebox[origin=c]{-45}{
35286 \backslash
35287 resizebox{2cm}{!}{
35288 \backslash
35289 reflectbox{
35290 \end_layout
35291
35292 \end_inset
35293
35294
35295 \begin_inset Tabular
35296 <lyxtabular version="3" rows="2" columns="2">
35297 <features tabularvalignment="middle">
35298 <column alignment="center" valignment="top" width="0">
35299 <column alignment="center" valignment="top" width="0">
35300 <row>
35301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35302 \begin_inset Text
35303
35304 \begin_layout Plain Layout
35305 q
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35311 \begin_inset Text
35312
35313 \begin_layout Plain Layout
35314 w
35315 \end_layout
35316
35317 \end_inset
35318 </cell>
35319 </row>
35320 <row>
35321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35322 \begin_inset Text
35323
35324 \begin_layout Plain Layout
35325 e
35326 \end_layout
35327
35328 \end_inset
35329 </cell>
35330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35331 \begin_inset Text
35332
35333 \begin_layout Plain Layout
35334 r
35335 \end_layout
35336
35337 \end_inset
35338 </cell>
35339 </row>
35340 </lyxtabular>
35341
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 \begin_inset ERT
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360
35361
35362 \backslash
35363 rotatebox[origin=c]{-45}{
35364 \backslash
35365 resizebox{2cm}{!}{
35366 \backslash
35367 reflectbox{
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35374 \end_inset
35375
35376
35377 \begin_inset ERT
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381
35382 }}}
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \begin_layout Standard
35391 When the global formula style 
35392 \series bold
35393 fleqn
35394 \series default
35395  is used in the document
35396 \begin_inset Foot
35397 status collapsed
35398
35399 \begin_layout Plain Layout
35400 When 
35401 \begin_inset Quotes eld
35402 \end_inset
35403
35404 fleqn
35405 \begin_inset Quotes erd
35406 \end_inset
35407
35408  is added to the document class options.
35409 \end_layout
35410
35411 \end_inset
35412
35413 , display style formulas can also be scaled.
35414 \end_layout
35415
35416 \begin_layout Chapter
35417 Objects Surrounded by Text
35418 \begin_inset Index idx
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422 Surrounded by text
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \end_layout
35429
35430 \begin_layout Section
35431 Wrap Floats
35432 \begin_inset CommandInset label
35433 LatexCommand label
35434 name "sec:Wrap-Floats"
35435
35436 \end_inset
35437
35438
35439 \begin_inset Index idx
35440 status collapsed
35441
35442 \begin_layout Plain Layout
35443 Floats ! Wrap Floats
35444 \end_layout
35445
35446 \end_inset
35447
35448
35449 \begin_inset Index idx
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453 Surrounded by text ! Wrap Floats
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \begin_layout Standard
35462 \begin_inset Wrap figure
35463 lines 0
35464 placement l
35465 overhang 1cm
35466 width "40col%"
35467 status open
35468
35469 \begin_layout Plain Layout
35470 \begin_inset Graphics
35471         filename clipart/mobius.eps
35472         width 40col%
35473         scaleBeforeRotation
35474         rotateOrigin center
35475
35476 \end_inset
35477
35478
35479 \end_layout
35480
35481 \begin_layout Plain Layout
35482 \begin_inset Caption
35483
35484 \begin_layout Plain Layout
35485 \begin_inset CommandInset label
35486 LatexCommand label
35487 name "fig:This-is-a"
35488
35489 \end_inset
35490
35491 This is a figure wrap float.
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \end_inset
35500
35501  This float type is used if you want to wrap text around a figure or table
35502  so that it only occupies some fraction of the column width.
35503  It can be inserted using the menu 
35504 \family sans
35505 Insert\SpecialChar \menuseparator
35506 Floats\SpecialChar \menuseparator
35507 Figure
35508 \begin_inset space ~
35509 \end_inset
35510
35511 Wrap
35512 \begin_inset space ~
35513 \end_inset
35514
35515 Float
35516 \family default
35517  or 
35518 \family sans
35519 Table
35520 \begin_inset space ~
35521 \end_inset
35522
35523 Wrap
35524 \begin_inset space ~
35525 \end_inset
35526
35527 Float
35528 \family default
35529  if the LaTeX-package 
35530 \series bold
35531 wrapfig
35532 \series default
35533
35534 \begin_inset Index idx
35535 status collapsed
35536
35537 \begin_layout Plain Layout
35538 LaTeX-packages ! wrapfig
35539 \begin_inset ERT
35540 status collapsed
35541
35542 \begin_layout Plain Layout
35543
35544
35545 \backslash
35546 vspace{4mm}
35547 \end_layout
35548
35549 \end_inset
35550
35551
35552 \end_layout
35553
35554 \end_inset
35555
35556  is installed.
35557 \begin_inset Foot
35558 status collapsed
35559
35560 \begin_layout Plain Layout
35561 Installing a LaTeX-package is explained it in the 
35562 \emph on
35563 LaTeX
35564 \begin_inset space ~
35565 \end_inset
35566
35567 Configuration
35568 \emph default
35569  manual.
35570 \end_layout
35571
35572 \end_inset
35573
35574  The settings of the float can be modified by right-clicking on the float
35575  box.
35576  The mandatory settings are the float 
35577 \family sans
35578 Placement
35579 \family default
35580  and its 
35581 \family sans
35582 Width
35583 \family default
35584 .
35585  Optional are the 
35586 \family sans
35587 Overhang
35588 \family default
35589  that specifies how much the float is set into the paragraph
35590 \begin_inset space \thinspace{}
35591 \end_inset
35592
35593 /
35594 \begin_inset space \thinspace{}
35595 \end_inset
35596
35597 page margin, and the 
35598 \family sans
35599 Line
35600 \begin_inset space ~
35601 \end_inset
35602
35603 span
35604 \family default
35605  that specifies how many text lines the float will approximately need.
35606  The line span is often hard to approximate; so it is better only to use
35607  it when you encounter float placement problems.
35608  You can furthermore decide if LaTeX is allowed to let the float float within
35609  the paragraph or to surrounding paragraphs.
35610  Figure
35611 \begin_inset space ~
35612 \end_inset
35613
35614
35615 \begin_inset CommandInset ref
35616 LatexCommand ref
35617 reference "fig:This-is-a"
35618
35619 \end_inset
35620
35621  is an example text wrap float with a width of 40
35622 \begin_inset space \thinspace{}
35623 \end_inset
35624
35625 col%, 1
35626 \begin_inset space \thinspace{}
35627 \end_inset
35628
35629 cm overhang, set to the left.
35630 \end_layout
35631
35632 \begin_layout Standard
35633 \begin_inset Note Greyedout
35634 status open
35635
35636 \begin_layout Plain Layout
35637
35638 \series bold
35639 Note:
35640 \series default
35641  Text
35642 \begin_inset space ~
35643 \end_inset
35644
35645 wrap float floats are fragile! E.
35646 \begin_inset space \thinspace{}
35647 \end_inset
35648
35649 g.
35650 \begin_inset space \space{}
35651 \end_inset
35652
35653 having a figure too close to the bottom of the page can mess things up in
35654  such a way that the float does not appear in the output or that it is placed
35655  over some other text.
35656 \end_layout
35657
35658 \end_inset
35659
35660
35661 \end_layout
35662
35663 \begin_layout Standard
35664 In general, the following applies for wrap floats:
35665 \end_layout
35666
35667 \begin_layout Itemize
35668 They should not be placed in paragraphs that run over a page break.
35669  That means that wrap floats are better inserted in their exact place when
35670  the document is almost finished and you are able to estimate where page
35671  breaks will appear.
35672 \end_layout
35673
35674 \begin_layout Itemize
35675 They should either be placed in their own paragraph before the paragraph
35676  where they should wrap into or within a paragraph.
35677 \end_layout
35678
35679 \begin_layout Itemize
35680 In consecutive paragraphs they may cause troubles, so ensure that there
35681  is a text paragraph between them as separator.
35682 \end_layout
35683
35684 \begin_layout Itemize
35685 They are not allowed in section headings or tables.
35686 \end_layout
35687
35688 \begin_layout Itemize
35689 Their numbering and referencing works as described in chap.
35690 \begin_inset space \thinspace{}
35691 \end_inset
35692
35693
35694 \begin_inset CommandInset ref
35695 LatexCommand ref
35696 reference "chap:Floats"
35697
35698 \end_inset
35699
35700 .
35701 \end_layout
35702
35703 \begin_layout Section
35704 Surrounded Fixed Objects
35705 \begin_inset Index idx
35706 status collapsed
35707
35708 \begin_layout Plain Layout
35709 Surrounded by text ! Fixed objects
35710 \end_layout
35711
35712 \end_inset
35713
35714
35715 \end_layout
35716
35717 \begin_layout Standard
35718 The wrap floats described in sec.
35719 \begin_inset space \thinspace{}
35720 \end_inset
35721
35722
35723 \begin_inset CommandInset ref
35724 LatexCommand ref
35725 reference "sec:Wrap-Floats"
35726
35727 \end_inset
35728
35729  have these positions in the paragraph:
35730 \end_layout
35731
35732 \begin_layout Standard
35733 \noindent
35734 \align center
35735 \begin_inset Tabular
35736 <lyxtabular version="3" rows="2" columns="2">
35737 <features tabularvalignment="middle">
35738 <column alignment="center" valignment="top" width="0">
35739 <column alignment="center" valignment="top" width="0">
35740 <row>
35741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35742 \begin_inset Text
35743
35744 \begin_layout Plain Layout
35745 \begin_inset Graphics
35746         filename ../images/dialog-show-new-inset_graphics.png
35747         scale 70
35748         scaleBeforeRotation
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \end_inset
35756 </cell>
35757 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761 text
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 </row>
35767 <row>
35768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772 text
35773 \end_layout
35774
35775 \end_inset
35776 </cell>
35777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781 text
35782 \end_layout
35783
35784 \end_inset
35785 </cell>
35786 </row>
35787 </lyxtabular>
35788
35789 \end_inset
35790
35791  or 
35792 \begin_inset Tabular
35793 <lyxtabular version="3" rows="2" columns="2">
35794 <features tabularvalignment="middle">
35795 <column alignment="center" valignment="top" width="0">
35796 <column alignment="center" valignment="top" width="0">
35797 <row>
35798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35799 \begin_inset Text
35800
35801 \begin_layout Plain Layout
35802 text
35803 \end_layout
35804
35805 \end_inset
35806 </cell>
35807 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35808 \begin_inset Text
35809
35810 \begin_layout Plain Layout
35811 \begin_inset Graphics
35812         filename ../images/dialog-show-new-inset_graphics.png
35813         scale 70
35814         scaleBeforeRotation
35815
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 </row>
35824 <row>
35825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35826 \begin_inset Text
35827
35828 \begin_layout Plain Layout
35829 text
35830 \end_layout
35831
35832 \end_inset
35833 </cell>
35834 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35835 \begin_inset Text
35836
35837 \begin_layout Plain Layout
35838 text
35839 \end_layout
35840
35841 \end_inset
35842 </cell>
35843 </row>
35844 </lyxtabular>
35845
35846 \end_inset
35847
35848
35849 \end_layout
35850
35851 \begin_layout Standard
35852 To get an object exactly at the position where it is inserted, for example
35853  to get one of these positions:
35854 \begin_inset VSpace defskip
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Standard
35861 \noindent
35862 \align center
35863 \begin_inset Tabular
35864 <lyxtabular version="3" rows="2" columns="2">
35865 <features tabularvalignment="middle">
35866 <column alignment="center" valignment="top" width="0">
35867 <column alignment="center" valignment="top" width="0">
35868 <row>
35869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35870 \begin_inset Text
35871
35872 \begin_layout Plain Layout
35873 text
35874 \end_layout
35875
35876 \end_inset
35877 </cell>
35878 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35879 \begin_inset Text
35880
35881 \begin_layout Plain Layout
35882 text
35883 \end_layout
35884
35885 \end_inset
35886 </cell>
35887 </row>
35888 <row>
35889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35890 \begin_inset Text
35891
35892 \begin_layout Plain Layout
35893 \begin_inset Graphics
35894         filename ../images/dialog-show-new-inset_graphics.png
35895         scale 70
35896         scaleBeforeRotation
35897
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \end_inset
35904 </cell>
35905 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35906 \begin_inset Text
35907
35908 \begin_layout Plain Layout
35909 text
35910 \end_layout
35911
35912 \end_inset
35913 </cell>
35914 </row>
35915 </lyxtabular>
35916
35917 \end_inset
35918
35919  
35920 \begin_inset Tabular
35921 <lyxtabular version="3" rows="2" columns="2">
35922 <features tabularvalignment="middle">
35923 <column alignment="center" valignment="top" width="0">
35924 <column alignment="center" valignment="top" width="0">
35925 <row>
35926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35927 \begin_inset Text
35928
35929 \begin_layout Plain Layout
35930 text
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35936 \begin_inset Text
35937
35938 \begin_layout Plain Layout
35939 text
35940 \end_layout
35941
35942 \end_inset
35943 </cell>
35944 </row>
35945 <row>
35946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35947 \begin_inset Text
35948
35949 \begin_layout Plain Layout
35950 text
35951 \end_layout
35952
35953 \end_inset
35954 </cell>
35955 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35956 \begin_inset Text
35957
35958 \begin_layout Plain Layout
35959 \begin_inset Graphics
35960         filename ../images/dialog-show-new-inset_graphics.png
35961         scale 70
35962         scaleBeforeRotation
35963
35964 \end_inset
35965
35966
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 </row>
35972 </lyxtabular>
35973
35974 \end_inset
35975
35976  
35977 \begin_inset Tabular
35978 <lyxtabular version="3" rows="2" columns="3">
35979 <features tabularvalignment="middle">
35980 <column alignment="center" valignment="top" width="0">
35981 <column alignment="center" valignment="top" width="0">
35982 <column alignment="center" valignment="top" width="0">
35983 <row>
35984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35985 \begin_inset Text
35986
35987 \begin_layout Plain Layout
35988 text
35989 \end_layout
35990
35991 \end_inset
35992 </cell>
35993 <cell alignment="center" valignment="top" topline="true" usebox="none">
35994 \begin_inset Text
35995
35996 \begin_layout Plain Layout
35997 \begin_inset Graphics
35998         filename ../images/dialog-show-new-inset_graphics.png
35999         scale 70
36000         scaleBeforeRotation
36001
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \end_inset
36008 </cell>
36009 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36010 \begin_inset Text
36011
36012 \begin_layout Plain Layout
36013 text
36014 \end_layout
36015
36016 \end_inset
36017 </cell>
36018 </row>
36019 <row>
36020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36021 \begin_inset Text
36022
36023 \begin_layout Plain Layout
36024 text
36025 \end_layout
36026
36027 \end_inset
36028 </cell>
36029 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36030 \begin_inset Text
36031
36032 \begin_layout Plain Layout
36033 text
36034 \end_layout
36035
36036 \end_inset
36037 </cell>
36038 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36039 \begin_inset Text
36040
36041 \begin_layout Plain Layout
36042 text
36043 \end_layout
36044
36045 \end_inset
36046 </cell>
36047 </row>
36048 </lyxtabular>
36049
36050 \end_inset
36051
36052  
36053 \begin_inset Tabular
36054 <lyxtabular version="3" rows="2" columns="3">
36055 <features tabularvalignment="middle">
36056 <column alignment="center" valignment="top" width="0">
36057 <column alignment="center" valignment="top" width="0">
36058 <column alignment="center" valignment="top" width="0">
36059 <row>
36060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36061 \begin_inset Text
36062
36063 \begin_layout Plain Layout
36064 text
36065 \end_layout
36066
36067 \end_inset
36068 </cell>
36069 <cell alignment="center" valignment="top" topline="true" usebox="none">
36070 \begin_inset Text
36071
36072 \begin_layout Plain Layout
36073 text
36074 \end_layout
36075
36076 \end_inset
36077 </cell>
36078 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36079 \begin_inset Text
36080
36081 \begin_layout Plain Layout
36082 text
36083 \end_layout
36084
36085 \end_inset
36086 </cell>
36087 </row>
36088 <row>
36089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36090 \begin_inset Text
36091
36092 \begin_layout Plain Layout
36093 text
36094 \end_layout
36095
36096 \end_inset
36097 </cell>
36098 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36099 \begin_inset Text
36100
36101 \begin_layout Plain Layout
36102 \begin_inset Graphics
36103         filename ../images/dialog-show-new-inset_graphics.png
36104         scale 70
36105         scaleBeforeRotation
36106
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118 text
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 </row>
36124 </lyxtabular>
36125
36126 \end_inset
36127
36128
36129 \end_layout
36130
36131 \begin_layout Standard
36132 \noindent
36133 \align center
36134 \begin_inset Tabular
36135 <lyxtabular version="3" rows="3" columns="2">
36136 <features tabularvalignment="middle">
36137 <column alignment="center" valignment="top" width="0">
36138 <column alignment="center" valignment="top" width="0">
36139 <row>
36140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36141 \begin_inset Text
36142
36143 \begin_layout Plain Layout
36144 text
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36150 \begin_inset Text
36151
36152 \begin_layout Plain Layout
36153 text
36154 \end_layout
36155
36156 \end_inset
36157 </cell>
36158 </row>
36159 <row>
36160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36161 \begin_inset Text
36162
36163 \begin_layout Plain Layout
36164 \begin_inset Graphics
36165         filename ../images/dialog-show-new-inset_graphics.png
36166         scale 70
36167         scaleBeforeRotation
36168
36169 \end_inset
36170
36171
36172 \end_layout
36173
36174 \end_inset
36175 </cell>
36176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 text
36181 \end_layout
36182
36183 \end_inset
36184 </cell>
36185 </row>
36186 <row>
36187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36188 \begin_inset Text
36189
36190 \begin_layout Plain Layout
36191 text
36192 \end_layout
36193
36194 \end_inset
36195 </cell>
36196 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36197 \begin_inset Text
36198
36199 \begin_layout Plain Layout
36200 text
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 </row>
36206 </lyxtabular>
36207
36208 \end_inset
36209
36210  
36211 \begin_inset Tabular
36212 <lyxtabular version="3" rows="3" columns="3">
36213 <features tabularvalignment="middle">
36214 <column alignment="center" valignment="top" width="0">
36215 <column alignment="center" valignment="top" width="0">
36216 <column alignment="center" valignment="top" width="0">
36217 <row>
36218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36219 \begin_inset Text
36220
36221 \begin_layout Plain Layout
36222 text
36223 \end_layout
36224
36225 \end_inset
36226 </cell>
36227 <cell alignment="center" valignment="top" topline="true" usebox="none">
36228 \begin_inset Text
36229
36230 \begin_layout Plain Layout
36231 text
36232 \end_layout
36233
36234 \end_inset
36235 </cell>
36236 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36237 \begin_inset Text
36238
36239 \begin_layout Plain Layout
36240 text
36241 \end_layout
36242
36243 \end_inset
36244 </cell>
36245 </row>
36246 <row>
36247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36248 \begin_inset Text
36249
36250 \begin_layout Plain Layout
36251 text
36252 \end_layout
36253
36254 \end_inset
36255 </cell>
36256 <cell alignment="center" valignment="top" usebox="none">
36257 \begin_inset Text
36258
36259 \begin_layout Plain Layout
36260 \begin_inset Graphics
36261         filename ../images/dialog-show-new-inset_graphics.png
36262         scale 70
36263         scaleBeforeRotation
36264
36265 \end_inset
36266
36267
36268 \end_layout
36269
36270 \end_inset
36271 </cell>
36272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36273 \begin_inset Text
36274
36275 \begin_layout Plain Layout
36276 text
36277 \end_layout
36278
36279 \end_inset
36280 </cell>
36281 </row>
36282 <row>
36283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36284 \begin_inset Text
36285
36286 \begin_layout Plain Layout
36287 text
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296 text
36297 \end_layout
36298
36299 \end_inset
36300 </cell>
36301 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36302 \begin_inset Text
36303
36304 \begin_layout Plain Layout
36305 text
36306 \end_layout
36307
36308 \end_inset
36309 </cell>
36310 </row>
36311 </lyxtabular>
36312
36313 \end_inset
36314
36315  
36316 \begin_inset Tabular
36317 <lyxtabular version="3" rows="3" columns="2">
36318 <features tabularvalignment="middle">
36319 <column alignment="center" valignment="top" width="0">
36320 <column alignment="center" valignment="top" width="0">
36321 <row>
36322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Plain Layout
36326 text
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36332 \begin_inset Text
36333
36334 \begin_layout Plain Layout
36335 text
36336 \end_layout
36337
36338 \end_inset
36339 </cell>
36340 </row>
36341 <row>
36342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36343 \begin_inset Text
36344
36345 \begin_layout Plain Layout
36346 text
36347 \end_layout
36348
36349 \end_inset
36350 </cell>
36351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36352 \begin_inset Text
36353
36354 \begin_layout Plain Layout
36355 \begin_inset Graphics
36356         filename ../images/dialog-show-new-inset_graphics.png
36357         scale 70
36358         scaleBeforeRotation
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \end_inset
36366 </cell>
36367 </row>
36368 <row>
36369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36370 \begin_inset Text
36371
36372 \begin_layout Plain Layout
36373 text
36374 \end_layout
36375
36376 \end_inset
36377 </cell>
36378 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36379 \begin_inset Text
36380
36381 \begin_layout Plain Layout
36382 text
36383 \end_layout
36384
36385 \end_inset
36386 </cell>
36387 </row>
36388 </lyxtabular>
36389
36390 \end_inset
36391
36392
36393 \end_layout
36394
36395 \begin_layout Standard
36396 \noindent
36397 you can use the LaTeX-package 
36398 \series bold
36399 picinpar
36400 \series default
36401
36402 \begin_inset Index idx
36403 status collapsed
36404
36405 \begin_layout Plain Layout
36406 LaTeX-packages ! picinpar
36407 \end_layout
36408
36409 \end_inset
36410
36411 .
36412  Here is an example:
36413 \end_layout
36414
36415 \begin_layout Standard
36416 \begin_inset ERT
36417 status collapsed
36418
36419 \begin_layout Plain Layout
36420
36421
36422 \backslash
36423 ifpicinpar
36424 \end_layout
36425
36426 \end_inset
36427
36428
36429 \begin_inset Note Note
36430 status open
36431
36432 \begin_layout Plain Layout
36433 The following section will only be displayed when the LaTeX-package 
36434 \series bold
36435 picinpar
36436 \series default
36437  is installed.
36438 \end_layout
36439
36440 \end_inset
36441
36442
36443 \end_layout
36444
36445 \begin_layout Standard
36446 \begin_inset ERT
36447 status collapsed
36448
36449 \begin_layout Plain Layout
36450
36451
36452 \backslash
36453 begin{window}[2,c,{
36454 \end_layout
36455
36456 \end_inset
36457
36458
36459 \begin_inset Graphics
36460         filename clipart/mobius.eps
36461         lyxscale 60
36462         width 40col%
36463         scaleBeforeRotation
36464         rotateOrigin center
36465
36466 \end_inset
36467
36468
36469 \begin_inset ERT
36470 status collapsed
36471
36472 \begin_layout Plain Layout
36473
36474 },]
36475 \end_layout
36476
36477 \begin_layout Plain Layout
36478
36479 {}
36480 \end_layout
36481
36482 \end_inset
36483
36484
36485 \size small
36486 It was in the spring of the year 1894 that all London was interested, and
36487  the fashionable world dismayed, by the murder of the Honourable Ronald
36488  Adair under most unusual and inexplicable circumstances.
36489  The public has already learned those particulars of the crime which
36490 \size default
36491
36492 \begin_inset ERT
36493 status collapsed
36494
36495 \begin_layout Plain Layout
36496
36497
36498 \backslash
36499 footnotemark{}
36500 \end_layout
36501
36502 \end_inset
36503
36504
36505 \size small
36506  came out in the police investigation, but a good deal was suppressed upon
36507  that occasion, since the case for the prosecution was so overwhelmingly
36508  strong that it was not necessary to bring forward all the facts.
36509  Only now, at the end of nearly ten years, am I allowed to supply those
36510  missing links which make up the whole of that remarkable chain.
36511 \size default
36512
36513 \begin_inset ERT
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517
36518
36519 \backslash
36520 end{window}
36521 \end_layout
36522
36523 \end_inset
36524
36525
36526 \end_layout
36527
36528 \begin_layout Standard
36529 \begin_inset ERT
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533
36534
36535 \backslash
36536 footnotetext{
36537 \end_layout
36538
36539 \end_inset
36540
36541 Footnote of the paragraph with the fixed object.
36542 \begin_inset ERT
36543 status collapsed
36544
36545 \begin_layout Plain Layout
36546
36547 }
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \end_layout
36554
36555 \begin_layout Standard
36556 Surrounded fixed objects are used to let text float around them, at which
36557  the object's position in the paragraph can be determined by the number
36558  of lines above it.
36559  In contrary to floats is it not possible to have a numbered caption.
36560 \end_layout
36561
36562 \begin_layout Standard
36563 A fixed object is inserted by adding the command
36564 \end_layout
36565
36566 \begin_layout Standard
36567
36568 \series bold
36569
36570 \backslash
36571 begin{window}[2,c,{
36572 \end_layout
36573
36574 \begin_layout Standard
36575 as TeX-Code at the beginning of the paragraph.
36576  The first parameter in the bracket, here '2', defines the number of lines
36577  above the object, the second, here 'c', the position of the object.
36578  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
36579  Behind the command you insert the object.
36580  In this example an image with a width of 40
36581 \begin_inset space \thinspace{}
36582 \end_inset
36583
36584 % of the text column width was inserted.
36585  The object can also be a table, a box or an equation.
36586  Behind the object the command
36587 \end_layout
36588
36589 \begin_layout Standard
36590
36591 \series bold
36592 },description text]
36593 \begin_inset Newline newline
36594 \end_inset
36595
36596 {}
36597 \end_layout
36598
36599 \begin_layout Standard
36600 is inserted.
36601  Note that the 
36602 \begin_inset Quotes eld
36603 \end_inset
36604
36605
36606 \series bold
36607 {}
36608 \series default
36609
36610 \begin_inset Quotes erd
36611 \end_inset
36612
36613  is in the second line.
36614  The description text is optional.
36615  The text surrounding the object must be in the same paragraph as the object,
36616  so it must begin directly after the 
36617 \series bold
36618 {}
36619 \series default
36620 .
36621  At the end of the paragraph insert the command:
36622 \end_layout
36623
36624 \begin_layout Standard
36625
36626 \series bold
36627
36628 \backslash
36629 end{window}
36630 \end_layout
36631
36632 \begin_layout Standard
36633 Within a paragraph with a fixed object, you cannot insert footnotes in the
36634  normal way.
36635  You have to use instead the command 
36636 \series bold
36637
36638 \backslash
36639 footnotemark
36640 \series default
36641  inside the paragraph and outside the command 
36642 \series bold
36643
36644 \backslash
36645 footnotetext
36646 \series default
36647  as described in sec.
36648 \begin_inset space \thinspace{}
36649 \end_inset
36650
36651
36652 \begin_inset CommandInset ref
36653 LatexCommand ref
36654 reference "sec:Footnotes"
36655
36656 \end_inset
36657
36658 .
36659 \end_layout
36660
36661 \begin_layout Standard
36662 \begin_inset ERT
36663 status collapsed
36664
36665 \begin_layout Plain Layout
36666
36667
36668 \backslash
36669 else
36670 \end_layout
36671
36672 \end_inset
36673
36674
36675 \begin_inset Note Note
36676 status open
36677
36678 \begin_layout Plain Layout
36679 The following will be displayed when the LaTeX-package 
36680 \series bold
36681 picinpar
36682 \series default
36683  is not installed:
36684 \end_layout
36685
36686 \end_inset
36687
36688
36689 \end_layout
36690
36691 \begin_layout Standard
36692 You need to install the LaTeX-package 
36693 \series bold
36694 picinpar
36695 \series default
36696  to see the following part of this section in the output.
36697 \end_layout
36698
36699 \begin_layout Standard
36700 \begin_inset ERT
36701 status collapsed
36702
36703 \begin_layout Plain Layout
36704
36705
36706 \backslash
36707 fi
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \end_layout
36714
36715 \begin_layout Section
36716 Initials
36717 \begin_inset Index idx
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721 Initials
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \begin_inset Index idx
36728 status collapsed
36729
36730 \begin_layout Plain Layout
36731 Surrounded by text ! Initials
36732 \end_layout
36733
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \begin_layout Standard
36740 To use initials, you must have the LaTeX-package 
36741 \series bold
36742 lettrine
36743 \series default
36744
36745 \begin_inset Index idx
36746 status collapsed
36747
36748 \begin_layout Plain Layout
36749 LaTeX-packages ! lettrine
36750 \end_layout
36751
36752 \end_inset
36753
36754  installed and use the module 
36755 \family sans
36756 Initials
36757 \family default
36758  in your document (menu 
36759 \family sans
36760 Document\SpecialChar \menuseparator
36761 Settings\SpecialChar \menuseparator
36762 Modules
36763 \family default
36764 ).
36765  To insert an initial, use the style 
36766 \family sans
36767 Initial
36768 \family default
36769 .
36770  This style has a mandatory and an optional argument.
36771  The mandatory argument is inserted via the menu 
36772 \family sans
36773 Insert\SpecialChar \menuseparator
36774 Short
36775 \begin_inset space ~
36776 \end_inset
36777
36778 Title
36779 \family default
36780  and contains the letter that is the initial.
36781  To use also the optional argument, insert another argument in front of
36782  the mandatory argument.
36783  This one contains parameters to modify the initial.
36784  For more information about the possible parameters see the documentation
36785  of 
36786 \series bold
36787 lettrine
36788 \series default
36789
36790 \begin_inset CommandInset citation
36791 LatexCommand cite
36792 key "lettrine"
36793
36794 \end_inset
36795
36796 .
36797  The style itself contains the text that is surrounding the initial.
36798  The usual style is hereby that the word whose first letter is the initial,
36799  is printed with 
36800 \shape smallcaps
36801 small caps
36802 \shape default
36803 .
36804  To tell LaTeX where this word is finished, add a closing brace '
36805 \series bold
36806 }
36807 \series default
36808 ' as TeX-Code behind it.
36809  At the end of the style there must be an opening brace '
36810 \series bold
36811 {
36812 \series default
36813 ' as TeX-Code.
36814 \end_layout
36815
36816 \begin_layout Standard
36817 Here are some examples:
36818 \end_layout
36819
36820 \begin_layout Standard
36821 \begin_inset ERT
36822 status collapsed
36823
36824 \begin_layout Plain Layout
36825
36826
36827 \backslash
36828 iflettrine
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \begin_inset Note Note
36835 status open
36836
36837 \begin_layout Plain Layout
36838 The following section will only be displayed when the LaTeX-package 
36839 \series bold
36840 lettrine
36841 \series default
36842  is installed.
36843 \end_layout
36844
36845 \end_inset
36846
36847
36848 \end_layout
36849
36850 \begin_layout Enumerate
36851 No optional argument, the initial is the letter 'I' in the math font 
36852 \begin_inset Formula $\mathfrak{Fraktur}$
36853 \end_inset
36854
36855 :
36856 \end_layout
36857
36858 \begin_deeper
36859 \begin_layout Initial
36860 \begin_inset Argument
36861 status open
36862
36863 \begin_layout Plain Layout
36864 \begin_inset Formula $\mathfrak{I}$
36865 \end_inset
36866
36867
36868 \end_layout
36869
36870 \end_inset
36871
36872 t
36873 \begin_inset ERT
36874 status collapsed
36875
36876 \begin_layout Plain Layout
36877
36878 }
36879 \end_layout
36880
36881 \end_inset
36882
36883  was in the spring of the year 1894 that all London was interested, and
36884  the fashionable world dismayed, by the murder of the Honourable Ronald
36885  Adair under most unusual and inexplicable circumstances.
36886  The public has already learned those particulars of the crime which came
36887  out in the police investigation, but a good deal was suppressed upon that
36888  occasion, since the case for the prosecution was so overwhelmingly strong
36889  that it was not necessary to bring forward all the facts.
36890 \begin_inset ERT
36891 status collapsed
36892
36893 \begin_layout Plain Layout
36894
36895 {
36896 \end_layout
36897
36898 \end_inset
36899
36900
36901 \begin_inset Newpage newpage
36902 \end_inset
36903
36904
36905 \end_layout
36906
36907 \end_deeper
36908 \begin_layout Enumerate
36909 Only one line is surrounding the initial, which is formed by two letters
36910  in standard font and no text is printed in small caps:
36911 \end_layout
36912
36913 \begin_deeper
36914 \begin_layout Initial
36915 \begin_inset Argument
36916 status open
36917
36918 \begin_layout Plain Layout
36919 lines=1
36920 \end_layout
36921
36922 \end_inset
36923
36924
36925 \begin_inset Argument
36926 status open
36927
36928 \begin_layout Plain Layout
36929 It
36930 \end_layout
36931
36932 \end_inset
36933
36934
36935 \begin_inset ERT
36936 status collapsed
36937
36938 \begin_layout Plain Layout
36939
36940 }
36941 \end_layout
36942
36943 \end_inset
36944
36945  was in the spring of the year 1894 that all London was interested, and
36946  the fashionable world dismayed, by the murder of the Honourable Ronald
36947  Adair under most unusual and inexplicable circumstances.
36948  The public has already learned those particulars of the crime which came
36949  out in the police investigation, but a good deal was suppressed upon that
36950  occasion, since the case for the prosecution was so overwhelmingly strong
36951  that it was not necessary to bring forward all the facts.
36952 \begin_inset ERT
36953 status collapsed
36954
36955 \begin_layout Plain Layout
36956
36957 {
36958 \end_layout
36959
36960 \end_inset
36961
36962
36963 \end_layout
36964
36965 \end_deeper
36966 \begin_layout Enumerate
36967 Magenta, hanging initial over 3
36968 \begin_inset space ~
36969 \end_inset
36970
36971 lines in the math font 
36972 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36973 \end_inset
36974
36975 , the text 
36976 \begin_inset Quotes eld
36977 \end_inset
36978
36979 t was in the spring
36980 \begin_inset Quotes erd
36981 \end_inset
36982
36983  is in 
36984 \shape smallcaps
36985 small caps
36986 \shape default
36987 ; to color the initial, you must insert this command before the initial:
36988 \begin_inset Newline newline
36989 \end_inset
36990
36991
36992 \series bold
36993
36994 \backslash
36995 renewcommand{
36996 \backslash
36997 LettrineFontHook}{
36998 \backslash
36999 color{color}}
37000 \series default
37001
37002 \begin_inset Newline newline
37003 \end_inset
37004
37005 where the second 
37006 \emph on
37007 color
37008 \emph default
37009  can be 
37010 \begin_inset Quotes eld
37011 \end_inset
37012
37013 red
37014 \begin_inset Quotes erd
37015 \end_inset
37016
37017
37018 \begin_inset Quotes eld
37019 \end_inset
37020
37021 blue
37022 \begin_inset Quotes erd
37023 \end_inset
37024
37025
37026 \begin_inset Quotes eld
37027 \end_inset
37028
37029 green
37030 \begin_inset Quotes erd
37031 \end_inset
37032
37033
37034 \begin_inset Quotes eld
37035 \end_inset
37036
37037 yellow
37038 \begin_inset Quotes erd
37039 \end_inset
37040
37041
37042 \begin_inset Quotes eld
37043 \end_inset
37044
37045 cyan
37046 \begin_inset Quotes erd
37047 \end_inset
37048
37049
37050 \begin_inset Quotes eld
37051 \end_inset
37052
37053 magenta
37054 \begin_inset Quotes erd
37055 \end_inset
37056
37057
37058 \begin_inset Quotes eld
37059 \end_inset
37060
37061 black
37062 \begin_inset Quotes erd
37063 \end_inset
37064
37065  or 
37066 \begin_inset Quotes eld
37067 \end_inset
37068
37069 white
37070 \begin_inset Quotes erd
37071 \end_inset
37072
37073 , and add this command to the document preamble:
37074 \begin_inset Newline newline
37075 \end_inset
37076
37077
37078 \series bold
37079
37080 \backslash
37081 @ifundefined{textcolor}
37082 \begin_inset Newline newline
37083 \end_inset
37084
37085
37086 \begin_inset space ~
37087 \end_inset
37088
37089 {
37090 \backslash
37091 usepackage{color}}{}
37092 \end_layout
37093
37094 \begin_deeper
37095 \begin_layout Standard
37096 \begin_inset ERT
37097 status collapsed
37098
37099 \begin_layout Plain Layout
37100
37101
37102 \backslash
37103 renewcommand{
37104 \backslash
37105 LettrineFontHook}{
37106 \backslash
37107 color{magenta}}
37108 \end_layout
37109
37110 \end_inset
37111
37112
37113 \begin_inset Note Note
37114 status collapsed
37115
37116 \begin_layout Plain Layout
37117 makes the initial magenta
37118 \end_layout
37119
37120 \end_inset
37121
37122
37123 \end_layout
37124
37125 \begin_layout Initial
37126 \begin_inset Argument
37127 status open
37128
37129 \begin_layout Plain Layout
37130 lines=3, lhang=0.33, loversize=0.25
37131 \end_layout
37132
37133 \end_inset
37134
37135
37136 \begin_inset Argument
37137 status open
37138
37139 \begin_layout Plain Layout
37140 \begin_inset Formula $\mathcal{I}$
37141 \end_inset
37142
37143
37144 \end_layout
37145
37146 \end_inset
37147
37148 t was in the spring
37149 \begin_inset ERT
37150 status collapsed
37151
37152 \begin_layout Plain Layout
37153
37154 }
37155 \end_layout
37156
37157 \end_inset
37158
37159  of the year 1894 that all London was interested, and the fashionable world
37160  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37161  and inexplicable circumstances.
37162  The public has already learned those particulars of the crime which came
37163  out in the police investigation, but a good deal was suppressed upon that
37164  occasion, since the case for the prosecution was so overwhelmingly strong
37165  that it was not necessary to bring forward all the facts.
37166 \begin_inset ERT
37167 status collapsed
37168
37169 \begin_layout Plain Layout
37170
37171 {
37172 \end_layout
37173
37174 \end_inset
37175
37176
37177 \end_layout
37178
37179 \end_deeper
37180 \begin_layout Standard
37181 \begin_inset ERT
37182 status collapsed
37183
37184 \begin_layout Plain Layout
37185
37186
37187 \backslash
37188 else
37189 \end_layout
37190
37191 \end_inset
37192
37193
37194 \begin_inset Note Note
37195 status open
37196
37197 \begin_layout Plain Layout
37198 The following will be displayed when the LaTeX-package 
37199 \series bold
37200 lettrine
37201 \series default
37202  is not installed:
37203 \end_layout
37204
37205 \end_inset
37206
37207
37208 \end_layout
37209
37210 \begin_layout Standard
37211 You need to install the LaTeX-package 
37212 \series bold
37213 lettrine
37214 \series default
37215  to see the following part of this section in the output.
37216 \end_layout
37217
37218 \begin_layout Standard
37219 \begin_inset ERT
37220 status collapsed
37221
37222 \begin_layout Plain Layout
37223
37224
37225 \backslash
37226 fi
37227 \end_layout
37228
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \begin_layout Chapter
37235 External Document Parts
37236 \begin_inset Index idx
37237 status collapsed
37238
37239 \begin_layout Plain Layout
37240 External Document Parts
37241 \end_layout
37242
37243 \end_inset
37244
37245
37246 \end_layout
37247
37248 \begin_layout Standard
37249 With the menu 
37250 \family sans
37251 Insert\SpecialChar \menuseparator
37252 File
37253 \family default
37254  you can insert external material to your document.
37255  This can be:
37256 \end_layout
37257
37258 \begin_layout Description
37259 LyX
37260 \begin_inset space ~
37261 \end_inset
37262
37263 Document Another LyX document; its content is directly inserted to your
37264  document.
37265 \end_layout
37266
37267 \begin_layout Description
37268 Plain
37269 \begin_inset space ~
37270 \end_inset
37271
37272 Text A text document; each line is inserted in your document as a separate
37273  paragraph.
37274 \end_layout
37275
37276 \begin_layout Description
37277 Plain
37278 \begin_inset space ~
37279 \end_inset
37280
37281 Text,
37282 \begin_inset space ~
37283 \end_inset
37284
37285 Join
37286 \begin_inset space ~
37287 \end_inset
37288
37289 Lines A text document; text lines are inserted in your document continuously
37290  but an empty text line creates a new paragraph.
37291 \end_layout
37292
37293 \begin_layout Description
37294 External
37295 \begin_inset space ~
37296 \end_inset
37297
37298 Material Files in various formats.
37299 \end_layout
37300
37301 \begin_layout Description
37302 Child
37303 \begin_inset space ~
37304 \end_inset
37305
37306 Document LyX or LaTeX-documents.
37307 \end_layout
37308
37309 \begin_layout Section
37310 External Material
37311 \begin_inset Index idx
37312 status collapsed
37313
37314 \begin_layout Plain Layout
37315 External Document Parts ! External Material
37316 \end_layout
37317
37318 \end_inset
37319
37320
37321 \end_layout
37322
37323 \begin_layout Standard
37324 The external material feature allows you to insert files in to your document
37325  without converting them to a format that can be read by the document output
37326  format.
37327  LyX takes care of the necessary conversions.
37328  This is similar to images that can be inserted in various image formats
37329  in LyX documents.
37330  When you have enabled Instant Preview in LyX's preferences under 
37331 \family sans
37332 Look
37333 \begin_inset space ~
37334 \end_inset
37335
37336 and
37337 \begin_inset space ~
37338 \end_inset
37339
37340 feel\SpecialChar \menuseparator
37341 Graphics
37342 \family default
37343 , the external material types Dia and Xfig are directly shown in LyX.
37344 \end_layout
37345
37346 \begin_layout Standard
37347 External material can be inserted via the 
37348 \family sans
37349 External Material
37350 \family default
37351  dialog that is accessible with the menu 
37352 \family sans
37353 Insert\SpecialChar \menuseparator
37354 File\SpecialChar \menuseparator
37355 External
37356 \begin_inset space ~
37357 \end_inset
37358
37359 Material
37360 \family default
37361 .
37362  Currently the following file types (
37363 \family sans
37364 Templates
37365 \family default
37366 ) are allowed:
37367 \end_layout
37368
37369 \begin_layout Description
37370 ChessDiagram This template supports chess position diagrams made with the
37371  program 
37372 \series bold
37373
37374 \begin_inset CommandInset href
37375 LatexCommand href
37376 name "XBoard"
37377 target "http://en.wikipedia.org/wiki/XBoard"
37378
37379 \end_inset
37380
37381
37382 \series default
37383 .
37384 \end_layout
37385
37386 \begin_layout Description
37387 Date This inserts the date in the form 
37388 \emph on
37389 Day-Month-Year
37390 \emph default
37391 .
37392  This is a date inserted as external material: 
37393 \begin_inset External
37394         template Date
37395         filename .
37396
37397 \end_inset
37398
37399
37400 \begin_inset space ~
37401 \end_inset
37402
37403
37404 \begin_inset Note Note
37405 status open
37406
37407 \begin_layout Plain Layout
37408 Remove the protected space when bug 4398 is fixed!
37409 \end_layout
37410
37411 \end_inset
37412
37413
37414 \begin_inset Newline newline
37415 \end_inset
37416
37417 The date is not shown within LyX, only in the output.
37418  There are two other methods of inserting a date: Via menu 
37419 \family sans
37420 Insert\SpecialChar \menuseparator
37421 Date
37422 \family default
37423  and with the LaTeX command 
37424 \series bold
37425
37426 \backslash
37427 today
37428 \series default
37429  as TeX-Code.
37430  The different methods are compared in Table
37431 \begin_inset space ~
37432 \end_inset
37433
37434
37435 \begin_inset CommandInset ref
37436 LatexCommand ref
37437 reference "tab:Comparison-of-the"
37438
37439 \end_inset
37440
37441 .
37442 \end_layout
37443
37444 \begin_layout Description
37445 Dia This template supports diagrams created with the program 
37446 \series bold
37447
37448 \begin_inset CommandInset href
37449 LatexCommand href
37450 name "Dia"
37451 target "http://en.wikipedia.org/wiki/Dia_(software)"
37452
37453 \end_inset
37454
37455
37456 \series default
37457 .
37458 \end_layout
37459
37460 \begin_layout Description
37461 GnumericSpreadsheet With this template you can insert spreadsheets
37462 \begin_inset space \thinspace{}
37463 \end_inset
37464
37465 /
37466 \begin_inset space \thinspace{}
37467 \end_inset
37468
37469 tables in the format of 
37470 \series bold
37471
37472 \begin_inset CommandInset href
37473 LatexCommand href
37474 name "Gnumeric"
37475 target "http://en.wikipedia.org/wiki/Gnumeric"
37476
37477 \end_inset
37478
37479
37480 \series default
37481
37482 \begin_inset CommandInset href
37483 LatexCommand href
37484 name "OpenDocument"
37485 target "http://en.wikipedia.org/wiki/OpenDocument"
37486
37487 \end_inset
37488
37489
37490 \begin_inset CommandInset href
37491 LatexCommand href
37492 name "Microsoft Office XML"
37493 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37494
37495 \end_inset
37496
37497  and 
37498 \begin_inset CommandInset href
37499 LatexCommand href
37500 name "Office Open XML"
37501 target "http://en.wikipedia.org/wiki/Office_Open_XML"
37502
37503 \end_inset
37504
37505 .
37506  For this feature LyX must have found the program 
37507 \family typewriter
37508 ssconvert
37509 \family default
37510  during its configuration.
37511  This program is part of Gnumeric, so that you must have Gnumeric installed,
37512  also if you don't have tables in the Gnumeric format.
37513  For examples and possible limitations have a look at LyX's example file
37514  
37515 \emph on
37516 spreadsheet.lyx
37517 \emph default
37518 .
37519 \end_layout
37520
37521 \begin_layout Description
37522 LilyPond This template is used for music notation typeset with the program
37523 \begin_inset Newline linebreak
37524 \end_inset
37525
37526
37527 \series bold
37528
37529 \begin_inset CommandInset href
37530 LatexCommand href
37531 name "LilyPond"
37532 target "http://en.wikipedia.org/wiki/LilyPond"
37533
37534 \end_inset
37535
37536
37537 \series default
37538 .
37539  For LyX's extended support for LilyPond have a look at LyX's example file
37540  
37541 \emph on
37542 lilypond.lyx
37543 \emph default
37544 .
37545 \end_layout
37546
37547 \begin_layout Description
37548 PDFPages With this template you can insert PDF documents to your document.
37549  To specify the range of pages that should be included, use the option 
37550 \series bold
37551 pages
37552 \series default
37553  in the 
37554 \family sans
37555 Option
37556 \family default
37557  field in the 
37558 \family sans
37559 LaTeX and LyX options
37560 \family default
37561  tab.
37562  The argument of this option is a comma separated list, containing page
37563  numbers (insert as option 
37564 \series bold
37565 pages={3,5,6,8}
37566 \series default
37567 ), ranges of page numbers (
37568 \series bold
37569 pages={4-9}
37570 \series default
37571 ) or any combination.
37572  To insert empty pages use {}.
37573  E.
37574 \begin_inset space \thinspace{}
37575 \end_inset
37576
37577 g.
37578 \begin_inset space ~
37579 \end_inset
37580
37581
37582 \series bold
37583 pages={3,{},8-11,15}
37584 \series default
37585  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
37586  Page ranges are specified in the syntax 
37587 \emph on
37588 start
37589 \emph default
37590 -
37591 \emph on
37592 stop
37593 \emph default
37594 .
37595  This selects all pages from 
37596 \emph on
37597 start
37598 \emph default
37599  to 
37600 \emph on
37601 stop
37602 \emph default
37603 .
37604  Omitting 
37605 \emph on
37606 start
37607 \emph default
37608  defaults to the first page; omitting 
37609 \emph on
37610 stop
37611 \emph default
37612  defaults to the last page of the document.
37613  The last page can also be selected with the keyword 
37614 \series bold
37615 last
37616 \series default
37617 .
37618  (This is only permitted in a page range.) So 
37619 \series bold
37620 pages=-
37621 \series default
37622  will insert all pages of the document and 
37623 \series bold
37624 pages=last-1
37625 \series default
37626  will insert all pages in reverse order.
37627  If the pages option is not specified, only the first page of the PDF is
37628  inserted.
37629 \begin_inset Newline newline
37630 \end_inset
37631
37632 The option 
37633 \series bold
37634 noautoscale
37635 \series default
37636  inserts the pages with their original size, if this option is not given,
37637  the pages will be resized to fith the width of the page of your document.
37638  In the tab 
37639 \family sans
37640 Size and Rotation
37641 \family default
37642  you can specify the width and height of the input pages and their rotation.
37643  If another width than 100
37644 \begin_inset space \thinspace{}
37645 \end_inset
37646
37647 Scale% is used, the option 
37648 \series bold
37649 noautoscale
37650 \series default
37651  will be overwritten.
37652  For more info and possible options, have a look into the documentation
37653  of the LaTeX-package 
37654 \series bold
37655 pdfpages
37656 \series default
37657  
37658 \begin_inset CommandInset citation
37659 LatexCommand cite
37660 key "pdfpages"
37661
37662 \end_inset
37663
37664 .
37665 \begin_inset Index idx
37666 status collapsed
37667
37668 \begin_layout Plain Layout
37669 LaTeX-packages ! pdfpages
37670 \end_layout
37671
37672 \end_inset
37673
37674
37675 \begin_inset Newline newline
37676 \end_inset
37677
37678 To use this template in a 
37679 \family sans
37680 Beamer
37681 \family default
37682  presentation you need to first insert an 
37683 \family sans
37684 EndFrame
37685 \family default
37686  environment and in a subsequent paragraph a TeX-Code box containing the
37687  command 
37688 \series bold
37689
37690 \backslash
37691 setbeamertemplate{background canvas}{}
37692 \series default
37693 .
37694  Then you can insert as many paragraphs containing the PDFPages template
37695  as you wish.
37696  Behind the included PDF pages you can resume the Beamer presentation by
37697  beginning a new frame or by starting a new section.
37698  To avoid stray blank pages prior to the PDF pages, make sure to use the
37699  
37700 \family sans
37701 Default
37702 \family default
37703  alignment for the paragraph containing the template.
37704 \begin_inset Newline newline
37705 \end_inset
37706
37707 Here is an included PDF which is rotated by -5°: 
37708 \begin_inset External
37709         template PDFPages
37710         filename clipart/Abstract.pdf
37711         extra LaTeX "noautoscale, pages=-"
37712         rotateAngle -5
37713         rotateOrigin bottomleft
37714
37715 \end_inset
37716
37717
37718 \end_layout
37719
37720 \begin_layout Description
37721 RasterImage This can be used for bitmap images.
37722  The image can be treated in the 
37723 \family sans
37724 External material
37725 \family default
37726  dialog like the images that are usually included via the 
37727 \family sans
37728 Graphics
37729 \family default
37730  dialog as described in section
37731 \begin_inset space ~
37732 \end_inset
37733
37734
37735 \begin_inset CommandInset ref
37736 LatexCommand ref
37737 reference "sec:Graphics-Dialog"
37738
37739 \end_inset
37740
37741 .
37742  The difference to the normal image input is that only raster images are
37743  allowed; that means that PDF and EPS-images are not supported.
37744  Here is an inserted raster image: 
37745 \begin_inset External
37746         template RasterImage
37747         filename clipart/ToolbarEnvBox.png
37748
37749 \end_inset
37750
37751
37752 \end_layout
37753
37754 \begin_layout Description
37755 XFig This template supports images created with the program 
37756 \series bold
37757
37758 \begin_inset CommandInset href
37759 LatexCommand href
37760 name "Xfig"
37761 target "http://en.wikipedia.org/wiki/Xfig"
37762
37763 \end_inset
37764
37765
37766 \series default
37767 .
37768 \end_layout
37769
37770 \begin_layout Standard
37771 \begin_inset Float table
37772 placement !h
37773 wide false
37774 sideways false
37775 status open
37776
37777 \begin_layout Plain Layout
37778 \begin_inset Caption
37779
37780 \begin_layout Plain Layout
37781 \begin_inset CommandInset label
37782 LatexCommand label
37783 name "tab:Comparison-of-the"
37784
37785 \end_inset
37786
37787 Comparison of the date input methods.
37788 \end_layout
37789
37790 \end_inset
37791
37792
37793 \end_layout
37794
37795 \begin_layout Plain Layout
37796 \align center
37797 \begin_inset Tabular
37798 <lyxtabular version="3" rows="4" columns="4">
37799 <features tabularvalignment="middle">
37800 <column alignment="center" valignment="top" width="0">
37801 <column alignment="center" valignment="top" width="0">
37802 <column alignment="center" valignment="top" width="0">
37803 <column alignment="center" valignment="top" width="0">
37804 <row>
37805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37806 \begin_inset Text
37807
37808 \begin_layout Plain Layout
37809 Document format
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818
37819 \family sans
37820 External Material\SpecialChar \menuseparator
37821 Date
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830
37831 \family sans
37832 Insert\SpecialChar \menuseparator
37833 Date
37834 \end_layout
37835
37836 \end_inset
37837 </cell>
37838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37839 \begin_inset Text
37840
37841 \begin_layout Plain Layout
37842 command 
37843 \series bold
37844
37845 \backslash
37846 today
37847 \end_layout
37848
37849 \end_inset
37850 </cell>
37851 </row>
37852 <row>
37853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37854 \begin_inset Text
37855
37856 \begin_layout Plain Layout
37857 LyX
37858 \end_layout
37859
37860 \end_inset
37861 </cell>
37862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37863 \begin_inset Text
37864
37865 \begin_layout Plain Layout
37866 as inset box
37867 \end_layout
37868
37869 \end_inset
37870 </cell>
37871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 as date
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884 as TeX-Code inset box
37885 \end_layout
37886
37887 \end_inset
37888 </cell>
37889 </row>
37890 <row>
37891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895 LaTeX
37896 \end_layout
37897
37898 \end_inset
37899 </cell>
37900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37901 \begin_inset Text
37902
37903 \begin_layout Plain Layout
37904 as date
37905 \end_layout
37906
37907 \end_inset
37908 </cell>
37909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37910 \begin_inset Text
37911
37912 \begin_layout Plain Layout
37913 as date
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922 as command
37923 \end_layout
37924
37925 \end_inset
37926 </cell>
37927 </row>
37928 <row>
37929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37930 \begin_inset Text
37931
37932 \begin_layout Plain Layout
37933 DVI, PDF, PS
37934 \end_layout
37935
37936 \end_inset
37937 </cell>
37938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942 as date
37943 \end_layout
37944
37945 \end_inset
37946 </cell>
37947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37948 \begin_inset Text
37949
37950 \begin_layout Plain Layout
37951 as date
37952 \end_layout
37953
37954 \end_inset
37955 </cell>
37956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960 as date
37961 \end_layout
37962
37963 \end_inset
37964 </cell>
37965 </row>
37966 </lyxtabular>
37967
37968 \end_inset
37969
37970
37971 \end_layout
37972
37973 \end_inset
37974
37975
37976 \end_layout
37977
37978 \begin_layout Standard
37979 When you use the option 
37980 \family sans
37981 Draft
37982 \family default
37983  in the 
37984 \family sans
37985 File
37986 \family default
37987  tab of the 
37988 \family sans
37989 External Material
37990 \family default
37991  dialog, only the path to the inserted file is shown in the output.
37992 \begin_inset Newline newline
37993 \end_inset
37994
37995 External material is displayed in LyX either as a box like this: 
37996 \begin_inset Graphics
37997         filename clipart/ExternalMaterialQt4.png
37998         scale 85
37999         scaleBeforeRotation
38000
38001 \end_inset
38002
38003  or as image, depending on the option 
38004 \family sans
38005 Show in LyX
38006 \family default
38007  in the 
38008 \family sans
38009 LaTeX and LyX options
38010 \family default
38011  tab of the dialog.
38012 \end_layout
38013
38014 \begin_layout Standard
38015 The 
38016 \family sans
38017 \emph on
38018 Customization
38019 \family default
38020 \emph default
38021  manual explains how you can define your own templates.
38022 \end_layout
38023
38024 \begin_layout Section
38025 Child Documents
38026 \begin_inset CommandInset label
38027 LatexCommand label
38028 name "sec:Child-Documents"
38029
38030 \end_inset
38031
38032
38033 \begin_inset Index idx
38034 status collapsed
38035
38036 \begin_layout Plain Layout
38037 External Document Parts ! Child Documents
38038 \end_layout
38039
38040 \end_inset
38041
38042
38043 \begin_inset Index idx
38044 status collapsed
38045
38046 \begin_layout Plain Layout
38047 Files ! Include
38048 \end_layout
38049
38050 \end_inset
38051
38052
38053 \end_layout
38054
38055 \begin_layout Standard
38056 Child documents are used if you have a long document consisting of several
38057  larger parts or sections.
38058  For maintenance it is often useful and sometimes even required to split
38059  the document into several files that can be revised separately.
38060  The different documents are then the so called 
38061 \begin_inset Quotes eld
38062 \end_inset
38063
38064 child documents
38065 \begin_inset Quotes erd
38066 \end_inset
38067
38068 , and a master document connects them to print the full document or parts
38069  of it.
38070  A child document inherits elements of its master, for example the LaTeX
38071  preamble, the bibliography, and labels for cross-references.
38072 \end_layout
38073
38074 \begin_layout Standard
38075 To be able to work on child documents without the need to open their master,
38076  specify in the child document the master in the menu
38077 \family sans
38078  Document\SpecialChar \menuseparator
38079 Settings\SpecialChar \menuseparator
38080 Document
38081 \begin_inset space ~
38082 \end_inset
38083
38084 Class
38085 \family default
38086 .
38087  This master document will then be used in the background by LyX when you
38088  edit the child document.
38089 \end_layout
38090
38091 \begin_layout Standard
38092 Included documents are displayed in LyX as a box like this: 
38093 \begin_inset Graphics
38094         filename clipart/ChildDocumentQt4.png
38095         scale 85
38096         scaleBeforeRotation
38097
38098 \end_inset
38099
38100  To include child documents in a master document use the menu 
38101 \family sans
38102 Insert\SpecialChar \menuseparator
38103 File\SpecialChar \menuseparator
38104 Child
38105 \begin_inset space ~
38106 \end_inset
38107
38108 Documents
38109 \family default
38110 .
38111  A dialog pops up where you can choose between four include methods:
38112 \end_layout
38113
38114 \begin_layout Description
38115 Include You can include LyX- and LaTeX-documents.
38116  When you press the 
38117 \family sans
38118 Load
38119 \family default
38120  button in the 
38121 \family sans
38122 Child Document
38123 \family default
38124  dialog, the included documents will be opened in LyX in a new file tab
38125  so that you can modify them.
38126 \begin_inset Newline newline
38127 \end_inset
38128
38129
38130 \end_layout
38131
38132 \begin_layout Standard
38133 Here is a child document inserted using 
38134 \family sans
38135 Include
38136 \family default
38137
38138 \begin_inset CommandInset include
38139 LatexCommand include
38140 filename "DummyDocument1.lyx"
38141
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \begin_layout Standard
38148 The section numbering includes the sections of the included files in the
38149  order they are inserted in the master document.
38150  The included example document has for example a subsection that is numbered
38151  as a subsection of this section.
38152  Labels of included documents can be referenced: Subsection
38153 \begin_inset space ~
38154 \end_inset
38155
38156
38157 \begin_inset CommandInset ref
38158 LatexCommand ref
38159 reference "sub:External-Subsection-1"
38160
38161 \end_inset
38162
38163 .
38164 \end_layout
38165
38166 \begin_layout Standard
38167 The preamble of the child document is ignored; only the preamble of the
38168  master document is used.
38169  Branches in child documents will be ignored by the master document when
38170  the master document does not have a branch with the same name.
38171  Included documents are inserted starting on a new page and ending with
38172  a page break.
38173 \end_layout
38174
38175 \begin_layout Standard
38176 \begin_inset Note Greyedout
38177 status open
38178
38179 \begin_layout Plain Layout
38180
38181 \series bold
38182 Note:
38183 \series default
38184  If you have included a LyX- or LaTeX-file, you are warned when you export/view
38185  the document in case the child document uses another document class than
38186  the master document as this will lead to unexpected outputs.
38187 \end_layout
38188
38189 \end_inset
38190
38191
38192 \end_layout
38193
38194 \begin_layout Description
38195 Input This method is very similar to the Include method.
38196  The differences are:
38197 \end_layout
38198
38199 \begin_deeper
38200 \begin_layout Itemize
38201 Input files don't start with a new page and don't end with a page break.
38202 \end_layout
38203
38204 \begin_layout Itemize
38205 Input files can be previewed in LyX when 
38206 \family sans
38207 Instant
38208 \begin_inset space ~
38209 \end_inset
38210
38211 Preview
38212 \family default
38213  is enabled in LyX's preferences under 
38214 \family sans
38215 Look
38216 \begin_inset space ~
38217 \end_inset
38218
38219 and
38220 \begin_inset space ~
38221 \end_inset
38222
38223 feel\SpecialChar \menuseparator
38224 Graphics
38225 \family default
38226 .
38227 \end_layout
38228
38229 \begin_layout Itemize
38230 You cannot exclude Input files via the menu 
38231 \family sans
38232 Document\SpecialChar \menuseparator
38233 Settings\SpecialChar \menuseparator
38234 Child Documents
38235 \family default
38236 .
38237 \end_layout
38238
38239 \end_deeper
38240 \begin_layout Standard
38241 Here is a child document inserted using 
38242 \family sans
38243 Input
38244 \family default
38245
38246 \begin_inset CommandInset include
38247 LatexCommand input
38248 filename "DummyDocument2.lyx"
38249
38250 \end_inset
38251
38252
38253 \end_layout
38254
38255 \begin_layout Description
38256 Verbatim With this method any text file can be included.
38257  The file is shown in the output with its source code; no command used in
38258  the text is invoked.
38259  You can use the option 
38260 \family sans
38261 Mark spaces in output
38262 \family default
38263  that displays the character 
38264 \begin_inset Quotes eld
38265 \end_inset
38266
38267
38268 \begin_inset ERT
38269 status collapsed
38270
38271 \begin_layout Plain Layout
38272
38273
38274 \backslash
38275 textvisiblespace 
38276 \end_layout
38277
38278 \end_inset
38279
38280
38281 \begin_inset Quotes erd
38282 \end_inset
38283
38284  for every space character in the source code.
38285  The difference from the method via the menu 
38286 \family sans
38287 Insert\SpecialChar \menuseparator
38288 File\SpecialChar \menuseparator
38289 Plain
38290 \begin_inset space ~
38291 \end_inset
38292
38293 Text
38294 \family default
38295  is that the document content is not shown in LyX.
38296 \end_layout
38297
38298 \begin_layout Standard
38299 Here is a child document inserted as Verbatim: 
38300 \begin_inset CommandInset include
38301 LatexCommand verbatiminput
38302 filename "DummyTextDocument.txt"
38303
38304 \end_inset
38305
38306
38307 \begin_inset VSpace bigskip
38308 \end_inset
38309
38310  Here is a child document inserted as Verbatim using the 
38311 \family sans
38312 Mark spaces in output
38313 \family default
38314  option: 
38315 \begin_inset CommandInset include
38316 LatexCommand verbatiminput*
38317 filename "DummyTextDocument.txt"
38318
38319 \end_inset
38320
38321
38322 \end_layout
38323
38324 \begin_layout Standard
38325 \begin_inset VSpace bigskip
38326 \end_inset
38327
38328
38329 \end_layout
38330
38331 \begin_layout Standard
38332 \begin_inset Note Greyedout
38333 status open
38334
38335 \begin_layout Plain Layout
38336
38337 \series bold
38338 Note:
38339 \series default
38340  As you can see in the examples above, the text of the documents included
38341  as 
38342 \family sans
38343 verbatim
38344 \family default
38345  is not broken at the end of the document lines.
38346 \end_layout
38347
38348 \end_inset
38349
38350
38351 \end_layout
38352
38353 \begin_layout Description
38354 Listings This type is described in chapter
38355 \begin_inset space ~
38356 \end_inset
38357
38358
38359 \begin_inset CommandInset ref
38360 LatexCommand ref
38361 reference "cha:Program-Code-Listings"
38362
38363 \end_inset
38364
38365 .
38366 \end_layout
38367
38368 \begin_layout Standard
38369 \begin_inset Note Greyedout
38370 status open
38371
38372 \begin_layout Plain Layout
38373
38374 \series bold
38375 Note:
38376 \series default
38377  Including the same document twice in a document using different methods
38378  could cause LaTeX-problems.
38379 \end_layout
38380
38381 \end_inset
38382
38383
38384 \end_layout
38385
38386 \begin_layout Standard
38387 If you want to view/export only selected children of your master document,
38388  either because you want to save compiling time or because you want to distribut
38389 e single chapters of the book you are just writing, you can exclude children
38390  from the output.
38391  This is done via the menu 
38392 \family sans
38393 Document\SpecialChar \menuseparator
38394 Settings\SpecialChar \menuseparator
38395 Child Documents
38396 \family default
38397 .
38398  You can exclude\SpecialChar \slash{}
38399 include children by double-clicking on the 
38400 \family sans
38401 include to output
38402 \family default
38403  column of the respective child document in the list (note that this only
38404  works for documents embedded via 
38405 \begin_inset Quotes eld
38406 \end_inset
38407
38408 Include
38409 \begin_inset Quotes erd
38410 \end_inset
38411
38412 , not with 
38413 \begin_inset Quotes eld
38414 \end_inset
38415
38416 Input
38417 \begin_inset Quotes erd
38418 \end_inset
38419
38420 ).
38421  If the option 
38422 \family sans
38423 Maintain counters and references
38424 \family default
38425  is enabled, LyX will assure that all page numbers, references etc.
38426 \begin_inset space ~
38427 \end_inset
38428
38429 are correct as if the whole document was processed.
38430  This is useful if you want the selected sub-documents to look exactly as
38431  in the context of the whole document.
38432  However, LyX needs to process the whole document in the background for
38433  this feature.
38434  So if you want to save compile time and if counters and references do not
38435  need to be correct, disable this checkbox.
38436 \end_layout
38437
38438 \begin_layout Standard
38439 Alternatively, you can put each included file into a branch.
38440 \begin_inset Foot
38441 status collapsed
38442
38443 \begin_layout Plain Layout
38444 Branches are described in section 
38445 \emph on
38446 Branches
38447 \emph default
38448  of the LyX 
38449 \emph on
38450 Userguide
38451 \emph default
38452 .
38453 \end_layout
38454
38455 \end_inset
38456
38457  By enabling\SpecialChar \slash{}
38458 disabling branches you can decide which included files will
38459  appear in the output.
38460  This has the advantage that it also works with Input'ed sub-documents.
38461  However, counters and references will not be maintained with this approach.
38462 \end_layout
38463
38464 \begin_layout Chapter
38465 Program Code Listings
38466 \begin_inset CommandInset label
38467 LatexCommand label
38468 name "cha:Program-Code-Listings"
38469
38470 \end_inset
38471
38472
38473 \begin_inset Index idx
38474 status collapsed
38475
38476 \begin_layout Plain Layout
38477 Listings
38478 \end_layout
38479
38480 \end_inset
38481
38482
38483 \begin_inset Index idx
38484 status collapsed
38485
38486 \begin_layout Plain Layout
38487 Program Code
38488 \end_layout
38489
38490 \end_inset
38491
38492
38493 \begin_inset Index idx
38494 status collapsed
38495
38496 \begin_layout Plain Layout
38497 Floats ! Listings
38498 \end_layout
38499
38500 \end_inset
38501
38502
38503 \end_layout
38504
38505 \begin_layout Standard
38506 To include and typeset program code you can use the 
38507 \family sans
38508 Listings
38509 \family default
38510  inset that can be inserted via the menu 
38511 \family sans
38512 Insert\SpecialChar \menuseparator
38513 Program Listing
38514 \family default
38515 .
38516  The LaTeX-package 
38517 \series bold
38518 listings
38519 \series default
38520
38521 \begin_inset Index idx
38522 status collapsed
38523
38524 \begin_layout Plain Layout
38525 LaTeX-packages ! listings
38526 \end_layout
38527
38528 \end_inset
38529
38530  provides a powerful and flexible way to insert program source code into
38531  your document.
38532 \end_layout
38533
38534 \begin_layout Standard
38535 Right-clicking on a listings inset opens the context menu containing where
38536  you can set the listings format.
38537 \end_layout
38538
38539 \begin_layout Standard
38540 By default, a listing starts a new paragraph in the output.
38541  The placement option 
38542 \family sans
38543 Inline
38544 \begin_inset space ~
38545 \end_inset
38546
38547 listing
38548 \family default
38549  prints the listing inline like this: 
38550 \begin_inset listings
38551 lstparams "language={C++}"
38552 inline true
38553 status open
38554
38555 \begin_layout Plain Layout
38556
38557 int a=5;
38558 \end_layout
38559
38560 \end_inset
38561
38562
38563 \begin_inset Newline newline
38564 \end_inset
38565
38566 The option 
38567 \family sans
38568 Float
38569 \family default
38570  creates a listings float where you can specify the placement options 
38571 \begin_inset Quotes eld
38572 \end_inset
38573
38574
38575 \family sans
38576 h
38577 \family default
38578
38579 \begin_inset Quotes erd
38580 \end_inset
38581
38582
38583 \begin_inset Quotes eld
38584 \end_inset
38585
38586
38587 \family sans
38588 t
38589 \family default
38590
38591 \begin_inset Quotes erd
38592 \end_inset
38593
38594
38595 \begin_inset Quotes eld
38596 \end_inset
38597
38598
38599 \family sans
38600 b
38601 \family default
38602
38603 \begin_inset Quotes erd
38604 \end_inset
38605
38606 , and 
38607 \begin_inset Quotes eld
38608 \end_inset
38609
38610
38611 \family sans
38612 p
38613 \family default
38614
38615 \begin_inset Quotes erd
38616 \end_inset
38617
38618  corresponding to the float placement options described in section
38619 \begin_inset space ~
38620 \end_inset
38621
38622
38623 \begin_inset CommandInset ref
38624 LatexCommand ref
38625 reference "sec:Float-Placement"
38626
38627 \end_inset
38628
38629 .
38630  The placement options can be mixed and are inserted without any separation,
38631  e.
38632 \begin_inset space \thinspace{}
38633 \end_inset
38634
38635 g.
38636 \begin_inset space \space{}
38637 \end_inset
38638
38639
38640 \begin_inset Quotes eld
38641 \end_inset
38642
38643
38644 \family sans
38645 htbp
38646 \family default
38647
38648 \begin_inset Quotes erd
38649 \end_inset
38650
38651 .
38652  The option 
38653 \begin_inset Quotes eld
38654 \end_inset
38655
38656 h
38657 \begin_inset Quotes erd
38658 \end_inset
38659
38660  has sometimes no effect, but you don't need to use the 
38661 \family sans
38662 Float
38663 \family default
38664  option in this case as also non-float listings can have captions and be
38665  referenced.
38666 \end_layout
38667
38668 \begin_layout Standard
38669 You can add captions to listings with the menu 
38670 \family sans
38671 Insert\SpecialChar \menuseparator
38672 Caption
38673 \family default
38674 .
38675  Listings can be referenced like floats: Listing
38676 \begin_inset space ~
38677 \end_inset
38678
38679
38680 \begin_inset CommandInset ref
38681 LatexCommand ref
38682 reference "lst:Example-Listing"
38683
38684 \end_inset
38685
38686
38687 \end_layout
38688
38689 \begin_layout Standard
38690 \begin_inset listings
38691 lstparams "language=Python"
38692 inline false
38693 status open
38694
38695 \begin_layout Plain Layout
38696
38697 \begin_inset Caption
38698
38699 \begin_layout Plain Layout
38700 \begin_inset CommandInset label
38701 LatexCommand label
38702 name "lst:Example-Listing"
38703
38704 \end_inset
38705
38706 Example Listing float
38707 \end_layout
38708
38709 \end_inset
38710
38711 # Example listing float
38712 \end_layout
38713
38714 \begin_layout Plain Layout
38715
38716 def func(param):
38717 \end_layout
38718
38719 \begin_layout Plain Layout
38720
38721     'this is a python function'
38722 \end_layout
38723
38724 \begin_layout Plain Layout
38725
38726     pass
38727 \end_layout
38728
38729 \end_inset
38730
38731
38732 \end_layout
38733
38734 \begin_layout Standard
38735 When you have set a programming language in the listings dialog, the keywords
38736  of this language will be recognized and specially typeset in the output.
38737  In the example listings the Python keyword 
38738 \begin_inset Quotes eld
38739 \end_inset
38740
38741 def
38742 \begin_inset Quotes erd
38743 \end_inset
38744
38745  is recognized and printed bold in the output.
38746 \end_layout
38747
38748 \begin_layout Standard
38749 \begin_inset Note Greyedout
38750 status open
38751
38752 \begin_layout Plain Layout
38753
38754 \series bold
38755 Note:
38756 \series default
38757  If you don't get bold keywords when using typewriter fonts, your 
38758 \family typewriter
38759 typewriter
38760 \family default
38761  font probably doesn't provide a bold shape.
38762  In this case select a different one in the menu 
38763 \family sans
38764 Document\SpecialChar \menuseparator
38765 Settings\SpecialChar \menuseparator
38766 Fonts
38767 \family default
38768 .
38769  (The fonts 
38770 \emph on
38771 LuxiMono, BeraMono
38772 \emph default
38773  and 
38774 \emph on
38775 Courier
38776 \emph default
38777  provide bold shapes.)
38778 \end_layout
38779
38780 \end_inset
38781
38782
38783 \end_layout
38784
38785 \begin_layout Standard
38786 In section 
38787 \family sans
38788 Line
38789 \begin_inset space ~
38790 \end_inset
38791
38792 numbering
38793 \family default
38794  of the listings dialog you can specify the line numbering style.
38795  You can insert a number to specify which lines are numbered in the field
38796  
38797 \family sans
38798 Step
38799 \family default
38800 .
38801  When you insert e.
38802 \begin_inset space \thinspace{}
38803 \end_inset
38804
38805 g.
38806 \begin_inset space \space{}
38807 \end_inset
38808
38809
38810 \begin_inset Quotes eld
38811 \end_inset
38812
38813 3
38814 \begin_inset Quotes erd
38815 \end_inset
38816
38817 , only every 3rd line will be numbered.
38818 \end_layout
38819
38820 \begin_layout Standard
38821 You can furthermore specify a range of lines; only these will then appear
38822  in the output.
38823  The option 
38824 \family sans
38825 Extended character table
38826 \family default
38827  should be used when you use national characters like the German umlauts
38828  in the listing.
38829 \begin_inset Newline newline
38830 \end_inset
38831
38832 Here is an example listing with left line numbering, step 
38833 \begin_inset Quotes eld
38834 \end_inset
38835
38836 3
38837 \begin_inset Quotes erd
38838 \end_inset
38839
38840 , language 
38841 \begin_inset Quotes eld
38842 \end_inset
38843
38844 Python
38845 \begin_inset Quotes erd
38846 \end_inset
38847
38848 , options 
38849 \begin_inset Quotes eld
38850 \end_inset
38851
38852 Extended character table
38853 \begin_inset Quotes erd
38854 \end_inset
38855
38856  and 
38857 \begin_inset Quotes eld
38858 \end_inset
38859
38860 Space
38861 \begin_inset space ~
38862 \end_inset
38863
38864 as
38865 \begin_inset space ~
38866 \end_inset
38867
38868 symbol
38869 \begin_inset Quotes erd
38870 \end_inset
38871
38872 , range lines 3
38873 \begin_inset space \thinspace{}
38874 \end_inset
38875
38876 -
38877 \begin_inset space \thinspace{}
38878 \end_inset
38879
38880 8:
38881 \end_layout
38882
38883 \begin_layout Standard
38884 \begin_inset listings
38885 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38886 inline false
38887 status open
38888
38889 \begin_layout Plain Layout
38890
38891 def func(param):
38892 \end_layout
38893
38894 \begin_layout Plain Layout
38895
38896     'this is a python function'
38897 \end_layout
38898
38899 \begin_layout Plain Layout
38900
38901     pass
38902 \end_layout
38903
38904 \begin_layout Plain Layout
38905
38906 def func(param):
38907 \end_layout
38908
38909 \begin_layout Plain Layout
38910
38911 'This is a German word: Tschüß'
38912 \end_layout
38913
38914 \begin_layout Plain Layout
38915
38916 pass
38917 \end_layout
38918
38919 \begin_layout Plain Layout
38920
38921 def func(param):
38922 \end_layout
38923
38924 \begin_layout Plain Layout
38925
38926 'this is a python function'
38927 \end_layout
38928
38929 \begin_layout Plain Layout
38930
38931 pass
38932 \end_layout
38933
38934 \end_inset
38935
38936
38937 \end_layout
38938
38939 \begin_layout Standard
38940 When you have tabulators in your listing, you can specify the number of
38941  characters that are spanned by a tabulator in the field 
38942 \family sans
38943 Tabulator
38944 \begin_inset space ~
38945 \end_inset
38946
38947 size
38948 \family default
38949 .
38950 \end_layout
38951
38952 \begin_layout Standard
38953 \begin_inset Note Greyedout
38954 status open
38955
38956 \begin_layout Plain Layout
38957
38958 \series bold
38959 Note:
38960 \series default
38961  Due to a bug in the 
38962 \series bold
38963 listings
38964 \series default
38965  package the line numbering is shifted by a line by every previous listing.
38966  That's the reason why the lines 2 and 5 are numbered in the above listing
38967  and not the lines 3 and 6.
38968 \end_layout
38969
38970 \end_inset
38971
38972
38973 \end_layout
38974
38975 \begin_layout Standard
38976 \begin_inset VSpace bigskip
38977 \end_inset
38978
38979
38980 \end_layout
38981
38982 \begin_layout Standard
38983 It is also possible to print lines from a file as listing.
38984  To do this, use the menu 
38985 \family sans
38986 Insert\SpecialChar \menuseparator
38987 File\SpecialChar \menuseparator
38988 Child Document
38989 \family default
38990  and choose the type 
38991 \family sans
38992 Listings
38993 \family default
38994 .
38995 \begin_inset Foot
38996 status collapsed
38997
38998 \begin_layout Plain Layout
38999 The other child document types are described in section
39000 \begin_inset space ~
39001 \end_inset
39002
39003
39004 \begin_inset CommandInset ref
39005 LatexCommand ref
39006 reference "sec:Child-Documents"
39007
39008 \end_inset
39009
39010 .
39011 \end_layout
39012
39013 \end_inset
39014
39015  In the child document dialog you can specify the listing parameters in
39016  a text box.
39017  To show a list of all available parameters, type in a question mark 
39018 \begin_inset Quotes eld
39019 \end_inset
39020
39021 ?
39022 \begin_inset Quotes erd
39023 \end_inset
39024
39025  in the text box.
39026 \end_layout
39027
39028 \begin_layout Standard
39029 To reference child document listings, write a label text into the corresponding
39030  field of the child document dialog.
39031  The label can then be referenced using the menu 
39032 \family sans
39033 Insert\SpecialChar \menuseparator
39034 Cross-Reference
39035 \family default
39036 .
39037 \end_layout
39038
39039 \begin_layout Standard
39040 Listing
39041 \begin_inset space ~
39042 \end_inset
39043
39044
39045 \begin_inset CommandInset ref
39046 LatexCommand ref
39047 reference "lst:file-listing"
39048
39049 \end_inset
39050
39051  is an example for a listing of a file; there the lines 10
39052 \begin_inset space \thinspace{}
39053 \end_inset
39054
39055 -
39056 \begin_inset space \thinspace{}
39057 \end_inset
39058
39059 15 of this LyX file are listed.
39060 \end_layout
39061
39062 \begin_layout Standard
39063 \begin_inset CommandInset include
39064 LatexCommand lstinputlisting
39065 filename "EmbeddedObjects.lyx"
39066 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39067
39068 \end_inset
39069
39070
39071 \end_layout
39072
39073 \begin_layout Standard
39074 \begin_inset VSpace bigskip
39075 \end_inset
39076
39077
39078 \end_layout
39079
39080 \begin_layout Standard
39081 Inserting a formula into a listing can be done the following way:
39082 \end_layout
39083
39084 \begin_layout Enumerate
39085 Open the listings dialog and add
39086 \begin_inset Newline newline
39087 \end_inset
39088
39089
39090 \family sans
39091 mathescape=true
39092 \family default
39093
39094 \begin_inset Newline newline
39095 \end_inset
39096
39097 to the field of the 
39098 \family sans
39099 Advanced
39100 \family default
39101  tab.
39102 \end_layout
39103
39104 \begin_layout Enumerate
39105 Create a formula outside the listing
39106 \end_layout
39107
39108 \begin_layout Enumerate
39109 Copy the content of the formula (not the formula inset) to the clipboard
39110  (shortcut 
39111 \begin_inset Info
39112 type  "shortcut"
39113 arg   "copy"
39114 \end_inset
39115
39116 )
39117 \end_layout
39118
39119 \begin_layout Enumerate
39120 In the listing write 
39121 \begin_inset Quotes eld
39122 \end_inset
39123
39124
39125 \family sans
39126 $$
39127 \family default
39128
39129 \begin_inset Quotes erd
39130 \end_inset
39131
39132  and copy from the clipboard between the dollar-signs (shortcut 
39133 \begin_inset Info
39134 type  "shortcut"
39135 arg   "paste"
39136 \end_inset
39137
39138 )
39139 \end_layout
39140
39141 \begin_layout Standard
39142 \begin_inset listings
39143 lstparams "language=Python,mathescape=true"
39144 inline false
39145 status open
39146
39147 \begin_layout Plain Layout
39148
39149 \begin_inset Caption
39150
39151 \begin_layout Plain Layout
39152 Example Listing float containing a formula
39153 \end_layout
39154
39155 \end_inset
39156
39157 # Example listing float
39158 \end_layout
39159
39160 \begin_layout Plain Layout
39161
39162 def func(param):
39163 \end_layout
39164
39165 \begin_layout Plain Layout
39166
39167     # $
39168 \backslash
39169 prod_{n=1}^{
39170 \backslash
39171 infty}
39172 \backslash
39173 ,
39174 \backslash
39175 frac{1}{x^{2}}$
39176 \end_layout
39177
39178 \begin_layout Plain Layout
39179
39180     pass
39181 \end_layout
39182
39183 \end_inset
39184
39185
39186 \end_layout
39187
39188 \begin_layout Standard
39189 \begin_inset VSpace bigskip
39190 \end_inset
39191
39192
39193 \end_layout
39194
39195 \begin_layout Standard
39196 Global listings settings can be set in the 
39197 \family sans
39198 Document\SpecialChar \menuseparator
39199 Settings\SpecialChar \menuseparator
39200 Listings
39201 \family default
39202  dialog.
39203  To get there a list of available options, type in a question mark 
39204 \begin_inset Quotes eld
39205 \end_inset
39206
39207 ?
39208 \begin_inset Quotes erd
39209 \end_inset
39210
39211 .
39212 \end_layout
39213
39214 \begin_layout Standard
39215 For more information about the 
39216 \series bold
39217 listings
39218 \series default
39219  package, we refer to its documentation 
39220 \begin_inset CommandInset citation
39221 LatexCommand cite
39222 key "listings"
39223
39224 \end_inset
39225
39226 .
39227 \end_layout
39228
39229 \begin_layout Standard
39230 \begin_inset Newpage newpage
39231 \end_inset
39232
39233
39234 \end_layout
39235
39236 \begin_layout Chapter
39237 \start_of_appendix
39238 Units available in LyX
39239 \begin_inset Index idx
39240 status collapsed
39241
39242 \begin_layout Plain Layout
39243 Units
39244 \end_layout
39245
39246 \end_inset
39247
39248
39249 \begin_inset CommandInset label
39250 LatexCommand label
39251 name "cha:Units-available-in"
39252
39253 \end_inset
39254
39255
39256 \end_layout
39257
39258 \begin_layout Standard
39259 To understand the units described in this documentation, Table
39260 \begin_inset space ~
39261 \end_inset
39262
39263
39264 \begin_inset CommandInset ref
39265 LatexCommand ref
39266 reference "tab:Units"
39267
39268 \end_inset
39269
39270  explains all units available in LyX.
39271 \end_layout
39272
39273 \begin_layout Standard
39274 \begin_inset Float table
39275 placement h
39276 wide false
39277 sideways false
39278 status open
39279
39280 \begin_layout Plain Layout
39281 \begin_inset Caption
39282
39283 \begin_layout Plain Layout
39284 \begin_inset CommandInset label
39285 LatexCommand label
39286 name "tab:Units"
39287
39288 \end_inset
39289
39290 Units
39291 \end_layout
39292
39293 \end_inset
39294
39295
39296 \end_layout
39297
39298 \begin_layout Plain Layout
39299 \begin_inset VSpace medskip
39300 \end_inset
39301
39302
39303 \end_layout
39304
39305 \begin_layout Plain Layout
39306 \align center
39307 \begin_inset Tabular
39308 <lyxtabular version="3" rows="20" columns="2">
39309 <features tabularvalignment="middle">
39310 <column alignment="center" valignment="top" width="0">
39311 <column alignment="center" valignment="top" width="0">
39312 <row>
39313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39314 \begin_inset Text
39315
39316 \begin_layout Plain Layout
39317 unit
39318 \end_layout
39319
39320 \end_inset
39321 </cell>
39322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39323 \begin_inset Text
39324
39325 \begin_layout Plain Layout
39326 name/description
39327 \end_layout
39328
39329 \end_inset
39330 </cell>
39331 </row>
39332 <row>
39333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39334 \begin_inset Text
39335
39336 \begin_layout Plain Layout
39337 mm
39338 \end_layout
39339
39340 \end_inset
39341 </cell>
39342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39343 \begin_inset Text
39344
39345 \begin_layout Plain Layout
39346 millimeter
39347 \end_layout
39348
39349 \end_inset
39350 </cell>
39351 </row>
39352 <row>
39353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39354 \begin_inset Text
39355
39356 \begin_layout Plain Layout
39357 cm
39358 \end_layout
39359
39360 \end_inset
39361 </cell>
39362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39363 \begin_inset Text
39364
39365 \begin_layout Plain Layout
39366 centimeter
39367 \end_layout
39368
39369 \end_inset
39370 </cell>
39371 </row>
39372 <row>
39373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39374 \begin_inset Text
39375
39376 \begin_layout Plain Layout
39377 in
39378 \end_layout
39379
39380 \end_inset
39381 </cell>
39382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39383 \begin_inset Text
39384
39385 \begin_layout Plain Layout
39386 inch
39387 \end_layout
39388
39389 \end_inset
39390 </cell>
39391 </row>
39392 <row>
39393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39394 \begin_inset Text
39395
39396 \begin_layout Plain Layout
39397 pt
39398 \end_layout
39399
39400 \end_inset
39401 </cell>
39402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39403 \begin_inset Text
39404
39405 \begin_layout Plain Layout
39406 point (72.27
39407 \begin_inset space \thinspace{}
39408 \end_inset
39409
39410 pt = 1
39411 \begin_inset space \thinspace{}
39412 \end_inset
39413
39414 in)
39415 \end_layout
39416
39417 \end_inset
39418 </cell>
39419 </row>
39420 <row>
39421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39422 \begin_inset Text
39423
39424 \begin_layout Plain Layout
39425 pc
39426 \end_layout
39427
39428 \end_inset
39429 </cell>
39430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39431 \begin_inset Text
39432
39433 \begin_layout Plain Layout
39434 pica (1
39435 \begin_inset space \thinspace{}
39436 \end_inset
39437
39438 pc = 12
39439 \begin_inset space \thinspace{}
39440 \end_inset
39441
39442 pt)
39443 \end_layout
39444
39445 \end_inset
39446 </cell>
39447 </row>
39448 <row>
39449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39450 \begin_inset Text
39451
39452 \begin_layout Plain Layout
39453 sp
39454 \end_layout
39455
39456 \end_inset
39457 </cell>
39458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39459 \begin_inset Text
39460
39461 \begin_layout Plain Layout
39462 scaled point (65536
39463 \begin_inset space \thinspace{}
39464 \end_inset
39465
39466 sp = 1
39467 \begin_inset space \thinspace{}
39468 \end_inset
39469
39470 pt)
39471 \end_layout
39472
39473 \end_inset
39474 </cell>
39475 </row>
39476 <row>
39477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39478 \begin_inset Text
39479
39480 \begin_layout Plain Layout
39481 bp
39482 \end_layout
39483
39484 \end_inset
39485 </cell>
39486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39487 \begin_inset Text
39488
39489 \begin_layout Plain Layout
39490 big point (72
39491 \begin_inset space \thinspace{}
39492 \end_inset
39493
39494 bp = 1
39495 \begin_inset space \thinspace{}
39496 \end_inset
39497
39498 in)
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 dd
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 didot (1
39519 \begin_inset space \thinspace{}
39520 \end_inset
39521
39522 dd 
39523 \begin_inset Formula $\approx$
39524 \end_inset
39525
39526  0.376
39527 \begin_inset space \thinspace{}
39528 \end_inset
39529
39530 mm)
39531 \end_layout
39532
39533 \end_inset
39534 </cell>
39535 </row>
39536 <row>
39537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39538 \begin_inset Text
39539
39540 \begin_layout Plain Layout
39541 cc
39542 \end_layout
39543
39544 \end_inset
39545 </cell>
39546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39547 \begin_inset Text
39548
39549 \begin_layout Plain Layout
39550 cicero (1
39551 \begin_inset space \thinspace{}
39552 \end_inset
39553
39554 cc = 12
39555 \begin_inset space \thinspace{}
39556 \end_inset
39557
39558 dd)
39559 \end_layout
39560
39561 \end_inset
39562 </cell>
39563 </row>
39564 <row>
39565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39566 \begin_inset Text
39567
39568 \begin_layout Plain Layout
39569 Scale%
39570 \end_layout
39571
39572 \end_inset
39573 </cell>
39574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39575 \begin_inset Text
39576
39577 \begin_layout Plain Layout
39578 % of original image width
39579 \end_layout
39580
39581 \end_inset
39582 </cell>
39583 </row>
39584 <row>
39585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39586 \begin_inset Text
39587
39588 \begin_layout Plain Layout
39589 text%
39590 \end_layout
39591
39592 \end_inset
39593 </cell>
39594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39595 \begin_inset Text
39596
39597 \begin_layout Plain Layout
39598 % of text width
39599 \end_layout
39600
39601 \end_inset
39602 </cell>
39603 </row>
39604 <row>
39605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39606 \begin_inset Text
39607
39608 \begin_layout Plain Layout
39609 col%
39610 \end_layout
39611
39612 \end_inset
39613 </cell>
39614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39615 \begin_inset Text
39616
39617 \begin_layout Plain Layout
39618 % of column width
39619 \end_layout
39620
39621 \end_inset
39622 </cell>
39623 </row>
39624 <row>
39625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39626 \begin_inset Text
39627
39628 \begin_layout Plain Layout
39629 page%
39630 \end_layout
39631
39632 \end_inset
39633 </cell>
39634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39635 \begin_inset Text
39636
39637 \begin_layout Plain Layout
39638 % of paper width
39639 \end_layout
39640
39641 \end_inset
39642 </cell>
39643 </row>
39644 <row>
39645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39646 \begin_inset Text
39647
39648 \begin_layout Plain Layout
39649 line%
39650 \end_layout
39651
39652 \end_inset
39653 </cell>
39654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39655 \begin_inset Text
39656
39657 \begin_layout Plain Layout
39658 % of line width
39659 \end_layout
39660
39661 \end_inset
39662 </cell>
39663 </row>
39664 <row>
39665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39666 \begin_inset Text
39667
39668 \begin_layout Plain Layout
39669 theight%
39670 \end_layout
39671
39672 \end_inset
39673 </cell>
39674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39675 \begin_inset Text
39676
39677 \begin_layout Plain Layout
39678 % of text height
39679 \end_layout
39680
39681 \end_inset
39682 </cell>
39683 </row>
39684 <row>
39685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39686 \begin_inset Text
39687
39688 \begin_layout Plain Layout
39689 pheight%
39690 \end_layout
39691
39692 \end_inset
39693 </cell>
39694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39695 \begin_inset Text
39696
39697 \begin_layout Plain Layout
39698 % of paper height
39699 \end_layout
39700
39701 \end_inset
39702 </cell>
39703 </row>
39704 <row>
39705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39706 \begin_inset Text
39707
39708 \begin_layout Plain Layout
39709 ex
39710 \end_layout
39711
39712 \end_inset
39713 </cell>
39714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39715 \begin_inset Text
39716
39717 \begin_layout Plain Layout
39718 height of letter 
39719 \emph on
39720 x
39721 \emph default
39722  in current font
39723 \end_layout
39724
39725 \end_inset
39726 </cell>
39727 </row>
39728 <row>
39729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39730 \begin_inset Text
39731
39732 \begin_layout Plain Layout
39733 em
39734 \end_layout
39735
39736 \end_inset
39737 </cell>
39738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39739 \begin_inset Text
39740
39741 \begin_layout Plain Layout
39742 width of letter 
39743 \emph on
39744 M
39745 \emph default
39746  in current font
39747 \end_layout
39748
39749 \end_inset
39750 </cell>
39751 </row>
39752 <row>
39753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39754 \begin_inset Text
39755
39756 \begin_layout Plain Layout
39757 mu
39758 \end_layout
39759
39760 \end_inset
39761 </cell>
39762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39763 \begin_inset Text
39764
39765 \begin_layout Plain Layout
39766 math unit (1
39767 \begin_inset space \thinspace{}
39768 \end_inset
39769
39770 mu = 1/18
39771 \begin_inset space \thinspace{}
39772 \end_inset
39773
39774 em)
39775 \end_layout
39776
39777 \end_inset
39778 </cell>
39779 </row>
39780 </lyxtabular>
39781
39782 \end_inset
39783
39784
39785 \end_layout
39786
39787 \end_inset
39788
39789
39790 \end_layout
39791
39792 \begin_layout Chapter
39793 Output File Formats with Graphics
39794 \begin_inset CommandInset label
39795 LatexCommand label
39796 name "cha:Output-File-Formats"
39797
39798 \end_inset
39799
39800
39801 \end_layout
39802
39803 \begin_layout Section
39804 DVI
39805 \begin_inset Index idx
39806 status collapsed
39807
39808 \begin_layout Plain Layout
39809 File Formats ! DVI
39810 \end_layout
39811
39812 \end_inset
39813
39814
39815 \begin_inset Index idx
39816 status collapsed
39817
39818 \begin_layout Plain Layout
39819 DVI|see
39820 \begin_inset ERT
39821 status collapsed
39822
39823 \begin_layout Plain Layout
39824
39825 {
39826 \end_layout
39827
39828 \end_inset
39829
39830 File Formats
39831 \begin_inset ERT
39832 status collapsed
39833
39834 \begin_layout Plain Layout
39835
39836 }
39837 \end_layout
39838
39839 \end_inset
39840
39841
39842 \end_layout
39843
39844 \end_inset
39845
39846
39847 \end_layout
39848
39849 \begin_layout Standard
39850 This file type has the extension 
39851 \begin_inset Quotes eld
39852 \end_inset
39853
39854
39855 \family typewriter
39856 .dvi
39857 \family default
39858
39859 \begin_inset Quotes erd
39860 \end_inset
39861
39862 .
39863  It is called 
39864 \begin_inset Quotes eld
39865 \end_inset
39866
39867 device-independent
39868 \begin_inset Quotes erd
39869 \end_inset
39870
39871  (DVI), because it is completely portable; you can move them from one machine
39872  to another without needing to do any sort of conversion.
39873  At the time when this file-format was developed, this was no matter of
39874  course.
39875  DVIs are used for quick previews and as pre-stage for other output formats,
39876  like PostScript.
39877 \end_layout
39878
39879 \begin_layout Standard
39880 \begin_inset Note Greyedout
39881 status open
39882
39883 \begin_layout Plain Layout
39884
39885 \series bold
39886 Note:
39887 \series default
39888  DVI-files do not contain images; they will only be a linked.
39889 \end_layout
39890
39891 \end_inset
39892
39893  So don't forget this, if you move your 
39894 \family typewriter
39895 .dvi
39896 \family default
39897  file to another computer.
39898  This property can also slow down your computer when you view the DVI, because
39899  the DVI-viewer has to convert the image in the background to make it visible
39900  when you scroll in the DVI.
39901  So it is recommended that you use PDF for files with many images.
39902 \end_layout
39903
39904 \begin_layout Standard
39905 You can export your document to DVI by using the menu 
39906 \family sans
39907 File\SpecialChar \menuseparator
39908 Export\SpecialChar \menuseparator
39909 DVI
39910 \family default
39911 .
39912  You can view your document as DVI via the 
39913 \family sans
39914 View
39915 \family default
39916  menu.
39917 \end_layout
39918
39919 \begin_layout Section
39920 PostScript
39921 \begin_inset CommandInset label
39922 LatexCommand label
39923 name "sec:PostScript"
39924
39925 \end_inset
39926
39927
39928 \begin_inset Index idx
39929 status collapsed
39930
39931 \begin_layout Plain Layout
39932 File Formats ! PostScript
39933 \end_layout
39934
39935 \end_inset
39936
39937
39938 \begin_inset Index idx
39939 status collapsed
39940
39941 \begin_layout Plain Layout
39942 PostScript|see
39943 \begin_inset ERT
39944 status collapsed
39945
39946 \begin_layout Plain Layout
39947
39948 {
39949 \end_layout
39950
39951 \end_inset
39952
39953 File Formats
39954 \begin_inset ERT
39955 status collapsed
39956
39957 \begin_layout Plain Layout
39958
39959 }
39960 \end_layout
39961
39962 \end_inset
39963
39964
39965 \end_layout
39966
39967 \end_inset
39968
39969
39970 \end_layout
39971
39972 \begin_layout Standard
39973 This file type has the extension 
39974 \begin_inset Quotes eld
39975 \end_inset
39976
39977
39978 \family typewriter
39979 .ps
39980 \family default
39981
39982 \begin_inset Quotes erd
39983 \end_inset
39984
39985 .
39986  PostScript was developed by the company 
39987 \family typewriter
39988 Adobe
39989 \family default
39990  as a printer language.
39991  The file therefore contains commands that the printer uses to print the
39992  file.
39993  PostScript can be seen as a 
39994 \begin_inset Quotes eld
39995 \end_inset
39996
39997 programming language
39998 \begin_inset Quotes erd
39999 \end_inset
40000
40001 ; you can calculate with it and draw diagrams and images
40002 \begin_inset Foot
40003 status collapsed
40004
40005 \begin_layout Plain Layout
40006 If you are interested to learn more about this, have a look at the LaTeX-package
40007  
40008 \series bold
40009 PSTricks
40010 \series default
40011  
40012 \begin_inset CommandInset citation
40013 LatexCommand cite
40014 key "pstricks"
40015
40016 \end_inset
40017
40018 .
40019 \end_layout
40020
40021 \end_inset
40022
40023 .
40024  Due to this ability, the files are often bigger than PDFs.
40025 \end_layout
40026
40027 \begin_layout Standard
40028 PostScript can only contain images in the format 
40029 \begin_inset Quotes eld
40030 \end_inset
40031
40032 Encapsulated PostScript
40033 \begin_inset Quotes erd
40034 \end_inset
40035
40036  (EPS, file extension 
40037 \begin_inset Quotes eld
40038 \end_inset
40039
40040
40041 \family typewriter
40042 .eps
40043 \family default
40044
40045 \begin_inset Quotes erd
40046 \end_inset
40047
40048 ).
40049  As LyX allows you to use any known image format in your document, it has
40050  to convert images in the background to EPS.
40051  If you have e.g.
40052 \begin_inset space ~
40053 \end_inset
40054
40055 50
40056 \begin_inset space ~
40057 \end_inset
40058
40059 images in your document, LyX has to do 50
40060 \begin_inset space ~
40061 \end_inset
40062
40063 conversions whenever you view or export your document.
40064  This will slow down your work flow with LyX drastically.
40065  So if you plan to use PostScript, you can insert your images directly as
40066  EPS to avoid this problem.
40067 \end_layout
40068
40069 \begin_layout Standard
40070 You can export your document to PostScript using the menu 
40071 \family sans
40072 File\SpecialChar \menuseparator
40073 Export\SpecialChar \menuseparator
40074 Postscript
40075 \family default
40076 .
40077  You can view your document as PostScript via the 
40078 \family sans
40079 View
40080 \family default
40081  menu or by using the toolbar button 
40082 \begin_inset Graphics
40083         filename ../images/buffer-view_ps.png
40084         scale 85
40085         scaleBeforeRotation
40086
40087 \end_inset
40088
40089 .
40090 \end_layout
40091
40092 \begin_layout Section
40093 PDF
40094 \begin_inset Index idx
40095 status collapsed
40096
40097 \begin_layout Plain Layout
40098 File Formats ! PDF
40099 \end_layout
40100
40101 \end_inset
40102
40103
40104 \begin_inset Index idx
40105 status collapsed
40106
40107 \begin_layout Plain Layout
40108 PDF
40109 \end_layout
40110
40111 \end_inset
40112
40113
40114 \end_layout
40115
40116 \begin_layout Standard
40117 This file type has the extension 
40118 \begin_inset Quotes eld
40119 \end_inset
40120
40121
40122 \family typewriter
40123 .pdf
40124 \family default
40125
40126 \begin_inset Quotes erd
40127 \end_inset
40128
40129 .
40130  The 
40131 \begin_inset Quotes eld
40132 \end_inset
40133
40134 Portable Document Format
40135 \begin_inset Quotes erd
40136 \end_inset
40137
40138  (PDF) was developed by 
40139 \family typewriter
40140 Adobe
40141 \family default
40142  as a derivative of PostScript.
40143  It is more compressed and it uses fewer commands than PostScript.
40144  As the name 
40145 \begin_inset Quotes eld
40146 \end_inset
40147
40148 portable
40149 \begin_inset Quotes erd
40150 \end_inset
40151
40152  implies, it can be processed at any computer system and the printed output
40153  looks exactly the same.
40154 \end_layout
40155
40156 \begin_layout Standard
40157 PDF can contain images in its own PDF format, in the format 
40158 \begin_inset Quotes eld
40159 \end_inset
40160
40161 Joint Photographic Experts Group
40162 \begin_inset Quotes erd
40163 \end_inset
40164
40165  (JPG, file extension 
40166 \begin_inset Quotes eld
40167 \end_inset
40168
40169
40170 \family typewriter
40171 .jpg
40172 \family default
40173
40174 \begin_inset Quotes erd
40175 \end_inset
40176
40177  or 
40178 \begin_inset Quotes eld
40179 \end_inset
40180
40181
40182 \family typewriter
40183 .jpeg
40184 \family default
40185
40186 \begin_inset Quotes erd
40187 \end_inset
40188
40189 ), and in the format 
40190 \begin_inset Quotes eld
40191 \end_inset
40192
40193 Portable Network Graphics
40194 \begin_inset Quotes erd
40195 \end_inset
40196
40197  (PNG, file extension 
40198 \begin_inset Quotes eld
40199 \end_inset
40200
40201
40202 \family typewriter
40203 .png
40204 \family default
40205
40206 \begin_inset Quotes erd
40207 \end_inset
40208
40209 ).
40210  Nevertheless you can use any other image format, because LyX converts them
40211  in the background to one of these formats.
40212  But as described in the section about PostScript, the image conversion
40213  will slow down your work flow.
40214  So it is recommended that you use images in one of the three mentioned
40215  formats.
40216 \end_layout
40217
40218 \begin_layout Standard
40219 You can export your document to PDF via the menu 
40220 \family sans
40221 File\SpecialChar \menuseparator
40222 Export
40223 \family default
40224  in three different ways:
40225 \end_layout
40226
40227 \begin_layout Description
40228 PDF
40229 \begin_inset space ~
40230 \end_inset
40231
40232 (ps2pdf) This uses the program 
40233 \family typewriter
40234 ps2pdf
40235 \family default
40236  that creates a PDF from a PostScript-version of your file.
40237  The PostScript-version is produced by the program 
40238 \family typewriter
40239 dvips
40240 \family default
40241  which uses a DVI-version as intermediate step.
40242  So this export variant consists of three conversions.
40243 \end_layout
40244
40245 \begin_layout Description
40246 PDF
40247 \begin_inset space ~
40248 \end_inset
40249
40250 (dvipdfm) This uses the program 
40251 \family typewriter
40252 dvipdfm
40253 \family default
40254  that converts your file in the background to DVI and in a second step to
40255  PDF.
40256 \end_layout
40257
40258 \begin_layout Description
40259 PDF
40260 \begin_inset space ~
40261 \end_inset
40262
40263 (pdflatex) This uses the program 
40264 \family typewriter
40265 pdftex
40266 \family default
40267  that converts your file directly to PDF.
40268 \end_layout
40269
40270 \begin_layout Standard
40271 It is recommended that you use 
40272 \family sans
40273 PDF
40274 \begin_inset space ~
40275 \end_inset
40276
40277 (pdflatex)
40278 \family default
40279  because 
40280 \family typewriter
40281 pdftex
40282 \family default
40283  supports all features of actual PDF-versions, is quick and works stable.
40284  The program 
40285 \family typewriter
40286 dvipdfm
40287 \family default
40288  is not under development and therefore a bit outdated.
40289 \end_layout
40290
40291 \begin_layout Standard
40292 You can view your document as PDF via the 
40293 \family sans
40294 View
40295 \family default
40296  menu or by using the toolbar button 
40297 \begin_inset Graphics
40298         filename ../images/buffer-view_pdf2.png
40299         scale 85
40300         scaleBeforeRotation
40301
40302 \end_inset
40303
40304  
40305 \family sans
40306 (
40307 \family default
40308 that uses 
40309 \family sans
40310 PDF
40311 \begin_inset space ~
40312 \end_inset
40313
40314 (pdflatex)
40315 \family default
40316 ).
40317 \end_layout
40318
40319 \begin_layout Chapter
40320 List of dvips color names
40321 \begin_inset CommandInset label
40322 LatexCommand label
40323 name "chap:List-of-dvips-colornames"
40324
40325 \end_inset
40326
40327
40328 \end_layout
40329
40330 \begin_layout Standard
40331 \begin_inset Tabular
40332 <lyxtabular version="3" rows="17" columns="4">
40333 <features tabularvalignment="middle">
40334 <column alignment="left" valignment="top" width="0pt">
40335 <column alignment="left" valignment="top" width="0pt">
40336 <column alignment="left" valignment="top" width="0pt">
40337 <column alignment="left" valignment="top" width="0pt">
40338 <row>
40339 <cell alignment="left" valignment="top" usebox="none">
40340 \begin_inset Text
40341
40342 \begin_layout Plain Layout
40343 \begin_inset ERT
40344 status collapsed
40345
40346 \begin_layout Plain Layout
40347
40348
40349 \backslash
40350 fcolorbox{black}{
40351 \end_layout
40352
40353 \end_inset
40354
40355 white
40356 \begin_inset ERT
40357 status collapsed
40358
40359 \begin_layout Plain Layout
40360
40361 }{
40362 \end_layout
40363
40364 \end_inset
40365
40366 Color
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 name
40378 \end_layout
40379
40380 \end_inset
40381 </cell>
40382 <cell alignment="left" valignment="top" usebox="none">
40383 \begin_inset Text
40384
40385 \begin_layout Plain Layout
40386 \begin_inset ERT
40387 status collapsed
40388
40389 \begin_layout Plain Layout
40390
40391
40392 \backslash
40393 fcolorbox{black}{
40394 \end_layout
40395
40396 \end_inset
40397
40398 white
40399 \begin_inset ERT
40400 status collapsed
40401
40402 \begin_layout Plain Layout
40403
40404 }{
40405 \end_layout
40406
40407 \end_inset
40408
40409 Color
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 name
40421 \end_layout
40422
40423 \end_inset
40424 </cell>
40425 <cell alignment="left" valignment="top" usebox="none">
40426 \begin_inset Text
40427
40428 \begin_layout Plain Layout
40429 \begin_inset ERT
40430 status collapsed
40431
40432 \begin_layout Plain Layout
40433
40434
40435 \backslash
40436 fcolorbox{black}{
40437 \end_layout
40438
40439 \end_inset
40440
40441 white
40442 \begin_inset ERT
40443 status collapsed
40444
40445 \begin_layout Plain Layout
40446
40447 }{
40448 \end_layout
40449
40450 \end_inset
40451
40452 Color
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 name
40464 \end_layout
40465
40466 \end_inset
40467 </cell>
40468 <cell alignment="left" valignment="top" usebox="none">
40469 \begin_inset Text
40470
40471 \begin_layout Plain Layout
40472 \begin_inset ERT
40473 status collapsed
40474
40475 \begin_layout Plain Layout
40476
40477
40478 \backslash
40479 fcolorbox{black}{
40480 \end_layout
40481
40482 \end_inset
40483
40484 white
40485 \begin_inset ERT
40486 status collapsed
40487
40488 \begin_layout Plain Layout
40489
40490 }{
40491 \end_layout
40492
40493 \end_inset
40494
40495 Color
40496 \begin_inset ERT
40497 status collapsed
40498
40499 \begin_layout Plain Layout
40500
40501 }
40502 \end_layout
40503
40504 \end_inset
40505
40506  Color name
40507 \end_layout
40508
40509 \end_inset
40510 </cell>
40511 </row>
40512 <row>
40513 <cell alignment="center" valignment="top" usebox="none">
40514 \begin_inset Text
40515
40516 \begin_layout Plain Layout
40517 \begin_inset ERT
40518 status collapsed
40519
40520 \begin_layout Plain Layout
40521
40522
40523 \backslash
40524 fcolorbox{black}{
40525 \end_layout
40526
40527 \end_inset
40528
40529 Apricot
40530 \begin_inset ERT
40531 status collapsed
40532
40533 \begin_layout Plain Layout
40534
40535 }{
40536 \end_layout
40537
40538 \end_inset
40539
40540
40541 \begin_inset Phantom Phantom
40542 status open
40543
40544 \begin_layout Plain Layout
40545 W
40546 \end_layout
40547
40548 \end_inset
40549
40550
40551 \begin_inset ERT
40552 status collapsed
40553
40554 \begin_layout Plain Layout
40555
40556 }
40557 \end_layout
40558
40559 \end_inset
40560
40561  Apricot
40562 \end_layout
40563
40564 \end_inset
40565 </cell>
40566 <cell alignment="center" valignment="top" usebox="none">
40567 \begin_inset Text
40568
40569 \begin_layout Plain Layout
40570 \begin_inset ERT
40571 status collapsed
40572
40573 \begin_layout Plain Layout
40574
40575
40576 \backslash
40577 fcolorbox{black}{
40578 \end_layout
40579
40580 \end_inset
40581
40582 Aquamarine
40583 \begin_inset ERT
40584 status collapsed
40585
40586 \begin_layout Plain Layout
40587
40588 }{
40589 \end_layout
40590
40591 \end_inset
40592
40593
40594 \begin_inset Phantom Phantom
40595 status open
40596
40597 \begin_layout Plain Layout
40598 W
40599 \end_layout
40600
40601 \end_inset
40602
40603
40604 \begin_inset ERT
40605 status collapsed
40606
40607 \begin_layout Plain Layout
40608
40609 }
40610 \end_layout
40611
40612 \end_inset
40613
40614  Aquamarine
40615 \end_layout
40616
40617 \end_inset
40618 </cell>
40619 <cell alignment="center" valignment="top" usebox="none">
40620 \begin_inset Text
40621
40622 \begin_layout Plain Layout
40623 \begin_inset ERT
40624 status collapsed
40625
40626 \begin_layout Plain Layout
40627
40628
40629 \backslash
40630 fcolorbox{black}{
40631 \end_layout
40632
40633 \end_inset
40634
40635 Bittersweet
40636 \begin_inset ERT
40637 status collapsed
40638
40639 \begin_layout Plain Layout
40640
40641 }{
40642 \end_layout
40643
40644 \end_inset
40645
40646
40647 \begin_inset Phantom Phantom
40648 status open
40649
40650 \begin_layout Plain Layout
40651 W
40652 \end_layout
40653
40654 \end_inset
40655
40656
40657 \begin_inset ERT
40658 status collapsed
40659
40660 \begin_layout Plain Layout
40661
40662 }
40663 \end_layout
40664
40665 \end_inset
40666
40667  Bittersweet
40668 \end_layout
40669
40670 \end_inset
40671 </cell>
40672 <cell alignment="center" valignment="top" usebox="none">
40673 \begin_inset Text
40674
40675 \begin_layout Plain Layout
40676 \begin_inset ERT
40677 status collapsed
40678
40679 \begin_layout Plain Layout
40680
40681
40682 \backslash
40683 fcolorbox{black}{
40684 \end_layout
40685
40686 \end_inset
40687
40688 BlueGreen
40689 \begin_inset ERT
40690 status collapsed
40691
40692 \begin_layout Plain Layout
40693
40694 }{
40695 \end_layout
40696
40697 \end_inset
40698
40699
40700 \begin_inset Phantom Phantom
40701 status open
40702
40703 \begin_layout Plain Layout
40704 W
40705 \end_layout
40706
40707 \end_inset
40708
40709
40710 \begin_inset ERT
40711 status collapsed
40712
40713 \begin_layout Plain Layout
40714
40715 }
40716 \end_layout
40717
40718 \end_inset
40719
40720  BlueGreen
40721 \end_layout
40722
40723 \end_inset
40724 </cell>
40725 </row>
40726 <row>
40727 <cell alignment="left" valignment="top" usebox="none">
40728 \begin_inset Text
40729
40730 \begin_layout Plain Layout
40731 \begin_inset ERT
40732 status collapsed
40733
40734 \begin_layout Plain Layout
40735
40736
40737 \backslash
40738 fcolorbox{black}{
40739 \end_layout
40740
40741 \end_inset
40742
40743 BlueViolet
40744 \begin_inset ERT
40745 status collapsed
40746
40747 \begin_layout Plain Layout
40748
40749 }{
40750 \end_layout
40751
40752 \end_inset
40753
40754
40755 \begin_inset Phantom Phantom
40756 status open
40757
40758 \begin_layout Plain Layout
40759 W
40760 \end_layout
40761
40762 \end_inset
40763
40764
40765 \begin_inset ERT
40766 status collapsed
40767
40768 \begin_layout Plain Layout
40769
40770 }
40771 \end_layout
40772
40773 \end_inset
40774
40775  BlueViolet
40776 \end_layout
40777
40778 \end_inset
40779 </cell>
40780 <cell alignment="left" valignment="top" usebox="none">
40781 \begin_inset Text
40782
40783 \begin_layout Plain Layout
40784 \begin_inset ERT
40785 status collapsed
40786
40787 \begin_layout Plain Layout
40788
40789
40790 \backslash
40791 fcolorbox{black}{
40792 \end_layout
40793
40794 \end_inset
40795
40796 BrickRed
40797 \begin_inset ERT
40798 status collapsed
40799
40800 \begin_layout Plain Layout
40801
40802 }{
40803 \end_layout
40804
40805 \end_inset
40806
40807
40808 \begin_inset Phantom Phantom
40809 status open
40810
40811 \begin_layout Plain Layout
40812 W
40813 \end_layout
40814
40815 \end_inset
40816
40817
40818 \begin_inset ERT
40819 status collapsed
40820
40821 \begin_layout Plain Layout
40822
40823 }
40824 \end_layout
40825
40826 \end_inset
40827
40828  BrickRed
40829 \end_layout
40830
40831 \end_inset
40832 </cell>
40833 <cell alignment="left" valignment="top" usebox="none">
40834 \begin_inset Text
40835
40836 \begin_layout Plain Layout
40837 \begin_inset ERT
40838 status collapsed
40839
40840 \begin_layout Plain Layout
40841
40842
40843 \backslash
40844 fcolorbox{black}{
40845 \end_layout
40846
40847 \end_inset
40848
40849 Brown
40850 \begin_inset ERT
40851 status collapsed
40852
40853 \begin_layout Plain Layout
40854
40855 }{
40856 \end_layout
40857
40858 \end_inset
40859
40860
40861 \begin_inset Phantom Phantom
40862 status open
40863
40864 \begin_layout Plain Layout
40865 W
40866 \end_layout
40867
40868 \end_inset
40869
40870
40871 \begin_inset ERT
40872 status collapsed
40873
40874 \begin_layout Plain Layout
40875
40876 }
40877 \end_layout
40878
40879 \end_inset
40880
40881  Brown
40882 \end_layout
40883
40884 \end_inset
40885 </cell>
40886 <cell alignment="left" valignment="top" usebox="none">
40887 \begin_inset Text
40888
40889 \begin_layout Plain Layout
40890 \begin_inset ERT
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894
40895
40896 \backslash
40897 fcolorbox{black}{
40898 \end_layout
40899
40900 \end_inset
40901
40902 BurntOrange
40903 \begin_inset ERT
40904 status collapsed
40905
40906 \begin_layout Plain Layout
40907
40908 }{
40909 \end_layout
40910
40911 \end_inset
40912
40913
40914 \begin_inset Phantom Phantom
40915 status open
40916
40917 \begin_layout Plain Layout
40918 W
40919 \end_layout
40920
40921 \end_inset
40922
40923
40924 \begin_inset ERT
40925 status collapsed
40926
40927 \begin_layout Plain Layout
40928
40929 }
40930 \end_layout
40931
40932 \end_inset
40933
40934  BurntOrange
40935 \end_layout
40936
40937 \end_inset
40938 </cell>
40939 </row>
40940 <row>
40941 <cell alignment="left" valignment="top" usebox="none">
40942 \begin_inset Text
40943
40944 \begin_layout Plain Layout
40945 \begin_inset ERT
40946 status collapsed
40947
40948 \begin_layout Plain Layout
40949
40950
40951 \backslash
40952 fcolorbox{black}{
40953 \end_layout
40954
40955 \end_inset
40956
40957 CadetBlue
40958 \begin_inset ERT
40959 status collapsed
40960
40961 \begin_layout Plain Layout
40962
40963 }{
40964 \end_layout
40965
40966 \end_inset
40967
40968
40969 \begin_inset Phantom Phantom
40970 status open
40971
40972 \begin_layout Plain Layout
40973 W
40974 \end_layout
40975
40976 \end_inset
40977
40978
40979 \begin_inset ERT
40980 status collapsed
40981
40982 \begin_layout Plain Layout
40983
40984 }
40985 \end_layout
40986
40987 \end_inset
40988
40989  CadetBlue
40990 \end_layout
40991
40992 \end_inset
40993 </cell>
40994 <cell alignment="left" valignment="top" usebox="none">
40995 \begin_inset Text
40996
40997 \begin_layout Plain Layout
40998 \begin_inset ERT
40999 status collapsed
41000
41001 \begin_layout Plain Layout
41002
41003
41004 \backslash
41005 fcolorbox{black}{
41006 \end_layout
41007
41008 \end_inset
41009
41010 CarnationPink
41011 \begin_inset ERT
41012 status collapsed
41013
41014 \begin_layout Plain Layout
41015
41016 }{
41017 \end_layout
41018
41019 \end_inset
41020
41021
41022 \begin_inset Phantom Phantom
41023 status open
41024
41025 \begin_layout Plain Layout
41026 W
41027 \end_layout
41028
41029 \end_inset
41030
41031
41032 \begin_inset ERT
41033 status collapsed
41034
41035 \begin_layout Plain Layout
41036
41037 }
41038 \end_layout
41039
41040 \end_inset
41041
41042  CarnationPink
41043 \end_layout
41044
41045 \end_inset
41046 </cell>
41047 <cell alignment="left" valignment="top" usebox="none">
41048 \begin_inset Text
41049
41050 \begin_layout Plain Layout
41051 \begin_inset ERT
41052 status collapsed
41053
41054 \begin_layout Plain Layout
41055
41056
41057 \backslash
41058 fcolorbox{black}{
41059 \end_layout
41060
41061 \end_inset
41062
41063 Cerulean
41064 \begin_inset ERT
41065 status collapsed
41066
41067 \begin_layout Plain Layout
41068
41069 }{
41070 \end_layout
41071
41072 \end_inset
41073
41074
41075 \begin_inset Phantom Phantom
41076 status open
41077
41078 \begin_layout Plain Layout
41079 W
41080 \end_layout
41081
41082 \end_inset
41083
41084
41085 \begin_inset ERT
41086 status collapsed
41087
41088 \begin_layout Plain Layout
41089
41090 }
41091 \end_layout
41092
41093 \end_inset
41094
41095  Cerulean
41096 \end_layout
41097
41098 \end_inset
41099 </cell>
41100 <cell alignment="left" valignment="top" usebox="none">
41101 \begin_inset Text
41102
41103 \begin_layout Plain Layout
41104 \begin_inset ERT
41105 status collapsed
41106
41107 \begin_layout Plain Layout
41108
41109
41110 \backslash
41111 fcolorbox{black}{
41112 \end_layout
41113
41114 \end_inset
41115
41116 CornflowerBlue
41117 \begin_inset ERT
41118 status collapsed
41119
41120 \begin_layout Plain Layout
41121
41122 }{
41123 \end_layout
41124
41125 \end_inset
41126
41127
41128 \begin_inset Phantom Phantom
41129 status open
41130
41131 \begin_layout Plain Layout
41132 W
41133 \end_layout
41134
41135 \end_inset
41136
41137
41138 \begin_inset ERT
41139 status collapsed
41140
41141 \begin_layout Plain Layout
41142
41143 }
41144 \end_layout
41145
41146 \end_inset
41147
41148  CornflowerBlue
41149 \end_layout
41150
41151 \end_inset
41152 </cell>
41153 </row>
41154 <row>
41155 <cell alignment="left" valignment="top" usebox="none">
41156 \begin_inset Text
41157
41158 \begin_layout Plain Layout
41159 \begin_inset ERT
41160 status collapsed
41161
41162 \begin_layout Plain Layout
41163
41164
41165 \backslash
41166 fcolorbox{black}{
41167 \end_layout
41168
41169 \end_inset
41170
41171 Dandelion
41172 \begin_inset ERT
41173 status collapsed
41174
41175 \begin_layout Plain Layout
41176
41177 }{
41178 \end_layout
41179
41180 \end_inset
41181
41182
41183 \begin_inset Phantom Phantom
41184 status open
41185
41186 \begin_layout Plain Layout
41187 W
41188 \end_layout
41189
41190 \end_inset
41191
41192
41193 \begin_inset ERT
41194 status collapsed
41195
41196 \begin_layout Plain Layout
41197
41198 }
41199 \end_layout
41200
41201 \end_inset
41202
41203  Dandelion
41204 \end_layout
41205
41206 \end_inset
41207 </cell>
41208 <cell alignment="left" valignment="top" usebox="none">
41209 \begin_inset Text
41210
41211 \begin_layout Plain Layout
41212 \begin_inset ERT
41213 status collapsed
41214
41215 \begin_layout Plain Layout
41216
41217
41218 \backslash
41219 fcolorbox{black}{
41220 \end_layout
41221
41222 \end_inset
41223
41224 DarkOrchid
41225 \begin_inset ERT
41226 status collapsed
41227
41228 \begin_layout Plain Layout
41229
41230 }{
41231 \end_layout
41232
41233 \end_inset
41234
41235
41236 \begin_inset Phantom Phantom
41237 status open
41238
41239 \begin_layout Plain Layout
41240 W
41241 \end_layout
41242
41243 \end_inset
41244
41245
41246 \begin_inset ERT
41247 status collapsed
41248
41249 \begin_layout Plain Layout
41250
41251 }
41252 \end_layout
41253
41254 \end_inset
41255
41256  DarkOrchid
41257 \end_layout
41258
41259 \end_inset
41260 </cell>
41261 <cell alignment="left" valignment="top" usebox="none">
41262 \begin_inset Text
41263
41264 \begin_layout Plain Layout
41265 \begin_inset ERT
41266 status collapsed
41267
41268 \begin_layout Plain Layout
41269
41270
41271 \backslash
41272 fcolorbox{black}{
41273 \end_layout
41274
41275 \end_inset
41276
41277 Emerald
41278 \begin_inset ERT
41279 status collapsed
41280
41281 \begin_layout Plain Layout
41282
41283 }{
41284 \end_layout
41285
41286 \end_inset
41287
41288
41289 \begin_inset Phantom Phantom
41290 status open
41291
41292 \begin_layout Plain Layout
41293 W
41294 \end_layout
41295
41296 \end_inset
41297
41298
41299 \begin_inset ERT
41300 status collapsed
41301
41302 \begin_layout Plain Layout
41303
41304 }
41305 \end_layout
41306
41307 \end_inset
41308
41309  Emerald
41310 \end_layout
41311
41312 \end_inset
41313 </cell>
41314 <cell alignment="left" valignment="top" usebox="none">
41315 \begin_inset Text
41316
41317 \begin_layout Plain Layout
41318 \begin_inset ERT
41319 status collapsed
41320
41321 \begin_layout Plain Layout
41322
41323
41324 \backslash
41325 fcolorbox{black}{
41326 \end_layout
41327
41328 \end_inset
41329
41330 ForestGreen
41331 \begin_inset ERT
41332 status collapsed
41333
41334 \begin_layout Plain Layout
41335
41336 }{
41337 \end_layout
41338
41339 \end_inset
41340
41341
41342 \begin_inset Phantom Phantom
41343 status open
41344
41345 \begin_layout Plain Layout
41346 W
41347 \end_layout
41348
41349 \end_inset
41350
41351
41352 \begin_inset ERT
41353 status collapsed
41354
41355 \begin_layout Plain Layout
41356
41357 }
41358 \end_layout
41359
41360 \end_inset
41361
41362  ForestGreen
41363 \end_layout
41364
41365 \end_inset
41366 </cell>
41367 </row>
41368 <row>
41369 <cell alignment="left" valignment="top" usebox="none">
41370 \begin_inset Text
41371
41372 \begin_layout Plain Layout
41373 \begin_inset ERT
41374 status collapsed
41375
41376 \begin_layout Plain Layout
41377
41378
41379 \backslash
41380 fcolorbox{black}{
41381 \end_layout
41382
41383 \end_inset
41384
41385 Fuchsia
41386 \begin_inset ERT
41387 status collapsed
41388
41389 \begin_layout Plain Layout
41390
41391 }{
41392 \end_layout
41393
41394 \end_inset
41395
41396
41397 \begin_inset Phantom Phantom
41398 status open
41399
41400 \begin_layout Plain Layout
41401 W
41402 \end_layout
41403
41404 \end_inset
41405
41406
41407 \begin_inset ERT
41408 status collapsed
41409
41410 \begin_layout Plain Layout
41411
41412 }
41413 \end_layout
41414
41415 \end_inset
41416
41417  Fuchsia
41418 \end_layout
41419
41420 \end_inset
41421 </cell>
41422 <cell alignment="left" valignment="top" usebox="none">
41423 \begin_inset Text
41424
41425 \begin_layout Plain Layout
41426 \begin_inset ERT
41427 status collapsed
41428
41429 \begin_layout Plain Layout
41430
41431
41432 \backslash
41433 fcolorbox{black}{
41434 \end_layout
41435
41436 \end_inset
41437
41438 Goldenrod
41439 \begin_inset ERT
41440 status collapsed
41441
41442 \begin_layout Plain Layout
41443
41444 }{
41445 \end_layout
41446
41447 \end_inset
41448
41449
41450 \begin_inset Phantom Phantom
41451 status open
41452
41453 \begin_layout Plain Layout
41454 W
41455 \end_layout
41456
41457 \end_inset
41458
41459
41460 \begin_inset ERT
41461 status collapsed
41462
41463 \begin_layout Plain Layout
41464
41465 }
41466 \end_layout
41467
41468 \end_inset
41469
41470  Goldenrod
41471 \end_layout
41472
41473 \end_inset
41474 </cell>
41475 <cell alignment="left" valignment="top" usebox="none">
41476 \begin_inset Text
41477
41478 \begin_layout Plain Layout
41479 \begin_inset ERT
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483
41484
41485 \backslash
41486 fcolorbox{black}{
41487 \end_layout
41488
41489 \end_inset
41490
41491 Gray
41492 \begin_inset ERT
41493 status collapsed
41494
41495 \begin_layout Plain Layout
41496
41497 }{
41498 \end_layout
41499
41500 \end_inset
41501
41502
41503 \begin_inset Phantom Phantom
41504 status open
41505
41506 \begin_layout Plain Layout
41507 W
41508 \end_layout
41509
41510 \end_inset
41511
41512
41513 \begin_inset ERT
41514 status collapsed
41515
41516 \begin_layout Plain Layout
41517
41518 }
41519 \end_layout
41520
41521 \end_inset
41522
41523  Gray
41524 \end_layout
41525
41526 \end_inset
41527 </cell>
41528 <cell alignment="left" valignment="top" usebox="none">
41529 \begin_inset Text
41530
41531 \begin_layout Plain Layout
41532 \begin_inset ERT
41533 status collapsed
41534
41535 \begin_layout Plain Layout
41536
41537
41538 \backslash
41539 fcolorbox{black}{
41540 \end_layout
41541
41542 \end_inset
41543
41544 GreenYellow
41545 \begin_inset ERT
41546 status collapsed
41547
41548 \begin_layout Plain Layout
41549
41550 }{
41551 \end_layout
41552
41553 \end_inset
41554
41555
41556 \begin_inset Phantom Phantom
41557 status open
41558
41559 \begin_layout Plain Layout
41560 W
41561 \end_layout
41562
41563 \end_inset
41564
41565
41566 \begin_inset ERT
41567 status collapsed
41568
41569 \begin_layout Plain Layout
41570
41571 }
41572 \end_layout
41573
41574 \end_inset
41575
41576  GreenYellow
41577 \end_layout
41578
41579 \end_inset
41580 </cell>
41581 </row>
41582 <row>
41583 <cell alignment="center" valignment="top" usebox="none">
41584 \begin_inset Text
41585
41586 \begin_layout Plain Layout
41587 \begin_inset ERT
41588 status collapsed
41589
41590 \begin_layout Plain Layout
41591
41592
41593 \backslash
41594 fcolorbox{black}{
41595 \end_layout
41596
41597 \end_inset
41598
41599 JungleGreen
41600 \begin_inset ERT
41601 status collapsed
41602
41603 \begin_layout Plain Layout
41604
41605 }{
41606 \end_layout
41607
41608 \end_inset
41609
41610
41611 \begin_inset Phantom Phantom
41612 status open
41613
41614 \begin_layout Plain Layout
41615 W
41616 \end_layout
41617
41618 \end_inset
41619
41620
41621 \begin_inset ERT
41622 status collapsed
41623
41624 \begin_layout Plain Layout
41625
41626 }
41627 \end_layout
41628
41629 \end_inset
41630
41631  JungleGreen
41632 \end_layout
41633
41634 \end_inset
41635 </cell>
41636 <cell alignment="center" valignment="top" usebox="none">
41637 \begin_inset Text
41638
41639 \begin_layout Plain Layout
41640 \begin_inset ERT
41641 status collapsed
41642
41643 \begin_layout Plain Layout
41644
41645
41646 \backslash
41647 fcolorbox{black}{
41648 \end_layout
41649
41650 \end_inset
41651
41652 Lavender
41653 \begin_inset ERT
41654 status collapsed
41655
41656 \begin_layout Plain Layout
41657
41658 }{
41659 \end_layout
41660
41661 \end_inset
41662
41663
41664 \begin_inset Phantom Phantom
41665 status open
41666
41667 \begin_layout Plain Layout
41668 W
41669 \end_layout
41670
41671 \end_inset
41672
41673
41674 \begin_inset ERT
41675 status collapsed
41676
41677 \begin_layout Plain Layout
41678
41679 }
41680 \end_layout
41681
41682 \end_inset
41683
41684  Lavender
41685 \end_layout
41686
41687 \end_inset
41688 </cell>
41689 <cell alignment="center" valignment="top" usebox="none">
41690 \begin_inset Text
41691
41692 \begin_layout Plain Layout
41693 \begin_inset ERT
41694 status collapsed
41695
41696 \begin_layout Plain Layout
41697
41698
41699 \backslash
41700 fcolorbox{black}{
41701 \end_layout
41702
41703 \end_inset
41704
41705 LimeGreen
41706 \begin_inset ERT
41707 status collapsed
41708
41709 \begin_layout Plain Layout
41710
41711 }{
41712 \end_layout
41713
41714 \end_inset
41715
41716
41717 \begin_inset Phantom Phantom
41718 status open
41719
41720 \begin_layout Plain Layout
41721 W
41722 \end_layout
41723
41724 \end_inset
41725
41726
41727 \begin_inset ERT
41728 status collapsed
41729
41730 \begin_layout Plain Layout
41731
41732 }
41733 \end_layout
41734
41735 \end_inset
41736
41737  LimeGreen
41738 \end_layout
41739
41740 \end_inset
41741 </cell>
41742 <cell alignment="center" valignment="top" usebox="none">
41743 \begin_inset Text
41744
41745 \begin_layout Plain Layout
41746 \begin_inset ERT
41747 status collapsed
41748
41749 \begin_layout Plain Layout
41750
41751
41752 \backslash
41753 fcolorbox{black}{
41754 \end_layout
41755
41756 \end_inset
41757
41758 Mahogany
41759 \begin_inset ERT
41760 status collapsed
41761
41762 \begin_layout Plain Layout
41763
41764 }{
41765 \end_layout
41766
41767 \end_inset
41768
41769
41770 \begin_inset Phantom Phantom
41771 status open
41772
41773 \begin_layout Plain Layout
41774 W
41775 \end_layout
41776
41777 \end_inset
41778
41779
41780 \begin_inset ERT
41781 status collapsed
41782
41783 \begin_layout Plain Layout
41784
41785 }
41786 \end_layout
41787
41788 \end_inset
41789
41790  Mahogany
41791 \end_layout
41792
41793 \end_inset
41794 </cell>
41795 </row>
41796 <row>
41797 <cell alignment="left" valignment="top" usebox="none">
41798 \begin_inset Text
41799
41800 \begin_layout Plain Layout
41801 \begin_inset ERT
41802 status collapsed
41803
41804 \begin_layout Plain Layout
41805
41806
41807 \backslash
41808 fcolorbox{black}{
41809 \end_layout
41810
41811 \end_inset
41812
41813 Mahogany
41814 \begin_inset ERT
41815 status collapsed
41816
41817 \begin_layout Plain Layout
41818
41819 }{
41820 \end_layout
41821
41822 \end_inset
41823
41824
41825 \begin_inset Phantom Phantom
41826 status open
41827
41828 \begin_layout Plain Layout
41829 W
41830 \end_layout
41831
41832 \end_inset
41833
41834
41835 \begin_inset ERT
41836 status collapsed
41837
41838 \begin_layout Plain Layout
41839
41840 }
41841 \end_layout
41842
41843 \end_inset
41844
41845  Mahogany
41846 \end_layout
41847
41848 \end_inset
41849 </cell>
41850 <cell alignment="left" valignment="top" usebox="none">
41851 \begin_inset Text
41852
41853 \begin_layout Plain Layout
41854 \begin_inset ERT
41855 status collapsed
41856
41857 \begin_layout Plain Layout
41858
41859
41860 \backslash
41861 fcolorbox{black}{
41862 \end_layout
41863
41864 \end_inset
41865
41866 Maroon
41867 \begin_inset ERT
41868 status collapsed
41869
41870 \begin_layout Plain Layout
41871
41872 }{
41873 \end_layout
41874
41875 \end_inset
41876
41877
41878 \begin_inset Phantom Phantom
41879 status open
41880
41881 \begin_layout Plain Layout
41882 W
41883 \end_layout
41884
41885 \end_inset
41886
41887
41888 \begin_inset ERT
41889 status collapsed
41890
41891 \begin_layout Plain Layout
41892
41893 }
41894 \end_layout
41895
41896 \end_inset
41897
41898  Maroon
41899 \end_layout
41900
41901 \end_inset
41902 </cell>
41903 <cell alignment="left" valignment="top" usebox="none">
41904 \begin_inset Text
41905
41906 \begin_layout Plain Layout
41907 \begin_inset ERT
41908 status collapsed
41909
41910 \begin_layout Plain Layout
41911
41912
41913 \backslash
41914 fcolorbox{black}{
41915 \end_layout
41916
41917 \end_inset
41918
41919 Melon
41920 \begin_inset ERT
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924
41925 }{
41926 \end_layout
41927
41928 \end_inset
41929
41930
41931 \begin_inset Phantom Phantom
41932 status open
41933
41934 \begin_layout Plain Layout
41935 W
41936 \end_layout
41937
41938 \end_inset
41939
41940
41941 \begin_inset ERT
41942 status collapsed
41943
41944 \begin_layout Plain Layout
41945
41946 }
41947 \end_layout
41948
41949 \end_inset
41950
41951  Melon
41952 \end_layout
41953
41954 \end_inset
41955 </cell>
41956 <cell alignment="left" valignment="top" usebox="none">
41957 \begin_inset Text
41958
41959 \begin_layout Plain Layout
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965
41966 \backslash
41967 fcolorbox{black}{
41968 \end_layout
41969
41970 \end_inset
41971
41972 MidnightBlue
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978 }{
41979 \end_layout
41980
41981 \end_inset
41982
41983
41984 \begin_inset Phantom Phantom
41985 status open
41986
41987 \begin_layout Plain Layout
41988 W
41989 \end_layout
41990
41991 \end_inset
41992
41993
41994 \begin_inset ERT
41995 status collapsed
41996
41997 \begin_layout Plain Layout
41998
41999 }
42000 \end_layout
42001
42002 \end_inset
42003
42004  MidnightBlue
42005 \end_layout
42006
42007 \end_inset
42008 </cell>
42009 </row>
42010 <row>
42011 <cell alignment="left" valignment="top" usebox="none">
42012 \begin_inset Text
42013
42014 \begin_layout Plain Layout
42015 \begin_inset ERT
42016 status collapsed
42017
42018 \begin_layout Plain Layout
42019
42020
42021 \backslash
42022 fcolorbox{black}{
42023 \end_layout
42024
42025 \end_inset
42026
42027 Mulberry
42028 \begin_inset ERT
42029 status collapsed
42030
42031 \begin_layout Plain Layout
42032
42033 }{
42034 \end_layout
42035
42036 \end_inset
42037
42038
42039 \begin_inset Phantom Phantom
42040 status open
42041
42042 \begin_layout Plain Layout
42043 W
42044 \end_layout
42045
42046 \end_inset
42047
42048
42049 \begin_inset ERT
42050 status collapsed
42051
42052 \begin_layout Plain Layout
42053
42054 }
42055 \end_layout
42056
42057 \end_inset
42058
42059  Mulberry
42060 \end_layout
42061
42062 \end_inset
42063 </cell>
42064 <cell alignment="left" valignment="top" usebox="none">
42065 \begin_inset Text
42066
42067 \begin_layout Plain Layout
42068 \begin_inset ERT
42069 status collapsed
42070
42071 \begin_layout Plain Layout
42072
42073
42074 \backslash
42075 fcolorbox{black}{
42076 \end_layout
42077
42078 \end_inset
42079
42080 NavyBlue
42081 \begin_inset ERT
42082 status collapsed
42083
42084 \begin_layout Plain Layout
42085
42086 }{
42087 \end_layout
42088
42089 \end_inset
42090
42091
42092 \begin_inset Phantom Phantom
42093 status open
42094
42095 \begin_layout Plain Layout
42096 W
42097 \end_layout
42098
42099 \end_inset
42100
42101
42102 \begin_inset ERT
42103 status collapsed
42104
42105 \begin_layout Plain Layout
42106
42107 }
42108 \end_layout
42109
42110 \end_inset
42111
42112  NavyBlue
42113 \end_layout
42114
42115 \end_inset
42116 </cell>
42117 <cell alignment="left" valignment="top" usebox="none">
42118 \begin_inset Text
42119
42120 \begin_layout Plain Layout
42121 \begin_inset ERT
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125
42126
42127 \backslash
42128 fcolorbox{black}{
42129 \end_layout
42130
42131 \end_inset
42132
42133 OliveGreen
42134 \begin_inset ERT
42135 status collapsed
42136
42137 \begin_layout Plain Layout
42138
42139 }{
42140 \end_layout
42141
42142 \end_inset
42143
42144
42145 \begin_inset Phantom Phantom
42146 status open
42147
42148 \begin_layout Plain Layout
42149 W
42150 \end_layout
42151
42152 \end_inset
42153
42154
42155 \begin_inset ERT
42156 status collapsed
42157
42158 \begin_layout Plain Layout
42159
42160 }
42161 \end_layout
42162
42163 \end_inset
42164
42165  OliveGreen
42166 \end_layout
42167
42168 \end_inset
42169 </cell>
42170 <cell alignment="left" valignment="top" usebox="none">
42171 \begin_inset Text
42172
42173 \begin_layout Plain Layout
42174 \begin_inset ERT
42175 status collapsed
42176
42177 \begin_layout Plain Layout
42178
42179
42180 \backslash
42181 fcolorbox{black}{
42182 \end_layout
42183
42184 \end_inset
42185
42186 Orange
42187 \begin_inset ERT
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191
42192 }{
42193 \end_layout
42194
42195 \end_inset
42196
42197
42198 \begin_inset Phantom Phantom
42199 status open
42200
42201 \begin_layout Plain Layout
42202 W
42203 \end_layout
42204
42205 \end_inset
42206
42207
42208 \begin_inset ERT
42209 status collapsed
42210
42211 \begin_layout Plain Layout
42212
42213 }
42214 \end_layout
42215
42216 \end_inset
42217
42218  Orange
42219 \end_layout
42220
42221 \end_inset
42222 </cell>
42223 </row>
42224 <row>
42225 <cell alignment="left" valignment="top" usebox="none">
42226 \begin_inset Text
42227
42228 \begin_layout Plain Layout
42229 \begin_inset ERT
42230 status collapsed
42231
42232 \begin_layout Plain Layout
42233
42234
42235 \backslash
42236 fcolorbox{black}{
42237 \end_layout
42238
42239 \end_inset
42240
42241 OrangeRed
42242 \begin_inset ERT
42243 status collapsed
42244
42245 \begin_layout Plain Layout
42246
42247 }{
42248 \end_layout
42249
42250 \end_inset
42251
42252
42253 \begin_inset Phantom Phantom
42254 status open
42255
42256 \begin_layout Plain Layout
42257 W
42258 \end_layout
42259
42260 \end_inset
42261
42262
42263 \begin_inset ERT
42264 status collapsed
42265
42266 \begin_layout Plain Layout
42267
42268 }
42269 \end_layout
42270
42271 \end_inset
42272
42273  OrangeRed
42274 \end_layout
42275
42276 \end_inset
42277 </cell>
42278 <cell alignment="left" valignment="top" usebox="none">
42279 \begin_inset Text
42280
42281 \begin_layout Plain Layout
42282 \begin_inset ERT
42283 status collapsed
42284
42285 \begin_layout Plain Layout
42286
42287
42288 \backslash
42289 fcolorbox{black}{
42290 \end_layout
42291
42292 \end_inset
42293
42294 Orchid
42295 \begin_inset ERT
42296 status collapsed
42297
42298 \begin_layout Plain Layout
42299
42300 }{
42301 \end_layout
42302
42303 \end_inset
42304
42305
42306 \begin_inset Phantom Phantom
42307 status open
42308
42309 \begin_layout Plain Layout
42310 W
42311 \end_layout
42312
42313 \end_inset
42314
42315
42316 \begin_inset ERT
42317 status collapsed
42318
42319 \begin_layout Plain Layout
42320
42321 }
42322 \end_layout
42323
42324 \end_inset
42325
42326  Orchid
42327 \end_layout
42328
42329 \end_inset
42330 </cell>
42331 <cell alignment="left" valignment="top" usebox="none">
42332 \begin_inset Text
42333
42334 \begin_layout Plain Layout
42335 \begin_inset ERT
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339
42340
42341 \backslash
42342 fcolorbox{black}{
42343 \end_layout
42344
42345 \end_inset
42346
42347 Peach
42348 \begin_inset ERT
42349 status collapsed
42350
42351 \begin_layout Plain Layout
42352
42353 }{
42354 \end_layout
42355
42356 \end_inset
42357
42358
42359 \begin_inset Phantom Phantom
42360 status open
42361
42362 \begin_layout Plain Layout
42363 W
42364 \end_layout
42365
42366 \end_inset
42367
42368
42369 \begin_inset ERT
42370 status collapsed
42371
42372 \begin_layout Plain Layout
42373
42374 }
42375 \end_layout
42376
42377 \end_inset
42378
42379  Peach
42380 \end_layout
42381
42382 \end_inset
42383 </cell>
42384 <cell alignment="left" valignment="top" usebox="none">
42385 \begin_inset Text
42386
42387 \begin_layout Plain Layout
42388 \begin_inset ERT
42389 status collapsed
42390
42391 \begin_layout Plain Layout
42392
42393
42394 \backslash
42395 fcolorbox{black}{
42396 \end_layout
42397
42398 \end_inset
42399
42400 Periwinkle
42401 \begin_inset ERT
42402 status collapsed
42403
42404 \begin_layout Plain Layout
42405
42406 }{
42407 \end_layout
42408
42409 \end_inset
42410
42411
42412 \begin_inset Phantom Phantom
42413 status open
42414
42415 \begin_layout Plain Layout
42416 W
42417 \end_layout
42418
42419 \end_inset
42420
42421
42422 \begin_inset ERT
42423 status collapsed
42424
42425 \begin_layout Plain Layout
42426
42427 }
42428 \end_layout
42429
42430 \end_inset
42431
42432  Periwinkle
42433 \end_layout
42434
42435 \end_inset
42436 </cell>
42437 </row>
42438 <row>
42439 <cell alignment="left" valignment="top" usebox="none">
42440 \begin_inset Text
42441
42442 \begin_layout Plain Layout
42443 \begin_inset ERT
42444 status collapsed
42445
42446 \begin_layout Plain Layout
42447
42448
42449 \backslash
42450 fcolorbox{black}{
42451 \end_layout
42452
42453 \end_inset
42454
42455 PineGreen
42456 \begin_inset ERT
42457 status collapsed
42458
42459 \begin_layout Plain Layout
42460
42461 }{
42462 \end_layout
42463
42464 \end_inset
42465
42466
42467 \begin_inset Phantom Phantom
42468 status open
42469
42470 \begin_layout Plain Layout
42471 W
42472 \end_layout
42473
42474 \end_inset
42475
42476
42477 \begin_inset ERT
42478 status collapsed
42479
42480 \begin_layout Plain Layout
42481
42482 }
42483 \end_layout
42484
42485 \end_inset
42486
42487  PineGreen
42488 \end_layout
42489
42490 \end_inset
42491 </cell>
42492 <cell alignment="left" valignment="top" usebox="none">
42493 \begin_inset Text
42494
42495 \begin_layout Plain Layout
42496 \begin_inset ERT
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500
42501
42502 \backslash
42503 fcolorbox{black}{
42504 \end_layout
42505
42506 \end_inset
42507
42508 Plum
42509 \begin_inset ERT
42510 status collapsed
42511
42512 \begin_layout Plain Layout
42513
42514 }{
42515 \end_layout
42516
42517 \end_inset
42518
42519
42520 \begin_inset Phantom Phantom
42521 status open
42522
42523 \begin_layout Plain Layout
42524 W
42525 \end_layout
42526
42527 \end_inset
42528
42529
42530 \begin_inset ERT
42531 status collapsed
42532
42533 \begin_layout Plain Layout
42534
42535 }
42536 \end_layout
42537
42538 \end_inset
42539
42540  Plum
42541 \end_layout
42542
42543 \end_inset
42544 </cell>
42545 <cell alignment="left" valignment="top" usebox="none">
42546 \begin_inset Text
42547
42548 \begin_layout Plain Layout
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554
42555 \backslash
42556 fcolorbox{black}{
42557 \end_layout
42558
42559 \end_inset
42560
42561 ProcessBlue
42562 \begin_inset ERT
42563 status collapsed
42564
42565 \begin_layout Plain Layout
42566
42567 }{
42568 \end_layout
42569
42570 \end_inset
42571
42572
42573 \begin_inset Phantom Phantom
42574 status open
42575
42576 \begin_layout Plain Layout
42577 W
42578 \end_layout
42579
42580 \end_inset
42581
42582
42583 \begin_inset ERT
42584 status collapsed
42585
42586 \begin_layout Plain Layout
42587
42588 }
42589 \end_layout
42590
42591 \end_inset
42592
42593  ProcessBlue
42594 \end_layout
42595
42596 \end_inset
42597 </cell>
42598 <cell alignment="left" valignment="top" usebox="none">
42599 \begin_inset Text
42600
42601 \begin_layout Plain Layout
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607
42608 \backslash
42609 fcolorbox{black}{
42610 \end_layout
42611
42612 \end_inset
42613
42614 Purple
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620 }{
42621 \end_layout
42622
42623 \end_inset
42624
42625
42626 \begin_inset Phantom Phantom
42627 status open
42628
42629 \begin_layout Plain Layout
42630 W
42631 \end_layout
42632
42633 \end_inset
42634
42635
42636 \begin_inset ERT
42637 status collapsed
42638
42639 \begin_layout Plain Layout
42640
42641 }
42642 \end_layout
42643
42644 \end_inset
42645
42646  Purple
42647 \end_layout
42648
42649 \end_inset
42650 </cell>
42651 </row>
42652 <row>
42653 <cell alignment="left" valignment="top" usebox="none">
42654 \begin_inset Text
42655
42656 \begin_layout Plain Layout
42657 \begin_inset ERT
42658 status collapsed
42659
42660 \begin_layout Plain Layout
42661
42662
42663 \backslash
42664 fcolorbox{black}{
42665 \end_layout
42666
42667 \end_inset
42668
42669 RawSienna
42670 \begin_inset ERT
42671 status collapsed
42672
42673 \begin_layout Plain Layout
42674
42675 }{
42676 \end_layout
42677
42678 \end_inset
42679
42680
42681 \begin_inset Phantom Phantom
42682 status open
42683
42684 \begin_layout Plain Layout
42685 W
42686 \end_layout
42687
42688 \end_inset
42689
42690
42691 \begin_inset ERT
42692 status collapsed
42693
42694 \begin_layout Plain Layout
42695
42696 }
42697 \end_layout
42698
42699 \end_inset
42700
42701  RawSienna
42702 \end_layout
42703
42704 \end_inset
42705 </cell>
42706 <cell alignment="left" valignment="top" usebox="none">
42707 \begin_inset Text
42708
42709 \begin_layout Plain Layout
42710 \begin_inset ERT
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714
42715
42716 \backslash
42717 fcolorbox{black}{
42718 \end_layout
42719
42720 \end_inset
42721
42722 RedOrange
42723 \begin_inset ERT
42724 status collapsed
42725
42726 \begin_layout Plain Layout
42727
42728 }{
42729 \end_layout
42730
42731 \end_inset
42732
42733
42734 \begin_inset Phantom Phantom
42735 status open
42736
42737 \begin_layout Plain Layout
42738 W
42739 \end_layout
42740
42741 \end_inset
42742
42743
42744 \begin_inset ERT
42745 status collapsed
42746
42747 \begin_layout Plain Layout
42748
42749 }
42750 \end_layout
42751
42752 \end_inset
42753
42754  RedOrange
42755 \end_layout
42756
42757 \end_inset
42758 </cell>
42759 <cell alignment="left" valignment="top" usebox="none">
42760 \begin_inset Text
42761
42762 \begin_layout Plain Layout
42763 \begin_inset ERT
42764 status collapsed
42765
42766 \begin_layout Plain Layout
42767
42768
42769 \backslash
42770 fcolorbox{black}{
42771 \end_layout
42772
42773 \end_inset
42774
42775 RedViolet
42776 \begin_inset ERT
42777 status collapsed
42778
42779 \begin_layout Plain Layout
42780
42781 }{
42782 \end_layout
42783
42784 \end_inset
42785
42786
42787 \begin_inset Phantom Phantom
42788 status open
42789
42790 \begin_layout Plain Layout
42791 W
42792 \end_layout
42793
42794 \end_inset
42795
42796
42797 \begin_inset ERT
42798 status collapsed
42799
42800 \begin_layout Plain Layout
42801
42802 }
42803 \end_layout
42804
42805 \end_inset
42806
42807  RedViolet
42808 \end_layout
42809
42810 \end_inset
42811 </cell>
42812 <cell alignment="left" valignment="top" usebox="none">
42813 \begin_inset Text
42814
42815 \begin_layout Plain Layout
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821
42822 \backslash
42823 fcolorbox{black}{
42824 \end_layout
42825
42826 \end_inset
42827
42828 Rhodamine
42829 \begin_inset ERT
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833
42834 }{
42835 \end_layout
42836
42837 \end_inset
42838
42839
42840 \begin_inset Phantom Phantom
42841 status open
42842
42843 \begin_layout Plain Layout
42844 W
42845 \end_layout
42846
42847 \end_inset
42848
42849
42850 \begin_inset ERT
42851 status collapsed
42852
42853 \begin_layout Plain Layout
42854
42855 }
42856 \end_layout
42857
42858 \end_inset
42859
42860  Rhodamine
42861 \end_layout
42862
42863 \end_inset
42864 </cell>
42865 </row>
42866 <row>
42867 <cell alignment="left" valignment="top" usebox="none">
42868 \begin_inset Text
42869
42870 \begin_layout Plain Layout
42871 \begin_inset ERT
42872 status collapsed
42873
42874 \begin_layout Plain Layout
42875
42876
42877 \backslash
42878 fcolorbox{black}{
42879 \end_layout
42880
42881 \end_inset
42882
42883 RoyalBlue
42884 \begin_inset ERT
42885 status collapsed
42886
42887 \begin_layout Plain Layout
42888
42889 }{
42890 \end_layout
42891
42892 \end_inset
42893
42894
42895 \begin_inset Phantom Phantom
42896 status open
42897
42898 \begin_layout Plain Layout
42899 W
42900 \end_layout
42901
42902 \end_inset
42903
42904
42905 \begin_inset ERT
42906 status collapsed
42907
42908 \begin_layout Plain Layout
42909
42910 }
42911 \end_layout
42912
42913 \end_inset
42914
42915  RoyalBlue
42916 \end_layout
42917
42918 \end_inset
42919 </cell>
42920 <cell alignment="left" valignment="top" usebox="none">
42921 \begin_inset Text
42922
42923 \begin_layout Plain Layout
42924 \begin_inset ERT
42925 status collapsed
42926
42927 \begin_layout Plain Layout
42928
42929
42930 \backslash
42931 fcolorbox{black}{
42932 \end_layout
42933
42934 \end_inset
42935
42936 RoyalPurple
42937 \begin_inset ERT
42938 status collapsed
42939
42940 \begin_layout Plain Layout
42941
42942 }{
42943 \end_layout
42944
42945 \end_inset
42946
42947
42948 \begin_inset Phantom Phantom
42949 status open
42950
42951 \begin_layout Plain Layout
42952 W
42953 \end_layout
42954
42955 \end_inset
42956
42957
42958 \begin_inset ERT
42959 status collapsed
42960
42961 \begin_layout Plain Layout
42962
42963 }
42964 \end_layout
42965
42966 \end_inset
42967
42968  RoyalPurple
42969 \end_layout
42970
42971 \end_inset
42972 </cell>
42973 <cell alignment="left" valignment="top" usebox="none">
42974 \begin_inset Text
42975
42976 \begin_layout Plain Layout
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982
42983 \backslash
42984 fcolorbox{black}{
42985 \end_layout
42986
42987 \end_inset
42988
42989 RubineRed
42990 \begin_inset ERT
42991 status collapsed
42992
42993 \begin_layout Plain Layout
42994
42995 }{
42996 \end_layout
42997
42998 \end_inset
42999
43000
43001 \begin_inset Phantom Phantom
43002 status open
43003
43004 \begin_layout Plain Layout
43005 W
43006 \end_layout
43007
43008 \end_inset
43009
43010
43011 \begin_inset ERT
43012 status collapsed
43013
43014 \begin_layout Plain Layout
43015
43016 }
43017 \end_layout
43018
43019 \end_inset
43020
43021  RubineRed
43022 \end_layout
43023
43024 \end_inset
43025 </cell>
43026 <cell alignment="left" valignment="top" usebox="none">
43027 \begin_inset Text
43028
43029 \begin_layout Plain Layout
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035
43036 \backslash
43037 fcolorbox{black}{
43038 \end_layout
43039
43040 \end_inset
43041
43042 Salmon
43043 \begin_inset ERT
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047
43048 }{
43049 \end_layout
43050
43051 \end_inset
43052
43053
43054 \begin_inset Phantom Phantom
43055 status open
43056
43057 \begin_layout Plain Layout
43058 W
43059 \end_layout
43060
43061 \end_inset
43062
43063
43064 \begin_inset ERT
43065 status collapsed
43066
43067 \begin_layout Plain Layout
43068
43069 }
43070 \end_layout
43071
43072 \end_inset
43073
43074  Salmon
43075 \end_layout
43076
43077 \end_inset
43078 </cell>
43079 </row>
43080 <row>
43081 <cell alignment="left" valignment="top" usebox="none">
43082 \begin_inset Text
43083
43084 \begin_layout Plain Layout
43085 \begin_inset ERT
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089
43090
43091 \backslash
43092 fcolorbox{black}{
43093 \end_layout
43094
43095 \end_inset
43096
43097 SeaGreen
43098 \begin_inset ERT
43099 status collapsed
43100
43101 \begin_layout Plain Layout
43102
43103 }{
43104 \end_layout
43105
43106 \end_inset
43107
43108
43109 \begin_inset Phantom Phantom
43110 status open
43111
43112 \begin_layout Plain Layout
43113 W
43114 \end_layout
43115
43116 \end_inset
43117
43118
43119 \begin_inset ERT
43120 status collapsed
43121
43122 \begin_layout Plain Layout
43123
43124 }
43125 \end_layout
43126
43127 \end_inset
43128
43129  SeaGreen
43130 \end_layout
43131
43132 \end_inset
43133 </cell>
43134 <cell alignment="left" valignment="top" usebox="none">
43135 \begin_inset Text
43136
43137 \begin_layout Plain Layout
43138 \begin_inset ERT
43139 status collapsed
43140
43141 \begin_layout Plain Layout
43142
43143
43144 \backslash
43145 fcolorbox{black}{
43146 \end_layout
43147
43148 \end_inset
43149
43150 Sepia
43151 \begin_inset ERT
43152 status collapsed
43153
43154 \begin_layout Plain Layout
43155
43156 }{
43157 \end_layout
43158
43159 \end_inset
43160
43161
43162 \begin_inset Phantom Phantom
43163 status open
43164
43165 \begin_layout Plain Layout
43166 W
43167 \end_layout
43168
43169 \end_inset
43170
43171
43172 \begin_inset ERT
43173 status collapsed
43174
43175 \begin_layout Plain Layout
43176
43177 }
43178 \end_layout
43179
43180 \end_inset
43181
43182  Sepia
43183 \end_layout
43184
43185 \end_inset
43186 </cell>
43187 <cell alignment="left" valignment="top" usebox="none">
43188 \begin_inset Text
43189
43190 \begin_layout Plain Layout
43191 \begin_inset ERT
43192 status collapsed
43193
43194 \begin_layout Plain Layout
43195
43196
43197 \backslash
43198 fcolorbox{black}{
43199 \end_layout
43200
43201 \end_inset
43202
43203 SkyBlue
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209 }{
43210 \end_layout
43211
43212 \end_inset
43213
43214
43215 \begin_inset Phantom Phantom
43216 status open
43217
43218 \begin_layout Plain Layout
43219 W
43220 \end_layout
43221
43222 \end_inset
43223
43224
43225 \begin_inset ERT
43226 status collapsed
43227
43228 \begin_layout Plain Layout
43229
43230 }
43231 \end_layout
43232
43233 \end_inset
43234
43235  SkyBlue
43236 \end_layout
43237
43238 \end_inset
43239 </cell>
43240 <cell alignment="left" valignment="top" usebox="none">
43241 \begin_inset Text
43242
43243 \begin_layout Plain Layout
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249
43250 \backslash
43251 fcolorbox{black}{
43252 \end_layout
43253
43254 \end_inset
43255
43256 SpringGreen
43257 \begin_inset ERT
43258 status collapsed
43259
43260 \begin_layout Plain Layout
43261
43262 }{
43263 \end_layout
43264
43265 \end_inset
43266
43267
43268 \begin_inset Phantom Phantom
43269 status open
43270
43271 \begin_layout Plain Layout
43272 W
43273 \end_layout
43274
43275 \end_inset
43276
43277
43278 \begin_inset ERT
43279 status collapsed
43280
43281 \begin_layout Plain Layout
43282
43283 }
43284 \end_layout
43285
43286 \end_inset
43287
43288  SpringGreen
43289 \end_layout
43290
43291 \end_inset
43292 </cell>
43293 </row>
43294 <row>
43295 <cell alignment="left" valignment="top" usebox="none">
43296 \begin_inset Text
43297
43298 \begin_layout Plain Layout
43299 \begin_inset ERT
43300 status collapsed
43301
43302 \begin_layout Plain Layout
43303
43304
43305 \backslash
43306 fcolorbox{black}{
43307 \end_layout
43308
43309 \end_inset
43310
43311 Tan
43312 \begin_inset ERT
43313 status collapsed
43314
43315 \begin_layout Plain Layout
43316
43317 }{
43318 \end_layout
43319
43320 \end_inset
43321
43322
43323 \begin_inset Phantom Phantom
43324 status open
43325
43326 \begin_layout Plain Layout
43327 W
43328 \end_layout
43329
43330 \end_inset
43331
43332
43333 \begin_inset ERT
43334 status collapsed
43335
43336 \begin_layout Plain Layout
43337
43338 }
43339 \end_layout
43340
43341 \end_inset
43342
43343  Tan
43344 \end_layout
43345
43346 \end_inset
43347 </cell>
43348 <cell alignment="left" valignment="top" usebox="none">
43349 \begin_inset Text
43350
43351 \begin_layout Plain Layout
43352 \begin_inset ERT
43353 status collapsed
43354
43355 \begin_layout Plain Layout
43356
43357
43358 \backslash
43359 fcolorbox{black}{
43360 \end_layout
43361
43362 \end_inset
43363
43364 TealBlue
43365 \begin_inset ERT
43366 status collapsed
43367
43368 \begin_layout Plain Layout
43369
43370 }{
43371 \end_layout
43372
43373 \end_inset
43374
43375
43376 \begin_inset Phantom Phantom
43377 status open
43378
43379 \begin_layout Plain Layout
43380 W
43381 \end_layout
43382
43383 \end_inset
43384
43385
43386 \begin_inset ERT
43387 status collapsed
43388
43389 \begin_layout Plain Layout
43390
43391 }
43392 \end_layout
43393
43394 \end_inset
43395
43396  TealBlue
43397 \end_layout
43398
43399 \end_inset
43400 </cell>
43401 <cell alignment="left" valignment="top" usebox="none">
43402 \begin_inset Text
43403
43404 \begin_layout Plain Layout
43405 \begin_inset ERT
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409
43410
43411 \backslash
43412 fcolorbox{black}{
43413 \end_layout
43414
43415 \end_inset
43416
43417 Thistle
43418 \begin_inset ERT
43419 status collapsed
43420
43421 \begin_layout Plain Layout
43422
43423 }{
43424 \end_layout
43425
43426 \end_inset
43427
43428
43429 \begin_inset Phantom Phantom
43430 status open
43431
43432 \begin_layout Plain Layout
43433 W
43434 \end_layout
43435
43436 \end_inset
43437
43438
43439 \begin_inset ERT
43440 status collapsed
43441
43442 \begin_layout Plain Layout
43443
43444 }
43445 \end_layout
43446
43447 \end_inset
43448
43449  Thistle
43450 \end_layout
43451
43452 \end_inset
43453 </cell>
43454 <cell alignment="left" valignment="top" usebox="none">
43455 \begin_inset Text
43456
43457 \begin_layout Plain Layout
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463
43464 \backslash
43465 fcolorbox{black}{
43466 \end_layout
43467
43468 \end_inset
43469
43470 Turquoise
43471 \begin_inset ERT
43472 status collapsed
43473
43474 \begin_layout Plain Layout
43475
43476 }{
43477 \end_layout
43478
43479 \end_inset
43480
43481
43482 \begin_inset Phantom Phantom
43483 status open
43484
43485 \begin_layout Plain Layout
43486 W
43487 \end_layout
43488
43489 \end_inset
43490
43491
43492 \begin_inset ERT
43493 status collapsed
43494
43495 \begin_layout Plain Layout
43496
43497 }
43498 \end_layout
43499
43500 \end_inset
43501
43502  Turquoise
43503 \end_layout
43504
43505 \end_inset
43506 </cell>
43507 </row>
43508 <row>
43509 <cell alignment="left" valignment="top" usebox="none">
43510 \begin_inset Text
43511
43512 \begin_layout Plain Layout
43513 \begin_inset ERT
43514 status collapsed
43515
43516 \begin_layout Plain Layout
43517
43518
43519 \backslash
43520 fcolorbox{black}{
43521 \end_layout
43522
43523 \end_inset
43524
43525 Violet
43526 \begin_inset ERT
43527 status collapsed
43528
43529 \begin_layout Plain Layout
43530
43531 }{
43532 \end_layout
43533
43534 \end_inset
43535
43536
43537 \begin_inset Phantom Phantom
43538 status open
43539
43540 \begin_layout Plain Layout
43541 W
43542 \end_layout
43543
43544 \end_inset
43545
43546
43547 \begin_inset ERT
43548 status collapsed
43549
43550 \begin_layout Plain Layout
43551
43552 }
43553 \end_layout
43554
43555 \end_inset
43556
43557  Violet
43558 \end_layout
43559
43560 \end_inset
43561 </cell>
43562 <cell alignment="left" valignment="top" usebox="none">
43563 \begin_inset Text
43564
43565 \begin_layout Plain Layout
43566 \begin_inset ERT
43567 status collapsed
43568
43569 \begin_layout Plain Layout
43570
43571
43572 \backslash
43573 fcolorbox{black}{
43574 \end_layout
43575
43576 \end_inset
43577
43578 VioletRed
43579 \begin_inset ERT
43580 status collapsed
43581
43582 \begin_layout Plain Layout
43583
43584 }{
43585 \end_layout
43586
43587 \end_inset
43588
43589
43590 \begin_inset Phantom Phantom
43591 status open
43592
43593 \begin_layout Plain Layout
43594 W
43595 \end_layout
43596
43597 \end_inset
43598
43599
43600 \begin_inset ERT
43601 status collapsed
43602
43603 \begin_layout Plain Layout
43604
43605 }
43606 \end_layout
43607
43608 \end_inset
43609
43610  VioletRed
43611 \end_layout
43612
43613 \end_inset
43614 </cell>
43615 <cell alignment="left" valignment="top" usebox="none">
43616 \begin_inset Text
43617
43618 \begin_layout Plain Layout
43619 \begin_inset ERT
43620 status collapsed
43621
43622 \begin_layout Plain Layout
43623
43624
43625 \backslash
43626 fcolorbox{black}{
43627 \end_layout
43628
43629 \end_inset
43630
43631 WildStrawberry
43632 \begin_inset ERT
43633 status collapsed
43634
43635 \begin_layout Plain Layout
43636
43637 }{
43638 \end_layout
43639
43640 \end_inset
43641
43642
43643 \begin_inset Phantom Phantom
43644 status open
43645
43646 \begin_layout Plain Layout
43647 W
43648 \end_layout
43649
43650 \end_inset
43651
43652
43653 \begin_inset ERT
43654 status collapsed
43655
43656 \begin_layout Plain Layout
43657
43658 }
43659 \end_layout
43660
43661 \end_inset
43662
43663  WildStrawberry
43664 \end_layout
43665
43666 \end_inset
43667 </cell>
43668 <cell alignment="left" valignment="top" usebox="none">
43669 \begin_inset Text
43670
43671 \begin_layout Plain Layout
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677
43678 \backslash
43679 fcolorbox{black}{
43680 \end_layout
43681
43682 \end_inset
43683
43684 YellowGreen
43685 \begin_inset ERT
43686 status collapsed
43687
43688 \begin_layout Plain Layout
43689
43690 }{
43691 \end_layout
43692
43693 \end_inset
43694
43695
43696 \begin_inset Phantom Phantom
43697 status open
43698
43699 \begin_layout Plain Layout
43700 W
43701 \end_layout
43702
43703 \end_inset
43704
43705
43706 \begin_inset ERT
43707 status collapsed
43708
43709 \begin_layout Plain Layout
43710
43711 }
43712 \end_layout
43713
43714 \end_inset
43715
43716  YellowGreen
43717 \end_layout
43718
43719 \end_inset
43720 </cell>
43721 </row>
43722 <row>
43723 <cell alignment="left" valignment="top" usebox="none">
43724 \begin_inset Text
43725
43726 \begin_layout Plain Layout
43727 \begin_inset ERT
43728 status collapsed
43729
43730 \begin_layout Plain Layout
43731
43732
43733 \backslash
43734 fcolorbox{black}{
43735 \end_layout
43736
43737 \end_inset
43738
43739 YellowOrange
43740 \begin_inset ERT
43741 status collapsed
43742
43743 \begin_layout Plain Layout
43744
43745 }{
43746 \end_layout
43747
43748 \end_inset
43749
43750
43751 \begin_inset Phantom Phantom
43752 status open
43753
43754 \begin_layout Plain Layout
43755 W
43756 \end_layout
43757
43758 \end_inset
43759
43760
43761 \begin_inset ERT
43762 status collapsed
43763
43764 \begin_layout Plain Layout
43765
43766 }
43767 \end_layout
43768
43769 \end_inset
43770
43771  YellowOrange
43772 \end_layout
43773
43774 \end_inset
43775 </cell>
43776 <cell alignment="left" valignment="top" usebox="none">
43777 \begin_inset Text
43778
43779 \begin_layout Plain Layout
43780
43781 \end_layout
43782
43783 \end_inset
43784 </cell>
43785 <cell alignment="left" valignment="top" usebox="none">
43786 \begin_inset Text
43787
43788 \begin_layout Plain Layout
43789
43790 \end_layout
43791
43792 \end_inset
43793 </cell>
43794 <cell alignment="left" valignment="top" usebox="none">
43795 \begin_inset Text
43796
43797 \begin_layout Plain Layout
43798
43799 \end_layout
43800
43801 \end_inset
43802 </cell>
43803 </row>
43804 </lyxtabular>
43805
43806 \end_inset
43807
43808
43809 \end_layout
43810
43811 \begin_layout Chapter
43812 Explanation of Equation
43813 \begin_inset space ~
43814 \end_inset
43815
43816 (
43817 \begin_inset CommandInset ref
43818 LatexCommand ref
43819 reference "eq:Wgn"
43820
43821 \end_inset
43822
43823 )
43824 \begin_inset CommandInset label
43825 LatexCommand label
43826 name "cha:Explanation-of-Equation"
43827
43828 \end_inset
43829
43830
43831 \end_layout
43832
43833 \begin_layout Standard
43834 We can calculate the total width of 
43835 \emph on
43836 n
43837 \emph default
43838  table cells 
43839 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43840 \end_inset
43841
43842  as follows:
43843 \begin_inset Formula 
43844 \begin{equation}
43845 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43846 \end{equation}
43847
43848 \end_inset
43849
43850 where 
43851 \begin_inset Formula $W_{g\, n}$
43852 \end_inset
43853
43854  is the given width of all cells, 
43855 \series bold
43856
43857 \backslash
43858 tabcolsep
43859 \series default
43860  is the LaTeX-length between the cell text and the cell border (its default
43861  value is 6
43862 \begin_inset space \thinspace{}
43863 \end_inset
43864
43865 pt).
43866  
43867 \series bold
43868
43869 \backslash
43870 arrayrulewidth
43871 \series default
43872  is the thickness of the cell border line, the default is 0.4
43873 \begin_inset space \thinspace{}
43874 \end_inset
43875
43876 pt.
43877 \end_layout
43878
43879 \begin_layout Standard
43880 Following equation
43881 \begin_inset space ~
43882 \end_inset
43883
43884
43885 \begin_inset CommandInset ref
43886 LatexCommand eqref
43887 reference "eq:Wtot_n"
43888
43889 \end_inset
43890
43891 , the total width of a multicolumn 
43892 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
43893 \end_inset
43894
43895  is
43896 \begin_inset Formula 
43897 \begin{equation}
43898 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43899 \end{equation}
43900
43901 \end_inset
43902
43903
43904 \end_layout
43905
43906 \begin_layout Standard
43907 By setting equation
43908 \begin_inset space ~
43909 \end_inset
43910
43911
43912 \begin_inset CommandInset ref
43913 LatexCommand eqref
43914 reference "eq:Wtot_n"
43915
43916 \end_inset
43917
43918  and 
43919 \begin_inset CommandInset ref
43920 LatexCommand eqref
43921 reference "eq:Wtot_mult"
43922
43923 \end_inset
43924
43925  equal we can calculate the needed given width 
43926 \begin_inset Formula $W_{g\, n}$
43927 \end_inset
43928
43929  when 
43930 \emph on
43931 n
43932 \emph default
43933  columns are spanned, so that each column has a total width of 
43934 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
43935 \end_inset
43936
43937 :
43938 \begin_inset Formula 
43939 \begin{equation}
43940 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43941 \end{equation}
43942
43943 \end_inset
43944
43945
43946 \end_layout
43947
43948 \begin_layout Bibliography
43949 \labelwidthstring Bibliography
43950 \begin_inset CommandInset bibitem
43951 LatexCommand bibitem
43952 key "latexcompanion"
43953
43954 \end_inset
43955
43956 Frank Mittelbach and Michel Goossens: 
43957 \emph on
43958 The LaTeX Companion Second Edition.
43959
43960 \emph default
43961  Addison-Wesley, 2004
43962 \end_layout
43963
43964 \begin_layout Bibliography
43965 \labelwidthstring Bibliography
43966 \begin_inset CommandInset bibitem
43967 LatexCommand bibitem
43968 key "latexguide"
43969
43970 \end_inset
43971
43972 Helmut Kopka and Patrick W.
43973  Daly: 
43974 \emph on
43975 A Guide to LaTeX Fourth Edition.
43976
43977 \emph default
43978  Addison-Wesley, 2003
43979 \end_layout
43980
43981 \begin_layout Bibliography
43982 \labelwidthstring Bibliography
43983 \begin_inset CommandInset bibitem
43984 LatexCommand bibitem
43985 key "latexbook"
43986
43987 \end_inset
43988
43989 Leslie Lamport: 
43990 \emph on
43991 LaTeX: A Document Preparation System.
43992
43993 \emph default
43994  Addison-Wesley, second edition, 1994
43995 \end_layout
43996
43997 \begin_layout Bibliography
43998 \labelwidthstring Bibliography
43999 \begin_inset CommandInset bibitem
44000 LatexCommand bibitem
44001 key "arydshln"
44002
44003 \end_inset
44004
44005 Documentation of the LaTeX-package 
44006 \series bold
44007
44008 \begin_inset CommandInset href
44009 LatexCommand href
44010 name "arydshln"
44011 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44012
44013 \end_inset
44014
44015
44016 \series default
44017
44018 \begin_inset Index idx
44019 status collapsed
44020
44021 \begin_layout Plain Layout
44022 LaTeX-packages ! arydshln
44023 \end_layout
44024
44025 \end_inset
44026
44027
44028 \end_layout
44029
44030 \begin_layout Bibliography
44031 \labelwidthstring Bibliography
44032 \begin_inset CommandInset bibitem
44033 LatexCommand bibitem
44034 key "booktabs"
44035
44036 \end_inset
44037
44038 Documentation of the LaTeX-package 
44039 \series bold
44040
44041 \begin_inset CommandInset href
44042 LatexCommand href
44043 name "booktabs"
44044 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44045
44046 \end_inset
44047
44048
44049 \series default
44050
44051 \begin_inset Index idx
44052 status collapsed
44053
44054 \begin_layout Plain Layout
44055 LaTeX-packages ! booktabs
44056 \end_layout
44057
44058 \end_inset
44059
44060
44061 \end_layout
44062
44063 \begin_layout Bibliography
44064 \labelwidthstring Bibliography
44065 \begin_inset CommandInset bibitem
44066 LatexCommand bibitem
44067 key "caption"
44068
44069 \end_inset
44070
44071 Documentation of the LaTeX-package 
44072 \series bold
44073
44074 \begin_inset CommandInset href
44075 LatexCommand href
44076 name "caption"
44077 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
44078
44079 \end_inset
44080
44081
44082 \series default
44083
44084 \begin_inset Index idx
44085 status collapsed
44086
44087 \begin_layout Plain Layout
44088 LaTeX-packages ! caption
44089 \end_layout
44090
44091 \end_inset
44092
44093
44094 \end_layout
44095
44096 \begin_layout Bibliography
44097 \labelwidthstring Bibliography
44098 \begin_inset CommandInset bibitem
44099 LatexCommand bibitem
44100 key "diagbox"
44101
44102 \end_inset
44103
44104 Documentation of the LaTeX-package 
44105 \series bold
44106
44107 \begin_inset CommandInset href
44108 LatexCommand href
44109 name "diagbox"
44110 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44111
44112 \end_inset
44113
44114
44115 \series default
44116
44117 \begin_inset Index idx
44118 status collapsed
44119
44120 \begin_layout Plain Layout
44121 LaTeX-packages ! diagbox
44122 \end_layout
44123
44124 \end_inset
44125
44126
44127 \end_layout
44128
44129 \begin_layout Bibliography
44130 \labelwidthstring Bibliography
44131 \begin_inset CommandInset bibitem
44132 LatexCommand bibitem
44133 key "endfloat"
44134
44135 \end_inset
44136
44137 Documentation of the LaTeX-package 
44138 \series bold
44139
44140 \begin_inset CommandInset href
44141 LatexCommand href
44142 name "endfloat"
44143 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44144
44145 \end_inset
44146
44147
44148 \series default
44149
44150 \begin_inset Index idx
44151 status collapsed
44152
44153 \begin_layout Plain Layout
44154 LaTeX-packages ! endfloat
44155 \end_layout
44156
44157 \end_inset
44158
44159
44160 \end_layout
44161
44162 \begin_layout Bibliography
44163 \labelwidthstring Bibliography
44164 \begin_inset CommandInset bibitem
44165 LatexCommand bibitem
44166 key "footmisc"
44167
44168 \end_inset
44169
44170 Documentation of the LaTeX-package 
44171 \series bold
44172
44173 \begin_inset CommandInset href
44174 LatexCommand href
44175 name "footmisc"
44176 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44177
44178 \end_inset
44179
44180
44181 \series default
44182
44183 \begin_inset Index idx
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187 LaTeX-packages ! footmisc
44188 \end_layout
44189
44190 \end_inset
44191
44192
44193 \end_layout
44194
44195 \begin_layout Bibliography
44196 \labelwidthstring Bibliography
44197 \begin_inset CommandInset bibitem
44198 LatexCommand bibitem
44199 key "hypcap"
44200
44201 \end_inset
44202
44203 Documentation of the LaTeX-package 
44204 \series bold
44205
44206 \begin_inset CommandInset href
44207 LatexCommand href
44208 name "hypcap"
44209 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44210
44211 \end_inset
44212
44213
44214 \series default
44215
44216 \begin_inset Index idx
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220 LaTeX-packages ! hyperref
44221 \end_layout
44222
44223 \end_inset
44224
44225
44226 \end_layout
44227
44228 \begin_layout Bibliography
44229 \labelwidthstring Bibliography
44230 \begin_inset CommandInset bibitem
44231 LatexCommand bibitem
44232 key "hyperref"
44233
44234 \end_inset
44235
44236 Documentation of the LaTeX-package 
44237 \series bold
44238
44239 \begin_inset CommandInset href
44240 LatexCommand href
44241 name "hyperref"
44242 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44243
44244 \end_inset
44245
44246
44247 \series default
44248
44249 \begin_inset Index idx
44250 status collapsed
44251
44252 \begin_layout Plain Layout
44253 LaTeX-packages ! hyperref
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \end_layout
44260
44261 \begin_layout Bibliography
44262 \labelwidthstring Bibliography
44263 \begin_inset CommandInset bibitem
44264 LatexCommand bibitem
44265 key "KOMA-Script"
44266
44267 \end_inset
44268
44269 Documentation of the LaTeX-package 
44270 \series bold
44271
44272 \begin_inset CommandInset href
44273 LatexCommand href
44274 name "KOMA-Script"
44275 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
44276
44277 \end_inset
44278
44279
44280 \series default
44281
44282 \begin_inset Index idx
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286 LaTeX-packages ! KOMA-Script
44287 \end_layout
44288
44289 \end_inset
44290
44291
44292 \end_layout
44293
44294 \begin_layout Bibliography
44295 \labelwidthstring Bibliography
44296 \begin_inset CommandInset bibitem
44297 LatexCommand bibitem
44298 key "lettrine"
44299
44300 \end_inset
44301
44302 Documentation of the LaTeX-package 
44303 \series bold
44304
44305 \begin_inset CommandInset href
44306 LatexCommand href
44307 name "lettrine"
44308 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44309
44310 \end_inset
44311
44312
44313 \series default
44314  and an 
44315 \begin_inset CommandInset href
44316 LatexCommand href
44317 name "example"
44318 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44319
44320 \end_inset
44321
44322
44323 \begin_inset Index idx
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327 LaTeX-packages ! lettrine
44328 \end_layout
44329
44330 \end_inset
44331
44332
44333 \end_layout
44334
44335 \begin_layout Bibliography
44336 \labelwidthstring Bibliography
44337 \begin_inset CommandInset bibitem
44338 LatexCommand bibitem
44339 key "listings"
44340
44341 \end_inset
44342
44343 Documentation of the LaTeX-package 
44344 \series bold
44345
44346 \begin_inset CommandInset href
44347 LatexCommand href
44348 name "listings"
44349 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44350
44351 \end_inset
44352
44353
44354 \series default
44355
44356 \begin_inset Index idx
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360 LaTeX-packages ! listings
44361 \end_layout
44362
44363 \end_inset
44364
44365
44366 \end_layout
44367
44368 \begin_layout Bibliography
44369 \labelwidthstring Bibliography
44370 \begin_inset CommandInset bibitem
44371 LatexCommand bibitem
44372 key "marginnote"
44373
44374 \end_inset
44375
44376 Documentation of the LaTeX-package 
44377 \series bold
44378
44379 \begin_inset CommandInset href
44380 LatexCommand href
44381 name "marginnote"
44382 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44383
44384 \end_inset
44385
44386
44387 \series default
44388
44389 \begin_inset Index idx
44390 status collapsed
44391
44392 \begin_layout Plain Layout
44393 LaTeX-packages ! marginnote
44394 \end_layout
44395
44396 \end_inset
44397
44398
44399 \end_layout
44400
44401 \begin_layout Bibliography
44402 \labelwidthstring Bibliography
44403 \begin_inset CommandInset bibitem
44404 LatexCommand bibitem
44405 key "pdfpages"
44406
44407 \end_inset
44408
44409 Documentation of the LaTeX-package 
44410 \series bold
44411
44412 \begin_inset CommandInset href
44413 LatexCommand href
44414 name "pdfpages"
44415 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44416
44417 \end_inset
44418
44419
44420 \series default
44421
44422 \begin_inset Index idx
44423 status collapsed
44424
44425 \begin_layout Plain Layout
44426 LaTeX-packages ! pdfpages
44427 \end_layout
44428
44429 \end_inset
44430
44431
44432 \end_layout
44433
44434 \begin_layout Bibliography
44435 \labelwidthstring Bibliography
44436 \begin_inset CommandInset bibitem
44437 LatexCommand bibitem
44438 key "prettyref"
44439
44440 \end_inset
44441
44442 Documentation of the LaTeX-package 
44443 \series bold
44444
44445 \begin_inset CommandInset href
44446 LatexCommand href
44447 name "prettyref"
44448 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44449
44450 \end_inset
44451
44452
44453 \series default
44454
44455 \begin_inset Index idx
44456 status collapsed
44457
44458 \begin_layout Plain Layout
44459 LaTeX-packages ! prettyref
44460 \end_layout
44461
44462 \end_inset
44463
44464
44465 \end_layout
44466
44467 \begin_layout Bibliography
44468 \labelwidthstring Bibliography
44469 \begin_inset CommandInset bibitem
44470 LatexCommand bibitem
44471 key "pstricks"
44472
44473 \end_inset
44474
44475 Web page of the LaTeX-package 
44476 \series bold
44477
44478 \begin_inset CommandInset href
44479 LatexCommand href
44480 name "PSTricks"
44481 target "http://tug.org/PSTricks/"
44482
44483 \end_inset
44484
44485
44486 \series default
44487
44488 \begin_inset Index idx
44489 status collapsed
44490
44491 \begin_layout Plain Layout
44492 LaTeX-packages ! PSTricks
44493 \end_layout
44494
44495 \end_inset
44496
44497
44498 \end_layout
44499
44500 \begin_layout Bibliography
44501 \labelwidthstring Bibliography
44502 \begin_inset CommandInset bibitem
44503 LatexCommand bibitem
44504 key "refstyle"
44505
44506 \end_inset
44507
44508 Documentation of the LaTeX-package 
44509 \series bold
44510
44511 \begin_inset CommandInset href
44512 LatexCommand href
44513 name "refstyle"
44514 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44515
44516 \end_inset
44517
44518
44519 \series default
44520
44521 \begin_inset Index idx
44522 status collapsed
44523
44524 \begin_layout Plain Layout
44525 LaTeX-packages ! refstyle
44526 \end_layout
44527
44528 \end_inset
44529
44530
44531 \end_layout
44532
44533 \begin_layout Bibliography
44534 \labelwidthstring Bibliography
44535 \begin_inset CommandInset bibitem
44536 LatexCommand bibitem
44537 key "sidecap"
44538
44539 \end_inset
44540
44541 Documentation of the LaTeX-package 
44542 \series bold
44543
44544 \begin_inset CommandInset href
44545 LatexCommand href
44546 name "sidecap"
44547 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44548
44549 \end_inset
44550
44551
44552 \series default
44553
44554 \begin_inset Index idx
44555 status collapsed
44556
44557 \begin_layout Plain Layout
44558 LaTeX-packages ! sidecap
44559 \end_layout
44560
44561 \end_inset
44562
44563
44564 \end_layout
44565
44566 \begin_layout Bibliography
44567 \labelwidthstring Bibliography
44568 \begin_inset CommandInset bibitem
44569 LatexCommand bibitem
44570 key "NewInLyX20"
44571
44572 \end_inset
44573
44574
44575 \begin_inset CommandInset href
44576 LatexCommand href
44577 name "Wiki page"
44578 target "http://wiki.lyx.org/LyX/NewInLyX20"
44579
44580 \end_inset
44581
44582  about new features in 
44583 \family sans
44584 LyX 2.0
44585 \family default
44586 .
44587 \end_layout
44588
44589 \begin_layout Standard
44590 \begin_inset CommandInset index_print
44591 LatexCommand printindex
44592 type "idx"
44593
44594 \end_inset
44595
44596
44597 \end_layout
44598
44599 \end_body
44600 \end_document