]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
1dab62f1aeb67117f92bad0d5c92ce1525025491
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
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}} % if it exists
14  {% if it exists not
15   \usepackage[scaled=0.92]{helvet}
16   \usepackage{mathptmx}
17   \usepackage{courier}
18  } % end if it exists not
19
20 % link all cross references and URLs
21 % in pdf output
22  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
23   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
24   pdfpagelayout=OneColumn, pdfnewwindow=true,
25   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
26   pdfauthor={LyX Team}, pdftex,
27   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
28   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
29   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
30  
31 \else % if dvi or ps is produced
32
33  % link all cross references and URLs in DVI output
34  \usepackage[ps2pdf, colorlinks=true,
35   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
36
37 \fi % end if pdflatex is used
38
39 % that links to image floats jumps
40 % to the beginning of the float and 
41 % not to its caption
42 \usepackage[figure]{hypcap}
43
44 % the pages of the TOC are numbered roman
45 % and a PDF-bookmark for the TOC is added
46 \pagenumbering{roman}
47 \let\myTOC\tableofcontents
48 \renewcommand{\tableofcontents}{%
49  \pdfbookmark[1]{Contents}{}
50  \myTOC
51  \cleardoublepage
52  \pagenumbering{arabic}}
53
54 % provides caption formatting
55 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
56
57 % provides commands to set caption
58 % beside tables/images
59 \usepackage{sidecap}
60
61 \newcommand{\TabBesBeg}{%
62  \let\MyTable\table
63  \let\MyEndtable\endtable
64  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
65
66 \newcommand{\TabBesEnd}{%
67  \let\table\MyTable
68  \let\endtable\MyEndtable}
69
70 \newcommand{\FigBesBeg}{%
71  \let\MyFigure\figure
72  \let\MyEndfigure\endfigure
73  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
74
75 \newcommand{\FigBesEnd}{%
76  \let\figure\MyFigure
77  \let\endfigure\MyEndfigure}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % provides special table cell alignments
83 \usepackage{dcolumn}
84
85 % increase the bottom float placement fraction
86 \renewcommand{\bottomfraction}{0.5}
87
88 % avoids that floats are placed before their
89 % corresponding section starts
90 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
91
92 % speed up the longtable calculation
93 \setcounter{LTchunksize}{100}
94
95 % used for colored tables
96 \@ifundefined{textcolor}
97  {\usepackage{color}}{}
98 \usepackage{colortbl}
99 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
100 \definecolor{lightgrey}{gray}{0.8}
101
102 % used for multirows
103 \usepackage{multirow}
104 %\renewcommand{\multirowsetup}{\centering}
105
106 % used for book-style tables
107 \usepackage{booktabs}
108
109 % used to have extra space in table cells,
110 \setlength{\extrarowheight}{2pt}
111
112 % used for customized tables
113 % ---
114 \newcolumntype{M}[1]
115  {>{\centering\hspace{0pt}}m{#1}}
116
117 \newcolumntype{S}[2]
118  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
119
120 \newcolumntype{K}[1]
121  {>{\columncolor{#1}\hspace{0pt}}c}
122
123 \newcolumntype{V}{!{\vrule width 1.5pt}}
124
125 \newcolumntype{W}{!{\color{green}\vline}}
126 % ---
127
128 % To be able to enter the characters ° and · directly in LyX
129 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
130 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
131
132 % insert additional vertical space of
133 % 1.5 mm between footnotes
134 \let\myFoot\footnote
135 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
136
137 % enable algorithm floats to be referenced
138 \newfloat{Xalgorithm}{tbp}{loa}
139 \floatname{Xalgorithm}{Algorithm}
140 \newcommand{\theHalgorithm}{\theHXalgorithm}
141 \renewenvironment{algorithm}[1][tbp]
142  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
143
144 % number algorithm floats within chapters
145 \numberwithin{Xalgorithm}{chapter}
146
147 % redefine the greyed out note
148 \renewenvironment{lyxgreyedout}
149  {\textcolor{blue}\bgroup}{\egroup}
150
151 % ------------------------------------
152 % used to check for needed LaTeX packages
153 \usepackage{ifthen}
154
155 % check for package arydshln
156 % used for tables with dashed lines
157 \newboolean{arydshln}
158 \IfFileExists{arydshln.sty}
159  {\usepackage{arydshln}
160   \setboolean{arydshln}{true}}
161  {\setboolean{arydshln}{false}}
162
163 % check for package marginnote
164 % used for margin notes
165 \newboolean{marginnote}
166 \IfFileExists{marginnote.sty}
167  {\usepackage{marginnote}
168   \let\marginpar\marginnote
169   \setboolean{marginnote}{true}}
170  {\setboolean{marginnote}{false}}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
173 \language english
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \papersize default
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 0
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 3
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language english
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle default
201 \bullet 1 1 34 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes false
206 \author "usti" 
207 \author "Bo Peng" 
208 \author "muso" 
209 \author "Uwe Stöhr" 
210 \end_header
211
212 \begin_body
213
214 \begin_layout Title
215 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
216  manual
217 \end_layout
218
219 \begin_layout Author
220 by the LyX Team
221 \begin_inset Foot
222 status collapsed
223
224 \begin_layout Standard
225 \noindent
226 If you have comments or error corrections, please send them to the LyX Documenta
227 tion mailing list: 
228 \family typewriter
229
230 \begin_inset ERT
231 status open
232
233 \begin_layout Standard
234
235
236 \backslash
237 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
238 \end_layout
239
240 \end_inset
241
242 lyx-docs@lists.lyx.org
243 \begin_inset ERT
244 status collapsed
245
246 \begin_layout Standard
247
248 }
249 \end_layout
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Standard
263 original author: Uwe Stöhr
264 \end_layout
265
266 \end_inset
267
268
269 \newline
270
271 \newline
272
273 \family sans
274 Version 1.5.0-
275 \family default
276 1
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset LatexCommand tableofcontents
281
282 \end_inset
283
284
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset Note Note
289 status open
290
291 \begin_layout Standard
292 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
293  
294 \series bold
295 arydshln
296 \series default
297  and 
298 \series bold
299 marginnote
300 \series default
301  must be installed.
302  If they are not installed you can export the document anyway but the sections
303  where the packages are required won't appear in the output.
304 \end_layout
305
306 \begin_layout Standard
307 The latest PDF-version of this document can be found here:
308 \newline
309
310 \series bold
311 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
312 \end_layout
313
314 \end_inset
315
316
317 \end_layout
318
319 \begin_layout Chapter
320 Figures
321 \begin_inset LatexCommand label
322 name "cha:Figures"
323
324 \end_inset
325
326
327 \begin_inset LatexCommand index
328 name "Figures"
329
330 \end_inset
331
332
333 \begin_inset LatexCommand index
334 name "Graphics|see{Figures}"
335
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Section
342 Graphics Dialog
343 \begin_inset LatexCommand index
344 name "Figures ! Graphics Dialog"
345
346 \end_inset
347
348
349 \begin_inset LatexCommand label
350 name "sec:Graphics-Dialog"
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 To insert an image into your document, place the cursor at the text position
359  you want and click on the toolbar icon 
360 \begin_inset Graphics
361         filename ../images/dialog-show-new-inset_graphics.xpm
362         scale 85
363         scaleBeforeRotation
364
365 \end_inset
366
367  or use the menu 
368 \family sans
369 Insert\SpecialChar \menuseparator
370 Graphics
371 \family default
372 .
373  Then a dialog will appear to choose the file to load.
374  The image will appear in the output exactly at the position where it is
375  in the text.
376 \end_layout
377
378 \begin_layout Standard
379 The graphics dialog can be called at any time by right-clicking on an image.
380  This dialog has three tabs:
381 \end_layout
382
383 \begin_layout Description
384
385 \family sans
386 Graphics
387 \family default
388  Here you can choose an image file and adjust its appearance in the output.
389  The available units for the image size are explained in appendix\InsetSpace ~
390
391 \begin_inset LatexCommand ref
392 reference "cha:Units-available-in"
393
394 \end_inset
395
396 .
397 \newline
398 You can rotate images counter-clockwise by setting a rotation angle and
399  a rotation origin.
400  The image will also be rotated inside LyX.
401 \newline
402 Images can be scaled by using
403  a percentage value or by setting the width and height explicitly.
404  If you set only the width or only the height, the other size will be determined
405  automatically.
406  If you set both, then the image will be transformed to the given size,
407  possibly distorting it.
408  To prevent the image from distortion, use the option 
409 \family sans
410 Maintain aspect ratio
411 \family default
412 .
413  The image will then be scaled so that its width and height don't exceed
414  the specified dimensions.
415 \newline
416 Images can be opened in a program of your choice
417  when pressing the 
418 \family sans
419 Edit
420 \family default
421  button.
422  The program can be set for every image format in the file format settings
423  in LyX's preferences.
424 \end_layout
425
426 \begin_layout Description
427
428 \family sans
429 Clipping
430 \family default
431  Alternatively to the usage of scaling units it is possible to set image
432  coordinates to adjust the height and width of the image in the output.
433  The coordinates can also be calculated automatically by pressing the button
434  
435 \family sans
436 Get\InsetSpace ~
437 from\InsetSpace ~
438 File
439 \family default
440 .
441  The option 
442 \family sans
443 Clip\InsetSpace ~
444 to\InsetSpace ~
445 bounding\InsetSpace ~
446 box
447 \family default
448  will only print the image region within the given coordinates.
449  Normally you don't need to take care about image coordinates and can ignore
450  this tab.
451 \end_layout
452
453 \begin_layout Description
454
455 \family sans
456 Extra\InsetSpace ~
457 options
458 \family default
459  In this tab you can modify the appearance of the image within LyX and set
460  the image to be a subfigure of a figure float with an own caption.
461  Subfigures are explained in section\InsetSpace ~
462
463 \begin_inset LatexCommand ref
464 reference "sec:Figure-Floats"
465
466 \end_inset
467
468 .
469 \newline
470  LaTeX experts can also specify on this tab additional LaTeX options.
471 \newline
472  The
473  option 
474 \family sans
475 Draft\InsetSpace ~
476 mode
477 \family default
478  makes the image appear in the output only as a frame with the size of the
479  image.
480 \newline
481 The 
482 \family sans
483 Don't\InsetSpace ~
484 unzip\InsetSpace ~
485 on\InsetSpace ~
486 export
487 \family default
488  option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
489 g.\InsetSpace ~
490
491 \emph on
492 x.eps.gz
493 \emph default
494 .
495  When the option is used the images will not be unzipped on export, since
496  LaTeX can handle them as they are.
497 \newline
498 Zipped EPS-graphics are useful to save
499  disk space when you choose PostScript as output format, see appendix\InsetSpace ~
500
501 \begin_inset LatexCommand ref
502 reference "sec:PostScript"
503
504 \end_inset
505
506 .
507  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
508  console:
509 \newline
510
511 \series bold
512 gzip x.eps
513 \series default
514
515 \newline
516
517 \series bold
518 zgrep %%Bounding x.eps.gz > x.eps.bb
519 \series default
520
521 \newline
522 The second command creates the bounding box file 
523 \begin_inset Quotes eld
524 \end_inset
525
526 x.eps.bb
527 \begin_inset Quotes erd
528 \end_inset
529
530  that is needed by LaTeX for zipped graphics.
531 \end_layout
532
533 \begin_layout Standard
534 \begin_inset VSpace bigskip
535 \end_inset
536
537
538 \end_layout
539
540 \begin_layout Standard
541 This is an example image in EPS format
542 \begin_inset Foot
543 status collapsed
544
545 \begin_layout Standard
546 Image formats are explained in section\InsetSpace ~
547
548 \begin_inset LatexCommand ref
549 reference "sec:Image-Formats"
550
551 \end_inset
552
553 .
554 \end_layout
555
556 \end_inset
557
558  within a separate, horizontally centered paragraph:
559 \end_layout
560
561 \begin_layout Standard
562 \align center
563 \begin_inset Graphics
564         filename clipart/mobius.eps
565         display color
566         scale 70
567         scaleBeforeRotation
568         rotateOrigin center
569
570 \end_inset
571
572
573 \end_layout
574
575 \begin_layout Standard
576 This is the same image like the one above but in draft mode:
577 \end_layout
578
579 \begin_layout Standard
580 \align center
581 \begin_inset Graphics
582         filename clipart/mobius.eps
583         display color
584         scale 70
585         draft
586         scaleBeforeRotation
587         rotateOrigin center
588
589 \end_inset
590
591
592 \end_layout
593
594 \begin_layout Section
595 Figure Floats
596 \begin_inset LatexCommand label
597 name "sec:Figure-Floats"
598
599 \end_inset
600
601
602 \begin_inset LatexCommand index
603 name "Floats ! Figures"
604
605 \end_inset
606
607
608 \begin_inset LatexCommand index
609 name "Figures ! Floats"
610
611 \end_inset
612
613
614 \end_layout
615
616 \begin_layout Standard
617 For general explanations about floats, have a look at section\InsetSpace ~
618
619 \begin_inset LatexCommand ref
620 reference "sec:FloatIntroduction"
621
622 \end_inset
623
624 .
625 \end_layout
626
627 \begin_layout Standard
628 The toolbar button 
629 \begin_inset Graphics
630         filename ../images/float-insert_figure.xpm
631         scale 85
632         scaleBeforeRotation
633
634 \end_inset
635
636  and the menu 
637 \family sans
638 Insert\SpecialChar \menuseparator
639 Float\SpecialChar \menuseparator
640 Figure
641 \family default
642  inserts a float with a caption that has the label 
643 \begin_inset Quotes eld
644 \end_inset
645
646 Figure\InsetSpace ~
647 #:
648 \begin_inset Quotes erd
649 \end_inset
650
651  (# is the actual number).
652  You can insert the image above the caption, like in Figure\InsetSpace ~
653
654 \begin_inset LatexCommand ref
655 reference "fig:kill-plat"
656
657 \end_inset
658
659  or below the caption, like in Figure\InsetSpace ~
660
661 \begin_inset LatexCommand ref
662 reference "fig:escher"
663
664 \end_inset
665
666 .
667  More about the caption placement is described in section\InsetSpace ~
668
669 \begin_inset LatexCommand ref
670 reference "sec:Caption-Placement"
671
672 \end_inset
673
674 .
675 \end_layout
676
677 \begin_layout Standard
678 \begin_inset Float figure
679 wide false
680 sideways false
681 status open
682
683 \begin_layout Standard
684 \align center
685 \begin_inset Graphics
686         filename clipart/platypus.eps
687         display color
688         width 50col%
689         scaleBeforeRotation
690         rotateOrigin center
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 \begin_inset Caption
699
700 \begin_layout Standard
701 \begin_inset LatexCommand label
702 name "fig:kill-plat"
703
704 \end_inset
705
706 A severely distorted platypus in a float.
707 \end_layout
708
709 \end_inset
710
711
712 \end_layout
713
714 \end_inset
715
716
717 \end_layout
718
719 \begin_layout Standard
720 \begin_inset Float figure
721 wide false
722 sideways false
723 status open
724
725 \begin_layout Standard
726 \begin_inset Caption
727
728 \begin_layout Standard
729 \begin_inset LatexCommand label
730 name "fig:escher"
731
732 \end_inset
733
734 M.C.
735  Escher on acid.
736 \end_layout
737
738 \end_inset
739
740
741 \end_layout
742
743 \begin_layout Standard
744 \align center
745 \begin_inset Graphics
746         filename clipart/escher-lsd.eps
747         display color
748         scale 80
749         scaleBeforeRotation
750         rotateOrigin center
751
752 \end_inset
753
754
755 \end_layout
756
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Standard
763 \begin_inset LatexCommand index
764 name "References ! to Figures"
765
766 \end_inset
767
768 Figure\InsetSpace ~
769
770 \begin_inset LatexCommand ref
771 reference "fig:kill-plat"
772
773 \end_inset
774
775  and 
776 \begin_inset LatexCommand ref
777 reference "fig:escher"
778
779 \end_inset
780
781  are examples of referenced figures.
782  Figures can be referenced in the text by referencing their label.
783  To do this insert a label in the caption using the menu 
784 \family sans
785 Insert\SpecialChar \menuseparator
786 Label
787 \family default
788  or the toolbar button 
789 \begin_inset Graphics
790         filename ../images/label-insert.xpm
791         scale 85
792         scaleBeforeRotation
793
794 \end_inset
795
796 .
797  You can now refer to the label using the menu 
798 \family sans
799 Insert\SpecialChar \menuseparator
800 Cross\InsetSpace ~
801 reference
802 \family default
803  or the toolbar button 
804 \begin_inset Graphics
805         filename ../images/dialog-show-new-inset_ref.xpm
806         scale 85
807         scaleBeforeRotation
808
809 \end_inset
810
811 .
812  It is important to use references to floats, rather than using vague references
813  like 
814 \begin_inset Quotes eld
815 \end_inset
816
817 the figure above
818 \begin_inset Quotes erd
819 \end_inset
820
821 , because as LaTeX will reposition the floats in the final document, it
822  might not be 
823 \begin_inset Quotes eld
824 \end_inset
825
826 above
827 \begin_inset Quotes erd
828 \end_inset
829
830  at all.
831 \newline
832 Referencing is explained in detail in section\InsetSpace ~
833
834 \begin_inset LatexCommand ref
835 reference "sec:Referencing-Floats"
836
837 \end_inset
838
839 .
840 \end_layout
841
842 \begin_layout Standard
843 Normally only one image is inserted to a figure float, but sometimes you
844  might want to use two images with separate subcaptions.
845  This can be set in the tab 
846 \family sans
847 Extra\InsetSpace ~
848 options
849 \family default
850  of the graphics dialog.
851  Choose there the option 
852 \family sans
853 Subfigure
854 \family default
855  and enter the subcaption for the image in the caption field.
856  Note that only the main caption of the float is added to the List of Figures.
857 \newline
858 Ref
859 erencing subfigures is explained in section\InsetSpace ~
860
861 \begin_inset LatexCommand ref
862 reference "sub:Referencing-Subfigures"
863
864 \end_inset
865
866 .
867 \end_layout
868
869 \begin_layout Standard
870 Figure\InsetSpace ~
871
872 \begin_inset LatexCommand ref
873 reference "fig:Two-distorted-images"
874
875 \end_inset
876
877  is an example of a figure float with two images set side by side.
878  You can also set the images one below the other.
879 \end_layout
880
881 \begin_layout Standard
882 \begin_inset Float figure
883 wide false
884 sideways false
885 status open
886
887 \begin_layout Standard
888
889 \hfill
890
891 \begin_inset Graphics
892         filename clipart/escher-lsd.eps
893         width 45col%
894         scaleBeforeRotation
895         subcaption
896         subcaptionText "Undefinable structure"
897
898 \end_inset
899
900
901 \hfill
902
903 \begin_inset Graphics
904         filename clipart/platypus.eps
905         lyxscale 60
906         width 45col%
907         scaleBeforeRotation
908         subcaption
909         subcaptionText "\label{fig:Platypus} Platypus"
910
911 \end_inset
912
913
914 \hfill
915
916 \end_layout
917
918 \begin_layout Standard
919 \begin_inset Caption
920
921 \begin_layout Standard
922 \begin_inset LatexCommand label
923 name "fig:Two-distorted-images"
924
925 \end_inset
926
927 Two distorted images.
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Section
941 Image Formats
942 \begin_inset LatexCommand label
943 name "sec:Image-Formats"
944
945 \end_inset
946
947
948 \begin_inset LatexCommand index
949 name "Image Formats"
950
951 \end_inset
952
953
954 \begin_inset LatexCommand index
955 name "Figures ! Image Formats"
956
957 \end_inset
958
959
960 \end_layout
961
962 \begin_layout Standard
963 You can insert images in any known file format.
964  But as explained in appendix\InsetSpace ~
965
966 \begin_inset LatexCommand ref
967 reference "cha:Output-File-Formats"
968
969 \end_inset
970
971 , every output document format allows only a few image formats.
972  LyX uses therefore the program 
973 \family typewriter
974 Imagemagick
975 \family default
976  in the background to convert the images to the right format.
977  To increase your work flow by avoiding these conversions in the background,
978  you can use only the image formats that can directly be embedded in the
979  output file format.
980  The output file formats are explained in appendix\InsetSpace ~
981
982 \begin_inset LatexCommand ref
983 reference "cha:Output-File-Formats"
984
985 \end_inset
986
987 .
988 \end_layout
989
990 \begin_layout Standard
991 Similar to fonts there are two types of image formats:
992 \end_layout
993
994 \begin_layout Description
995 Bitmap\InsetSpace ~
996 images consist of pixel values, often in a compressed form.
997  They are therefore not fully scalable and look pixeled in large zooms.
998  Well-known bitmap image formats are 
999 \begin_inset Quotes eld
1000 \end_inset
1001
1002 Graphics Interchange Format
1003 \begin_inset Quotes erd
1004 \end_inset
1005
1006  (GIF, file extension 
1007 \begin_inset Quotes eld
1008 \end_inset
1009
1010
1011 \family typewriter
1012 .gif
1013 \family default
1014
1015 \begin_inset Quotes erd
1016 \end_inset
1017
1018 )
1019 \begin_inset LatexCommand index
1020 name "GIF|see{Image formats}"
1021
1022 \end_inset
1023
1024
1025 \begin_inset Quotes eld
1026 \end_inset
1027
1028 Portable Network Graphics
1029 \begin_inset Quotes erd
1030 \end_inset
1031
1032  (PNG, file extension 
1033 \begin_inset Quotes eld
1034 \end_inset
1035
1036
1037 \family typewriter
1038 .png
1039 \family default
1040
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044 )
1045 \begin_inset LatexCommand index
1046 name "PNG|see{Image formats}"
1047
1048 \end_inset
1049
1050 , and 
1051 \begin_inset Quotes eld
1052 \end_inset
1053
1054 Joint Photographic Experts Group
1055 \begin_inset Quotes erd
1056 \end_inset
1057
1058  (JPG, file extension 
1059 \begin_inset Quotes eld
1060 \end_inset
1061
1062
1063 \family typewriter
1064 .jpg
1065 \family default
1066
1067 \begin_inset Quotes erd
1068 \end_inset
1069
1070  or 
1071 \begin_inset Quotes eld
1072 \end_inset
1073
1074
1075 \family typewriter
1076 .jpeg
1077 \family default
1078
1079 \begin_inset Quotes erd
1080 \end_inset
1081
1082 )
1083 \begin_inset LatexCommand index
1084 name "JPG|see{Image formats}"
1085
1086 \end_inset
1087
1088 .
1089 \end_layout
1090
1091 \begin_layout Description
1092 Vector\InsetSpace ~
1093 images consist of vectors and can therefore be scaled to any size
1094  without data loss.
1095  The scaling ability is necessary if you want to create presentations, because
1096  presentations are always scaled by the video projector.
1097  Scaling is also useful for online documents to let the user zoom into diagrams.
1098 \newline
1099 W
1100 ell-known scalable image formats are 
1101 \begin_inset Quotes eld
1102 \end_inset
1103
1104 Scalable Vector Graphics
1105 \begin_inset Quotes erd
1106 \end_inset
1107
1108  (SVG, file extension 
1109 \begin_inset Quotes eld
1110 \end_inset
1111
1112
1113 \family typewriter
1114 .svg
1115 \family default
1116
1117 \begin_inset Quotes erd
1118 \end_inset
1119
1120 )
1121 \begin_inset LatexCommand index
1122 name "SVG|see{Image formats}"
1123
1124 \end_inset
1125
1126
1127 \begin_inset Quotes eld
1128 \end_inset
1129
1130 Encapsulated PostScript
1131 \begin_inset Quotes erd
1132 \end_inset
1133
1134  (EPS, file extension 
1135 \begin_inset Quotes eld
1136 \end_inset
1137
1138
1139 \family typewriter
1140 .eps
1141 \family default
1142
1143 \begin_inset Quotes erd
1144 \end_inset
1145
1146 )
1147 \begin_inset LatexCommand index
1148 name "EPS|see{Image formats}"
1149
1150 \end_inset
1151
1152
1153 \begin_inset Quotes eld
1154 \end_inset
1155
1156 Portable Document Format
1157 \begin_inset Quotes erd
1158 \end_inset
1159
1160  (PDF, file extension 
1161 \begin_inset Quotes eld
1162 \end_inset
1163
1164
1165 \family typewriter
1166 .pdf
1167 \family default
1168
1169 \begin_inset Quotes erd
1170 \end_inset
1171
1172 )
1173 \begin_inset LatexCommand index
1174 name "PDF"
1175
1176 \end_inset
1177
1178 , and 
1179 \begin_inset Quotes eld
1180 \end_inset
1181
1182 Windows Metafile
1183 \begin_inset Quotes erd
1184 \end_inset
1185
1186  (WMF, file extension 
1187 \begin_inset Quotes eld
1188 \end_inset
1189
1190
1191 \family typewriter
1192 .wmf
1193 \family default
1194
1195 \begin_inset Quotes erd
1196 \end_inset
1197
1198 )
1199 \begin_inset LatexCommand index
1200 name "SVG|see{Image formats}"
1201
1202 \end_inset
1203
1204 .
1205  We wrote 
1206 \begin_inset Quotes eld
1207 \end_inset
1208
1209 can be
1210 \begin_inset Quotes erd
1211 \end_inset
1212
1213 , because you can convert any bitmap image to a PDF or EPS-image and the
1214  result will still be a bitmap image.
1215  In this cases only a header with the image properties is added to the original
1216  image
1217 \begin_inset Foot
1218 status open
1219
1220 \begin_layout Standard
1221 In the case of PDF, the original image is additionally compressed.
1222 \end_layout
1223
1224 \end_inset
1225
1226 .
1227  The PDF-files generated by 
1228 \family typewriter
1229 Adobe Photoshop
1230 \family default
1231  are for example bitmap images.
1232 \end_layout
1233
1234 \begin_layout Standard
1235 Normally it is not possible to convert a bitmap image into a scalable one,
1236  only vice versa.
1237  Only the image formats PDF and EPS can directly be embedded to PDF and
1238  PostScript output files, respectively.
1239  SVG and WMF-images are recalculated to bitmaps when the output file is
1240  generated because there is currently no adequate WMF/SVG
1241 \begin_inset Formula $\to$
1242 \end_inset
1243
1244 PDF/EPS converter available.
1245 \end_layout
1246
1247 \begin_layout Chapter
1248 Tables
1249 \begin_inset LatexCommand label
1250 name "cha:Tables"
1251
1252 \end_inset
1253
1254
1255 \begin_inset LatexCommand index
1256 name "Table"
1257
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \begin_layout Section
1264 Introduction
1265 \begin_inset LatexCommand index
1266 name "Table ! Introduction"
1267
1268 \end_inset
1269
1270
1271 \end_layout
1272
1273 \begin_layout Standard
1274 You can insert a table using either the toolbar button 
1275 \begin_inset Graphics
1276         filename ../images/tabular-insert.xpm
1277         scale 85
1278         scaleBeforeRotation
1279
1280 \end_inset
1281
1282  or the menu 
1283 \family sans
1284 Insert\SpecialChar \menuseparator
1285 Table
1286 \family default
1287 .
1288  The toolbar button offers you a graphical selection: Move the mouse to
1289  set the column/row number of the table that should be created and then
1290  press a mouse button.
1291  When you use the menu to create a table, a dialog will appear, asking you
1292  for the number of rows and columns.
1293 \newline
1294  The default table has lines around any
1295  cell and the first row appears separated from the rest of the table.
1296  This separation occurs due to a double line: The cells of the first row
1297  have a line below them and the cells of the second row have a line above
1298  them.
1299  Here is an example table:
1300 \end_layout
1301
1302 \begin_layout Standard
1303 \align center
1304 \begin_inset Tabular
1305 <lyxtabular version="3" rows="4" columns="4">
1306 <features>
1307 <column alignment="center" valignment="top" leftline="true" width="0">
1308 <column alignment="center" valignment="top" leftline="true" width="0">
1309 <column alignment="center" valignment="top" leftline="true" width="0">
1310 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1311 <row topline="true" bottomline="true">
1312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Standard
1316
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Standard
1325
1326 \family roman
1327 \series medium
1328 \shape up
1329 \size normal
1330 \emph off
1331 \bar no
1332 \noun off
1333 \color none
1334 1
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Standard
1343 2
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Standard
1352 3
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 <row topline="true">
1359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Standard
1363
1364 \family roman
1365 \series medium
1366 \shape up
1367 \size normal
1368 \emph off
1369 \bar no
1370 \noun off
1371 \color none
1372 A
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1378 \begin_inset Text
1379
1380 \begin_layout Standard
1381
1382 \end_layout
1383
1384 \end_inset
1385 </cell>
1386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1387 \begin_inset Text
1388
1389 \begin_layout Standard
1390
1391 \end_layout
1392
1393 \end_inset
1394 </cell>
1395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1396 \begin_inset Text
1397
1398 \begin_layout Standard
1399
1400 \end_layout
1401
1402 \end_inset
1403 </cell>
1404 </row>
1405 <row topline="true">
1406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1407 \begin_inset Text
1408
1409 \begin_layout Standard
1410
1411 \family roman
1412 \series medium
1413 \shape up
1414 \size normal
1415 \emph off
1416 \bar no
1417 \noun off
1418 \color none
1419 B
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Standard
1428
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1434 \begin_inset Text
1435
1436 \begin_layout Standard
1437
1438 \end_layout
1439
1440 \end_inset
1441 </cell>
1442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1443 \begin_inset Text
1444
1445 \begin_layout Standard
1446
1447 \end_layout
1448
1449 \end_inset
1450 </cell>
1451 </row>
1452 <row topline="true" bottomline="true">
1453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1454 \begin_inset Text
1455
1456 \begin_layout Standard
1457
1458 \family roman
1459 \series medium
1460 \shape up
1461 \size normal
1462 \emph off
1463 \bar no
1464 \noun off
1465 \color none
1466 C
1467 \end_layout
1468
1469 \end_inset
1470 </cell>
1471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1472 \begin_inset Text
1473
1474 \begin_layout Standard
1475
1476 \end_layout
1477
1478 \end_inset
1479 </cell>
1480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1481 \begin_inset Text
1482
1483 \begin_layout Standard
1484
1485 \end_layout
1486
1487 \end_inset
1488 </cell>
1489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1490 \begin_inset Text
1491
1492 \begin_layout Standard
1493
1494 \end_layout
1495
1496 \end_inset
1497 </cell>
1498 </row>
1499 </lyxtabular>
1500
1501 \end_inset
1502
1503
1504 \end_layout
1505
1506 \begin_layout Section
1507 Table Dialog
1508 \begin_inset LatexCommand index
1509 name "Table ! Dialog"
1510
1511 \end_inset
1512
1513
1514 \end_layout
1515
1516 \begin_layout Standard
1517 You can alter a table by clicking on it with the right mouse button, which
1518  brings up the table dialog.
1519  Here you can adjust the settings of that cell and row/column respectively
1520  where the cursor is currently placed.
1521  Most of the dialog options also work on selections.
1522  This means if you select more cells, columns or rows, the action is done
1523  for the whole selection.
1524  Note that there is a difference between selecting the 
1525 \emph on
1526 contents
1527 \emph default
1528  of the cell, and the cell itself.
1529  You can alter tables with the following tabs of the table dialog:
1530 \end_layout
1531
1532 \begin_layout Description
1533
1534 \family sans
1535 Table\InsetSpace ~
1536 Settings
1537 \family default
1538  Here you can set the horizontal alignment and the width of the current
1539  column.
1540  When you have set a width you can also adjust the vertical alignment of
1541  the current row.
1542  A given width will allow the cell to have line breaks and multiple paragraphs
1543  of text, see section\InsetSpace ~
1544
1545 \begin_inset LatexCommand ref
1546 reference "sub:Multiple-Lines-in"
1547
1548 \end_inset
1549
1550 .
1551  If you set no width, the column is as wide as their widest cell content
1552  is.
1553 \newline
1554 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1555  cell, see section\InsetSpace ~
1556
1557 \begin_inset LatexCommand ref
1558 reference "sub:Multicolumns"
1559
1560 \end_inset
1561
1562 .
1563 \newline
1564 The rotate check boxes rotates the current cell, a selection, or the whole
1565  table counter-clockwise by 90°.
1566  The rotation is not shown within LyX, only in the output.
1567 \newline
1568
1569 \begin_inset Note Greyedout
1570 status open
1571
1572 \begin_layout Standard
1573
1574 \series bold
1575 Note:
1576 \series default
1577  Not all DVI-viewers are able to display rotations.
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \newline
1584 It is also possible to enter a LaTeX-argument which is needed for special
1585  table formattings, see section\InsetSpace ~
1586
1587 \begin_inset LatexCommand ref
1588 reference "sub:Multicolumn-Calculations"
1589
1590 \end_inset
1591
1592  and 
1593 \begin_inset LatexCommand ref
1594 reference "sec:Colored-Tables"
1595
1596 \end_inset
1597
1598 .
1599 \end_layout
1600
1601 \begin_layout Description
1602
1603 \family sans
1604 Borders
1605 \family default
1606  In this tab you can add and delete border lines for the current row/column.
1607 \newline
1608 Using
1609  the style option 
1610 \family sans
1611 Formal
1612 \family default
1613  will convert the table to a formal table as described in section\InsetSpace ~
1614
1615 \begin_inset LatexCommand ref
1616 reference "sec:Formal-Tables"
1617
1618 \end_inset
1619
1620 .
1621 \newline
1622 You can also add here space to table rows as decribed in section\InsetSpace ~
1623
1624 \begin_inset LatexCommand ref
1625 reference "sub:Row-Spacing"
1626
1627 \end_inset
1628
1629 .
1630 \end_layout
1631
1632 \begin_layout Description
1633
1634 \family sans
1635 Longtable
1636 \family default
1637  This tab is to make a table a so called 
1638 \begin_inset Quotes eld
1639 \end_inset
1640
1641
1642 \emph on
1643 longtable
1644 \emph default
1645
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  that can run over several pages.
1650  Section\InsetSpace ~
1651
1652 \begin_inset LatexCommand ref
1653 reference "sec:Longtables"
1654
1655 \end_inset
1656
1657  and 
1658 \begin_inset LatexCommand ref
1659 reference "sec:Special-Longtable-Issues"
1660
1661 \end_inset
1662
1663  describe the longtable features in detail.
1664 \end_layout
1665
1666 \begin_layout Standard
1667 When the table toolbar is opened, you can move the cursor with the arrow
1668  keys from cell to cell and the property of the current cell will immediately
1669  be displayed in the dialog.
1670 \end_layout
1671
1672 \begin_layout Section
1673 Table Toolbar
1674 \begin_inset LatexCommand index
1675 name "Table ! Toolbar"
1676
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 The table toolbar is an alternative to the table dialog to be able to alter
1684  tables faster.
1685  It should normally appear at the bottom of LyX's main window when the cursor
1686  is inside a table.
1687  You can alternatively switch it on to appear always, by right-clicking
1688  in LyX's main menu bar.
1689 \end_layout
1690
1691 \begin_layout Standard
1692 The toolbar has the following icons:
1693 \end_layout
1694
1695 \begin_layout Labeling
1696 \labelwidthstring 00.00.0000
1697 \begin_inset Graphics
1698         filename ../images/tabular-feature_append-row.xpm
1699         scaleBeforeRotation
1700
1701 \end_inset
1702
1703  adds a row below the current cell or selection
1704 \end_layout
1705
1706 \begin_layout Labeling
1707 \labelwidthstring 00.00.0000
1708 \begin_inset Graphics
1709         filename ../images/tabular-feature_append-column.xpm
1710         scaleBeforeRotation
1711
1712 \end_inset
1713
1714  adds a column right beside the current cell or selection
1715 \end_layout
1716
1717 \begin_layout Labeling
1718 \labelwidthstring 00.00.0000
1719 \begin_inset Graphics
1720         filename ../images/tabular-feature_delete-row.xpm
1721         scaleBeforeRotation
1722
1723 \end_inset
1724
1725  deletes the current row or selection
1726 \end_layout
1727
1728 \begin_layout Labeling
1729 \labelwidthstring 00.00.0000
1730 \begin_inset Graphics
1731         filename ../images/tabular-feature_delete-column.xpm
1732         scaleBeforeRotation
1733
1734 \end_inset
1735
1736  deletes the current column or selection
1737 \end_layout
1738
1739 \begin_layout Labeling
1740 \labelwidthstring 00.00.0000
1741 \begin_inset Graphics
1742         filename ../images/tabular-feature_toggle-line-top.xpm
1743         scaleBeforeRotation
1744
1745 \end_inset
1746
1747  adds a line at the top of the current cell / row or of a selection
1748 \end_layout
1749
1750 \begin_layout Labeling
1751 \labelwidthstring 00.00.0000
1752 \begin_inset Graphics
1753         filename ../images/tabular-feature_toggle-line-bottom.xpm
1754         scaleBeforeRotation
1755
1756 \end_inset
1757
1758  adds a line at the bottom of the current cell / row or of a selection
1759 \end_layout
1760
1761 \begin_layout Labeling
1762 \labelwidthstring 00.00.0000
1763 \begin_inset Graphics
1764         filename ../images/tabular-feature_toggle-line-left.xpm
1765         scaleBeforeRotation
1766
1767 \end_inset
1768
1769  adds a line at the left side of the current cell / row or of a selection
1770 \end_layout
1771
1772 \begin_layout Labeling
1773 \labelwidthstring 00.00.0000
1774 \begin_inset Graphics
1775         filename ../images/tabular-feature_toggle-line-right.xpm
1776         scaleBeforeRotation
1777
1778 \end_inset
1779
1780  adds a line at the right side of the current cell / row or of a selection
1781 \end_layout
1782
1783 \begin_layout Labeling
1784 \labelwidthstring 00.00.0000
1785 \begin_inset Graphics
1786         filename ../images/tabular-feature_set-all-lines.xpm
1787         scaleBeforeRotation
1788
1789 \end_inset
1790
1791  adds lines around the current or selected cells - if the current cell no
1792  multicolumn this also affects the current row and column
1793 \end_layout
1794
1795 \begin_layout Labeling
1796 \labelwidthstring 00.00.0000
1797 \begin_inset Graphics
1798         filename ../images/tabular-feature_unset-all-lines.xpm
1799         scaleBeforeRotation
1800
1801 \end_inset
1802
1803  deletes all lines of the current or selected cells - if the current cell
1804  no multicolumn this also affects the current row and column
1805 \end_layout
1806
1807 \begin_layout Labeling
1808 \labelwidthstring 00.00.0000
1809 \begin_inset Graphics
1810         filename ../images/tabular-feature_align-left.xpm
1811         scaleBeforeRotation
1812
1813 \end_inset
1814
1815  left-aligns the content of the current cell / column
1816 \end_layout
1817
1818 \begin_layout Labeling
1819 \labelwidthstring 00.00.0000
1820 \begin_inset Graphics
1821         filename ../images/tabular-feature_align-center.xpm
1822         scaleBeforeRotation
1823
1824 \end_inset
1825
1826  centers the content of the current cell / column horizontally
1827 \end_layout
1828
1829 \begin_layout Labeling
1830 \labelwidthstring 00.00.0000
1831 \begin_inset Graphics
1832         filename ../images/tabular-feature_align-right.xpm
1833         scaleBeforeRotation
1834
1835 \end_inset
1836
1837  right-aligns the content of the current cell / column
1838 \end_layout
1839
1840 \begin_layout Labeling
1841 \labelwidthstring 00.00.0000
1842 \begin_inset Graphics
1843         filename ../images/tabular-feature_valign-top.xpm
1844         scaleBeforeRotation
1845
1846 \end_inset
1847
1848  aligns the content of the current cell vertically to the top
1849 \end_layout
1850
1851 \begin_layout Labeling
1852 \labelwidthstring 00.00.0000
1853 \begin_inset Graphics
1854         filename ../images/tabular-feature_valign-middle.xpm
1855         scaleBeforeRotation
1856
1857 \end_inset
1858
1859  centers the content of the current cell vertically
1860 \end_layout
1861
1862 \begin_layout Labeling
1863 \labelwidthstring 00.00.0000
1864 \begin_inset Graphics
1865         filename ../images/tabular-feature_valign-bottom.xpm
1866         scaleBeforeRotation
1867
1868 \end_inset
1869
1870  aligns the content of the current cell vertically to the bottom
1871 \end_layout
1872
1873 \begin_layout Labeling
1874 \labelwidthstring 00.00.0000
1875 \begin_inset Graphics
1876         filename ../images/tabular-feature_set-rotate-cell.xpm
1877         scaleBeforeRotation
1878
1879 \end_inset
1880
1881  rotates the current cell or selection counter-clockwise by 90°
1882 \end_layout
1883
1884 \begin_layout Labeling
1885 \labelwidthstring 00.00.0000
1886 \begin_inset Graphics
1887         filename ../images/tabular-feature_set-rotate-tabular.xpm
1888         scaleBeforeRotation
1889
1890 \end_inset
1891
1892  rotates the whole table counter-clockwise by 90°
1893 \end_layout
1894
1895 \begin_layout Labeling
1896 \labelwidthstring 00.00.0000
1897 \begin_inset Graphics
1898         filename ../images/tabular-feature_multicolumn.xpm
1899         scaleBeforeRotation
1900
1901 \end_inset
1902
1903  sets the current cell or selection as a multicolumn
1904 \end_layout
1905
1906 \begin_layout Standard
1907 \begin_inset Note Greyedout
1908 status open
1909
1910 \begin_layout Standard
1911
1912 \series bold
1913 Note:
1914 \series default
1915  For the output the vertical alignment of the first cell in a row is used
1916  for all following cells in the row.
1917 \end_layout
1918
1919 \end_inset
1920
1921
1922 \end_layout
1923
1924 \begin_layout Section
1925 Edit Table Menu
1926 \begin_inset LatexCommand index
1927 name "Table ! Edit Menu"
1928
1929 \end_inset
1930
1931
1932 \end_layout
1933
1934 \begin_layout Standard
1935 Additionally to the table dialog and toolbar, the menu 
1936 \family sans
1937 Edit\SpecialChar \menuseparator
1938 Table
1939 \family default
1940  allows you to add and delete border lines for the current row/column and
1941  to set the current selection as multicolumn.
1942  The menu is only available when the cursor is inside a table.
1943 \end_layout
1944
1945 \begin_layout Section
1946 Table Floats
1947 \begin_inset LatexCommand label
1948 name "sec:Table-Floats"
1949
1950 \end_inset
1951
1952
1953 \begin_inset LatexCommand index
1954 name "Floats ! Tables"
1955
1956 \end_inset
1957
1958
1959 \begin_inset LatexCommand index
1960 name "Table ! Floats"
1961
1962 \end_inset
1963
1964
1965 \end_layout
1966
1967 \begin_layout Standard
1968 For general explanations about floats, have a look at section\InsetSpace ~
1969
1970 \begin_inset LatexCommand ref
1971 reference "sec:FloatIntroduction"
1972
1973 \end_inset
1974
1975 .
1976 \end_layout
1977
1978 \begin_layout Standard
1979 \begin_inset Float table
1980 placement h
1981 wide false
1982 sideways false
1983 status open
1984
1985 \begin_layout Standard
1986 \begin_inset Caption
1987
1988 \begin_layout Standard
1989 \begin_inset LatexCommand label
1990 name "tab:a table float"
1991
1992 \end_inset
1993
1994 A table float.
1995 \end_layout
1996
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \begin_layout Standard
2003 \align center
2004 \begin_inset Tabular
2005 <lyxtabular version="3" rows="3" columns="3">
2006 <features>
2007 <column alignment="center" valignment="top" leftline="true" width="0pt">
2008 <column alignment="center" valignment="top" leftline="true" width="0pt">
2009 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2010 <row topline="true" bottomline="true">
2011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2012 \begin_inset Text
2013
2014 \begin_layout Standard
2015
2016 \family roman
2017 \series medium
2018 \shape up
2019 \size normal
2020 \emph off
2021 \bar no
2022 \noun off
2023 \color none
2024 1
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2030 \begin_inset Text
2031
2032 \begin_layout Standard
2033
2034 \family roman
2035 \series medium
2036 \shape up
2037 \size normal
2038 \emph off
2039 \bar no
2040 \noun off
2041 \color none
2042 2
2043 \end_layout
2044
2045 \end_inset
2046 </cell>
2047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2048 \begin_inset Text
2049
2050 \begin_layout Standard
2051
2052 \family roman
2053 \series medium
2054 \shape up
2055 \size normal
2056 \emph off
2057 \bar no
2058 \noun off
2059 \color none
2060 3
2061 \end_layout
2062
2063 \end_inset
2064 </cell>
2065 </row>
2066 <row topline="true">
2067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2068 \begin_inset Text
2069
2070 \begin_layout Standard
2071
2072 \family roman
2073 \series medium
2074 \shape up
2075 \size normal
2076 \emph off
2077 \bar no
2078 \noun off
2079 \color none
2080 Joe
2081 \end_layout
2082
2083 \end_inset
2084 </cell>
2085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2086 \begin_inset Text
2087
2088 \begin_layout Standard
2089
2090 \family roman
2091 \series medium
2092 \shape up
2093 \size normal
2094 \emph off
2095 \bar no
2096 \noun off
2097 \color none
2098 Mary
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Standard
2107
2108 \family roman
2109 \series medium
2110 \shape up
2111 \size normal
2112 \emph off
2113 \bar no
2114 \noun off
2115 \color none
2116 Ted
2117 \end_layout
2118
2119 \end_inset
2120 </cell>
2121 </row>
2122 <row topline="true" bottomline="true">
2123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Standard
2127
2128 \family roman
2129 \series medium
2130 \shape up
2131 \size normal
2132 \emph off
2133 \bar no
2134 \noun off
2135 \color none
2136 \begin_inset Formula $\int x^{2}dx$
2137 \end_inset
2138
2139
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Standard
2148
2149 \family roman
2150 \series medium
2151 \shape up
2152 \size normal
2153 \emph off
2154 \bar no
2155 \noun off
2156 \color none
2157 \begin_inset Formula $\left[\begin{array}{cc}
2158 a & b\\
2159 c & d\end{array}\right]$
2160 \end_inset
2161
2162
2163 \end_layout
2164
2165 \end_inset
2166 </cell>
2167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2168 \begin_inset Text
2169
2170 \begin_layout Standard
2171
2172 \family roman
2173 \series medium
2174 \shape up
2175 \size normal
2176 \emph off
2177 \bar no
2178 \noun off
2179 \color none
2180 \begin_inset Formula $1+1=2$
2181 \end_inset
2182
2183
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 </row>
2189 </lyxtabular>
2190
2191 \end_inset
2192
2193
2194 \end_layout
2195
2196 \end_inset
2197
2198
2199 \end_layout
2200
2201 \begin_layout Standard
2202 Table floats can be inserted using the menu 
2203 \family sans
2204 Insert\SpecialChar \menuseparator
2205 Float\SpecialChar \menuseparator
2206 Table
2207 \family default
2208  or the toolbar button 
2209 \begin_inset Graphics
2210         filename ../images/float-insert_table.xpm
2211         scale 85
2212         scaleBeforeRotation
2213
2214 \end_inset
2215
2216 .
2217 \end_layout
2218
2219 \begin_layout Standard
2220 The float appears as a collapsible box with a caption that has the label
2221  
2222 \begin_inset Quotes eld
2223 \end_inset
2224
2225 Table\InsetSpace ~
2226 #:
2227 \begin_inset Quotes erd
2228 \end_inset
2229
2230  (# is the actual table number).
2231  You can insert tables to the float above or below the caption.
2232 \end_layout
2233
2234 \begin_layout Standard
2235 Table\InsetSpace ~
2236
2237 \begin_inset LatexCommand ref
2238 reference "tab:a table float"
2239
2240 \end_inset
2241
2242  is an example table within a table float.
2243 \end_layout
2244
2245 \begin_layout Standard
2246 Having the caption above the table is the common rule that is unfortunately
2247  not supported in LaTeX's standard classes.
2248  That means if you are using the document classes 
2249 \family sans
2250 article
2251 \family default
2252
2253 \family sans
2254 book
2255 \family default
2256
2257 \family sans
2258 letter
2259 \family default
2260 , or 
2261 \family sans
2262 report
2263 \family default
2264  there will be no space between the caption and the table.
2265  To insert the needed space, add the following option to the load command
2266  of the LaTeX-package 
2267 \series bold
2268 caption
2269 \series default
2270
2271 \begin_inset LatexCommand index
2272 name "LaTeX-packages ! caption"
2273
2274 \end_inset
2275
2276  in your document preamble
2277 \begin_inset Foot
2278 status collapsed
2279
2280 \begin_layout Standard
2281 For more information have a look at section\InsetSpace ~
2282
2283 \begin_inset LatexCommand ref
2284 reference "sec:Caption-Placement"
2285
2286 \end_inset
2287
2288 .
2289 \end_layout
2290
2291 \end_inset
2292
2293 :
2294 \end_layout
2295
2296 \begin_layout Standard
2297
2298 \series bold
2299 tableposition=top
2300 \end_layout
2301
2302 \begin_layout Standard
2303 The package 
2304 \series bold
2305 caption
2306 \series default
2307 , which is described in section\InsetSpace ~
2308
2309 \begin_inset LatexCommand ref
2310 reference "sec:Caption-Formatting"
2311
2312 \end_inset
2313
2314 , is used to adjust the caption format.
2315 \end_layout
2316
2317 \begin_layout Standard
2318 \begin_inset LatexCommand index
2319 name "References ! to Tables"
2320
2321 \end_inset
2322
2323 Tables can be cross-referenced in the text by referencing their label.
2324  To do this insert a label in the caption using the menu 
2325 \family sans
2326 Insert\SpecialChar \menuseparator
2327 Label
2328 \family default
2329  or the toolbar button 
2330 \begin_inset Graphics
2331         filename ../images/label-insert.xpm
2332         scale 85
2333         scaleBeforeRotation
2334
2335 \end_inset
2336
2337 .
2338  You can now refer to the label using the menu 
2339 \family sans
2340 Insert\SpecialChar \menuseparator
2341 Cross\InsetSpace ~
2342 reference
2343 \family default
2344  or the toolbar button 
2345 \begin_inset Graphics
2346         filename ../images/dialog-show-new-inset_ref.xpm
2347         scale 85
2348         scaleBeforeRotation
2349
2350 \end_inset
2351
2352 .
2353 \newline
2354 Referencing is explained in detail in section\InsetSpace ~
2355
2356 \begin_inset LatexCommand ref
2357 reference "sec:Referencing-Floats"
2358
2359 \end_inset
2360
2361 .
2362 \end_layout
2363
2364 \begin_layout Section
2365 Longtables
2366 \begin_inset LatexCommand label
2367 name "sec:Longtables"
2368
2369 \end_inset
2370
2371
2372 \begin_inset LatexCommand index
2373 name "Longtables"
2374
2375 \end_inset
2376
2377
2378 \begin_inset LatexCommand index
2379 name "Table ! Longtables"
2380
2381 \end_inset
2382
2383
2384 \end_layout
2385
2386 \begin_layout Standard
2387 If the table is too long to fit on one page, you can use the option 
2388 \family sans
2389 Use\InsetSpace ~
2390 long\InsetSpace ~
2391 table
2392 \family default
2393  in the tab 
2394 \family sans
2395 Longtable
2396 \family default
2397  of the table dialog to split the table automatically over more pages.
2398  Doing this enables some check boxes and you can now define:
2399 \end_layout
2400
2401 \begin_layout Description
2402
2403 \family sans
2404 Header
2405 \family default
2406 : The current row and all rows above, that don't have any special options
2407  defined, are defined to be the header rows of all pages of the longtable;
2408  except for the first page, if 
2409 \family sans
2410 First\InsetSpace ~
2411 header
2412 \family default
2413  is defined.
2414  This therefore called the main header.
2415 \end_layout
2416
2417 \begin_layout Description
2418
2419 \family sans
2420 First\InsetSpace ~
2421 header
2422 \family default
2423 : The current row and all rows above, that don't have any special options
2424  defined, are defined to be the header rows of the first page of the longtable.
2425 \end_layout
2426
2427 \begin_layout Description
2428
2429 \family sans
2430 Footer
2431 \family default
2432 : The current row and all rows below, that don't have any special options
2433  defined, are defined to be the footer rows of all pages of the longtable;
2434  except for the last page, if 
2435 \family sans
2436 Last\InsetSpace ~
2437 footer
2438 \family default
2439  is defined.
2440 \end_layout
2441
2442 \begin_layout Description
2443
2444 \family sans
2445 Last\InsetSpace ~
2446 footer
2447 \family default
2448 : The current row and all rows below, that don't have any special options
2449  defined, are defined to be the footer rows of the last page of the longtable.
2450 \end_layout
2451
2452 \begin_layout Standard
2453 You can also specify a row where the table is splitted.
2454  If you set more than one option in the same table row, you should be aware
2455  of the fact that only the first one is used in the given table row.
2456  The others will then be defined as 
2457 \emph on
2458 empty
2459 \emph default
2460 .
2461  In this context, first means first in this order: 
2462 \family sans
2463 Header,
2464 \family default
2465  
2466 \family sans
2467 First\InsetSpace ~
2468 header, Footer, Last\InsetSpace ~
2469 footer.
2470
2471 \family default
2472  See the following longtable to see how it works:
2473 \end_layout
2474
2475 \begin_layout Standard
2476 \align center
2477 \begin_inset Tabular
2478 <lyxtabular version="3" rows="69" columns="3">
2479 <features islongtable="true">
2480 <column alignment="left" valignment="top" leftline="true" width="0cm">
2481 <column alignment="left" valignment="top" width="0pt">
2482 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2483 <row topline="true" bottomline="true" endfirsthead="true">
2484 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Standard
2488
2489 \series bold
2490 Example Phone List (ignore the names)
2491 \end_layout
2492
2493 \end_inset
2494 </cell>
2495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2496 \begin_inset Text
2497
2498 \begin_layout Standard
2499
2500 \end_layout
2501
2502 \end_inset
2503 </cell>
2504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2505 \begin_inset Text
2506
2507 \begin_layout Standard
2508
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 </row>
2514 <row topline="true" bottomline="true" endfirsthead="true">
2515 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2516 \begin_inset Text
2517
2518 \begin_layout Standard
2519
2520 \series bold
2521 NAME
2522 \end_layout
2523
2524 \end_inset
2525 </cell>
2526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Standard
2530
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Standard
2539
2540 \series bold
2541 TEL.
2542 \end_layout
2543
2544 \end_inset
2545 </cell>
2546 </row>
2547 <row topline="true" bottomline="true" endhead="true">
2548 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2549 \begin_inset Text
2550
2551 \begin_layout Standard
2552
2553 \series bold
2554 Example Phone List
2555 \end_layout
2556
2557 \end_inset
2558 </cell>
2559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2560 \begin_inset Text
2561
2562 \begin_layout Standard
2563
2564 \end_layout
2565
2566 \end_inset
2567 </cell>
2568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2569 \begin_inset Text
2570
2571 \begin_layout Standard
2572
2573 \end_layout
2574
2575 \end_inset
2576 </cell>
2577 </row>
2578 <row topline="true" bottomline="true" endhead="true">
2579 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2580 \begin_inset Text
2581
2582 \begin_layout Standard
2583
2584 \series bold
2585 NAME
2586 \end_layout
2587
2588 \end_inset
2589 </cell>
2590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2591 \begin_inset Text
2592
2593 \begin_layout Standard
2594
2595 \end_layout
2596
2597 \end_inset
2598 </cell>
2599 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2600 \begin_inset Text
2601
2602 \begin_layout Standard
2603
2604 \series bold
2605 TEL.
2606 \end_layout
2607
2608 \end_inset
2609 </cell>
2610 </row>
2611 <row topline="true" bottomline="true" endfoot="true">
2612 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2613 \begin_inset Text
2614
2615 \begin_layout Standard
2616  continued on next page
2617 \end_layout
2618
2619 \end_inset
2620 </cell>
2621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2622 \begin_inset Text
2623
2624 \begin_layout Standard
2625
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Standard
2634
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 </row>
2640 <row>
2641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2642 \begin_inset Text
2643
2644 \begin_layout Standard
2645
2646 \series bold
2647 Annovi
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 <cell alignment="center" valignment="top" topline="true" usebox="none">
2653 \begin_inset Text
2654
2655 \begin_layout Standard
2656 Silvia
2657 \end_layout
2658
2659 \end_inset
2660 </cell>
2661 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2662 \begin_inset Text
2663
2664 \begin_layout Standard
2665 111
2666 \end_layout
2667
2668 \end_inset
2669 </cell>
2670 </row>
2671 <row>
2672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Standard
2676
2677 \series bold
2678 Bertoli
2679 \end_layout
2680
2681 \end_inset
2682 </cell>
2683 <cell alignment="center" valignment="top" topline="true" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Standard
2687 Stefano
2688 \end_layout
2689
2690 \end_inset
2691 </cell>
2692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2693 \begin_inset Text
2694
2695 \begin_layout Standard
2696 111
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 </row>
2702 <row>
2703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Standard
2707
2708 \series bold
2709 Bozzi
2710 \end_layout
2711
2712 \end_inset
2713 </cell>
2714 <cell alignment="center" valignment="top" topline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Standard
2718 Walter
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Standard
2727 111
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 </row>
2733 <row>
2734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2735 \begin_inset Text
2736
2737 \begin_layout Standard
2738
2739 \series bold
2740 Cachia
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" topline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Standard
2749 Maria
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Standard
2758 111
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 </row>
2764 <row>
2765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Standard
2769
2770 \series bold
2771 Cachia
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 <cell alignment="center" valignment="top" topline="true" usebox="none">
2777 \begin_inset Text
2778
2779 \begin_layout Standard
2780 Maurizio
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Standard
2789 111
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 </row>
2795 <row>
2796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2797 \begin_inset Text
2798
2799 \begin_layout Standard
2800
2801 \series bold
2802 Cinquemani
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" topline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Standard
2811 Giusi
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Standard
2820 111
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 </row>
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Standard
2831
2832 \series bold
2833 Colin
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" topline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Standard
2842 Bernard
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Standard
2851 111
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Standard
2862
2863 \series bold
2864 Concli
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Standard
2873 Gianfranco
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Standard
2882 111
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 </row>
2888 <row>
2889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Standard
2893
2894 \series bold
2895 Dal Bosco
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell alignment="center" valignment="top" topline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Standard
2904 Carolina
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Standard
2913 111
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 </row>
2919 <row>
2920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Standard
2924
2925 \series bold
2926 Dalpiaz
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="center" valignment="top" topline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Standard
2935 Annamaria
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Standard
2944 111
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 </row>
2950 <row>
2951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Standard
2955
2956 \series bold
2957 Feliciello
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Standard
2966 Domenico
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Standard
2975 111
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 </row>
2981 <row>
2982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Standard
2986
2987 \series bold
2988 Focarelli
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Standard
2997 Paola
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Standard
3006 111
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 </row>
3012 <row>
3013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Standard
3017
3018 \series bold
3019 Galletti
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Standard
3028 Oreste
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Standard
3037 111
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 </row>
3043 <row>
3044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Standard
3048
3049 \series bold
3050 Gasparini
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell alignment="center" valignment="top" topline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Standard
3059 Franca
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Standard
3068 111
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 </row>
3074 <row>
3075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Standard
3079
3080 \series bold
3081 Rizzardi
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell alignment="center" valignment="top" topline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Standard
3090 Paola
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Standard
3099 111
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 </row>
3105 <row>
3106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Standard
3110
3111 \series bold
3112 Lassini
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" topline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Standard
3121 Giancarlo
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Standard
3130 111
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 </row>
3136 <row>
3137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Standard
3141
3142 \series bold
3143 Malfatti
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell alignment="center" valignment="top" topline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Standard
3152 Luciano
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Standard
3161 111
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Standard
3172
3173 \series bold
3174 Malfatti
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Standard
3183 Valeriano
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Standard
3192 111
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 <row>
3199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Standard
3203
3204 \series bold
3205 Meneguzzo
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Standard
3214 Roberto
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Standard
3223 111
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 </row>
3229 <row>
3230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Standard
3234
3235 \series bold
3236 Mezzadra
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell alignment="center" valignment="top" topline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Standard
3245 Roberto
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Standard
3254 111
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row>
3261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Standard
3265
3266 \series bold
3267 Pirpamer
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" topline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Standard
3276 Erich
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Standard
3285 111
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row>
3292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Standard
3296
3297 \series bold
3298 Pochiesa
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" topline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Standard
3307 Paolo
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Standard
3316 111, 222
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 </row>
3322 <row>
3323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Standard
3327
3328 \series bold
3329 Radina
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" topline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Standard
3338 Claudio
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Standard
3347 111
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row>
3354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Standard
3358
3359 \series bold
3360 Stuffer
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" topline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Standard
3369 Oskar
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Standard
3378 111
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Standard
3389
3390 \series bold
3391 Tacchelli
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" topline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Standard
3400 Ugo
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Standard
3409 111
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row>
3416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Standard
3420
3421 \series bold
3422 Tezzele
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" topline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Standard
3431 Margit
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Standard
3440 111
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Standard
3451
3452 \series bold
3453 Unterkalmsteiner
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" topline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Standard
3462 Frieda
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Standard
3471 111
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Standard
3482
3483 \series bold
3484 Vieider
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" topline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Standard
3493 Hilde
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Standard
3502 111
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Standard
3513
3514 \series bold
3515 Vigna
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" topline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Standard
3524 Jürgen
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Standard
3533 111
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Standard
3544
3545 \series bold
3546 Weber
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" topline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Standard
3555 Maurizio
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Standard
3564 111
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row bottomline="true">
3571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Standard
3575
3576 \series bold
3577 Winkler
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Standard
3586 Franz
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Standard
3595 111
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row bottomline="true">
3602 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Standard
3606  
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Standard
3615
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Standard
3624
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Standard
3635
3636 \series bold
3637 Annovi
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" topline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Standard
3646 Silvia
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Standard
3655 555
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Standard
3666
3667 \series bold
3668 Bertoli
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" topline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Standard
3677 Stefano
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Standard
3686 555
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Standard
3697
3698 \series bold
3699 Bozzi
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" topline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Standard
3708 Walter
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Standard
3717 555
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Standard
3728
3729 \series bold
3730 Cachia
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" topline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Standard
3739 Maria
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Standard
3748 555
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Standard
3759
3760 \series bold
3761 Cachia
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" topline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Standard
3770 Maurizio
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Standard
3779 555
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Standard
3790
3791 \series bold
3792 Cinquemani
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" topline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Standard
3801 Giusi
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Standard
3810 555
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Standard
3821
3822 \series bold
3823 Colin
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" topline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Standard
3832 Bernard
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Standard
3841 555
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Standard
3852
3853 \series bold
3854 Concli
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" topline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Standard
3863 Gianfranco
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Standard
3872 555
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Standard
3883
3884 \series bold
3885 Dal Bosco
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" topline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Standard
3894 Carolina
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Standard
3903 555
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Standard
3914
3915 \series bold
3916 Dalpiaz
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" topline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Standard
3925 Annamaria
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Standard
3934 555
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Standard
3945
3946 \series bold
3947 Feliciello
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" topline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Standard
3956 Domenico
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Standard
3965 555
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Standard
3976
3977 \series bold
3978 Focarelli
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" topline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Standard
3987 Paola
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Standard
3996 555
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Standard
4007
4008 \series bold
4009 Galletti
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" topline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Standard
4018 Oreste
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Standard
4027 555
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Standard
4038
4039 \series bold
4040 Gasparini
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" topline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Standard
4049 Franca
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Standard
4058 555
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Standard
4069
4070 \series bold
4071 Rizzardi
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" topline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Standard
4080 Paola
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Standard
4089 555
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Standard
4100
4101 \series bold
4102 Lassini
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" topline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Standard
4111 Giancarlo
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Standard
4120 555
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Standard
4131
4132 \series bold
4133 Malfatti
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" topline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Standard
4142 Luciano
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Standard
4151 555
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Standard
4162
4163 \series bold
4164 Malfatti
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" topline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Standard
4173 Valeriano
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Standard
4182 555
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Standard
4193
4194 \series bold
4195 Meneguzzo
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" topline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Standard
4204 Roberto
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Standard
4213 555
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Standard
4224
4225 \series bold
4226 Mezzadra
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" topline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Standard
4235 Roberto
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Standard
4244 555
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Standard
4255
4256 \series bold
4257 Pirpamer
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" topline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Standard
4266 Erich
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Standard
4275 555
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Standard
4286
4287 \series bold
4288 Pochiesa
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" topline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Standard
4297 Paolo
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Standard
4306 555, 222
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Standard
4317
4318 \series bold
4319 Radina
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" topline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Standard
4328 Claudio
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Standard
4337 555
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Standard
4348
4349 \series bold
4350 Stuffer
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" topline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Standard
4359 Oskar
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Standard
4368 555
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Standard
4379
4380 \series bold
4381 Tacchelli
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" topline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Standard
4390 Ugo
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Standard
4399 555
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Standard
4410
4411 \series bold
4412 Tezzele
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" topline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Standard
4421 Margit
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Standard
4430 555
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Standard
4441
4442 \series bold
4443 Unterkalmsteiner
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Standard
4452 Frieda
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Standard
4461 555
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Standard
4472
4473 \series bold
4474 Vieider
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" topline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Standard
4483 Hilde
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Standard
4492 555
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Standard
4503
4504 \series bold
4505 Vigna
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" topline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Standard
4514 Jürgen
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Standard
4523 999
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Standard
4534
4535 \series bold
4536 Weber
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" topline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Standard
4545 Maurizio
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Standard
4554 555
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row bottomline="true">
4561 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Standard
4565
4566 \series bold
4567 Winkler
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" topline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Standard
4576 Franz
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Standard
4585 555
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row bottomline="true" endlastfoot="true">
4592 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Standard
4596 end
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Standard
4605
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Standard
4614
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 </lyxtabular>
4621
4622 \end_inset
4623
4624
4625 \begin_inset ERT
4626 status collapsed
4627
4628 \begin_layout Standard
4629
4630
4631 \backslash
4632 addtocounter{table}{-1}
4633 \end_layout
4634
4635 \end_inset
4636
4637
4638 \begin_inset Note Note
4639 status collapsed
4640
4641 \begin_layout Standard
4642 See greyed-out note in section\InsetSpace ~
4643
4644 \begin_inset LatexCommand ref
4645 reference "sub:Longtable-Captions"
4646
4647 \end_inset
4648
4649  for an explanation of this command.
4650 \end_layout
4651
4652 \end_inset
4653
4654
4655 \end_layout
4656
4657 \begin_layout Subsection
4658 Footnotes in Longtables
4659 \begin_inset LatexCommand label
4660 name "sub:Footnotes-in-Longtables"
4661
4662 \end_inset
4663
4664
4665 \begin_inset LatexCommand index
4666 name "Longtables ! Footnotes"
4667
4668 \end_inset
4669
4670
4671 \end_layout
4672
4673 \begin_layout Standard
4674 Footnotes can be inserted to every longtable cell.
4675  They appear at the bottom of the page where the table cell with the footnote
4676  appears.
4677  Table\InsetSpace ~
4678
4679 \begin_inset LatexCommand ref
4680 reference "tab:DiffCaptions"
4681
4682 \end_inset
4683
4684  has for example a footnote.
4685 \end_layout
4686
4687 \begin_layout Subsection
4688 Longtable Captions
4689 \begin_inset LatexCommand index
4690 name "Longtables ! Captions"
4691
4692 \end_inset
4693
4694
4695 \begin_inset LatexCommand label
4696 name "sub:Longtable-Captions"
4697
4698 \end_inset
4699
4700
4701 \end_layout
4702
4703 \begin_layout Standard
4704 A longtable cannot be put into a table float because floats can only be
4705  on one page but the caption environment of floats can also be used for
4706  longtables.
4707 \end_layout
4708
4709 \begin_layout Standard
4710 As LyX does not yet fully support captions in longtables, a hack is needed
4711  to create them:
4712 \end_layout
4713
4714 \begin_layout Enumerate
4715 Create a longtable
4716 \family sans
4717 .
4718 \end_layout
4719
4720 \begin_layout Enumerate
4721 Mark the first row and disable its upper line.
4722 \end_layout
4723
4724 \begin_layout Enumerate
4725 Insert a caption via the menu 
4726 \family sans
4727 Insert\SpecialChar \menuseparator
4728 Caption
4729 \family default
4730  into the first table cell.
4731 \newline
4732 You can also add a short title for the caption.
4733 \end_layout
4734
4735 \begin_layout Enumerate
4736 Insert a 
4737 \begin_inset Quotes eld
4738 \end_inset
4739
4740
4741 \series bold
4742
4743 \backslash
4744
4745 \backslash
4746 %
4747 \series default
4748
4749 \begin_inset Quotes erd
4750 \end_inset
4751
4752  as ERT behind the caption.
4753 \end_layout
4754
4755 \begin_layout Standard
4756 A short title that will appear in the LOT instead of the full title.
4757  The 
4758 \series bold
4759
4760 \backslash
4761
4762 \backslash
4763 %
4764 \series default
4765  behind the caption omits the vertical lines between the following cells
4766  in the row.
4767  The first table row is now only a dummy row for the caption, the actual
4768  table starts with the second row.
4769 \end_layout
4770
4771 \begin_layout Standard
4772 Here is a short longtable to see how it works:
4773 \end_layout
4774
4775 \begin_layout Standard
4776 \begin_inset Tabular
4777 <lyxtabular version="3" rows="6" columns="5">
4778 <features islongtable="true">
4779 <column alignment="center" valignment="top" leftline="true" width="0">
4780 <column alignment="center" valignment="top" leftline="true" width="0">
4781 <column alignment="center" valignment="top" leftline="true" width="0">
4782 <column alignment="center" valignment="top" leftline="true" width="0">
4783 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4784 <row>
4785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Standard
4789 \begin_inset Caption
4790
4791 \begin_layout Standard
4792 Longtable with caption
4793 \begin_inset OptArg
4794 status open
4795
4796 \begin_layout Standard
4797 Longtable
4798 \end_layout
4799
4800 \end_inset
4801
4802
4803 \end_layout
4804
4805 \end_inset
4806
4807
4808 \begin_inset ERT
4809 status collapsed
4810
4811 \begin_layout Standard
4812
4813
4814 \backslash
4815
4816 \backslash
4817 %
4818 \end_layout
4819
4820 \end_inset
4821
4822
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Standard
4831
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Standard
4840
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Standard
4849
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Standard
4858
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row topline="true">
4865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Standard
4869 1
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Standard
4878 2
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Standard
4887 3
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Standard
4896 4
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Standard
4905 5
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row topline="true">
4912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Standard
4916 asd
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Standard
4925 s
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Standard
4934 s
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Standard
4943 s
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Standard
4952 asd
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row topline="true">
4959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Standard
4963 asd
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Standard
4972 s
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Standard
4981 s
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Standard
4990 s
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Standard
4999 asd
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row topline="true">
5006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Standard
5010 asd
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Standard
5019 s
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Standard
5028 s
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Standard
5037 s
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Standard
5046 asd
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 <row topline="true" bottomline="true">
5053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Standard
5057 asd
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Standard
5066 asd
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Standard
5075 asd
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Standard
5084 asd
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Standard
5093 asd
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 </lyxtabular>
5100
5101 \end_inset
5102
5103
5104 \end_layout
5105
5106 \begin_layout Standard
5107 \begin_inset VSpace medskip
5108 \end_inset
5109
5110
5111 \begin_inset Note Greyedout
5112 status open
5113
5114 \begin_layout Standard
5115
5116 \series bold
5117 Note:
5118 \series default
5119  The table number is increased for every longtable, also if you didn't set
5120  a caption for it.
5121  For this reason you could have the case that e.g.
5122  Table\InsetSpace ~
5123 2.4 follows on Table\InsetSpace ~
5124 2.1 in the list of tables if there are two longtables
5125  without captions.
5126  To avoid this you can add the following command in ERT behind every longtable
5127  without a caption:
5128 \end_layout
5129
5130 \begin_layout Standard
5131
5132 \series bold
5133
5134 \backslash
5135 addtocounter{table}{-1}
5136 \end_layout
5137
5138 \end_inset
5139
5140
5141 \end_layout
5142
5143 \begin_layout Standard
5144 \begin_inset Note Greyedout
5145 status open
5146
5147 \begin_layout Standard
5148
5149 \series bold
5150 Note:
5151 \series default
5152  If you are using the LaTeX-package 
5153 \series bold
5154 hyperref
5155 \series default
5156
5157 \begin_inset LatexCommand index
5158 name "LaTeX-packages ! hyperref"
5159
5160 \end_inset
5161
5162  to link cross-references, the link to a longtable caption will always point
5163  to the beginning of the document.
5164 \end_layout
5165
5166 \end_inset
5167
5168
5169 \end_layout
5170
5171 \begin_layout Subsubsection
5172 References to Longtables
5173 \begin_inset LatexCommand index
5174 name "Longtables ! References"
5175
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \begin_layout Standard
5182 \begin_inset Tabular
5183 <lyxtabular version="3" rows="6" columns="5">
5184 <features islongtable="true">
5185 <column alignment="center" valignment="top" leftline="true" width="0">
5186 <column alignment="center" valignment="top" leftline="true" width="0">
5187 <column alignment="center" valignment="top" leftline="true" width="0">
5188 <column alignment="center" valignment="top" leftline="true" width="0">
5189 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5190 <row>
5191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Standard
5195 \begin_inset Caption
5196
5197 \begin_layout Standard
5198 Referenced longtable
5199 \begin_inset LatexCommand label
5200 name "tab:RefExample"
5201
5202 \end_inset
5203
5204
5205 \end_layout
5206
5207 \end_inset
5208
5209
5210 \begin_inset ERT
5211 status collapsed
5212
5213 \begin_layout Standard
5214
5215
5216 \backslash
5217
5218 \backslash
5219 %
5220 \end_layout
5221
5222 \end_inset
5223
5224
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Standard
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Standard
5242
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Standard
5251
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Standard
5260
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row topline="true">
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Standard
5271 1
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Standard
5280 2
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Standard
5289 3
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Standard
5298 4
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Standard
5307 5
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row topline="true">
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Standard
5318 asd
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Standard
5327 s
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Standard
5336 s
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Standard
5345 s
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Standard
5354 asd
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 <row topline="true">
5361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Standard
5365 asd
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Standard
5374 s
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Standard
5383 s
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Standard
5392 s
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Standard
5401 asd
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 <row topline="true">
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Standard
5412 asd
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Standard
5421 s
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Standard
5430 s
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Standard
5439 s
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Standard
5448 asd
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 </row>
5454 <row topline="true" bottomline="true">
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Standard
5459 asd
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Standard
5468 sad
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Standard
5477 asd
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Standard
5486 asd
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Standard
5495 asd
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 </row>
5501 </lyxtabular>
5502
5503 \end_inset
5504
5505
5506 \end_layout
5507
5508 \begin_layout Standard
5509 To reference a longtable, insert a label into the caption.
5510  Note that you have to add the label prefix 
5511 \begin_inset Quotes eld
5512 \end_inset
5513
5514
5515 \emph on
5516 tab:
5517 \emph default
5518
5519 \begin_inset Quotes eld
5520 \end_inset
5521
5522  manually in the label field.
5523 \end_layout
5524
5525 \begin_layout Standard
5526 This is a reference to Table\InsetSpace ~
5527
5528 \begin_inset LatexCommand ref
5529 reference "tab:RefExample"
5530
5531 \end_inset
5532
5533 .
5534 \end_layout
5535
5536 \begin_layout Standard
5537 The caption layout can be set together with all other caption of your document
5538  using the LaTeX-package 
5539 \series bold
5540 caption
5541 \series default
5542
5543 \begin_inset LatexCommand index
5544 name "LaTeX-packages ! caption"
5545
5546 \end_inset
5547
5548 , see section\InsetSpace ~
5549
5550 \begin_inset LatexCommand ref
5551 reference "sec:Caption-Formatting"
5552
5553 \end_inset
5554
5555 .
5556 \end_layout
5557
5558 \begin_layout Subsubsection
5559 Caption Width
5560 \begin_inset LatexCommand index
5561 name "Longtables ! Caption Width"
5562
5563 \end_inset
5564
5565
5566 \end_layout
5567
5568 \begin_layout Standard
5569 The maximal width of of caption lines is defined by the length 
5570 \series bold
5571
5572 \backslash
5573 LTcapwidth
5574 \series default
5575 .
5576  Its default value is 4\InsetSpace \thinspace{}
5577 in.
5578  To change it add the following command to your document preamble or as
5579  ERT into your document before the longtable that should be affected
5580 \end_layout
5581
5582 \begin_layout Standard
5583
5584 \series bold
5585
5586 \backslash
5587 setlength{
5588 \backslash
5589 LTcapwidth}{width}
5590 \end_layout
5591
5592 \begin_layout Standard
5593 where the width could have one of the units listed in appendix\InsetSpace ~
5594
5595 \begin_inset LatexCommand ref
5596 reference "cha:Units-available-in"
5597
5598 \end_inset
5599
5600 .
5601 \end_layout
5602
5603 \begin_layout Standard
5604 The following tables show the difference:
5605 \end_layout
5606
5607 \begin_layout Standard
5608 \begin_inset Tabular
5609 <lyxtabular version="3" rows="6" columns="5">
5610 <features islongtable="true">
5611 <column alignment="center" valignment="top" leftline="true" width="0">
5612 <column alignment="center" valignment="top" leftline="true" width="0">
5613 <column alignment="center" valignment="top" leftline="true" width="0">
5614 <column alignment="center" valignment="top" leftline="true" width="0">
5615 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5616 <row>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Standard
5621 \begin_inset Caption
5622
5623 \begin_layout Standard
5624 long full title with default width long full title with default width long
5625  full title with default width
5626 \begin_inset OptArg
5627 status collapsed
5628
5629 \begin_layout Standard
5630 caption with default width
5631 \end_layout
5632
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \end_inset
5639
5640
5641 \begin_inset ERT
5642 status collapsed
5643
5644 \begin_layout Standard
5645
5646
5647 \backslash
5648
5649 \backslash
5650 %
5651 \end_layout
5652
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Standard
5664
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Standard
5673
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Standard
5682
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Standard
5691
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 </row>
5697 <row topline="true">
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Standard
5702 1
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Standard
5711 2
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Standard
5720 3
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Standard
5729 4
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Standard
5738 5
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row topline="true">
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Standard
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Standard
5758 s
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Standard
5767 s
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Standard
5776 s
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Standard
5785 asd
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 <row topline="true">
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Standard
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Standard
5805 s
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Standard
5814 s
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Standard
5823 s
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Standard
5832 asd
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row topline="true">
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Standard
5843 asd
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Standard
5852 s
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Standard
5861 s
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Standard
5870 s
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Standard
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 <row topline="true" bottomline="true">
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Standard
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Standard
5899 sad
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Standard
5908 asd
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Standard
5917 asd
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Standard
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 </row>
5932 </lyxtabular>
5933
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \begin_layout Standard
5940 \begin_inset ERT
5941 status open
5942
5943 \begin_layout Standard
5944
5945
5946 \backslash
5947 setlength{
5948 \backslash
5949 LTcapwidth}{5cm}
5950 \end_layout
5951
5952 \end_inset
5953
5954
5955 \begin_inset Tabular
5956 <lyxtabular version="3" rows="6" columns="5">
5957 <features islongtable="true">
5958 <column alignment="center" valignment="top" leftline="true" width="0">
5959 <column alignment="center" valignment="top" leftline="true" width="0">
5960 <column alignment="center" valignment="top" leftline="true" width="0">
5961 <column alignment="center" valignment="top" leftline="true" width="0">
5962 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Standard
5968 \begin_inset Caption
5969
5970 \begin_layout Standard
5971 long full title with width set to 5\InsetSpace \thinspace{}
5972 cm long full title with width set to
5973  5\InsetSpace \thinspace{}
5974 cm long full title with width set to 5\InsetSpace \thinspace{}
5975 cm
5976 \begin_inset OptArg
5977 status collapsed
5978
5979 \begin_layout Standard
5980 caption with width\InsetSpace \thinspace{}
5981 =\InsetSpace \thinspace{}
5982 5\InsetSpace \thinspace{}
5983 cm
5984 \end_layout
5985
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992
5993
5994 \begin_inset ERT
5995 status collapsed
5996
5997 \begin_layout Standard
5998
5999
6000 \backslash
6001
6002 \backslash
6003 %
6004 \end_layout
6005
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Standard
6017
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Standard
6026
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Standard
6035
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Standard
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row topline="true">
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Standard
6055 1
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Standard
6064 2
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Standard
6073 3
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Standard
6082 4
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Standard
6091 5
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row topline="true">
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Standard
6102 asd
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Standard
6111 s
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Standard
6120 s
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Standard
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Standard
6138 asd
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row topline="true">
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Standard
6149 asd
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Standard
6158 s
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Standard
6167 s
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Standard
6176 s
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Standard
6185 asd
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 <row topline="true">
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Standard
6196 asd
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Standard
6205 s
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Standard
6214 s
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Standard
6223 s
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Standard
6232 asd
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 </row>
6238 <row topline="true" bottomline="true">
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Standard
6243 asd
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Standard
6252 sad
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Standard
6261 asd
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Standard
6270 asd
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Standard
6279 asd
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 </lyxtabular>
6286
6287 \end_inset
6288
6289
6290 \end_layout
6291
6292 \begin_layout Standard
6293 \begin_inset ERT
6294 status collapsed
6295
6296 \begin_layout Standard
6297
6298
6299 \backslash
6300 setlength{
6301 \backslash
6302 LTcapwidth}{4in}
6303 \end_layout
6304
6305 \end_inset
6306
6307
6308 \end_layout
6309
6310 \begin_layout Standard
6311 \begin_inset Note Greyedout
6312 status open
6313
6314 \begin_layout Standard
6315
6316 \series bold
6317 Note:
6318 \series default
6319  When the LaTeX-package 
6320 \series bold
6321 caption
6322 \series default
6323
6324 \begin_inset LatexCommand index
6325 name "LaTeX-packages ! caption"
6326
6327 \end_inset
6328
6329  is used, as in this document, the full page width is used for the caption
6330  when you use the default value of 4\InsetSpace \thinspace{}
6331 in for 
6332 \series bold
6333
6334 \backslash
6335 LTcapwidth
6336 \series default
6337 .
6338  To get in this case exactly a 4\InsetSpace \thinspace{}
6339 in wide caption, you can either use a value
6340  slightly different from 4.0\InsetSpace \thinspace{}
6341 in, e.g.
6342  3.99\InsetSpace \thinspace{}
6343 in, or the LaTeX-command 
6344 \series bold
6345
6346 \backslash
6347 captionsetup{width=value}
6348 \series default
6349  that is provided by the 
6350 \series bold
6351 caption
6352 \series default
6353 -package.
6354 \end_layout
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \begin_layout Subsubsection
6362 Different Captions for Table Pages
6363 \begin_inset LatexCommand index
6364 name "Longtables ! Different Captions for Pages"
6365
6366 \end_inset
6367
6368
6369 \end_layout
6370
6371 \begin_layout Standard
6372 When the other captions should differ from the one of the first table page,
6373  insert a caption with a non-empty short title in a dummy caption row marked
6374  as first header.
6375  The caption used for the other table pages is inserted as caption without
6376  a short title in a dummy caption row that is marked as main header.
6377  When this caption shouldn't include the table number, use the command
6378 \end_layout
6379
6380 \begin_layout Standard
6381
6382 \series bold
6383
6384 \backslash
6385 caption*{caption text}
6386 \end_layout
6387
6388 \begin_layout Standard
6389 instead of LyX's caption box.
6390  The label to reference the table is inserted into the caption of the first
6391  header.
6392  Table\InsetSpace ~
6393
6394 \begin_inset LatexCommand ref
6395 reference "tab:DiffCaptions"
6396
6397 \end_inset
6398
6399  is an example for a longtable with different heading where the second caption
6400  doesn't include the table number.
6401 \end_layout
6402
6403 \begin_layout Standard
6404 \align center
6405 \begin_inset Tabular
6406 <lyxtabular version="3" rows="60" columns="3">
6407 <features islongtable="true">
6408 <column alignment="left" valignment="top" leftline="true" width="0cm">
6409 <column alignment="left" valignment="top" rightline="true" width="0pt">
6410 <column alignment="right" valignment="top" rightline="true" width="0pt">
6411 <row endfirsthead="true">
6412 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Standard
6416 \begin_inset Caption
6417
6418 \begin_layout Standard
6419 Example Phone List
6420 \begin_inset LatexCommand label
6421 name "tab:DiffCaptions"
6422
6423 \end_inset
6424
6425
6426 \begin_inset OptArg
6427 status collapsed
6428
6429 \begin_layout Standard
6430 Example Phone List
6431 \end_layout
6432
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \end_inset
6439
6440
6441 \begin_inset ERT
6442 status collapsed
6443
6444 \begin_layout Standard
6445
6446
6447 \backslash
6448
6449 \backslash
6450 %
6451 \end_layout
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Standard
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Standard
6473
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 </row>
6479 <row topline="true" bottomline="true" endfirsthead="true">
6480 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Standard
6484
6485 \series bold
6486 Example Phone List (ignore the names)
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Standard
6495
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Standard
6504
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 </row>
6510 <row topline="true" bottomline="true" endfirsthead="true">
6511 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Standard
6515
6516 \series bold
6517 NAME
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Standard
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Standard
6535
6536 \series bold
6537 TEL.
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 </row>
6543 <row bottomline="true" endhead="true">
6544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Standard
6548 \begin_inset ERT
6549 status open
6550
6551 \begin_layout Standard
6552
6553
6554 \backslash
6555 caption*{Continued Example Phone List}
6556 \backslash
6557
6558 \backslash
6559 %
6560 \end_layout
6561
6562 \end_inset
6563
6564
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Standard
6573
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Standard
6582
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 </row>
6588 <row topline="true" bottomline="true" endhead="true">
6589 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Standard
6593
6594 \series bold
6595 Example Phone List
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Standard
6604
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Standard
6613
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 </row>
6619 <row topline="true" bottomline="true" endhead="true">
6620 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Standard
6624
6625 \series bold
6626 NAME
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Standard
6635
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Standard
6644
6645 \series bold
6646 TEL.
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 </row>
6652 <row topline="true" bottomline="true" endfoot="true">
6653 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Standard
6657 continued on next page
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Standard
6666
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Standard
6675
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 </row>
6681 <row>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Standard
6686
6687 \series bold
6688 Annovi
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Standard
6697 Silvia
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Standard
6706 111
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 </row>
6712 <row>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Standard
6717
6718 \series bold
6719 Bertoli
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Standard
6728 Stefano
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Standard
6737 111
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 <row>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Standard
6748
6749 \series bold
6750 Bozzi
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Standard
6759 Walter
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Standard
6768 111
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 </row>
6774 <row>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Standard
6779
6780 \series bold
6781 Cachia
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Standard
6790 Maria
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Standard
6799 111
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 <row>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Standard
6810
6811 \series bold
6812 Cachia
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Standard
6821 Maurizio
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Standard
6830 111
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Standard
6841
6842 \series bold
6843 Cinquemani
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Standard
6852 Giusi
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Standard
6861 111
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 </row>
6867 <row>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Standard
6872
6873 \series bold
6874 Colin
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Standard
6883 Bernard
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Standard
6892 111
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 </row>
6898 <row>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Standard
6903
6904 \series bold
6905 Concli
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Standard
6914 Gianfranco
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Standard
6923 111
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 </row>
6929 <row>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Standard
6934
6935 \series bold
6936 Dal Bosco
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Standard
6945 Carolina
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Standard
6954 111
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Standard
6965
6966 \series bold
6967 Dalpiaz
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Standard
6976 Annamaria
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Standard
6985 111
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 </row>
6991 <row>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Standard
6996
6997 \series bold
6998 Feliciello
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Standard
7007 Domenico
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Standard
7016 111
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 </row>
7022 <row>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Standard
7027
7028 \series bold
7029 Focarelli
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Standard
7038 Paola
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Standard
7047 111
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 </row>
7053 <row>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Standard
7058
7059 \series bold
7060 Galletti
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Standard
7069 Oreste
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Standard
7078 111
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 </row>
7084 <row>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Standard
7089
7090 \series bold
7091 Gasparini
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Standard
7100 Franca
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Standard
7109 111
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 </row>
7115 <row>
7116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Standard
7120
7121 \series bold
7122 Rizzardi
7123 \series default
7124
7125 \begin_inset Foot
7126 status collapsed
7127
7128 \begin_layout Standard
7129 Example footnote
7130 \end_layout
7131
7132 \end_inset
7133
7134
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Standard
7143 Paola
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Standard
7152 111
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Standard
7163
7164 \series bold
7165 Lassini
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Standard
7174 Giancarlo
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Standard
7183 111
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Standard
7194
7195 \series bold
7196 Malfatti
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Standard
7205 Luciano
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Standard
7214 111
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 </row>
7220 <row>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Standard
7225
7226 \series bold
7227 Malfatti
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Standard
7236 Valeriano
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Standard
7245 111
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 </row>
7251 <row>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Standard
7256
7257 \series bold
7258 Meneguzzo
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" topline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Standard
7267 Roberto
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Standard
7276 111
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 </row>
7282 <row>
7283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Standard
7287
7288 \series bold
7289 Mezzadra
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Standard
7298 Roberto
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Standard
7307 111
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 </row>
7313 <row>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Standard
7318
7319 \series bold
7320 Pirpamer
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Standard
7329 Erich
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Standard
7338 111
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 </row>
7344 <row>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Standard
7349
7350 \series bold
7351 Pochiesa
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Standard
7360 Paolo
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Standard
7369 111, 222
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row>
7376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Standard
7380
7381 \series bold
7382 Radina
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Standard
7391 Claudio
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Standard
7400 111
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 </row>
7406 <row>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Standard
7411
7412 \series bold
7413 Stuffer
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell alignment="center" valignment="top" topline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Standard
7422 Oskar
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Standard
7431 111
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 </row>
7437 <row>
7438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Standard
7442
7443 \series bold
7444 Tacchelli
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell alignment="center" valignment="top" topline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Standard
7453 Ugo
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Standard
7462 111
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 Standard
7473
7474 \series bold
7475 Tezzele
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Standard
7484 Margit
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Standard
7493 111
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 </row>
7499 <row>
7500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Standard
7504
7505 \series bold
7506 Unterkalmsteiner
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Standard
7515 Frieda
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Standard
7524 111
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Standard
7535
7536 \series bold
7537 Vieider
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Standard
7546 Hilde
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Standard
7555 111
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 </row>
7561 <row>
7562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Standard
7566
7567 \series bold
7568 Vigna
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 <cell alignment="center" valignment="top" topline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Standard
7577 Jürgen
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Standard
7586 111
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 </row>
7592 <row>
7593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Standard
7597
7598 \series bold
7599 Weber
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Standard
7608 Maurizio
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Standard
7617 111
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 <row bottomline="true">
7624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Standard
7628
7629 \series bold
7630 Winkler
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" topline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Standard
7639 Franz
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Standard
7648 111
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 <row bottomline="true">
7655 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Standard
7659  
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Standard
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Standard
7677
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 </row>
7683 <row>
7684 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Standard
7688
7689 \series bold
7690 Annovi
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" topline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Standard
7699 Silvia
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Standard
7708 555
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Standard
7719
7720 \series bold
7721 Bertoli
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" topline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Standard
7730 Stefano
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Standard
7739 555
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 </row>
7745 <row>
7746 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Standard
7750
7751 \series bold
7752 Bozzi
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" topline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Standard
7761 Walter
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Standard
7770 555
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row>
7777 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Standard
7781
7782 \series bold
7783 Cachia
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" topline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Standard
7792 Maria
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Standard
7801 555
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row>
7808 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Standard
7812
7813 \series bold
7814 Cachia
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" topline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Standard
7823 Maurizio
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Standard
7832 555
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Standard
7843
7844 \series bold
7845 Cinquemani
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" topline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Standard
7854 Giusi
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Standard
7863 555
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Standard
7874
7875 \series bold
7876 Colin
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" topline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Standard
7885 Bernard
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Standard
7894 555
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Standard
7905
7906 \series bold
7907 Concli
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" topline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Standard
7916 Gianfranco
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Standard
7925 555
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Standard
7936
7937 \series bold
7938 Dal Bosco
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" topline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Standard
7947 Carolina
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Standard
7956 555
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Standard
7967
7968 \series bold
7969 Dalpiaz
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" topline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Standard
7978 Annamaria
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Standard
7987 555
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Standard
7998
7999 \series bold
8000 Feliciello
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" topline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Standard
8009 Domenico
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Standard
8018 555
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Standard
8029
8030 \series bold
8031 Focarelli
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" topline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Standard
8040 Paola
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Standard
8049 555
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Standard
8060
8061 \series bold
8062 Galletti
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" topline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Standard
8071 Oreste
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Standard
8080 555
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Standard
8091
8092 \series bold
8093 Gasparini
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" topline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Standard
8102 Franca
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Standard
8111 555
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Standard
8122
8123 \series bold
8124 Rizzardi
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Standard
8133 Paola
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Standard
8142 555
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Standard
8153
8154 \series bold
8155 Lassini
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" topline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Standard
8164 Giancarlo
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Standard
8173 555
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Standard
8184
8185 \series bold
8186 Malfatti
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Standard
8195 Luciano
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Standard
8204 555
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Standard
8215
8216 \series bold
8217 Malfatti
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" topline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Standard
8226 Valeriano
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Standard
8235 555
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Standard
8246
8247 \series bold
8248 Meneguzzo
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" topline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Standard
8257 Roberto
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Standard
8266 555
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row bottomline="true">
8273 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Standard
8277
8278 \series bold
8279 Mezzadra
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" topline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Standard
8288 Roberto
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Standard
8297 555
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row bottomline="true" endlastfoot="true">
8304 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Standard
8308
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Standard
8317
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Standard
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 </lyxtabular>
8333
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \begin_layout Section
8340 Special Longtable Issues
8341 \begin_inset LatexCommand label
8342 name "sec:Special-Longtable-Issues"
8343
8344 \end_inset
8345
8346
8347 \end_layout
8348
8349 \begin_layout Subsection
8350 Longtable Calculation
8351 \begin_inset LatexCommand index
8352 name "Longtables ! Calculation"
8353
8354 \end_inset
8355
8356
8357 \end_layout
8358
8359 \begin_layout Standard
8360 LaTeX calculates the height of table pages and their page breaks using so
8361  called chunks.
8362  Chunks are pieces of the tables that are at once in LaTeX's memory.
8363  The default value is historically set to only 20 table rows.
8364  If you are using longtables with many pages this may slow down the creation
8365  of your document.
8366  You can safely increase the chunk size to values of 100-1000 by adding
8367  this command line to your document preamble:
8368 \end_layout
8369
8370 \begin_layout Standard
8371
8372 \series bold
8373
8374 \backslash
8375 setcounter{LTchunksize}{100}
8376 \end_layout
8377
8378 \begin_layout Subsection
8379 Floats and Longtables
8380 \begin_inset LatexCommand index
8381 name "Longtables ! Floats"
8382
8383 \end_inset
8384
8385
8386 \end_layout
8387
8388 \begin_layout Standard
8389 There might be problems when a float appears on the same page where a longtable
8390  starts.
8391  To avoid such situation, add the command 
8392 \series bold
8393
8394 \backslash
8395 clearpage
8396 \series default
8397  as ERT before your longtable.
8398 \end_layout
8399
8400 \begin_layout Subsection
8401 Forced Page Breaks
8402 \begin_inset LatexCommand index
8403 name "Longtables ! Forced Page Breaks"
8404
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \begin_layout Standard
8411 By default tables are only broken between rows.
8412  If you have a cell with multiples lines and want to have a page break within
8413  the cell, insert the new line command 
8414 \begin_inset Quotes eld
8415 \end_inset
8416
8417
8418 \series bold
8419
8420 \backslash
8421
8422 \backslash
8423
8424 \series default
8425
8426 \begin_inset Quotes erd
8427 \end_inset
8428
8429  as ERT at this point of the cell where it should be broken.
8430  Before the 
8431 \series bold
8432
8433 \backslash
8434
8435 \backslash
8436
8437 \series default
8438  command you have to insert in ERT so many 
8439 \begin_inset Quotes eld
8440 \end_inset
8441
8442
8443 \series bold
8444 &
8445 \series default
8446
8447 \begin_inset Quotes erd
8448 \end_inset
8449
8450  characters like the number of the following table columns.
8451  The 
8452 \series bold
8453 &
8454 \series default
8455  is the character to separate table cells.
8456  Write in ERT after each 
8457 \series bold
8458 &
8459 \series default
8460  the content of the corresponding following cell and delete the content
8461  of these cells.
8462 \newline
8463 Behind the the 
8464 \series bold
8465
8466 \backslash
8467
8468 \backslash
8469
8470 \series default
8471  command, insert so many 
8472 \series bold
8473 &
8474 \series default
8475  characters like the number of table columns before the current column.
8476  In Table\InsetSpace ~
8477
8478 \begin_inset LatexCommand ref
8479 reference "tab:ForcedPagebreak"
8480
8481 \end_inset
8482
8483  the cell that should be broken is in the second column followed by another
8484  column.
8485  Therefore the following command was inserted in the cell as ERT behind
8486  
8487 \begin_inset Quotes eld
8488 \end_inset
8489
8490
8491 \emph on
8492 Castelchiodato,
8493 \emph default
8494
8495 \begin_inset Quotes erd
8496 \end_inset
8497
8498 :
8499 \end_layout
8500
8501 \begin_layout Standard
8502
8503 \series bold
8504 & 111
8505 \backslash
8506
8507 \backslash
8508
8509 \newline
8510 &
8511 \end_layout
8512
8513 \begin_layout Standard
8514 The 
8515 \begin_inset Quotes eld
8516 \end_inset
8517
8518 111
8519 \begin_inset Quotes erd
8520 \end_inset
8521
8522  in the third columns of the row was deleted.
8523  If your footer row of the longtable has for a certain reason no upper line
8524  but you would have a horizontal line where the cell is broken, use this
8525  command instead:
8526 \end_layout
8527
8528 \begin_layout Standard
8529
8530 \series bold
8531 & 111
8532 \backslash
8533
8534 \backslash
8535
8536 \newline
8537
8538 \backslash
8539 hline &
8540 \end_layout
8541
8542 \begin_layout Standard
8543 When the cell to be broken is in the last column, the command
8544 \end_layout
8545
8546 \begin_layout Standard
8547
8548 \series bold
8549
8550 \backslash
8551 setlength{
8552 \backslash
8553 parf\SpecialChar \textcompwordmark{}
8554 illskip}{0pt}
8555 \end_layout
8556
8557 \begin_layout Standard
8558 must be inserted as ERT at the beginning of the cell.
8559  This assures that the part of the cell that will be displayed on the new
8560  page appears with the full width.
8561 \end_layout
8562
8563 \begin_layout Standard
8564 \align center
8565 \begin_inset Tabular
8566 <lyxtabular version="3" rows="39" columns="3">
8567 <features islongtable="true">
8568 <column alignment="left" valignment="top" leftline="true" width="0cm">
8569 <column alignment="left" valignment="top" rightline="true" width="3cm">
8570 <column alignment="right" valignment="top" rightline="true" width="0pt">
8571 <row endfirsthead="true">
8572 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Standard
8576 \begin_inset Caption
8577
8578 \begin_layout Standard
8579 Table with forced page break in table cell
8580 \begin_inset LatexCommand label
8581 name "tab:ForcedPagebreak"
8582
8583 \end_inset
8584
8585
8586 \begin_inset OptArg
8587 status collapsed
8588
8589 \begin_layout Standard
8590 Table with forced page break in table cell
8591 \end_layout
8592
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \end_inset
8599
8600
8601 \begin_inset ERT
8602 status collapsed
8603
8604 \begin_layout Standard
8605
8606
8607 \backslash
8608
8609 \backslash
8610 %
8611 \end_layout
8612
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Standard
8624
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Standard
8633
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row topline="true" bottomline="true" endfirsthead="true">
8640 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Standard
8644
8645 \series bold
8646 Example Phone List (ignore the names)
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Standard
8655
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Standard
8664
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row topline="true" bottomline="true" endfirsthead="true">
8671 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Standard
8675
8676 \series bold
8677 NAME
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Standard
8686
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Standard
8695
8696 \series bold
8697 TEL.
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row bottomline="true" endhead="true">
8704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Standard
8708 \begin_inset ERT
8709 status collapsed
8710
8711 \begin_layout Standard
8712
8713
8714 \backslash
8715 caption*{Continued table with forced page break in table cell}
8716 \backslash
8717
8718 \backslash
8719 %
8720 \end_layout
8721
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Standard
8733
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Standard
8742
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row topline="true" bottomline="true" endhead="true">
8749 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Standard
8753  
8754 \series bold
8755 Example Phone List
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Standard
8764
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Standard
8773
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row topline="true" bottomline="true" endhead="true">
8780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Standard
8784
8785 \series bold
8786 NAME
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Standard
8795
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Standard
8804
8805 \series bold
8806 TEL.
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row topline="true" bottomline="true" endfoot="true">
8813 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Standard
8817 continued on next page
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Standard
8826
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Standard
8835
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Standard
8846
8847 \series bold
8848 Annovi
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" topline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Standard
8857 Silvia
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Standard
8866 111
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Standard
8877
8878 \series bold
8879 Bertoli
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" topline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Standard
8888 Stefano
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Standard
8897 111
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Standard
8908
8909 \series bold
8910 Bozzi
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" topline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Standard
8919 Walter
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Standard
8928 111
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Standard
8939
8940 \series bold
8941 Cachia
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Standard
8950 Maria
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Standard
8959 111
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Standard
8970
8971 \series bold
8972 Cachia
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" topline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Standard
8981 Maurizio
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Standard
8990 111
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 </row>
8996 <row>
8997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Standard
9001
9002 \series bold
9003 Cinquemani
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" topline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Standard
9012 Giusi
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Standard
9021 111
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Standard
9032
9033 \series bold
9034 Colin
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" topline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Standard
9043 Bernard
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Standard
9052 111
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Standard
9063
9064 \series bold
9065 Concli
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Standard
9074 Gianfranco
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Standard
9083 111
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Standard
9094
9095 \series bold
9096 Dal Bosco
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" topline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Standard
9105 Carolina
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Standard
9114 111
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 <row>
9121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Standard
9125
9126 \series bold
9127 Dalpiaz
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" topline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Standard
9136 Annamaria
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Standard
9145 111
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Standard
9156
9157 \series bold
9158 Feliciello
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" topline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Standard
9167 Domenico
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Standard
9176 111
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 </row>
9182 <row>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Standard
9187
9188 \series bold
9189 Focarelli
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" topline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Standard
9198 Paola
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Standard
9207 111
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 </row>
9213 <row>
9214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Standard
9218
9219 \series bold
9220 Galletti
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" topline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Standard
9229 Oreste
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Standard
9238 111
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Standard
9249
9250 \series bold
9251 Gasparini
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Standard
9260 Franca
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Standard
9269 111
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Standard
9280
9281 \series bold
9282 Lassini
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" topline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Standard
9291 Giancarlo
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Standard
9300 111
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 </row>
9306 <row>
9307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Standard
9311
9312 \series bold
9313 Malfatti
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" topline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Standard
9322 Luciano
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Standard
9331 111
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 </row>
9337 <row>
9338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Standard
9342
9343 \series bold
9344 Malfatti
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" topline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Standard
9353 Valeriano
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Standard
9362 111
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 </row>
9368 <row>
9369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Standard
9373
9374 \series bold
9375 Meneguzzo
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" topline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Standard
9384 Roberto
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Standard
9393 111
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 </row>
9399 <row>
9400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Standard
9404
9405 \series bold
9406 Mezzadra
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" topline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Standard
9415 Roberto
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Standard
9424 111
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 </row>
9430 <row>
9431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Standard
9435
9436 \series bold
9437 Pirpamer
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="center" valignment="top" topline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Standard
9446 Erich
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Standard
9455 111
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 </row>
9461 <row>
9462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Standard
9466
9467 \series bold
9468 Pochiesa
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell alignment="center" valignment="top" topline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Standard
9477 Paolo
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Standard
9486 111, 222
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 </row>
9492 <row>
9493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Standard
9497
9498 \series bold
9499 Radina
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell alignment="center" valignment="top" topline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Standard
9508 Claudio
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Standard
9517 111
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Standard
9528
9529 \series bold
9530 Rizzardi
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Standard
9539 Paolo, 11.
9540  Fürst von Montecompatri, 11.
9541  Fürst von Sulmona und Vivaro, 10.
9542  Fürst von Rossano, 5.
9543  Herzog von Canemorte, 11.
9544  Herzog von Palombara, 5.
9545  Herzog von Castelchiodato,
9546 \begin_inset ERT
9547 status collapsed
9548
9549 \begin_layout Standard
9550
9551 & 111
9552 \backslash
9553
9554 \backslash
9555
9556 \end_layout
9557
9558 \begin_layout Standard
9559
9560 &
9561 \end_layout
9562
9563 \end_inset
9564
9565  11.
9566  Herzog von Poggionativo, 11.
9567  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9568  Graf von Valinfreda, 11.
9569  Baron von Cropalati, 11.
9570  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Standard
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Standard
9590
9591 \series bold
9592 Stuffer
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" topline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Standard
9601 Oskar
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Standard
9610 111
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 </row>
9616 <row>
9617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Standard
9621
9622 \series bold
9623 Tacchelli
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="center" valignment="top" topline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Standard
9632 Ugo
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Standard
9641 111
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 </row>
9647 <row>
9648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Standard
9652
9653 \series bold
9654 Tezzele
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" topline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Standard
9663 Margit
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Standard
9672 111
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 </row>
9678 <row>
9679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Standard
9683
9684 \series bold
9685 Unterkalmsteiner
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell alignment="center" valignment="top" topline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Standard
9694 Frieda
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Standard
9703 111
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Standard
9714
9715 \series bold
9716 Vieider
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="center" valignment="top" topline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Standard
9725 Hilde
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Standard
9734 111
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Standard
9745
9746 \series bold
9747 Vigna
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" topline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Standard
9756 Jürgen
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Standard
9765 111
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Standard
9776
9777 \series bold
9778 Weber
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" topline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Standard
9787 Maurizio
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Standard
9796 111
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row bottomline="true">
9803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Standard
9807
9808 \series bold
9809 Winkler
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" topline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Standard
9818 Franz
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Standard
9827 111
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row endlastfoot="true">
9834 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Standard
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Standard
9847
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Standard
9856
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 </row>
9862 </lyxtabular>
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \begin_layout Section
9870 Multiple Lines Columns and Rows
9871 \end_layout
9872
9873 \begin_layout Subsection
9874 Multiple Lines in Table Cells
9875 \begin_inset LatexCommand label
9876 name "sub:Multiple-Lines-in"
9877
9878 \end_inset
9879
9880
9881 \begin_inset LatexCommand index
9882 name "Multiple Lines in Table Cells"
9883
9884 \end_inset
9885
9886
9887 \begin_inset LatexCommand index
9888 name "Table ! Linebreaks"
9889
9890 \end_inset
9891
9892
9893 \end_layout
9894
9895 \begin_layout Standard
9896 \align center
9897 \begin_inset Float table
9898 placement H
9899 wide false
9900 sideways false
9901 status open
9902
9903 \begin_layout Standard
9904 \begin_inset Caption
9905
9906 \begin_layout Standard
9907 \begin_inset LatexCommand label
9908 name "tab:Table-with-multiple"
9909
9910 \end_inset
9911
9912 Table with multiple lines in cells
9913 \end_layout
9914
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \begin_layout Standard
9921 \align center
9922 \begin_inset Tabular
9923 <lyxtabular version="3" rows="3" columns="3">
9924 <features>
9925 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9926 <column alignment="center" valignment="middle" leftline="true" width="0">
9927 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
9928 <row topline="true">
9929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Standard
9933 multiple
9934 \begin_inset ERT
9935 status collapsed
9936
9937 \begin_layout Standard
9938
9939
9940 \backslash
9941 linebreak 
9942 \end_layout
9943
9944 \end_inset
9945
9946  lines
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Standard
9955 b
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Standard
9964 c
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row topline="true">
9971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Standard
9975 d
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Standard
9984 e
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Standard
9993 f
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row topline="true" bottomline="true">
10000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Standard
10004 g
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Standard
10013 h
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Standard
10022 i
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 </lyxtabular>
10029
10030 \end_inset
10031
10032
10033 \end_layout
10034
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \begin_layout Standard
10041 Adjusting a fixed width for a column, enables to enter text as a paragraph
10042  with multiple lines and hyphenations.
10043 \end_layout
10044
10045 \begin_layout Standard
10046 To produce Table\InsetSpace ~
10047
10048 \begin_inset LatexCommand ref
10049 reference "tab:Table-with-multiple"
10050
10051 \end_inset
10052
10053 , create a 3×3 table, mark the first cell and right-click on it.
10054  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
10055 cm and choose centered
10056  for the vertical and horizontal alignment.
10057  The vertical alignment is used for all cells of the row.
10058  As our text is smaller than than 2.5\InsetSpace \thinspace{}
10059 cm, only one line will appear.
10060  To get two lines, we add a line break with the command
10061 \end_layout
10062
10063 \begin_layout Standard
10064
10065 \series bold
10066
10067 \backslash
10068 linebreak
10069 \end_layout
10070
10071 \begin_layout Standard
10072 in ERT.
10073  If the text is wider than the set cell width it will automatically be broken
10074  to several lines.
10075 \end_layout
10076
10077 \begin_layout Standard
10078 If you have a long word in a cell with a fixed width, it cannot be hyphenated
10079  by LaTeX if it is the first entry.
10080  Therefore you need to insert something, to make the word not being the
10081  first entry: Add the command
10082 \end_layout
10083
10084 \begin_layout Standard
10085
10086 \series bold
10087
10088 \backslash
10089 hspace{0pt}
10090 \end_layout
10091
10092 \begin_layout Standard
10093 in ERT before the word.
10094  As the space is zero, it doesn't change the output.
10095  Table\InsetSpace ~
10096
10097 \begin_inset LatexCommand ref
10098 reference "tab:Table-with-and"
10099
10100 \end_inset
10101
10102  shows the effect.
10103 \end_layout
10104
10105 \begin_layout Standard
10106 \begin_inset Float table
10107 placement h
10108 wide false
10109 sideways false
10110 status open
10111
10112 \begin_layout Standard
10113 \begin_inset Caption
10114
10115 \begin_layout Standard
10116 \begin_inset LatexCommand label
10117 name "tab:Table-with-and"
10118
10119 \end_inset
10120
10121 Table with and without hyphenation
10122 \end_layout
10123
10124 \end_inset
10125
10126
10127 \end_layout
10128
10129 \begin_layout Standard
10130
10131 \hfill
10132
10133 \begin_inset Tabular
10134 <lyxtabular version="3" rows="3" columns="3">
10135 <features>
10136 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10137 <column alignment="center" valignment="middle" leftline="true" width="0">
10138 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10139 <row topline="true">
10140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Standard
10144 verylongtablecellword
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Standard
10153 b
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Standard
10162 c
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 </row>
10168 <row topline="true">
10169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Standard
10173 d
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Standard
10182 e
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Standard
10191 f
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 <row topline="true" bottomline="true">
10198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Standard
10202 g
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Standard
10211 h
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Standard
10220 i
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 </lyxtabular>
10227
10228 \end_inset
10229
10230
10231 \hfill
10232
10233 \begin_inset Tabular
10234 <lyxtabular version="3" rows="3" columns="3">
10235 <features>
10236 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10237 <column alignment="center" valignment="middle" leftline="true" width="0">
10238 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10239 <row topline="true">
10240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Standard
10244 \begin_inset ERT
10245 status collapsed
10246
10247 \begin_layout Standard
10248
10249
10250 \backslash
10251 hspace{0pt}
10252 \end_layout
10253
10254 \end_inset
10255
10256 verylongtablecellword
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Standard
10265 b
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Standard
10274 c
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row topline="true">
10281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Standard
10285 d
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Standard
10294 e
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Standard
10303 f
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row topline="true" bottomline="true">
10310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Standard
10314 g
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Standard
10323 h
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Standard
10332 i
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 </lyxtabular>
10339
10340 \end_inset
10341
10342
10343 \hfill
10344
10345 \end_layout
10346
10347 \end_inset
10348
10349
10350 \end_layout
10351
10352 \begin_layout Standard
10353
10354 \newpage
10355
10356 \end_layout
10357
10358 \begin_layout Subsection
10359 Multicolumns
10360 \begin_inset LatexCommand label
10361 name "sub:Multicolumns"
10362
10363 \end_inset
10364
10365
10366 \begin_inset LatexCommand index
10367 name "Multicolumns"
10368
10369 \end_inset
10370
10371
10372 \begin_inset LatexCommand index
10373 name "Table ! Multicolumns"
10374
10375 \end_inset
10376
10377
10378 \end_layout
10379
10380 \begin_layout Subsubsection
10381 Multicolumn Basics
10382 \end_layout
10383
10384 \begin_layout Standard
10385 To span a cell over multiple columns, mark as much cells within a line that
10386  should be one spanned cell and use either the table-toolbar button 
10387 \begin_inset Graphics
10388         filename ../images/tabular-feature_multicolumn.xpm
10389         scale 85
10390         scaleBeforeRotation
10391
10392 \end_inset
10393
10394 , or the menu 
10395 \family sans
10396 Edit\SpecialChar \menuseparator
10397 Table\SpecialChar \menuseparator
10398 Multicolumn
10399 \family default
10400 , or right click on the marked cells and choose multicolumn in the appearing
10401  table dialog under the tab 
10402 \family sans
10403 Table Settings
10404 \family default
10405 .
10406 \end_layout
10407
10408 \begin_layout Standard
10409 Multicolumns have there own cell settings.
10410  That means changing cell borders, cell alignment, and the width only affects
10411  the multicolumn.
10412  Here is an example table with a multicolumn cell in the first row and one
10413  in the last row without the upper border:
10414 \end_layout
10415
10416 \begin_layout Standard
10417 \align center
10418 \begin_inset Tabular
10419 <lyxtabular version="3" rows="3" columns="4">
10420 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10421 <column alignment="center" valignment="top" leftline="true" width="0pt">
10422 <column alignment="center" valignment="middle" leftline="true" width="0">
10423 <column alignment="center" valignment="top" leftline="true" width="0in">
10424 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10425 <row topline="true" bottomline="true">
10426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Standard
10430 abc
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Standard
10439 def ghi
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Standard
10448
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Standard
10457 jkl
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 <row topline="true">
10464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Standard
10468
10469 \family roman
10470 \series medium
10471 \shape up
10472 \size normal
10473 \emph off
10474 \bar no
10475 \noun off
10476 \color none
10477 A
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Standard
10486 B
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Standard
10495 C
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Standard
10504 D
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row topline="true" bottomline="true">
10511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Standard
10515 1
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Standard
10524 2
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Standard
10533 3
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Standard
10542 4
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 </lyxtabular>
10549
10550 \end_inset
10551
10552
10553 \end_layout
10554
10555 \begin_layout Subsubsection
10556 Multicolumn Calculations
10557 \begin_inset LatexCommand label
10558 name "sub:Multicolumn-Calculations"
10559
10560 \end_inset
10561
10562
10563 \begin_inset LatexCommand index
10564 name "Multicolumns ! Calculations"
10565
10566 \end_inset
10567
10568
10569 \end_layout
10570
10571 \begin_layout Standard
10572 LyX supports multicolumns directly, but we have to take notice of the cell
10573  width of the columns spanned by the multicolumn cell.
10574 \end_layout
10575
10576 \begin_layout Standard
10577 \begin_inset Float table
10578 wide false
10579 sideways false
10580 status open
10581
10582 \begin_layout Standard
10583 \begin_inset Caption
10584
10585 \begin_layout Standard
10586 \begin_inset LatexCommand label
10587 name "tab:Table-with-centered"
10588
10589 \end_inset
10590
10591 Table with centered multicolumn text above two columns that have exactly
10592  half the width of the multicolumn cell
10593 \begin_inset OptArg
10594 status collapsed
10595
10596 \begin_layout Standard
10597 Perfect multicolumn table
10598 \end_layout
10599
10600 \end_inset
10601
10602
10603 \end_layout
10604
10605 \end_inset
10606
10607
10608 \end_layout
10609
10610 \begin_layout Standard
10611 \align center
10612 \begin_inset Tabular
10613 <lyxtabular version="3" rows="3" columns="3">
10614 <features>
10615 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
10616 <column alignment="center" valignment="middle" leftline="true" width="0">
10617 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10618 <row topline="true">
10619 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
10620 \begin_inset Text
10621
10622 \begin_layout Standard
10623 multiple lines multicolumn
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Standard
10632
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Standard
10641 c
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 </row>
10647 <row topline="true">
10648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Standard
10652 d
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Standard
10661 e
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Standard
10670 f
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row topline="true" bottomline="true">
10677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Standard
10681 g
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Standard
10690 h
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Standard
10699 i
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 </row>
10705 </lyxtabular>
10706
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713
10714
10715 \end_layout
10716
10717 \begin_layout Standard
10718 To create for example Table\InsetSpace ~
10719
10720 \begin_inset LatexCommand ref
10721 reference "tab:Table-with-centered"
10722
10723 \end_inset
10724
10725 , mark the first two cells in the first row of a 3×3 table and right-click
10726  on them.
10727  Now choose for this cell 
10728 \emph on
10729 multicolumn
10730 \emph default
10731
10732 \emph on
10733 centered alignment
10734 \emph default
10735  and a width of 2.5\InsetSpace \thinspace{}
10736 cm in the table dialog.
10737  The spanned columns should have exactly half the width of the multicolumn
10738  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
10739 cm for the first column.
10740  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
10741 cm (multicolumn
10742  width - width of first column).
10743  This was done for Table\InsetSpace ~
10744
10745 \begin_inset LatexCommand ref
10746 reference "tab:Table-without-half"
10747
10748 \end_inset
10749
10750 .
10751 \end_layout
10752
10753 \begin_layout Standard
10754 \begin_inset Float table
10755 wide false
10756 sideways false
10757 status open
10758
10759 \begin_layout Standard
10760 \begin_inset Caption
10761
10762 \begin_layout Standard
10763 \begin_inset LatexCommand label
10764 name "tab:Table-without-half"
10765
10766 \end_inset
10767
10768 Table where the spanned table columns have not exactly half the width of
10769  the multicolumn cell
10770 \begin_inset OptArg
10771 status collapsed
10772
10773 \begin_layout Standard
10774 Imperfect multicolumn table
10775 \end_layout
10776
10777 \end_inset
10778
10779
10780 \end_layout
10781
10782 \end_inset
10783
10784
10785 \end_layout
10786
10787 \begin_layout Standard
10788 \align center
10789 \begin_inset Tabular
10790 <lyxtabular version="3" rows="3" columns="3">
10791 <features>
10792 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10793 <column alignment="center" valignment="top" leftline="true" width="0">
10794 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10795 <row topline="true" bottomline="true">
10796 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10797 \begin_inset Text
10798
10799 \begin_layout Standard
10800 multiple lines multicolumn
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Standard
10809
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Standard
10818 c
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row topline="true">
10825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Standard
10829 d
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Standard
10838 e
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Standard
10847 f
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 <row topline="true" bottomline="true">
10854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Standard
10858 g
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Standard
10867 h
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Standard
10876 i
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 </lyxtabular>
10883
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \end_inset
10890
10891
10892 \end_layout
10893
10894 \begin_layout Standard
10895 You can see that the first column has not the half width of the multicolumn
10896  cell, it is a bit bigger.
10897  The reason is that the given width of a cell 
10898 \begin_inset Formula $W_{g}$
10899 \end_inset
10900
10901  is not its total width 
10902 \begin_inset Formula $W_{\mathrm{tot}}$
10903 \end_inset
10904
10905  because a cell is always a bit larger than its given width.
10906  Appendix\InsetSpace ~
10907
10908 \begin_inset LatexCommand eqref
10909 reference "cha:Explanation-of-Equation"
10910
10911 \end_inset
10912
10913  explains it in detail.
10914 \end_layout
10915
10916 \begin_layout Standard
10917 The needed given width 
10918 \begin_inset Formula $W_{g\, n}$
10919 \end_inset
10920
10921  when 
10922 \emph on
10923 n
10924 \emph default
10925  columns are spanned can be calculated, so that each column has a total
10926  width of 
10927 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10928 \end_inset
10929
10930 :
10931 \begin_inset Formula \begin{equation}
10932 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10933
10934 \end_inset
10935
10936
10937 \end_layout
10938
10939 \begin_layout Standard
10940 In our case we have 
10941 \begin_inset Formula $n=2$
10942 \end_inset
10943
10944
10945 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10946 \end_inset
10947
10948 cm and the default values for the lengths, so that equation 
10949 \begin_inset LatexCommand ref
10950 reference "eq:Wgn"
10951
10952 \end_inset
10953
10954  becomes
10955 \begin_inset Formula \begin{equation}
10956 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10957
10958 \end_inset
10959
10960
10961 \end_layout
10962
10963 \begin_layout Standard
10964 To enable calculations in LaTeX, the LaTeX-package 
10965 \series bold
10966 calc
10967 \series default
10968  must be loaded with the document preamble line
10969 \begin_inset LatexCommand index
10970 name "LaTeX-packages ! calc"
10971
10972 \end_inset
10973
10974
10975 \end_layout
10976
10977 \begin_layout Standard
10978
10979 \series bold
10980
10981 \backslash
10982 usepackage{calc}
10983 \end_layout
10984
10985 \begin_layout Standard
10986 LyX does not allow to calculate lengths in the width-field of the table
10987  dialog.
10988  Therefore you have to format the column by inserting a LaTeX-argument in
10989  the dialog.
10990  Here is an overview about the arguments:
10991 \end_layout
10992
10993 \begin_layout Itemize
10994
10995 \series bold
10996 p{width}
10997 \series default
10998  creates cell with a fixed width, its text is vertically top-aligned
10999 \end_layout
11000
11001 \begin_layout Itemize
11002
11003 \series bold
11004 m{width}
11005 \series default
11006  creates cell with a fixed width, its text is vertically centered
11007 \end_layout
11008
11009 \begin_layout Itemize
11010
11011 \series bold
11012 b{width}
11013 \series default
11014  creates cell with a fixed width, its text is vertically bottom-aligned
11015 \end_layout
11016
11017 \begin_layout Standard
11018 By entering a LaTeX-argument, all cell settings set in the table dialog
11019  are overwritten.
11020 \end_layout
11021
11022 \begin_layout Standard
11023 \begin_inset Note Greyedout
11024 status open
11025
11026 \begin_layout Standard
11027
11028 \series bold
11029 Note:
11030 \series default
11031  Due to a bug, LyX shows the overwritten settings anyway.
11032 \end_layout
11033
11034 \end_inset
11035
11036
11037 \end_layout
11038
11039 \begin_layout Standard
11040 As the text should be horizontally centered, the command 
11041 \series bold
11042
11043 \backslash
11044 centering
11045 \series default
11046  is added.
11047  You can now enter the following LaTeX-argument for the first spanned column:
11048 \end_layout
11049
11050 \begin_layout Standard
11051
11052 \series bold
11053 >{
11054 \backslash
11055 centering}m{1.25cm-6.2pt}
11056 \end_layout
11057
11058 \begin_layout Standard
11059 The command 
11060 \series bold
11061 >{ }
11062 \series default
11063  means, that the commands inside the braces are applied before the cell
11064  is created.
11065 \end_layout
11066
11067 \begin_layout Standard
11068 Although we have chosen centered alignment for the text of the multicolumn
11069  cell, it is still left aligned.
11070  This is because LyX only applies the alignment to single columns.
11071  So we have to use for the multicolumn the LaTeX-argument
11072 \end_layout
11073
11074 \begin_layout Standard
11075
11076 \series bold
11077 >{
11078 \backslash
11079 centering}m{2.5cm}
11080 \end_layout
11081
11082 \begin_layout Subsection
11083 Multirows
11084 \begin_inset LatexCommand index
11085 name "Multirows"
11086
11087 \end_inset
11088
11089
11090 \begin_inset LatexCommand index
11091 name "Table ! Multirows"
11092
11093 \end_inset
11094
11095
11096 \begin_inset LatexCommand index
11097 name "LaTeX-packages ! multirow"
11098
11099 \end_inset
11100
11101
11102 \end_layout
11103
11104 \begin_layout Standard
11105 In contrary to multicolumns multirows are not yet supported by LyX so a
11106  bit of ERT needs to be used.
11107  To use multirows load the LaTeX-package 
11108 \series bold
11109 multirow
11110 \series default
11111  in your document preamble with the command
11112 \end_layout
11113
11114 \begin_layout Standard
11115
11116 \series bold
11117
11118 \backslash
11119 usepackage{multirow}
11120 \end_layout
11121
11122 \begin_layout Standard
11123 Multirows are created with the command
11124 \end_layout
11125
11126 \begin_layout Standard
11127
11128 \series bold
11129
11130 \backslash
11131 multirow{number of rows}{cell width}{cell entry}
11132 \end_layout
11133
11134 \begin_layout Standard
11135 To create the following table:
11136 \end_layout
11137
11138 \begin_layout Standard
11139 \align center
11140 \begin_inset ERT
11141 status collapsed
11142
11143 \begin_layout Standard
11144
11145
11146 \backslash
11147 renewcommand{
11148 \backslash
11149 multirowsetup}{
11150 \backslash
11151 centering}
11152 \end_layout
11153
11154 \end_inset
11155
11156
11157 \begin_inset Tabular
11158 <lyxtabular version="3" rows="3" columns="3">
11159 <features>
11160 <column alignment="center" valignment="top" leftline="true" width="0">
11161 <column alignment="center" valignment="top" leftline="true" width="0">
11162 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11163 <row topline="true">
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Standard
11168 a
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Standard
11177 b
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Standard
11186 c
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 </row>
11192 <row topline="true">
11193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Standard
11197 \begin_inset ERT
11198 status collapsed
11199
11200 \begin_layout Standard
11201
11202
11203 \backslash
11204 multirow{2}{2.5cm}{
11205 \end_layout
11206
11207 \end_inset
11208
11209 multirow entry
11210 \begin_inset ERT
11211 status collapsed
11212
11213 \begin_layout Standard
11214
11215 }
11216 \end_layout
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Standard
11229 e
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Standard
11238 f
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row topline="true" bottomline="true">
11245 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Standard
11249
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Standard
11258 h
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Standard
11267 i
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 </row>
11273 </lyxtabular>
11274
11275 \end_inset
11276
11277
11278 \begin_inset ERT
11279 status collapsed
11280
11281 \begin_layout Standard
11282
11283
11284 \backslash
11285 renewcommand{
11286 \backslash
11287 multirowsetup}{
11288 \backslash
11289 raggedright}
11290 \end_layout
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Standard
11298 create a 3×3 table.
11299  To get rid of the line above the last cell in the first column, the cell
11300  is marked as multicolumn and the upper border is unset.
11301  The multirow is now created in the second row of the first column by inserting
11302  there the command
11303 \end_layout
11304
11305 \begin_layout Standard
11306
11307 \series bold
11308
11309 \backslash
11310 multirow{2}{2.5cm}{
11311 \end_layout
11312
11313 \begin_layout Standard
11314 as ERT.
11315  According to the command parameters the multirow spans now two rows and
11316  has a width of 2.5\InsetSpace \thinspace{}
11317 cm.
11318  The content of the multirow cell follows outside the ERT box and the command
11319  is finished with a right brace 
11320 \series bold
11321 }
11322 \series default
11323  in another ERT-box behind the text.
11324 \end_layout
11325
11326 \begin_layout Standard
11327
11328 \series bold
11329
11330 \backslash
11331 multirow
11332 \series default
11333  left-aligns its content by default.
11334  To override the default, renew the command 
11335 \series bold
11336
11337 \backslash
11338 multirowsetup
11339 \series default
11340  with the command
11341 \end_layout
11342
11343 \begin_layout Standard
11344
11345 \series bold
11346
11347 \backslash
11348 renewcommand{
11349 \backslash
11350 multirowsetup}{
11351 \backslash
11352 centering}
11353 \end_layout
11354
11355 \begin_layout Standard
11356 in ERT in the document preamble.
11357  Then all entries of multirow cells in the document are centered.
11358  If centering is only needed for several tables, you can renew the command
11359  in an ERT box just before the table instead of the preamble.
11360  If the text should be right-aligned, replace 
11361 \series bold
11362
11363 \backslash
11364 centering
11365 \series default
11366  by 
11367 \series bold
11368
11369 \backslash
11370 raggedleft
11371 \series default
11372 .
11373  To return to left-alignment 
11374 \series bold
11375
11376 \backslash
11377 raggedright
11378 \series default
11379  is used.
11380 \end_layout
11381
11382 \begin_layout Section
11383 Formal Tables
11384 \begin_inset LatexCommand label
11385 name "sec:Formal-Tables"
11386
11387 \end_inset
11388
11389
11390 \begin_inset LatexCommand index
11391 name "Table ! Formal"
11392
11393 \end_inset
11394
11395
11396 \end_layout
11397
11398 \begin_layout Standard
11399 Tables are often typeset in books similar to Table\InsetSpace ~
11400
11401 \begin_inset LatexCommand ref
11402 reference "tab:Example-booktabs-table"
11403
11404 \end_inset
11405
11406 .
11407  This kind of tables is called 
11408 \begin_inset Quotes eld
11409 \end_inset
11410
11411
11412 \emph on
11413 formal
11414 \emph default
11415
11416 \begin_inset Quotes erd
11417 \end_inset
11418
11419 .
11420  To make a table a formal table use the option 
11421 \family sans
11422 Formal
11423 \family default
11424  in the 
11425 \family sans
11426 Borders
11427 \family default
11428  tab of the table dialog.
11429 \end_layout
11430
11431 \begin_layout Standard
11432 \begin_inset Float table
11433 placement h
11434 wide false
11435 sideways false
11436 status open
11437
11438 \begin_layout Standard
11439 \begin_inset Caption
11440
11441 \begin_layout Standard
11442 \begin_inset LatexCommand label
11443 name "tab:Example-booktabs-table"
11444
11445 \end_inset
11446
11447 Example booktabs-table
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \begin_layout Standard
11456 \align center
11457 \begin_inset Tabular
11458 <lyxtabular version="3" rows="8" columns="4">
11459 <features booktabs="true">
11460 <column alignment="center" valignment="top" rightline="true" width="0">
11461 <column alignment="center" valignment="top" width="0">
11462 <column alignment="center" valignment="top" width="0">
11463 <column alignment="center" valignment="top" width="0">
11464 <row topline="true">
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Standard
11469 System
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Standard
11478 Medipix
11479 \begin_inset Formula $\,$
11480 \end_inset
11481
11482 1
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Standard
11491 Medipix
11492 \begin_inset Formula $\,$
11493 \end_inset
11494
11495 2
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Standard
11504
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 <row>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Standard
11515 \begin_inset ERT
11516 status collapsed
11517
11518 \begin_layout Standard
11519
11520
11521 \backslash
11522 cmidrule(r){2-2}
11523 \end_layout
11524
11525 \end_inset
11526
11527
11528 \begin_inset ERT
11529 status collapsed
11530
11531 \begin_layout Standard
11532
11533
11534 \backslash
11535 cmidrule(l){3-4}
11536 \end_layout
11537
11538 \end_inset
11539
11540 Detector thickness [µm]
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Standard
11549 300
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Standard
11558 300
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Standard
11567 700
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row topline="true">
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Standard
11578 Edge angle [°]
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Standard
11587 3.55
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Standard
11596 2.71
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Standard
11605 7.99
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 </row>
11611 <row topspace="default">
11612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Standard
11616 Spatial resolution [µm]
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Standard
11625 4.26
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Standard
11634 10.17
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Standard
11643 10.56
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 </row>
11649 <row topspace="default">
11650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Standard
11654 MTF at 
11655 \begin_inset Formula $f_{\mathrm{max}}$
11656 \end_inset
11657
11658
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Standard
11667 0.53
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Standard
11676 0.37
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Standard
11685 0.39
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row topspace="default">
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Standard
11696 \begin_inset ERT
11697 status collapsed
11698
11699 \begin_layout Standard
11700
11701
11702 \backslash
11703 cmidrule(l{10pt}){1-1}
11704 \end_layout
11705
11706 \end_inset
11707
11708 LSF-spatial resolution
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Standard
11717
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Standard
11726
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Standard
11735
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 <row>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Standard
11746 in µm
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Standard
11755 129.7
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Standard
11764 52.75
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Standard
11773 50.78
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 </row>
11779 <row bottomline="true">
11780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Standard
11784 in % of pixel size
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Standard
11793 76.3
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Standard
11802 95.9
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Standard
11811 92.3
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 </row>
11817 </lyxtabular>
11818
11819 \end_inset
11820
11821
11822 \end_layout
11823
11824 \end_inset
11825
11826
11827 \end_layout
11828
11829 \begin_layout Standard
11830 Spaces to table rows can be added using the 
11831 \family sans
11832 Borders
11833 \family default
11834  tab of the table dialog as described in section\InsetSpace ~
11835
11836 \begin_inset LatexCommand ref
11837 reference "sub:Row-Spacing"
11838
11839 \end_inset
11840
11841 .
11842 \end_layout
11843
11844 \begin_layout Standard
11845 In contrary to normal tables, formal tables have no vertical table lines.
11846  The horizontal table lines can be set like for normal tables but they appear
11847  with different width in the output:
11848 \newline
11849 The first and the last table line have
11850  a default width of 0.08\InsetSpace \thinspace{}
11851 em while the other lines have a default width of
11852  0.05\InsetSpace \thinspace{}
11853 em.
11854 \end_layout
11855
11856 \begin_layout Standard
11857 The default widths can be changed with the following preamble lines
11858 \end_layout
11859
11860 \begin_layout Standard
11861
11862 \series bold
11863
11864 \backslash
11865 let
11866 \backslash
11867 mytoprule
11868 \backslash
11869 toprule
11870 \newline
11871
11872 \backslash
11873 renewcommand{
11874 \backslash
11875 toprule}{
11876 \backslash
11877 mytoprule[width]}
11878 \end_layout
11879
11880 \begin_layout Standard
11881 This example is for the first line, the so called 
11882 \series bold
11883 toprule
11884 \series default
11885 .
11886  If you want to change the width for the last line, replace 
11887 \series bold
11888 toprule
11889 \series default
11890  by 
11891 \series bold
11892 bottomrule
11893 \series default
11894 .
11895  To change the width for the other lines replace 
11896 \series bold
11897 toprule
11898 \series default
11899  by 
11900 \series bold
11901 midrule
11902 \series default
11903 .
11904  You can use all units listed in appendix\InsetSpace ~
11905
11906 \begin_inset LatexCommand ref
11907 reference "cha:Units-available-in"
11908
11909 \end_inset
11910
11911  to set the width.
11912 \end_layout
11913
11914 \begin_layout Standard
11915 Lines that don't span over all table columns can be created by setting a
11916  table line for multicolumn cells.
11917  LyX will then internally use the command 
11918 \series bold
11919
11920 \backslash
11921 cmidrule
11922 \series default
11923  to create this line.
11924  Its full scheme is
11925 \end_layout
11926
11927 \begin_layout Standard
11928
11929 \series bold
11930
11931 \backslash
11932 cmidrule[width](trim){startcol-endcol}
11933 \end_layout
11934
11935 \begin_layout Standard
11936 The options of 
11937 \series bold
11938
11939 \backslash
11940 cmidrule
11941 \series default
11942  are are currently not supported by LyX so you have to use ERT to be able
11943  to use them.
11944  
11945 \series bold
11946
11947 \backslash
11948 cmidrule
11949 \series default
11950 s can manually be created by inserting the command as ERT as first cell
11951  entry of the first cell of a row.
11952  The line is then drawn in the output above the current row.
11953 \end_layout
11954
11955 \begin_layout Standard
11956 The default for the width is 0.03\InsetSpace \thinspace{}
11957 em.
11958  Startcol is the number of the column where the line starts and endcol the
11959  column number where the line ends.
11960  The endcol always needs to be specified, also when the line should span
11961  only one column.
11962  The optional parameter trim could be either 
11963 \emph on
11964 l{trimwidth}
11965 \emph default
11966 , or 
11967 \emph on
11968 r{trimwidth}
11969 \emph default
11970  where the trimwidth is also optional.
11971  Using for example the parameter 
11972 \emph on
11973 l{2pt}
11974 \emph default
11975  means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
11976 pt.
11977  If you don't specify the trimwidth the lines are trimmed by the default
11978  of 0.5\InsetSpace \thinspace{}
11979 em.
11980 \end_layout
11981
11982 \begin_layout Standard
11983 \begin_inset VSpace bigskip
11984 \end_inset
11985
11986 Table\InsetSpace ~
11987
11988 \begin_inset LatexCommand ref
11989 reference "tab:Example-booktabs-table"
11990
11991 \end_inset
11992
11993  was created using the commands
11994 \end_layout
11995
11996 \begin_layout Standard
11997
11998 \series bold
11999
12000 \backslash
12001 cmidrule(r){2-2}
12002 \backslash
12003 cmidrule(l){3-4}
12004 \end_layout
12005
12006 \begin_layout Standard
12007 at the beginning of the in the second row and
12008 \end_layout
12009
12010 \begin_layout Standard
12011
12012 \series bold
12013
12014 \backslash
12015 cmidrule(l{10pt}){1-1}
12016 \end_layout
12017
12018 \begin_layout Standard
12019 in the sixth row.
12020 \end_layout
12021
12022 \begin_layout Standard
12023 \begin_inset VSpace bigskip
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \begin_layout Standard
12030 You might want to have overlapping 
12031 \series bold
12032
12033 \backslash
12034 cmidrule
12035 \series default
12036 s like in Table\InsetSpace ~
12037
12038 \begin_inset LatexCommand ref
12039 reference "tab:Special-booktabs-table"
12040
12041 \end_inset
12042
12043 .
12044  This can be achieved with the ERT command
12045 \end_layout
12046
12047 \begin_layout Standard
12048
12049 \series bold
12050
12051 \backslash
12052 morecmidrules
12053 \end_layout
12054
12055 \begin_layout Standard
12056 The command that was used for the second row of Table\InsetSpace ~
12057
12058 \begin_inset LatexCommand ref
12059 reference "tab:Special-booktabs-table"
12060
12061 \end_inset
12062
12063  is
12064 \end_layout
12065
12066 \begin_layout Standard
12067
12068 \series bold
12069
12070 \backslash
12071 cmidrule(r){2-2}
12072 \backslash
12073 cmidrule(l){3-4}
12074 \backslash
12075 morecmidrules
12076 \backslash
12077 cmidrule{2-4}
12078 \end_layout
12079
12080 \begin_layout Standard
12081 The command for the sixth row is
12082 \end_layout
12083
12084 \begin_layout Standard
12085
12086 \series bold
12087
12088 \backslash
12089 midrule
12090 \backslash
12091 morecmidrules
12092 \backslash
12093 cmidrule{3-4}
12094 \end_layout
12095
12096 \begin_layout Standard
12097 \begin_inset VSpace bigskip
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Standard
12104 If you are anyway not satisfied with the border line spacing, you can use
12105  the following command to produce lines that span over all table columns
12106 \series bold
12107 :
12108 \end_layout
12109
12110 \begin_layout Standard
12111
12112 \series bold
12113
12114 \backslash
12115 specialrule{width}{space above}{space below}
12116 \end_layout
12117
12118 \begin_layout Standard
12119 For more informations about these specialties, we refer to the manual of
12120  the LaTeX-package 
12121 \series bold
12122 booktabs
12123 \series default
12124  
12125 \begin_inset LatexCommand cite
12126 key "booktabs"
12127
12128 \end_inset
12129
12130 .
12131 \begin_inset LatexCommand index
12132 name "LaTeX-packages ! booktabs"
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \begin_layout Standard
12140 \begin_inset Float table
12141 placement h
12142 wide false
12143 sideways false
12144 status open
12145
12146 \begin_layout Standard
12147 \begin_inset Caption
12148
12149 \begin_layout Standard
12150 \begin_inset LatexCommand label
12151 name "tab:Special-booktabs-table"
12152
12153 \end_inset
12154
12155 Special booktabs-table
12156 \end_layout
12157
12158 \end_inset
12159
12160
12161 \end_layout
12162
12163 \begin_layout Standard
12164 \align center
12165 \begin_inset Tabular
12166 <lyxtabular version="3" rows="8" columns="4">
12167 <features booktabs="true">
12168 <column alignment="center" valignment="top" width="0">
12169 <column alignment="center" valignment="top" width="0">
12170 <column alignment="center" valignment="top" width="0">
12171 <column alignment="center" valignment="top" width="0">
12172 <row topline="true">
12173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12174 \begin_inset Text
12175
12176 \begin_layout Standard
12177 System
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Standard
12186 Medipix\InsetSpace \thinspace{}
12187 1
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Standard
12196 Medipix\InsetSpace \thinspace{}
12197 2
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12203 \begin_inset Text
12204
12205 \begin_layout Standard
12206
12207 \end_layout
12208
12209 \end_inset
12210 </cell>
12211 </row>
12212 <row>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Standard
12217 \begin_inset ERT
12218 status collapsed
12219
12220 \begin_layout Standard
12221
12222
12223 \backslash
12224 cmidrule(r){2-2}
12225 \end_layout
12226
12227 \end_inset
12228
12229
12230 \begin_inset ERT
12231 status collapsed
12232
12233 \begin_layout Standard
12234
12235
12236 \backslash
12237 cmidrule(l){3-4}
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \begin_inset ERT
12244 status collapsed
12245
12246 \begin_layout Standard
12247
12248
12249 \backslash
12250 morecmidrules 
12251 \end_layout
12252
12253 \end_inset
12254
12255
12256 \begin_inset ERT
12257 status collapsed
12258
12259 \begin_layout Standard
12260
12261
12262 \backslash
12263 cmidrule{2-4}
12264 \end_layout
12265
12266 \end_inset
12267
12268 Detector thickness [µm]
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Standard
12277 300
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Standard
12286 300
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Standard
12295 700
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 </row>
12301 <row topline="true">
12302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Standard
12306 Edge angle [°]
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Standard
12315 3.55
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12321 \begin_inset Text
12322
12323 \begin_layout Standard
12324 2.71
12325 \end_layout
12326
12327 \end_inset
12328 </cell>
12329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Standard
12333 7.99
12334 \end_layout
12335
12336 \end_inset
12337 </cell>
12338 </row>
12339 <row topspace="default">
12340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Standard
12344 Spatial resolution [µm]
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Standard
12353 4.26
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Standard
12362 10.17
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Standard
12371 10.56
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 </row>
12377 <row topspace="default">
12378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Standard
12382 MTF at 
12383 \begin_inset Formula $f_{\mathrm{max}}$
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Standard
12395 0.53
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Standard
12404 0.37
12405 \end_layout
12406
12407 \end_inset
12408 </cell>
12409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Standard
12413 0.39
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 </row>
12419 <row topline="true">
12420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Standard
12424 \begin_inset ERT
12425 status collapsed
12426
12427 \begin_layout Standard
12428
12429
12430 \backslash
12431 morecmidrules 
12432 \end_layout
12433
12434 \end_inset
12435
12436
12437 \begin_inset ERT
12438 status collapsed
12439
12440 \begin_layout Standard
12441
12442
12443 \backslash
12444 cmidrule{3-4}
12445 \end_layout
12446
12447 \end_inset
12448
12449 LSF-spatial resolution
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Standard
12458
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Standard
12467
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Standard
12476
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 </row>
12482 <row>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Standard
12487 in µm
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Standard
12496 129.7
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Standard
12505 52.75
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Standard
12514 50.78
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 </row>
12520 <row bottomline="true">
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Standard
12525 in % of pixel size
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Standard
12534 76.3
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Standard
12543 95.9
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Standard
12552 92.3
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 </row>
12558 </lyxtabular>
12559
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \end_layout
12569
12570 \begin_layout Section
12571 Vertical Table Alignment
12572 \begin_inset LatexCommand index
12573 name "Table ! Alignment"
12574
12575 \end_inset
12576
12577
12578 \end_layout
12579
12580 \begin_layout Standard
12581 To align tables vertically in a text line the table must be inside a box.
12582  The box can then be vertically aligned as described in section\InsetSpace ~
12583
12584 \begin_inset LatexCommand ref
12585 reference "sec:Box-Dialog"
12586
12587 \end_inset
12588
12589 .
12590 \end_layout
12591
12592 \begin_layout Standard
12593 In the following example the tables are inside a minipage
12594 \begin_inset Foot
12595 status collapsed
12596
12597 \begin_layout Standard
12598 Minipages are described in section\InsetSpace ~
12599
12600 \begin_inset LatexCommand ref
12601 reference "sec:Minipages"
12602
12603 \end_inset
12604
12605 .
12606 \end_layout
12607
12608 \end_inset
12609
12610  box that has a width of 15\InsetSpace \thinspace{}
12611 col%:
12612 \end_layout
12613
12614 \begin_layout Itemize
12615 test 
12616 \begin_inset Box Frameless
12617 position "t"
12618 hor_pos "c"
12619 has_inner_box 1
12620 inner_pos "c"
12621 use_parbox 0
12622 width "15col%"
12623 special "none"
12624 height "1in"
12625 height_special "totalheight"
12626 status collapsed
12627
12628 \begin_layout Standard
12629 \begin_inset Tabular
12630 <lyxtabular version="3" rows="3" columns="3">
12631 <features>
12632 <column alignment="center" valignment="top" leftline="true" width="0">
12633 <column alignment="center" valignment="top" leftline="true" width="0">
12634 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12635 <row topline="true">
12636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Standard
12640 a
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Standard
12649 d
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Standard
12658 g
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 </row>
12664 <row topline="true">
12665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Standard
12669 b
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Standard
12678 e
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Standard
12687 h
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 </row>
12693 <row topline="true" bottomline="true">
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Standard
12698 c
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Standard
12707 f
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Standard
12716 i
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 </row>
12722 </lyxtabular>
12723
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730
12731  test 
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Standard
12736
12737
12738 \backslash
12739 raisebox{0.85
12740 \backslash
12741 baselineskip}{
12742 \end_layout
12743
12744 \end_inset
12745
12746
12747 \begin_inset Box Frameless
12748 position "t"
12749 hor_pos "c"
12750 has_inner_box 1
12751 inner_pos "c"
12752 use_parbox 0
12753 width "15col%"
12754 special "none"
12755 height "1in"
12756 height_special "totalheight"
12757 status collapsed
12758
12759 \begin_layout Standard
12760 \begin_inset Tabular
12761 <lyxtabular version="3" rows="3" columns="3">
12762 <features>
12763 <column alignment="center" valignment="top" leftline="true" width="0">
12764 <column alignment="center" valignment="top" leftline="true" width="0">
12765 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12766 <row topline="true">
12767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Standard
12771 a
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Standard
12780 d
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Standard
12789 g
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 </row>
12795 <row topline="true">
12796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Standard
12800 b
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Standard
12809 e
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Standard
12818 h
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 </row>
12824 <row topline="true" bottomline="true">
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Standard
12829 c
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Standard
12838 f
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Standard
12847 i
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 </lyxtabular>
12854
12855 \end_inset
12856
12857
12858 \end_layout
12859
12860 \end_inset
12861
12862
12863 \begin_inset ERT
12864 status collapsed
12865
12866 \begin_layout Standard
12867
12868 }
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \end_layout
12875
12876 \begin_layout Itemize
12877 test 
12878 \begin_inset Box Frameless
12879 position "c"
12880 hor_pos "c"
12881 has_inner_box 1
12882 inner_pos "c"
12883 use_parbox 0
12884 width "15col%"
12885 special "none"
12886 height "1in"
12887 height_special "totalheight"
12888 status collapsed
12889
12890 \begin_layout Standard
12891 \begin_inset Tabular
12892 <lyxtabular version="3" rows="3" columns="3">
12893 <features>
12894 <column alignment="center" valignment="top" leftline="true" width="0">
12895 <column alignment="center" valignment="top" leftline="true" width="0">
12896 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12897 <row topline="true">
12898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Standard
12902 a
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Standard
12911 d
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Standard
12920 g
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 </row>
12926 <row topline="true">
12927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Standard
12931 b
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Standard
12940 e
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Standard
12949 h
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 </row>
12955 <row topline="true" bottomline="true">
12956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Standard
12960 c
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Standard
12969 f
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Standard
12978 i
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 </row>
12984 </lyxtabular>
12985
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Itemize
12997 test 
12998 \begin_inset Box Frameless
12999 position "b"
13000 hor_pos "c"
13001 has_inner_box 1
13002 inner_pos "c"
13003 use_parbox 0
13004 width "15col%"
13005 special "none"
13006 height "1in"
13007 height_special "totalheight"
13008 status collapsed
13009
13010 \begin_layout Standard
13011 \begin_inset Tabular
13012 <lyxtabular version="3" rows="3" columns="3">
13013 <features>
13014 <column alignment="center" valignment="top" leftline="true" width="0">
13015 <column alignment="center" valignment="top" leftline="true" width="0">
13016 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13017 <row topline="true">
13018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Standard
13022 a
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Standard
13031 d
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Standard
13040 g
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 </row>
13046 <row topline="true">
13047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Standard
13051 b
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Standard
13060 e
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Standard
13069 h
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 </row>
13075 <row topline="true" bottomline="true">
13076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Standard
13080 c
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Standard
13089 f
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Standard
13098 i
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 </row>
13104 </lyxtabular>
13105
13106 \end_inset
13107
13108
13109 \end_layout
13110
13111 \end_inset
13112
13113  test 
13114 \begin_inset ERT
13115 status collapsed
13116
13117 \begin_layout Standard
13118
13119
13120 \backslash
13121 raisebox{-0.32
13122 \backslash
13123 baselineskip}{
13124 \end_layout
13125
13126 \end_inset
13127
13128
13129 \begin_inset Box Frameless
13130 position "b"
13131 hor_pos "c"
13132 has_inner_box 1
13133 inner_pos "c"
13134 use_parbox 0
13135 width "15col%"
13136 special "none"
13137 height "1in"
13138 height_special "totalheight"
13139 status collapsed
13140
13141 \begin_layout Standard
13142 \begin_inset Tabular
13143 <lyxtabular version="3" rows="3" columns="3">
13144 <features>
13145 <column alignment="center" valignment="top" leftline="true" width="0">
13146 <column alignment="center" valignment="top" leftline="true" width="0">
13147 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13148 <row topline="true">
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Standard
13153 a
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Standard
13162 d
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Standard
13171 g
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row topline="true">
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Standard
13182 b
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Standard
13191 e
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Standard
13200 h
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 </row>
13206 <row topline="true" bottomline="true">
13207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Standard
13211 c
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Standard
13220 f
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Standard
13229 i
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 </lyxtabular>
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \end_inset
13243
13244
13245 \begin_inset ERT
13246 status collapsed
13247
13248 \begin_layout Standard
13249
13250 }
13251 \end_layout
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \begin_layout Standard
13259 As you can see, the content of the first and last table row is not correctly
13260  aligned with the text line where the table is in.
13261  To get this alignment, the minipage box must be set into a raisebox
13262 \begin_inset Foot
13263 status collapsed
13264
13265 \begin_layout Standard
13266 Raiseboxes are described in section\InsetSpace ~
13267
13268 \begin_inset LatexCommand ref
13269 reference "sub:Vertical-Alignment"
13270
13271 \end_inset
13272
13273 .
13274 \end_layout
13275
13276 \end_inset
13277
13278 .
13279  In the example above the second table in the first item is aligned using
13280  the ERT-command
13281 \end_layout
13282
13283 \begin_layout Standard
13284
13285 \series bold
13286
13287 \backslash
13288 raisebox{0.85
13289 \backslash
13290 baselineskip}{
13291 \end_layout
13292
13293 \begin_layout Standard
13294 before the box.
13295  Behind the box the closing brace 
13296 \series bold
13297 }
13298 \series default
13299  is inserted as ERT.
13300  For the second table in the last item the command
13301 \end_layout
13302
13303 \begin_layout Standard
13304
13305 \series bold
13306
13307 \backslash
13308 raisebox{-0.32
13309 \backslash
13310 baselineskip}{
13311 \end_layout
13312
13313 \begin_layout Standard
13314 is used.
13315 \end_layout
13316
13317 \begin_layout Standard
13318 \begin_inset Note Greyedout
13319 status open
13320
13321 \begin_layout Standard
13322
13323 \series bold
13324 Note:
13325 \series default
13326  The alignment of the table row content to the surrounding text line is
13327  not exact.
13328  The needed factor of the 
13329 \series bold
13330
13331 \backslash
13332 raisebox
13333 \series default
13334  command for this alignment depends on the document font, the font size,
13335  and the table line thickness.
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \begin_layout Section
13344 Colored Tables
13345 \begin_inset LatexCommand label
13346 name "sec:Colored-Tables"
13347
13348 \end_inset
13349
13350
13351 \begin_inset LatexCommand index
13352 name "Table ! Color"
13353
13354 \end_inset
13355
13356
13357 \end_layout
13358
13359 \begin_layout Subsection
13360 Colored Cells
13361 \begin_inset LatexCommand index
13362 name "Table Color ! for Cells"
13363
13364 \end_inset
13365
13366
13367 \begin_inset LatexCommand index
13368 name "Color ! for Table Cells"
13369
13370 \end_inset
13371
13372
13373 \end_layout
13374
13375 \begin_layout Standard
13376 \begin_inset Float table
13377 placement h
13378 wide false
13379 sideways false
13380 status open
13381
13382 \begin_layout Standard
13383 \begin_inset Caption
13384
13385 \begin_layout Standard
13386 \begin_inset LatexCommand label
13387 name "tab:Table-colored-without"
13388
13389 \end_inset
13390
13391 Table colored without using the package 
13392 \series bold
13393 colortbl
13394 \series default
13395
13396 \begin_inset OptArg
13397 status collapsed
13398
13399 \begin_layout Standard
13400 Table without colortbl
13401 \end_layout
13402
13403 \end_inset
13404
13405
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \begin_layout Standard
13414 \align center
13415 \begin_inset Tabular
13416 <lyxtabular version="3" rows="3" columns="3">
13417 <features>
13418 <column alignment="center" valignment="top" leftline="true" width="0">
13419 <column alignment="center" valignment="top" leftline="true" width="0">
13420 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13421 <row topline="true">
13422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Standard
13426
13427 \color green
13428 a
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Standard
13437
13438 \color red
13439 b
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Standard
13448
13449 \color red
13450 c
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 </row>
13456 <row topline="true">
13457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Standard
13461
13462 \color green
13463 d
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Standard
13472
13473 \color blue
13474 e
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Standard
13483
13484 \color blue
13485 f
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 </row>
13491 <row topline="true" bottomline="true">
13492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Standard
13496
13497 \color green
13498 g
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Standard
13507
13508 \color blue
13509 h
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Standard
13518
13519 \color blue
13520 i
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 </row>
13526 </lyxtabular>
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \end_inset
13534
13535
13536 \end_layout
13537
13538 \begin_layout Standard
13539 If you only need colored text, mark the cells and choose a color in the
13540  menu 
13541 \family sans
13542 Edit\SpecialChar \menuseparator
13543 Text\InsetSpace ~
13544 Style
13545 \family default
13546 .
13547  This was used to create Table\InsetSpace ~
13548
13549 \begin_inset LatexCommand ref
13550 reference "tab:Table-colored-without"
13551
13552 \end_inset
13553
13554 .
13555  In any other case you have to use the LaTeX-package 
13556 \series bold
13557 colortbl
13558 \series default
13559 .
13560 \begin_inset LatexCommand index
13561 name "LaTeX-packages ! colortbl"
13562
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Standard
13569 To create colored tables, 
13570 \series bold
13571 colortbl
13572 \series default
13573  must be loaded in the preamble with the line
13574 \end_layout
13575
13576 \begin_layout Standard
13577
13578 \series bold
13579
13580 \backslash
13581 usepackage{colortbl}
13582 \end_layout
13583
13584 \begin_layout Standard
13585 The color of a column is adjusted with the command
13586 \end_layout
13587
13588 \begin_layout Standard
13589
13590 \series bold
13591
13592 \backslash
13593 columncolor{name of color}
13594 \end_layout
13595
13596 \begin_layout Standard
13597 inside the command 
13598 \series bold
13599 >{ }
13600 \series default
13601 .
13602  More about the command 
13603 \series bold
13604 >{}
13605 \series default
13606  is described in section\InsetSpace ~
13607
13608 \begin_inset LatexCommand ref
13609 reference "sub:Multicolumn-Calculations"
13610
13611 \end_inset
13612
13613 .
13614 \end_layout
13615
13616 \begin_layout Standard
13617 The following color names are predefined:
13618 \end_layout
13619
13620 \begin_layout Standard
13621
13622 \family sans
13623 red
13624 \family default
13625
13626 \family sans
13627 green
13628 \family default
13629
13630 \family sans
13631 yellow
13632 \family default
13633
13634 \family sans
13635 blue
13636 \family default
13637
13638 \family sans
13639 cyan
13640 \family default
13641
13642 \family sans
13643 magenta
13644 \family default
13645
13646 \family sans
13647 black
13648 \family default
13649  and 
13650 \family sans
13651 white
13652 \end_layout
13653
13654 \begin_layout Standard
13655 \begin_inset VSpace medskip
13656 \end_inset
13657
13658
13659 \end_layout
13660
13661 \begin_layout Standard
13662 You can also define your own color with the command
13663 \end_layout
13664
13665 \begin_layout Standard
13666
13667 \series bold
13668
13669 \backslash
13670 def\SpecialChar \textcompwordmark{}
13671 inecolor{color name}{color model}{color values}
13672 \end_layout
13673
13674 \begin_layout Standard
13675 The color model can be
13676 \end_layout
13677
13678 \begin_layout Labeling
13679 \labelwidthstring 00.00.0000
13680 cmyk: cyan, magenta, yellow, black
13681 \end_layout
13682
13683 \begin_layout Labeling
13684 \labelwidthstring 00.00.0000
13685 rgb: red, green blue
13686 \end_layout
13687
13688 \begin_layout Labeling
13689 \labelwidthstring 00.00.0000
13690 gray gray
13691 \end_layout
13692
13693 \begin_layout Standard
13694 and the color values are comma separated numbers between 0 and 1 describing
13695  the factor for the corresponding color of the color model.
13696 \end_layout
13697
13698 \begin_layout Standard
13699 You can e.\InsetSpace \thinspace{}
13700 g.\InsetSpace ~
13701 define the color "
13702 \emph on
13703 darkgreen
13704 \emph default
13705 " in the preamble with
13706 \end_layout
13707
13708 \begin_layout Standard
13709
13710 \series bold
13711
13712 \backslash
13713 def\SpecialChar \textcompwordmark{}
13714 inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
13715 \end_layout
13716
13717 \begin_layout Standard
13718 and the color "
13719 \emph on
13720 lightgray
13721 \emph default
13722 " with
13723 \end_layout
13724
13725 \begin_layout Standard
13726
13727 \series bold
13728
13729 \backslash
13730 def\SpecialChar \textcompwordmark{}
13731 inecolor{lightgray}{gray}{0.8}
13732 \end_layout
13733
13734 \begin_layout Standard
13735 \begin_inset VSpace medskip
13736 \end_inset
13737
13738
13739 \end_layout
13740
13741 \begin_layout Standard
13742 Lines are colored with the command
13743 \end_layout
13744
13745 \begin_layout Standard
13746
13747 \series bold
13748
13749 \backslash
13750 rowcolor{name of color}
13751 \end_layout
13752
13753 \begin_layout Standard
13754 and cells are colored with the command
13755 \end_layout
13756
13757 \begin_layout Standard
13758
13759 \series bold
13760
13761 \backslash
13762 cellcolor{name of color}
13763 \end_layout
13764
13765 \begin_layout Standard
13766 Both commands are inserted at the beginning of a cell as ERT.
13767 \end_layout
13768
13769 \begin_layout Standard
13770 To color characters in the table, mark the cells and use the LyX menu 
13771 \family sans
13772 Edit\SpecialChar \menuseparator
13773 Text\InsetSpace ~
13774 Style
13775 \family default
13776 .
13777  If a cell contains ERT mark only the characters, otherwise the colored
13778  ERT will cause LaTeX-errors.
13779 \end_layout
13780
13781 \begin_layout Standard
13782 \begin_inset Note Greyedout
13783 status open
13784
13785 \begin_layout Standard
13786
13787 \series bold
13788 Note:
13789 \series default
13790  Not all DVI-viewers are able to display self-defined colors.
13791 \end_layout
13792
13793 \end_inset
13794
13795
13796 \end_layout
13797
13798 \begin_layout Standard
13799 \begin_inset VSpace bigskip
13800 \end_inset
13801
13802
13803 \end_layout
13804
13805 \begin_layout Standard
13806 To create Table\InsetSpace ~
13807
13808 \begin_inset LatexCommand ref
13809 reference "tab:Table-colored-using"
13810
13811 \end_inset
13812
13813  do the following: The color of the first column should be 
13814 \emph on
13815 darkgreen
13816 \emph default
13817 .
13818  So insert
13819 \end_layout
13820
13821 \begin_layout Standard
13822
13823 \series bold
13824 >{
13825 \backslash
13826 columncolor{darkgreen}
13827 \backslash
13828 centering}c
13829 \end_layout
13830
13831 \begin_layout Standard
13832 as LaTeX-argument for this column.
13833  The first row should be blue, therefore the ERT command
13834 \end_layout
13835
13836 \begin_layout Standard
13837
13838 \series bold
13839
13840 \backslash
13841 rowcolow{cyan}
13842 \end_layout
13843
13844 \begin_layout Standard
13845 is inserted to the first cell of this row.
13846  Note that this overwrites the column color for the first cell.
13847  The last cell of the last row is colored magenta by inserting the ERT command
13848 \end_layout
13849
13850 \begin_layout Standard
13851
13852 \series bold
13853
13854 \backslash
13855 cellcolor{magenta}
13856 \end_layout
13857
13858 \begin_layout Standard
13859 The characters could now be colored using the menu 
13860 \family sans
13861 Edit\SpecialChar \menuseparator
13862 Text\InsetSpace ~
13863 Style
13864 \family default
13865 .
13866 \end_layout
13867
13868 \begin_layout Standard
13869 \begin_inset Float table
13870 placement h
13871 wide false
13872 sideways false
13873 status open
13874
13875 \begin_layout Standard
13876 \begin_inset Caption
13877
13878 \begin_layout Standard
13879 \begin_inset LatexCommand label
13880 name "tab:Table-colored-using"
13881
13882 \end_inset
13883
13884 Table colored using the package 
13885 \series bold
13886 colortbl
13887 \series default
13888
13889 \begin_inset OptArg
13890 status collapsed
13891
13892 \begin_layout Standard
13893 Table with colortbl
13894 \end_layout
13895
13896 \end_inset
13897
13898
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \begin_layout Standard
13907 \align center
13908 \begin_inset Tabular
13909 <lyxtabular version="3" rows="3" columns="3">
13910 <features>
13911 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
13912 <column alignment="center" valignment="top" width="0">
13913 <column alignment="center" valignment="top" width="0">
13914 <row>
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Standard
13919 \begin_inset ERT
13920 status collapsed
13921
13922 \begin_layout Standard
13923
13924
13925 \backslash
13926 rowcolor{cyan}
13927 \end_layout
13928
13929 \end_inset
13930
13931
13932 \color magenta
13933 a
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Standard
13942
13943 \color red
13944 b
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Standard
13953
13954 \color red
13955 c
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 </row>
13961 <row>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Standard
13966
13967 \color yellow
13968 d
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Standard
13977
13978 \color blue
13979 e
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Standard
13988
13989 \color blue
13990 f
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 </row>
13996 <row>
13997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Standard
14001
14002 \color yellow
14003 g
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Standard
14012
14013 \color blue
14014 h
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Standard
14023 \begin_inset ERT
14024 status collapsed
14025
14026 \begin_layout Standard
14027
14028
14029 \backslash
14030 cellcolor{magenta}
14031 \end_layout
14032
14033 \end_inset
14034
14035
14036 \color green
14037 i
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 </row>
14043 </lyxtabular>
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Subsection
14056 Colored Lines
14057 \begin_inset LatexCommand index
14058 name "Table Color ! for Lines"
14059
14060 \end_inset
14061
14062
14063 \begin_inset LatexCommand index
14064 name "Color ! for Table Lines"
14065
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \begin_layout Standard
14072 As described in section\InsetSpace ~
14073
14074 \begin_inset LatexCommand ref
14075 reference "sub:Line-Thickness"
14076
14077 \end_inset
14078
14079 , the line thickness for all lines in a table can be adjusted with the length
14080  
14081 \series bold
14082
14083 \backslash
14084 arrayrulewidth
14085 \series default
14086 .
14087  It is set to 1.5\InsetSpace \thinspace{}
14088 pt for all tables of this section.
14089 \begin_inset ERT
14090 status collapsed
14091
14092 \begin_layout Standard
14093
14094
14095 \backslash
14096 setlength{
14097 \backslash
14098 arrayrulewidth}{1.5pt}
14099 \end_layout
14100
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \begin_layout Standard
14107 To color vertical lines for example with green, create the following column
14108  format in the document preamble, according to the description in section\InsetSpace ~
14109
14110 \begin_inset LatexCommand ref
14111 reference "sub:Customized-Format"
14112
14113 \end_inset
14114
14115 :
14116 \end_layout
14117
14118 \begin_layout Standard
14119
14120 \series bold
14121
14122 \backslash
14123 newcolumntype{W}{!{
14124 \backslash
14125 color{green}
14126 \backslash
14127 vline}}
14128 \end_layout
14129
14130 \begin_layout Standard
14131 For Table\InsetSpace ~
14132
14133 \begin_inset LatexCommand ref
14134 reference "tab:Table-with-vertical-colored"
14135
14136 \end_inset
14137
14138  the LaTeX-argument
14139 \end_layout
14140
14141 \begin_layout Standard
14142
14143 \series bold
14144 WcW
14145 \end_layout
14146
14147 \begin_layout Standard
14148 was used for the last column and
14149 \end_layout
14150
14151 \begin_layout Standard
14152
14153 \series bold
14154 Wc
14155 \end_layout
14156
14157 \begin_layout Standard
14158 for the other columns.
14159 \end_layout
14160
14161 \begin_layout Standard
14162 If you want to have several colors, define more column formats.
14163 \end_layout
14164
14165 \begin_layout Standard
14166 \begin_inset Float table
14167 wide false
14168 sideways false
14169 status open
14170
14171 \begin_layout Standard
14172 \begin_inset Caption
14173
14174 \begin_layout Standard
14175 \begin_inset LatexCommand label
14176 name "tab:Table-with-vertical-colored"
14177
14178 \end_inset
14179
14180 Table with colored vertical lines
14181 \end_layout
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Standard
14189 \align center
14190 \begin_inset Tabular
14191 <lyxtabular version="3" rows="3" columns="3">
14192 <features>
14193 <column alignment="center" valignment="top" width="0" special="Wc">
14194 <column alignment="center" valignment="top" width="0" special="Wc">
14195 <column alignment="center" valignment="top" width="0" special="WcW">
14196 <row topline="true">
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Standard
14201 sd
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Standard
14210
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Standard
14219
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 </row>
14225 <row topline="true">
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Standard
14230
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Standard
14239 sd
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Standard
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row topline="true" bottomline="true">
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Standard
14259
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Standard
14268
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Standard
14277 sd
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 </lyxtabular>
14284
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \begin_layout Standard
14296 \begin_inset VSpace bigskip
14297 \end_inset
14298
14299 To color horizontal lines for example with red, like in Table\InsetSpace ~
14300
14301 \begin_inset LatexCommand ref
14302 reference "tab:Table-with-horizontal-colored"
14303
14304 \end_inset
14305
14306 , insert these commands in ERT before the table or table float:
14307 \end_layout
14308
14309 \begin_layout Standard
14310
14311 \series bold
14312
14313 \backslash
14314 let
14315 \backslash
14316 myHlineC
14317 \backslash
14318 hline
14319 \newline
14320
14321 \backslash
14322 renewcommand{
14323 \backslash
14324 hline}{
14325 \backslash
14326 arrayrulecolor{red}
14327 \backslash
14328 myHlineC
14329 \backslash
14330 arrayrulecolor{black}}
14331 \end_layout
14332
14333 \begin_layout Standard
14334 \begin_inset ERT
14335 status collapsed
14336
14337 \begin_layout Standard
14338
14339
14340 \backslash
14341 let
14342 \backslash
14343 myHlineC
14344 \backslash
14345 hline
14346 \end_layout
14347
14348 \begin_layout Standard
14349
14350
14351 \backslash
14352 renewcommand{
14353 \backslash
14354 hline}{
14355 \backslash
14356 arrayrulecolor{red}
14357 \backslash
14358 myHlineC
14359 \backslash
14360 arrayrulecolor{black}}
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \begin_inset Float table
14367 wide false
14368 sideways false
14369 status open
14370
14371 \begin_layout Standard
14372 \begin_inset Caption
14373
14374 \begin_layout Standard
14375 \begin_inset LatexCommand label
14376 name "tab:Table-with-horizontal-colored"
14377
14378 \end_inset
14379
14380 Table with colored horizontal lines
14381 \end_layout
14382
14383 \end_inset
14384
14385
14386 \end_layout
14387
14388 \begin_layout Standard
14389 \align center
14390 \begin_inset Tabular
14391 <lyxtabular version="3" rows="3" columns="3">
14392 <features>
14393 <column alignment="center" valignment="top" leftline="true" width="0">
14394 <column alignment="center" valignment="top" leftline="true" width="0">
14395 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14396 <row topline="true">
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Standard
14401 sd
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Standard
14410
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Standard
14419
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 </row>
14425 <row topline="true">
14426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Standard
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Standard
14439 sd
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Standard
14448
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 </row>
14454 <row topline="true" bottomline="true">
14455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Standard
14459
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Standard
14468
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Standard
14477 sd
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 </row>
14483 </lyxtabular>
14484
14485 \end_inset
14486
14487
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \begin_layout Standard
14496 \begin_inset ERT
14497 status collapsed
14498
14499 \begin_layout Standard
14500
14501
14502 \backslash
14503 pagebreak 
14504 \end_layout
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \begin_layout Standard
14512 To return to the default line color black, insert this command in ERT behind
14513  the table or table float:
14514 \end_layout
14515
14516 \begin_layout Standard
14517
14518 \series bold
14519
14520 \backslash
14521 renewcommand{
14522 \backslash
14523 hline}{
14524 \backslash
14525 myHlineC}
14526 \end_layout
14527
14528 \begin_layout Standard
14529 Table\InsetSpace ~
14530
14531 \begin_inset LatexCommand ref
14532 reference "tab:Table-with-colored"
14533
14534 \end_inset
14535
14536  is an example with colored vertical and horizontal lines.
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \begin_inset Float table
14541 wide false
14542 sideways false
14543 status open
14544
14545 \begin_layout Standard
14546 \begin_inset Caption
14547
14548 \begin_layout Standard
14549 \begin_inset LatexCommand label
14550 name "tab:Table-with-colored"
14551
14552 \end_inset
14553
14554 Table with colored lines
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \end_layout
14561
14562 \begin_layout Standard
14563 \align center
14564 \begin_inset Tabular
14565 <lyxtabular version="3" rows="3" columns="3">
14566 <features>
14567 <column alignment="center" valignment="top" width="0" special="Wc">
14568 <column alignment="center" valignment="top" width="0" special="Wc">
14569 <column alignment="center" valignment="top" width="0" special="WcW">
14570 <row topline="true">
14571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Standard
14575 sd
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Standard
14584
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Standard
14593
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 </row>
14599 <row topline="true">
14600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Standard
14604
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Standard
14613 sd
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Standard
14622
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 </row>
14628 <row topline="true" bottomline="true" topspace="default">
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Standard
14633
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Standard
14642
14643 \end_layout
14644
14645 \end_inset
14646 </cell>
14647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Standard
14651 sd
14652 \end_layout
14653
14654 \end_inset
14655 </cell>
14656 </row>
14657 </lyxtabular>
14658
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \end_inset
14665
14666
14667 \end_layout
14668
14669 \begin_layout Standard
14670 \begin_inset ERT
14671 status collapsed
14672
14673 \begin_layout Standard
14674
14675
14676 \backslash
14677 renewcommand{
14678 \backslash
14679 hline}{
14680 \backslash
14681 myHlineC}
14682 \end_layout
14683
14684 \end_inset
14685
14686
14687 \end_layout
14688
14689 \begin_layout Standard
14690 \begin_inset ERT
14691 status collapsed
14692
14693 \begin_layout Standard
14694
14695
14696 \backslash
14697 setlength{
14698 \backslash
14699 arrayrulewidth}{0.4pt}
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Section
14708 Table Customization
14709 \begin_inset LatexCommand index
14710 name "Table Customization"
14711
14712 \end_inset
14713
14714
14715 \begin_inset LatexCommand index
14716 name "Table ! Customization"
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \begin_layout Subsection
14724 Row Spacing
14725 \begin_inset LatexCommand label
14726 name "sub:Row-Spacing"
14727
14728 \end_inset
14729
14730
14731 \begin_inset LatexCommand index
14732 name "Table Customization ! Row Spacing"
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \begin_layout Standard
14740 You can add vertical space to table rows in the 
14741 \family sans
14742 Borders
14743 \family default
14744  tab of the table dialog.
14745  You find there three possibilities:
14746 \end_layout
14747
14748 \begin_layout Description
14749 Top\InsetSpace ~
14750 of\InsetSpace ~
14751 row will add space above the characters of the table row.
14752  If the table is a formal table
14753 \begin_inset Foot
14754 status collapsed
14755
14756 \begin_layout Standard
14757 Formal tables are explained in section\InsetSpace ~
14758
14759 \begin_inset LatexCommand ref
14760 reference "sec:Formal-Tables"
14761
14762 \end_inset
14763
14764 .
14765 \end_layout
14766
14767 \end_inset
14768
14769  LyX will insert as default 0.5\InsetSpace \thinspace{}
14770 em space.
14771  For normal tables the inserted space will unfortunately destroy the vertical
14772  table lines as in the following table:
14773 \begin_inset VSpace defskip
14774 \end_inset
14775
14776
14777 \newline
14778
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Standard
14783
14784
14785 \backslash
14786 hspace*{0pt}
14787 \end_layout
14788
14789 \end_inset
14790
14791
14792 \hfill
14793
14794 \begin_inset Tabular
14795 <lyxtabular version="3" rows="3" columns="1">
14796 <features>
14797 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14798 <row topline="true">
14799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Standard
14803 A
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 </row>
14809 <row topline="true" topspace="3mm">
14810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Standard
14814 3\InsetSpace \thinspace{}
14815 mm space top of row
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 </row>
14821 <row topline="true" bottomline="true">
14822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Standard
14826 C
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 </row>
14832 </lyxtabular>
14833
14834 \end_inset
14835
14836
14837 \hfill
14838
14839 \begin_inset ERT
14840 status collapsed
14841
14842 \begin_layout Standard
14843
14844
14845 \backslash
14846 hspace*{0pt}
14847 \end_layout
14848
14849 \end_inset
14850
14851
14852 \begin_inset VSpace defskip
14853 \end_inset
14854
14855
14856 \newline
14857 So inserting space to the top of row for normal tables is only useful when
14858  you don't have vertical lines.
14859 \end_layout
14860
14861 \begin_layout Description
14862 Bottom\InsetSpace ~
14863 of\InsetSpace ~
14864 row will add space below the characters of the table row.
14865  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14866 em space, for
14867  normal tables the default size is 2\InsetSpace \thinspace{}
14868 pt.
14869 \end_layout
14870
14871 \begin_layout Description
14872 Between\InsetSpace ~
14873 rows adds space between the current and the following row.
14874  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14875 em space.
14876  For normal tables the inserted space will unfortunately destroy the vertical
14877  table lines as in the following table:
14878 \begin_inset VSpace defskip
14879 \end_inset
14880
14881
14882 \newline
14883
14884 \begin_inset ERT
14885 status collapsed
14886
14887 \begin_layout Standard
14888
14889
14890 \backslash
14891 hspace*{0pt}
14892 \end_layout
14893
14894 \end_inset
14895
14896
14897 \hfill
14898
14899 \begin_inset Tabular
14900 <lyxtabular version="3" rows="3" columns="1">
14901 <features>
14902 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14903 <row topline="true">
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Standard
14908 A
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 <row topline="true" interlinespace="3mm">
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Standard
14919 \begin_inset Formula $\downarrow$
14920 \end_inset
14921
14922  3\InsetSpace \thinspace{}
14923 mm space between row 
14924 \begin_inset Formula $\downarrow$
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 </row>
14933 <row topline="true" bottomline="true">
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Standard
14938 \begin_inset Formula $\uparrow$
14939 \end_inset
14940
14941  3\InsetSpace \thinspace{}
14942 mm space between row 
14943 \begin_inset Formula $\uparrow$
14944 \end_inset
14945
14946
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 </row>
14952 </lyxtabular>
14953
14954 \end_inset
14955
14956
14957 \hfill
14958
14959 \begin_inset ERT
14960 status collapsed
14961
14962 \begin_layout Standard
14963
14964
14965 \backslash
14966 hspace*{0pt}
14967 \end_layout
14968
14969 \end_inset
14970
14971
14972 \begin_inset VSpace defskip
14973 \end_inset
14974
14975
14976 \newline
14977 So inserting space between rows for normal tables is only useful when you
14978  don't have vertical lines.
14979 \end_layout
14980
14981 \begin_layout Standard
14982 When you want to add extra height to all cells of all tables, you can do
14983  this with the following preamble line:
14984 \end_layout
14985
14986 \begin_layout Standard
14987
14988 \series bold
14989
14990 \backslash
14991 setlength{
14992 \backslash
14993 extrarowheight}{height}
14994 \end_layout
14995
14996 \begin_layout Standard
14997 But this has the disadvantage that the cell texts are no longer exactly
14998  vertically centered.
14999 \end_layout
15000
15001 \begin_layout Subsection
15002 Special Cell Alignment
15003 \begin_inset LatexCommand index
15004 name "Table Customization ! Special Cell Alignment"
15005
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \begin_layout Standard
15012 Sometimes it looks better when the cell entries of a column are aligned
15013  with a special character, e.\InsetSpace \thinspace{}
15014 g.\InsetSpace ~
15015 with the decimal separator as in Table\InsetSpace ~
15016
15017 \begin_inset LatexCommand ref
15018 reference "tab:Table-cells-of"
15019
15020 \end_inset
15021
15022 .
15023 \end_layout
15024
15025 \begin_layout Standard
15026 \begin_inset Float table
15027 placement h
15028 wide false
15029 sideways false
15030 status open
15031
15032 \begin_layout Standard
15033 \begin_inset Caption
15034
15035 \begin_layout Standard
15036 \begin_inset LatexCommand label
15037 name "tab:Table-cells-of"
15038
15039 \end_inset
15040
15041 Table cells of a column aligned with the decimal separator.
15042 \end_layout
15043
15044 \end_inset
15045
15046
15047 \end_layout
15048
15049 \begin_layout Standard
15050 \align center
15051 \begin_inset Tabular
15052 <lyxtabular version="3" rows="4" columns="2">
15053 <features>
15054 <column alignment="right" valignment="top" width="0">
15055 <column alignment="left" valignment="top" width="0" special="@{}l">
15056 <row bottomline="true">
15057 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Standard
15061 heading
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Standard
15070
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 <row>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Standard
15081 12.
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Standard
15090 6
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Standard
15101 0.
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Standard
15110 68
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 </row>
15116 <row>
15117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Standard
15121 -123.
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Standard
15130 0
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 </row>
15136 </lyxtabular>
15137
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \end_inset
15144
15145
15146 \end_layout
15147
15148 \begin_layout Standard
15149 This table was created with a 4×2 table.
15150  The heading is a centered multicolumn.
15151  The first column is right-aligned and contains the digits before the decimal
15152  point and the decimal point.
15153  The second column is left aligned and contains the digits after the decimal
15154  point.
15155  To omit the space that is normally between two table columns, use the following
15156  LaTeX-argument for the second column:
15157 \end_layout
15158
15159 \begin_layout Standard
15160
15161 \series bold
15162 @{}l
15163 \end_layout
15164
15165 \begin_layout Standard
15166 Table\InsetSpace ~
15167
15168 \begin_inset LatexCommand ref
15169 reference "tab:Several-table-cell"
15170
15171 \end_inset
15172
15173  shows some example alignments.
15174  For the alignment with the relation sign, you must add the second smallest
15175  math-space at the beginning of the last column to get the correct space
15176  surrounding the relation sign.
15177 \end_layout
15178
15179 \begin_layout Standard
15180 \begin_inset Float table
15181 wide false
15182 sideways false
15183 status open
15184
15185 \begin_layout Standard
15186 \begin_inset Caption
15187
15188 \begin_layout Standard
15189 \begin_inset LatexCommand label
15190 name "tab:Several-table-cell"
15191
15192 \end_inset
15193
15194 Several table cell alignments.
15195 \end_layout
15196
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \begin_layout Standard
15203 \align center
15204 \begin_inset Tabular
15205 <lyxtabular version="3" rows="4" columns="6">
15206 <features>
15207 <column alignment="right" valignment="top" width="0">
15208 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15209 <column alignment="right" valignment="top" width="0">
15210 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15211 <column alignment="right" valignment="top" width="0">
15212 <column alignment="left" valignment="top" width="0" special="@{}l">
15213 <row bottomline="true">
15214 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Standard
15218 units
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Standard
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Standard
15236 exponents
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Standard
15245
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Standard
15254 relations
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Standard
15263
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Standard
15274 12×
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283 24\InsetSpace \thinspace{}
15284 bottles
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Standard
15293 \begin_inset Formula $10\cdot$
15294 \end_inset
15295
15296
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Standard
15305 \begin_inset Formula $10^{\mbox{-}17}$
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Standard
15317 \begin_inset Formula $\Gamma(t)\propto$
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Standard
15329 \begin_inset Formula $\:\Upsilon(t)$
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Standard
15343 1024×
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Standard
15352 768\InsetSpace \thinspace{}
15353 Pixels
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Standard
15362 \begin_inset Formula $5.78\cdot$
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Standard
15374 \begin_inset Formula $10^{7}$
15375 \end_inset
15376
15377
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Standard
15386 \begin_inset Formula $A\ne$
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Standard
15398 \begin_inset Formula $\: B_{\mathrm{red}}$
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 </row>
15407 <row>
15408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Standard
15412 32×
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Standard
15421 6\InsetSpace \thinspace{}
15422 cm
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Standard
15431 -
15432 \begin_inset Formula $33.5\cdot$
15433 \end_inset
15434
15435
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Standard
15444 \begin_inset Formula $10^{4}$
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Standard
15456 \begin_inset Formula $\sin(\alpha)\ge$
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Standard
15468 \begin_inset Formula $\:\sin(\beta)$
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 </lyxtabular>
15478
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \begin_layout Standard
15490 \begin_inset VSpace bigskip
15491 \end_inset
15492
15493 There is also the LaTeX-package 
15494 \series bold
15495 dcolumn
15496 \series default
15497
15498 \begin_inset LatexCommand index
15499 name "LaTeX-packages ! dcolumn"
15500
15501 \end_inset
15502
15503  that provides table cell alignments.
15504  But this unfortunately treats the cell entries as math and doesn't allow
15505  formulas in table cells: The first column of Table\InsetSpace ~
15506
15507 \begin_inset LatexCommand ref
15508 reference "tab:Several-table-cell"
15509
15510 \end_inset
15511
15512  will look with 
15513 \series bold
15514 dcolumn
15515 \series default
15516  like the first column in Table\InsetSpace ~
15517
15518 \begin_inset LatexCommand ref
15519 reference "tab:Alignments-when"
15520
15521 \end_inset
15522
15523  and only with some tricks like the expected.
15524  The alignment of the second and third column of Table\InsetSpace ~
15525
15526 \begin_inset LatexCommand ref
15527 reference "tab:Several-table-cell"
15528
15529 \end_inset
15530
15531  is not possible with 
15532 \series bold
15533 dcolumn
15534 \series default
15535 .
15536 \end_layout
15537
15538 \begin_layout Standard
15539 \begin_inset Float table
15540 placement h
15541 wide false
15542 sideways false
15543 status open
15544
15545 \begin_layout Standard
15546 \begin_inset Caption
15547
15548 \begin_layout Standard
15549 \begin_inset LatexCommand label
15550 name "tab:Alignments-when"
15551
15552 \end_inset
15553
15554 Alignments when LaTeX-package dcolumn is used.
15555  For all column alignments tricks have to be used to get the output.
15556 \end_layout
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \begin_layout Standard
15564 \align center
15565 \begin_inset Tabular
15566 <lyxtabular version="3" rows="4" columns="3">
15567 <features>
15568 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}">
15569 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}">
15570 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
15571 <row bottomline="true">
15572 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Standard
15576 units
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Standard
15585 units
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Standard
15594 units
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 </row>
15600 <row>
15601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Standard
15605 12x24\InsetSpace \thinspace{}
15606 bottles
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Standard
15615 12x24\InsetSpace \thinspace{}
15616
15617 \begin_inset Formula $\mbox{bottles}$
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Standard
15629 12
15630 \begin_inset ERT
15631 status collapsed
15632
15633 \begin_layout Standard
15634
15635
15636 \backslash
15637 times 
15638 \end_layout
15639
15640 \end_inset
15641
15642 24~
15643 \begin_inset Formula $\mbox{bottles}$
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 </row>
15652 <row>
15653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Standard
15657 1024x768\InsetSpace \thinspace{}
15658 Pixels
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Standard
15667 1024x768\InsetSpace \thinspace{}
15668
15669 \begin_inset Formula $\mbox{Pixels}$
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Standard
15681 1024
15682 \begin_inset ERT
15683 status collapsed
15684
15685 \begin_layout Standard
15686
15687
15688 \backslash
15689 times 
15690 \end_layout
15691
15692 \end_inset
15693
15694 768~
15695 \begin_inset Formula $\mbox{Pixels}$
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 </row>
15704 <row>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Standard
15709 32x6\InsetSpace \thinspace{}
15710 cm
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Standard
15719 32x6\InsetSpace \thinspace{}
15720
15721 \begin_inset Formula $\mbox{cm}$
15722 \end_inset
15723
15724
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Standard
15733 32
15734 \begin_inset ERT
15735 status collapsed
15736
15737 \begin_layout Standard
15738
15739
15740 \backslash
15741 times 
15742 \end_layout
15743
15744 \end_inset
15745
15746 6~
15747 \begin_inset Formula $\mbox{cm}$
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 </row>
15756 </lyxtabular>
15757
15758 \end_inset
15759
15760
15761 \end_layout
15762
15763 \end_inset
15764
15765
15766 \end_layout
15767
15768 \begin_layout Subsection
15769 Customized Cell/Column Format
15770 \begin_inset LatexCommand label
15771 name "sub:Customized-Format"
15772
15773 \end_inset
15774
15775
15776 \begin_inset LatexCommand index
15777 name "Table Customization ! Cell/Column Format"
15778
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \begin_layout Standard
15785 Calculating the needed width for spanned columns like in section\InsetSpace ~
15786
15787 \begin_inset LatexCommand ref
15788 reference "sub:Multicolumn-Calculations"
15789
15790 \end_inset
15791
15792  is very annoying if you have several tables with multicolumn cells.
15793  To make life easier, you can define a cell/column format in the preamble,
15794  so that it can be used in all tables of the document.
15795  The format is defined with the command
15796 \end_layout
15797
15798 \begin_layout Standard
15799
15800 \series bold
15801
15802 \backslash
15803 newcolumntype{name of format}[number of arguments]{commands}
15804 \end_layout
15805
15806 \begin_layout Standard
15807 The format name may only consist of one letter.
15808  The letters 
15809 \emph on
15810 b
15811 \emph default
15812
15813 \emph on
15814 c
15815 \emph default
15816
15817 \emph on
15818 l
15819 \emph default
15820
15821 \emph on
15822 m
15823 \emph default
15824
15825 \emph on
15826 p
15827 \emph default
15828  and 
15829 \emph on
15830 r
15831 \emph default
15832  are predefined and cannot be used.
15833  But all letters are allowed as capitals.
15834 \end_layout
15835
15836 \begin_layout Standard
15837 \begin_inset VSpace medskip
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 For vertically and horizontally centered multicolumn cells with a fixed
15845  width you can define the cell format
15846 \end_layout
15847
15848 \begin_layout Standard
15849
15850 \series bold
15851
15852 \backslash
15853 newcolumntype{M}[1]{>{
15854 \backslash
15855 centering
15856 \backslash
15857 hspace{0pt}}m{#1}}
15858 \end_layout
15859
15860 \begin_layout Standard
15861 where 
15862 \series bold
15863
15864 \backslash
15865 hspace{0pt}
15866 \series default
15867  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
15868
15869 \begin_inset LatexCommand ref
15870 reference "sub:Multiple-Lines-in"
15871
15872 \end_inset
15873
15874 .
15875  Now you can simply enter
15876 \end_layout
15877
15878 \begin_layout Standard
15879
15880 \series bold
15881 M{width}
15882 \end_layout
15883
15884 \begin_layout Standard
15885 as LaTeX-argument in the table dialog to create a multicolumn.
15886 \end_layout
15887
15888 \begin_layout Standard
15889 \begin_inset VSpace bigskip
15890 \end_inset
15891
15892
15893 \end_layout
15894
15895 \begin_layout Standard
15896 For cells spanned by a multicolumn cell, you can define the format
15897 \end_layout
15898
15899 \begin_layout Standard
15900
15901 \series bold
15902
15903 \backslash
15904 newcolumntype{S}[2]{>{
15905 \backslash
15906 centering
15907 \backslash
15908 hspace{0pt}}
15909 \newline
15910
15911 \begin_inset ERT
15912 status collapsed
15913
15914 \begin_layout Standard
15915
15916
15917 \backslash
15918 phantom{
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \backslash
15925 newcolumntype{S}[2]
15926 \begin_inset ERT
15927 status collapsed
15928
15929 \begin_layout Standard
15930
15931 }
15932 \end_layout
15933
15934 \end_inset
15935
15936 m{(#1+(2
15937 \backslash
15938 tabcolsep+
15939 \backslash
15940 arrayrulewidth)*(1-#2))/#2}}
15941 \end_layout
15942
15943 \begin_layout Standard
15944 This format uses equation 
15945 \begin_inset LatexCommand eqref
15946 reference "eq:Wgn"
15947
15948 \end_inset
15949
15950  to calculate the needed width so that each spanned cell has the same width.
15951 \end_layout
15952
15953 \begin_layout Standard
15954 You can now enter
15955 \end_layout
15956
15957 \begin_layout Standard
15958
15959 \series bold
15960 S{width of multicolumn cell}{number of spanned columns}
15961 \end_layout
15962
15963 \begin_layout Standard
15964 as LaTeX-argument of the column.
15965 \end_layout
15966
15967 \begin_layout Standard
15968 \begin_inset VSpace bigskip
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \begin_layout Standard
15975 For colored columns, you can define
15976 \end_layout
15977
15978 \begin_layout Standard
15979
15980 \series bold
15981
15982 \backslash
15983 newcolumntype{K}[1]{>{
15984 \backslash
15985 columncolor{#1}
15986 \backslash
15987 hspace{0pt}}c}
15988 \end_layout
15989
15990 \begin_layout Standard
15991 The 
15992 \begin_inset Quotes eld
15993 \end_inset
15994
15995 c
15996 \begin_inset Quotes erd
15997 \end_inset
15998
15999  at the end creates a column with a flexible width whose text is horizontally
16000  centered.
16001  You can now enter
16002 \end_layout
16003
16004 \begin_layout Standard
16005
16006 \series bold
16007 K{color name}
16008 \end_layout
16009
16010 \begin_layout Standard
16011 as LaTeX-argument.
16012 \end_layout
16013
16014 \begin_layout Standard
16015 \begin_inset VSpace bigskip
16016 \end_inset
16017
16018
16019 \end_layout
16020
16021 \begin_layout Standard
16022 To create Table\InsetSpace ~
16023
16024 \begin_inset LatexCommand ref
16025 reference "tab:Table-using-user-defined"
16026
16027 \end_inset
16028
16029  use the LaTeX-arguments
16030 \end_layout
16031
16032 \begin_layout Standard
16033
16034 \series bold
16035 M{2.5cm}
16036 \end_layout
16037
16038 \begin_layout Standard
16039 for the first column and the multicolumn,
16040 \end_layout
16041
16042 \begin_layout Standard
16043
16044 \series bold
16045 K{red}
16046 \end_layout
16047
16048 \begin_layout Standard
16049 for the the last column, and
16050 \end_layout
16051
16052 \begin_layout Standard
16053
16054 \series bold
16055 S{2.5cm}{2}
16056 \end_layout
16057
16058 \begin_layout Standard
16059 for the cells in the second column.
16060 \end_layout
16061
16062 \begin_layout Standard
16063 \begin_inset Float table
16064 placement h
16065 wide false
16066 sideways false
16067 status open
16068
16069 \begin_layout Standard
16070 \begin_inset Caption
16071
16072 \begin_layout Standard
16073 \begin_inset LatexCommand label
16074 name "tab:Table-using-user-defined"
16075
16076 \end_inset
16077
16078 Table using user-defined table formats
16079 \end_layout
16080
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \begin_layout Standard
16087 \align center
16088 \begin_inset Tabular
16089 <lyxtabular version="3" rows="3" columns="4">
16090 <features>
16091 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
16092 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
16093 <column alignment="center" valignment="middle" leftline="true" width="0">
16094 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
16095 <row topline="true">
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Standard
16100 verylongtablecellword
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
16106 \begin_inset Text
16107
16108 \begin_layout Standard
16109 multiple lines multicolumn
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Standard
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Standard
16127 c
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 </row>
16133 <row topline="true">
16134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Standard
16138 d
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Standard
16147 e
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Standard
16156 f
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Standard
16165 g
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 <row topline="true" bottomline="true">
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Standard
16176 h
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Standard
16185 i
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Standard
16194 j
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Standard
16203 k
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 </lyxtabular>
16210
16211 \end_inset
16212
16213
16214 \end_layout
16215
16216 \end_inset
16217
16218
16219 \end_layout
16220
16221 \begin_layout Subsection
16222 Line Thickness
16223 \begin_inset LatexCommand label
16224 name "sub:Line-Thickness"
16225
16226 \end_inset
16227
16228
16229 \begin_inset LatexCommand index
16230 name "Table Customization ! Line Thickness"
16231
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \begin_layout Standard
16238 The line thickness for all lines in a table can be adjusted with the length
16239  
16240 \series bold
16241
16242 \backslash
16243 arrayrulewidth
16244 \series default
16245 .
16246  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
16247 pt, like in Table\InsetSpace ~
16248
16249 \begin_inset LatexCommand ref
16250 reference "tab:Table-with-1.5"
16251
16252 \end_inset
16253
16254 , insert the command
16255 \end_layout
16256
16257 \begin_layout Standard
16258
16259 \series bold
16260
16261 \backslash
16262 setlength{
16263 \backslash
16264 arrayrulewidth}{1.5pt}
16265 \end_layout
16266
16267 \begin_layout Standard
16268 in ERT before the table or table float.
16269  The changed thickness is valid for all following tables.
16270  To use the default value again, set 
16271 \series bold
16272
16273 \backslash
16274 arrayrulewidth
16275 \series default
16276  to 0.4\InsetSpace \thinspace{}
16277 pt in ERT behind the table or table float.
16278 \end_layout
16279
16280 \begin_layout Standard
16281 \begin_inset ERT
16282 status collapsed
16283
16284 \begin_layout Standard
16285
16286
16287 \backslash
16288 setlength{
16289 \backslash
16290 arrayrulewidth}{1.5pt}
16291 \end_layout
16292
16293 \end_inset
16294
16295
16296 \begin_inset Float table
16297 wide false
16298 sideways false
16299 status open
16300
16301 \begin_layout Standard
16302 \begin_inset Caption
16303
16304 \begin_layout Standard
16305 \begin_inset LatexCommand label
16306 name "tab:Table-with-1.5"
16307
16308 \end_inset
16309
16310 Table with 1.5\InsetSpace \thinspace{}
16311 pt thick lines
16312 \end_layout
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \begin_layout Standard
16320 \align center
16321 \begin_inset Tabular
16322 <lyxtabular version="3" rows="3" columns="3">
16323 <features>
16324 <column alignment="center" valignment="top" leftline="true" width="0">
16325 <column alignment="center" valignment="top" leftline="true" width="0">
16326 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16327 <row topline="true">
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Standard
16332 sd
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Standard
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Standard
16350
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row topline="true">
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Standard
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Standard
16370 sd
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Standard
16379
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row topline="true" bottomline="true">
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Standard
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Standard
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Standard
16408 sd
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 </lyxtabular>
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \end_inset
16422
16423
16424 \begin_inset ERT
16425 status collapsed
16426
16427 \begin_layout Standard
16428
16429
16430 \backslash
16431 setlength{
16432 \backslash
16433 arrayrulewidth}{0.4pt}
16434 \end_layout
16435
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \begin_layout Standard
16442 \begin_inset VSpace bigskip
16443 \end_inset
16444
16445 To set the line thickness to 1.5\InsetSpace \thinspace{}
16446 pt only for horizontal lines, like in Table\InsetSpace ~
16447
16448 \begin_inset LatexCommand ref
16449 reference "tab:Table-with-horizontal"
16450
16451 \end_inset
16452
16453 , insert these commands in ERT before the table or table float:
16454 \end_layout
16455
16456 \begin_layout Standard
16457
16458 \series bold
16459
16460 \backslash
16461 let
16462 \backslash
16463 myHline
16464 \backslash
16465 hline
16466 \newline
16467
16468 \backslash
16469 renewcommand{
16470 \backslash
16471 hline}
16472 \newline
16473  {
16474 \backslash
16475 noalign{
16476 \backslash
16477 global
16478 \backslash
16479 arrayrulewidth 1.5pt}
16480 \newline
16481  
16482 \backslash
16483 myHline
16484 \backslash
16485 noalign{
16486 \backslash
16487 global
16488 \backslash
16489 arrayrulewidth 0.4pt}}
16490 \end_layout
16491
16492 \begin_layout Standard
16493 To return to the default line thickness, insert this command in ERT behind
16494  the table or table float:
16495 \end_layout
16496
16497 \begin_layout Standard
16498
16499 \series bold
16500
16501 \backslash
16502 renewcommand{
16503 \backslash
16504 hline}{
16505 \backslash
16506 myHline}
16507 \end_layout
16508
16509 \begin_layout Standard
16510 \begin_inset ERT
16511 status collapsed
16512
16513 \begin_layout Standard
16514
16515
16516 \backslash
16517 let
16518 \backslash
16519 myHline
16520 \backslash
16521 hline
16522 \end_layout
16523
16524 \begin_layout Standard
16525
16526
16527 \backslash
16528 renewcommand{
16529 \backslash
16530 hline}
16531 \end_layout
16532
16533 \begin_layout Standard
16534
16535  {
16536 \backslash
16537 noalign{
16538 \backslash
16539 global
16540 \backslash
16541 arrayrulewidth 1.5pt}
16542 \end_layout
16543
16544 \begin_layout Standard
16545
16546   
16547 \backslash
16548 myHline
16549 \backslash
16550 noalign{
16551 \backslash
16552 global
16553 \backslash
16554 arrayrulewidth 0.4pt}}
16555 \end_layout
16556
16557 \end_inset
16558
16559
16560 \begin_inset Float table
16561 wide false
16562 sideways false
16563 status open
16564
16565 \begin_layout Standard
16566 \begin_inset Caption
16567
16568 \begin_layout Standard
16569 \begin_inset LatexCommand label
16570 name "tab:Table-with-horizontal"
16571
16572 \end_inset
16573
16574 Table with 1.5\InsetSpace \thinspace{}
16575 pt thick horizontal lines
16576 \end_layout
16577
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \begin_layout Standard
16584 \align center
16585 \begin_inset Tabular
16586 <lyxtabular version="3" rows="3" columns="3">
16587 <features>
16588 <column alignment="center" valignment="top" leftline="true" width="0">
16589 <column alignment="center" valignment="top" leftline="true" width="0">
16590 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16591 <row topline="true">
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Standard
16596 sd
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Standard
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Standard
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 </row>
16620 <row topline="true">
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Standard
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Standard
16634 sd
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Standard
16643
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 </row>
16649 <row topline="true" bottomline="true">
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Standard
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Standard
16663
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Standard
16672 sd
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 </lyxtabular>
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686
16687
16688 \begin_inset ERT
16689 status collapsed
16690
16691 \begin_layout Standard
16692
16693
16694 \backslash
16695 renewcommand{
16696 \backslash
16697 hline}{
16698 \backslash
16699 myHline}
16700 \end_layout
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \begin_layout Standard
16708 \begin_inset VSpace bigskip
16709 \end_inset
16710
16711 To set the line thickness to 1.5\InsetSpace \thinspace{}
16712 pt only for vertical lines, create the following
16713  column format in the document preamble, according to the description in
16714  section\InsetSpace ~
16715
16716 \begin_inset LatexCommand ref
16717 reference "sub:Customized-Format"
16718
16719 \end_inset
16720
16721 :
16722 \end_layout
16723
16724 \begin_layout Standard
16725
16726 \series bold
16727
16728 \backslash
16729 newcolumntype{V}{!{
16730 \backslash
16731 vrule width 1.5pt}}
16732 \end_layout
16733
16734 \begin_layout Standard
16735 For Table\InsetSpace ~
16736
16737 \begin_inset LatexCommand ref
16738 reference "tab:Table-with-vertical"
16739
16740 \end_inset
16741
16742  the LaTeX-argument
16743 \end_layout
16744
16745 \begin_layout Standard
16746
16747 \series bold
16748 VcV
16749 \end_layout
16750
16751 \begin_layout Standard
16752 was used for the last column and
16753 \end_layout
16754
16755 \begin_layout Standard
16756
16757 \series bold
16758 Vc
16759 \end_layout
16760
16761 \begin_layout Standard
16762 for the other columns.
16763 \end_layout
16764
16765 \begin_layout Standard
16766 \begin_inset Float table
16767 wide false
16768 sideways false
16769 status open
16770
16771 \begin_layout Standard
16772 \begin_inset Caption
16773
16774 \begin_layout Standard
16775 \begin_inset LatexCommand label
16776 name "tab:Table-with-vertical"
16777
16778 \end_inset
16779
16780 Table with 1.5\InsetSpace \thinspace{}
16781 pt thick vertical lines
16782 \end_layout
16783
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \begin_layout Standard
16790 \align center
16791 \begin_inset Tabular
16792 <lyxtabular version="3" rows="3" columns="3">
16793 <features>
16794 <column alignment="center" valignment="top" width="0" special="Vc">
16795 <column alignment="center" valignment="top" width="0" special="Vc">
16796 <column alignment="center" valignment="top" width="0" special="VcV">
16797 <row topline="true">
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Standard
16802 sd
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Standard
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Standard
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row topline="true">
16827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Standard
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Standard
16840 sd
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Standard
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 <row topline="true" bottomline="true">
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Standard
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Standard
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Standard
16878 sd
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 </lyxtabular>
16885
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \begin_layout Subsection
16897 Dashed Lines
16898 \begin_inset LatexCommand index
16899 name "Table Customization ! Dashed Lines"
16900
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \begin_layout Standard
16907 \begin_inset ERT
16908 status collapsed
16909
16910 \begin_layout Standard
16911
16912
16913 \backslash
16914 ifarydshln
16915 \end_layout
16916
16917 \end_inset
16918
16919
16920 \begin_inset Note Note
16921 status open
16922
16923 \begin_layout Standard
16924 The following section will only be displayed when you have the LaTeX-package
16925  
16926 \series bold
16927 arydshln
16928 \series default
16929  is installed.
16930 \end_layout
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \begin_layout Standard
16938 \begin_inset Float table
16939 placement H
16940 wide false
16941 sideways false
16942 status open
16943
16944 \begin_layout Standard
16945 \begin_inset Caption
16946
16947 \begin_layout Standard
16948 \begin_inset LatexCommand label
16949 name "tab:Table-with-dashed"
16950
16951 \end_inset
16952
16953 Table with dashed lines
16954 \end_layout
16955
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \begin_layout Standard
16962 \align center
16963 \begin_inset Tabular
16964 <lyxtabular version="3" rows="5" columns="5">
16965 <features>
16966 <column alignment="center" valignment="top" leftline="true" width="0">
16967 <column alignment="center" valignment="top" leftline="true" width="0">
16968 <column alignment="center" valignment="top" width="0" special=":c">
16969 <column alignment="center" valignment="top" leftline="true" width="0">
16970 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16971 <row topline="true" bottomline="true">
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Standard
16976 a
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Standard
16985 b
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Standard
16994 c
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Standard
17003 d
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Standard
17012 e
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 </row>
17018 <row topline="true">
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Standard
17023 f
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Standard
17032 g
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Standard
17041 h
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Standard
17050 i
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Standard
17059 j
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Standard
17070 \begin_inset ERT
17071 status collapsed
17072
17073 \begin_layout Standard
17074
17075
17076 \backslash
17077 hdashline 
17078 \end_layout
17079
17080 \end_inset
17081
17082 k
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Standard
17091 l
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Standard
17100 m
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Standard
17109 n
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Standard
17118 o
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row topline="true">
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Standard
17129 \begin_inset ERT
17130 status collapsed
17131
17132 \begin_layout Standard
17133
17134
17135 \backslash
17136 cdashline{4-5}
17137 \end_layout
17138
17139 \end_inset
17140
17141 p
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Standard
17150 q
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
17156 \begin_inset Text
17157
17158 \begin_layout Standard
17159 r
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
17165 \begin_inset Text
17166
17167 \begin_layout Standard
17168 s
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Standard
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 <row topline="true" bottomline="true">
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Standard
17188 t
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Standard
17197 u
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Standard
17206 v
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Standard
17215 w
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Standard
17224 x
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 </lyxtabular>
17231
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \begin_layout Standard
17243 LyX doesn't natively support dashed lines, so you have to use ERT.
17244  As prerequisite the LaTeX-package 
17245 \series bold
17246 arydshln
17247 \series default
17248
17249 \begin_inset LatexCommand index
17250 name "LaTeX-packages ! arydshln"
17251
17252 \end_inset
17253
17254  must be loaded in the document preamble with the command
17255 \end_layout
17256
17257 \begin_layout Standard
17258
17259 \series bold
17260
17261 \backslash
17262 usepackage{arydshln}
17263 \end_layout
17264
17265 \begin_layout Standard
17266 To make a vertical line dashed, enter the colon 
17267 \begin_inset Quotes eld
17268 \end_inset
17269
17270 :
17271 \begin_inset Quotes erd
17272 \end_inset
17273
17274  together with the character for the horizontal alignment as LaTeX-argument
17275  in the table cell dialog.
17276 \end_layout
17277
17278 \begin_layout Standard
17279 For a horizontal dashed line add the command
17280 \end_layout
17281
17282 \begin_layout Standard
17283
17284 \series bold
17285
17286 \backslash
17287 hdashline
17288 \end_layout
17289
17290 \begin_layout Standard
17291 in ERT as first element of the first cell in the table row.
17292 \end_layout
17293
17294 \begin_layout Standard
17295 For dashed multicolumn lines use the command
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 cdashline{line number
17304 \series default
17305 }
17306 \end_layout
17307
17308 \begin_layout Standard
17309 in ERT as first element of the first cell in the table row.
17310  If you have for example a multicolumn spanning over columns 2 to 4 and
17311  you want to have a dashed line above, add the command
17312 \end_layout
17313
17314 \begin_layout Standard
17315
17316 \series bold
17317
17318 \backslash
17319 cdashline{2-4}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 as first element of the first cell in the row of the multicolumn.
17324 \end_layout
17325
17326 \begin_layout Standard
17327 \begin_inset VSpace bigskip
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \begin_layout Standard
17334 Table\InsetSpace ~
17335
17336 \begin_inset LatexCommand ref
17337 reference "tab:Table-with-dashed"
17338
17339 \end_inset
17340
17341  was created using 
17342 \begin_inset Quotes eld
17343 \end_inset
17344
17345
17346 \series bold
17347 :c
17348 \series default
17349
17350 \begin_inset Quotes erd
17351 \end_inset
17352
17353  as LaTeX-argument of the third column.
17354  The ERT command 
17355 \series bold
17356
17357 \backslash
17358 hdashline
17359 \series default
17360  was inserted to the first cell of the third row and the the ERT command
17361 \newline
17362
17363  
17364 \series bold
17365
17366 \backslash
17367 cdashline{4-5}
17368 \series default
17369  was inserted to the first cell of the fourth row.
17370 \end_layout
17371
17372 \begin_layout Standard
17373 \begin_inset Note Greyedout
17374 status open
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379 Note:
17380 \series default
17381  The used LaTeX-package 
17382 \series bold
17383 arydshln
17384 \series default
17385  is apparently not compatible with the LaTeX-package 
17386 \series bold
17387 colortbl
17388 \series default
17389
17390 \begin_inset LatexCommand index
17391 name "LaTeX-packages ! colortbl"
17392
17393 \end_inset
17394
17395  that is used for colored tables in section\InsetSpace ~
17396
17397 \begin_inset LatexCommand ref
17398 reference "sec:Colored-Tables"
17399
17400 \end_inset
17401
17402 .
17403  That means colored tables cannot have dashed lines.
17404 \end_layout
17405
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \begin_layout Standard
17412 \begin_inset ERT
17413 status collapsed
17414
17415 \begin_layout Standard
17416
17417
17418 \backslash
17419 else
17420 \end_layout
17421
17422 \end_inset
17423
17424
17425 \begin_inset Note Note
17426 status open
17427
17428 \begin_layout Standard
17429 The following will be displayed when the LaTeX-package 
17430 \series bold
17431 arydshln
17432 \series default
17433  is not installed:
17434 \end_layout
17435
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \begin_layout Standard
17442 You need to install the package 
17443 \series bold
17444 arydshln
17445 \series default
17446  to see the contents of this section in the output.
17447 \end_layout
17448
17449 \begin_layout Standard
17450 \begin_inset ERT
17451 status collapsed
17452
17453 \begin_layout Standard
17454
17455
17456 \backslash
17457 fi
17458 \end_layout
17459
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \begin_layout Chapter
17466 Floats
17467 \begin_inset LatexCommand index
17468 name "Floats"
17469
17470 \end_inset
17471
17472
17473 \begin_inset LatexCommand label
17474 name "cha:Floats"
17475
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \begin_layout Section
17482 Introduction
17483 \begin_inset LatexCommand label
17484 name "sec:FloatIntroduction"
17485
17486 \end_inset
17487
17488
17489 \begin_inset LatexCommand index
17490 name "Floats ! Introduction"
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Standard
17498 A float is a block of text associated with some sort of label, which doesn't
17499  have a fixed location.
17500  It can 
17501 \begin_inset Quotes eld
17502 \end_inset
17503
17504 float
17505 \begin_inset Quotes erd
17506 \end_inset
17507
17508  forward or backward a page or two, to wherever it fits best.
17509  
17510 \family sans
17511 Footnotes
17512 \family default
17513  and 
17514 \family sans
17515 Margin\InsetSpace ~
17516 Notes
17517 \family default
17518  are also floats, because they can float to the next page when there are
17519  too many notes at the page.
17520 \end_layout
17521
17522 \begin_layout Standard
17523 Floats allow a high quality layout.
17524  Images and tables can evenly be spread to the pages to avoid white space
17525  and pages without text.
17526  As the floating often destroys the context between the text and the image/table
17527 , every float can be referenced in the text.
17528  Floats are therefore numbered.
17529  Referencing is described in section\InsetSpace ~
17530
17531 \begin_inset LatexCommand ref
17532 reference "sec:Referencing-Floats"
17533
17534 \end_inset
17535
17536 .
17537 \end_layout
17538
17539 \begin_layout Standard
17540 To insert a float, use the menu 
17541 \family sans
17542 Insert\SpecialChar \menuseparator
17543 Float
17544 \family default
17545 .
17546  This inserts the 
17547 \family sans
17548 Caption
17549 \family default
17550  inset, a box with a label.
17551  The label will automatically be translated to the document language in
17552  the output.
17553  Behind the label you can insert the caption text.
17554  The image or table is inserted above or below the caption in a separate
17555  paragraph within the float.
17556  More about the caption placement is described in section\InsetSpace ~
17557
17558 \begin_inset LatexCommand ref
17559 reference "sec:Caption-Placement"
17560
17561 \end_inset
17562
17563 .
17564  To keep your LyX-document readable, you can open and close the float box
17565  by left-clicking on the box label.
17566  A closed float box looks like this: 
17567 \begin_inset Graphics
17568         filename clipart/floatQt4.png
17569         scale 70
17570         scaleBeforeRotation
17571
17572 \end_inset
17573
17574  -- a gray button with a red label.
17575 \end_layout
17576
17577 \begin_layout Standard
17578 It is recommended to insert floats as a separate paragraph to avoid possible
17579  LaTeX-errors that can occur when the surrounding text is specially formatted.
17580 \end_layout
17581
17582 \begin_layout Standard
17583 Existing figures or tables can be put into a float by marking them and then
17584  pressing the corresponding toolbar button for a new float.
17585 \end_layout
17586
17587 \begin_layout Section
17588 Float Types
17589 \end_layout
17590
17591 \begin_layout Standard
17592 Besides figure and table floats that are described in section\InsetSpace ~
17593
17594 \begin_inset LatexCommand ref
17595 reference "sec:Figure-Floats"
17596
17597 \end_inset
17598
17599  and 
17600 \begin_inset LatexCommand ref
17601 reference "sec:Table-Floats"
17602
17603 \end_inset
17604
17605 , respectively, LyX offers the float types 
17606 \series bold
17607 Algorithm
17608 \series default
17609  and 
17610 \series bold
17611 Text\InsetSpace ~
17612 Wrap\InsetSpace ~
17613 Float
17614 \series default
17615 .
17616 \end_layout
17617
17618 \begin_layout Subsection
17619 Algorithm Floats
17620 \begin_inset LatexCommand index
17621 name "Floats ! Algorithms"
17622
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \begin_layout Standard
17629 \begin_inset Float algorithm
17630 placement h
17631 wide false
17632 sideways false
17633 status open
17634
17635 \begin_layout Standard
17636 \begin_inset Caption
17637
17638 \begin_layout Standard
17639 \begin_inset LatexCommand label
17640 name "alg:Example-Algorithm-float"
17641
17642 \end_inset
17643
17644 Example Algorithm float
17645 \end_layout
17646
17647 \end_inset
17648
17649
17650 \end_layout
17651
17652 \begin_layout LyX-Code
17653 for I in 1..N loop
17654 \newline
17655  Sum:= Sum + A(I); /*comment*/
17656 \newline
17657 end loop
17658 \begin_inset VSpace -4mm
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \begin_layout Standard
17670 This float type is inserted with the menu 
17671 \family sans
17672 Insert\SpecialChar \menuseparator
17673 Floats\SpecialChar \menuseparator
17674 Algorithm
17675 \family default
17676 .
17677  It is used for program codes and descriptions of algorithms.
17678  A possible environment for algorithms is the 
17679 \family sans
17680 LyX-Code
17681 \family default
17682 , described in LyX's 
17683 \emph on
17684 Userguide
17685 \emph default
17686 .
17687  Algorithm\InsetSpace ~
17688
17689 \begin_inset LatexCommand ref
17690 reference "alg:Example-Algorithm-float"
17691
17692 \end_inset
17693
17694  is an example of an algorithm float where -4\InsetSpace \thinspace{}
17695 mm vertical space was added
17696  at the end of the float to have the bottom rule exactly below the last
17697  text line.
17698 \end_layout
17699
17700 \begin_layout Standard
17701 The float label is not automatically translated into the document language.
17702  If your document is not in English, you have to do this manually by adding
17703  the following line to the document preamble
17704 \series bold
17705 :
17706 \end_layout
17707
17708 \begin_layout Standard
17709
17710 \series bold
17711
17712 \backslash
17713 floatname{algorithm}{your\InsetSpace ~
17714 name}
17715 \end_layout
17716
17717 \begin_layout Standard
17718
17719 \family sans
17720 your\InsetSpace ~
17721 name
17722 \family default
17723  is the word 
17724 \begin_inset Quotes eld
17725 \end_inset
17726
17727
17728 \emph on
17729 algorithm
17730 \emph default
17731
17732 \begin_inset Quotes erd
17733 \end_inset
17734
17735  in your language.
17736 \end_layout
17737
17738 \begin_layout Description
17739
17740 \series bold
17741 Note:
17742 \series default
17743  When the LaTeX-package 
17744 \series bold
17745 hyperref
17746 \series default
17747
17748 \begin_inset LatexCommand index
17749 name "LaTeX-packages ! hyperref"
17750
17751 \end_inset
17752
17753  is used to link cross-references to floats in the PDF-output, it must be
17754  loaded in the document preamble before the definition of floats to be able
17755  to reference floats.
17756  As LyX sets the float definition for algorithm floats automatically before
17757  the user editable part of the document preamble, you need to insert the
17758  following preamble lines 
17759 \emph on
17760 after
17761 \emph default
17762  the loading command of 
17763 \series bold
17764 hyperref
17765 \series default
17766 :
17767 \series bold
17768
17769 \begin_inset VSpace defskip
17770 \end_inset
17771
17772
17773 \newline
17774
17775 \backslash
17776 newfloat{Xalgorithm}{tbp}{loa}
17777 \newline
17778
17779 \backslash
17780 floatname{Xalgorithm}{your\InsetSpace ~
17781 name}
17782 \newline
17783
17784 \backslash
17785 newcommand{
17786 \backslash
17787 theHalgorithm}{
17788 \backslash
17789 theHXalgorithm}
17790 \newline
17791
17792 \backslash
17793 renewenvironment{algorithm}[1][tbp]
17794 \newline
17795
17796 \begin_inset ERT
17797 status collapsed
17798
17799 \begin_layout Standard
17800
17801
17802 \backslash
17803 hphantom{ }
17804 \end_layout
17805
17806 \end_inset
17807
17808 {
17809 \backslash
17810 begin{Xalgorithm}[#1]}{
17811 \backslash
17812 end{Xalgorithm}}
17813 \begin_inset VSpace defskip
17814 \end_inset
17815
17816
17817 \end_layout
17818
17819 \begin_layout Standard
17820 Algorithm floats are not by default numbered in the scheme 
17821 \begin_inset Quotes eld
17822 \end_inset
17823
17824 chapter.algorithm
17825 \begin_inset Quotes erd
17826 \end_inset
17827
17828  like it is the case for table and figure floats in many document-classes.
17829  To number algorithm floats in the same scheme, add this command to your
17830  document preamble:
17831 \end_layout
17832
17833 \begin_layout Standard
17834
17835 \series bold
17836
17837 \backslash
17838 numberwithin{algorithm}{chapter}
17839 \end_layout
17840
17841 \begin_layout Standard
17842 If you use the LaTeX-package 
17843 \series bold
17844 hyperref
17845 \series default
17846 , add this line instead 
17847 \emph on
17848 after
17849 \emph default
17850  the definition of 
17851 \family sans
17852 Xalgorithm
17853 \family default
17854  (the commands from above) to the preamble:
17855 \end_layout
17856
17857 \begin_layout Standard
17858
17859 \series bold
17860
17861 \backslash
17862 numberwithin{Xalgorithm}{chapter}
17863 \end_layout
17864
17865 \begin_layout Standard
17866 To be able to use the command 
17867 \series bold
17868
17869 \backslash
17870 numberwithin
17871 \series default
17872 , set in the tab 
17873 \family sans
17874 Math\InsetSpace ~
17875 Options
17876 \family default
17877  in the document settings the option 
17878 \family sans
17879 Use\InsetSpace ~
17880 AMS\InsetSpace ~
17881 math\InsetSpace ~
17882 package
17883 \family default
17884 .
17885 \end_layout
17886
17887 \begin_layout Subsection
17888 Text Wrap Floats
17889 \begin_inset LatexCommand index
17890 name "Floats ! Text Wrap Floats"
17891
17892 \end_inset
17893
17894
17895 \begin_inset LatexCommand label
17896 name "sub:floatflt-wrap-float"
17897
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \begin_layout Standard
17904 This float type is used if you want to 
17905 \begin_inset Quotes eld
17906 \end_inset
17907
17908 wrap
17909 \begin_inset Quotes erd
17910 \end_inset
17911
17912  text around a figure so that it only occupies some fraction of the column
17913  width.
17914  It can be inserted using the menu 
17915 \begin_inset Wrap figure
17916 placement l
17917 width "40col%"
17918 status open
17919
17920 \begin_layout Standard
17921 \begin_inset Graphics
17922         filename clipart/mobius.eps
17923         display color
17924         width 40col%
17925         scaleBeforeRotation
17926         rotateOrigin center
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \begin_layout Standard
17934 \begin_inset Caption
17935
17936 \begin_layout Standard
17937 \begin_inset LatexCommand label
17938 name "fig:This-is-a"
17939
17940 \end_inset
17941
17942 This is a wrapped figure, and this is the brilliant caption that describes
17943  it.
17944 \begin_inset VSpace medskip
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \end_inset
17956
17957  
17958 \family sans
17959 Insert\SpecialChar \menuseparator
17960 Floats\SpecialChar \menuseparator
17961 Text\InsetSpace ~
17962 Wrap\InsetSpace ~
17963 Float
17964 \family default
17965  if the LaTeX-package 
17966 \series bold
17967 f\SpecialChar \textcompwordmark{}
17968 loatf\SpecialChar \textcompwordmark{}
17969 lt
17970 \series default
17971
17972 \begin_inset LatexCommand index
17973 name "LaTeX-packages ! floatflt"
17974
17975 \end_inset
17976
17977  is installed.
17978 \begin_inset Foot
17979 status collapsed
17980
17981 \begin_layout Standard
17982 Installing a LaTeX-package is explained it in the 
17983 \emph on
17984 LaTeX\InsetSpace ~
17985 Configuration
17986 \emph default
17987  manual.
17988 \end_layout
17989
17990 \end_inset
17991
17992  The width and placement of the float is adjusted by right-clicking on the
17993  float box.
17994  Figure\InsetSpace ~
17995
17996 \begin_inset LatexCommand ref
17997 reference "fig:This-is-a"
17998
17999 \end_inset
18000
18001  is an example text wrap float with a width of 40
18002 \begin_inset Formula $\,$
18003 \end_inset
18004
18005 col%.
18006 \begin_inset Foot
18007 status collapsed
18008
18009 \begin_layout Standard
18010 Available units are explained in 
18011 \begin_inset LatexCommand ref
18012 reference "cha:Units-available-in"
18013
18014 \end_inset
18015
18016 .
18017 \end_layout
18018
18019 \end_inset
18020
18021  Some space was added under the caption to separate it better from the surroundi
18022 ng text.
18023 \end_layout
18024
18025 \begin_layout Standard
18026 The LaTeX-package 
18027 \series bold
18028 f\SpecialChar \textcompwordmark{}
18029 loatf\SpecialChar \textcompwordmark{}
18030 lt
18031 \series default
18032  also supports table wrap floats, but they are not yet supported by LyX.
18033  If you need this, read the documentation of 
18034 \series bold
18035 f\SpecialChar \textcompwordmark{}
18036 loatf\SpecialChar \textcompwordmark{}
18037 lt
18038 \series default
18039  
18040 \begin_inset LatexCommand cite
18041 key "floatflt"
18042
18043 \end_inset
18044
18045 .
18046 \end_layout
18047
18048 \begin_layout Standard
18049 \begin_inset Note Greyedout
18050 status open
18051
18052 \begin_layout Standard
18053
18054 \series bold
18055 Note:
18056 \series default
18057  Text\InsetSpace ~
18058 wrap float floats are fragile! E.\InsetSpace \thinspace{}
18059 g.\InsetSpace ~
18060 having a figure too close to the bottom
18061  of the page can mess things up in the way that the float doesn't appear
18062  in the output or that it is placed over some other text.
18063 \begin_inset Foot
18064 status open
18065
18066 \begin_layout Standard
18067 The better solution is to use the LaTeX-package 
18068 \series bold
18069 wrapf\SpecialChar \textcompwordmark{}
18070 ig
18071 \series default
18072
18073 \begin_inset LatexCommand index
18074 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
18075
18076 \end_inset
18077
18078  instead of 
18079 \series bold
18080 f\SpecialChar \textcompwordmark{}
18081 loatf\SpecialChar \textcompwordmark{}
18082 lt
18083 \series default
18084 , but it is currently not supported by LyX.
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \begin_layout Standard
18098 In general:
18099 \end_layout
18100
18101 \begin_layout Itemize
18102 Wrap floats should not be placed in paragraphs that run over a page break.
18103  That means that wrap floats should better be inserted to the exact place
18104  when the document is nearly finished and you are able to estimate where
18105  page breaks will appear.
18106 \end_layout
18107
18108 \begin_layout Itemize
18109 Wrap floats should either be placed in an own paragraph before the paragraph
18110  where they should wrap into or within a paragraph.
18111 \end_layout
18112
18113 \begin_layout Itemize
18114 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18115  there is a text paragraph between them as separator.
18116 \end_layout
18117
18118 \begin_layout Itemize
18119 Wrap floats are not allowed in section headings or tables.
18120 \end_layout
18121
18122 \begin_layout Section
18123 Float Numbering
18124 \begin_inset LatexCommand label
18125 name "sec:Float-Numbering"
18126
18127 \end_inset
18128
18129
18130 \begin_inset LatexCommand index
18131 name "Floats ! Numbering"
18132
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \begin_layout Standard
18139 Floats are usually numbered either independent from the sections the floats
18140  are in, or in the scheme 
18141 \begin_inset Quotes eld
18142 \end_inset
18143
18144 chapter.number
18145 \begin_inset Quotes erd
18146 \end_inset
18147
18148  or 
18149 \begin_inset Quotes eld
18150 \end_inset
18151
18152 section.number
18153 \begin_inset Quotes erd
18154 \end_inset
18155
18156 .
18157  This depends on the used document class.
18158 \end_layout
18159
18160 \begin_layout Standard
18161 To change the section independent numbering, you can use this command in
18162  the document preamble:
18163 \end_layout
18164
18165 \begin_layout Standard
18166
18167 \series bold
18168
18169 \backslash
18170 renewcommand{
18171 \backslash
18172 thetable}{
18173 \backslash
18174 roman{table}}
18175 \end_layout
18176
18177 \begin_layout Standard
18178
18179 \series bold
18180
18181 \backslash
18182 thetable
18183 \series default
18184  is the command that prints the table number, for figure floats, the command
18185  would be 
18186 \series bold
18187
18188 \backslash
18189 thefigure
18190 \series default
18191 .
18192  The command 
18193 \series bold
18194
18195 \backslash
18196 roman
18197 \series default
18198  prints in the command above the table number as small roman number.
18199 \end_layout
18200
18201 \begin_layout Standard
18202 To change the numbering scheme for example to 
18203 \begin_inset Quotes eld
18204 \end_inset
18205
18206 subsection.number
18207 \begin_inset Quotes erd
18208 \end_inset
18209
18210 , use this command in the preamble:
18211 \end_layout
18212
18213 \begin_layout Standard
18214
18215 \series bold
18216
18217 \backslash
18218 numberwithin{table}{subsection}
18219 \end_layout
18220
18221 \begin_layout Standard
18222 To be able to use the command 
18223 \series bold
18224
18225 \backslash
18226 numberwithin
18227 \series default
18228 , set in the tab 
18229 \family sans
18230 Math\InsetSpace ~
18231 Options
18232 \family default
18233  in the document settings the option 
18234 \family sans
18235 Use\InsetSpace ~
18236 AMS\InsetSpace ~
18237 math\InsetSpace ~
18238 package
18239 \family default
18240 .
18241 \end_layout
18242
18243 \begin_layout Standard
18244 Please also have a look at section\InsetSpace ~
18245
18246 \begin_inset LatexCommand ref
18247 reference "sub:Footnote-Numbering"
18248
18249 \end_inset
18250
18251  for the details and important notes about the numbering commands.
18252 \end_layout
18253
18254 \begin_layout Section
18255 Referencing Floats
18256 \begin_inset LatexCommand label
18257 name "sec:Referencing-Floats"
18258
18259 \end_inset
18260
18261
18262 \begin_inset LatexCommand index
18263 name "Floats ! References"
18264
18265 \end_inset
18266
18267
18268 \begin_inset LatexCommand index
18269 name "References"
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Standard
18277 To reference a float, insert a label into its caption using the menu 
18278 \family sans
18279 Insert\SpecialChar \menuseparator
18280 Label
18281 \family default
18282  or the toolbar button 
18283 \begin_inset Graphics
18284         filename ../images/label-insert.xpm
18285         scale 85
18286         scaleBeforeRotation
18287
18288 \end_inset
18289
18290 .
18291  A grey label box like this one: 
18292 \begin_inset Graphics
18293         filename clipart/labelQt4.png
18294         scale 85
18295         scaleBeforeRotation
18296
18297 \end_inset
18298
18299  will be inserted and the label window pops up asking for the label text.
18300  LyX offers as text the first words of the caption with a prefix.
18301  The prefix depends on the float type, e.\InsetSpace \thinspace{}
18302 g.\InsetSpace ~
18303 for figure floats the prefix will
18304  be "
18305 \family sans
18306 fig:
18307 \family default
18308 ".
18309 \end_layout
18310
18311 \begin_layout Standard
18312 The label is used as anchor and name for the reference.
18313  You can refer to the label using the menu 
18314 \family sans
18315 Insert\SpecialChar \menuseparator
18316 Cross-reference
18317 \family default
18318  or the toolbar button 
18319 \begin_inset Graphics
18320         filename ../images/dialog-show-new-inset_ref.xpm
18321         scale 85
18322         scaleBeforeRotation
18323
18324 \end_inset
18325
18326 .
18327  A grey cross-reference box like this one: 
18328 \begin_inset Graphics
18329         filename clipart/referenceQt4.png
18330         scale 85
18331         scaleBeforeRotation
18332
18333 \end_inset
18334
18335  will be inserted and the cross-reference window appear showing all labels
18336  of the document.
18337  If you have multiple LyX-documents opened, choose the one you are working
18338  on from the drop-list at the top of the dialog.
18339  You can now sort the labels alphabetically and then choose one.
18340  At the position of the cross-reference box the float number will appear
18341  in the output.
18342 \end_layout
18343
18344 \begin_layout Standard
18345 It is recommended to use a protected space between the cross-reference name
18346  and its number to avoid line breaks between them.
18347  If a cross-reference refers to a non-existing label, you will see two question
18348  marks in the output instead of the reference.
18349 \end_layout
18350
18351 \begin_layout Standard
18352 You can change labels at any time by clicking on the label box.
18353  References to the changed label will automatically change its link to the
18354  new label text, so that you don't need to take care about this.
18355 \end_layout
18356
18357 \begin_layout Standard
18358 The button 
18359 \family sans
18360 Go\InsetSpace ~
18361 to\InsetSpace ~
18362 Label
18363 \family default
18364  in the cross-reference window sets the cursor before the referred label.
18365  The button text changes then to Go\InsetSpace ~
18366 Back and you can use it to set the cursor
18367  back to the cross-reference.
18368  Right-clicking on a cross-reference box also sets the cursor before the
18369  referenced label but without a possibility to go back.
18370 \end_layout
18371
18372 \begin_layout Subsection
18373 Cross-Reference Formats
18374 \begin_inset LatexCommand label
18375 name "sub:Cross-Reference-Formats"
18376
18377 \end_inset
18378
18379
18380 \begin_inset LatexCommand index
18381 name "References ! Formats"
18382
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \begin_layout Standard
18389 There are six varieties of cross-references:
18390 \end_layout
18391
18392 \begin_layout Description
18393 <reference>: prints the float number, this is the default: 
18394 \begin_inset LatexCommand ref
18395 reference "fig:Two-distorted-images"
18396
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \begin_layout Description
18403 (<reference>): prints the float number within two parentheses, this is the
18404  style normally used to reference formulas, especially when the reference
18405  name 
18406 \begin_inset Quotes eld
18407 \end_inset
18408
18409 Equation
18410 \begin_inset Quotes erd
18411 \end_inset
18412
18413  is omitted: 
18414 \begin_inset LatexCommand eqref
18415 reference "eq:Wgn"
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Description
18423 <page>: prints the page number: Page\InsetSpace ~
18424
18425 \begin_inset LatexCommand pageref
18426 reference "fig:Two-distorted-images"
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Description
18434 on\InsetSpace ~
18435 page\InsetSpace ~
18436 <page>: prints the text "on page" and the page number: 
18437 \begin_inset LatexCommand vpageref
18438 reference "fig:Two-distorted-images"
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \begin_layout Description
18446 <reference>\InsetSpace ~
18447 on\InsetSpace ~
18448 page\InsetSpace ~
18449 <page>: prints the float number, the text "on page", and
18450  the page number: 
18451 \begin_inset LatexCommand vref
18452 reference "fig:Two-distorted-images"
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \begin_layout Description
18460 Formatted\InsetSpace ~
18461 reference: prints a self defined cross-reference format.
18462  
18463 \begin_inset Note Greyedout
18464 status open
18465
18466 \begin_layout Standard
18467
18468 \series bold
18469 Note:
18470 \series default
18471  This feature is only available when you have the LaTeX-package 
18472 \series bold
18473 prettyref
18474 \series default
18475  installed.
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 Note that the style <page> won't print the page number if the label is on
18485  the previous, the same, or the next page.
18486  You will e.\InsetSpace \thinspace{}
18487 g.\InsetSpace ~
18488 see the text 
18489 \begin_inset Quotes eld
18490 \end_inset
18491
18492
18493 \family sans
18494 on this page
18495 \family default
18496
18497 \begin_inset Quotes erd
18498 \end_inset
18499
18500  instead.
18501 \end_layout
18502
18503 \begin_layout Standard
18504 The number and current page of the referred document part in the output,
18505  is automatically calculated by LaTeX.
18506  The varieties are adjusted in the field 
18507 \family sans
18508 Format
18509 \family default
18510  of the cross-reference window, that appear when you click on the cross-referenc
18511 e box.
18512 \end_layout
18513
18514 \begin_layout Subsection
18515 Referencing Subfigures
18516 \begin_inset LatexCommand label
18517 name "sub:Referencing-Subfigures"
18518
18519 \end_inset
18520
18521
18522 \begin_inset LatexCommand index
18523 name "References ! to Subfigures"
18524
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \begin_layout Standard
18531 Currently referencing subfigures is not supported by LyX, so you have to
18532  use LaTeX-commands.
18533  The label is the created with the command
18534 \end_layout
18535
18536 \begin_layout Standard
18537
18538 \series bold
18539
18540 \backslash
18541 label{fig:YourLabelName}
18542 \end_layout
18543
18544 \begin_layout Standard
18545 that is directly inserted into the subfigure caption field.
18546  To reference the label add this command in ERT
18547 \end_layout
18548
18549 \begin_layout Standard
18550
18551 \series bold
18552
18553 \backslash
18554 ref{fig:YourLabelName}
18555 \end_layout
18556
18557 \begin_layout Standard
18558 to the position in your document where the reference should be placed.
18559  Here is a reference to a subfigure: Subfigure\InsetSpace ~
18560
18561 \begin_inset ERT
18562 status collapsed
18563
18564 \begin_layout Standard
18565
18566
18567 \backslash
18568 ref{fig:Platypus}
18569 \end_layout
18570
18571 \end_inset
18572
18573 .
18574 \end_layout
18575
18576 \begin_layout Subsection
18577 Automatic Reference Naming
18578 \begin_inset LatexCommand index
18579 name "References ! Automatic Reference Naming"
18580
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \begin_layout Standard
18587 The LaTeX-package 
18588 \series bold
18589 hyperref
18590 \series default
18591  provides a very useful feature that cross-references automatically include
18592  the name of the referenced floats (or text parts like sections).
18593  You save to write e.\InsetSpace \thinspace{}
18594 g.\InsetSpace ~
18595 the name 
18596 \begin_inset Quotes eld
18597 \end_inset
18598
18599 Figure
18600 \begin_inset Quotes erd
18601 \end_inset
18602
18603  before every reference box.
18604  To get this automatic reference naming, you have to load the LaTeX-package
18605  
18606 \series bold
18607 hyperref
18608 \series default
18609
18610 \begin_inset LatexCommand index
18611 name "LaTeX-packages ! hyperref"
18612
18613 \end_inset
18614
18615  in the document preamble with
18616 \end_layout
18617
18618 \begin_layout Standard
18619
18620 \series bold
18621
18622 \backslash
18623 usepackage[pdfborder={0 0 0}]{hyperref}
18624 \newline
18625
18626 \backslash
18627 AtBeginDocument{
18628 \backslash
18629 renewcommand{
18630 \backslash
18631 ref}[1]{
18632 \backslash
18633 mbox{
18634 \backslash
18635 autoref{#1}}}}
18636 \end_layout
18637
18638 \begin_layout Standard
18639
18640 \series bold
18641 hyperref
18642 \series default
18643  is used to link cross-references in the DVI- and PDF-output, this means
18644  that the reader of your document will be able to click on a table of content
18645  (TOC) entry or on a reference and he will be shown the referenced document
18646  part.
18647  
18648 \series bold
18649 hyperref
18650 \series default
18651  also creates PDF-bookmarks for every section of your document to make it
18652  easier for readers to navigate through the document.
18653  This is also used in this document but when you have a look in the document
18654  preamble you will find various options in the load command of 
18655 \series bold
18656 hyperref
18657 \series default
18658 .
18659  To learn more about the 
18660 \series bold
18661 hyperref
18662 \series default
18663  package, we refer to its documentation 
18664 \begin_inset LatexCommand cite
18665 key "hyperref"
18666
18667 \end_inset
18668
18669 .
18670 \end_layout
18671
18672 \begin_layout Standard
18673 \begin_inset Note Greyedout
18674 status open
18675
18676 \begin_layout Standard
18677
18678 \series bold
18679 Note:
18680 \series default
18681  Automatic reference naming cannot be used when you use cross-references
18682  in the 
18683 \family sans
18684 Formatted\InsetSpace ~
18685 reference
18686 \family default
18687  style, described in section\InsetSpace ~
18688
18689 \begin_inset LatexCommand ref
18690 reference "sub:Cross-Reference-Formats"
18691
18692 \end_inset
18693
18694 .
18695 \end_layout
18696
18697 \end_inset
18698
18699
18700 \end_layout
18701
18702 \begin_layout Subsection
18703 Reference Position
18704 \begin_inset LatexCommand label
18705 name "sub:Reference-Position"
18706
18707 \end_inset
18708
18709
18710 \begin_inset LatexCommand index
18711 name "References ! Reference Position"
18712
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \begin_layout Standard
18719 If you use 
18720 \series bold
18721 hyperref
18722 \series default
18723
18724 \begin_inset LatexCommand index
18725 name "LaTeX-packages ! hyperref"
18726
18727 \end_inset
18728
18729  to link cross-references in the output, you will see that clicking on an
18730  image float reference jumps to the image label.
18731  The caption will be the first text part on the screen, so that you cannot
18732  see the image without scrolling.
18733  This is because the reference link anchor is placed at the position of
18734  the label.
18735  With the use of the package 
18736 \series bold
18737 hypcap
18738 \series default
18739
18740 \begin_inset LatexCommand index
18741 name "LaTeX-packages ! hypcap"
18742
18743 \end_inset
18744
18745 , which is part of the LaTeX-package 
18746 \series bold
18747 oberdiek
18748 \series default
18749
18750 \begin_inset LatexCommand index
18751 name "LaTeX-packages ! oberdiek"
18752
18753 \end_inset
18754
18755 , the link anchor is placed at the beginning of a float.
18756  To use this feature for figure floats, load 
18757 \series bold
18758 hypcap
18759 \series default
18760  in the document preamble with the line
18761 \end_layout
18762
18763 \begin_layout Standard
18764
18765 \series bold
18766
18767 \backslash
18768 usepackage[f\SpecialChar \textcompwordmark{}
18769 igure]{hypcap}
18770 \end_layout
18771
18772 \begin_layout Standard
18773 You can also use 
18774 \series bold
18775 hypcap
18776 \series default
18777  for all floats but this isn't recommended for stability reasons.
18778  For more informations, have a look at 
18779 \series bold
18780 hypcap
18781 \series default
18782 's manual 
18783 \begin_inset LatexCommand cite
18784 key "hypcap"
18785
18786 \end_inset
18787
18788 .
18789 \end_layout
18790
18791 \begin_layout Standard
18792 \begin_inset Note Greyedout
18793 status open
18794
18795 \begin_layout Standard
18796
18797 \series bold
18798 Note:
18799 \series default
18800  
18801 \series bold
18802 hypcap
18803 \series default
18804  must be loaded after 
18805 \series bold
18806 hyperref
18807 \series default
18808  in the document preamble.
18809 \end_layout
18810
18811 \end_inset
18812
18813
18814 \end_layout
18815
18816 \begin_layout Standard
18817 \begin_inset Note Greyedout
18818 status open
18819
18820 \begin_layout Standard
18821
18822 \series bold
18823 Note:
18824 \series default
18825  
18826 \series bold
18827 hypcap
18828 \series default
18829  has no effect for references to subfigures.
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Section
18838 Float Placement
18839 \begin_inset LatexCommand label
18840 name "sec:Float-Placement"
18841
18842 \end_inset
18843
18844
18845 \begin_inset LatexCommand index
18846 name "Floats ! Placement"
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 Right-clicking on a float-box opens a dialog where you can alter the placement
18855  options that LaTeX uses for positioning the float.
18856 \newline
18857 The option 
18858 \family sans
18859 Span\InsetSpace ~
18860 columns
18861 \family default
18862  is only useful for two-column documents: If you select it, the float will
18863  span across both columns on the page instead of being confined to just
18864  one.
18865 \newline
18866 The option 
18867 \family sans
18868 Rotate\InsetSpace ~
18869 sideways
18870 \family default
18871  is used to rotate floats, see section 
18872 \begin_inset LatexCommand ref
18873 reference "sec:Rotated-Floats"
18874
18875 \end_inset
18876
18877 .
18878 \end_layout
18879
18880 \begin_layout Standard
18881 You can use one ore more of the following options in the float dialog to
18882  set the placement for a particular float when you uncheck the option 
18883 \family sans
18884 Use\InsetSpace ~
18885 default\InsetSpace ~
18886 placement
18887 \family default
18888 :
18889 \end_layout
18890
18891 \begin_layout Description
18892 Here\InsetSpace ~
18893 if\InsetSpace ~
18894 possible try to place the float on the position where it is inserted
18895 \end_layout
18896
18897 \begin_layout Description
18898 Top\InsetSpace ~
18899 of\InsetSpace ~
18900 page try to place the float on the top of the current page
18901 \end_layout
18902
18903 \begin_layout Description
18904 Bottom\InsetSpace ~
18905 of\InsetSpace ~
18906 page try to place the float on the bottom of the current page
18907 \end_layout
18908
18909 \begin_layout Description
18910 Page\InsetSpace ~
18911 of\InsetSpace ~
18912 floats try to place the float on an own page 
18913 \end_layout
18914
18915 \begin_layout Standard
18916 The order of the above option is 
18917 \emph on
18918 always
18919 \emph default
18920  used by LaTeX.
18921  That means, if you use the default placement, LaTeX will first try out
18922  
18923 \family sans
18924 Here\InsetSpace ~
18925 if\InsetSpace ~
18926 possible
18927 \family default
18928 , then 
18929 \family sans
18930 Top\InsetSpace ~
18931 of\InsetSpace ~
18932 page
18933 \family default
18934 , and then the others.
18935  If you don't use the default, LaTeX will try only the checked options but
18936  in the same order.
18937  If none of the 4 placements are possible the procedure is internally repeated
18938  but it is tried to put the float on the following page.
18939 \end_layout
18940
18941 \begin_layout Standard
18942 By default, each option has its own rules:
18943 \end_layout
18944
18945 \begin_layout Labeling
18946 \labelwidthstring 00.00.0000
18947
18948 \family sans
18949 Top\InsetSpace ~
18950 of\InsetSpace ~
18951 page
18952 \family default
18953  only floats occupying less than 70\InsetSpace \thinspace{}
18954 % of the page can be placed at the top
18955  of a page (
18956 \series bold
18957
18958 \backslash
18959 topfraction
18960 \series default
18961 )
18962 \end_layout
18963
18964 \begin_layout Labeling
18965 \labelwidthstring 00.00.0000
18966
18967 \family sans
18968 Bottom\InsetSpace ~
18969 of\InsetSpace ~
18970 page
18971 \family default
18972 : only floats occupying less than 30\InsetSpace \thinspace{}
18973 % of the page can be placed at the bottom
18974  of a page.
18975  (
18976 \series bold
18977
18978 \backslash
18979 bottomfraction
18980 \series default
18981 )
18982 \end_layout
18983
18984 \begin_layout Labeling
18985 \labelwidthstring 00.00.0000
18986
18987 \family sans
18988 Page\InsetSpace ~
18989 of\InsetSpace ~
18990 floats
18991 \family default
18992 : only if more than 50\InsetSpace \thinspace{}
18993 % of the page are occupied by floats, several floats
18994  can be set together on a page.
18995  (
18996 \series bold
18997
18998 \backslash
18999 floatpagefraction
19000 \series default
19001 )
19002 \end_layout
19003
19004 \begin_layout Standard
19005 If you don't like these rules, you can ignore them by using the additional
19006  option 
19007 \family sans
19008 Ignore\InsetSpace ~
19009 LaTeX\InsetSpace ~
19010 rules
19011 \family default
19012 .
19013 \newline
19014 You can also redefine the rules with LaTeX-commands that are given in parenthese
19015 s behind the rules description above.
19016  To increase for example the often too small default of the bottom-rule
19017  to 50\InsetSpace \thinspace{}
19018 % of the page, add this line to your document preamble:
19019 \end_layout
19020
19021 \begin_layout Standard
19022
19023 \series bold
19024
19025 \backslash
19026 renewcommand{
19027 \backslash
19028 bottomfraction}{0.5}
19029 \end_layout
19030
19031 \begin_layout Standard
19032 Sometimes you might need, under all circumstances, a float to be placed
19033  exactly at the position where it is inserted.
19034  For this case you can use the option 
19035 \family sans
19036 Here\InsetSpace ~
19037 definitely
19038 \family default
19039 .
19040  Use this option very rarely and only if the document is nearly ready to
19041  be printed.
19042  Because the float is then no longer able to 
19043 \begin_inset Quotes eld
19044 \end_inset
19045
19046 float
19047 \begin_inset Quotes erd
19048 \end_inset
19049
19050  when you change your document and this will often destroy the page layout.
19051 \end_layout
19052
19053 \begin_layout Standard
19054 There are no placement options for text wrap floats, because they are always
19055  surrounded by the text of a certain paragraph.
19056 \begin_inset VSpace bigskip
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \begin_layout Standard
19063 Sometimes you have the problem that a float is placed at the top of a page
19064  while its corresponding section starts at the middle of the page, so that
19065  the reader could think the float is part of the previous section.
19066  To avoid this the LaTeX-command 
19067 \series bold
19068
19069 \backslash
19070 suppressf\SpecialChar \textcompwordmark{}
19071 loats
19072 \series default
19073  can be used.
19074  It suppresses a given float placement for the page where it is inserted
19075  and can therefore be used to avoid that floats could be set before a section
19076  starts.
19077  To get this, add these commands to your document preamble:
19078 \end_layout
19079
19080 \begin_layout Standard
19081
19082 \series bold
19083
19084 \backslash
19085 let
19086 \backslash
19087 mySection
19088 \backslash
19089 section
19090 \newline
19091
19092 \backslash
19093 renewcommand{
19094 \backslash
19095 section}{
19096 \backslash
19097 suppressf\SpecialChar \textcompwordmark{}
19098 loats[t]
19099 \backslash
19100 mySection}
19101 \end_layout
19102
19103 \begin_layout Standard
19104 You can define the same for all section headings, like chapters and subsections.
19105  This definition is not recommended to be used for small text parts like
19106  subsubsections because LaTeX may then have problems to find a suitable
19107  placement.
19108 \end_layout
19109
19110 \begin_layout Standard
19111 \begin_inset VSpace bigskip
19112 \end_inset
19113
19114 In some cases it is required to have all figures/tables at the end of the
19115  document.
19116  For this purpose the LaTeX-package 
19117 \series bold
19118 endf\SpecialChar \textcompwordmark{}
19119 loat
19120 \series default
19121
19122 \begin_inset LatexCommand index
19123 name "LaTeX-packages ! endfloat"
19124
19125 \end_inset
19126
19127  was developed.
19128  It puts all figure and table floats at the end of the document into own
19129  sections.
19130  At the original float position a text hint like 
19131 \begin_inset Quotes eld
19132 \end_inset
19133
19134
19135 \family sans
19136 [Figure\InsetSpace ~
19137 3.2 about here.]
19138 \family default
19139
19140 \begin_inset Quotes erd
19141 \end_inset
19142
19143  is inserted.
19144  The endfloat-package is loaded in the preamble with the line
19145 \end_layout
19146
19147 \begin_layout Standard
19148
19149 \series bold
19150
19151 \backslash
19152 usepackage[options]{endf\SpecialChar \textcompwordmark{}
19153 loat}
19154 \end_layout
19155
19156 \begin_layout Standard
19157 There are various package options to format the created figure/table sections.
19158  For more information we refer to the 
19159 \series bold
19160 endf\SpecialChar \textcompwordmark{}
19161 loat
19162 \series default
19163  documentation 
19164 \begin_inset LatexCommand cite
19165 key "endfloat"
19166
19167 \end_inset
19168
19169 .
19170 \newline
19171
19172 \begin_inset Note Greyedout
19173 status open
19174
19175 \begin_layout Standard
19176
19177 \series bold
19178 Note: endf\SpecialChar \textcompwordmark{}
19179 loat
19180 \series default
19181  doesn't provide an automatic translation for the text hint, you have to
19182  do this manually, see section\InsetSpace ~
19183 4 in 
19184 \begin_inset LatexCommand cite
19185 key "endfloat"
19186
19187 \end_inset
19188
19189 .
19190 \end_layout
19191
19192 \end_inset
19193
19194
19195 \newline
19196
19197 \begin_inset Note Greyedout
19198 status open
19199
19200 \begin_layout Standard
19201
19202 \series bold
19203 Note:
19204 \series default
19205  There is currently a bug in 
19206 \series bold
19207 endf\SpecialChar \textcompwordmark{}
19208 loat
19209 \series default
19210  when the caption contains a German 
19211 \begin_inset Quotes eld
19212 \end_inset
19213
19214 ß
19215 \begin_inset Quotes erd
19216 \end_inset
19217
19218 .
19219  Use in this case the command 
19220 \begin_inset Quotes eld
19221 \end_inset
19222
19223
19224 \series bold
19225
19226 \backslash
19227 ss
19228 \series default
19229
19230 \begin_inset Quotes erd
19231 \end_inset
19232
19233  in ERT instead of 
19234 \begin_inset Quotes eld
19235 \end_inset
19236
19237 ß
19238 \begin_inset Quotes erd
19239 \end_inset
19240
19241 .
19242 \end_layout
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \begin_layout Standard
19250 \begin_inset VSpace bigskip
19251 \end_inset
19252
19253 For more details about float placements, have a look at LaTeX books, 
19254 \begin_inset LatexCommand cite
19255 key "latexcompanion,latexguide,latexbook"
19256
19257 \end_inset
19258
19259 .
19260 \end_layout
19261
19262 \begin_layout Section
19263 Rotated Floats
19264 \begin_inset LatexCommand label
19265 name "sec:Rotated-Floats"
19266
19267 \end_inset
19268
19269
19270 \begin_inset LatexCommand index
19271 name "Floats ! Rotating"
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Standard
19279 Especially for wide tables you might have floats rotated.
19280  To rotate a whole float including the caption, right-click on the float-box
19281  and use the option 
19282 \family sans
19283 Rotate\InsetSpace ~
19284 sideways
19285 \family default
19286 .
19287 \end_layout
19288
19289 \begin_layout Standard
19290 Rotated floats are always placed on its own page (or column, when you have
19291  a two-column document).
19292  They are normally rotated so that you can read them from the outside margin
19293  -- to the left on even pages, to the right on odd pages.
19294  To force a certain rotation direction for all pages, you can add either
19295  the option 
19296 \series bold
19297 figuresleft
19298 \series default
19299  or 
19300 \series bold
19301 figuresright
19302 \series default
19303  to the document class options.
19304 \end_layout
19305
19306 \begin_layout Standard
19307 Referencing rotated floats is the same like for normal floats, the caption
19308  format is also the same: Table\InsetSpace ~
19309
19310 \begin_inset LatexCommand ref
19311 reference "tab:Rotated-table"
19312
19313 \end_inset
19314
19315  is an example of a rotated table float.
19316 \end_layout
19317
19318 \begin_layout Standard
19319 \begin_inset Note Greyedout
19320 status open
19321
19322 \begin_layout Standard
19323
19324 \series bold
19325 Note:
19326 \series default
19327  Not all DVI-viewers are able to display rotated floats.
19328 \end_layout
19329
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \begin_layout Standard
19336 \begin_inset Float table
19337 wide false
19338 sideways true
19339 status open
19340
19341 \begin_layout Standard
19342 \begin_inset Caption
19343
19344 \begin_layout Standard
19345 \begin_inset LatexCommand label
19346 name "tab:Rotated-table"
19347
19348 \end_inset
19349
19350  Rotated table
19351 \end_layout
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \begin_layout Standard
19359 \align center
19360 \begin_inset Tabular
19361 <lyxtabular version="3" rows="1" columns="5">
19362 <features>
19363 <column alignment="center" valignment="top" leftline="true" width="0">
19364 <column alignment="center" valignment="top" leftline="true" width="0">
19365 <column alignment="center" valignment="top" leftline="true" width="0">
19366 <column alignment="center" valignment="top" leftline="true" width="0">
19367 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19368 <row topline="true" bottomline="true">
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Standard
19373 test
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Standard
19382 b
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Standard
19391 c
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Standard
19400 d
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Standard
19409 e
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 </row>
19415 </lyxtabular>
19416
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \begin_layout Section
19428 Caption Formatting
19429 \begin_inset LatexCommand index
19430 name "Caption ! Formatting"
19431
19432 \end_inset
19433
19434
19435 \begin_inset LatexCommand index
19436 name "Floats ! Caption Formatting"
19437
19438 \end_inset
19439
19440
19441 \begin_inset LatexCommand index
19442 name "LaTeX-packages ! caption"
19443
19444 \end_inset
19445
19446
19447 \begin_inset LatexCommand label
19448 name "sec:Caption-Formatting"
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \begin_layout Standard
19456 The 
19457 \family sans
19458 Caption
19459 \family default
19460  environment is the default paragraph environment for 
19461 \family sans
19462 Floats
19463 \family default
19464 .
19465  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
19466 g.\InsetSpace ~
19467
19468 \begin_inset Quotes eld
19469 \end_inset
19470
19471
19472 \family sans
19473 Figure #:
19474 \family default
19475
19476 \begin_inset Quotes erd
19477 \end_inset
19478
19479  followed by the caption text.
19480  
19481 \begin_inset Quotes eld
19482 \end_inset
19483
19484 #
19485 \begin_inset Quotes erd
19486 \end_inset
19487
19488  is the actual reference number.
19489  By default the label and the number are in the same font as the caption
19490  text and a colon follows the number to divide the label from the text.
19491  This caption format is not suitable for all document formats.
19492  
19493 \end_layout
19494
19495 \begin_layout Standard
19496 To change the default caption format, load the LaTeX-package 
19497 \series bold
19498 caption
19499 \series default
19500
19501 \begin_inset LatexCommand index
19502 name "LaTeX-packages ! caption"
19503
19504 \end_inset
19505
19506  in the document preamble with this line:
19507 \end_layout
19508
19509 \begin_layout Standard
19510
19511 \series bold
19512
19513 \backslash
19514 usepackage[format definition]{caption}
19515 \end_layout
19516
19517 \begin_layout Standard
19518 To have for example the label and the number in sans-serif bold font and
19519  the table captions always above the table like in this document, use the
19520  following command:
19521 \end_layout
19522
19523 \begin_layout Standard
19524
19525 \series bold
19526
19527 \backslash
19528 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19529 \end_layout
19530
19531 \begin_layout Standard
19532 You can also define different caption formats for the different float types.
19533  In this case load the 
19534 \series bold
19535 caption
19536 \series default
19537  package without format specific options and define the different formats
19538  with the help of the command
19539 \end_layout
19540
19541 \begin_layout Standard
19542
19543 \series bold
19544
19545 \backslash
19546 captionsetup[float type]{format definition}
19547 \end_layout
19548
19549 \begin_layout Standard
19550 in the document preamble.
19551  For example the caption formats of Figure\InsetSpace ~
19552
19553 \begin_inset LatexCommand ref
19554 reference "fig:This-is-an-fig"
19555
19556 \end_inset
19557
19558  and Table\InsetSpace ~
19559
19560 \begin_inset LatexCommand ref
19561 reference "tab:This-is-an-tab"
19562
19563 \end_inset
19564
19565  can be created using these commands in the document preamble:
19566 \end_layout
19567
19568 \begin_layout Standard
19569
19570 \series bold
19571
19572 \backslash
19573 usepackage[tableposition=top]{caption}
19574 \series default
19575
19576 \newline
19577
19578 \series bold
19579
19580 \backslash
19581 captionsetup[f\SpecialChar \textcompwordmark{}
19582 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19583 \newline
19584
19585 \begin_inset ERT
19586 status collapsed
19587
19588 \begin_layout Standard
19589
19590
19591 \backslash
19592 hphantom{
19593 \backslash
19594
19595 \backslash
19596 captionsetup[figure]
19597 \backslash
19598 {}
19599 \end_layout
19600
19601 \end_inset
19602
19603  labelsep=period}
19604 \newline
19605
19606 \backslash
19607 captionsetup[table]{labelfont={bf,sf}}
19608 \end_layout
19609
19610 \begin_layout Standard
19611 \begin_inset Note Greyedout
19612 status open
19613
19614 \begin_layout Standard
19615
19616 \series bold
19617 Note:
19618 \series default
19619  The option 
19620 \series bold
19621 tableposition=top
19622 \series default
19623  has no effect when a 
19624 \series bold
19625 koma-script
19626 \series default
19627
19628 \begin_inset LatexCommand index
19629 name "LaTeX-packages ! koma-script"
19630
19631 \end_inset
19632
19633  document class is used.
19634  In this case the document class option 
19635 \series bold
19636 tablecaptionabove
19637 \series default
19638  must be used.
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Standard
19647 For more information about the package 
19648 \series bold
19649 caption
19650 \series default
19651  we refer to its documentation 
19652 \begin_inset LatexCommand cite
19653 key "caption,caption-de"
19654
19655 \end_inset
19656
19657 .
19658 \end_layout
19659
19660 \begin_layout Standard
19661 To change the label name from e.g.
19662  
19663 \begin_inset Quotes eld
19664 \end_inset
19665
19666 Figure
19667 \begin_inset Quotes erd
19668 \end_inset
19669
19670  to 
19671 \begin_inset Quotes eld
19672 \end_inset
19673
19674 Image
19675 \begin_inset Quotes erd
19676 \end_inset
19677
19678  use this preamble command:
19679 \end_layout
19680
19681 \begin_layout Standard
19682
19683 \series bold
19684
19685 \backslash
19686 renewcommand{
19687 \backslash
19688 fnum@figure}{Image~
19689 \backslash
19690 thefigure}
19691 \end_layout
19692
19693 \begin_layout Standard
19694 where 
19695 \series bold
19696
19697 \backslash
19698 thefigure
19699 \series default
19700  inserts the figure number and
19701 \series bold
19702  
19703 \begin_inset Quotes eld
19704 \end_inset
19705
19706 ~
19707 \series default
19708
19709 \begin_inset Quotes erd
19710 \end_inset
19711
19712  creates a protected space.
19713 \end_layout
19714
19715 \begin_layout Standard
19716 \begin_inset VSpace bigskip
19717 \end_inset
19718
19719 If you are using a 
19720 \series bold
19721 koma-script
19722 \series default
19723
19724 \begin_inset LatexCommand index
19725 name "LaTeX-packages ! koma-script"
19726
19727 \end_inset
19728
19729  document class (
19730 \family sans
19731 article (koma-script)
19732 \family default
19733
19734 \family sans
19735 book (koma-script)
19736 \family default
19737
19738 \family sans
19739 letter (koma-script)
19740 \family default
19741 , or 
19742 \family sans
19743 report (koma-script)
19744 \family default
19745 \InsetSpace \thinspace{}
19746 ), you can alternatively to the 
19747 \series bold
19748 caption
19749 \series default
19750  package use 
19751 \series bold
19752 koma-script
19753 \series default
19754 's built-in command 
19755 \series bold
19756
19757 \backslash
19758 setkomafont
19759 \series default
19760 .
19761  For example, to have the caption label in bold, add this command to your
19762  document preamble:
19763 \end_layout
19764
19765 \begin_layout Standard
19766
19767 \series bold
19768
19769 \backslash
19770 setkomafont{captionlabel}{
19771 \backslash
19772 bfseries}
19773 \end_layout
19774
19775 \begin_layout Standard
19776 For more information about 
19777 \series bold
19778
19779 \backslash
19780 setkomafont
19781 \series default
19782  we refer to the 
19783 \series bold
19784 koma-script
19785 \series default
19786  documentation 
19787 \begin_inset LatexCommand cite
19788 key "koma-script,koma-script-de"
19789
19790 \end_inset
19791
19792 .
19793 \end_layout
19794
19795 \begin_layout Standard
19796 \begin_inset ERT
19797 status collapsed
19798
19799 \begin_layout Standard
19800
19801
19802 \backslash
19803 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19804 }
19805 \end_layout
19806
19807 \end_inset
19808
19809
19810 \begin_inset Note Note
19811 status open
19812
19813 \begin_layout Standard
19814 The caption format is changed only for this example.
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Standard
19823 \begin_inset Float figure
19824 placement !p
19825 wide false
19826 sideways false
19827 status open
19828
19829 \begin_layout Standard
19830 \align center
19831 \begin_inset Graphics
19832         filename clipart/mobius.eps
19833         lyxscale 50
19834         scale 50
19835         scaleBeforeRotation
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 \begin_inset Caption
19844
19845 \begin_layout Standard
19846 \begin_inset LatexCommand label
19847 name "fig:This-is-an-fig"
19848
19849 \end_inset
19850
19851 This is an example figure caption that is longer than one line to show the
19852  different caption format.
19853  Here a self-defined caption format is used.
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \begin_layout Standard
19867 \begin_inset ERT
19868 status collapsed
19869
19870 \begin_layout Standard
19871
19872
19873 \backslash
19874 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19875 on}
19876 \end_layout
19877
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \begin_layout Standard
19884 \begin_inset Float table
19885 placement !p
19886 wide false
19887 sideways false
19888 status open
19889
19890 \begin_layout Standard
19891 \begin_inset Caption
19892
19893 \begin_layout Standard
19894 \begin_inset LatexCommand label
19895 name "tab:This-is-an-tab"
19896
19897 \end_inset
19898
19899 This is an example table caption that is longer than one line to show the
19900  different caption format.
19901  Here the standard caption format for tables in this document is used.
19902 \end_layout
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Standard
19910 \align center
19911 \begin_inset Tabular
19912 <lyxtabular version="3" rows="1" columns="5">
19913 <features>
19914 <column alignment="center" valignment="top" leftline="true" width="0">
19915 <column alignment="center" valignment="top" leftline="true" width="0">
19916 <column alignment="center" valignment="top" leftline="true" width="0">
19917 <column alignment="center" valignment="top" leftline="true" width="0">
19918 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19919 <row topline="true" bottomline="true">
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Standard
19924 a
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Standard
19933 b
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Standard
19942 c
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Standard
19951 d
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Standard
19960 e
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 </row>
19966 </lyxtabular>
19967
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \begin_layout Section
19979 Caption Placement
19980 \begin_inset LatexCommand index
19981 name "Caption ! Placement"
19982
19983 \end_inset
19984
19985
19986 \begin_inset LatexCommand index
19987 name "Floats ! Caption Placement"
19988
19989 \end_inset
19990
19991
19992 \begin_inset LatexCommand label
19993 name "sec:Caption-Placement"
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Standard
20001 The common caption placement rule is:
20002 \end_layout
20003
20004 \begin_layout Description
20005 Figure: Caption is set below the figure
20006 \end_layout
20007
20008 \begin_layout Description
20009 Table: Caption is set above the table
20010 \end_layout
20011
20012 \begin_layout Standard
20013 Having the caption above the table is unfortunately not supported in LaTeX's
20014  standard classes.
20015  That means if you are using the document classes 
20016 \family sans
20017 article
20018 \family default
20019
20020 \family sans
20021 book
20022 \family default
20023
20024 \family sans
20025 letter
20026 \family default
20027 , or 
20028 \family sans
20029 report
20030 \family default
20031  there will be no space between the caption and the table.
20032  To insert the needed space, add the following option to the load command
20033  of the LaTeX-package 
20034 \series bold
20035 caption
20036 \series default
20037  in your document preamble
20038 \begin_inset Foot
20039 status collapsed
20040
20041 \begin_layout Standard
20042 See section\InsetSpace ~
20043
20044 \begin_inset LatexCommand ref
20045 reference "sec:Caption-Formatting"
20046
20047 \end_inset
20048
20049  for more information of the package 
20050 \series bold
20051 caption
20052 \series default
20053 .
20054 \end_layout
20055
20056 \end_inset
20057
20058 :
20059 \end_layout
20060
20061 \begin_layout Standard
20062
20063 \series bold
20064 tableposition=top
20065 \end_layout
20066
20067 \begin_layout Standard
20068 If you are using a 
20069 \series bold
20070 koma-script
20071 \series default
20072
20073 \begin_inset LatexCommand index
20074 name "LaTeX-packages ! koma-script"
20075
20076 \end_inset
20077
20078  document class (
20079 \family sans
20080 article (koma-script)
20081 \family default
20082
20083 \family sans
20084 book (koma-script)
20085 \family default
20086
20087 \family sans
20088 letter (koma-script)
20089 \family default
20090 , or 
20091 \family sans
20092 report (koma-script)
20093 \family default
20094 \InsetSpace \thinspace{}
20095 ), you can alternatively to the 
20096 \series bold
20097 caption
20098 \series default
20099  package set the document class option 
20100 \series bold
20101 tablecaptionabove
20102 \series default
20103 , or you can use the environment 
20104 \family sans
20105 caption\InsetSpace ~
20106 above
20107 \family default
20108  instead of the 
20109 \family sans
20110 caption
20111 \family default
20112  environment.
20113 \end_layout
20114
20115 \begin_layout Standard
20116 \begin_inset VSpace bigskip
20117 \end_inset
20118
20119 It is also possible to set the caption beside a figure or table.
20120  To get this the LaTeX-package 
20121 \series bold
20122 sidecap
20123 \series default
20124
20125 \begin_inset LatexCommand index
20126 name "LaTeX-packages ! sidecap"
20127
20128 \end_inset
20129
20130  has to be loaded in the document preamble with the line
20131 \end_layout
20132
20133 \begin_layout Standard
20134
20135 \series bold
20136
20137 \backslash
20138 usepackage[option]{sidecap}
20139 \end_layout
20140
20141 \begin_layout Standard
20142 If you set no option, the caption is placed on the side of the outer page
20143  margin -- to the right on odd pages, to the left on even pages.
20144  You can change the placement to inner margin with the option 
20145 \series bold
20146 innercaption
20147 \series default
20148 .
20149  To force the placement always to the right or left, use the option 
20150 \series bold
20151 rightcaption
20152 \series default
20153  or 
20154 \series bold
20155 leftcaption
20156 \series default
20157 , respectively.
20158 \end_layout
20159
20160 \begin_layout Standard
20161 To place in LyX the caption of a float on the side, it is necessary to add
20162  these commands to the document preamble:
20163 \end_layout
20164
20165 \begin_layout Standard
20166
20167 \lyxline
20168
20169 \end_layout
20170
20171 \begin_layout Standard
20172
20173 \series bold
20174
20175 \backslash
20176 newcommand{
20177 \backslash
20178 TabBesBeg}{%
20179 \newline
20180
20181 \begin_inset ERT
20182 status collapsed
20183
20184 \begin_layout Standard
20185
20186
20187 \backslash
20188 hphantom{ }
20189 \end_layout
20190
20191 \end_inset
20192
20193
20194 \backslash
20195 let
20196 \backslash
20197 MyTable
20198 \backslash
20199 table
20200 \newline
20201
20202 \begin_inset ERT
20203 status collapsed
20204
20205 \begin_layout Standard
20206
20207
20208 \backslash
20209 hphantom{ }
20210 \end_layout
20211
20212 \end_inset
20213
20214
20215 \backslash
20216 let
20217 \backslash
20218 MyEndtable
20219 \backslash
20220 endtable
20221 \newline
20222
20223 \begin_inset ERT
20224 status collapsed
20225
20226 \begin_layout Standard
20227
20228
20229 \backslash
20230 hphantom{ }
20231 \end_layout
20232
20233 \end_inset
20234
20235
20236 \backslash
20237 renewenvironment{table}{
20238 \backslash
20239 begin{SCtable}}{
20240 \backslash
20241 end{SCtable}}}
20242 \end_layout
20243
20244 \begin_layout Standard
20245
20246 \series bold
20247
20248 \backslash
20249 newcommand{
20250 \backslash
20251 TabBesEnd}{%
20252 \newline
20253
20254 \begin_inset ERT
20255 status collapsed
20256
20257 \begin_layout Standard
20258
20259
20260 \backslash
20261 hphantom{ }
20262 \end_layout
20263
20264 \end_inset
20265
20266
20267 \backslash
20268 let
20269 \backslash
20270 table
20271 \backslash
20272 MyTable
20273 \newline
20274
20275 \begin_inset ERT
20276 status collapsed
20277
20278 \begin_layout Standard
20279
20280
20281 \backslash
20282 hphantom{ }
20283 \end_layout
20284
20285 \end_inset
20286
20287
20288 \backslash
20289 let
20290 \backslash
20291 endtable
20292 \backslash
20293 MyEndtable
20294 \end_layout
20295
20296 \begin_layout Standard
20297
20298 \series bold
20299
20300 \backslash
20301 newcommand{
20302 \backslash
20303 FigBesBeg}{%
20304 \newline
20305
20306 \begin_inset ERT
20307 status collapsed
20308
20309 \begin_layout Standard
20310
20311
20312 \backslash
20313 hphantom{ }
20314 \end_layout
20315
20316 \end_inset
20317
20318
20319 \backslash
20320 let
20321 \backslash
20322 MyFigure
20323 \backslash
20324 f\SpecialChar \textcompwordmark{}
20325 igure
20326 \newline
20327
20328 \begin_inset ERT
20329 status collapsed
20330
20331 \begin_layout Standard
20332
20333
20334 \backslash
20335 hphantom{ }
20336 \end_layout
20337
20338 \end_inset
20339
20340
20341 \backslash
20342 let
20343 \backslash
20344 MyEndf\SpecialChar \textcompwordmark{}
20345 igure
20346 \backslash
20347 endf\SpecialChar \textcompwordmark{}
20348 igure
20349 \newline
20350
20351 \begin_inset ERT
20352 status collapsed
20353
20354 \begin_layout Standard
20355
20356
20357 \backslash
20358 hphantom{ }
20359 \end_layout
20360
20361 \end_inset
20362
20363
20364 \backslash
20365 renewenvironment{f\SpecialChar \textcompwordmark{}
20366 igure}{
20367 \backslash
20368 begin{SCf\SpecialChar \textcompwordmark{}
20369 igure}}{
20370 \backslash
20371 end{SCf\SpecialChar \textcompwordmark{}
20372 igure}}}
20373 \end_layout
20374
20375 \begin_layout Standard
20376
20377 \series bold
20378
20379 \backslash
20380 newcommand{
20381 \backslash
20382 FigBesEnd}{%
20383 \newline
20384
20385 \begin_inset ERT
20386 status collapsed
20387
20388 \begin_layout Standard
20389
20390
20391 \backslash
20392 hphantom{ }
20393 \end_layout
20394
20395 \end_inset
20396
20397
20398 \backslash
20399 let
20400 \backslash
20401 f\SpecialChar \textcompwordmark{}
20402 igure
20403 \backslash
20404 MyFigure
20405 \newline
20406
20407 \begin_inset ERT
20408 status collapsed
20409
20410 \begin_layout Standard
20411
20412
20413 \backslash
20414 hphantom{ }
20415 \end_layout
20416
20417 \end_inset
20418
20419
20420 \backslash
20421 let
20422 \backslash
20423 endf\SpecialChar \textcompwordmark{}
20424 igure
20425 \backslash
20426 MyEndf\SpecialChar \textcompwordmark{}
20427 igure}
20428 \end_layout
20429
20430 \begin_layout Standard
20431
20432 \lyxline
20433
20434 \end_layout
20435
20436 \begin_layout Standard
20437 The commands allow you to redefine the floats so that the caption is set
20438  on the side.
20439  For figure floats use the command
20440 \end_layout
20441
20442 \begin_layout Standard
20443
20444 \series bold
20445
20446 \backslash
20447 FigBesBeg
20448 \end_layout
20449
20450 \begin_layout Standard
20451 in ERT before the float.
20452  Behind the float insert the command
20453 \end_layout
20454
20455 \begin_layout Standard
20456
20457 \series bold
20458
20459 \backslash
20460 FigBesEnd
20461 \end_layout
20462
20463 \begin_layout Standard
20464 in ERT to get back to the original float definition.
20465 \end_layout
20466
20467 \begin_layout Standard
20468 For table floats use the corresponding commands
20469 \end_layout
20470
20471 \begin_layout Standard
20472
20473 \series bold
20474
20475 \backslash
20476 TabBesBeg
20477 \series default
20478  and 
20479 \series bold
20480
20481 \backslash
20482 TabBesEnd
20483 \end_layout
20484
20485 \begin_layout Standard
20486 Figure\InsetSpace ~
20487
20488 \begin_inset LatexCommand ref
20489 reference "fig:cap-beside-fig"
20490
20491 \end_inset
20492
20493  and Table\InsetSpace ~
20494
20495 \begin_inset LatexCommand ref
20496 reference "tab:cap-beside-tab"
20497
20498 \end_inset
20499
20500  are examples where the caption is set beside.
20501 \end_layout
20502
20503 \begin_layout Standard
20504 You can see in the examples that the caption text appears at the top of
20505  the floats for table floats and at the bottom for figure floats.
20506  To change this, you can use the command
20507 \end_layout
20508
20509 \begin_layout Standard
20510
20511 \series bold
20512
20513 \backslash
20514 sidecaptionvpos{float type}{placement}
20515 \end_layout
20516
20517 \begin_layout Standard
20518 in the document preamble or in ERT before the float.
20519  The float type is either 
20520 \family sans
20521 figure
20522 \family default
20523  or 
20524 \family sans
20525 table
20526 \family default
20527 , the placement can be 
20528 \begin_inset Quotes eld
20529 \end_inset
20530
20531
20532 \family sans
20533 t
20534 \family default
20535
20536 \begin_inset Quotes erd
20537 \end_inset
20538
20539  for top, 
20540 \begin_inset Quotes eld
20541 \end_inset
20542
20543
20544 \family sans
20545 c
20546 \family default
20547
20548 \begin_inset Quotes erd
20549 \end_inset
20550
20551  for center, or 
20552 \begin_inset Quotes eld
20553 \end_inset
20554
20555
20556 \family sans
20557 b
20558 \family default
20559
20560 \begin_inset Quotes erd
20561 \end_inset
20562
20563  for bottom.
20564  To have for example the caption of figure floats vertically centered, use
20565  the command
20566 \end_layout
20567
20568 \begin_layout Standard
20569
20570 \series bold
20571
20572 \backslash
20573 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20574 igure}{c}
20575 \end_layout
20576
20577 \begin_layout Standard
20578 This was used for Figure\InsetSpace ~
20579
20580 \begin_inset LatexCommand ref
20581 reference "fig:cap-beside-fig-2"
20582
20583 \end_inset
20584
20585 .
20586 \end_layout
20587
20588 \begin_layout Standard
20589 \begin_inset VSpace medskip
20590 \end_inset
20591
20592 For more information about the package 
20593 \series bold
20594 sidecap
20595 \series default
20596  we refer to its documentation 
20597 \begin_inset LatexCommand cite
20598 key "sidecap"
20599
20600 \end_inset
20601
20602 .
20603 \end_layout
20604
20605 \begin_layout Standard
20606 \begin_inset Note Greyedout
20607 status open
20608
20609 \begin_layout Standard
20610
20611 \series bold
20612 Note:
20613 \series default
20614  The LaTeX-package 
20615 \series bold
20616 hypcap
20617 \series default
20618
20619 \begin_inset LatexCommand index
20620 name "LaTeX-packages ! hypcap"
20621
20622 \end_inset
20623
20624 , described in section\InsetSpace ~
20625
20626 \begin_inset LatexCommand ref
20627 reference "sub:Reference-Position"
20628
20629 \end_inset
20630
20631 , has no effect on floats with the caption set beside.
20632 \end_layout
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Standard
20640 \begin_inset ERT
20641 status collapsed
20642
20643 \begin_layout Standard
20644
20645
20646 \backslash
20647 FigBesBeg 
20648 \end_layout
20649
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \begin_layout Standard
20656 \begin_inset Float figure
20657 wide false
20658 sideways false
20659 status open
20660
20661 \begin_layout Standard
20662 \begin_inset Graphics
20663         filename clipart/escher-lsd.eps
20664         scale 75
20665         scaleBeforeRotation
20666
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \begin_layout Standard
20673 \begin_inset Caption
20674
20675 \begin_layout Standard
20676 \begin_inset LatexCommand label
20677 name "fig:cap-beside-fig"
20678
20679 \end_inset
20680
20681 This is a caption beside a figure.
20682 \end_layout
20683
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \begin_layout Standard
20695 \begin_inset ERT
20696 status collapsed
20697
20698 \begin_layout Standard
20699
20700
20701 \backslash
20702 TabBesBeg 
20703 \end_layout
20704
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \begin_layout Standard
20711 \begin_inset Float table
20712 wide false
20713 sideways false
20714 status open
20715
20716 \begin_layout Standard
20717 \begin_inset Caption
20718
20719 \begin_layout Standard
20720 \begin_inset LatexCommand label
20721 name "tab:cap-beside-tab"
20722
20723 \end_inset
20724
20725 This is a caption beside a table.
20726 \end_layout
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Standard
20734 \begin_inset Tabular
20735 <lyxtabular version="3" rows="4" columns="5">
20736 <features>
20737 <column alignment="center" valignment="top" leftline="true" width="0">
20738 <column alignment="center" valignment="top" leftline="true" width="0">
20739 <column alignment="center" valignment="top" leftline="true" width="0">
20740 <column alignment="center" valignment="top" leftline="true" width="0">
20741 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20742 <row topline="true">
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Standard
20747 a
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Standard
20756
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Standard
20765 b
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Standard
20774
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Standard
20783 c
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row topline="true">
20790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Standard
20794
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Standard
20803 d
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Standard
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Standard
20821 e
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Standard
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row topline="true">
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Standard
20841 f
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Standard
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Standard
20859 g
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Standard
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Standard
20877 h
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row topline="true" bottomline="true">
20884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Standard
20888
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Standard
20897 i
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Standard
20906
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Standard
20915 j
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Standard
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 </lyxtabular>
20931
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \begin_layout Standard
20943 \begin_inset ERT
20944 status collapsed
20945
20946 \begin_layout Standard
20947
20948
20949 \backslash
20950 TabBesEnd
20951 \end_layout
20952
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \begin_layout Standard
20959 \begin_inset ERT
20960 status collapsed
20961
20962 \begin_layout Standard
20963
20964
20965 \backslash
20966 sidecaptionvpos{figure}{c}
20967 \end_layout
20968
20969 \end_inset
20970
20971
20972 \begin_inset Float figure
20973 wide false
20974 sideways false
20975 status open
20976
20977 \begin_layout Standard
20978 \begin_inset Graphics
20979         filename clipart/escher-lsd.eps
20980         scale 75
20981         scaleBeforeRotation
20982
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \begin_layout Standard
20989 \begin_inset Caption
20990
20991 \begin_layout Standard
20992 \begin_inset LatexCommand label
20993 name "fig:cap-beside-fig-2"
20994
20995 \end_inset
20996
20997 This is a vertically centered caption beside a figure.
20998 \end_layout
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \begin_layout Standard
21011 \begin_inset ERT
21012 status collapsed
21013
21014 \begin_layout Standard
21015
21016
21017 \backslash
21018 FigBesEnd
21019 \end_layout
21020
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \begin_layout Section
21027 Listings of Floats
21028 \begin_inset LatexCommand label
21029 name "sec:Listings-of-Floats"
21030
21031 \end_inset
21032
21033
21034 \begin_inset LatexCommand index
21035 name "Floats ! Float Lists"
21036
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \begin_layout Standard
21043 Similar to the the table of contents where the sections of the document
21044  are listed, there are listings for all float types, like the figures of
21045  the documents.
21046  You can insert them via the 
21047 \family sans
21048 Insert\SpecialChar \menuseparator
21049 List\InsetSpace ~
21050 /\InsetSpace ~
21051 TOC
21052 \family default
21053  sub menus.
21054 \end_layout
21055
21056 \begin_layout Standard
21057 The list entries are the float captions or its short title, the float number,
21058  and the page number where they appear in the document.
21059 \end_layout
21060
21061 \begin_layout Standard
21062 You can find the list of figures and tables at the end of this document.
21063 \end_layout
21064
21065 \begin_layout Chapter
21066 Notes
21067 \end_layout
21068
21069 \begin_layout Section
21070 \begin_inset ERT
21071 status collapsed
21072
21073 \begin_layout Standard
21074
21075
21076 \backslash
21077 texorpdfstring{
21078 \end_layout
21079
21080 \end_inset
21081
21082 LyX
21083 \begin_inset ERT
21084 status collapsed
21085
21086 \begin_layout Standard
21087
21088 }{LyX}
21089 \end_layout
21090
21091 \end_inset
21092
21093  Notes
21094 \begin_inset LatexCommand label
21095 name "sec:LyX-Notes"
21096
21097 \end_inset
21098
21099
21100 \begin_inset LatexCommand index
21101 name "Notes ! LyX Notes"
21102
21103 \end_inset
21104
21105
21106 \begin_inset Note Note
21107 status collapsed
21108
21109 \begin_layout Standard
21110 The command 
21111 \backslash
21112 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
21113  are displayed wrongly in PDF-bookmarks.
21114  For more information about this, have a look at 
21115 \begin_inset LatexCommand cite
21116 key "hyperref"
21117
21118 \end_inset
21119
21120 .
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Standard
21129 Notes are inserted with the toolbar button 
21130 \begin_inset Graphics
21131         filename ../images/note-insert.xpm
21132         scale 85
21133         scaleBeforeRotation
21134
21135 \end_inset
21136
21137  or the menu 
21138 \family sans
21139 Insert\SpecialChar \menuseparator
21140 Note
21141 \family default
21142 .
21143  There are five types of notes:
21144 \end_layout
21145
21146 \begin_layout Description
21147 LyX\InsetSpace ~
21148 Note This note type is for internal notes that won't appear in the output.
21149  Its note-box looks like this:
21150 \newline
21151
21152 \newline
21153
21154 \begin_inset Graphics
21155         filename clipart/LyXNoteImageQt4.png
21156         display none
21157         scale 85
21158         scaleBeforeRotation
21159
21160 \end_inset
21161
21162  
21163 \begin_inset Note Note
21164 status open
21165
21166 \begin_layout Standard
21167 This is text in a note box that doesn't appear in the output.
21168 \end_layout
21169
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \begin_layout Description
21176 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
21177 ent, when you export the document to LaTeX via the menu 
21178 \family sans
21179 File\SpecialChar \menuseparator
21180 Export\SpecialChar \menuseparator
21181 LaTeX (pdflatex) / LaTeX (plain)
21182 \family default
21183 .
21184  Its note-box looks like this:
21185 \newline
21186
21187 \newline
21188
21189 \begin_inset Graphics
21190         filename clipart/CommentNoteImageQt4.png
21191         display none
21192         scale 85
21193         scaleBeforeRotation
21194
21195 \end_inset
21196
21197  
21198 \begin_inset Note Comment
21199 status open
21200
21201 \begin_layout Standard
21202 This is text in a note box that only appears as comment in LaTeX-files.
21203 \end_layout
21204
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \begin_layout Description
21211 Greyed\InsetSpace ~
21212 Out This note will appear in the output as grey text.
21213  Its note-box looks like this:
21214 \newline
21215
21216 \newline
21217
21218 \begin_inset Graphics
21219         filename clipart/GreyedOutNoteImageQt4.png
21220         display none
21221         scale 85
21222         scaleBeforeRotation
21223
21224 \end_inset
21225
21226
21227 \newline
21228
21229 \begin_inset ERT
21230 status collapsed
21231
21232 \begin_layout Standard
21233
21234
21235 \backslash
21236 renewenvironment{lyxgreyedout}
21237 \end_layout
21238
21239 \begin_layout Standard
21240
21241 {
21242 \backslash
21243 textcolor[gray]{0.8}
21244 \backslash
21245 bgroup}{
21246 \backslash
21247 egroup}
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \begin_inset Note Greyedout
21254 status open
21255
21256 \begin_layout Standard
21257 This is text
21258 \begin_inset Foot
21259 status open
21260
21261 \begin_layout Standard
21262 This is an example footnote within a greyed out note.
21263 \end_layout
21264
21265 \end_inset
21266
21267  of a comment that appears in the output as grey text.
21268 \end_layout
21269
21270 \end_inset
21271
21272
21273 \begin_inset ERT
21274 status collapsed
21275
21276 \begin_layout Standard
21277
21278
21279 \backslash
21280 renewenvironment{lyxgreyedout}
21281 \end_layout
21282
21283 \begin_layout Standard
21284
21285 {
21286 \backslash
21287 textcolor{blue}
21288 \backslash
21289 bgroup}{
21290 \backslash
21291 egroup}
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \begin_inset Note Note
21298 status collapsed
21299
21300 \begin_layout Standard
21301 The greyed out note is here redefined to show it with the original LyX definitio
21302 n because greyed out notes are redefined in the preamble of this document,
21303  as described below, to have blue text.
21304 \end_layout
21305
21306 \end_inset
21307
21308
21309 \newline
21310
21311 \newline
21312 As you can see in the example, the first line of greyed out notes is a bit
21313  indented and greyed out notes can have footnotes.
21314 \end_layout
21315
21316 \begin_layout Description
21317 Framed This note will appear in the output as framed text.
21318  Its note-box looks like this:
21319 \newline
21320
21321 \newline
21322
21323 \begin_inset Graphics
21324         filename clipart/FramedNoteImageQt4.png
21325         display none
21326         scale 85
21327         scaleBeforeRotation
21328
21329 \end_inset
21330
21331  
21332 \begin_inset Note Framed
21333 status open
21334
21335 \begin_layout Standard
21336 This is text in a note box that appears framed in the output.
21337 \end_layout
21338
21339 \end_inset
21340
21341  In contrary to framed boxes
21342 \begin_inset Foot
21343 status collapsed
21344
21345 \begin_layout Standard
21346 Framed boxes are described in section\InsetSpace ~
21347
21348 \begin_inset LatexCommand ref
21349 reference "sec:Framed-Boxes"
21350
21351 \end_inset
21352
21353 .
21354 \end_layout
21355
21356 \end_inset
21357
21358  the frame uses always the whole text width and the note is set into its
21359  own paragraph.
21360 \end_layout
21361
21362 \begin_layout Description
21363 Shaded This note will appear in the output with red background color.
21364  Its note box looks like this:
21365 \newline
21366
21367 \newline
21368
21369 \begin_inset Graphics
21370         filename clipart/ShadedNoteImageQt4.png
21371         display none
21372         scale 85
21373         scaleBeforeRotation
21374
21375 \end_inset
21376
21377
21378 \begin_inset Note Shaded
21379 status open
21380
21381 \begin_layout Standard
21382 This text in a note box appears in the output with red background.
21383 \end_layout
21384
21385 \end_inset
21386
21387 In contrary to colored boxes
21388 \begin_inset Foot
21389 status collapsed
21390
21391 \begin_layout Standard
21392 Colored boxes are described in section\InsetSpace ~
21393
21394 \begin_inset LatexCommand ref
21395 reference "sec:Colored-Boxes"
21396
21397 \end_inset
21398
21399 .
21400 \end_layout
21401
21402 \end_inset
21403
21404  the note uses always the whole text width and the note is set into its
21405  own paragraph.
21406 \end_layout
21407
21408 \begin_layout Standard
21409 \begin_inset VSpace bigskip
21410 \end_inset
21411
21412 When you use the toolbar button 
21413 \begin_inset Graphics
21414         filename ../images/note-insert.xpm
21415         scale 85
21416         scaleBeforeRotation
21417
21418 \end_inset
21419
21420  to insert notes, a 
21421 \family sans
21422 LyX\InsetSpace ~
21423 Note
21424 \family default
21425  is inserted.
21426  You can switch between the five note types by right-clicking on the note-box.
21427  
21428 \family roman
21429 \series medium
21430 \bar no
21431 If you want to turn existing text into a note, mark it and click on the
21432  note
21433 \family default
21434 \series default
21435 \bar default
21436  toolbar 
21437 \family roman
21438 \series medium
21439 \bar no
21440 button
21441 \family default
21442 \series default
21443 \bar default
21444 .
21445 \end_layout
21446
21447 \begin_layout Standard
21448 \begin_inset VSpace bigskip
21449 \end_inset
21450
21451 You can change the text color of the greyed out notes in the preamble with
21452  the following command:
21453 \end_layout
21454
21455 \begin_layout Standard
21456
21457 \series bold
21458
21459 \backslash
21460 renewenvironment{lyxgreyedout}
21461 \newline
21462
21463 \begin_inset ERT
21464 status collapsed
21465
21466 \begin_layout Standard
21467
21468
21469 \backslash
21470 hphantom{ }
21471 \end_layout
21472
21473 \end_inset
21474
21475 {
21476 \backslash
21477 textcolor{color}
21478 \backslash
21479 bgroup}{
21480 \backslash
21481 egroup}
21482 \end_layout
21483
21484 \begin_layout Standard
21485 The available colors and the method to define own colors is explained in
21486  section\InsetSpace ~
21487
21488 \begin_inset LatexCommand ref
21489 reference "sec:Colored-Tables"
21490
21491 \end_inset
21492
21493 .
21494 \end_layout
21495
21496 \begin_layout Standard
21497 Notes that appear in blue in this document are set using greyed out notes
21498  with blue text.
21499 \end_layout
21500
21501 \begin_layout Standard
21502 \begin_inset VSpace bigskip
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Standard
21509 The text style of 
21510 \family sans
21511 Framed
21512 \family default
21513  and 
21514 \family sans
21515 Shaded
21516 \family default
21517  notes can be set in the 
21518 \family sans
21519 Text Style
21520 \family default
21521  dialog.
21522 \end_layout
21523
21524 \begin_layout Standard
21525 The default frame width for 
21526 \family sans
21527 Framed
21528 \family default
21529  notes is 0.4\InsetSpace \thinspace{}
21530 pt; it can be changed by changing the size 
21531 \series bold
21532
21533 \backslash
21534 FrameRule
21535 \series default
21536 .
21537  The default space between the note content and the frame is 9\InsetSpace \thinspace{}
21538 pt; it can
21539  be changed by changing the size 
21540 \series bold
21541
21542 \backslash
21543 FrameSep
21544 \series default
21545 .
21546  For example the frame appearance of the following 
21547 \family sans
21548 Framed
21549 \family default
21550  note is set with the ERT commands
21551 \end_layout
21552
21553 \begin_layout Standard
21554
21555 \series bold
21556
21557 \backslash
21558 FrameRule 5pt 
21559 \backslash
21560 FrameSep 0.5cm
21561 \end_layout
21562
21563 \begin_layout Standard
21564 \begin_inset ERT
21565 status collapsed
21566
21567 \begin_layout Standard
21568
21569
21570 \backslash
21571 FrameRule 5pt 
21572 \backslash
21573 FrameSep 0.5cm
21574 \end_layout
21575
21576 \end_inset
21577
21578
21579 \begin_inset Note Framed
21580 status open
21581
21582 \begin_layout Standard
21583 This is text in a 
21584 \family sans
21585 Framed
21586 \family default
21587  note.
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \begin_inset ERT
21594 status collapsed
21595
21596 \begin_layout Standard
21597
21598
21599 \backslash
21600 FrameRule 0.4pt 
21601 \backslash
21602 FrameSep 9pt
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \begin_layout Standard
21611 \begin_inset VSpace bigskip
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \begin_layout Standard
21618 For 
21619 \family sans
21620 Shaded
21621 \family default
21622  notes the default space between the note content and the note border is
21623  3\InsetSpace \thinspace{}
21624 pt; it can be changed by changing the size 
21625 \series bold
21626
21627 \backslash
21628 fboxsep
21629 \series default
21630 .
21631 \newline
21632 The default background color red can be changed with the command 
21633 \series bold
21634
21635 \backslash
21636 def\SpecialChar \textcompwordmark{}
21637 inecolor{shadebox}
21638 \series default
21639 .
21640  The scheme of the 
21641 \series bold
21642
21643 \backslash
21644 def\SpecialChar \textcompwordmark{}
21645 inecolor
21646 \series default
21647  command is explained in section\InsetSpace ~
21648
21649 \begin_inset LatexCommand ref
21650 reference "sec:Colored-Tables"
21651
21652 \end_inset
21653
21654
21655 \begin_inset Foot
21656 status collapsed
21657
21658 \begin_layout Standard
21659 Note that 
21660 \series bold
21661
21662 \backslash
21663 def
21664 \series default
21665 \SpecialChar \textcompwordmark{}
21666
21667 \series bold
21668 inecolor
21669 \series default
21670  requires the LaTeX-package 
21671 \series bold
21672 color
21673 \series default
21674  in the preamble, see section\InsetSpace ~
21675
21676 \begin_inset LatexCommand ref
21677 reference "sec:Colored-Boxes"
21678
21679 \end_inset
21680
21681 .
21682 \end_layout
21683
21684 \end_inset
21685
21686 .
21687 \end_layout
21688
21689 \begin_layout Standard
21690 For example the appearance of the following 
21691 \family sans
21692 Shaded
21693 \family default
21694  note is set with the ERT commands
21695 \end_layout
21696
21697 \begin_layout Standard
21698
21699 \series bold
21700
21701 \backslash
21702 fboxsep 0.5cm
21703 \series default
21704
21705 \newline
21706
21707 \series bold
21708
21709 \backslash
21710 def\SpecialChar \textcompwordmark{}
21711 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21712 \end_layout
21713
21714 \begin_layout Standard
21715 \begin_inset ERT
21716 status collapsed
21717
21718 \begin_layout Standard
21719
21720
21721 \backslash
21722 fboxsep 0.5cm
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \begin_inset ERT
21729 status collapsed
21730
21731 \begin_layout Standard
21732
21733
21734 \backslash
21735 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21736 \end_layout
21737
21738 \end_inset
21739
21740
21741 \begin_inset Note Shaded
21742 status open
21743
21744 \begin_layout Standard
21745
21746 \color yellow
21747 This is yellow text in a
21748 \color none
21749  
21750 \family sans
21751 \color yellow
21752 Shaded
21753 \family default
21754 \color none
21755  
21756 \color yellow
21757 note with darkgreen background.
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \begin_inset ERT
21764 status collapsed
21765
21766 \begin_layout Standard
21767
21768
21769 \backslash
21770 fboxsep 3pt
21771 \end_layout
21772
21773 \end_inset
21774
21775
21776 \begin_inset ERT
21777 status collapsed
21778
21779 \begin_layout Standard
21780
21781
21782 \backslash
21783 definecolor{shadecolor}{rgb}{1,0,0}
21784 \end_layout
21785
21786 \end_inset
21787
21788
21789 \end_layout
21790
21791 \begin_layout Section
21792 Footnotes
21793 \begin_inset LatexCommand label
21794 name "sec:Footnotes"
21795
21796 \end_inset
21797
21798
21799 \begin_inset LatexCommand index
21800 name "Notes ! Footnotes"
21801
21802 \end_inset
21803
21804
21805 \begin_inset LatexCommand index
21806 name "Footnotes"
21807
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \begin_layout Standard
21814 Footnotes can be inserted using the toolbar button 
21815 \begin_inset Graphics
21816         filename ../images/footnote-insert.xpm
21817         scale 85
21818         scaleBeforeRotation
21819
21820 \end_inset
21821
21822  or the menu 
21823 \family sans
21824 Insert\SpecialChar \menuseparator
21825 Footnote
21826 \family default
21827 .
21828  
21829 \family roman
21830 \series medium
21831 \bar no
21832 You'll see
21833 \family default
21834 \series default
21835 \bar default
21836  then the following footnote-box: 
21837 \begin_inset Graphics
21838         filename clipart/footnoteQt4.png
21839         scale 80
21840         scaleBeforeRotation
21841
21842 \end_inset
21843
21844  
21845 \family roman
21846 \series medium
21847 \bar no
21848 where you can enter the footnote text.
21849  If you want to turn existing text into a footnote, mark it and click on
21850  the footnote
21851 \family default
21852 \series default
21853 \bar default
21854  toolbar 
21855 \family roman
21856 \series medium
21857 \bar no
21858 button
21859 \family default
21860 \series default
21861 \bar default
21862 .
21863 \end_layout
21864
21865 \begin_layout Standard
21866 Here is an example footnote:
21867 \family roman
21868 \series medium
21869 \bar no
21870
21871 \begin_inset Foot
21872 status open
21873
21874 \begin_layout Standard
21875 \begin_inset LatexCommand label
21876 name "foot:This-is-an"
21877
21878 \end_inset
21879
21880 This is an example footnote.
21881 \end_layout
21882
21883 \end_inset
21884
21885
21886 \family default
21887 \series default
21888 \bar default
21889
21890 \begin_inset ERT
21891 status collapsed
21892
21893 \begin_layout Standard
21894
21895
21896 \backslash
21897 newcounter{MyRepeatFoot}
21898 \end_layout
21899
21900 \begin_layout Standard
21901
21902
21903 \backslash
21904 setcounter{MyRepeatFoot}{
21905 \backslash
21906 thefootnote}
21907 \end_layout
21908
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \begin_layout Standard
21915 The footnote will appear in the output as a superscript number at the text
21916  position where the footnote box is placed.
21917  The footnote text is placed at the bottom of the current page.
21918  The footnote number is calculated by LaTeX, the numbers are consecutive.
21919  It depends on your document-class, if the footnote number is reset for
21920  every chapter.
21921 \end_layout
21922
21923 \begin_layout Standard
21924 Footnotes can be referenced like floats: Insert a label into the footnote
21925  and cross-reference this label in the text as described in section\InsetSpace ~
21926
21927 \begin_inset LatexCommand ref
21928 reference "sec:Referencing-Floats"
21929
21930 \end_inset
21931
21932 .
21933 \newline
21934 This is a cross-reference of Footnote\InsetSpace ~
21935
21936 \begin_inset LatexCommand ref
21937 reference "foot:This-is-an"
21938
21939 \end_inset
21940
21941 .
21942 \end_layout
21943
21944 \begin_layout Standard
21945 \begin_inset VSpace defskip
21946 \end_inset
21947
21948 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
21949
21950 \begin_inset LatexCommand ref
21951 reference "sec:Minipages"
21952
21953 \end_inset
21954
21955 .
21956  Footnotes within longtables are described in section\InsetSpace ~
21957
21958 \begin_inset LatexCommand ref
21959 reference "sub:Footnotes-in-Longtables"
21960
21961 \end_inset
21962
21963 .
21964 \end_layout
21965
21966 \begin_layout Standard
21967 \begin_inset VSpace defskip
21968 \end_inset
21969
21970 To create only a mark for a footnote, use the command 
21971 \series bold
21972
21973 \backslash
21974 footnotemark[number]
21975 \series default
21976  in ERT.
21977  This is used when you have the same annotation several times in a text
21978  but doesn't want to print the footnote text every time.
21979 \newline
21980 As you don't know
21981  the number of the repeating footnote while you are writing the text, you
21982  have to store its number.
21983  For the following footnote mark example, these commands were inserted in
21984  ERT behind Footnote\InsetSpace ~
21985
21986 \begin_inset LatexCommand ref
21987 reference "foot:This-is-an"
21988
21989 \end_inset
21990
21991  to store the footnote number:
21992 \end_layout
21993
21994 \begin_layout Standard
21995
21996 \series bold
21997
21998 \backslash
21999 newcounter{MyRepeatFoot}
22000 \newline
22001
22002 \backslash
22003 setcounter{MyRepeatFoot}{
22004 \backslash
22005 thefootnote}
22006 \end_layout
22007
22008 \begin_layout Standard
22009 The footnote mark was then created with this command:
22010 \end_layout
22011
22012 \begin_layout Standard
22013
22014 \series bold
22015
22016 \backslash
22017 footnotemark[
22018 \backslash
22019 theMyRepeatFoot]
22020 \end_layout
22021
22022 \begin_layout Standard
22023 Here is an example footnote mark:
22024 \family roman
22025 \series medium
22026 \bar no
22027
22028 \begin_inset ERT
22029 status collapsed
22030
22031 \begin_layout Standard
22032
22033
22034 \backslash
22035 footnotemark[
22036 \backslash
22037 theMyRepeatFoot]
22038 \end_layout
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Subsection
22046 Footnote Numbering
22047 \begin_inset LatexCommand label
22048 name "sub:Footnote-Numbering"
22049
22050 \end_inset
22051
22052
22053 \begin_inset LatexCommand index
22054 name "Footnotes ! Numbering"
22055
22056 \end_inset
22057
22058
22059 \end_layout
22060
22061 \begin_layout Standard
22062 To reset the footnote number back to 1 after each section
22063 \family roman
22064 , add this command to your document preamble:
22065 \end_layout
22066
22067 \begin_layout Standard
22068
22069 \series bold
22070
22071 \backslash
22072 @addtoreset{footnote}{section}
22073 \end_layout
22074
22075 \begin_layout Standard
22076 \begin_inset VSpace bigskip
22077 \end_inset
22078
22079 The following preamble command changes the footnote numbering style to small
22080  roman numerals:
22081 \end_layout
22082
22083 \begin_layout Standard
22084
22085 \series bold
22086
22087 \backslash
22088 renewcommand{
22089 \backslash
22090 thefootnote}{
22091 \backslash
22092 roman{footnote}}
22093 \end_layout
22094
22095 \begin_layout Standard
22096 \begin_inset ERT
22097 status collapsed
22098
22099 \begin_layout Standard
22100
22101
22102 \backslash
22103 renewcommand{
22104 \backslash
22105 thefootnote}{
22106 \backslash
22107 roman{footnote}}
22108 \end_layout
22109
22110 \end_inset
22111
22112  This is a footnote with roman numbering:
22113 \begin_inset Foot
22114 status open
22115
22116 \begin_layout Standard
22117 This is an example footnote with roman numbering.
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \begin_layout Standard
22126 To change the numbering style to capital roman numerals replace in the command
22127  above 
22128 \series bold
22129
22130 \backslash
22131 roman
22132 \series default
22133  by 
22134 \series bold
22135
22136 \backslash
22137 Roman
22138 \series default
22139 .
22140  To 
22141 \begin_inset Quotes eld
22142 \end_inset
22143
22144 number
22145 \begin_inset Quotes erd
22146 \end_inset
22147
22148  footnotes with capital or small Latin letters use 
22149 \series bold
22150
22151 \backslash
22152 Alph
22153 \series default
22154  or 
22155 \series bold
22156
22157 \backslash
22158 alph
22159 \series default
22160 , respectively.
22161  To 
22162 \begin_inset Quotes eld
22163 \end_inset
22164
22165 number
22166 \begin_inset Quotes erd
22167 \end_inset
22168
22169  footnotes with symbols use 
22170 \series bold
22171
22172 \backslash
22173 fnsymbol
22174 \series default
22175 .
22176 \end_layout
22177
22178 \begin_layout Standard
22179 \begin_inset Note Greyedout
22180 status open
22181
22182 \begin_layout Standard
22183
22184 \series bold
22185 Note:
22186 \series default
22187  You can only number 26 footnotes with Latin letters, because this numbering
22188  is limited to single letters.
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \newline
22195
22196 \begin_inset Note Greyedout
22197 status open
22198
22199 \begin_layout Standard
22200
22201 \series bold
22202 Note:
22203 \series default
22204  You can only number 9 footnotes with symbols.
22205 \end_layout
22206
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \begin_layout Standard
22213 To return to the default numbering style when you changed to another one,
22214  use 
22215 \series bold
22216
22217 \backslash
22218 arabic
22219 \series default
22220  instead of 
22221 \series bold
22222
22223 \backslash
22224 roman
22225 \series default
22226  in the command above.
22227 \begin_inset ERT
22228 status collapsed
22229
22230 \begin_layout Standard
22231
22232
22233 \backslash
22234 renewcommand{
22235 \backslash
22236 thefootnote}{
22237 \backslash
22238 arabic{footnote}}
22239 \end_layout
22240
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \begin_layout Standard
22247 \begin_inset VSpace bigskip
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Standard
22254 If you want to have footnotes numbered in the scheme 
22255 \begin_inset Quotes eld
22256 \end_inset
22257
22258 chapter.footnote
22259 \begin_inset Quotes erd
22260 \end_inset
22261
22262 , add the following command to your document preamble:
22263 \end_layout
22264
22265 \begin_layout Standard
22266
22267 \series bold
22268
22269 \backslash
22270 numberwithin{footnote}{chapter}
22271 \end_layout
22272
22273 \begin_layout Standard
22274 To be able to use the command 
22275 \series bold
22276
22277 \backslash
22278 numberwithin
22279 \series default
22280 , set in the tab 
22281 \family sans
22282 Math\InsetSpace ~
22283 Options
22284 \family default
22285  in the document settings the option 
22286 \family sans
22287 Use\InsetSpace ~
22288 AMS\InsetSpace ~
22289 math\InsetSpace ~
22290 package
22291 \family default
22292 .
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \begin_inset ERT
22297 status collapsed
22298
22299 \begin_layout Standard
22300
22301
22302 \backslash
22303 numberwithin{footnote}{chapter}
22304 \end_layout
22305
22306 \end_inset
22307
22308 This is another example footnote:
22309 \series bold
22310
22311 \begin_inset Foot
22312 status open
22313
22314 \begin_layout Standard
22315 This is a footnote numbered in the scheme 
22316 \begin_inset Quotes eld
22317 \end_inset
22318
22319 chapter.footnote
22320 \begin_inset Quotes erd
22321 \end_inset
22322
22323 .
22324 \end_layout
22325
22326 \end_inset
22327
22328
22329 \series default
22330
22331 \begin_inset ERT
22332 status collapsed
22333
22334 \begin_layout Standard
22335
22336
22337 \backslash
22338 renewcommand{
22339 \backslash
22340 thefootnote}{
22341 \backslash
22342 arabic{footnote}}
22343 \end_layout
22344
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \begin_layout Standard
22351 \begin_inset Note Greyedout
22352 status open
22353
22354 \begin_layout Standard
22355
22356 \series bold
22357 Note:
22358 \series default
22359  
22360 \series bold
22361
22362 \backslash
22363 numberwithin
22364 \series default
22365  always prints out the footnote number as arabic number; previous redefinitions
22366  to get non-arabic numbers are overwritten.
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \begin_layout Standard
22375 So to get for example the scheme 
22376 \begin_inset Quotes eld
22377 \end_inset
22378
22379 chapter.
22380 \backslash
22381 Roman{footnote}
22382 \begin_inset Quotes erd
22383 \end_inset
22384
22385 , use this command instead of 
22386 \series bold
22387
22388 \backslash
22389 numberwithin
22390 \series default
22391 :
22392 \end_layout
22393
22394 \begin_layout Standard
22395
22396 \series bold
22397
22398 \backslash
22399 renewcommand{
22400 \backslash
22401 thefootnote}{
22402 \backslash
22403 thechapter.
22404 \backslash
22405 Roman{footnote}}
22406 \end_layout
22407
22408 \begin_layout Subsection
22409 Footnote Placement
22410 \begin_inset LatexCommand index
22411 name "Footnotes ! Placement"
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Standard
22419 If you have several footnotes in one page, they appear without vertical
22420  space between them at the bottom of the page.
22421  To make them better readable you can e.\InsetSpace \thinspace{}
22422 g.\InsetSpace ~
22423 add 1.5\InsetSpace \thinspace{}
22424 mm space with the following
22425  preamble command:
22426 \end_layout
22427
22428 \begin_layout Standard
22429
22430 \series bold
22431
22432 \backslash
22433 let
22434 \backslash
22435 myFoot
22436 \backslash
22437 footnote
22438 \newline
22439
22440 \backslash
22441 renewcommand{
22442 \backslash
22443 footnote}[1]{
22444 \backslash
22445 myFoot{#1
22446 \backslash
22447 vspace{1.5mm}}}
22448 \end_layout
22449
22450 \begin_layout Standard
22451 \begin_inset VSpace bigskip
22452 \end_inset
22453
22454 In a two-column document the footnotes appear at the bottom of every column,
22455  see Figure\InsetSpace ~
22456
22457 \begin_inset LatexCommand ref
22458 reference "fig:Standard-footnote-placement"
22459
22460 \end_inset
22461
22462 .
22463  If the footnotes should only appear at the bottom of the right column,
22464  as in Figure\InsetSpace ~
22465
22466 \begin_inset LatexCommand ref
22467 reference "fig:Footnote-placement-in"
22468
22469 \end_inset
22470
22471 , use the LaTeX-package 
22472 \series bold
22473 ftnright
22474 \series default
22475
22476 \begin_inset LatexCommand index
22477 name "LaTeX-packages ! ftnright"
22478
22479 \end_inset
22480
22481  with this command in the document preamble:
22482 \end_layout
22483
22484 \begin_layout Standard
22485
22486 \series bold
22487
22488 \backslash
22489 usepackage{ftnright}
22490 \end_layout
22491
22492 \begin_layout Standard
22493 \begin_inset Float figure
22494 placement !h
22495 wide false
22496 sideways false
22497 status open
22498
22499 \begin_layout Standard
22500 \begin_inset ERT
22501 status collapsed
22502
22503 \begin_layout Standard
22504
22505
22506 \backslash
22507 framebox{
22508 \end_layout
22509
22510 \end_inset
22511
22512
22513 \begin_inset Graphics
22514         filename clipart/without_fntright.pdf
22515         width 100col%
22516         scaleBeforeRotation
22517
22518 \end_inset
22519
22520
22521 \begin_inset ERT
22522 status collapsed
22523
22524 \begin_layout Standard
22525
22526 }
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \begin_layout Standard
22535 \begin_inset Caption
22536
22537 \begin_layout Standard
22538 \begin_inset LatexCommand label
22539 name "fig:Standard-footnote-placement"
22540
22541 \end_inset
22542
22543 Standard footnote placement in two-column documents.
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Standard
22557 \begin_inset Float figure
22558 placement !h
22559 wide false
22560 sideways false
22561 status open
22562
22563 \begin_layout Standard
22564 \begin_inset ERT
22565 status collapsed
22566
22567 \begin_layout Standard
22568
22569
22570 \backslash
22571 framebox{
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \begin_inset Graphics
22578         filename clipart/with_fntright.pdf
22579         width 100col%
22580         scaleBeforeRotation
22581
22582 \end_inset
22583
22584
22585 \begin_inset ERT
22586 status collapsed
22587
22588 \begin_layout Standard
22589
22590 }
22591 \end_layout
22592
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \begin_layout Standard
22599 \begin_inset Caption
22600
22601 \begin_layout Standard
22602 \begin_inset LatexCommand label
22603 name "fig:Footnote-placement-in"
22604
22605 \end_inset
22606
22607 Footnote placement in two-column documents when the LaTeX-package 
22608 \series bold
22609 ftnright
22610 \series default
22611  is used.
22612 \end_layout
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \begin_layout Standard
22625 \begin_inset VSpace bigskip
22626 \end_inset
22627
22628 In some scientific literature it is usual to collect the footnotes and print
22629  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
22630
22631 \begin_inset LatexCommand ref
22632 reference "fig:Endnotes----footnotes"
22633
22634 \end_inset
22635
22636 .
22637  They are then so called 
22638 \begin_inset Quotes eld
22639 \end_inset
22640
22641 endnotes
22642 \begin_inset Quotes erd
22643 \end_inset
22644
22645 .
22646  To use endnotes instead of footnotes in your document, load the LaTeX-package
22647  
22648 \series bold
22649 endnotes
22650 \series default
22651
22652 \begin_inset LatexCommand index
22653 name "LaTeX-packages ! endnotes"
22654
22655 \end_inset
22656
22657  with the document preamble lines
22658 \end_layout
22659
22660 \begin_layout Standard
22661
22662 \series bold
22663
22664 \backslash
22665 usepackage{endnotes}
22666 \newline
22667
22668 \backslash
22669 let
22670 \backslash
22671 footnote
22672 \backslash
22673 endnote
22674 \end_layout
22675
22676 \begin_layout Standard
22677 To insert the collected footnotes, insert the command
22678 \end_layout
22679
22680 \begin_layout Standard
22681
22682 \series bold
22683
22684 \backslash
22685 theendnotes
22686 \end_layout
22687
22688 \begin_layout Standard
22689 in ERT at the the end of a section or chapter.
22690 \end_layout
22691
22692 \begin_layout Standard
22693 \begin_inset Float figure
22694 wide false
22695 sideways false
22696 status open
22697
22698 \begin_layout Standard
22699 \align center
22700 \begin_inset ERT
22701 status collapsed
22702
22703 \begin_layout Standard
22704
22705
22706 \backslash
22707 framebox{
22708 \end_layout
22709
22710 \end_inset
22711
22712
22713 \begin_inset Graphics
22714         filename clipart/endnotes.pdf
22715         scaleBeforeRotation
22716
22717 \end_inset
22718
22719
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Standard
22724
22725 }
22726 \end_layout
22727
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \begin_layout Standard
22734 \begin_inset Caption
22735
22736 \begin_layout Standard
22737 \begin_inset LatexCommand label
22738 name "fig:Endnotes----footnotes"
22739
22740 \end_inset
22741
22742 Endnotes -- footnotes are printed in a separate paragraph at the end of
22743  sections or chapters.
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \begin_layout Standard
22757 \begin_inset VSpace medskip
22758 \end_inset
22759
22760 The paragraph heading for the endnotes isn't automatically translated into
22761  the document language, this must be done manually.
22762  The following preamble command translate the default English name 
22763 \begin_inset Quotes eld
22764 \end_inset
22765
22766 Notes
22767 \begin_inset Quotes erd
22768 \end_inset
22769
22770  to the German translation 
22771 \begin_inset Quotes eld
22772 \end_inset
22773
22774 Anmerkungen
22775 \begin_inset Quotes erd
22776 \end_inset
22777
22778 :
22779 \end_layout
22780
22781 \begin_layout Standard
22782
22783 \series bold
22784
22785 \backslash
22786 renewcommand{
22787 \backslash
22788 notesname}{Anmerkungen}
22789 \end_layout
22790
22791 \begin_layout Standard
22792 \begin_inset VSpace medskip
22793 \end_inset
22794
22795 The numbering of endnotes can be changed like the footnote numbering as
22796  described in section\InsetSpace ~
22797
22798 \begin_inset LatexCommand ref
22799 reference "sub:Footnote-Numbering"
22800
22801 \end_inset
22802
22803 ; just replace the command 
22804 \series bold
22805
22806 \backslash
22807 thefootnote
22808 \series default
22809  by 
22810 \series bold
22811
22812 \backslash
22813 theendnote
22814 \series default
22815 .
22816  To reset the endnote number use the command 
22817 \series bold
22818
22819 \backslash
22820 @addtoreset
22821 \series default
22822  as described in section\InsetSpace ~
22823
22824 \begin_inset LatexCommand ref
22825 reference "sub:Footnote-Numbering"
22826
22827 \end_inset
22828
22829  and replace the command parameter 
22830 \series bold
22831 footnote
22832 \series default
22833  by 
22834 \series bold
22835 endnote
22836 \series default
22837 .
22838 \end_layout
22839
22840 \begin_layout Standard
22841 To create only a mark for an endnote, use the command 
22842 \series bold
22843
22844 \backslash
22845 endnotemark[number]
22846 \series default
22847  similar to the command 
22848 \series bold
22849
22850 \backslash
22851 footnotemark
22852 \series default
22853 , described in section\InsetSpace ~
22854
22855 \begin_inset LatexCommand ref
22856 reference "sec:Footnotes"
22857
22858 \end_inset
22859
22860 .
22861 \end_layout
22862
22863 \begin_layout Standard
22864 \begin_inset VSpace bigskip
22865 \end_inset
22866
22867 Footnotes can also be placed in the page margin and the footnote text alignment
22868  can be changed, see the LaTeX-package 
22869 \series bold
22870 footmisc
22871 \series default
22872
22873 \begin_inset LatexCommand index
22874 name "LaTeX-packages ! footmisc"
22875
22876 \end_inset
22877
22878
22879 \begin_inset LatexCommand cite
22880 key "footmisc"
22881
22882 \end_inset
22883
22884  for more information about this.
22885 \end_layout
22886
22887 \begin_layout Standard
22888 For various further footnote formatting issues have a look at LaTeX-books,
22889  
22890 \begin_inset LatexCommand cite
22891 key "latexcompanion,latexguide,latexbook"
22892
22893 \end_inset
22894
22895 .
22896 \end_layout
22897
22898 \begin_layout Section
22899 Margin Notes
22900 \begin_inset LatexCommand index
22901 name "Notes ! Margin Notes"
22902
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \begin_layout Standard
22909 Margin notes look and behave in LyX like footnotes.
22910  They are inserted via the menu 
22911 \family sans
22912 Insert\SpecialChar \menuseparator
22913 Marginal\InsetSpace ~
22914 Note
22915 \family default
22916  or the toolbar button 
22917 \begin_inset Graphics
22918         filename ../images/marginalnote-insert.xpm
22919         scale 85
22920         scaleBeforeRotation
22921
22922 \end_inset
22923
22924 .
22925  A grey 
22926 \family roman
22927 \series medium
22928 box with the
22929 \family default
22930 \series default
22931  red 
22932 \family roman
22933 \series medium
22934 label 
22935 \begin_inset Quotes eld
22936 \end_inset
22937
22938 margin
22939 \begin_inset Quotes erd
22940 \end_inset
22941
22942  appears where you can enter the text of the margin note.
22943 \end_layout
22944
22945 \begin_layout Standard
22946 At the side is an example margin note.
22947 \family roman
22948 \series medium
22949
22950 \begin_inset Marginal
22951 status open
22952
22953 \begin_layout Standard
22954 This is a margin note.
22955 \end_layout
22956
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \begin_layout Standard
22963 Margin notes appear at the right side in single-sided documents.
22964  In double-sided documents they appear in the outer margin -- left on even
22965  pages, right on odd pages.
22966  The text of margin notes is aligned opposite to the outer margin -- right-align
22967 ed when the note appears in the left margin.
22968  The first line of the margin note is placed at the position of the text
22969  line where it is inserted in the document.
22970 \end_layout
22971
22972 \begin_layout Standard
22973 \begin_inset VSpace bigskip
22974 \end_inset
22975
22976 To place the margin note in the inner margin, add the command
22977 \end_layout
22978
22979 \begin_layout Standard
22980
22981 \series bold
22982
22983 \backslash
22984 reversemarginpar
22985 \end_layout
22986
22987 \begin_layout Standard
22988 in ERT before a margin note.
22989  The new placement is valid for all following margin notes.
22990 \begin_inset ERT
22991 status collapsed
22992
22993 \begin_layout Standard
22994
22995
22996 \backslash
22997 reversemarginpar 
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \begin_inset Marginal
23004 status open
23005
23006 \begin_layout Standard
23007 This is a margin note in the inner margin.
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \series bold
23014
23015 \newline
23016
23017 \series default
23018
23019 \begin_inset Note Greyedout
23020 status open
23021
23022 \begin_layout Standard
23023
23024 \series bold
23025 Note:
23026 \series default
23027  There is often not enough space in the inner margin so that the notes are
23028  not correctly displayed in the output.
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \begin_layout Standard
23037 To return to the default placement insert the command
23038 \end_layout
23039
23040 \begin_layout Standard
23041
23042 \series bold
23043
23044 \backslash
23045 normalmarginpar
23046 \end_layout
23047
23048 \begin_layout Standard
23049 in ERT.
23050 \begin_inset ERT
23051 status collapsed
23052
23053 \begin_layout Standard
23054
23055
23056 \backslash
23057 normalmarginpar 
23058 \end_layout
23059
23060 \end_inset
23061
23062  
23063 \begin_inset Note Greyedout
23064 status open
23065
23066 \begin_layout Standard
23067
23068 \series bold
23069 Note:
23070 \series default
23071  The command is ignored when it is within a paragraph where also the command
23072  
23073 \series bold
23074
23075 \backslash
23076 reversemarginpar
23077 \series default
23078  is inserted.
23079 \end_layout
23080
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \begin_layout Standard
23087 \begin_inset VSpace bigskip
23088 \end_inset
23089
23090
23091 \family roman
23092 \series medium
23093
23094 \begin_inset Marginal
23095 status open
23096
23097 \begin_layout Standard
23098 AVeryLongMarginParWord that isn't hyphenated.
23099 \end_layout
23100
23101 \end_inset
23102
23103
23104 \family default
23105 \series default
23106 Similar to the case described in section\InsetSpace ~
23107
23108 \begin_inset LatexCommand ref
23109 reference "sub:Multiple-Lines-in"
23110
23111 \end_inset
23112
23113 , long words cannot be hyphenated when they are the first word in a margin
23114  note.
23115  To avoid this, insert the command
23116 \end_layout
23117
23118 \begin_layout Standard
23119
23120 \series bold
23121
23122 \backslash
23123 hspace{0pt}
23124 \end_layout
23125
23126 \begin_layout Standard
23127 in ERT before the word
23128 \family roman
23129 \series medium
23130 .
23131 \begin_inset Marginal
23132 status open
23133
23134 \begin_layout Standard
23135 \begin_inset ERT
23136 status collapsed
23137
23138 \begin_layout Standard
23139
23140
23141 \backslash
23142 hspace{0pt}
23143 \end_layout
23144
23145 \end_inset
23146
23147 AVeryLongMarginParWord that is hyphenated.
23148 \end_layout
23149
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \begin_layout Standard
23156 \begin_inset VSpace bigskip
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \begin_layout Standard
23163 \begin_inset Note Greyedout
23164 status open
23165
23166 \begin_layout Standard
23167
23168 \series bold
23169 Note:
23170 \series default
23171  Margin notes can normally not be used inside tables, floats, and footnotes.
23172 \end_layout
23173
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \begin_layout Standard
23180 \begin_inset VSpace bigskip
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \begin_layout Standard
23187 \begin_inset ERT
23188 status collapsed
23189
23190 \begin_layout Standard
23191
23192
23193 \backslash
23194 ifmarginnote
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \begin_inset Note Note
23201 status open
23202
23203 \begin_layout Standard
23204 The following section will only be displayed when you have the LaTeX-package
23205  
23206 \series bold
23207 marginnote
23208 \series default
23209  is installed.
23210 \end_layout
23211
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \begin_layout Standard
23218 This restriction can be evaded by using the LaTeX-package 
23219 \series bold
23220 marginnote
23221 \series default
23222
23223 \begin_inset LatexCommand index
23224 name "LaTeX-packages ! marginnote"
23225
23226 \end_inset
23227
23228 .
23229  By adding these two lines to your document preamble, the command used by
23230  LyX for margin notes is redefined to use the command provided by the 
23231 \series bold
23232 marginnote
23233 \series default
23234 -package:
23235 \end_layout
23236
23237 \begin_layout Standard
23238
23239 \series bold
23240
23241 \backslash
23242 usepackage{marginnote}
23243 \newline
23244
23245 \backslash
23246 let
23247 \backslash
23248 marginpar
23249 \backslash
23250 marginnote
23251 \end_layout
23252
23253 \begin_layout Standard
23254 This is also used in this document because 
23255 \series bold
23256 marginnote
23257 \series default
23258  has another useful feature: You can set a vertical offset for the note.
23259  This is often needed when too many margin notes are too close together
23260  or for a better page layout.
23261  The offset is set in LyX as ERT directly behind the margin note in the
23262  scheme
23263 \end_layout
23264
23265 \begin_layout Standard
23266
23267 \series bold
23268 [offset]
23269 \end_layout
23270
23271 \begin_layout Standard
23272 where the offset is a length with one of the units listed in Table\InsetSpace ~
23273
23274 \begin_inset LatexCommand ref
23275 reference "tab:Units"
23276
23277 \end_inset
23278
23279 .
23280  A negative value shifts the note up, a positive value shifts it down.
23281  
23282 \family roman
23283 \series medium
23284 For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
23285 cm with
23286  the ERT-command 
23287 \begin_inset Quotes eld
23288 \end_inset
23289
23290
23291 \family default
23292 \series bold
23293 [-1.5cm]
23294 \family roman
23295 \series medium
23296
23297 \begin_inset Quotes erd
23298 \end_inset
23299
23300
23301 \begin_inset Marginal
23302 status open
23303
23304 \begin_layout Standard
23305 This margin note is shifted up 1.5\InsetSpace \thinspace{}
23306 cm from its original position.
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \family default
23313 \series default
23314
23315 \begin_inset ERT
23316 status collapsed
23317
23318 \begin_layout Standard
23319
23320 [-1.5cm]
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \begin_layout Standard
23329 \begin_inset VSpace medskip
23330 \end_inset
23331
23332 With 
23333 \series bold
23334 marginnote
23335 \series default
23336  you can also change the alignment of the text in the margin note.
23337  For example the commands
23338 \end_layout
23339
23340 \begin_layout Standard
23341
23342 \series bold
23343
23344 \backslash
23345 renewcommand*{
23346 \backslash
23347 raggedleftmarginnote}{
23348 \backslash
23349 centering}
23350 \newline
23351
23352 \backslash
23353 renewcommand*{
23354 \backslash
23355 raggedrightmarginnote}{
23356 \backslash
23357 centering}
23358 \end_layout
23359
23360 \begin_layout Standard
23361 set the alignment to centered.
23362  
23363 \series bold
23364
23365 \backslash
23366 raggedleftmarginnote
23367 \series default
23368  denotes margin notes that appear at the left side.
23369 \family roman
23370 \series medium
23371
23372 \begin_inset ERT
23373 status collapsed
23374
23375 \begin_layout Standard
23376
23377
23378 \backslash
23379 renewcommand*{
23380 \backslash
23381 raggedleftmarginnote}{
23382 \backslash
23383 centering}
23384 \end_layout
23385
23386 \begin_layout Standard
23387
23388
23389 \backslash
23390 renewcommand*{
23391 \backslash
23392 raggedrightmarginnote}{
23393 \backslash
23394 centering}
23395 \end_layout
23396
23397 \end_inset
23398
23399
23400 \begin_inset Marginal
23401 status open
23402
23403 \begin_layout Standard
23404 The text of this margin note is centered.
23405 \end_layout
23406
23407 \end_inset
23408
23409
23410 \family default
23411 \series default
23412  The default is
23413 \end_layout
23414
23415 \begin_layout Standard
23416
23417 \series bold
23418
23419 \backslash
23420 renewcommand*{
23421 \backslash
23422 raggedleftmarginnote}{
23423 \backslash
23424 raggedleft}
23425 \newline
23426
23427 \backslash
23428 renewcommand*{
23429 \backslash
23430 raggedrightmarginnote}{
23431 \backslash
23432 raggedright}
23433 \family roman
23434 \series medium
23435
23436 \begin_inset ERT
23437 status collapsed
23438
23439 \begin_layout Standard
23440
23441
23442 \backslash
23443 renewcommand*{
23444 \backslash
23445 raggedleftmarginnote}{
23446 \backslash
23447 raggedleft}
23448 \end_layout
23449
23450 \begin_layout Standard
23451
23452
23453 \backslash
23454 renewcommand*{
23455 \backslash
23456 raggedrightmarginnote}{
23457 \backslash
23458 raggedright}
23459 \end_layout
23460
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \begin_layout Standard
23467 \begin_inset VSpace medskip
23468 \end_inset
23469
23470 For the other features of 
23471 \series bold
23472 marginnote
23473 \series default
23474  we refer to its documentation 
23475 \begin_inset LatexCommand cite
23476 key "marginnote"
23477
23478 \end_inset
23479
23480 .
23481 \end_layout
23482
23483 \begin_layout Standard
23484 \begin_inset VSpace bigskip
23485 \end_inset
23486
23487 You can adjust the layout of margin notes by changing its definition.
23488  To create for example a header for all margin notes with the underlined,
23489  sans-serif, and bold header text 
23490 \begin_inset Quotes eld
23491 \end_inset
23492
23493
23494 \family sans
23495 \series bold
23496 \bar under
23497 Attention!
23498 \family default
23499 \series default
23500 \bar default
23501
23502 \begin_inset Quotes erd
23503 \end_inset
23504
23505 , add this to your document preamble:
23506 \end_layout
23507
23508 \begin_layout Standard
23509
23510 \series bold
23511
23512 \backslash
23513 let
23514 \backslash
23515 myMarginpar
23516 \backslash
23517 marginpar
23518 \newline
23519
23520 \backslash
23521 renewcommand{
23522 \backslash
23523 marginpar}[1]{
23524 \backslash
23525 myMarginpar{%
23526 \newline
23527
23528 \begin_inset ERT
23529 status collapsed
23530
23531 \begin_layout Standard
23532
23533
23534 \backslash
23535 hphantom{ }
23536 \end_layout
23537
23538 \end_inset
23539
23540
23541 \backslash
23542 hspace{0pt}
23543 \backslash
23544 textsf{
23545 \backslash
23546 textbf{
23547 \backslash
23548 underbar{Attention!}}}%
23549 \newline
23550
23551 \begin_inset ERT
23552 status collapsed
23553
23554 \begin_layout Standard
23555
23556
23557 \backslash
23558 hphantom{ }
23559 \end_layout
23560
23561 \end_inset
23562
23563
23564 \backslash
23565 vspace{1.5mm}
23566 \backslash
23567
23568 \backslash
23569 #1}}
23570 \end_layout
23571
23572 \begin_layout Standard
23573
23574 \family roman
23575 \series medium
23576 \begin_inset ERT
23577 status collapsed
23578
23579 \begin_layout Standard
23580
23581
23582 \backslash
23583 let
23584 \backslash
23585 myMarginpar
23586 \backslash
23587 marginpar
23588 \end_layout
23589
23590 \begin_layout Standard
23591
23592
23593 \backslash
23594 renewcommand{
23595 \backslash
23596 marginpar}[1]{
23597 \backslash
23598 myMarginpar{%
23599 \end_layout
23600
23601 \begin_layout Standard
23602
23603    
23604 \backslash
23605 textsf{
23606 \backslash
23607 textbf{
23608 \backslash
23609 underbar{Attention!}}}%
23610 \end_layout
23611
23612 \begin_layout Standard
23613
23614    
23615 \backslash
23616 vspace{1.5mm}
23617 \backslash
23618
23619 \backslash
23620 #1}}
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \begin_inset Marginal
23627 status open
23628
23629 \begin_layout Standard
23630 This is a margin note with a defined heading.
23631 \end_layout
23632
23633 \end_inset
23634
23635
23636 \family default
23637 \series default
23638
23639 \begin_inset ERT
23640 status collapsed
23641
23642 \begin_layout Standard
23643
23644 [-1.5cm]
23645 \end_layout
23646
23647 \end_inset
23648
23649
23650 \family roman
23651 \series medium
23652
23653 \begin_inset ERT
23654 status collapsed
23655
23656 \begin_layout Standard
23657
23658
23659 \backslash
23660 renewcommand{
23661 \backslash
23662 marginpar}[1]{
23663 \backslash
23664 myMarginpar{#1}}
23665 \end_layout
23666
23667 \end_inset
23668
23669
23670 \family default
23671 \series default
23672
23673 \begin_inset Note Note
23674 status collapsed
23675
23676 \begin_layout Standard
23677 The margin note format is changed only for this example.
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \begin_layout Standard
23686 \begin_inset ERT
23687 status collapsed
23688
23689 \begin_layout Standard
23690
23691
23692 \backslash
23693 else
23694 \end_layout
23695
23696 \end_inset
23697
23698
23699 \begin_inset Note Note
23700 status open
23701
23702 \begin_layout Standard
23703 The following will be displayed when the LaTeX-package 
23704 \series bold
23705 marginnote
23706 \series default
23707  is not installed:
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \begin_layout Standard
23716 You need to install the LaTeX-package 
23717 \series bold
23718 marginnote
23719 \series default
23720  to see the following part of this section in the output.
23721 \end_layout
23722
23723 \begin_layout Standard
23724 \begin_inset ERT
23725 status collapsed
23726
23727 \begin_layout Standard
23728
23729
23730 \backslash
23731 fi
23732 \end_layout
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Chapter
23740 Boxes
23741 \end_layout
23742
23743 \begin_layout Section
23744 Introduction
23745 \begin_inset LatexCommand index
23746 name "Boxes ! Introduction"
23747
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \begin_layout Standard
23754 Boxes are used to format a block of text.
23755  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
23756
23757 \begin_inset LatexCommand ref
23758 reference "sec:Minipages"
23759
23760 \end_inset
23761
23762 , to frame texts, see section\InsetSpace ~
23763
23764 \begin_inset LatexCommand ref
23765 reference "sec:Framed-Boxes"
23766
23767 \end_inset
23768
23769 , to prevent words to be hyphenated, see section\InsetSpace ~
23770
23771 \begin_inset LatexCommand ref
23772 reference "sec:Prevent-Hyphenation"
23773
23774 \end_inset
23775
23776 , to align text, see section\InsetSpace ~
23777
23778 \begin_inset LatexCommand ref
23779 reference "sub:Vertical-Alignment"
23780
23781 \end_inset
23782
23783 , or to set the background color of texts, see section\InsetSpace ~
23784
23785 \begin_inset LatexCommand ref
23786 reference "sec:Colored-Boxes"
23787
23788 \end_inset
23789
23790 .
23791 \end_layout
23792
23793 \begin_layout Standard
23794 Boxes can be inserted with the menu 
23795 \family sans
23796 Insert\SpecialChar \menuseparator
23797 Box
23798 \family default
23799 .
23800  A grey box with the label 
23801 \family sans
23802 Box (Minipage)
23803 \family default
23804
23805 \begin_inset Graphics
23806         filename clipart/BoxInsetDefaultQt4.png
23807         scale 85
23808         scaleBeforeRotation
23809
23810 \end_inset
23811
23812 , will be inserted.
23813  The box type can be specified by right-clicking on the box.
23814  The appearing box dialog offers the 
23815 \family sans
23816 Inner\InsetSpace ~
23817 Box
23818 \family default
23819  types 
23820 \family sans
23821 Parbox
23822 \family default
23823  and 
23824 \family sans
23825 Minipage
23826 \family default
23827 .
23828  The type 
23829 \family sans
23830 Minipage
23831 \family default
23832  is the default for new boxes and is explained in section\InsetSpace ~
23833
23834 \begin_inset LatexCommand ref
23835 reference "sec:Minipages"
23836
23837 \end_inset
23838
23839 ; the type 
23840 \family sans
23841 Parbox
23842 \family default
23843  is described in section\InsetSpace ~
23844
23845 \begin_inset LatexCommand ref
23846 reference "sec:Parboxes"
23847
23848 \end_inset
23849
23850 .
23851 \end_layout
23852
23853 \begin_layout Standard
23854 Boxes aren't numbered and can therefore not be referenced like floats or
23855  footnotes.
23856 \end_layout
23857
23858 \begin_layout Standard
23859 \begin_inset Note Greyedout
23860 status open
23861
23862 \begin_layout Standard
23863
23864 \series bold
23865 Note:
23866 \series default
23867  Due to a bug in LyX you have to insert a protected space behind a box when
23868  you want to separate in a line the box from the following text with a space.
23869 \end_layout
23870
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \begin_layout Standard
23877 \begin_inset Note Greyedout
23878 status open
23879
23880 \begin_layout Standard
23881
23882 \series bold
23883 Note:
23884 \series default
23885  Boxes must not be the item in an 
23886 \family sans
23887 Itemize
23888 \family default
23889  or 
23890 \family sans
23891 Description
23892 \family default
23893  environment.
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \begin_layout Standard
23902 \begin_inset Note Greyedout
23903 status open
23904
23905 \begin_layout Standard
23906
23907 \series bold
23908 Note:
23909 \series default
23910  For an unknown reason you can only set the 
23911 \family sans
23912 Inner\InsetSpace ~
23913 Box
23914 \family default
23915  type to 
23916 \family sans
23917 None
23918 \family default
23919  when you use a framed box.
23920  Boxes without an 
23921 \family sans
23922 Inner\InsetSpace ~
23923 Box
23924 \family default
23925  type and without frames are explained in section\InsetSpace ~
23926
23927 \begin_inset LatexCommand ref
23928 reference "sec:Prevent-Hyphenation"
23929
23930 \end_inset
23931
23932 .
23933 \end_layout
23934
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \begin_layout Section
23941 Box Dialog
23942 \begin_inset LatexCommand label
23943 name "sec:Box-Dialog"
23944
23945 \end_inset
23946
23947
23948 \begin_inset LatexCommand index
23949 name "Boxes ! Box Dialog"
23950
23951 \end_inset
23952
23953
23954 \begin_inset LatexCommand index
23955 name "Boxes ! Alignment"
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \begin_layout Standard
23963 In the box dialog you can adjust the box geometry in the fields 
23964 \family sans
23965 Width
23966 \family default
23967  and 
23968 \family sans
23969 Height
23970 \family default
23971 .
23972  The available units for the geometry are explained in Table\InsetSpace ~
23973
23974 \begin_inset LatexCommand ref
23975 reference "tab:Units"
23976
23977 \end_inset
23978
23979 .
23980  The field 
23981 \family sans
23982 Heigth
23983 \family default
23984  offers the following additional sizes:
23985 \end_layout
23986
23987 \begin_layout Description
23988 Depth This is the plain text 
23989 \begin_inset Quotes eld
23990 \end_inset
23991
23992 height
23993 \begin_inset Quotes erd
23994 \end_inset
23995
23996 .
23997  It ignores the total depth when there are multiple text lines in the box:
23998 \newline
23999
24000 \newline
24001
24002 \newline
24003
24004 \begin_inset Box Boxed
24005 position "c"
24006 hor_pos "c"
24007 has_inner_box 1
24008 inner_pos "c"
24009 use_parbox 0
24010 width "12col%"
24011 special "none"
24012 height "1in"
24013 height_special "depth"
24014 status collapsed
24015
24016 \begin_layout Standard
24017 \align center
24018 Box height set to 1\InsetSpace \thinspace{}
24019 Depth
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \newline
24026
24027 \newline
24028
24029 \end_layout
24030
24031 \begin_layout Description
24032 Height This is the heigth of the text that is inside the box.
24033  A value of e.\InsetSpace \thinspace{}
24034 g.\InsetSpace ~
24035 2 for this size will set the box heigth to 2 times the text
24036  height: 
24037 \begin_inset Box Boxed
24038 position "c"
24039 hor_pos "c"
24040 has_inner_box 1
24041 inner_pos "c"
24042 use_parbox 0
24043 width "20col%"
24044 special "none"
24045 height "2in"
24046 height_special "height"
24047 status collapsed
24048
24049 \begin_layout Standard
24050 \align center
24051 Box height set to 2\InsetSpace \thinspace{}
24052 Height
24053 \end_layout
24054
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \begin_layout Description
24061 Total\InsetSpace ~
24062 Height This is the Height\InsetSpace \thinspace{}
24063 +\InsetSpace \thinspace{}
24064 Depth: 
24065 \begin_inset Box Boxed
24066 position "c"
24067 hor_pos "c"
24068 has_inner_box 1
24069 inner_pos "c"
24070 use_parbox 0
24071 width "20col%"
24072 special "none"
24073 height "1in"
24074 height_special "totalheight"
24075 status collapsed
24076
24077 \begin_layout Standard
24078 \align center
24079 Box height set to 1\InsetSpace \thinspace{}
24080 Total\InsetSpace ~
24081 Height
24082 \end_layout
24083
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \begin_layout Description
24090 Width This set the width of the box as heigth: 
24091 \begin_inset Box Boxed
24092 position "c"
24093 hor_pos "c"
24094 has_inner_box 1
24095 inner_pos "c"
24096 use_parbox 0
24097 width "12col%"
24098 special "none"
24099 height "1in"
24100 height_special "width"
24101 status collapsed
24102
24103 \begin_layout Standard
24104 \align center
24105 Box height set to 1\InsetSpace \thinspace{}
24106 Width
24107 \end_layout
24108
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \begin_layout Standard
24115 \begin_inset VSpace bigskip
24116 \end_inset
24117
24118 When you have chosen an 
24119 \family sans
24120 Inner\InsetSpace ~
24121 Box
24122 \family default
24123 , the vertical box alignment can be:
24124 \end_layout
24125
24126 \begin_layout Description
24127 Top This is an example text line.
24128  
24129 \begin_inset Box Boxed
24130 position "t"
24131 hor_pos "c"
24132 has_inner_box 1
24133 inner_pos "c"
24134 use_parbox 0
24135 width "12col%"
24136 special "none"
24137 height "1in"
24138 height_special "totalheight"
24139 status collapsed
24140
24141 \begin_layout Standard
24142 \align center
24143 This box is top-aligned.
24144 \end_layout
24145
24146 \end_inset
24147
24148 \InsetSpace ~
24149 This is an example text line.
24150 \end_layout
24151
24152 \begin_layout Description
24153 Middle This is an example text line.
24154  
24155 \begin_inset Box Boxed
24156 position "c"
24157 hor_pos "c"
24158 has_inner_box 1
24159 inner_pos "c"
24160 use_parbox 0
24161 width "12col%"
24162 special "none"
24163 height "1in"
24164 height_special "totalheight"
24165 status collapsed
24166
24167 \begin_layout Standard
24168 \align center
24169 This box is middle-aligned.
24170 \end_layout
24171
24172 \end_inset
24173
24174 \InsetSpace ~
24175 This is an example text line.
24176 \end_layout
24177
24178 \begin_layout Description
24179 Bottom This is an example text line.
24180  
24181 \begin_inset Box Boxed
24182 position "b"
24183 hor_pos "c"
24184 has_inner_box 1
24185 inner_pos "c"
24186 use_parbox 0
24187 width "12col%"
24188 special "none"
24189 height "1in"
24190 height_special "totalheight"
24191 status collapsed
24192
24193 \begin_layout Standard
24194 \align center
24195 This box is bottom-aligned.
24196 \end_layout
24197
24198 \end_inset
24199
24200 \InsetSpace ~
24201 This is an example text line.
24202 \end_layout
24203
24204 \begin_layout Standard
24205 The horizontal box alignment can be set via LyX's paragraph dialog when
24206  you set the box into its own paragraph.
24207 \end_layout
24208
24209 \begin_layout Standard
24210 \begin_inset VSpace bigskip
24211 \end_inset
24212
24213 When you have chosen an 
24214 \family sans
24215 Inner\InsetSpace ~
24216 Box
24217 \family default
24218 , the box content can be vertical aligned to:
24219 \end_layout
24220
24221 \begin_layout Description
24222 top This is an example text line.
24223  
24224 \begin_inset Box Boxed
24225 position "c"
24226 hor_pos "c"
24227 has_inner_box 1
24228 inner_pos "t"
24229 use_parbox 0
24230 width "12col%"
24231 special "none"
24232 height "1.5in"
24233 height_special "totalheight"
24234 status collapsed
24235
24236 \begin_layout Standard
24237 \align center
24238 This box text is top-aligned.
24239 \end_layout
24240
24241 \end_inset
24242
24243 \InsetSpace ~
24244 This is an example text line.
24245 \end_layout
24246
24247 \begin_layout Description
24248 middle This is an example text line.
24249  
24250 \begin_inset Box Boxed
24251 position "c"
24252 hor_pos "c"
24253 has_inner_box 1
24254 inner_pos "c"
24255 use_parbox 0
24256 width "12col%"
24257 special "none"
24258 height "1.5in"
24259 height_special "totalheight"
24260 status collapsed
24261
24262 \begin_layout Standard
24263 \align center
24264 This box text is middle-aligned.
24265 \end_layout
24266
24267 \end_inset
24268
24269 \InsetSpace ~
24270 This is an example text line.
24271 \end_layout
24272
24273 \begin_layout Description
24274 bottom This is an example text line.
24275  
24276 \begin_inset Box Boxed
24277 position "c"
24278 hor_pos "c"
24279 has_inner_box 1
24280 inner_pos "b"
24281 use_parbox 0
24282 width "12col%"
24283 special "none"
24284 height "1.5in"
24285 height_special "totalheight"
24286 status collapsed
24287
24288 \begin_layout Standard
24289 \align center
24290 This box text is bottom-aligned.
24291 \end_layout
24292
24293 \end_inset
24294
24295 \InsetSpace ~
24296 This is an example text line.
24297 \end_layout
24298
24299 \begin_layout Description
24300 stretch This is an example text line.
24301  
24302 \begin_inset Box Boxed
24303 position "c"
24304 hor_pos "c"
24305 has_inner_box 1
24306 inner_pos "s"
24307 use_parbox 0
24308 width "12col%"
24309 special "none"
24310 height "1.5in"
24311 height_special "totalheight"
24312 status collapsed
24313
24314 \begin_layout Standard
24315 \align center
24316 This box
24317 \end_layout
24318
24319 \begin_layout Standard
24320 \align center
24321 text is
24322 \end_layout
24323
24324 \begin_layout Standard
24325 \align center
24326 stretched.
24327 \end_layout
24328
24329 \end_inset
24330
24331 \InsetSpace ~
24332 This is an example text line.
24333 \end_layout
24334
24335 \begin_layout Standard
24336 To stretch the box content, it must consist of more than one paragraph.
24337  In the example above every text line is in an own paragraph.
24338 \end_layout
24339
24340 \begin_layout Standard
24341 \begin_inset VSpace bigskip
24342 \end_inset
24343
24344 To align the box content horizontally you can use LyX's paragraph dialog
24345  when you have chosen an 
24346 \family sans
24347 Inner\InsetSpace ~
24348 Box
24349 \family default
24350 .
24351 \end_layout
24352
24353 \begin_layout Standard
24354 \align center
24355 \begin_inset Box Boxed
24356 position "c"
24357 hor_pos "c"
24358 has_inner_box 1
24359 inner_pos "s"
24360 use_parbox 0
24361 width "15col%"
24362 special "none"
24363 height "1.25in"
24364 height_special "totalheight"
24365 status collapsed
24366
24367 \begin_layout Standard
24368 \align left
24369 This box
24370 \end_layout
24371
24372 \begin_layout Standard
24373 \align center
24374 text is
24375 \end_layout
24376
24377 \begin_layout Standard
24378 \align right
24379 stretched.
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Standard
24388 If you haven't set an 
24389 \family sans
24390 Inner\InsetSpace ~
24391 Box
24392 \family default
24393 , you can align the box content horizontally in the box dialog.
24394 \end_layout
24395
24396 \begin_layout Standard
24397 \align center
24398 \begin_inset Box Boxed
24399 position "c"
24400 hor_pos "s"
24401 has_inner_box 0
24402 inner_pos "s"
24403 use_parbox 0
24404 width "90col%"
24405 special "none"
24406 height "1.25in"
24407 height_special "totalheight"
24408 status collapsed
24409
24410 \begin_layout Standard
24411 \align left
24412 This box text is horizontally stretched.
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \begin_layout Section
24421 Framed Boxes
24422 \begin_inset LatexCommand label
24423 name "sec:Framed-Boxes"
24424
24425 \end_inset
24426
24427
24428 \begin_inset LatexCommand index
24429 name "Boxes ! Frames"
24430
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \begin_layout Standard
24437 The frame style of the box can be specified in the box-dialog in the drop-down
24438  list 
24439 \family sans
24440 Type
24441 \family default
24442 .
24443  The following frame types are possible:
24444 \end_layout
24445
24446 \begin_layout Description
24447 Rectangular\InsetSpace ~
24448 box This draws a rectangle frame around the box.
24449  The frame line thickness has the size of 
24450 \series bold
24451
24452 \backslash
24453 fboxrule
24454 \series default
24455 .
24456  
24457 \begin_inset Box Boxed
24458 position "c"
24459 hor_pos "c"
24460 has_inner_box 1
24461 inner_pos "c"
24462 use_parbox 0
24463 width "20col%"
24464 special "none"
24465 height "1in"
24466 height_special "totalheight"
24467 status collapsed
24468
24469 \begin_layout Standard
24470 \align center
24471 Rectangular box
24472 \end_layout
24473
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \begin_layout Description
24480 Oval\InsetSpace ~
24481 box,\InsetSpace ~
24482 thin This draws an oval frame around the box.
24483  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
24484 pt.
24485  
24486 \begin_inset Box ovalbox
24487 position "c"
24488 hor_pos "c"
24489 has_inner_box 1
24490 inner_pos "c"
24491 use_parbox 0
24492 width "20col%"
24493 special "none"
24494 height "1in"
24495 height_special "totalheight"
24496 status collapsed
24497
24498 \begin_layout Standard
24499 \align center
24500 Oval box, thin
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Description
24509 Oval\InsetSpace ~
24510 box,\InsetSpace ~
24511 thick This draws an oval frame around the box.
24512  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
24513 pt.
24514  
24515 \begin_inset Box Ovalbox
24516 position "c"
24517 hor_pos "c"
24518 has_inner_box 1
24519 inner_pos "c"
24520 use_parbox 0
24521 width "20col%"
24522 special "none"
24523 height "1in"
24524 height_special "totalheight"
24525 status collapsed
24526
24527 \begin_layout Standard
24528 \align center
24529 Oval box, thick
24530 \end_layout
24531
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \begin_layout Description
24538 Shadow\InsetSpace ~
24539 box This draws a rectangle frame with a shadow around the box.
24540  The frame line thickness has the size of 
24541 \series bold
24542
24543 \backslash
24544 fboxrule
24545 \series default
24546 , the shadow has a width of 4\InsetSpace \thinspace{}
24547 pt.
24548  
24549 \begin_inset Box Shadowbox
24550 position "c"
24551 hor_pos "c"
24552 has_inner_box 1
24553 inner_pos "c"
24554 use_parbox 0
24555 width "20col%"
24556 special "none"
24557 height "1in"
24558 height_special "totalheight"
24559 status collapsed
24560
24561 \begin_layout Standard
24562 \align center
24563 Shadow box
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \begin_layout Description
24572 Double\InsetSpace ~
24573 box This draws a double-line rectangle frame around the box.
24574  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
24575
24576 \series bold
24577
24578 \backslash
24579 fboxrule
24580 \series default
24581 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
24582
24583 \series bold
24584
24585 \backslash
24586 fboxrule
24587 \series default
24588 .
24589  The distance between the lines is 1.5\InsetSpace \thinspace{}
24590
24591 \series bold
24592
24593 \backslash
24594 fboxrule
24595 \series default
24596 \InsetSpace \thinspace{}
24597 +\InsetSpace \thinspace{}
24598 0.5\InsetSpace \thinspace{}
24599 pt.
24600  
24601 \begin_inset Box Doublebox
24602 position "c"
24603 hor_pos "c"
24604 has_inner_box 1
24605 inner_pos "c"
24606 use_parbox 0
24607 width "20col%"
24608 special "none"
24609 height "1in"
24610 height_special "totalheight"
24611 status collapsed
24612
24613 \begin_layout Standard
24614 \align center
24615 Double box
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \end_layout
24622
24623 \begin_layout Standard
24624 \begin_inset VSpace bigskip
24625 \end_inset
24626
24627 LyX's box label will change to the used frame style when you set a frame.
24628  To be able to use the different frame styles, the LaTeX-package 
24629 \series bold
24630 fancybox
24631 \series default
24632
24633 \begin_inset LatexCommand index
24634 name "LaTeX-packages ! fancybox"
24635
24636 \end_inset
24637
24638  must be installed.
24639 \end_layout
24640
24641 \begin_layout Standard
24642 \begin_inset VSpace bigskip
24643 \end_inset
24644
24645 The default value for the size 
24646 \series bold
24647
24648 \backslash
24649 fboxrule
24650 \series default
24651  is 0.4\InsetSpace \thinspace{}
24652 pt.
24653  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
24654 g.\InsetSpace ~
24655 2\InsetSpace \thinspace{}
24656 pt:
24657 \end_layout
24658
24659 \begin_layout Standard
24660
24661 \series bold
24662
24663 \backslash
24664 setlength{
24665 \backslash
24666 fboxrule}{2pt}
24667 \end_layout
24668
24669 \begin_layout Standard
24670 \begin_inset ERT
24671 status collapsed
24672
24673 \begin_layout Standard
24674
24675
24676 \backslash
24677 setlength{
24678 \backslash
24679 fboxrule}{2pt}
24680 \end_layout
24681
24682 \end_inset
24683
24684
24685 \begin_inset Box Boxed
24686 position "c"
24687 hor_pos "c"
24688 has_inner_box 1
24689 inner_pos "c"
24690 use_parbox 0
24691 width "25col%"
24692 special "none"
24693 height "1in"
24694 height_special "totalheight"
24695 status collapsed
24696
24697 \begin_layout Standard
24698 \align center
24699 Rectangular box with 
24700 \series bold
24701
24702 \backslash
24703 fboxrule
24704 \series default
24705 \InsetSpace \thinspace{}
24706 =\InsetSpace \thinspace{}
24707 2\InsetSpace \thinspace{}
24708 pt
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \begin_inset ERT
24715 status collapsed
24716
24717 \begin_layout Standard
24718
24719
24720 \backslash
24721 setlength{
24722 \backslash
24723 fboxrule}{0.4pt}
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Standard
24732 \begin_inset VSpace bigskip
24733 \end_inset
24734
24735 The space between the frame and the box content is for all frame styles
24736  by default 3\InsetSpace \thinspace{}
24737 pt.
24738  You can change it by setting the length 
24739 \series bold
24740
24741 \backslash
24742 fboxsep
24743 \series default
24744  to another value.
24745  For example the command
24746 \end_layout
24747
24748 \begin_layout Standard
24749
24750 \series bold
24751
24752 \backslash
24753 setlength{
24754 \backslash
24755 fboxsep}{10pt}
24756 \end_layout
24757
24758 \begin_layout Standard
24759 sets the value to 10\InsetSpace \thinspace{}
24760 pt, like for the following box:
24761 \end_layout
24762
24763 \begin_layout Standard
24764 \begin_inset ERT
24765 status collapsed
24766
24767 \begin_layout Standard
24768
24769
24770 \backslash
24771 setlength{
24772 \backslash
24773 fboxsep}{10pt}
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \begin_inset Box Boxed
24780 position "c"
24781 hor_pos "c"
24782 has_inner_box 1
24783 inner_pos "c"
24784 use_parbox 0
24785 width "25col%"
24786 special "none"
24787 height "1in"
24788 height_special "totalheight"
24789 status collapsed
24790
24791 \begin_layout Standard
24792 \align center
24793 Rectangular box with 
24794 \series bold
24795
24796 \backslash
24797 fboxsep
24798 \series default
24799 \InsetSpace \thinspace{}
24800 =\InsetSpace \thinspace{}
24801 10\InsetSpace \thinspace{}
24802 pt
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \begin_inset ERT
24809 status collapsed
24810
24811 \begin_layout Standard
24812
24813
24814 \backslash
24815 setlength{
24816 \backslash
24817 fboxsep}{3pt}
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Standard
24826 \begin_inset VSpace bigskip
24827 \end_inset
24828
24829 The diameter of the round corners of the oval boxes can be set with the
24830  command 
24831 \series bold
24832
24833 \backslash
24834 cornersize
24835 \series default
24836 .
24837  The command
24838 \end_layout
24839
24840 \begin_layout Standard
24841
24842 \series bold
24843
24844 \backslash
24845 cornersize*{1cm}
24846 \end_layout
24847
24848 \begin_layout Standard
24849 sets the diameter to 1\InsetSpace \thinspace{}
24850 cm.
24851  The command
24852 \end_layout
24853
24854 \begin_layout Standard
24855
24856 \series bold
24857
24858 \backslash
24859 cornersize{num}
24860 \end_layout
24861
24862 \begin_layout Standard
24863 sets the diameter to 
24864 \family sans
24865 num\InsetSpace \thinspace{}
24866 ×\InsetSpace \thinspace{}
24867 minimum(width and heigth of box)
24868 \family default
24869 .
24870  The default is 
24871 \series bold
24872
24873 \backslash
24874 cornersize{0.5}
24875 \series default
24876 .
24877 \end_layout
24878
24879 \begin_layout Standard
24880 \begin_inset ERT
24881 status collapsed
24882
24883 \begin_layout Standard
24884
24885
24886 \backslash
24887 cornersize*{1.5cm}
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \begin_inset Box Ovalbox
24894 position "c"
24895 hor_pos "c"
24896 has_inner_box 1
24897 inner_pos "c"
24898 use_parbox 0
24899 width "25col%"
24900 special "none"
24901 height "1in"
24902 height_special "totalheight"
24903 status collapsed
24904
24905 \begin_layout Standard
24906 \align center
24907 Oval box with 
24908 \series bold
24909
24910 \backslash
24911 cornersize
24912 \series default
24913 \InsetSpace \thinspace{}
24914 =\InsetSpace \thinspace{}
24915 1.5\InsetSpace \thinspace{}
24916 cm
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \begin_inset ERT
24923 status collapsed
24924
24925 \begin_layout Standard
24926
24927
24928 \backslash
24929 cornersize{0.5}
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \begin_inset VSpace bigskip
24939 \end_inset
24940
24941 The size of the shadow can be adjusted by changing the length 
24942 \series bold
24943
24944 \backslash
24945 shadowsize
24946 \series default
24947 .
24948  It it set to 2\InsetSpace \thinspace{}
24949 pt for the following box by this command:
24950 \end_layout
24951
24952 \begin_layout Standard
24953
24954 \series bold
24955
24956 \backslash
24957 setlength{
24958 \backslash
24959 shadowsize}{2pt}
24960 \end_layout
24961
24962 \begin_layout Standard
24963 \begin_inset ERT
24964 status collapsed
24965
24966 \begin_layout Standard
24967
24968
24969 \backslash
24970 setlength{
24971 \backslash
24972 shadowsize}{2pt}
24973 \end_layout
24974
24975 \end_inset
24976
24977
24978 \begin_inset Box Shadowbox
24979 position "c"
24980 hor_pos "c"
24981 has_inner_box 1
24982 inner_pos "c"
24983 use_parbox 0
24984 width "25col%"
24985 special "none"
24986 height "1in"
24987 height_special "totalheight"
24988 status collapsed
24989
24990 \begin_layout Standard
24991 \align center
24992 Shadow box with 
24993 \series bold
24994
24995 \backslash
24996 shadowsize
24997 \series default
24998 \InsetSpace \thinspace{}
24999 =\InsetSpace \thinspace{}
25000 2\InsetSpace \thinspace{}
25001 pt
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \begin_inset ERT
25008 status collapsed
25009
25010 \begin_layout Standard
25011
25012
25013 \backslash
25014 setlength{
25015 \backslash
25016 shadowsize}{4pt}
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 \begin_inset VSpace bigskip
25026 \end_inset
25027
25028 Changed lengths and widths are valid for all boxes following the commands
25029  that change them.
25030 \end_layout
25031
25032 \begin_layout Section
25033 Minipages
25034 \begin_inset LatexCommand label
25035 name "sec:Minipages"
25036
25037 \end_inset
25038
25039
25040 \begin_inset LatexCommand index
25041 name "Boxes ! Minipages"
25042
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \begin_layout Standard
25049 Minipages are treated by LaTeX as pages within pages and can therefore for
25050  example have their own footnotes.
25051 \end_layout
25052
25053 \begin_layout Standard
25054 Minipages are useful when you write documents with different languages.
25055 \end_layout
25056
25057 \begin_layout Standard
25058 Below are two example minipages side by side.
25059  Their width is set to 45\InsetSpace \thinspace{}
25060 col% and they are separated by a horizontal fill,
25061  that was inserted via the menu 
25062 \family sans
25063 Insert\SpecialChar \menuseparator
25064 Special\InsetSpace ~
25065 Formatting\SpecialChar \menuseparator
25066 Horizontal\InsetSpace ~
25067 Fill
25068 \family default
25069 .
25070 \end_layout
25071
25072 \begin_layout Standard
25073 \begin_inset Box Frameless
25074 position "t"
25075 hor_pos "c"
25076 has_inner_box 1
25077 inner_pos "c"
25078 use_parbox 0
25079 width "45col%"
25080 special "none"
25081 height "1in"
25082 height_special "totalheight"
25083 status open
25084
25085 \begin_layout Standard
25086
25087 \lang german
25088 Dies ist ein deutscher Text.
25089  Dies ist ein deutscher Text.
25090  Dies ist ein deutscher Text.
25091  Dies ist ein deutscher Text.
25092  Dies ist ein deutscher Text.
25093  Dies ist ein deutscher Text.
25094  Dies ist ein deutscher Text.
25095  Dies ist ein deutscher Text.
25096  Dies ist ein deutscher Text.
25097  Dies ist ein deutscher Text.
25098  Dies ist ein deutscher Text.
25099  Dies ist ein deutscher Text.
25100  Dies ist ein deutscher Text
25101 \begin_inset Foot
25102 status collapsed
25103
25104 \begin_layout Standard
25105
25106 \lang german
25107 Dies ist eine deutsche Fußnote.
25108 \end_layout
25109
25110 \end_inset
25111
25112 .
25113  Dies ist ein deutscher Text.
25114  Dies ist ein deutscher Text.
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \hfill
25121
25122 \begin_inset Box Frameless
25123 position "t"
25124 hor_pos "c"
25125 has_inner_box 1
25126 inner_pos "c"
25127 use_parbox 0
25128 width "45col%"
25129 special "none"
25130 height "1in"
25131 height_special "totalheight"
25132 status open
25133
25134 \begin_layout Standard
25135 This is an English Text.
25136  This is an English Text.
25137  This is an English Text.
25138  This is an English Text.
25139  This is an English Text.
25140  This is an English Text.
25141  This is an English Text.
25142  This is an English Text.
25143  This is an English Text.
25144  This is an English Text.
25145  This is an English Text.
25146  This is an English Text.
25147  This is an English Text.
25148  This is an English Text.
25149  This is an English Text.
25150  This is an English Text.
25151 \begin_inset Foot
25152 status collapsed
25153
25154 \begin_layout Standard
25155 This is an English footnote.
25156 \end_layout
25157
25158 \end_inset
25159
25160  This is an English Text.
25161  
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Standard
25170 \begin_inset VSpace bigskip
25171 \end_inset
25172
25173 Another application for minipages are footnotes within tables.
25174  Due to a LaTeX restriction footnotes within tables doesn't appear at the
25175  bottom of the current page.
25176  But when you put the table with the footnote to a minipage, the footnote
25177  will appear at its bottom, numbered with Latin letters.
25178  The footnote number is reset to 1 in every minipage but not outside the
25179  minipages.
25180 \end_layout
25181
25182 \begin_layout Standard
25183 The footnote of this table doesn't appear: 
25184 \begin_inset Tabular
25185 <lyxtabular version="3" rows="3" columns="4">
25186 <features>
25187 <column alignment="center" valignment="top" leftline="true" width="0pt">
25188 <column alignment="center" valignment="top" leftline="true" width="0pt">
25189 <column alignment="center" valignment="top" leftline="true" width="0pt">
25190 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25191 <row topline="true">
25192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Standard
25196 1
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Standard
25205 2
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Standard
25214 3
25215 \begin_inset Foot
25216 status collapsed
25217
25218 \begin_layout Standard
25219 This is a footnote within a table.
25220 \end_layout
25221
25222 \end_inset
25223
25224
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Standard
25233 4
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 </row>
25239 <row topline="true">
25240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Standard
25244 a
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Standard
25253 b
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Standard
25262 c
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Standard
25271 d
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 </row>
25277 <row topline="true" bottomline="true">
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Standard
25282 e
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Standard
25291 f
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Standard
25300 g
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Standard
25309 h
25310 \end_layout
25311
25312 \end_inset
25313 </cell>
25314 </row>
25315 </lyxtabular>
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \begin_layout Standard
25323 \align center
25324 \begin_inset Box Frameless
25325 position "t"
25326 hor_pos "c"
25327 has_inner_box 1
25328 inner_pos "c"
25329 use_parbox 0
25330 width "30col%"
25331 special "none"
25332 height "1in"
25333 height_special "totalheight"
25334 status open
25335
25336 \begin_layout Standard
25337 \align center
25338 \begin_inset Tabular
25339 <lyxtabular version="3" rows="3" columns="4">
25340 <features>
25341 <column alignment="center" valignment="top" leftline="true" width="0pt">
25342 <column alignment="center" valignment="top" leftline="true" width="0pt">
25343 <column alignment="center" valignment="top" leftline="true" width="0pt">
25344 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25345 <row topline="true">
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Standard
25350 1
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Standard
25359 2
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Standard
25368 3
25369 \begin_inset Foot
25370 status collapsed
25371
25372 \begin_layout Standard
25373 This is a footnote within a table.
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Standard
25387 4
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 </row>
25393 <row topline="true">
25394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Standard
25398 a
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Standard
25407 b
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Standard
25416 c
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Standard
25425 d
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 </row>
25431 <row topline="true" bottomline="true">
25432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Standard
25436 e
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Standard
25445 f
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Standard
25454 g
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Standard
25463 h
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 </row>
25469 </lyxtabular>
25470
25471 \end_inset
25472
25473
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Standard
25482 \begin_inset VSpace bigskip
25483 \end_inset
25484
25485 The document-wide paragraph settings are ignored within minipages.
25486  That means that there will be no space between paragraphs in minipages
25487  although you set it to e.\InsetSpace \thinspace{}
25488 g.\InsetSpace ~
25489
25490 \family sans
25491 MedSkip
25492 \family default
25493  in the document settings.
25494 \end_layout
25495
25496 \begin_layout Standard
25497 Minipages can also be used to set a background color for text parts, see
25498  section\InsetSpace ~
25499
25500 \begin_inset LatexCommand ref
25501 reference "sub:Color-for-Paragraphs"
25502
25503 \end_inset
25504
25505 .
25506 \end_layout
25507
25508 \begin_layout Standard
25509 \begin_inset Note Greyedout
25510 status open
25511
25512 \begin_layout Standard
25513
25514 \series bold
25515 Note:
25516 \series default
25517  You cannot have floats or margin notes inside minipages but minipages can
25518  be used inside tables, floats, and other boxes.
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \begin_layout Section
25527 Parboxes
25528 \begin_inset LatexCommand label
25529 name "sec:Parboxes"
25530
25531 \end_inset
25532
25533
25534 \begin_inset LatexCommand index
25535 name "Boxes ! Parboxes"
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Standard
25543 Parboxes are very similar to minipages with the difference that they cannot
25544  have footnotes.
25545  The main difference to minipages is that minipages are in contrary to parboxes
25546  no real boxes but LaTeX-environments.
25547 \end_layout
25548
25549 \begin_layout Standard
25550 \align center
25551 \begin_inset Box Frameless
25552 position "t"
25553 hor_pos "c"
25554 has_inner_box 1
25555 inner_pos "t"
25556 use_parbox 1
25557 width "33col%"
25558 special "none"
25559 height "1in"
25560 height_special "totalheight"
25561 status collapsed
25562
25563 \begin_layout Standard
25564 This a text within a parbox.
25565  This a text within a parbox.
25566 \end_layout
25567
25568 \begin_layout Standard
25569 This footnote won't appear:
25570 \begin_inset Foot
25571 status collapsed
25572
25573 \begin_layout Standard
25574 This footnote is inside a parbox and will therefore not appear.
25575 \end_layout
25576
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \end_inset
25583
25584
25585 \end_layout
25586
25587 \begin_layout Section
25588 Boxes for Words and Characters
25589 \begin_inset LatexCommand index
25590 name "Boxes ! for Characters"
25591
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \begin_layout Subsection
25598 Prevent Hyphenation
25599 \begin_inset LatexCommand label
25600 name "sec:Prevent-Hyphenation"
25601
25602 \end_inset
25603
25604
25605 \begin_inset LatexCommand index
25606 name "Boxes ! to Prevent Hyphenation"
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \begin_layout Standard
25614 You can use a special kind of boxes to prevent words or text to be hyphenated.
25615 \newline
25616 Her
25617 e is an example text:
25618 \end_layout
25619
25620 \begin_layout Standard
25621 This line is an example to show how you can prevent the hyphenation of 
25622 \begin_inset Quotes eld
25623 \end_inset
25624
25625 veryverylongword
25626 \begin_inset Quotes erd
25627 \end_inset
25628
25629 .
25630 \end_layout
25631
25632 \begin_layout Standard
25633 To prevent the hyphenation of the word 
25634 \begin_inset Quotes eld
25635 \end_inset
25636
25637 veryverylongword
25638 \begin_inset Quotes erd
25639 \end_inset
25640
25641 , add the command
25642 \end_layout
25643
25644 \begin_layout Standard
25645
25646 \series bold
25647
25648 \backslash
25649 mbox{
25650 \end_layout
25651
25652 \begin_layout Standard
25653 in ERT before the word.
25654  Behind the word insert a closing brace 
25655 \begin_inset Quotes eld
25656 \end_inset
25657
25658
25659 \series bold
25660 }
25661 \series default
25662
25663 \begin_inset Quotes erd
25664 \end_inset
25665
25666  in ERT.
25667 \begin_inset ERT
25668 status collapsed
25669
25670 \begin_layout Standard
25671
25672
25673 \backslash
25674 pagebreak 
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 This is the result:
25684 \end_layout
25685
25686 \begin_layout Standard
25687 This line is an example to show how you can prevent the hyphenation of 
25688 \begin_inset ERT
25689 status collapsed
25690
25691 \begin_layout Standard
25692
25693
25694 \backslash
25695 mbox{
25696 \end_layout
25697
25698 \end_inset
25699
25700
25701 \begin_inset Quotes eld
25702 \end_inset
25703
25704 veryverylongword
25705 \begin_inset Quotes erd
25706 \end_inset
25707
25708 .
25709 \begin_inset ERT
25710 status collapsed
25711
25712 \begin_layout Standard
25713
25714 }
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723 You can alternatively set the command 
25724 \begin_inset Quotes eld
25725 \end_inset
25726
25727
25728 \series bold
25729
25730 \backslash
25731 -
25732 \series default
25733
25734 \begin_inset Quotes grd
25735 \end_inset
25736
25737  as ERT directly before the word:
25738 \end_layout
25739
25740 \begin_layout Standard
25741 This line is an example to show how you can prevent the hyphenation of 
25742 \begin_inset Quotes eld
25743 \end_inset
25744
25745
25746 \begin_inset ERT
25747 status collapsed
25748
25749 \begin_layout Standard
25750
25751
25752 \backslash
25753 -
25754 \end_layout
25755
25756 \end_inset
25757
25758 veryverylongword
25759 \begin_inset Quotes erd
25760 \end_inset
25761
25762 .
25763 \end_layout
25764
25765 \begin_layout Standard
25766 Of course the word now protrudes over the side margin.
25767  To avoid this, add via the menu 
25768 \family sans
25769 Insert\SpecialChar \menuseparator
25770 Special\InsetSpace ~
25771 Formatting\SpecialChar \menuseparator
25772 Line\InsetSpace ~
25773 Break
25774 \family default
25775  (shortcut 
25776 \series bold
25777 Ctrl-Return
25778 \series default
25779 ) a line break before the word:
25780 \end_layout
25781
25782 \begin_layout Standard
25783 This line is an example to show how you can prevent the hyphenation of 
25784 \newline
25785
25786 \begin_inset ERT
25787 status collapsed
25788
25789 \begin_layout Standard
25790
25791
25792 \backslash
25793 mbox{
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \begin_inset Quotes eld
25800 \end_inset
25801
25802 veryverylongword
25803 \begin_inset Quotes erd
25804 \end_inset
25805
25806 .
25807 \begin_inset ERT
25808 status collapsed
25809
25810 \begin_layout Standard
25811
25812 }
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Subsection
25821 Vertical Alignment
25822 \begin_inset LatexCommand label
25823 name "sub:Vertical-Alignment"
25824
25825 \end_inset
25826
25827
25828 \begin_inset LatexCommand index
25829 name "Boxes ! for Vertical Alignment"
25830
25831 \end_inset
25832
25833
25834 \begin_inset LatexCommand index
25835 name "Boxes ! Raiseboxes"
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \begin_layout Standard
25843 With the help of the command 
25844 \series bold
25845
25846 \backslash
25847 raisebox
25848 \series default
25849  you can align words, characters or other boxes vertically to the surrounding
25850  text.
25851  
25852 \series bold
25853
25854 \backslash
25855 raisebox
25856 \series default
25857  is used with the following scheme:
25858 \end_layout
25859
25860 \begin_layout Standard
25861
25862 \series bold
25863
25864 \backslash
25865 raisebox{lift}[height][depth]{box content}
25866 \end_layout
25867
25868 \begin_layout Standard
25869 The lift can be a positive value to raise the box or a negative value to
25870  lower the box.
25871 \end_layout
25872
25873 \begin_layout Standard
25874 To align for example the word 
25875 \begin_inset Quotes eld
25876 \end_inset
25877
25878 preventing
25879 \begin_inset Quotes erd
25880 \end_inset
25881
25882  so that the bottom of the 
25883 \begin_inset Quotes eld
25884 \end_inset
25885
25886 deepest
25887 \begin_inset Quotes erd
25888 \end_inset
25889
25890  character 
25891 \begin_inset Quotes eld
25892 \end_inset
25893
25894 p
25895 \begin_inset Quotes erd
25896 \end_inset
25897
25898  is at the baseline, insert the command
25899 \end_layout
25900
25901 \begin_layout Standard
25902
25903 \series bold
25904
25905 \backslash
25906 raisebox{
25907 \backslash
25908 depth}{
25909 \end_layout
25910
25911 \begin_layout Standard
25912 in ERT before the word.
25913  Behind the word insert a closing brace 
25914 \begin_inset Quotes eld
25915 \end_inset
25916
25917
25918 \series bold
25919 }
25920 \series default
25921
25922 \begin_inset Quotes erd
25923 \end_inset
25924
25925  in ERT.
25926 \newline
25927 This is the result:
25928 \end_layout
25929
25930 \begin_layout Standard
25931 This is a text line with the word 
25932 \begin_inset ERT
25933 status collapsed
25934
25935 \begin_layout Standard
25936
25937
25938 \backslash
25939 raisebox{
25940 \backslash
25941 depth}{
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \begin_inset Quotes eld
25948 \end_inset
25949
25950 preventing
25951 \begin_inset Quotes erd
25952 \end_inset
25953
25954
25955 \begin_inset ERT
25956 status collapsed
25957
25958 \begin_layout Standard
25959
25960 }
25961 \end_layout
25962
25963 \end_inset
25964
25965  as raised word.
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \begin_inset VSpace bigskip
25970 \end_inset
25971
25972 When you raise or lower characters in a line, the line distance will be
25973  spread:
25974 \end_layout
25975
25976 \begin_layout Standard
25977 This is a text line with the word 
25978 \begin_inset ERT
25979 status collapsed
25980
25981 \begin_layout Standard
25982
25983
25984 \backslash
25985 raisebox{-
25986 \backslash
25987 depth}{
25988 \end_layout
25989
25990 \end_inset
25991
25992
25993 \begin_inset Quotes eld
25994 \end_inset
25995
25996 preventing
25997 \begin_inset Quotes erd
25998 \end_inset
25999
26000
26001 \begin_inset ERT
26002 status collapsed
26003
26004 \begin_layout Standard
26005
26006 }
26007 \end_layout
26008
26009 \end_inset
26010
26011  as lowered word.
26012 \newline
26013 This is a text line with the word 
26014 \begin_inset ERT
26015 status collapsed
26016
26017 \begin_layout Standard
26018
26019
26020 \backslash
26021 raisebox{0.5cm}{
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \begin_inset Quotes eld
26028 \end_inset
26029
26030 testing
26031 \begin_inset Quotes erd
26032 \end_inset
26033
26034
26035 \begin_inset ERT
26036 status collapsed
26037
26038 \begin_layout Standard
26039
26040 }
26041 \end_layout
26042
26043 \end_inset
26044
26045  as raised word.
26046 \end_layout
26047
26048 \begin_layout Standard
26049 If you want to prevent this for a certain reason, set the box height to
26050  a zero value.
26051  For example use
26052 \end_layout
26053
26054 \begin_layout Standard
26055
26056 \series bold
26057
26058 \backslash
26059 raisebox{-
26060 \backslash
26061 depth}[0pt]{
26062 \end_layout
26063
26064 \begin_layout Standard
26065 This is a text line with the word 
26066 \begin_inset ERT
26067 status collapsed
26068
26069 \begin_layout Standard
26070
26071
26072 \backslash
26073 raisebox{-
26074 \backslash
26075 depth}[0pt]{
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \begin_inset Quotes eld
26082 \end_inset
26083
26084 preventing
26085 \begin_inset Quotes erd
26086 \end_inset
26087
26088
26089 \begin_inset ERT
26090 status collapsed
26091
26092 \begin_layout Standard
26093
26094 }
26095 \end_layout
26096
26097 \end_inset
26098
26099  as lowered word.
26100 \newline
26101 This is a text line with the word 
26102 \begin_inset ERT
26103 status collapsed
26104
26105 \begin_layout Standard
26106
26107
26108 \backslash
26109 raisebox{0.5cm}[0pt]{
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \begin_inset Quotes eld
26116 \end_inset
26117
26118 testing
26119 \begin_inset Quotes erd
26120 \end_inset
26121
26122
26123 \begin_inset ERT
26124 status collapsed
26125
26126 \begin_layout Standard
26127
26128 }
26129 \end_layout
26130
26131 \end_inset
26132
26133  as raised word.
26134 \end_layout
26135
26136 \begin_layout Section
26137 Colored Boxes
26138 \begin_inset LatexCommand label
26139 name "sec:Colored-Boxes"
26140
26141 \end_inset
26142
26143
26144 \begin_inset LatexCommand index
26145 name "Boxes ! Color"
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Subsection
26153 Color for Text
26154 \begin_inset LatexCommand index
26155 name "Color ! for Text"
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \begin_layout Standard
26163 To color the background of text the text must be put into a so called 
26164 \begin_inset Quotes eld
26165 \end_inset
26166
26167 colorbox
26168 \begin_inset Quotes erd
26169 \end_inset
26170
26171 .
26172  This requires that the LaTeX-package 
26173 \series bold
26174 color
26175 \series default
26176
26177 \begin_inset LatexCommand index
26178 name "LaTeX-packages ! color"
26179
26180 \end_inset
26181
26182  is loaded in the document preamble with the command
26183 \end_layout
26184
26185 \begin_layout Standard
26186
26187 \series bold
26188
26189 \backslash
26190 @ifundef\SpecialChar \textcompwordmark{}
26191 ined{textcolor}
26192 \newline
26193
26194 \begin_inset ERT
26195 status collapsed
26196
26197 \begin_layout Standard
26198
26199
26200 \backslash
26201 hphantom{ }
26202 \end_layout
26203
26204 \end_inset
26205
26206 {
26207 \backslash
26208 usepackage{color}}{}
26209 \end_layout
26210
26211 \begin_layout Standard
26212 The package 
26213 \series bold
26214 color
26215 \series default
26216  will be loaded automatically by LyX when you color text
26217 \begin_inset Foot
26218 status collapsed
26219
26220 \begin_layout Standard
26221 To avoid that it is loaded twice the command 
26222 \series bold
26223
26224 \backslash
26225 @ifundef\SpecialChar \textcompwordmark{}
26226 ined
26227 \series default
26228  is used.
26229 \end_layout
26230
26231 \end_inset
26232
26233 .
26234 \end_layout
26235
26236 \begin_layout Standard
26237 \begin_inset VSpace medskip
26238 \end_inset
26239
26240 Colorboxes are created with the command 
26241 \series bold
26242
26243 \backslash
26244 colorbox
26245 \series default
26246 .
26247  This will be used with the following scheme:
26248 \end_layout
26249
26250 \begin_layout Standard
26251
26252 \series bold
26253
26254 \backslash
26255 colorbox{color}{box content}
26256 \end_layout
26257
26258 \begin_layout Standard
26259 The box content can also be a box and colorboxes can also be within other
26260  boxes.
26261 \end_layout
26262
26263 \begin_layout Standard
26264 The following colors are predefined:
26265 \newline
26266
26267 \family sans
26268 black
26269 \family default
26270
26271 \family sans
26272 blue
26273 \family default
26274
26275 \family sans
26276 cyan
26277 \family default
26278 \series bold
26279 ,
26280 \series default
26281  
26282 \family sans
26283 green
26284 \family default
26285
26286 \family sans
26287 magenta
26288 \family default
26289
26290 \family sans
26291 red
26292 \family default
26293
26294 \family sans
26295 white
26296 \family default
26297 , and 
26298 \family sans
26299 yellow
26300 \family default
26301 .
26302 \newline
26303 You can also define your own color as described in section\InsetSpace ~
26304
26305 \begin_inset LatexCommand ref
26306 reference "sec:Colored-Tables"
26307
26308 \end_inset
26309
26310 .
26311 \end_layout
26312
26313 \begin_layout Standard
26314 To have e.\InsetSpace \thinspace{}
26315 g.\InsetSpace ~
26316 a red background for a word, insert the command
26317 \end_layout
26318
26319 \begin_layout Standard
26320
26321 \series bold
26322
26323 \backslash
26324 colorbox{red}{
26325 \end_layout
26326
26327 \begin_layout Standard
26328 before the word in ERT.
26329  Behind the word insert a closing brace 
26330 \begin_inset Quotes eld
26331 \end_inset
26332
26333
26334 \series bold
26335 }
26336 \series default
26337
26338 \begin_inset Quotes erd
26339 \end_inset
26340
26341  in ERT.
26342 \newline
26343 This is the result:
26344 \end_layout
26345
26346 \begin_layout Standard
26347 This is a line where the word 
26348 \begin_inset ERT
26349 status collapsed
26350
26351 \begin_layout Standard
26352
26353
26354 \backslash
26355 colorbox{red}{
26356 \end_layout
26357
26358 \end_inset
26359
26360
26361 \begin_inset Quotes eld
26362 \end_inset
26363
26364 Attention!
26365 \begin_inset Quotes erd
26366 \end_inset
26367
26368
26369 \begin_inset ERT
26370 status collapsed
26371
26372 \begin_layout Standard
26373
26374 }
26375 \end_layout
26376
26377 \end_inset
26378
26379  has a red background.
26380 \end_layout
26381
26382 \begin_layout Standard
26383 \begin_inset VSpace bigskip
26384 \end_inset
26385
26386 If you would have the box frame in a different color, you can use the command
26387  
26388 \series bold
26389
26390 \backslash
26391 fcolorbox
26392 \series default
26393  with the following scheme:
26394 \end_layout
26395
26396 \begin_layout Standard
26397
26398 \series bold
26399
26400 \backslash
26401 fcolorbox{frame color}{box color}{box content}
26402 \end_layout
26403
26404 \begin_layout Standard
26405
26406 \series bold
26407
26408 \backslash
26409 fcolorbox
26410 \series default
26411  is an extension to 
26412 \series bold
26413
26414 \backslash
26415 colorbox
26416 \series default
26417 .
26418  The frame thickness and the space between the frame and the box content
26419  can be adjusted with the lengths 
26420 \series bold
26421
26422 \backslash
26423 fboxrule
26424 \series default
26425  and 
26426 \series bold
26427
26428 \backslash
26429 fboxsep
26430 \series default
26431 , respectively, as described in section\InsetSpace ~
26432
26433 \begin_inset LatexCommand ref
26434 reference "sec:Framed-Boxes"
26435
26436 \end_inset
26437
26438 .
26439 \end_layout
26440
26441 \begin_layout Standard
26442 For the following example the command
26443 \end_layout
26444
26445 \begin_layout Standard
26446
26447 \series bold
26448
26449 \backslash
26450 fcolorbox{cyan}{magenta}{
26451 \end_layout
26452
26453 \begin_layout Standard
26454 was used.
26455 \end_layout
26456
26457 \begin_layout Standard
26458 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
26459 mm:
26460 \newline
26461
26462 \begin_inset ERT
26463 status collapsed
26464
26465 \begin_layout Standard
26466
26467
26468 \backslash
26469 fboxrule 1mm 
26470 \backslash
26471 fboxsep 1mm
26472 \end_layout
26473
26474 \end_inset
26475
26476
26477 \begin_inset ERT
26478 status collapsed
26479
26480 \begin_layout Standard
26481
26482
26483 \backslash
26484 fcolorbox{cyan}{magenta}{
26485 \end_layout
26486
26487 \end_inset
26488
26489 This is text within a colored, framed box.
26490 \begin_inset ERT
26491 status collapsed
26492
26493 \begin_layout Standard
26494
26495 }
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Standard
26504 \begin_inset VSpace bigskip
26505 \end_inset
26506
26507 Of course you can also have colored text inside a colorbox:
26508 \newline
26509
26510 \begin_inset ERT
26511 status collapsed
26512
26513 \begin_layout Standard
26514
26515
26516 \backslash
26517 fcolorbox{cyan}{magenta}{
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \color yellow
26524 This is colored text within a colored, framed box.
26525 \color none
26526
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Standard
26531
26532 }
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \begin_inset ERT
26539 status collapsed
26540
26541 \begin_layout Standard
26542
26543
26544 \backslash
26545 fboxrule 0.4pt 
26546 \backslash
26547 fboxsep 3pt
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \begin_layout Standard
26556
26557 \series bold
26558 \begin_inset VSpace medskip
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \begin_layout Standard
26565 \begin_inset Note Greyedout
26566 status open
26567
26568 \begin_layout Standard
26569
26570 \series bold
26571 Note:
26572 \series default
26573  Text in colorboxes cannot have line breaks.
26574  To color multiple text lines or paragraphs, use a box inside a colorbox
26575  as described in the following.
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \begin_layout Subsection
26584 Color for Paragraphs
26585 \begin_inset LatexCommand label
26586 name "sub:Color-for-Paragraphs"
26587
26588 \end_inset
26589
26590
26591 \begin_inset LatexCommand index
26592 name "Color ! for Paragraphs"
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \begin_layout Standard
26600 To set the background color for more than one text line, put the text into
26601  a minipage.
26602  Before the minipage insert the 
26603 \series bold
26604
26605 \backslash
26606 colorbox
26607 \series default
26608  command
26609 \end_layout
26610
26611 \begin_layout Standard
26612
26613 \series bold
26614
26615 \backslash
26616 colorbox{color}{
26617 \end_layout
26618
26619 \begin_layout Standard
26620 in ERT.
26621  Behind the minipage insert a closing brace 
26622 \begin_inset Quotes eld
26623 \end_inset
26624
26625
26626 \series bold
26627 }
26628 \series default
26629
26630 \begin_inset Quotes erd
26631 \end_inset
26632
26633  in ERT.
26634 \end_layout
26635
26636 \begin_layout Standard
26637 \begin_inset ERT
26638 status collapsed
26639
26640 \begin_layout Standard
26641
26642
26643 \backslash
26644 colorbox{lightgrey}{
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \begin_inset Box Frameless
26651 position "t"
26652 hor_pos "c"
26653 has_inner_box 1
26654 inner_pos "t"
26655 use_parbox 0
26656 width "100col%"
26657 special "none"
26658 height "1in"
26659 height_special "totalheight"
26660 status collapsed
26661
26662 \begin_layout Standard
26663 This is text with background color.
26664  This is text with background color.
26665 \end_layout
26666
26667 \begin_layout Standard
26668 \begin_inset VSpace defskip
26669 \end_inset
26670
26671 The text can have footnotes
26672 \begin_inset Foot
26673 status collapsed
26674
26675 \begin_layout Standard
26676 Another example footnote
26677 \end_layout
26678
26679 \end_inset
26680
26681  and can include tables and figures.
26682 \end_layout
26683
26684 \begin_layout Standard
26685 \align center
26686 \begin_inset Tabular
26687 <lyxtabular version="3" rows="3" columns="3">
26688 <features>
26689 <column alignment="center" valignment="top" leftline="true" width="0">
26690 <column alignment="center" valignment="top" leftline="true" width="0">
26691 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26692 <row topline="true">
26693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Standard
26697 a
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26703 \begin_inset Text
26704
26705 \begin_layout Standard
26706 !
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26712 \begin_inset Text
26713
26714 \begin_layout Standard
26715 3
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row topline="true">
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Standard
26726 <
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Standard
26735 b2
26736 \begin_inset Quotes erd
26737 \end_inset
26738
26739 |
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Standard
26748 >
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 </row>
26754 <row topline="true" bottomline="true">
26755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Standard
26759 1
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Standard
26768 §
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Standard
26777 c
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 </row>
26783 </lyxtabular>
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \end_inset
26791
26792
26793 \begin_inset ERT
26794 status collapsed
26795
26796 \begin_layout Standard
26797
26798 }
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Section
26807 URLs (Uniform Resource Locators)
26808 \begin_inset LatexCommand index
26809 name "URLs"
26810
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \begin_layout Standard
26817 Links to web pages or email addresses can be inserted via the menu 
26818 \family sans
26819 Insert\SpecialChar \menuseparator
26820 URL
26821 \family default
26822 .
26823  The appearing URL dialog has two fields; the 
26824 \family sans
26825 URL
26826 \family default
26827  field and the 
26828 \family sans
26829 Name
26830 \family default
26831  field for the URL description, which will be typeset as plain text immediately
26832  before the URL.
26833 \end_layout
26834
26835 \begin_layout Standard
26836 Here is an example URL: 
26837 \begin_inset LatexCommand url
26838 name "LyX's homepage"
26839 target "http://www.lyx.org"
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \begin_layout Standard
26847 The option 
26848 \family sans
26849 Generate\InsetSpace ~
26850 hyperlink
26851 \family default
26852  in the URL dialog has only an affect when you export your document to the
26853  format 
26854 \begin_inset Quotes eld
26855 \end_inset
26856
26857
26858 \family sans
26859 LinuxDoc
26860 \family default
26861
26862 \begin_inset Quotes erd
26863 \end_inset
26864
26865 .
26866 \end_layout
26867
26868 \begin_layout Standard
26869 You cannot change the style of the link text.
26870  The text of the 
26871 \family sans
26872 Name
26873 \family default
26874  field will have the default text style of the document while the text of
26875  the 
26876 \family sans
26877 URL
26878 \family default
26879  field will have the style 
26880 \begin_inset Quotes eld
26881 \end_inset
26882
26883
26884 \family sans
26885 Typewriter
26886 \family default
26887
26888 \begin_inset Quotes erd
26889 \end_inset
26890
26891 .
26892 \end_layout
26893
26894 \begin_layout Standard
26895 When you use the LaTeX-package 
26896 \series bold
26897 hyperref
26898 \series default
26899
26900 \begin_inset LatexCommand index
26901 name "LaTeX-packages ! hyperref"
26902
26903 \end_inset
26904
26905  to link cross-references in the output, URLs will automatically become
26906  clickable hyperlinks in DVI and PDF-output.
26907 \end_layout
26908
26909 \begin_layout Standard
26910 \begin_inset Note Greyedout
26911 status open
26912
26913 \begin_layout Standard
26914
26915 \series bold
26916 Note:
26917 \series default
26918  When you use the following characters: "%", "#", "^", you have to write
26919  them with a preceding backslash, e.\InsetSpace \thinspace{}
26920 g.\InsetSpace ~
26921
26922 \begin_inset Quotes eld
26923 \end_inset
26924
26925
26926 \backslash
26927 #
26928 \begin_inset Quotes erd
26929 \end_inset
26930
26931 .
26932  URLs must not end with a backslash.
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \begin_layout Standard
26941 \begin_inset VSpace bigskip
26942 \end_inset
26943
26944 To create real hyperlinks without the force to write the link location to
26945  the text, you can use the command
26946 \end_layout
26947
26948 \begin_layout Standard
26949
26950 \series bold
26951
26952 \backslash
26953 href{link location}{link text}
26954 \end_layout
26955
26956 \begin_layout Standard
26957 in ERT.
26958  To get for example a link to LyX's web page, write the command
26959 \end_layout
26960
26961 \begin_layout Standard
26962
26963 \series bold
26964
26965 \backslash
26966 href{http://www.lyx.org}{
26967 \end_layout
26968
26969 \begin_layout Standard
26970 in ERT.
26971  Insert after the command the link text 
26972 \begin_inset Quotes eld
26973 \end_inset
26974
26975 LyX's homepage
26976 \begin_inset Quotes erd
26977 \end_inset
26978
26979  as normal text followed by a closing brace 
26980 \begin_inset Quotes eld
26981 \end_inset
26982
26983
26984 \series bold
26985 }
26986 \series default
26987
26988 \begin_inset Quotes erd
26989 \end_inset
26990
26991  in ERT.
26992  This is the result: 
26993 \begin_inset ERT
26994 status collapsed
26995
26996 \begin_layout Standard
26997
26998
26999 \backslash
27000 href{http://www.lyx.org}{
27001 \end_layout
27002
27003 \end_inset
27004
27005 LyX's homepage
27006 \begin_inset ERT
27007 status collapsed
27008
27009 \begin_layout Standard
27010
27011 }
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \begin_layout Standard
27020 To link to email addresses, add the prefix 
27021 \begin_inset Quotes eld
27022 \end_inset
27023
27024
27025 \family sans
27026 mailto:
27027 \family default
27028
27029 \begin_inset Quotes erd
27030 \end_inset
27031
27032  to the link location:
27033 \newline
27034 Email to 
27035 \begin_inset ERT
27036 status collapsed
27037
27038 \begin_layout Standard
27039
27040
27041 \backslash
27042 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
27043 \end_layout
27044
27045 \end_inset
27046
27047 lyx-docs mailing list
27048 \begin_inset ERT
27049 status collapsed
27050
27051 \begin_layout Standard
27052
27053 }
27054 \end_layout
27055
27056 \end_inset
27057
27058 .
27059 \end_layout
27060
27061 \begin_layout Standard
27062 Using 
27063 \series bold
27064
27065 \backslash
27066 href
27067 \series default
27068  instead of LyX's URL box has the advantage that you can specify the text
27069  style of the link text like for all other text parts.
27070  You can then set hyphenation points and forced linebreaks to have long
27071  link text broken at the page margin.
27072  You are furthermore able to change the text style for all URLs in your
27073  document with an option in 
27074 \series bold
27075 hyperref
27076 \series default
27077 's load command and the restrictions mentioned above doesn't apply for 
27078 \series bold
27079
27080 \backslash
27081 href
27082 \series default
27083 .
27084 \end_layout
27085
27086 \begin_layout Chapter
27087 External Stuff
27088 \begin_inset LatexCommand index
27089 name "External Stuff"
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \begin_layout Standard
27097 With the menu 
27098 \family sans
27099 Insert\SpecialChar \menuseparator
27100 File
27101 \family default
27102  you can insert external material to your document.
27103  This can be:
27104 \end_layout
27105
27106 \begin_layout Description
27107 LyX\InsetSpace ~
27108 Document Another LyX document; its content is directly inserted to your
27109  document.
27110 \end_layout
27111
27112 \begin_layout Description
27113 Plain\InsetSpace ~
27114 Text A text document; every of its text lines is inserted to your document
27115  as own paragraph.
27116 \end_layout
27117
27118 \begin_layout Description
27119 Plain\InsetSpace ~
27120 Text,\InsetSpace ~
27121 Join\InsetSpace ~
27122 Lines A text document; its text lines are inserted as they
27123  are.
27124  Empty text lines creates a new paragraph in your document.
27125 \end_layout
27126
27127 \begin_layout Description
27128 External\InsetSpace ~
27129 Material Files in various formats.
27130 \end_layout
27131
27132 \begin_layout Description
27133 Child\InsetSpace ~
27134 Document LyX or LaTeX-documents.
27135 \end_layout
27136
27137 \begin_layout Section
27138 External Material
27139 \begin_inset LatexCommand index
27140 name "External Stuff ! External Material"
27141
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \begin_layout Standard
27148 The external material feature allows you to insert files to your document
27149  without converting them previously to a format that can be read by the
27150  document output format because LyX takes care of needed conversions.
27151  This is similar to images that can be inserted in various image formats
27152  to LyX documents.
27153 \end_layout
27154
27155 \begin_layout Standard
27156 External material can be inserted via the 
27157 \family sans
27158 External Material
27159 \family default
27160  dialog that is accessible with the menu 
27161 \family sans
27162 Insert\SpecialChar \menuseparator
27163 File\SpecialChar \menuseparator
27164 External\InsetSpace ~
27165 Material
27166 \family default
27167 .
27168  Currently the following file types (
27169 \family sans
27170 Templates
27171 \family default
27172 ) are allowed:
27173 \end_layout
27174
27175 \begin_layout Description
27176 ChessDiagram This template supports chess position diagrams made with the
27177  program 
27178 \begin_inset ERT
27179 status collapsed
27180
27181 \begin_layout Standard
27182
27183
27184 \backslash
27185 href{http://en.wikipedia.org/wiki/XBoard}{
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \series bold
27192 XBoard
27193 \series default
27194
27195 \begin_inset ERT
27196 status collapsed
27197
27198 \begin_layout Standard
27199
27200 }
27201 \end_layout
27202
27203 \end_inset
27204
27205 .
27206 \end_layout
27207
27208 \begin_layout Description
27209 Date This inserts the date in the form 
27210 \emph on
27211 Day-Month-Year
27212 \emph default
27213 .
27214  This is a date inserted as external material: 
27215 \begin_inset External
27216         template Date
27217         filename .
27218
27219 \end_inset
27220
27221
27222 \newline
27223 The date is not shown within LyX, only in the output.
27224  There are two other methods of inserting a date: Via menu 
27225 \family sans
27226 Insert\SpecialChar \menuseparator
27227 Date
27228 \family default
27229  and with the LaTeX command 
27230 \series bold
27231
27232 \backslash
27233 today
27234 \series default
27235  as ERT.
27236  The different methods are compared in Table\InsetSpace ~
27237
27238 \begin_inset LatexCommand ref
27239 reference "tab:Comparison-of-the"
27240
27241 \end_inset
27242
27243 .
27244 \end_layout
27245
27246 \begin_layout Description
27247 LilyPond This template is used for music notation typeset with the program
27248 \begin_inset ERT
27249 status collapsed
27250
27251 \begin_layout Standard
27252
27253
27254 \backslash
27255 linebreak 
27256 \end_layout
27257
27258 \end_inset
27259
27260
27261 \begin_inset ERT
27262 status collapsed
27263
27264 \begin_layout Standard
27265
27266
27267 \backslash
27268 href{http://en.wikipedia.org/wiki/LilyPond}{
27269 \end_layout
27270
27271 \end_inset
27272
27273
27274 \series bold
27275 LilyPond
27276 \series default
27277
27278 \begin_inset ERT
27279 status collapsed
27280
27281 \begin_layout Standard
27282
27283 }
27284 \end_layout
27285
27286 \end_inset
27287
27288 .
27289 \begin_inset Note Note
27290 status collapsed
27291
27292 \begin_layout Standard
27293 The command 
27294 \series bold
27295
27296 \backslash
27297 linebreak
27298 \series default
27299  breaks the line while the remaining text in the line is stretched to the
27300  page margin.
27301 \end_layout
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Description
27309 RasterImage This can be used for bitmap images.
27310  Nearly all popular image formats are supported.
27311  The image can be treated in the 
27312 \family sans
27313 External material
27314 \family default
27315  dialog like the images that are usually included via the 
27316 \family sans
27317 Graphics
27318 \family default
27319  dialog as described in section\InsetSpace ~
27320
27321 \begin_inset LatexCommand ref
27322 reference "sec:Graphics-Dialog"
27323
27324 \end_inset
27325
27326 .
27327  The difference is that only raster images are allowed, that means that
27328  PDF and EPS-images are not supported.
27329 \end_layout
27330
27331 \begin_layout Description
27332 XFig This template supports images created with the program 
27333 \begin_inset ERT
27334 status collapsed
27335
27336 \begin_layout Standard
27337
27338
27339 \backslash
27340 href{http://en.wikipedia.org/wiki/Xfig}{
27341 \end_layout
27342
27343 \end_inset
27344
27345
27346 \series bold
27347 Xfig
27348 \series default
27349
27350 \begin_inset ERT
27351 status collapsed
27352
27353 \begin_layout Standard
27354
27355 }
27356 \end_layout
27357
27358 \end_inset
27359
27360 .
27361 \end_layout
27362
27363 \begin_layout Standard
27364 \begin_inset Float table
27365 placement h
27366 wide false
27367 sideways false
27368 status open
27369
27370 \begin_layout Standard
27371 \begin_inset Caption
27372
27373 \begin_layout Standard
27374 \begin_inset LatexCommand label
27375 name "tab:Comparison-of-the"
27376
27377 \end_inset
27378
27379 Comparison of the date input methods.
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Standard
27388 \align center
27389 \begin_inset Tabular
27390 <lyxtabular version="3" rows="4" columns="4">
27391 <features>
27392 <column alignment="center" valignment="top" leftline="true" width="0">
27393 <column alignment="center" valignment="top" leftline="true" width="0">
27394 <column alignment="center" valignment="top" leftline="true" width="0">
27395 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27396 <row topline="true">
27397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Standard
27401 Document format
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Standard
27410
27411 \family sans
27412 External Material\SpecialChar \menuseparator
27413 Date
27414 \end_layout
27415
27416 \end_inset
27417 </cell>
27418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27419 \begin_inset Text
27420
27421 \begin_layout Standard
27422
27423 \family sans
27424 Insert\SpecialChar \menuseparator
27425 Date
27426 \end_layout
27427
27428 \end_inset
27429 </cell>
27430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27431 \begin_inset Text
27432
27433 \begin_layout Standard
27434 command 
27435 \series bold
27436
27437 \backslash
27438 today
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 </row>
27444 <row topline="true">
27445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27446 \begin_inset Text
27447
27448 \begin_layout Standard
27449 LyX
27450 \end_layout
27451
27452 \end_inset
27453 </cell>
27454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27455 \begin_inset Text
27456
27457 \begin_layout Standard
27458 as inset box
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Standard
27467 as date
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Standard
27476 as ERT inset box
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 </row>
27482 <row topline="true">
27483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Standard
27487 LaTeX
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Standard
27496 as date
27497 \end_layout
27498
27499 \end_inset
27500 </cell>
27501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Standard
27505 as date
27506 \end_layout
27507
27508 \end_inset
27509 </cell>
27510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Standard
27514 as command
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 </row>
27520 <row topline="true" bottomline="true">
27521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Standard
27525 DVI, PDF, PS
27526 \end_layout
27527
27528 \end_inset
27529 </cell>
27530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27531 \begin_inset Text
27532
27533 \begin_layout Standard
27534 as date
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27540 \begin_inset Text
27541
27542 \begin_layout Standard
27543 as date
27544 \end_layout
27545
27546 \end_inset
27547 </cell>
27548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Standard
27552 as date
27553 \end_layout
27554
27555 \end_inset
27556 </cell>
27557 </row>
27558 </lyxtabular>
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \begin_layout Standard
27571 When you use the option 
27572 \family sans
27573 Draft
27574 \family default
27575  in the 
27576 \family sans
27577 File
27578 \family default
27579  tab of the 
27580 \family sans
27581 External Material
27582 \family default
27583  dialog, only the path to the inserted file is shown in the output.
27584 \newline
27585 External
27586  material is displayed in LyX either as box like this: 
27587 \begin_inset Graphics
27588         filename clipart/ExternalMaterialQt4.png
27589         scale 85
27590         scaleBeforeRotation
27591
27592 \end_inset
27593
27594  or as image, depending on the setting in the 
27595 \family sans
27596 LyX\InsetSpace ~
27597 View
27598 \family default
27599  tab of the 
27600 \family sans
27601 External Material
27602 \family default
27603  dialog.
27604 \end_layout
27605
27606 \begin_layout Standard
27607 The 
27608 \family sans
27609 \emph on
27610 Customization
27611 \family default
27612 \emph default
27613  manual explains how you can define your own templates.
27614 \end_layout
27615
27616 \begin_layout Section
27617 Child Documents
27618 \begin_inset LatexCommand label
27619 name "sec:Child-Documents"
27620
27621 \end_inset
27622
27623
27624 \begin_inset LatexCommand index
27625 name "External Stuff ! Child Documents"
27626
27627 \end_inset
27628
27629
27630 \begin_inset LatexCommand index
27631 name "Files ! Include"
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \begin_layout Standard
27639 Child documents are used when you have a long document consisting of several
27640  larger parts or sections.
27641  For maintenance it is often useful and sometimes even required to split
27642  the document in several files that can be revised separately.
27643  The different documents are then the so called child documents and a master
27644  document connects them to print the full document or parts of it.
27645 \end_layout
27646
27647 \begin_layout Standard
27648 Included documents are displayed in LyX as a box like this: 
27649 \begin_inset Graphics
27650         filename clipart/ChildDocumentQt4.png
27651         scale 85
27652         scaleBeforeRotation
27653
27654 \end_inset
27655
27656  To include child documents to a master document use the menu 
27657 \family sans
27658 Insert\SpecialChar \menuseparator
27659 File\SpecialChar \menuseparator
27660 Child\InsetSpace ~
27661 Documents
27662 \family default
27663 .
27664  A dialog pops up where you can choose between four include methods:
27665 \end_layout
27666
27667 \begin_layout Description
27668 Include You can include LyX and LaTeX-documents.
27669  When you press the 
27670 \family sans
27671 Load
27672 \family default
27673  button in the 
27674 \family sans
27675 Child Document
27676 \family default
27677  dialog, the included documents will be opened in LyX in a new file tab
27678  so that you can modify it.
27679 \newline
27680
27681 \end_layout
27682
27683 \begin_layout Standard
27684 Here is a child document inserted using 
27685 \family sans
27686 Include
27687 \family default
27688
27689 \begin_inset Include \include{DummyDocument1.lyx}
27690 preview false
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Standard
27698 The section numbering includes the sections of the included files in the
27699  order they are inserted in the master document.
27700  The included example document has for example a subsection that is numbered
27701  as subsection of this section.
27702  Labels of included documents can be referenced: Subsection\InsetSpace ~
27703
27704 \begin_inset LatexCommand ref
27705 reference "sub:External-Subsection-1"
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Standard
27713 The preamble of the child document is ignored, only the preamble of the
27714  master document is used.
27715  Included documents are inserted starting on a new page and end with a pagebreak.
27716 \end_layout
27717
27718 \begin_layout Standard
27719 With the LaTeX-command 
27720 \series bold
27721
27722 \backslash
27723 includeonly 
27724 \series default
27725 you can specify which included child documents are processed when the output
27726  is generated.
27727  This is useful when you are perhaps only working on a certain chapter of
27728  your large document as this saves compiling time.
27729  
27730 \series bold
27731
27732 \backslash
27733 includeonly
27734 \series default
27735  is inserted to the master document preamble.
27736  It takes a comma-separated list of the filenames as argument, e.g.
27737 \end_layout
27738
27739 \begin_layout Standard
27740
27741 \series bold
27742
27743 \backslash
27744 includeonly{chapter1,chapter5}
27745 \end_layout
27746
27747 \begin_layout Standard
27748 will only process the included files named 
27749 \begin_inset Quotes eld
27750 \end_inset
27751
27752 chapter1.lyx
27753 \begin_inset Quotes erd
27754 \end_inset
27755
27756  (or 
27757 \begin_inset Quotes eld
27758 \end_inset
27759
27760 chapter1.tex
27761 \begin_inset Quotes erd
27762 \end_inset
27763
27764 ) and 
27765 \begin_inset Quotes eld
27766 \end_inset
27767
27768 chapter5.lyx
27769 \begin_inset Quotes erd
27770 \end_inset
27771
27772  .
27773 \end_layout
27774
27775 \begin_layout Standard
27776 \begin_inset Note Greyedout
27777 status open
27778
27779 \begin_layout Standard
27780
27781 \series bold
27782 Note:
27783 \series default
27784  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
27785 w the document in case that the child document uses another document class
27786  than the master document as this will lead to unexpected outputs.
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Description
27795 Input This method is very similar to the Include method.
27796  The differences are:
27797 \end_layout
27798
27799 \begin_deeper
27800 \begin_layout Itemize
27801 Input files don't start with a new page and don't end with a pagebreak.
27802 \end_layout
27803
27804 \begin_layout Itemize
27805 Input files can be previewed in LyX when 
27806 \family sans
27807 Instant\InsetSpace ~
27808 Preview
27809 \family default
27810  is enabled in LyX's preferences under 
27811 \family sans
27812 Look\InsetSpace ~
27813 and\InsetSpace ~
27814 feel\SpecialChar \menuseparator
27815 Graphics
27816 \family default
27817 .
27818 \end_layout
27819
27820 \begin_layout Itemize
27821 The LaTeX-command 
27822 \series bold
27823
27824 \backslash
27825 includeonly
27826 \series default
27827  cannot be used.
27828 \end_layout
27829
27830 \end_deeper
27831 \begin_layout Standard
27832 Here is a child document inserted using 
27833 \family sans
27834 Input
27835 \family default
27836
27837 \begin_inset Include \input{DummyDocument2.lyx}
27838 preview false
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \begin_layout Description
27846 Verbatim With this method every text file can be included.
27847  The file is shown in the output with its source code, no command used in
27848  the text is invoked.
27849  You can use the option 
27850 \family sans
27851 Mark spaces in output
27852 \family default
27853  that displays the character 
27854 \begin_inset Quotes eld
27855 \end_inset
27856
27857
27858 \begin_inset ERT
27859 status collapsed
27860
27861 \begin_layout Standard
27862
27863
27864 \backslash
27865 textvisiblespace 
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \begin_inset Quotes erd
27872 \end_inset
27873
27874  for every space character in the source code.
27875  The difference to the method via the menu 
27876 \family sans
27877 Insert\SpecialChar \menuseparator
27878 File\SpecialChar \menuseparator
27879 Plain\InsetSpace ~
27880 Text
27881 \family default
27882  is that the document content is not shown in LyX.
27883 \end_layout
27884
27885 \begin_layout Standard
27886 Here is a child document inserted as Verbatim: 
27887 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
27888 preview false
27889
27890 \end_inset
27891
27892
27893 \begin_inset VSpace bigskip
27894 \end_inset
27895
27896 Here is a child document inserted as Verbatim using the 
27897 \family sans
27898 Mark spaces in output
27899 \family default
27900  option: 
27901 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
27902 preview false
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \begin_layout Standard
27910 \begin_inset VSpace bigskip
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Standard
27917 \begin_inset Note Greyedout
27918 status open
27919
27920 \begin_layout Standard
27921
27922 \series bold
27923 Note:
27924 \series default
27925  As you can see in the examples above, the text of the documents included
27926  as 
27927 \family sans
27928 verbatim
27929 \family default
27930  is not broken at the end of the document lines.
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \begin_layout Description
27939 Listings This type is described in chapter\InsetSpace ~
27940
27941 \begin_inset LatexCommand ref
27942 reference "cha:Program-Code-Listings"
27943
27944 \end_inset
27945
27946 .
27947 \end_layout
27948
27949 \begin_layout Standard
27950 \begin_inset Note Greyedout
27951 status open
27952
27953 \begin_layout Standard
27954
27955 \series bold
27956 Note:
27957 \series default
27958  Including the same document twice in a document using different methods
27959  could cause LaTeX-problems.
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Chapter
27968 Program Code Listings
27969 \begin_inset LatexCommand label
27970 name "cha:Program-Code-Listings"
27971
27972 \end_inset
27973
27974
27975 \begin_inset LatexCommand index
27976 name "Listings"
27977
27978 \end_inset
27979
27980
27981 \begin_inset LatexCommand index
27982 name "Program Code"
27983
27984 \end_inset
27985
27986
27987 \begin_inset LatexCommand index
27988 name "Floats ! Listings"
27989
27990 \end_inset
27991
27992
27993 \end_layout
27994
27995 \begin_layout Standard
27996 To include and typeset program code you can use the 
27997 \family sans
27998 Listings
27999 \family default
28000  inset that can be inserted via the menu 
28001 \family sans
28002 Insert\SpecialChar \menuseparator
28003 Program Listing
28004 \family default
28005 .
28006  The LaTeX-package 
28007 \series bold
28008 listings
28009 \series default
28010
28011 \begin_inset LatexCommand index
28012 name "LaTeX-packages ! listings"
28013
28014 \end_inset
28015
28016  provides a powerful and flexible way to insert program source code to your
28017  document.
28018 \end_layout
28019
28020 \begin_layout Standard
28021 When right-clicking on a listings inset a dialog pops up where you can set
28022  the listings format.
28023 \end_layout
28024
28025 \begin_layout Standard
28026 By default, a listing starts a new paragraph in the output.
28027  The placement option 
28028 \family sans
28029 Inline\InsetSpace ~
28030 listing
28031 \family default
28032  prints the listing inline like this: 
28033 \begin_inset listings
28034 lstparams "language={C++}"
28035 inline true
28036 status open
28037
28038 \begin_layout Standard
28039
28040 int a=5;
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \newline
28047 The option 
28048 \family sans
28049 Float
28050 \family default
28051  creates a listings float where you can specify the placement options 
28052 \begin_inset Quotes eld
28053 \end_inset
28054
28055
28056 \family sans
28057 h
28058 \family default
28059
28060 \begin_inset Quotes erd
28061 \end_inset
28062
28063
28064 \begin_inset Quotes eld
28065 \end_inset
28066
28067
28068 \family sans
28069 t
28070 \family default
28071
28072 \begin_inset Quotes erd
28073 \end_inset
28074
28075
28076 \begin_inset Quotes eld
28077 \end_inset
28078
28079
28080 \family sans
28081 b
28082 \family default
28083
28084 \begin_inset Quotes erd
28085 \end_inset
28086
28087 , and 
28088 \begin_inset Quotes eld
28089 \end_inset
28090
28091
28092 \family sans
28093 p
28094 \family default
28095
28096 \begin_inset Quotes erd
28097 \end_inset
28098
28099  corresponding to the float placement options described in section\InsetSpace ~
28100
28101 \begin_inset LatexCommand ref
28102 reference "sec:Float-Placement"
28103
28104 \end_inset
28105
28106 .
28107  The placement options can be mixed and are inserted without any separation,
28108  e.\InsetSpace \thinspace{}
28109 g.\InsetSpace ~
28110
28111 \begin_inset Quotes eld
28112 \end_inset
28113
28114
28115 \family sans
28116 htbp
28117 \family default
28118
28119 \begin_inset Quotes erd
28120 \end_inset
28121
28122 .
28123  The option 
28124 \begin_inset Quotes eld
28125 \end_inset
28126
28127 h
28128 \begin_inset Quotes erd
28129 \end_inset
28130
28131  has sometimes no effect, but you don't need to use the 
28132 \family sans
28133 Float
28134 \family default
28135  option in this case as also non-float listings can have captions and be
28136  referenced.
28137 \end_layout
28138
28139 \begin_layout Standard
28140 You can add captions to listings with the menu 
28141 \family sans
28142 Insert\SpecialChar \menuseparator
28143 Caption
28144 \family default
28145 .
28146  Listings can be referenced like floats: Listing\InsetSpace ~
28147
28148 \begin_inset LatexCommand ref
28149 reference "lst:Example-Listing"
28150
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \begin_layout Standard
28157 \begin_inset listings
28158 lstparams "language=Python"
28159 inline false
28160 status open
28161
28162 \begin_layout Standard
28163
28164 \begin_inset Caption
28165
28166 \begin_layout Standard
28167 \begin_inset LatexCommand label
28168 name "lst:Example-Listing"
28169
28170 \end_inset
28171
28172 Example Listing float
28173 \end_layout
28174
28175 \end_inset
28176
28177 # Example listing float
28178 \end_layout
28179
28180 \begin_layout Standard
28181
28182 def func(param):
28183 \end_layout
28184
28185 \begin_layout Standard
28186
28187     'this is a python function'
28188 \end_layout
28189
28190 \begin_layout Standard
28191
28192     pass
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Standard
28201 When you have set a programming language in the listings dialog, the keywords
28202  of this language will be recognized and specially typeset in the output.
28203  In the example listings the Python keyword 
28204 \begin_inset Quotes eld
28205 \end_inset
28206
28207 def
28208 \begin_inset Quotes erd
28209 \end_inset
28210
28211  is recognized and printed bold in the output.
28212 \end_layout
28213
28214 \begin_layout Standard
28215 In section 
28216 \family sans
28217 Line\InsetSpace ~
28218 numbering
28219 \family default
28220  of the listings dialog you can specify the line numbering style.
28221  You can insert a number to specify which lines are numbered to the field
28222  
28223 \family sans
28224 Step
28225 \family default
28226 .
28227  When you insert e.g.
28228  
28229 \begin_inset Quotes eld
28230 \end_inset
28231
28232 3
28233 \begin_inset Quotes erd
28234 \end_inset
28235
28236 , only every 3rd line will be numbered.
28237 \end_layout
28238
28239 \begin_layout Standard
28240 You can furthermore specify a range of lines, only these will then appear
28241  in the output.
28242  The option 
28243 \family sans
28244 Extended\InsetSpace ~
28245 chars
28246 \family default
28247  should be used when you use national characters like the German umlauts
28248  in the listing.
28249 \newline
28250 Here is an example listing with left line numbering, step
28251  
28252 \begin_inset Quotes eld
28253 \end_inset
28254
28255 3
28256 \begin_inset Quotes erd
28257 \end_inset
28258
28259 , language 
28260 \begin_inset Quotes eld
28261 \end_inset
28262
28263 Python
28264 \begin_inset Quotes erd
28265 \end_inset
28266
28267 , options 
28268 \begin_inset Quotes eld
28269 \end_inset
28270
28271 Extended\InsetSpace ~
28272 chars
28273 \begin_inset Quotes erd
28274 \end_inset
28275
28276  and 
28277 \begin_inset Quotes eld
28278 \end_inset
28279
28280 Space\InsetSpace ~
28281 as\InsetSpace ~
28282 Symbol
28283 \begin_inset Quotes erd
28284 \end_inset
28285
28286 , range lines 3\InsetSpace \thinspace{}
28287 -\InsetSpace \thinspace{}
28288 8:
28289 \end_layout
28290
28291 \begin_layout Standard
28292 \begin_inset listings
28293 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
28294 inline false
28295 status open
28296
28297 \begin_layout Standard
28298
28299 def func(param):
28300 \end_layout
28301
28302 \begin_layout Standard
28303
28304     'this is a python function'
28305 \end_layout
28306
28307 \begin_layout Standard
28308
28309     pass
28310 \end_layout
28311
28312 \begin_layout Standard
28313
28314 def func(param):
28315 \end_layout
28316
28317 \begin_layout Standard
28318
28319 'This is a German word: Tschüß'
28320 \end_layout
28321
28322 \begin_layout Standard
28323
28324 pass
28325 \end_layout
28326
28327 \begin_layout Standard
28328
28329 def func(param):
28330 \end_layout
28331
28332 \begin_layout Standard
28333
28334 'this is a python function'
28335 \end_layout
28336
28337 \begin_layout Standard
28338
28339 pass
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \begin_layout Standard
28348 \begin_inset Note Greyedout
28349 status open
28350
28351 \begin_layout Standard
28352
28353 \series bold
28354 Note:
28355 \series default
28356  The line numbering is shifted by a line by every previous listing.
28357  That's the reason why the lines 2 and 5 are numbered in the above listing
28358  and not the lines 3 and 6.
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Standard
28367 \begin_inset VSpace bigskip
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \begin_layout Standard
28374 It is also possible to print lines from a file as listing.
28375  To do this, use the menu 
28376 \family sans
28377 Insert\SpecialChar \menuseparator
28378 File\SpecialChar \menuseparator
28379 Child Document
28380 \family default
28381  and choose the type 
28382 \family sans
28383 Listings
28384 \family default
28385 .
28386 \begin_inset Foot
28387 status collapsed
28388
28389 \begin_layout Standard
28390 The other child document types are described in section\InsetSpace ~
28391
28392 \begin_inset LatexCommand ref
28393 reference "sec:Child-Documents"
28394
28395 \end_inset
28396
28397 .
28398 \end_layout
28399
28400 \end_inset
28401
28402  In the child document dialog you can specify the listing parameters in
28403  a text box.
28404  To show a list of all available parameters, type in a question mark 
28405 \begin_inset Quotes eld
28406 \end_inset
28407
28408 ?
28409 \begin_inset Quotes erd
28410 \end_inset
28411
28412  in the text box.
28413 \end_layout
28414
28415 \begin_layout Standard
28416 To reference child document listings, write a label text into the corresponding
28417  field of the child document dialog.
28418  The label can then be referenced using the menu 
28419 \family sans
28420 Insert\SpecialChar \menuseparator
28421 Cross-Reference
28422 \family default
28423 .
28424 \end_layout
28425
28426 \begin_layout Standard
28427 Listing\InsetSpace ~
28428
28429 \begin_inset LatexCommand ref
28430 reference "lst:file-listing"
28431
28432 \end_inset
28433
28434  is an example for a listing of a file; there the lines 10\InsetSpace \thinspace{}
28435 -\InsetSpace \thinspace{}
28436 15 of this LyX
28437  file are listed.
28438 \end_layout
28439
28440 \begin_layout Standard
28441 \begin_inset Include \lstinputlisting{EmbeddedObjects.lyx}[breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15]
28442 preview false
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Standard
28450 \begin_inset VSpace bigskip
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \begin_layout Standard
28457 Global listings settings can be set in the 
28458 \family sans
28459 Document\SpecialChar \menuseparator
28460 Settings\SpecialChar \menuseparator
28461 Text Layout
28462 \family default
28463  dialog.
28464  To get there a list of available options, type in a question mark 
28465 \begin_inset Quotes eld
28466 \end_inset
28467
28468 ?
28469 \begin_inset Quotes erd
28470 \end_inset
28471
28472  in the 
28473 \family sans
28474 Listings\InsetSpace ~
28475 settings
28476 \family default
28477  field.
28478 \end_layout
28479
28480 \begin_layout Standard
28481 For more information about the 
28482 \series bold
28483 listings
28484 \series default
28485  package, we refer to its documentation 
28486 \begin_inset LatexCommand cite
28487 key "listings"
28488
28489 \end_inset
28490
28491 .
28492 \end_layout
28493
28494 \begin_layout Standard
28495
28496 \newpage
28497
28498 \end_layout
28499
28500 \begin_layout Chapter
28501 \start_of_appendix
28502 Units available in 
28503 \begin_inset ERT
28504 status collapsed
28505
28506 \begin_layout Standard
28507
28508
28509 \backslash
28510 texorpdfstring{
28511 \end_layout
28512
28513 \end_inset
28514
28515 LyX
28516 \begin_inset ERT
28517 status collapsed
28518
28519 \begin_layout Standard
28520
28521 }{LyX}
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \begin_inset LatexCommand index
28528 name "Units"
28529
28530 \end_inset
28531
28532
28533 \begin_inset LatexCommand label
28534 name "cha:Units-available-in"
28535
28536 \end_inset
28537
28538
28539 \begin_inset Note Note
28540 status collapsed
28541
28542 \begin_layout Standard
28543 The command 
28544 \backslash
28545 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
28546  are displayed wrongly in PDF-bookmarks.
28547  For more information about this, have a look at 
28548 \begin_inset LatexCommand cite
28549 key "hyperref"
28550
28551 \end_inset
28552
28553 .
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \end_layout
28560
28561 \begin_layout Standard
28562 To understand the units described in this documentation, Table\InsetSpace ~
28563
28564 \begin_inset LatexCommand ref
28565 reference "tab:Units"
28566
28567 \end_inset
28568
28569  explains all units available in LyX.
28570 \end_layout
28571
28572 \begin_layout Standard
28573 \begin_inset Float table
28574 placement h
28575 wide false
28576 sideways false
28577 status open
28578
28579 \begin_layout Standard
28580 \begin_inset Caption
28581
28582 \begin_layout Standard
28583 \begin_inset LatexCommand label
28584 name "tab:Units"
28585
28586 \end_inset
28587
28588 Units
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 \begin_inset VSpace medskip
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \begin_layout Standard
28604 \align center
28605 \begin_inset Tabular
28606 <lyxtabular version="3" rows="20" columns="2">
28607 <features>
28608 <column alignment="center" valignment="top" leftline="true" width="0">
28609 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28610 <row topline="true" bottomline="true">
28611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28612 \begin_inset Text
28613
28614 \begin_layout Standard
28615 unit
28616 \end_layout
28617
28618 \end_inset
28619 </cell>
28620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28621 \begin_inset Text
28622
28623 \begin_layout Standard
28624 name/description
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 </row>
28630 <row topline="true">
28631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28632 \begin_inset Text
28633
28634 \begin_layout Standard
28635 mm
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Standard
28644 millimeter
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 </row>
28650 <row topline="true">
28651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28652 \begin_inset Text
28653
28654 \begin_layout Standard
28655 cm
28656 \end_layout
28657
28658 \end_inset
28659 </cell>
28660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28661 \begin_inset Text
28662
28663 \begin_layout Standard
28664 centimeter
28665 \end_layout
28666
28667 \end_inset
28668 </cell>
28669 </row>
28670 <row topline="true">
28671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28672 \begin_inset Text
28673
28674 \begin_layout Standard
28675 in
28676 \end_layout
28677
28678 \end_inset
28679 </cell>
28680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28681 \begin_inset Text
28682
28683 \begin_layout Standard
28684 inch
28685 \end_layout
28686
28687 \end_inset
28688 </cell>
28689 </row>
28690 <row topline="true">
28691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28692 \begin_inset Text
28693
28694 \begin_layout Standard
28695 pt
28696 \end_layout
28697
28698 \end_inset
28699 </cell>
28700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28701 \begin_inset Text
28702
28703 \begin_layout Standard
28704 point (72.27\InsetSpace \thinspace{}
28705 pt = 1\InsetSpace \thinspace{}
28706 in)
28707 \end_layout
28708
28709 \end_inset
28710 </cell>
28711 </row>
28712 <row topline="true">
28713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28714 \begin_inset Text
28715
28716 \begin_layout Standard
28717 pc
28718 \end_layout
28719
28720 \end_inset
28721 </cell>
28722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28723 \begin_inset Text
28724
28725 \begin_layout Standard
28726 pica (1\InsetSpace \thinspace{}
28727 pc = 12\InsetSpace \thinspace{}
28728 pt)
28729 \end_layout
28730
28731 \end_inset
28732 </cell>
28733 </row>
28734 <row topline="true">
28735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28736 \begin_inset Text
28737
28738 \begin_layout Standard
28739 sp
28740 \end_layout
28741
28742 \end_inset
28743 </cell>
28744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28745 \begin_inset Text
28746
28747 \begin_layout Standard
28748 scaled point (65536\InsetSpace \thinspace{}
28749 sp = 1\InsetSpace \thinspace{}
28750 pt)
28751 \end_layout
28752
28753 \end_inset
28754 </cell>
28755 </row>
28756 <row topline="true">
28757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28758 \begin_inset Text
28759
28760 \begin_layout Standard
28761 bp
28762 \end_layout
28763
28764 \end_inset
28765 </cell>
28766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28767 \begin_inset Text
28768
28769 \begin_layout Standard
28770 big point (72\InsetSpace \thinspace{}
28771 bp = 1\InsetSpace \thinspace{}
28772 in)
28773 \end_layout
28774
28775 \end_inset
28776 </cell>
28777 </row>
28778 <row topline="true">
28779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28780 \begin_inset Text
28781
28782 \begin_layout Standard
28783 dd
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28789 \begin_inset Text
28790
28791 \begin_layout Standard
28792 didot (1\InsetSpace \thinspace{}
28793 dd 
28794 \begin_inset Formula $\approx$
28795 \end_inset
28796
28797  0.376\InsetSpace \thinspace{}
28798 mm)
28799 \end_layout
28800
28801 \end_inset
28802 </cell>
28803 </row>
28804 <row topline="true">
28805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28806 \begin_inset Text
28807
28808 \begin_layout Standard
28809 cc
28810 \end_layout
28811
28812 \end_inset
28813 </cell>
28814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28815 \begin_inset Text
28816
28817 \begin_layout Standard
28818 cicero (1\InsetSpace \thinspace{}
28819 cc = 12\InsetSpace \thinspace{}
28820 dd)
28821 \end_layout
28822
28823 \end_inset
28824 </cell>
28825 </row>
28826 <row topline="true">
28827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Standard
28831 Scale%
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28837 \begin_inset Text
28838
28839 \begin_layout Standard
28840 % of original image width
28841 \end_layout
28842
28843 \end_inset
28844 </cell>
28845 </row>
28846 <row topline="true">
28847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Standard
28851 text%
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Standard
28860 % of text width
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 </row>
28866 <row topline="true">
28867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28868 \begin_inset Text
28869
28870 \begin_layout Standard
28871 col%
28872 \end_layout
28873
28874 \end_inset
28875 </cell>
28876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28877 \begin_inset Text
28878
28879 \begin_layout Standard
28880 % of column width
28881 \end_layout
28882
28883 \end_inset
28884 </cell>
28885 </row>
28886 <row topline="true">
28887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28888 \begin_inset Text
28889
28890 \begin_layout Standard
28891 page%
28892 \end_layout
28893
28894 \end_inset
28895 </cell>
28896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28897 \begin_inset Text
28898
28899 \begin_layout Standard
28900 % of paper width
28901 \end_layout
28902
28903 \end_inset
28904 </cell>
28905 </row>
28906 <row topline="true">
28907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28908 \begin_inset Text
28909
28910 \begin_layout Standard
28911 line%
28912 \end_layout
28913
28914 \end_inset
28915 </cell>
28916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28917 \begin_inset Text
28918
28919 \begin_layout Standard
28920 % of line width
28921 \end_layout
28922
28923 \end_inset
28924 </cell>
28925 </row>
28926 <row topline="true">
28927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28928 \begin_inset Text
28929
28930 \begin_layout Standard
28931 theight%
28932 \end_layout
28933
28934 \end_inset
28935 </cell>
28936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28937 \begin_inset Text
28938
28939 \begin_layout Standard
28940 % of text height
28941 \end_layout
28942
28943 \end_inset
28944 </cell>
28945 </row>
28946 <row topline="true">
28947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28948 \begin_inset Text
28949
28950 \begin_layout Standard
28951 pheight%
28952 \end_layout
28953
28954 \end_inset
28955 </cell>
28956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28957 \begin_inset Text
28958
28959 \begin_layout Standard
28960 % of paper height
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 </row>
28966 <row topline="true">
28967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Standard
28971 ex
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28977 \begin_inset Text
28978
28979 \begin_layout Standard
28980 height of letter 
28981 \emph on
28982 x
28983 \emph default
28984  in current font
28985 \end_layout
28986
28987 \end_inset
28988 </cell>
28989 </row>
28990 <row topline="true">
28991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28992 \begin_inset Text
28993
28994 \begin_layout Standard
28995 em
28996 \end_layout
28997
28998 \end_inset
28999 </cell>
29000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29001 \begin_inset Text
29002
29003 \begin_layout Standard
29004 width of letter 
29005 \emph on
29006 M
29007 \emph default
29008  in current font
29009 \end_layout
29010
29011 \end_inset
29012 </cell>
29013 </row>
29014 <row topline="true" bottomline="true">
29015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29016 \begin_inset Text
29017
29018 \begin_layout Standard
29019 mu
29020 \end_layout
29021
29022 \end_inset
29023 </cell>
29024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29025 \begin_inset Text
29026
29027 \begin_layout Standard
29028 math unit (1\InsetSpace \thinspace{}
29029 mu = 1/18\InsetSpace \thinspace{}
29030 em)
29031 \end_layout
29032
29033 \end_inset
29034 </cell>
29035 </row>
29036 </lyxtabular>
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Chapter
29049 Output File Formats with Graphics
29050 \begin_inset LatexCommand label
29051 name "cha:Output-File-Formats"
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Section
29059 DVI
29060 \begin_inset LatexCommand index
29061 name "File Formats ! DVI"
29062
29063 \end_inset
29064
29065
29066 \begin_inset LatexCommand index
29067 name "DVI|see{File Formats}"
29068
29069 \end_inset
29070
29071
29072 \end_layout
29073
29074 \begin_layout Standard
29075 This file type has the extension 
29076 \begin_inset Quotes eld
29077 \end_inset
29078
29079
29080 \family typewriter
29081 .dvi
29082 \family default
29083
29084 \begin_inset Quotes erd
29085 \end_inset
29086
29087 .
29088  It is called 
29089 \begin_inset Quotes eld
29090 \end_inset
29091
29092 device-independent
29093 \begin_inset Quotes erd
29094 \end_inset
29095
29096  (DVI), because it is completely portable; you can move them from one machine
29097  to another without needing to do any sort of conversion.
29098  At the time when this file-format was developed, this was no matter of
29099  course.
29100  DVIs are used for quick previews and as pre-stage for other output formats,
29101  like PostScript.
29102 \end_layout
29103
29104 \begin_layout Standard
29105 \begin_inset Note Greyedout
29106 status open
29107
29108 \begin_layout Standard
29109
29110 \series bold
29111 Note:
29112 \series default
29113  DVI-files doesn't contain images, they will only be a linked.
29114 \end_layout
29115
29116 \end_inset
29117
29118  So don't forget this, if you move your 
29119 \family typewriter
29120 .dvi
29121 \family default
29122  file to another computer.
29123  This property can also slow down your computer when you view the DVI.
29124  Because the DVI-viewer has to convert the image in the background to make
29125  it visible when you scroll in the DVI.
29126  So we recommend to use PDF for files with many images.
29127 \end_layout
29128
29129 \begin_layout Standard
29130 You can export your document to DVI by using the menu 
29131 \family sans
29132 File\SpecialChar \menuseparator
29133 Export\SpecialChar \menuseparator
29134 DVI
29135 \family default
29136 .
29137  You can view your document as DVI via the 
29138 \family sans
29139 View
29140 \family default
29141  menu or by using the toolbar button 
29142 \begin_inset Graphics
29143         filename ../images/buffer-view_dvi.xpm
29144         scale 85
29145         scaleBeforeRotation
29146
29147 \end_inset
29148
29149 .
29150 \end_layout
29151
29152 \begin_layout Section
29153 PostScript
29154 \begin_inset LatexCommand label
29155 name "sec:PostScript"
29156
29157 \end_inset
29158
29159
29160 \begin_inset LatexCommand index
29161 name "File Formats ! PostScript"
29162
29163 \end_inset
29164
29165
29166 \begin_inset LatexCommand index
29167 name "PostScript|see{File Formats}"
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Standard
29175 This file type has the extension 
29176 \begin_inset Quotes eld
29177 \end_inset
29178
29179
29180 \family typewriter
29181 .ps
29182 \family default
29183
29184 \begin_inset Quotes erd
29185 \end_inset
29186
29187 .
29188  PostScript was developed by the company 
29189 \family typewriter
29190 Adobe
29191 \family default
29192  as printer language.
29193  The file contains therefore commands that the printer uses to print the
29194  file.
29195  PostScript can be seen as 
29196 \begin_inset Quotes eld
29197 \end_inset
29198
29199 programming language
29200 \begin_inset Quotes erd
29201 \end_inset
29202
29203 ; you can calculate with it and draw diagrams and images
29204 \begin_inset Foot
29205 status collapsed
29206
29207 \begin_layout Standard
29208 If you are interested to learn more about this, have a look at the LaTeX-package
29209  
29210 \series bold
29211 PSTricks
29212 \series default
29213  
29214 \begin_inset LatexCommand cite
29215 key "pstricks"
29216
29217 \end_inset
29218
29219 .
29220 \end_layout
29221
29222 \end_inset
29223
29224 .
29225  Due to this ability, the files are often bigger than PDFs.
29226 \end_layout
29227
29228 \begin_layout Standard
29229 PostScript can only contain images in the format 
29230 \begin_inset Quotes eld
29231 \end_inset
29232
29233 Encapsulated PostScript
29234 \begin_inset Quotes erd
29235 \end_inset
29236
29237  (EPS, file extension 
29238 \begin_inset Quotes eld
29239 \end_inset
29240
29241
29242 \family typewriter
29243 .eps
29244 \family default
29245
29246 \begin_inset Quotes erd
29247 \end_inset
29248
29249 ).
29250  As LyX allows you to use any known image format in your document, it has
29251  to convert images in the background to EPS.
29252  If you have e.g 50 images in your document, LyX has to do 50 conversions
29253  whenever you view or export your document.
29254  This will slow down your work flow with LyX drastically.
29255  So if you plan to use PostScript, you can insert your images directly as
29256  EPS to avoid this problem.
29257 \end_layout
29258
29259 \begin_layout Standard
29260 You can export your document to PostScript using the menu 
29261 \family sans
29262 File\SpecialChar \menuseparator
29263 Export\SpecialChar \menuseparator
29264 Postscript
29265 \family default
29266 .
29267  You can view your document as PostScript via the 
29268 \family sans
29269 View
29270 \family default
29271  menu or by using the toolbar button 
29272 \begin_inset Graphics
29273         filename ../images/buffer-view_ps.xpm
29274         scale 85
29275         scaleBeforeRotation
29276
29277 \end_inset
29278
29279 .
29280 \end_layout
29281
29282 \begin_layout Section
29283 PDF
29284 \begin_inset LatexCommand label
29285 name "sec:PDF"
29286
29287 \end_inset
29288
29289
29290 \begin_inset LatexCommand index
29291 name "File Formats ! PDF"
29292
29293 \end_inset
29294
29295
29296 \begin_inset LatexCommand index
29297 name "PDF"
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Standard
29305 This file type has the extension 
29306 \begin_inset Quotes eld
29307 \end_inset
29308
29309
29310 \family typewriter
29311 .pdf
29312 \family default
29313
29314 \begin_inset Quotes erd
29315 \end_inset
29316
29317 .
29318  The 
29319 \begin_inset Quotes eld
29320 \end_inset
29321
29322 Portable Document Format
29323 \begin_inset Quotes erd
29324 \end_inset
29325
29326  (PDF) is developed by 
29327 \family typewriter
29328 Adobe
29329 \family default
29330  as derivative from PostScript.
29331  It is more compressed and it uses much less commands than PostScript.
29332  As the name 
29333 \begin_inset Quotes eld
29334 \end_inset
29335
29336 portable
29337 \begin_inset Quotes erd
29338 \end_inset
29339
29340  implies, it can be processed at any computer system and the printed output
29341  looks exactly the same.
29342 \end_layout
29343
29344 \begin_layout Standard
29345 PDF can contain images in its own PDF format, in the format 
29346 \begin_inset Quotes eld
29347 \end_inset
29348
29349 Joint Photographic Experts Group
29350 \begin_inset Quotes erd
29351 \end_inset
29352
29353  (JPG, file extension 
29354 \begin_inset Quotes eld
29355 \end_inset
29356
29357
29358 \family typewriter
29359 .jpg
29360 \family default
29361
29362 \begin_inset Quotes erd
29363 \end_inset
29364
29365  or 
29366 \begin_inset Quotes eld
29367 \end_inset
29368
29369
29370 \family typewriter
29371 .jpeg
29372 \family default
29373
29374 \begin_inset Quotes erd
29375 \end_inset
29376
29377 ), and in the format 
29378 \begin_inset Quotes eld
29379 \end_inset
29380
29381 Portable Network Graphics
29382 \begin_inset Quotes erd
29383 \end_inset
29384
29385  (PNG, file extension 
29386 \begin_inset Quotes eld
29387 \end_inset
29388
29389
29390 \family typewriter
29391 .png
29392 \family default
29393
29394 \begin_inset Quotes erd
29395 \end_inset
29396
29397 ).
29398  Nevertheless you can use any other image format, because LyX converts them
29399  in the background to one of these formats.
29400  But as described in the section about PostScript, the image conversion
29401  will slow down your work flow.
29402  So it is recommended to use images in one of the three mentioned formats.
29403 \end_layout
29404
29405 \begin_layout Standard
29406 You can export your document to PDF via the menu 
29407 \family sans
29408 File\SpecialChar \menuseparator
29409 Export
29410 \family default
29411  in three different ways:
29412 \end_layout
29413
29414 \begin_layout Description
29415 PDF\InsetSpace ~
29416 (ps2pdf) This uses the program 
29417 \family typewriter
29418 ps2pdf
29419 \family default
29420  that creates a PDF from a PostScript-version of your file.
29421  The PostScript-version is produced by the program 
29422 \family typewriter
29423 dvips
29424 \family default
29425  which uses a DVI-version as intermediate step.
29426  So this export variant consist of three conversions.
29427 \end_layout
29428
29429 \begin_layout Description
29430 PDF\InsetSpace ~
29431 (dvipdfm) This uses the program 
29432 \family typewriter
29433 dvipdfm
29434 \family default
29435  that converts your file in the background to DVI and in a second step to
29436  PDF.
29437 \end_layout
29438
29439 \begin_layout Description
29440 PDF\InsetSpace ~
29441 (pdflatex) This uses the program 
29442 \family typewriter
29443 pdftex
29444 \family default
29445  that converts your file directly to PDF.
29446 \end_layout
29447
29448 \begin_layout Standard
29449 It is recommended to use 
29450 \family sans
29451 PDF\InsetSpace ~
29452 (pdflatex)
29453 \family default
29454  because 
29455 \family typewriter
29456 pdftex
29457 \family default
29458  supports all features of actual PDF-versions, is quick and works stable
29459  without problems.
29460  The program 
29461 \family typewriter
29462 dvipdfm
29463 \family default
29464  is not under development and therefore a bit outdated.
29465 \end_layout
29466
29467 \begin_layout Standard
29468 You can view your document as PDF via the 
29469 \family sans
29470 View
29471 \family default
29472  menu or by using the toolbar button 
29473 \begin_inset Graphics
29474         filename ../images/buffer-view_pdf2.xpm
29475         scale 85
29476         scaleBeforeRotation
29477
29478 \end_inset
29479
29480  
29481 \family sans
29482 (
29483 \family default
29484 that uses 
29485 \family sans
29486 PDF\InsetSpace ~
29487 (pdflatex)
29488 \family default
29489 ).
29490 \end_layout
29491
29492 \begin_layout Chapter
29493 Explanation of Equation\InsetSpace ~
29494
29495 \begin_inset LatexCommand eqref
29496 reference "eq:Wgn"
29497
29498 \end_inset
29499
29500
29501 \begin_inset LatexCommand label
29502 name "cha:Explanation-of-Equation"
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 The total width of 
29511 \emph on
29512 n
29513 \emph default
29514  table cells 
29515 \begin_inset Formula $W_{\mathrm{tot\, n}}$
29516 \end_inset
29517
29518  can be calculated to
29519 \end_layout
29520
29521 \begin_layout Standard
29522 \begin_inset Formula \begin{equation}
29523 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Standard
29531 Where 
29532 \begin_inset Formula $W_{g\, n}$
29533 \end_inset
29534
29535  is the given width of all cells.
29536  
29537 \series bold
29538
29539 \backslash
29540 tabcolsep
29541 \series default
29542  is the LaTeX-length between the cell text and the cell border, its default
29543  value is 6\InsetSpace \thinspace{}
29544 pt.
29545  
29546 \series bold
29547
29548 \backslash
29549 arrayrulewidth
29550 \series default
29551  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
29552 pt.
29553 \end_layout
29554
29555 \begin_layout Standard
29556 Following equation\InsetSpace ~
29557
29558 \begin_inset LatexCommand eqref
29559 reference "eq:Wtot_n"
29560
29561 \end_inset
29562
29563 , the total width of a multicolumn 
29564 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
29565 \end_inset
29566
29567  is
29568 \end_layout
29569
29570 \begin_layout Standard
29571 \begin_inset Formula \begin{equation}
29572 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Standard
29580 By setting equation\InsetSpace ~
29581
29582 \begin_inset LatexCommand eqref
29583 reference "eq:Wtot_n"
29584
29585 \end_inset
29586
29587  and 
29588 \begin_inset LatexCommand eqref
29589 reference "eq:Wtot_mult"
29590
29591 \end_inset
29592
29593  equal we can calculate the needed given width 
29594 \begin_inset Formula $W_{g\, n}$
29595 \end_inset
29596
29597  when 
29598 \emph on
29599 n
29600 \emph default
29601  columns are spanned, so that each column has a total width of 
29602 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
29603 \end_inset
29604
29605 :
29606 \end_layout
29607
29608 \begin_layout Standard
29609 \begin_inset Formula \begin{equation}
29610 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
29611
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \begin_layout Bibliography
29618 \begin_inset LatexCommand bibitem
29619 key "latexcompanion"
29620
29621 \end_inset
29622
29623 Frank Mittelbach and Michel Goossens: 
29624 \emph on
29625 The LaTeX Companion Second Edition.
29626
29627 \emph default
29628  Addison-Wesley, 2004
29629 \end_layout
29630
29631 \begin_layout Bibliography
29632 \begin_inset LatexCommand bibitem
29633 key "latexguide"
29634
29635 \end_inset
29636
29637 Helmut Kopka and Patrick W.
29638  Daly: 
29639 \emph on
29640 A Guide to LaTeX Fourth Edition.
29641
29642 \emph default
29643  Addison-Wesley, 2003
29644 \end_layout
29645
29646 \begin_layout Bibliography
29647 \begin_inset LatexCommand bibitem
29648 key "latexbook"
29649
29650 \end_inset
29651
29652 Leslie Lamport: 
29653 \emph on
29654 LaTeX: A Document Preparation System.
29655
29656 \emph default
29657  Addison-Wesley, second edition, 1994
29658 \end_layout
29659
29660 \begin_layout Bibliography
29661 \begin_inset LatexCommand bibitem
29662 key "booktabs"
29663
29664 \end_inset
29665
29666
29667 \begin_inset ERT
29668 status collapsed
29669
29670 \begin_layout Standard
29671
29672
29673 \backslash
29674 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
29675 {
29676 \end_layout
29677
29678 \end_inset
29679
29680 Documentation
29681 \begin_inset ERT
29682 status collapsed
29683
29684 \begin_layout Standard
29685
29686 }
29687 \end_layout
29688
29689 \end_inset
29690
29691  of the LaTeX-package 
29692 \series bold
29693 booktabs
29694 \series default
29695
29696 \begin_inset LatexCommand index
29697 name "LaTeX-packages ! booktabs"
29698
29699 \end_inset
29700
29701
29702 \end_layout
29703
29704 \begin_layout Bibliography
29705 \begin_inset LatexCommand bibitem
29706 key "caption"
29707
29708 \end_inset
29709
29710
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Standard
29715
29716
29717 \backslash
29718 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
29719 \end_layout
29720
29721 \end_inset
29722
29723 Documentation
29724 \begin_inset ERT
29725 status collapsed
29726
29727 \begin_layout Standard
29728
29729 }
29730 \end_layout
29731
29732 \end_inset
29733
29734  of the LaTeX-package 
29735 \series bold
29736 caption
29737 \series default
29738
29739 \begin_inset LatexCommand index
29740 name "LaTeX-packages ! caption"
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Bibliography
29748 \begin_inset LatexCommand bibitem
29749 key "caption-de"
29750
29751 \end_inset
29752
29753 German 
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Standard
29758
29759
29760 \backslash
29761 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
29762 {
29763 \end_layout
29764
29765 \end_inset
29766
29767 documentation
29768 \begin_inset ERT
29769 status collapsed
29770
29771 \begin_layout Standard
29772
29773 }
29774 \end_layout
29775
29776 \end_inset
29777
29778  of the LaTeX-package 
29779 \series bold
29780 caption
29781 \end_layout
29782
29783 \begin_layout Bibliography
29784 \begin_inset LatexCommand bibitem
29785 key "endfloat"
29786
29787 \end_inset
29788
29789
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Standard
29794
29795
29796 \backslash
29797 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
29798 {
29799 \end_layout
29800
29801 \end_inset
29802
29803 Documentation
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Standard
29808
29809 }
29810 \end_layout
29811
29812 \end_inset
29813
29814  of the LaTeX-package 
29815 \series bold
29816 endf\SpecialChar \textcompwordmark{}
29817 loat
29818 \series default
29819
29820 \begin_inset LatexCommand index
29821 name "LaTeX-packages ! endfloat"
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Bibliography
29829 \begin_inset LatexCommand bibitem
29830 key "floatflt"
29831
29832 \end_inset
29833
29834
29835 \begin_inset ERT
29836 status collapsed
29837
29838 \begin_layout Standard
29839
29840
29841 \backslash
29842 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
29843 {
29844 \end_layout
29845
29846 \end_inset
29847
29848 Documentation
29849 \begin_inset ERT
29850 status collapsed
29851
29852 \begin_layout Standard
29853
29854 }
29855 \end_layout
29856
29857 \end_inset
29858
29859  of the LaTeX-package 
29860 \series bold
29861 f\SpecialChar \textcompwordmark{}
29862 loatf\SpecialChar \textcompwordmark{}
29863 lt
29864 \series default
29865
29866 \begin_inset LatexCommand index
29867 name "LaTeX-packages ! floatflt"
29868
29869 \end_inset
29870
29871
29872 \end_layout
29873
29874 \begin_layout Bibliography
29875 \begin_inset LatexCommand bibitem
29876 key "footmisc"
29877
29878 \end_inset
29879
29880
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Standard
29885
29886
29887 \backslash
29888 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
29889 {
29890 \end_layout
29891
29892 \end_inset
29893
29894 Documentation
29895 \begin_inset ERT
29896 status collapsed
29897
29898 \begin_layout Standard
29899
29900 }
29901 \end_layout
29902
29903 \end_inset
29904
29905  of the LaTeX-package 
29906 \series bold
29907 footmisc
29908 \series default
29909
29910 \begin_inset LatexCommand index
29911 name "LaTeX-packages ! footmisc"
29912
29913 \end_inset
29914
29915
29916 \end_layout
29917
29918 \begin_layout Bibliography
29919 \begin_inset LatexCommand bibitem
29920 key "hypcap"
29921
29922 \end_inset
29923
29924
29925 \begin_inset ERT
29926 status collapsed
29927
29928 \begin_layout Standard
29929
29930
29931 \backslash
29932 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
29933 \end_layout
29934
29935 \end_inset
29936
29937 Documentation
29938 \begin_inset ERT
29939 status collapsed
29940
29941 \begin_layout Standard
29942
29943 }
29944 \end_layout
29945
29946 \end_inset
29947
29948  of the LaTeX-package 
29949 \series bold
29950 hypcap
29951 \series default
29952
29953 \begin_inset LatexCommand index
29954 name "LaTeX-packages ! hyperref"
29955
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \begin_layout Bibliography
29962 \begin_inset LatexCommand bibitem
29963 key "hyperref"
29964
29965 \end_inset
29966
29967
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Standard
29972
29973
29974 \backslash
29975 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
29976 {
29977 \end_layout
29978
29979 \end_inset
29980
29981 Documentation
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Standard
29986
29987 }
29988 \end_layout
29989
29990 \end_inset
29991
29992  of the LaTeX-package 
29993 \series bold
29994 hyperref
29995 \series default
29996
29997 \begin_inset LatexCommand index
29998 name "LaTeX-packages ! hyperref"
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Bibliography
30006 \begin_inset LatexCommand bibitem
30007 key "koma-script"
30008
30009 \end_inset
30010
30011
30012 \begin_inset ERT
30013 status collapsed
30014
30015 \begin_layout Standard
30016
30017
30018 \backslash
30019 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
30020 df}{
30021 \end_layout
30022
30023 \end_inset
30024
30025 Documentation
30026 \begin_inset ERT
30027 status collapsed
30028
30029 \begin_layout Standard
30030
30031 }
30032 \end_layout
30033
30034 \end_inset
30035
30036  of the LaTeX-package 
30037 \series bold
30038 koma-script
30039 \series default
30040
30041 \begin_inset LatexCommand index
30042 name "LaTeX-packages ! koma-script"
30043
30044 \end_inset
30045
30046
30047 \end_layout
30048
30049 \begin_layout Bibliography
30050 \begin_inset LatexCommand bibitem
30051 key "koma-script-de"
30052
30053 \end_inset
30054
30055 German 
30056 \begin_inset ERT
30057 status collapsed
30058
30059 \begin_layout Standard
30060
30061
30062 \backslash
30063 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
30064 df}{
30065 \end_layout
30066
30067 \end_inset
30068
30069 documentation
30070 \begin_inset ERT
30071 status collapsed
30072
30073 \begin_layout Standard
30074
30075 }
30076 \end_layout
30077
30078 \end_inset
30079
30080  of the LaTeX-package 
30081 \series bold
30082 koma-script
30083 \series default
30084
30085 \begin_inset LatexCommand index
30086 name "LaTeX-packages ! koma-script"
30087
30088 \end_inset
30089
30090
30091 \end_layout
30092
30093 \begin_layout Bibliography
30094 \begin_inset LatexCommand bibitem
30095 key "listings"
30096
30097 \end_inset
30098
30099
30100 \begin_inset ERT
30101 status collapsed
30102
30103 \begin_layout Standard
30104
30105
30106 \backslash
30107 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
30108 {
30109 \end_layout
30110
30111 \end_inset
30112
30113 Documentation
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Standard
30118
30119 }
30120 \end_layout
30121
30122 \end_inset
30123
30124  of the LaTeX-package 
30125 \series bold
30126 listings
30127 \series default
30128
30129 \begin_inset LatexCommand index
30130 name "LaTeX-packages ! listings"
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Bibliography
30138 \begin_inset LatexCommand bibitem
30139 key "marginnote"
30140
30141 \end_inset
30142
30143
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Standard
30148
30149
30150 \backslash
30151 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
30152 pdf}{
30153 \end_layout
30154
30155 \end_inset
30156
30157 Documentation
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Standard
30162
30163 }
30164 \end_layout
30165
30166 \end_inset
30167
30168  of the LaTeX-package 
30169 \series bold
30170 marginnote
30171 \series default
30172
30173 \begin_inset LatexCommand index
30174 name "LaTeX-packages ! marginnote"
30175
30176 \end_inset
30177
30178
30179 \end_layout
30180
30181 \begin_layout Bibliography
30182 \begin_inset LatexCommand bibitem
30183 key "pstricks"
30184
30185 \end_inset
30186
30187
30188 \begin_inset ERT
30189 status collapsed
30190
30191 \begin_layout Standard
30192
30193
30194 \backslash
30195 href{http://tug.org/PSTricks/main.cgi/}{
30196 \end_layout
30197
30198 \end_inset
30199
30200 Web page
30201 \begin_inset ERT
30202 status collapsed
30203
30204 \begin_layout Standard
30205
30206 }
30207 \end_layout
30208
30209 \end_inset
30210
30211  of the LaTeX-package 
30212 \series bold
30213 PSTricks
30214 \series default
30215
30216 \begin_inset LatexCommand index
30217 name "LaTeX-packages ! PSTricks"
30218
30219 \end_inset
30220
30221
30222 \end_layout
30223
30224 \begin_layout Bibliography
30225 \begin_inset LatexCommand bibitem
30226 key "sidecap"
30227
30228 \end_inset
30229
30230
30231 \begin_inset ERT
30232 status collapsed
30233
30234 \begin_layout Standard
30235
30236
30237 \backslash
30238 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
30239 \end_layout
30240
30241 \end_inset
30242
30243 Documentation
30244 \begin_inset ERT
30245 status collapsed
30246
30247 \begin_layout Standard
30248
30249 }
30250 \end_layout
30251
30252 \end_inset
30253
30254  of the LaTeX-package 
30255 \series bold
30256 sidecap
30257 \series default
30258
30259 \begin_inset LatexCommand index
30260 name "LaTeX-packages ! sidecap"
30261
30262 \end_inset
30263
30264
30265 \end_layout
30266
30267 \begin_layout Bibliography
30268 \begin_inset LatexCommand bibitem
30269 key "NewInLyX15"
30270
30271 \end_inset
30272
30273
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Standard
30278
30279
30280 \backslash
30281 href{http://wiki.lyx.org/LyX/NewInLyX15}{
30282 \end_layout
30283
30284 \end_inset
30285
30286 Wiki page
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Standard
30291
30292 }
30293 \end_layout
30294
30295 \end_inset
30296
30297  about new LyX-features planned for the release 
30298 \family sans
30299 LyX 1.5
30300 \family default
30301 .0.
30302 \end_layout
30303
30304 \begin_layout Standard
30305 \begin_inset LatexCommand printindex
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Standard
30313 \begin_inset FloatList figure
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \begin_layout Standard
30321 \begin_inset FloatList table
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \end_body
30329 \end_document