]> git.lyx.org Git - lyx.git/blob - lib/doc/ExtendedInsets.lyx
ExtendedInsets:
[lyx.git] / lib / doc / ExtendedInsets.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 256
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % provides missing characters,
8 \usepackage{textcomp}
9
10 % provides caption formatting
11 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}
12
13 % provides commands to set caption
14 % beside tables/images
15 \usepackage{sidecap}
16
17 \newcommand{\TabBesBeg}{%
18  \let\MyTable\table
19  \let\MyEndtable\endtable
20  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
21
22 \newcommand{\TabBesEnd}{%
23  \let\table\MyTable
24  \let\endtable\MyEndtable}
25
26 \newcommand{\FigBesBeg}{%
27  \let\MyFigure\figure
28  \let\MyEndfigure\endfigure
29  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
30
31 \newcommand{\FigBesEnd}{%
32  \let\figure\MyFigure
33  \let\endfigure\MyEndfigure}
34
35 % use the marginnote package for margin notes
36 \usepackage{marginnote}
37 \let\marginpar\marginnote
38
39 % enables calculation of values,
40 \usepackage{calc}
41
42 % provides special table cell alignments
43 \usepackage{dcolumn}
44
45 % increase the bottom float placement fraction
46 \renewcommand{\bottomfraction}{0.5}
47
48 % avoids that floats are placed before their
49 % corresponding section starts
50 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
51
52 % speed up the longtable calculation
53 \setcounter{LTchunksize}{100}
54
55 % define a new reference format
56 \newrefformat{fig}
57  {Figure~float~\ref{#1} printed on page~\pageref{#1}}
58
59 % if pdflatex is used
60 \usepackage{ifpdf}
61 \ifpdf
62
63 % set fonts for nicer pdf view
64 \IfFileExists{lmodern.sty}
65  {\usepackage{lmodern}} % if it exists
66  {% if it exists not
67   \usepackage[scaled=0.92]{helvet}
68   \usepackage{mathptmx}
69   \usepackage{courier}
70  } % end if it exists not
71
72 % link all cross references and URLs
73 % in pdf output
74  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
75   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
76   pdfpagelayout=OneColumn, pdfnewwindow=true,
77   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
78   pdfauthor={LyX Team}, pdftex,
79   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
80   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
81   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
82  
83 \else % if dvi or ps is produced
84
85  % link all cross references and URLs in DVI output
86  \usepackage[ps2pdf, colorlinks=true,
87   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
88
89 \fi % end if pdflatex is used
90
91 % that links to image floats jumps
92 % to the beginning of the float and 
93 % not to its caption
94 \usepackage[figure]{hypcap}
95
96 % used for colored tables
97 \@ifundefined{textcolor}
98  {\usepackage{color}}{}
99 \usepackage{colortbl}
100 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
101 \definecolor{lightgrey}{gray}{0.8}
102
103 % used for tables with dashed lines
104 \usepackage{arydshln}
105
106 % used for multirows
107 \usepackage{multirow}
108 %\renewcommand{\multirowsetup}{\centering}
109
110 % used for book-style tables
111 \usepackage{booktabs}
112
113 % used to have extra space in table cells,
114 \setlength{\extrarowheight}{2pt}
115
116 % used for customized tables
117 % ---
118 \newcolumntype{M}[1]
119  {>{\centering\hspace{0pt}}m{#1}}
120
121 \newcolumntype{S}[2]
122  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
123
124 \newcolumntype{K}[1]
125  {>{\columncolor{#1}\hspace{0pt}}c}
126
127 \newcolumntype{V}{!{\vrule width 1.5pt}}
128
129 \newcolumntype{W}{!{\color{green}\vline}}
130 % ---
131
132 % To be able to enter the characters ±, ° , · and × directly in LyX
133 \DeclareInputText{177}{\ifmmode\pm\else\textpm\fi}
134 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
135 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
136 \DeclareInputText{215}{\ifmmode\times\else\texttimes\fi}
137
138 % the pages of the TOC are numbered roman
139 % and a PDF-bookmark for the TOC is added
140 \pagenumbering{roman}
141 \let\myTOC\tableofcontents
142 \renewcommand{\tableofcontents}{%
143  \pdfbookmark[1]{Contents}{}
144  \myTOC}
145  \clearpage
146  \pagenumbering{arabic}
147
148 % increase link area for cross-references
149 % and autoname them
150 %\AtBeginDocument{\renewcommand{\ref}[1]
151 % {\mbox{\autoref{#1}}}}
152 %\newlength{\abc}
153 %\settowidth{\abc}{\space}
154 %\renewcommand{\equationautorefname}
155 % {\hspace{-\abc}}
156
157 % insert additional vertical space of
158 % 1.5 mm between footnotes
159 \let\myFoot\footnote
160 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
161
162 % enable algorithm floats to be referenced
163 \newfloat{Xalgorithm}{tbp}{loa}
164 \floatname{Xalgorithm}{Algorithm}
165 \newcommand{\theHalgorithm}{\theHXalgorithm}
166 \renewenvironment{algorithm}[1][tbp]
167  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
168
169 % number algorithm floats within chapters
170 \numberwithin{Xalgorithm}{chapter}
171
172 % redefine the greyed out note
173 \renewenvironment{lyxgreyedout}
174  {\textcolor{blue}\bgroup}{\egroup}
175 \end_preamble
176 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
177 \language english
178 \inputencoding auto
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \paperfontsize 12
189 \spacing single
190 \papersize default
191 \use_geometry false
192 \use_amsmath 2
193 \use_esint 0
194 \cite_engine basic
195 \use_bibtopic false
196 \paperorientation portrait
197 \secnumdepth 3
198 \tocdepth 3
199 \paragraph_separation skip
200 \defskip medskip
201 \quotes_language english
202 \papercolumns 1
203 \papersides 2
204 \paperpagestyle default
205 \bullet 1 1 34 -1
206 \bullet 2 2 35 -1
207 \bullet 3 2 7 -1
208 \tracking_changes false
209 \output_changes true
210 \author "usti" 
211 \end_header
212
213 \begin_body
214
215 \begin_layout Title
216 LyX's detailed Figure, Table, Floats, Notes, and Boxes 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 <uwestoehr@web.de>
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 Chapter
288 Figures
289 \begin_inset LatexCommand label
290 name "cha:Figures"
291
292 \end_inset
293
294
295 \begin_inset LatexCommand index
296 name "Figure"
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Section
304 Graphics Dialog
305 \begin_inset LatexCommand index
306 name "Figure ! Graphics Dialog"
307
308 \end_inset
309
310
311 \end_layout
312
313 \begin_layout Standard
314 To insert an image into your document, place the cursor at the text position
315  you want and click on the toolbar icon 
316 \begin_inset Graphics
317         filename ../images/dialog-show-new-inset_graphics.xpm
318         scale 85
319
320 \end_inset
321
322  or use the menu 
323 \family sans
324 Insert\SpecialChar \menuseparator
325 Graphics
326 \family default
327 .
328  Then a dialog will appear to choose the file to load.
329  The image will appear in the output exactly at the position where it is
330  in the text.
331 \end_layout
332
333 \begin_layout Standard
334 The graphics dialog can be called at any time by right-clicking on an image.
335  This dialog has three tabs:
336 \end_layout
337
338 \begin_layout Description
339
340 \family sans
341 Graphics
342 \family default
343  Here you can choose an image file and adjust its appearance in the output.
344  The available units for the image size are explained in appendix\InsetSpace ~
345
346 \begin_inset LatexCommand ref
347 reference "cha:Units-available-in"
348
349 \end_inset
350
351 .
352 \newline
353 You can rotate images counter-clockwise by setting a rotation angle and
354  a rotation origin.
355  The image will also be rotated inside LyX.
356 \end_layout
357
358 \begin_layout Description
359
360 \family sans
361 Clipping
362 \family default
363  Alternatively to the usage of scaling units it is possible to set image
364  coordinates to adjust the height and width of the image in the output.
365  The coordinates can also be calculated automatically by pressing the button
366  
367 \family sans
368 Get\InsetSpace ~
369 from\InsetSpace ~
370 File
371 \family default
372 .
373  The option 
374 \family sans
375 Clip\InsetSpace ~
376 to\InsetSpace ~
377 bounding\InsetSpace ~
378 box
379 \family default
380  will only print the image region within the given coordinates.
381  Normally you don't need to take care about image coordinates and can ignore
382  this tab.
383 \end_layout
384
385 \begin_layout Description
386
387 \family sans
388 Extra\InsetSpace ~
389 options
390 \family default
391  In this tab you can modify the appearance of the image within LyX and set
392  the image to be a subfigure of a figure float with an own caption.
393  Subfigures are explained in section\InsetSpace ~
394
395 \begin_inset LatexCommand ref
396 reference "sec:Figure-Floats"
397
398 \end_inset
399
400 .
401 \newline
402  LaTeX experts can also specify on this tab additional LaTeX options.
403 \newline
404  The
405  option 
406 \family sans
407 Draft\InsetSpace ~
408 mode
409 \family default
410  makes the image appear in the output only as a frame with the size of the
411  image.
412 \newline
413 The 
414 \family sans
415 Don't\InsetSpace ~
416 unzip\InsetSpace ~
417 on\InsetSpace ~
418 export
419 \family default
420  option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
421 g.\InsetSpace ~
422
423 \emph on
424 x.eps.gz
425 \emph default
426 .
427  When the option is used the images will not be unzipped on export, since
428  LaTeX can handle them as they are.
429 \newline
430 Zipped EPS-graphics are useful to save
431  disk space when you choose PostScript as output format, see appendix\InsetSpace ~
432
433 \begin_inset LatexCommand ref
434 reference "sec:PostScript"
435
436 \end_inset
437
438 .
439  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
440  console:
441 \newline
442
443 \series bold
444 gzip x.eps
445 \series default
446
447 \newline
448
449 \series bold
450 zgrep %%Bounding x.eps.gz > x.eps.bb
451 \series default
452
453 \newline
454 The second command creates the bounding box file 
455 \begin_inset Quotes eld
456 \end_inset
457
458 x.eps.bb
459 \begin_inset Quotes erd
460 \end_inset
461
462  that is needed by LaTeX for zipped graphics.
463 \end_layout
464
465 \begin_layout Standard
466
467 \newpage
468 This is an example image in PDF format
469 \begin_inset Foot
470 status open
471
472 \begin_layout Standard
473 The PDF format is explained in appendix\InsetSpace ~
474
475 \begin_inset LatexCommand ref
476 reference "sec:PDF"
477
478 \end_inset
479
480 .
481 \end_layout
482
483 \end_inset
484
485  within a separate, horizontally centered paragraph:
486 \end_layout
487
488 \begin_layout Standard
489 \align center
490 \begin_inset Graphics
491         filename mobius.eps
492         display color
493         scale 70
494         rotateOrigin center
495
496 \end_inset
497
498
499 \end_layout
500
501 \begin_layout Standard
502 This is the same image like the one above but in draft mode:
503 \end_layout
504
505 \begin_layout Standard
506 \align center
507 \begin_inset Graphics
508         filename mobius.eps
509         display color
510         scale 70
511         draft
512         rotateOrigin center
513
514 \end_inset
515
516
517 \end_layout
518
519 \begin_layout Section
520 Figure Floats
521 \begin_inset LatexCommand label
522 name "sec:Figure-Floats"
523
524 \end_inset
525
526
527 \begin_inset LatexCommand index
528 name "Floats ! Figure Floats"
529
530 \end_inset
531
532
533 \begin_inset LatexCommand index
534 name "Figure ! Floats"
535
536 \end_inset
537
538
539 \end_layout
540
541 \begin_layout Standard
542 For general explanations about floats, have a look at section\InsetSpace ~
543
544 \begin_inset LatexCommand ref
545 reference "sec:FloatIntroduction"
546
547 \end_inset
548
549 .
550 \end_layout
551
552 \begin_layout Standard
553 The toolbar button 
554 \begin_inset Graphics
555         filename ../images/float-insert_figure.xpm
556         scale 85
557
558 \end_inset
559
560  and the menu 
561 \family sans
562 Insert\SpecialChar \menuseparator
563 Float\SpecialChar \menuseparator
564 Figure 
565 \family default
566 inserts a float with the label 
567 \begin_inset Quotes eld
568 \end_inset
569
570
571 \series bold
572 Figure\InsetSpace ~
573 #:
574 \series default
575
576 \begin_inset Quotes erd
577 \end_inset
578
579 .
580  Set the cursor behind this label, press Enter and insert the image as described
581  above to get the caption printed below the image.
582  This was done for Figure\InsetSpace ~
583
584 \begin_inset LatexCommand ref
585 reference "fig:kill-plat"
586
587 \end_inset
588
589 .
590  If you want the caption to be above the image, set the cursor at the end
591  of the caption, press enter and insert the image.
592  This was done in Figure\InsetSpace ~
593
594 \begin_inset LatexCommand ref
595 reference "fig:escher"
596
597 \end_inset
598
599 .
600  More about the caption placement is described in section\InsetSpace ~
601
602 \begin_inset LatexCommand ref
603 reference "sec:Caption-Placement"
604
605 \end_inset
606
607 .
608 \end_layout
609
610 \begin_layout Standard
611 \begin_inset Float figure
612 wide false
613 sideways false
614 status open
615
616 \begin_layout Standard
617 \align center
618 \begin_inset Graphics
619         filename platypus.eps
620         display color
621         width 50col%
622         rotateOrigin center
623
624 \end_inset
625
626
627 \end_layout
628
629 \begin_layout Caption
630 \begin_inset LatexCommand label
631 name "fig:kill-plat"
632
633 \end_inset
634
635 A severely distorted platypus in a float.
636 \end_layout
637
638 \end_inset
639
640
641 \end_layout
642
643 \begin_layout Standard
644 \begin_inset Float figure
645 wide false
646 sideways false
647 status open
648
649 \begin_layout Caption
650 \begin_inset LatexCommand label
651 name "fig:escher"
652
653 \end_inset
654
655 M.C.
656  Escher on acid.
657 \end_layout
658
659 \begin_layout Standard
660 \align center
661 \begin_inset Graphics
662         filename escher-lsd.eps
663         display color
664         scale 80
665         rotateOrigin center
666
667 \end_inset
668
669
670 \end_layout
671
672 \end_inset
673
674
675 \end_layout
676
677 \begin_layout Standard
678 \begin_inset LatexCommand index
679 name "References ! to Figures"
680
681 \end_inset
682
683 Figure\InsetSpace ~
684
685 \begin_inset LatexCommand ref
686 reference "fig:kill-plat"
687
688 \end_inset
689
690  and 
691 \begin_inset LatexCommand ref
692 reference "fig:escher"
693
694 \end_inset
695
696  are an example of cross-referenced figures.
697  Figures can be cross-referenced in the text by referencing their label.
698  To do this insert a label in the caption using the menu 
699 \family sans
700 Insert\SpecialChar \menuseparator
701 Label
702 \family default
703  or the toolbar button 
704 \begin_inset Graphics
705         filename ../images/label-insert.xpm
706         scale 85
707
708 \end_inset
709
710 .
711  You can now refer to the label using the menu 
712 \family sans
713 Insert\SpecialChar \menuseparator
714 Cross\InsetSpace ~
715 reference
716 \family default
717  or the toolbar button 
718 \begin_inset Graphics
719         filename ../images/dialog-show-new-inset_ref.xpm
720         scale 85
721
722 \end_inset
723
724 .
725  It is important to use references to floats, rather than using vague references
726  like 
727 \begin_inset Quotes eld
728 \end_inset
729
730 the figure above
731 \begin_inset Quotes erd
732 \end_inset
733
734 , because as LaTeX will reposition the floats in the final document, it
735  might not be 
736 \begin_inset Quotes eld
737 \end_inset
738
739 above
740 \begin_inset Quotes erd
741 \end_inset
742
743  at all.
744 \end_layout
745
746 \begin_layout Standard
747 Normally only one image is inserted to a figure float, but sometimes you
748  might want to use two images with separate subcaptions.
749  This can be set in the tab
750 \family sans
751  Extra\InsetSpace ~
752 options
753 \family default
754  of the graphics dialog.
755  Choose there the option 
756 \family sans
757 Subfigure
758 \family default
759  and enter the subcaption for the image in the caption field.
760  Note that only the main caption of the float is added to the List of Figures.
761 \end_layout
762
763 \begin_layout Standard
764 Figure\InsetSpace ~
765
766 \begin_inset LatexCommand ref
767 reference "fig:Two-distorted-images"
768
769 \end_inset
770
771  is an example of a figure float with two images set side by side.
772  You can also set the images one below the other.
773 \end_layout
774
775 \begin_layout Standard
776 \begin_inset Float figure
777 wide false
778 sideways false
779 status open
780
781 \begin_layout Standard
782
783 \hfill
784
785 \begin_inset Graphics
786         filename escher-lsd.eps
787         width 45col%
788         subcaption
789         subcaptionText "Undefinable structure"
790
791 \end_inset
792
793
794 \hfill
795
796 \begin_inset Graphics
797         filename platypus.eps
798         lyxscale 60
799         width 45col%
800         subcaption
801         subcaptionText "Platypus"
802
803 \end_inset
804
805
806 \hfill
807
808 \end_layout
809
810 \begin_layout Caption
811 \begin_inset LatexCommand label
812 name "fig:Two-distorted-images"
813
814 \end_inset
815
816 Two distorted images.
817 \end_layout
818
819 \end_inset
820
821
822 \end_layout
823
824 \begin_layout Section
825 Image Formats
826 \begin_inset LatexCommand label
827 name "sec:Image-Formats"
828
829 \end_inset
830
831
832 \begin_inset LatexCommand index
833 name "Image Formats"
834
835 \end_inset
836
837
838 \begin_inset LatexCommand index
839 name "Figure ! Image Formats"
840
841 \end_inset
842
843
844 \end_layout
845
846 \begin_layout Standard
847 You can insert images in any known file format.
848  But as explained in appendix\InsetSpace ~
849
850 \begin_inset LatexCommand ref
851 reference "cha:Output-File-Formats"
852
853 \end_inset
854
855 , every output document format allows only a few image formats.
856  LyX uses therefore the program 
857 \family typewriter
858 Imagemagick
859 \family default
860  in the background to convert the images to the right format.
861  To increase your work flow by avoiding these conversions in the background,
862  you can use only the image formats that can directly be embedded in the
863  output file format.
864  The output file formats are explained in appendix\InsetSpace ~
865
866 \begin_inset LatexCommand ref
867 reference "cha:Output-File-Formats"
868
869 \end_inset
870
871 .
872 \end_layout
873
874 \begin_layout Standard
875 Similar to fonts there are two types of image formats:
876 \end_layout
877
878 \begin_layout Description
879 Bitmap\InsetSpace ~
880 images consist of pixel values, often in a compressed form.
881  They are therefore not fully scalable and look pixeled in large zooms.
882  Well-known bitmap image formats are 
883 \begin_inset Quotes eld
884 \end_inset
885
886 Graphics Interchange Format
887 \begin_inset Quotes erd
888 \end_inset
889
890  (GIF, file extension 
891 \begin_inset Quotes eld
892 \end_inset
893
894
895 \family typewriter
896 .gif
897 \family default
898
899 \begin_inset Quotes erd
900 \end_inset
901
902 )
903 \begin_inset LatexCommand index
904 name "GIF|see{Image formats}"
905
906 \end_inset
907
908
909 \begin_inset Quotes eld
910 \end_inset
911
912 Portable Network Graphics
913 \begin_inset Quotes erd
914 \end_inset
915
916  (PNG, file extension 
917 \begin_inset Quotes eld
918 \end_inset
919
920
921 \family typewriter
922 .png
923 \family default
924
925 \begin_inset Quotes erd
926 \end_inset
927
928 )
929 \begin_inset LatexCommand index
930 name "PNG|see{Image formats}"
931
932 \end_inset
933
934 , and 
935 \begin_inset Quotes eld
936 \end_inset
937
938 Joint Photographic Experts Group
939 \begin_inset Quotes erd
940 \end_inset
941
942  (JPG, file extension 
943 \begin_inset Quotes eld
944 \end_inset
945
946
947 \family typewriter
948 .jpg
949 \family default
950
951 \begin_inset Quotes erd
952 \end_inset
953
954  or 
955 \begin_inset Quotes eld
956 \end_inset
957
958
959 \family typewriter
960 .jpeg
961 \family default
962
963 \begin_inset Quotes erd
964 \end_inset
965
966 )
967 \begin_inset LatexCommand index
968 name "JPG|see{Image formats}"
969
970 \end_inset
971
972 .
973 \end_layout
974
975 \begin_layout Description
976 Vector\InsetSpace ~
977 images consist of vectors and can therefore be scaled to any size
978  without data loss.
979  The scaling ability is necessary if you want to create presentations, because
980  presentations are always scaled by the video projector.
981  Scaling is also useful for online documents to let the user zoom into diagrams.
982 \newline
983 S
984 calable image formats can be 
985 \begin_inset Quotes eld
986 \end_inset
987
988 Scalable Vector Graphics
989 \begin_inset Quotes erd
990 \end_inset
991
992  (SVG, file extension 
993 \begin_inset Quotes eld
994 \end_inset
995
996
997 \family typewriter
998 .svg
999 \family default
1000
1001 \begin_inset Quotes erd
1002 \end_inset
1003
1004 )
1005 \begin_inset LatexCommand index
1006 name "SVG|see{Image formats}"
1007
1008 \end_inset
1009
1010
1011 \begin_inset Quotes eld
1012 \end_inset
1013
1014 Encapsulated PostScript
1015 \begin_inset Quotes erd
1016 \end_inset
1017
1018  (EPS, file extension 
1019 \begin_inset Quotes eld
1020 \end_inset
1021
1022
1023 \family typewriter
1024 .eps
1025 \family default
1026
1027 \begin_inset Quotes erd
1028 \end_inset
1029
1030 )
1031 \begin_inset LatexCommand index
1032 name "EPS|see{Image formats}"
1033
1034 \end_inset
1035
1036
1037 \begin_inset Quotes eld
1038 \end_inset
1039
1040 Portable Document Format
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044  (PDF, file extension 
1045 \begin_inset Quotes eld
1046 \end_inset
1047
1048
1049 \family typewriter
1050 .pdf
1051 \family default
1052
1053 \begin_inset Quotes erd
1054 \end_inset
1055
1056 )
1057 \begin_inset LatexCommand index
1058 name "PDF"
1059
1060 \end_inset
1061
1062 , and 
1063 \begin_inset Quotes eld
1064 \end_inset
1065
1066 Windows Metafile
1067 \begin_inset Quotes erd
1068 \end_inset
1069
1070  (WMF, file extension 
1071 \begin_inset Quotes eld
1072 \end_inset
1073
1074
1075 \family typewriter
1076 .wmf
1077 \family default
1078
1079 \begin_inset Quotes erd
1080 \end_inset
1081
1082 )
1083 \begin_inset LatexCommand index
1084 name "SVG|see{Image formats}"
1085
1086 \end_inset
1087
1088 .
1089  We wrote 
1090 \begin_inset Quotes eld
1091 \end_inset
1092
1093 can be
1094 \begin_inset Quotes erd
1095 \end_inset
1096
1097 , because you can convert any bitmap image to a PDF or EPS-image and the
1098  result will still be a bitmap image.
1099  In this cases only a header with the image properties is added to the original
1100  image
1101 \begin_inset Foot
1102 status open
1103
1104 \begin_layout Standard
1105 In the case of PDF, the original image is additionally compressed.
1106 \end_layout
1107
1108 \end_inset
1109
1110 .
1111  The PDF-files generated by 
1112 \family typewriter
1113 Adobe Photoshop
1114 \family default
1115  are for example bitmap images.
1116 \end_layout
1117
1118 \begin_layout Standard
1119 Normally it is not possible to convert a bitmap image into a scalable one,
1120  only vice versa.
1121  Only the image formats PDF and EPS can directly be embedded to PDF and
1122  PostScript output files, respectively.
1123  SVG and WMF-images are currently recalculated to bitmaps when the output
1124  file is generated because there is currently no adequate WMF/SVG
1125 \begin_inset Formula $\to$
1126 \end_inset
1127
1128 PDF/EPS converter available.
1129 \end_layout
1130
1131 \begin_layout Chapter
1132 Tables
1133 \begin_inset LatexCommand label
1134 name "cha:Tables"
1135
1136 \end_inset
1137
1138
1139 \begin_inset LatexCommand index
1140 name "Table"
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Section
1148 Introduction
1149 \begin_inset LatexCommand index
1150 name "Table ! Introduction"
1151
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \begin_layout Standard
1158 You can insert a table using either the toolbar button 
1159 \begin_inset Graphics
1160         filename ../images/tabular-insert.xpm
1161         scale 85
1162
1163 \end_inset
1164
1165  or the menu 
1166 \family sans
1167 Insert\SpecialChar \menuseparator
1168 Table
1169 \family default
1170 .
1171  The toolbar button offers you a graphical selection: Move the mouse to
1172  set the column/row number of the table that should be created and then
1173  press a mouse button.
1174  When you use the menu to create a table, a dialog will appear, asking you
1175  for the number of rows and columns.
1176 \newline
1177  The default table has lines around any
1178  cell and the first row appears separated from the rest of the table.
1179  This separation occurs due to a double line: The cells of the first row
1180  have a line below them and the cells of the second row have a line above
1181  them.
1182  Here is an example table:
1183 \end_layout
1184
1185 \begin_layout Standard
1186 \align center
1187 \begin_inset Tabular
1188 <lyxtabular version="3" rows="4" columns="4">
1189 <features>
1190 <column alignment="center" valignment="top" leftline="true" width="0">
1191 <column alignment="center" valignment="top" leftline="true" width="0">
1192 <column alignment="center" valignment="top" leftline="true" width="0">
1193 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1194 <row topline="true" bottomline="true">
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Standard
1199
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Standard
1208
1209 \family roman
1210 \series medium
1211 \shape up
1212 \size normal
1213 \emph off
1214 \bar no
1215 \noun off
1216 \color none
1217 1
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Standard
1226 2
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Standard
1235 3
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row topline="true">
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Standard
1246
1247 \family roman
1248 \series medium
1249 \shape up
1250 \size normal
1251 \emph off
1252 \bar no
1253 \noun off
1254 \color none
1255 A
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Standard
1264
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Standard
1273
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Standard
1282
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row topline="true">
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Standard
1293
1294 \family roman
1295 \series medium
1296 \shape up
1297 \size normal
1298 \emph off
1299 \bar no
1300 \noun off
1301 \color none
1302 B
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Standard
1311
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Standard
1320
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Standard
1329
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 </row>
1335 <row topline="true" bottomline="true">
1336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Standard
1340
1341 \family roman
1342 \series medium
1343 \shape up
1344 \size normal
1345 \emph off
1346 \bar no
1347 \noun off
1348 \color none
1349 C
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Standard
1358
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Standard
1367
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1373 \begin_inset Text
1374
1375 \begin_layout Standard
1376
1377 \end_layout
1378
1379 \end_inset
1380 </cell>
1381 </row>
1382 </lyxtabular>
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Section
1390 Table Dialog
1391 \begin_inset LatexCommand index
1392 name "Table ! Dialog"
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Standard
1400 You can alter a table by clicking on it with the right mouse button, which
1401  brings up the table dialog.
1402  Here you can adjust the settings of that cell and row/column respectively
1403  where the cursor is currently placed.
1404  Most of the dialog options also work on selections.
1405  This means if you select more cells, columns or rows, the action is done
1406  for the whole selection.
1407  Note that there is a difference between selecting the 
1408 \emph on
1409 contents
1410 \emph default
1411  of the cell, and the cell itself.
1412  You can alter tables with the following tabs of the table dialog:
1413 \end_layout
1414
1415 \begin_layout Description
1416
1417 \family sans
1418 Table\InsetSpace ~
1419 Settings
1420 \family default
1421  Here you can set the horizontal alignment for the current row and the width
1422  of the current column.
1423  When you have set a width you can also adjust the vertical alignment of
1424  the current column.
1425  A given width will allow the cell to have line breaks and multiple paragraphs
1426  of text, see section\InsetSpace ~
1427
1428 \begin_inset LatexCommand ref
1429 reference "sub:Multiple-Lines-in"
1430
1431 \end_inset
1432
1433 .
1434  If you set no width, the column is as wide as their widest cell content
1435  is.
1436 \newline
1437 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1438  cell, see section\InsetSpace ~
1439
1440 \begin_inset LatexCommand ref
1441 reference "sub:Multicolumns"
1442
1443 \end_inset
1444
1445 .
1446 \newline
1447 The rotate check boxes rotates the current cell, a selection, or the whole
1448  table counter-clockwise by 90°.
1449  The rotation is not shown within LyX, only in the output.
1450 \newline
1451
1452 \begin_inset Note Greyedout
1453 status open
1454
1455 \begin_layout Standard
1456
1457 \series bold
1458 Note:
1459 \series default
1460  Not all DVI-viewers are able to display rotations.
1461 \end_layout
1462
1463 \end_inset
1464
1465
1466 \newline
1467 It is also possible to enter a LaTeX-argument which is needed for special
1468  table formattings, see section\InsetSpace ~
1469
1470 \begin_inset LatexCommand ref
1471 reference "sub:Multicolumn-Calculations"
1472
1473 \end_inset
1474
1475  and 
1476 \begin_inset LatexCommand ref
1477 reference "sec:Colored-Tables"
1478
1479 \end_inset
1480
1481 .
1482 \end_layout
1483
1484 \begin_layout Description
1485
1486 \family sans
1487 Borders
1488 \family default
1489  In this tab you can add and delete border lines for the current row/column.
1490 \newline
1491 Using
1492  the style option 
1493 \family sans
1494 Formal
1495 \family default
1496  will convert the table to a formal table as described in section\InsetSpace ~
1497
1498 \begin_inset LatexCommand ref
1499 reference "sec:Formal-Tables"
1500
1501 \end_inset
1502
1503 .
1504 \newline
1505 You can also add here space to table rows as decribed in section\InsetSpace ~
1506
1507 \begin_inset LatexCommand ref
1508 reference "sub:Row-Spacing"
1509
1510 \end_inset
1511
1512 .
1513 \end_layout
1514
1515 \begin_layout Description
1516
1517 \family sans
1518 Longtable
1519 \family default
1520  This tab is to make a table a so called 
1521 \begin_inset Quotes eld
1522 \end_inset
1523
1524
1525 \emph on
1526 longtable
1527 \emph default
1528
1529 \begin_inset Quotes erd
1530 \end_inset
1531
1532  that can run over several pages.
1533  Section\InsetSpace ~
1534
1535 \begin_inset LatexCommand ref
1536 reference "sec:Longtables"
1537
1538 \end_inset
1539
1540  and 
1541 \begin_inset LatexCommand ref
1542 reference "sec:Special-Longtable-Issues"
1543
1544 \end_inset
1545
1546  describe the longtable features in detail.
1547 \end_layout
1548
1549 \begin_layout Standard
1550 When the table toolbar is opened, you can move the cursor with the arrow
1551  keys from cell to cell and the property of the current cell will immediately
1552  be displayed in the dialog.
1553 \end_layout
1554
1555 \begin_layout Section
1556 Table Toolbar
1557 \begin_inset LatexCommand index
1558 name "Table ! Toolbar"
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \begin_layout Standard
1566 The table toolbar is an alternative to the table dialog to be able to alter
1567  tables faster.
1568  It should normally appear at the bottom of LyX's main window when the cursor
1569  is inside a table.
1570  You can alternatively switch it on to appear always, by right-clicking
1571  in LyX's main menu bar.
1572 \end_layout
1573
1574 \begin_layout Standard
1575 The toolbar has the following icons:
1576 \end_layout
1577
1578 \begin_layout Labeling
1579 \labelwidthstring 00.00.0000
1580 \begin_inset Graphics
1581         filename ../images/tabular-feature_append-row.xpm
1582
1583 \end_inset
1584
1585  adds a row below the current cell or selection
1586 \end_layout
1587
1588 \begin_layout Labeling
1589 \labelwidthstring 00.00.0000
1590 \begin_inset Graphics
1591         filename ../images/tabular-feature_append-column.xpm
1592
1593 \end_inset
1594
1595  adds a column right beside the current cell or selection
1596 \end_layout
1597
1598 \begin_layout Labeling
1599 \labelwidthstring 00.00.0000
1600 \begin_inset Graphics
1601         filename ../images/tabular-feature_delete-row.xpm
1602
1603 \end_inset
1604
1605  deletes the current row or selection
1606 \end_layout
1607
1608 \begin_layout Labeling
1609 \labelwidthstring 00.00.0000
1610 \begin_inset Graphics
1611         filename ../images/tabular-feature_delete-column.xpm
1612
1613 \end_inset
1614
1615  deletes the current column or selection
1616 \end_layout
1617
1618 \begin_layout Labeling
1619 \labelwidthstring 00.00.0000
1620 \begin_inset Graphics
1621         filename ../images/tabular-feature_toggle-line-top.xpm
1622
1623 \end_inset
1624
1625  adds a line at the top of the current cell / row or of a selection
1626 \end_layout
1627
1628 \begin_layout Labeling
1629 \labelwidthstring 00.00.0000
1630 \begin_inset Graphics
1631         filename ../images/tabular-feature_toggle-line-bottom.xpm
1632
1633 \end_inset
1634
1635  adds a line at the bottom of the current cell / row or of a selection
1636 \end_layout
1637
1638 \begin_layout Labeling
1639 \labelwidthstring 00.00.0000
1640 \begin_inset Graphics
1641         filename ../images/tabular-feature_toggle-line-left.xpm
1642
1643 \end_inset
1644
1645  adds a line at the left side of the current cell / row or of a selection
1646 \end_layout
1647
1648 \begin_layout Labeling
1649 \labelwidthstring 00.00.0000
1650 \begin_inset Graphics
1651         filename ../images/tabular-feature_toggle-line-right.xpm
1652
1653 \end_inset
1654
1655  adds a line at the right side of the current cell / row or of a selection
1656 \end_layout
1657
1658 \begin_layout Labeling
1659 \labelwidthstring 00.00.0000
1660 \begin_inset Graphics
1661         filename ../images/tabular-feature_set-all-lines.xpm
1662
1663 \end_inset
1664
1665  adds lines around the current or selected cells - if the current cell no
1666  multicolumn this also affects the current row and column
1667 \end_layout
1668
1669 \begin_layout Labeling
1670 \labelwidthstring 00.00.0000
1671 \begin_inset Graphics
1672         filename ../images/tabular-feature_unset-all-lines.xpm
1673
1674 \end_inset
1675
1676  deletes all lines of the current or selected cells - if the current cell
1677  no multicolumn this also affects the current row and column
1678 \end_layout
1679
1680 \begin_layout Labeling
1681 \labelwidthstring 00.00.0000
1682 \begin_inset Graphics
1683         filename ../images/tabular-feature_align-left.xpm
1684
1685 \end_inset
1686
1687  left-aligns the content of the current cell / column
1688 \end_layout
1689
1690 \begin_layout Labeling
1691 \labelwidthstring 00.00.0000
1692 \begin_inset Graphics
1693         filename ../images/tabular-feature_align-center.xpm
1694
1695 \end_inset
1696
1697  centers the content of the current cell / column horizontally
1698 \end_layout
1699
1700 \begin_layout Labeling
1701 \labelwidthstring 00.00.0000
1702 \begin_inset Graphics
1703         filename ../images/tabular-feature_align-right.xpm
1704
1705 \end_inset
1706
1707  right-aligns the content of the current cell / column
1708 \end_layout
1709
1710 \begin_layout Labeling
1711 \labelwidthstring 00.00.0000
1712 \begin_inset Graphics
1713         filename ../images/tabular-feature_valign-top.xpm
1714
1715 \end_inset
1716
1717  aligns the content of the current cell vertically to the top
1718 \end_layout
1719
1720 \begin_layout Labeling
1721 \labelwidthstring 00.00.0000
1722 \begin_inset Graphics
1723         filename ../images/tabular-feature_valign-middle.xpm
1724
1725 \end_inset
1726
1727  centers the content of the current cell vertically
1728 \end_layout
1729
1730 \begin_layout Labeling
1731 \labelwidthstring 00.00.0000
1732 \begin_inset Graphics
1733         filename ../images/tabular-feature_valign-bottom.xpm
1734
1735 \end_inset
1736
1737  aligns the content of the current cell vertically to the bottom
1738 \end_layout
1739
1740 \begin_layout Labeling
1741 \labelwidthstring 00.00.0000
1742 \begin_inset Graphics
1743         filename ../images/tabular-feature_set-rotate-cell.xpm
1744
1745 \end_inset
1746
1747  rotates the current cell or selection counter-clockwise by 90°
1748 \end_layout
1749
1750 \begin_layout Labeling
1751 \labelwidthstring 00.00.0000
1752 \begin_inset Graphics
1753         filename ../images/tabular-feature_set-rotate-tabular.xpm
1754
1755 \end_inset
1756
1757  rotates the whole table counter-clockwise by 90°
1758 \end_layout
1759
1760 \begin_layout Labeling
1761 \labelwidthstring 00.00.0000
1762 \begin_inset Graphics
1763         filename ../images/tabular-feature_multicolumn.xpm
1764
1765 \end_inset
1766
1767  sets the current cell or selection as a multicolumn
1768 \end_layout
1769
1770 \begin_layout Section
1771 Edit Table Menu
1772 \begin_inset LatexCommand index
1773 name "Table ! Edit Menu"
1774
1775 \end_inset
1776
1777
1778 \end_layout
1779
1780 \begin_layout Standard
1781 Additionally to the table dialog and toolbar, the menu 
1782 \family sans
1783 Edit\SpecialChar \menuseparator
1784 Table
1785 \family default
1786  allows you to add and delete border lines for the current row/column and
1787  to set the current selection as multicolumn.
1788  The menu is only available when the cursor is inside a table.
1789 \end_layout
1790
1791 \begin_layout Section
1792 Table Floats
1793 \begin_inset LatexCommand label
1794 name "sec:Table-Floats"
1795
1796 \end_inset
1797
1798
1799 \begin_inset LatexCommand index
1800 name "Floats ! Tables"
1801
1802 \end_inset
1803
1804
1805 \begin_inset LatexCommand index
1806 name "Table ! Floats"
1807
1808 \end_inset
1809
1810
1811 \end_layout
1812
1813 \begin_layout Standard
1814 For general explanations about floats, have a look at section\InsetSpace ~
1815
1816 \begin_inset LatexCommand ref
1817 reference "sec:FloatIntroduction"
1818
1819 \end_inset
1820
1821 .
1822 \end_layout
1823
1824 \begin_layout Standard
1825 \begin_inset Float table
1826 placement h
1827 wide false
1828 sideways false
1829 status open
1830
1831 \begin_layout Caption
1832 \begin_inset LatexCommand label
1833 name "tab:a table float"
1834
1835 \end_inset
1836
1837 A table float.
1838 \end_layout
1839
1840 \begin_layout Standard
1841 \align center
1842 \begin_inset Tabular
1843 <lyxtabular version="3" rows="3" columns="3">
1844 <features>
1845 <column alignment="center" valignment="top" leftline="true" width="0pt">
1846 <column alignment="center" valignment="top" leftline="true" width="0pt">
1847 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1848 <row topline="true" bottomline="true">
1849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Standard
1853
1854 \family roman
1855 \series medium
1856 \shape up
1857 \size normal
1858 \emph off
1859 \bar no
1860 \noun off
1861 \color none
1862 1
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Standard
1871
1872 \family roman
1873 \series medium
1874 \shape up
1875 \size normal
1876 \emph off
1877 \bar no
1878 \noun off
1879 \color none
1880 2
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Standard
1889
1890 \family roman
1891 \series medium
1892 \shape up
1893 \size normal
1894 \emph off
1895 \bar no
1896 \noun off
1897 \color none
1898 3
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 <row topline="true">
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Standard
1909
1910 \family roman
1911 \series medium
1912 \shape up
1913 \size normal
1914 \emph off
1915 \bar no
1916 \noun off
1917 \color none
1918 Joe
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Standard
1927
1928 \family roman
1929 \series medium
1930 \shape up
1931 \size normal
1932 \emph off
1933 \bar no
1934 \noun off
1935 \color none
1936 Mary
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Standard
1945
1946 \family roman
1947 \series medium
1948 \shape up
1949 \size normal
1950 \emph off
1951 \bar no
1952 \noun off
1953 \color none
1954 Ted
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 </row>
1960 <row topline="true" bottomline="true">
1961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Standard
1965
1966 \family roman
1967 \series medium
1968 \shape up
1969 \size normal
1970 \emph off
1971 \bar no
1972 \noun off
1973 \color none
1974 \begin_inset Formula $\int x^{2}dx$
1975 \end_inset
1976
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Standard
1986
1987 \family roman
1988 \series medium
1989 \shape up
1990 \size normal
1991 \emph off
1992 \bar no
1993 \noun off
1994 \color none
1995 \begin_inset Formula $\left[\begin{array}{cc}
1996 a & b\\
1997 c & d\end{array}\right]$
1998 \end_inset
1999
2000
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2006 \begin_inset Text
2007
2008 \begin_layout Standard
2009
2010 \family roman
2011 \series medium
2012 \shape up
2013 \size normal
2014 \emph off
2015 \bar no
2016 \noun off
2017 \color none
2018 \begin_inset Formula $1+1=2$
2019 \end_inset
2020
2021
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 </row>
2027 </lyxtabular>
2028
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \end_inset
2035
2036
2037 \end_layout
2038
2039 \begin_layout Standard
2040 Table floats can be inserted using the menu 
2041 \family sans
2042 Insert\SpecialChar \menuseparator
2043 Float\SpecialChar \menuseparator
2044 Table
2045 \family default
2046  or the toolbar button 
2047 \begin_inset Graphics
2048         filename ../images/float-insert_table.xpm
2049         scale 85
2050
2051 \end_inset
2052
2053 .
2054 \end_layout
2055
2056 \begin_layout Standard
2057 The float appears as a collapsible box with the label 
2058 \begin_inset Quotes eld
2059 \end_inset
2060
2061
2062 \series bold
2063 Table\InsetSpace ~
2064 #:
2065 \series default
2066
2067 \begin_inset Quotes erd
2068 \end_inset
2069
2070  inside it.
2071  The text following the label is the caption of the table.
2072  To insert a table to the the float set the cursor at the end of the caption
2073  text, press enter and insert the table.
2074  The caption is now printed above the table.
2075 \end_layout
2076
2077 \begin_layout Standard
2078 Table\InsetSpace ~
2079
2080 \begin_inset LatexCommand ref
2081 reference "tab:a table float"
2082
2083 \end_inset
2084
2085  is an example table within a table float.
2086 \end_layout
2087
2088 \begin_layout Standard
2089 Having the caption above the table is the common rule that is unfortunately
2090  not supported in LaTeX's standard classes.
2091  That means if you are using the document classes 
2092 \family sans
2093 article
2094 \family default
2095
2096 \family sans
2097 book
2098 \family default
2099
2100 \family sans
2101 letter
2102 \family default
2103 , or 
2104 \family sans
2105 report
2106 \family default
2107  there will be no space between the caption and the table.
2108  To insert the needed space, add the following option to the load command
2109  of the LaTeX-package 
2110 \series bold
2111 caption
2112 \series default
2113
2114 \begin_inset LatexCommand index
2115 name "LaTeX-packages ! caption"
2116
2117 \end_inset
2118
2119  in your document preamble
2120 \begin_inset Foot
2121 status collapsed
2122
2123 \begin_layout Standard
2124 For more information have a look at section\InsetSpace ~
2125
2126 \begin_inset LatexCommand ref
2127 reference "sec:Caption-Placement"
2128
2129 \end_inset
2130
2131 .
2132 \end_layout
2133
2134 \end_inset
2135
2136 :
2137 \end_layout
2138
2139 \begin_layout Standard
2140
2141 \series bold
2142 tableposition=top
2143 \end_layout
2144
2145 \begin_layout Standard
2146 The package 
2147 \series bold
2148 caption
2149 \series default
2150 , which is described in section\InsetSpace ~
2151
2152 \begin_inset LatexCommand ref
2153 reference "sec:Caption-Formatting"
2154
2155 \end_inset
2156
2157 , is used to adjust the caption format.
2158 \end_layout
2159
2160 \begin_layout Standard
2161 \begin_inset LatexCommand index
2162 name "References ! to Tables"
2163
2164 \end_inset
2165
2166 Tables can be cross-referenced in the text by referencing their label.
2167  To do this insert a label in the caption using the menu 
2168 \family sans
2169 Insert\SpecialChar \menuseparator
2170 Label
2171 \family default
2172  or the toolbar button 
2173 \begin_inset Graphics
2174         filename ../images/label-insert.xpm
2175         scale 85
2176
2177 \end_inset
2178
2179 .
2180  You can now refer to the label using the menu 
2181 \family sans
2182 Insert\SpecialChar \menuseparator
2183 Cross\InsetSpace ~
2184 reference
2185 \family default
2186  or the toolbar button 
2187 \begin_inset Graphics
2188         filename ../images/dialog-show-new-inset_ref.xpm
2189         scale 85
2190
2191 \end_inset
2192
2193 .
2194 \end_layout
2195
2196 \begin_layout Standard
2197
2198 \end_layout
2199
2200 \begin_layout Section
2201 Longtables
2202 \begin_inset LatexCommand label
2203 name "sec:Longtables"
2204
2205 \end_inset
2206
2207
2208 \begin_inset LatexCommand index
2209 name "Longtables"
2210
2211 \end_inset
2212
2213
2214 \begin_inset LatexCommand index
2215 name "Table ! Longtables"
2216
2217 \end_inset
2218
2219
2220 \end_layout
2221
2222 \begin_layout Standard
2223 If the table is too long to fit on one page, you can use the option 
2224 \family sans
2225 Use\InsetSpace ~
2226 long\InsetSpace ~
2227 table
2228 \family default
2229  in the tab 
2230 \family sans
2231 Longtable
2232 \family default
2233  of the table dialog to split the table automatically over more pages.
2234  Doing this enables some check boxes and you can now define:
2235 \end_layout
2236
2237 \begin_layout Description
2238
2239 \family sans
2240 Header
2241 \family default
2242 : The current row and all rows above, that don't have any special options
2243  defined, are defined to be the header rows of all pages of the longtable;
2244  except for the first page, if 
2245 \family sans
2246 First\InsetSpace ~
2247 header
2248 \family default
2249  is defined.
2250  This therefore called the main header.
2251 \end_layout
2252
2253 \begin_layout Description
2254
2255 \family sans
2256 First\InsetSpace ~
2257 header
2258 \family default
2259 : The current row and all rows above, that don't have any special options
2260  defined, are defined to be the header rows of the first page of the longtable.
2261 \end_layout
2262
2263 \begin_layout Description
2264
2265 \family sans
2266 Footer
2267 \family default
2268 : The current row and all rows below, that don't have any special options
2269  defined, are defined to be the footer rows of all pages of the longtable;
2270  except for the last page, if 
2271 \family sans
2272 Last\InsetSpace ~
2273 footer
2274 \family default
2275  is defined.
2276 \end_layout
2277
2278 \begin_layout Description
2279
2280 \family sans
2281 Last\InsetSpace ~
2282 footer
2283 \family default
2284 : The current row and all rows below, that don't have any special options
2285  defined, are defined to be the footer rows of the last page of the longtable.
2286 \end_layout
2287
2288 \begin_layout Standard
2289 You can also specify a row where the table is splitted.
2290  If you set more than one option in the same table row, you should be aware
2291  of the fact that only the first one is used in the given table row.
2292  The others will then be defined as 
2293 \emph on
2294 empty
2295 \emph default
2296 .
2297  In this context, first means first in this order: 
2298 \family sans
2299 Footer, Last\InsetSpace ~
2300 footer,
2301 \family default
2302  
2303 \family sans
2304 Header,
2305 \family default
2306  
2307 \family sans
2308 First\InsetSpace ~
2309 header.
2310
2311 \family default
2312 \emph on
2313  
2314 \emph default
2315 See the following longtable to see how it works:
2316 \end_layout
2317
2318 \begin_layout Standard
2319 \align center
2320 \begin_inset Tabular
2321 <lyxtabular version="3" rows="69" columns="3">
2322 <features islongtable="true">
2323 <column alignment="left" valignment="top" leftline="true" width="0cm">
2324 <column alignment="left" valignment="top" width="0pt">
2325 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2326 <row topline="true" bottomline="true" endfirsthead="true">
2327 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2328 \begin_inset Text
2329
2330 \begin_layout Standard
2331
2332 \series bold
2333 Example Phone List (ignore the names)
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Standard
2342
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Standard
2351
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 </row>
2357 <row topline="true" bottomline="true" endfirsthead="true">
2358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Standard
2362
2363 \series bold
2364 NAME
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Standard
2373
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Standard
2382
2383 \series bold
2384 TEL.
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 </row>
2390 <row topline="true" bottomline="true" endhead="true">
2391 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2392 \begin_inset Text
2393
2394 \begin_layout Standard
2395
2396 \series bold
2397 Example Phone List
2398 \end_layout
2399
2400 \end_inset
2401 </cell>
2402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2403 \begin_inset Text
2404
2405 \begin_layout Standard
2406
2407 \end_layout
2408
2409 \end_inset
2410 </cell>
2411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Standard
2415
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 </row>
2421 <row topline="true" bottomline="true" endhead="true">
2422 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Standard
2426
2427 \series bold
2428 NAME
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Standard
2437
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Standard
2446
2447 \series bold
2448 TEL.
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 </row>
2454 <row topline="true" bottomline="true" endfoot="true">
2455 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Standard
2459  continued on next page
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2465 \begin_inset Text
2466
2467 \begin_layout Standard
2468
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Standard
2477
2478 \end_layout
2479
2480 \end_inset
2481 </cell>
2482 </row>
2483 <row>
2484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Standard
2488
2489 \series bold
2490 Annovi
2491 \end_layout
2492
2493 \end_inset
2494 </cell>
2495 <cell alignment="center" valignment="top" topline="true" usebox="none">
2496 \begin_inset Text
2497
2498 \begin_layout Standard
2499 Silvia
2500 \end_layout
2501
2502 \end_inset
2503 </cell>
2504 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2505 \begin_inset Text
2506
2507 \begin_layout Standard
2508 111
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 </row>
2514 <row>
2515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2516 \begin_inset Text
2517
2518 \begin_layout Standard
2519
2520 \series bold
2521 Bertoli
2522 \end_layout
2523
2524 \end_inset
2525 </cell>
2526 <cell alignment="center" valignment="top" topline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Standard
2530 Stefano
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Standard
2539 111
2540 \end_layout
2541
2542 \end_inset
2543 </cell>
2544 </row>
2545 <row>
2546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2547 \begin_inset Text
2548
2549 \begin_layout Standard
2550
2551 \series bold
2552 Bozzi
2553 \end_layout
2554
2555 \end_inset
2556 </cell>
2557 <cell alignment="center" valignment="top" topline="true" usebox="none">
2558 \begin_inset Text
2559
2560 \begin_layout Standard
2561 Walter
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2567 \begin_inset Text
2568
2569 \begin_layout Standard
2570 111
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 </row>
2576 <row>
2577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2578 \begin_inset Text
2579
2580 \begin_layout Standard
2581
2582 \series bold
2583 Cachia
2584 \end_layout
2585
2586 \end_inset
2587 </cell>
2588 <cell alignment="center" valignment="top" topline="true" usebox="none">
2589 \begin_inset Text
2590
2591 \begin_layout Standard
2592 Maria
2593 \end_layout
2594
2595 \end_inset
2596 </cell>
2597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2598 \begin_inset Text
2599
2600 \begin_layout Standard
2601 111
2602 \end_layout
2603
2604 \end_inset
2605 </cell>
2606 </row>
2607 <row>
2608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2609 \begin_inset Text
2610
2611 \begin_layout Standard
2612
2613 \series bold
2614 Cachia
2615 \end_layout
2616
2617 \end_inset
2618 </cell>
2619 <cell alignment="center" valignment="top" topline="true" usebox="none">
2620 \begin_inset Text
2621
2622 \begin_layout Standard
2623 Maurizio
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2629 \begin_inset Text
2630
2631 \begin_layout Standard
2632 111
2633 \end_layout
2634
2635 \end_inset
2636 </cell>
2637 </row>
2638 <row>
2639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2640 \begin_inset Text
2641
2642 \begin_layout Standard
2643
2644 \series bold
2645 Cinquemani
2646 \end_layout
2647
2648 \end_inset
2649 </cell>
2650 <cell alignment="center" valignment="top" topline="true" usebox="none">
2651 \begin_inset Text
2652
2653 \begin_layout Standard
2654 Giusi
2655 \end_layout
2656
2657 \end_inset
2658 </cell>
2659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Standard
2663 111
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 </row>
2669 <row>
2670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Standard
2674
2675 \series bold
2676 Colin
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 <cell alignment="center" valignment="top" topline="true" usebox="none">
2682 \begin_inset Text
2683
2684 \begin_layout Standard
2685 Bernard
2686 \end_layout
2687
2688 \end_inset
2689 </cell>
2690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2691 \begin_inset Text
2692
2693 \begin_layout Standard
2694 111
2695 \end_layout
2696
2697 \end_inset
2698 </cell>
2699 </row>
2700 <row>
2701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Standard
2705
2706 \series bold
2707 Concli
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" topline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Standard
2716 Gianfranco
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Standard
2725 111
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 <row>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Standard
2736
2737 \series bold
2738 Dal Bosco
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 <cell alignment="center" valignment="top" topline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Standard
2747 Carolina
2748 \end_layout
2749
2750 \end_inset
2751 </cell>
2752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Standard
2756 111
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 </row>
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Standard
2767
2768 \series bold
2769 Dalpiaz
2770 \end_layout
2771
2772 \end_inset
2773 </cell>
2774 <cell alignment="center" valignment="top" topline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Standard
2778 Annamaria
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Standard
2787 111
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 </row>
2793 <row>
2794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Standard
2798
2799 \series bold
2800 Feliciello
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" topline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Standard
2809 Domenico
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Standard
2818 111
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row>
2825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Standard
2829
2830 \series bold
2831 Focarelli
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Standard
2840 Paola
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Standard
2849 111
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 <row>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Standard
2860
2861 \series bold
2862 Galletti
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Standard
2871 Oreste
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Standard
2880 111
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 </row>
2886 <row>
2887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Standard
2891
2892 \series bold
2893 Gasparini
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 <cell alignment="center" valignment="top" topline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Standard
2902 Franca
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Standard
2911 111
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 </row>
2917 <row>
2918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Standard
2922
2923 \series bold
2924 Rizzardi
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 <cell alignment="center" valignment="top" topline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Standard
2933 Paola
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Standard
2942 111
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 </row>
2948 <row>
2949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2950 \begin_inset Text
2951
2952 \begin_layout Standard
2953
2954 \series bold
2955 Lassini
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell alignment="center" valignment="top" topline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Standard
2964 Giancarlo
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Standard
2973 111
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row>
2980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Standard
2984
2985 \series bold
2986 Malfatti
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell alignment="center" valignment="top" topline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Standard
2995 Luciano
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Standard
3004 111
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row>
3011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Standard
3015
3016 \series bold
3017 Malfatti
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" topline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Standard
3026 Valeriano
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Standard
3035 111
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 </row>
3041 <row>
3042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Standard
3046
3047 \series bold
3048 Meneguzzo
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 <cell alignment="center" valignment="top" topline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Standard
3057 Roberto
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Standard
3066 111
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 <row>
3073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Standard
3077
3078 \series bold
3079 Mezzadra
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" topline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Standard
3088 Roberto
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Standard
3097 111
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 </row>
3103 <row>
3104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Standard
3108
3109 \series bold
3110 Pirpamer
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" topline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Standard
3119 Erich
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Standard
3128 111
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 </row>
3134 <row>
3135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Standard
3139
3140 \series bold
3141 Pochiesa
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" topline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Standard
3150 Paolo
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Standard
3159 111, 222
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 </row>
3165 <row>
3166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Standard
3170
3171 \series bold
3172 Radina
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="center" valignment="top" topline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Standard
3181 Claudio
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Standard
3190 111
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Standard
3201
3202 \series bold
3203 Stuffer
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell alignment="center" valignment="top" topline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Standard
3212 Oskar
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Standard
3221 111
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Standard
3232
3233 \series bold
3234 Tacchelli
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" topline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Standard
3243 Ugo
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Standard
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Standard
3263
3264 \series bold
3265 Tezzele
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" topline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Standard
3274 Margit
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Standard
3283 111
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Standard
3294
3295 \series bold
3296 Unterkalmsteiner
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" topline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Standard
3305 Frieda
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Standard
3314 111
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Standard
3325
3326 \series bold
3327 Vieider
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" topline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Standard
3336 Hilde
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Standard
3345 111
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Standard
3356
3357 \series bold
3358 Vigna
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" topline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Standard
3367 Jürgen
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Standard
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Standard
3387
3388 \series bold
3389 Weber
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" topline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Standard
3398 Maurizio
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Standard
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row bottomline="true">
3414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Standard
3418
3419 \series bold
3420 Winkler
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" topline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Standard
3429 Franz
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Standard
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row bottomline="true">
3445 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Standard
3449  
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Standard
3458
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Standard
3467
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row>
3474 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Standard
3478
3479 \series bold
3480 Annovi
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" topline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Standard
3489 Silvia
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Standard
3498 555
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 </row>
3504 <row>
3505 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Standard
3509
3510 \series bold
3511 Bertoli
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 <cell alignment="center" valignment="top" topline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Standard
3520 Stefano
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Standard
3529 555
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 </row>
3535 <row>
3536 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Standard
3540
3541 \series bold
3542 Bozzi
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" topline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Standard
3551 Walter
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Standard
3560 555
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 <row>
3567 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Standard
3571
3572 \series bold
3573 Cachia
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Standard
3582 Maria
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Standard
3591 555
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Standard
3602
3603 \series bold
3604 Cachia
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" topline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Standard
3613 Maurizio
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Standard
3622 555
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 </row>
3628 <row>
3629 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Standard
3633
3634 \series bold
3635 Cinquemani
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" topline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Standard
3644 Giusi
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Standard
3653 555
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 </row>
3659 <row>
3660 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Standard
3664
3665 \series bold
3666 Colin
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 <cell alignment="center" valignment="top" topline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Standard
3675 Bernard
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Standard
3684 555
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 </row>
3690 <row>
3691 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Standard
3695
3696 \series bold
3697 Concli
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Standard
3706 Gianfranco
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Standard
3715 555
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 </row>
3721 <row>
3722 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Standard
3726
3727 \series bold
3728 Dal Bosco
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 <cell alignment="center" valignment="top" topline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Standard
3737 Carolina
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Standard
3746 555
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 </row>
3752 <row>
3753 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Standard
3757
3758 \series bold
3759 Dalpiaz
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" topline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Standard
3768 Annamaria
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Standard
3777 555
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Standard
3788
3789 \series bold
3790 Feliciello
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" topline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Standard
3799 Domenico
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Standard
3808 555
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row>
3815 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Standard
3819
3820 \series bold
3821 Focarelli
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" topline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Standard
3830 Paola
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Standard
3839 555
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 </row>
3845 <row>
3846 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Standard
3850
3851 \series bold
3852 Galletti
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" topline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Standard
3861 Oreste
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Standard
3870 555
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 <row>
3877 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Standard
3881
3882 \series bold
3883 Gasparini
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" topline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Standard
3892 Franca
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Standard
3901 555
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Standard
3912
3913 \series bold
3914 Rizzardi
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" topline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Standard
3923 Paola
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Standard
3932 555
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Standard
3943
3944 \series bold
3945 Lassini
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 <cell alignment="center" valignment="top" topline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Standard
3954 Giancarlo
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Standard
3963 555
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 </row>
3969 <row>
3970 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Standard
3974
3975 \series bold
3976 Malfatti
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" topline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Standard
3985 Luciano
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Standard
3994 555
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 </row>
4000 <row>
4001 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Standard
4005
4006 \series bold
4007 Malfatti
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" topline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Standard
4016 Valeriano
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Standard
4025 555
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Standard
4036
4037 \series bold
4038 Meneguzzo
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" topline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Standard
4047 Roberto
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Standard
4056 555
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Standard
4067
4068 \series bold
4069 Mezzadra
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" topline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Standard
4078 Roberto
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Standard
4087 555
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Standard
4098
4099 \series bold
4100 Pirpamer
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" topline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Standard
4109 Erich
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Standard
4118 555
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Standard
4129
4130 \series bold
4131 Pochiesa
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" topline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Standard
4140 Paolo
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Standard
4149 555, 222
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Standard
4160
4161 \series bold
4162 Radina
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" topline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Standard
4171 Claudio
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Standard
4180 555
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Standard
4191
4192 \series bold
4193 Stuffer
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" topline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Standard
4202 Oskar
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Standard
4211 555
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Standard
4222
4223 \series bold
4224 Tacchelli
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" topline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Standard
4233 Ugo
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Standard
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Standard
4253
4254 \series bold
4255 Tezzele
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" topline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Standard
4264 Margit
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Standard
4273 555
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Standard
4284
4285 \series bold
4286 Unterkalmsteiner
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" topline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Standard
4295 Frieda
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Standard
4304 555
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Standard
4315
4316 \series bold
4317 Vieider
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" topline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Standard
4326 Hilde
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Standard
4335 555
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Standard
4346
4347 \series bold
4348 Vigna
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" topline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Standard
4357 Jürgen
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Standard
4366 999
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Standard
4377
4378 \series bold
4379 Weber
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" topline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Standard
4388 Maurizio
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Standard
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row bottomline="true">
4404 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Standard
4408
4409 \series bold
4410 Winkler
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Standard
4419 Franz
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Standard
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row bottomline="true" endlastfoot="true">
4435 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Standard
4439 end
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Standard
4448
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Standard
4457
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 </lyxtabular>
4464
4465 \end_inset
4466
4467
4468 \end_layout
4469
4470 \begin_layout Subsection
4471 Footnotes in Longtables
4472 \begin_inset LatexCommand label
4473 name "sub:Footnotes-in-Longtables"
4474
4475 \end_inset
4476
4477
4478 \begin_inset LatexCommand index
4479 name "Longtables ! Footnotes"
4480
4481 \end_inset
4482
4483
4484 \end_layout
4485
4486 \begin_layout Standard
4487 Footnotes can be inserted to every longtable cell.
4488  They appear at the bottom of the page where the table cell with the footnote
4489  appears.
4490  Table\InsetSpace ~
4491
4492 \begin_inset LatexCommand ref
4493 reference "tab:DiffCaptions"
4494
4495 \end_inset
4496
4497  has for example a footnote.
4498 \end_layout
4499
4500 \begin_layout Subsection
4501 Longtable Captions
4502 \begin_inset LatexCommand index
4503 name "Longtables ! Captions"
4504
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \begin_layout Standard
4511 A longtable cannot be put into a table float because floats can only be
4512  on one page.
4513  Therefore the caption layout cannot be used for longtables.
4514 \end_layout
4515
4516 \begin_layout Standard
4517 To add a caption, a dirty hack is needed:
4518 \end_layout
4519
4520 \begin_layout Enumerate
4521 Create a longtable
4522 \end_layout
4523
4524 \begin_layout Enumerate
4525 Mark the first row an disable its upper line
4526 \end_layout
4527
4528 \begin_layout Enumerate
4529 Insert the following command as ERT into the first table cell:
4530 \newline
4531
4532 \series bold
4533
4534 \backslash
4535 caption[short title]{full title}
4536 \backslash
4537
4538 \backslash
4539 %
4540 \end_layout
4541
4542 \begin_layout Enumerate
4543 Insert a 
4544 \begin_inset Quotes eld
4545 \end_inset
4546
4547
4548 \series bold
4549 %
4550 \series default
4551
4552 \begin_inset Quotes erd
4553 \end_inset
4554
4555  as ERT into every cell of the first row
4556 \end_layout
4557
4558 \begin_layout Standard
4559 The 
4560 \series bold
4561
4562 \backslash
4563 caption
4564 \series default
4565  command is used like for normal captions, the short title that will appear
4566  in the LOT instead of the full title is optional.
4567  The 
4568 \series bold
4569 %
4570 \series default
4571  in the table cells omits the vertical line between the the cells.
4572  The first table row is now only a dummy row for the caption, the actual
4573  table starts with the second row.
4574 \end_layout
4575
4576 \begin_layout Standard
4577 Here is a short longtable to see how it works:
4578 \end_layout
4579
4580 \begin_layout Standard
4581 \begin_inset Tabular
4582 <lyxtabular version="3" rows="6" columns="5">
4583 <features islongtable="true">
4584 <column alignment="center" valignment="top" leftline="true" width="0">
4585 <column alignment="center" valignment="top" leftline="true" width="0">
4586 <column alignment="center" valignment="top" leftline="true" width="0">
4587 <column alignment="center" valignment="top" leftline="true" width="0">
4588 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4589 <row>
4590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Standard
4594 \begin_inset ERT
4595 status collapsed
4596
4597 \begin_layout Standard
4598
4599
4600 \backslash
4601 caption[Longtable]{Longtable with caption}
4602 \backslash
4603
4604 \backslash
4605 %
4606 \end_layout
4607
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Standard
4619 \begin_inset ERT
4620 status collapsed
4621
4622 \begin_layout Standard
4623
4624 %
4625 \end_layout
4626
4627 \end_inset
4628
4629
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Standard
4638 \begin_inset ERT
4639 status collapsed
4640
4641 \begin_layout Standard
4642
4643 %
4644 \end_layout
4645
4646 \end_inset
4647
4648
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Standard
4657 \begin_inset ERT
4658 status collapsed
4659
4660 \begin_layout Standard
4661
4662 %
4663 \end_layout
4664
4665 \end_inset
4666
4667
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Standard
4676 \begin_inset ERT
4677 status collapsed
4678
4679 \begin_layout Standard
4680
4681 %
4682 \end_layout
4683
4684 \end_inset
4685
4686
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row topline="true">
4693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Standard
4697 1
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Standard
4706 2
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Standard
4715 3
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Standard
4724 4
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Standard
4733 5
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row topline="true">
4740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Standard
4744 asd
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Standard
4753 s
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Standard
4762 s
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Standard
4771 s
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Standard
4780 asd
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 </row>
4786 <row topline="true">
4787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Standard
4791 asd
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Standard
4800 s
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Standard
4809 s
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Standard
4818 s
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Standard
4827 asd
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row topline="true">
4834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Standard
4838 asd
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Standard
4847 s
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Standard
4856 s
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Standard
4865 s
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Standard
4874 asd
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row topline="true" bottomline="true">
4881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Standard
4885 asd
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Standard
4894 asd
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Standard
4903 asd
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Standard
4912 asd
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Standard
4921 asd
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 </lyxtabular>
4928
4929 \end_inset
4930
4931
4932 \end_layout
4933
4934 \begin_layout Standard
4935 \begin_inset VSpace medskip
4936 \end_inset
4937
4938
4939 \begin_inset Note Greyedout
4940 status open
4941
4942 \begin_layout Standard
4943
4944 \series bold
4945 Note:
4946 \series default
4947  If you are using the LaTeX-package 
4948 \series bold
4949 hyperref
4950 \series default
4951
4952 \begin_inset LatexCommand index
4953 name "LaTeX-packages ! hyperref"
4954
4955 \end_inset
4956
4957  to link cross-references, the link to a longtable caption will always point
4958  to the beginning of the document.
4959 \end_layout
4960
4961 \end_inset
4962
4963
4964 \end_layout
4965
4966 \begin_layout Subsubsection
4967 References to Longtables
4968 \begin_inset LatexCommand index
4969 name "Longtables ! References"
4970
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \begin_layout Standard
4977 \begin_inset Tabular
4978 <lyxtabular version="3" rows="6" columns="5">
4979 <features islongtable="true">
4980 <column alignment="center" valignment="top" leftline="true" width="0">
4981 <column alignment="center" valignment="top" leftline="true" width="0">
4982 <column alignment="center" valignment="top" leftline="true" width="0">
4983 <column alignment="center" valignment="top" leftline="true" width="0">
4984 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4985 <row>
4986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Standard
4990 \begin_inset ERT
4991 status collapsed
4992
4993 \begin_layout Standard
4994
4995
4996 \backslash
4997 caption{Referenced longtable
4998 \end_layout
4999
5000 \end_inset
5001
5002
5003 \begin_inset LatexCommand label
5004 name "tab:RefExample"
5005
5006 \end_inset
5007
5008
5009 \begin_inset ERT
5010 status collapsed
5011
5012 \begin_layout Standard
5013
5014 }
5015 \backslash
5016
5017 \backslash
5018 %
5019 \end_layout
5020
5021 \end_inset
5022
5023
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Standard
5032 \begin_inset ERT
5033 status collapsed
5034
5035 \begin_layout Standard
5036
5037 %
5038 \end_layout
5039
5040 \end_inset
5041
5042
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Standard
5051 \begin_inset ERT
5052 status collapsed
5053
5054 \begin_layout Standard
5055
5056 %
5057 \end_layout
5058
5059 \end_inset
5060
5061
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Standard
5070 \begin_inset ERT
5071 status collapsed
5072
5073 \begin_layout Standard
5074
5075 %
5076 \end_layout
5077
5078 \end_inset
5079
5080
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Standard
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Standard
5093
5094 %
5095 \end_layout
5096
5097 \end_inset
5098
5099
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 </row>
5105 <row topline="true">
5106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Standard
5110 1
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Standard
5119 2
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Standard
5128 3
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Standard
5137 4
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Standard
5146 5
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 </row>
5152 <row topline="true">
5153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Standard
5157 asd
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Standard
5166 s
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Standard
5175 s
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Standard
5184 s
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Standard
5193 asd
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row topline="true">
5200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Standard
5204 asd
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Standard
5213 s
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Standard
5222 s
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Standard
5231 s
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Standard
5240 asd
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row topline="true">
5247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Standard
5251 asd
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Standard
5260 s
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Standard
5269 s
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Standard
5278 s
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Standard
5287 asd
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 </row>
5293 <row topline="true" bottomline="true">
5294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Standard
5298 asd
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 sad
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Standard
5316 asd
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Standard
5325 asd
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Standard
5334 asd
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 </row>
5340 </lyxtabular>
5341
5342 \end_inset
5343
5344
5345 \end_layout
5346
5347 \begin_layout Standard
5348 To reference a longtable, insert a label into the 
5349 \series bold
5350
5351 \backslash
5352 caption
5353 \series default
5354  command.
5355  This is done by splitting the ERT of the caption command.
5356  The part of the caption command before the last closing brace
5357 \end_layout
5358
5359 \begin_layout Standard
5360
5361 \series bold
5362
5363 \backslash
5364 caption[short title]{full title
5365 \end_layout
5366
5367 \begin_layout Standard
5368 is in the first ERT box, the label is inserted behind it.
5369  Note that you have to add the label prefix 
5370 \begin_inset Quotes eld
5371 \end_inset
5372
5373
5374 \emph on
5375 tab:
5376 \emph default
5377
5378 \begin_inset Quotes eld
5379 \end_inset
5380
5381  manually in the label field.
5382  The second ERT box contains the rest of the 
5383 \backslash
5384 caption command
5385 \end_layout
5386
5387 \begin_layout Standard
5388
5389 \series bold
5390 }
5391 \backslash
5392
5393 \backslash
5394 %
5395 \end_layout
5396
5397 \begin_layout Standard
5398 and is inserted behind the label box, see Table\InsetSpace ~
5399
5400 \begin_inset LatexCommand ref
5401 reference "tab:RefExample"
5402
5403 \end_inset
5404
5405 .
5406 \end_layout
5407
5408 \begin_layout Standard
5409 The caption layout can be set together with all other caption of your document
5410  using the LaTeX-package 
5411 \series bold
5412 caption
5413 \series default
5414
5415 \begin_inset LatexCommand index
5416 name "LaTeX-packages ! caption"
5417
5418 \end_inset
5419
5420 , see section\InsetSpace ~
5421
5422 \begin_inset LatexCommand ref
5423 reference "sec:Caption-Formatting"
5424
5425 \end_inset
5426
5427 .
5428 \end_layout
5429
5430 \begin_layout Subsubsection
5431 Caption Width
5432 \begin_inset LatexCommand index
5433 name "Longtables ! Caption Width"
5434
5435 \end_inset
5436
5437
5438 \end_layout
5439
5440 \begin_layout Standard
5441 The maximal width of of caption lines is defined by the length 
5442 \series bold
5443
5444 \backslash
5445 LTcapwidth
5446 \series default
5447 .
5448  It default value is 4\InsetSpace \thinspace{}
5449 in.
5450  To change it add the following command to your document preamble or as
5451  ERT into your document before the longtable that should be affected
5452 \end_layout
5453
5454 \begin_layout Standard
5455
5456 \series bold
5457
5458 \backslash
5459 setlength{
5460 \backslash
5461 LTcapwidth}{width}
5462 \end_layout
5463
5464 \begin_layout Standard
5465 where the width could have one of the units listed in appendix\InsetSpace ~
5466
5467 \begin_inset LatexCommand ref
5468 reference "cha:Units-available-in"
5469
5470 \end_inset
5471
5472 .
5473 \end_layout
5474
5475 \begin_layout Standard
5476 The following tables show the difference:
5477 \end_layout
5478
5479 \begin_layout Standard
5480 \begin_inset Tabular
5481 <lyxtabular version="3" rows="6" columns="5">
5482 <features islongtable="true">
5483 <column alignment="center" valignment="top" leftline="true" width="0">
5484 <column alignment="center" valignment="top" leftline="true" width="0">
5485 <column alignment="center" valignment="top" leftline="true" width="0">
5486 <column alignment="center" valignment="top" leftline="true" width="0">
5487 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5488 <row>
5489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Standard
5493 \begin_inset ERT
5494 status collapsed
5495
5496 \begin_layout Standard
5497
5498
5499 \backslash
5500 caption[caption with default width]{long full title with default width
5501 \end_layout
5502
5503 \begin_layout Standard
5504
5505 long full title with default width long full title with default width}
5506 \backslash
5507
5508 \backslash
5509 %
5510 \end_layout
5511
5512 \end_inset
5513
5514
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Standard
5523 \begin_inset ERT
5524 status collapsed
5525
5526 \begin_layout Standard
5527
5528 %
5529 \end_layout
5530
5531 \end_inset
5532
5533
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Standard
5542 \begin_inset ERT
5543 status collapsed
5544
5545 \begin_layout Standard
5546
5547 %
5548 \end_layout
5549
5550 \end_inset
5551
5552
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Standard
5561 \begin_inset ERT
5562 status collapsed
5563
5564 \begin_layout Standard
5565
5566 %
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Standard
5580 \begin_inset ERT
5581 status collapsed
5582
5583 \begin_layout Standard
5584
5585 %
5586 \end_layout
5587
5588 \end_inset
5589
5590
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 <row topline="true">
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Standard
5601 1
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Standard
5610 2
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Standard
5619 3
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Standard
5628 4
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Standard
5637 5
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 </row>
5643 <row topline="true">
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Standard
5648 asd
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Standard
5657 s
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Standard
5666 s
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Standard
5675 s
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Standard
5684 asd
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row topline="true">
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Standard
5695 asd
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Standard
5704 s
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Standard
5713 s
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Standard
5722 s
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Standard
5731 asd
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 </row>
5737 <row topline="true">
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Standard
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Standard
5751 s
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Standard
5760 s
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Standard
5769 s
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Standard
5778 asd
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 </row>
5784 <row topline="true" bottomline="true">
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Standard
5789 asd
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Standard
5798 sad
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Standard
5807 asd
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Standard
5816 asd
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Standard
5825 asd
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 </row>
5831 </lyxtabular>
5832
5833 \end_inset
5834
5835
5836 \end_layout
5837
5838 \begin_layout Standard
5839 \begin_inset ERT
5840 status collapsed
5841
5842 \begin_layout Standard
5843
5844
5845 \backslash
5846 setlength{
5847 \backslash
5848 LTcapwidth}{5cm}
5849 \end_layout
5850
5851 \end_inset
5852
5853
5854 \begin_inset Tabular
5855 <lyxtabular version="3" rows="6" columns="5">
5856 <features islongtable="true">
5857 <column alignment="center" valignment="top" leftline="true" width="0">
5858 <column alignment="center" valignment="top" leftline="true" width="0">
5859 <column alignment="center" valignment="top" leftline="true" width="0">
5860 <column alignment="center" valignment="top" leftline="true" width="0">
5861 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5862 <row>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Standard
5867 \begin_inset ERT
5868 status collapsed
5869
5870 \begin_layout Standard
5871
5872
5873 \backslash
5874 caption[caption with width
5875 \backslash
5876 ,=
5877 \backslash
5878 ,15
5879 \backslash
5880 ,cm]{long full title with width set to 5
5881 \backslash
5882 ,cm
5883 \end_layout
5884
5885 \begin_layout Standard
5886
5887 long full title with width set to 15
5888 \backslash
5889 ,cm long full title with width set to 5
5890 \backslash
5891 ,cm}
5892 \backslash
5893
5894 \backslash
5895 %
5896 \end_layout
5897
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Standard
5909 \begin_inset ERT
5910 status collapsed
5911
5912 \begin_layout Standard
5913
5914 %
5915 \end_layout
5916
5917 \end_inset
5918
5919
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Standard
5928 \begin_inset ERT
5929 status collapsed
5930
5931 \begin_layout Standard
5932
5933 %
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Standard
5947 \begin_inset ERT
5948 status collapsed
5949
5950 \begin_layout Standard
5951
5952 %
5953 \end_layout
5954
5955 \end_inset
5956
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Standard
5966 \begin_inset ERT
5967 status collapsed
5968
5969 \begin_layout Standard
5970
5971 %
5972 \end_layout
5973
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row topline="true">
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Standard
5987 1
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Standard
5996 2
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Standard
6005 3
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Standard
6014 4
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Standard
6023 5
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 <row topline="true">
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Standard
6034 asd
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Standard
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Standard
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Standard
6061 s
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Standard
6070 asd
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 </row>
6076 <row topline="true">
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Standard
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Standard
6090 s
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Standard
6099 s
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Standard
6108 s
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Standard
6117 asd
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 </row>
6123 <row topline="true">
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Standard
6128 asd
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Standard
6137 s
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Standard
6146 s
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Standard
6155 s
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Standard
6164 asd
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 <row topline="true" bottomline="true">
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Standard
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Standard
6184 sad
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Standard
6193 asd
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Standard
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Standard
6211 asd
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 </lyxtabular>
6218
6219 \end_inset
6220
6221
6222 \begin_inset ERT
6223 status collapsed
6224
6225 \begin_layout Standard
6226
6227
6228 \backslash
6229 setlength{
6230 \backslash
6231 LTcapwidth}{4in}
6232 \end_layout
6233
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \begin_layout Standard
6240
6241 \end_layout
6242
6243 \begin_layout Subsubsection
6244 Different Captions for Table Pages
6245 \begin_inset LatexCommand index
6246 name "Longtables ! Different Captions for Pages"
6247
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \begin_layout Standard
6254 When the other captions should differ from the one of the first table page,
6255  insert the 
6256 \series bold
6257
6258 \backslash
6259 caption
6260 \series default
6261  command with a non-empty short title in a dummy caption row marked as first
6262  header.
6263  The caption used for the other table pages is inserted as 
6264 \series bold
6265
6266 \backslash
6267 caption
6268 \series default
6269  command without a short title in a dummy caption row that is marked as
6270  main header.
6271  When this caption shouldn't include the table number, use the command 
6272 \series bold
6273
6274 \backslash
6275 caption*
6276 \series default
6277  instead of 
6278 \series bold
6279
6280 \backslash
6281 caption
6282 \series default
6283 .
6284  The label to reference the table is inserted into the caption of the first
6285  header.
6286  Table\InsetSpace ~
6287
6288 \begin_inset LatexCommand ref
6289 reference "tab:DiffCaptions"
6290
6291 \end_inset
6292
6293  is an example for a longtable with different heading where the second caption
6294  doesn't include the table number.
6295 \end_layout
6296
6297 \begin_layout Standard
6298 \align center
6299 \begin_inset Tabular
6300 <lyxtabular version="3" rows="60" columns="3">
6301 <features islongtable="true">
6302 <column alignment="left" valignment="top" leftline="true" width="0cm">
6303 <column alignment="left" valignment="top" rightline="true" width="0pt">
6304 <column alignment="right" valignment="top" rightline="true" width="0pt">
6305 <row endfirsthead="true">
6306 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Standard
6310 \begin_inset ERT
6311 status collapsed
6312
6313 \begin_layout Standard
6314
6315
6316 \backslash
6317 caption[Example Phone List]{Example Phone List 
6318 \end_layout
6319
6320 \end_inset
6321
6322
6323 \begin_inset LatexCommand label
6324 name "tab:DiffCaptions"
6325
6326 \end_inset
6327
6328
6329 \begin_inset ERT
6330 status collapsed
6331
6332 \begin_layout Standard
6333
6334 }
6335 \backslash
6336
6337 \backslash
6338 %
6339 \end_layout
6340
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Standard
6352 \begin_inset ERT
6353 status collapsed
6354
6355 \begin_layout Standard
6356
6357 %
6358 \end_layout
6359
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Standard
6371 \begin_inset ERT
6372 status collapsed
6373
6374 \begin_layout Standard
6375
6376 %
6377 \end_layout
6378
6379 \end_inset
6380
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 </row>
6387 <row topline="true" bottomline="true" endfirsthead="true">
6388 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Standard
6392
6393 \series bold
6394 Example Phone List (ignore the names)
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Standard
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Standard
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row topline="true" bottomline="true" endfirsthead="true">
6419 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Standard
6423
6424 \series bold
6425 NAME
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Standard
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Standard
6443
6444 \series bold
6445 TEL.
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 </row>
6451 <row bottomline="true" endhead="true">
6452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Standard
6456 \begin_inset ERT
6457 status collapsed
6458
6459 \begin_layout Standard
6460
6461
6462 \backslash
6463 caption*{Continued Example Phone List}
6464 \backslash
6465
6466 \backslash
6467 %
6468 \end_layout
6469
6470 \end_inset
6471
6472
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Standard
6481 \begin_inset ERT
6482 status collapsed
6483
6484 \begin_layout Standard
6485
6486 %
6487 \end_layout
6488
6489 \end_inset
6490
6491
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Standard
6500 \begin_inset ERT
6501 status collapsed
6502
6503 \begin_layout Standard
6504
6505 %
6506 \end_layout
6507
6508 \end_inset
6509
6510
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 </row>
6516 <row topline="true" bottomline="true" endhead="true">
6517 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Standard
6521
6522 \series bold
6523 Example Phone List
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Standard
6532
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Standard
6541
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 </row>
6547 <row topline="true" bottomline="true" endhead="true">
6548 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Standard
6552
6553 \series bold
6554 NAME
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Standard
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Standard
6572
6573 \series bold
6574 TEL.
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 <row topline="true" bottomline="true" endfoot="true">
6581 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Standard
6585 continued on next page
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Standard
6594
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Standard
6603
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 </row>
6609 <row>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Standard
6614
6615 \series bold
6616 Annovi
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Standard
6625 Silvia
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Standard
6634 111
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 <row>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Standard
6645
6646 \series bold
6647 Bertoli
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Standard
6656 Stefano
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Standard
6665 111
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Standard
6676
6677 \series bold
6678 Bozzi
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Standard
6687 Walter
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Standard
6696 111
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 <row>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Standard
6707
6708 \series bold
6709 Cachia
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Standard
6718 Maria
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Standard
6727 111
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Standard
6738
6739 \series bold
6740 Cachia
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Standard
6749 Maurizio
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Standard
6758 111
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Standard
6769
6770 \series bold
6771 Cinquemani
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Standard
6780 Giusi
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Standard
6789 111
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 </row>
6795 <row>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Standard
6800
6801 \series bold
6802 Colin
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Standard
6811 Bernard
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Standard
6820 111
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 </row>
6826 <row>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Standard
6831
6832 \series bold
6833 Concli
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Standard
6842 Gianfranco
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Standard
6851 111
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 <row>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Standard
6862
6863 \series bold
6864 Dal Bosco
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Standard
6873 Carolina
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Standard
6882 111
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 </row>
6888 <row>
6889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Standard
6893
6894 \series bold
6895 Dalpiaz
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Standard
6904 Annamaria
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Standard
6913 111
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 <row>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Standard
6924
6925 \series bold
6926 Feliciello
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Standard
6935 Domenico
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Standard
6944 111
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 </row>
6950 <row>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Standard
6955
6956 \series bold
6957 Focarelli
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Standard
6966 Paola
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Standard
6975 111
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 <row>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Standard
6986
6987 \series bold
6988 Galletti
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Standard
6997 Oreste
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Standard
7006 111
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 </row>
7012 <row>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Standard
7017
7018 \series bold
7019 Gasparini
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Standard
7028 Franca
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Standard
7037 111
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 </row>
7043 <row>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Standard
7048
7049 \series bold
7050 Rizzardi
7051 \series default
7052
7053 \begin_inset Foot
7054 status collapsed
7055
7056 \begin_layout Standard
7057 Example footnote
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Standard
7071 Paola
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Standard
7080 111
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Standard
7091
7092 \series bold
7093 Lassini
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Standard
7102 Giancarlo
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Standard
7111 111
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 <row>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Standard
7122
7123 \series bold
7124 Malfatti
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Standard
7133 Luciano
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Standard
7142 111
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 </row>
7148 <row>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Standard
7153
7154 \series bold
7155 Malfatti
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Standard
7164 Valeriano
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Standard
7173 111
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 </row>
7179 <row>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Standard
7184
7185 \series bold
7186 Meneguzzo
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Standard
7195 Roberto
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Standard
7204 111
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Standard
7215
7216 \series bold
7217 Mezzadra
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Standard
7226 Roberto
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Standard
7235 111
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Standard
7246
7247 \series bold
7248 Pirpamer
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Standard
7257 Erich
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Standard
7266 111
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Standard
7277
7278 \series bold
7279 Pochiesa
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Standard
7288 Paolo
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Standard
7297 111, 222
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 </row>
7303 <row>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Standard
7308
7309 \series bold
7310 Radina
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Standard
7319 Claudio
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Standard
7328 111
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Standard
7339
7340 \series bold
7341 Stuffer
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Standard
7350 Oskar
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Standard
7359 111
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Standard
7370
7371 \series bold
7372 Tacchelli
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Standard
7381 Ugo
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Standard
7390 111
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Standard
7401
7402 \series bold
7403 Tezzele
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Standard
7412 Margit
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Standard
7421 111
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 </row>
7427 <row>
7428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Standard
7432
7433 \series bold
7434 Unterkalmsteiner
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Standard
7443 Frieda
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Standard
7452 111
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Standard
7463
7464 \series bold
7465 Vieider
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" topline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Standard
7474 Hilde
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Standard
7483 111
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 </row>
7489 <row>
7490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Standard
7494
7495 \series bold
7496 Vigna
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Standard
7505 Jürgen
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Standard
7514 111
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 </row>
7520 <row>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Standard
7525
7526 \series bold
7527 Weber
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Standard
7536 Maurizio
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Standard
7545 111
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row bottomline="true">
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Standard
7556
7557 \series bold
7558 Winkler
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Standard
7567 Franz
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Standard
7576 111
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row bottomline="true">
7583 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Standard
7587  
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Standard
7596
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Standard
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Standard
7616
7617 \series bold
7618 Annovi
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Standard
7627 Silvia
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Standard
7636 555
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Standard
7647
7648 \series bold
7649 Bertoli
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Standard
7658 Stefano
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Standard
7667 555
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row>
7674 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Standard
7678
7679 \series bold
7680 Bozzi
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" topline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Standard
7689 Walter
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Standard
7698 555
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 </row>
7704 <row>
7705 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Standard
7709
7710 \series bold
7711 Cachia
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" topline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Standard
7720 Maria
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Standard
7729 555
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Standard
7740
7741 \series bold
7742 Cachia
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" topline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Standard
7751 Maurizio
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Standard
7760 555
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Standard
7771
7772 \series bold
7773 Cinquemani
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" topline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Standard
7782 Giusi
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Standard
7791 555
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Standard
7802
7803 \series bold
7804 Colin
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" topline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Standard
7813 Bernard
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Standard
7822 555
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Standard
7833
7834 \series bold
7835 Concli
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" topline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Standard
7844 Gianfranco
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Standard
7853 555
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Standard
7864
7865 \series bold
7866 Dal Bosco
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" topline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Standard
7875 Carolina
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Standard
7884 555
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Standard
7895
7896 \series bold
7897 Dalpiaz
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" topline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Standard
7906 Annamaria
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Standard
7915 555
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Standard
7926
7927 \series bold
7928 Feliciello
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Standard
7937 Domenico
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Standard
7946 555
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Standard
7957
7958 \series bold
7959 Focarelli
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" topline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Standard
7968 Paola
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Standard
7977 555
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Standard
7988
7989 \series bold
7990 Galletti
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" topline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Standard
7999 Oreste
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Standard
8008 555
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Standard
8019
8020 \series bold
8021 Gasparini
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" topline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Standard
8030 Franca
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Standard
8039 555
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Standard
8050
8051 \series bold
8052 Rizzardi
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" topline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Standard
8061 Paola
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Standard
8070 555
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Standard
8081
8082 \series bold
8083 Lassini
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" topline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Standard
8092 Giancarlo
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Standard
8101 555
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Standard
8112
8113 \series bold
8114 Malfatti
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" topline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Standard
8123 Luciano
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Standard
8132 555
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Standard
8143
8144 \series bold
8145 Malfatti
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" topline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Standard
8154 Valeriano
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Standard
8163 555
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Standard
8174
8175 \series bold
8176 Meneguzzo
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" topline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Standard
8185 Roberto
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Standard
8194 555
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row bottomline="true">
8201 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Standard
8205
8206 \series bold
8207 Mezzadra
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" topline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Standard
8216 Roberto
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Standard
8225 555
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row bottomline="true" endlastfoot="true">
8232 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Standard
8236
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Standard
8245
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Standard
8254
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 </lyxtabular>
8261
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \begin_layout Section
8268 Special Longtable Issues
8269 \begin_inset LatexCommand label
8270 name "sec:Special-Longtable-Issues"
8271
8272 \end_inset
8273
8274
8275 \end_layout
8276
8277 \begin_layout Subsection
8278 Longtable Calculation
8279 \begin_inset LatexCommand index
8280 name "Longtables ! Calculation"
8281
8282 \end_inset
8283
8284
8285 \end_layout
8286
8287 \begin_layout Standard
8288 LaTeX calculates the height of table pages and their page breaks using so
8289  called chunks.
8290  Chunks are pieces of the tables that are at once in LaTeX's memory.
8291  The default value is historically set to only 20 table rows.
8292  If you are using longtables with many pages this may slow down the creation
8293  of your document.
8294  You can safely increase the chunk size to values of 100-1000 by adding
8295  this command line to your document preamble:
8296 \end_layout
8297
8298 \begin_layout Standard
8299
8300 \series bold
8301
8302 \backslash
8303 setcounter{LTchunksize}{100}
8304 \end_layout
8305
8306 \begin_layout Subsection
8307 Floats and Longtables
8308 \begin_inset LatexCommand index
8309 name "Longtables ! Floats"
8310
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \begin_layout Standard
8317 There might be problems when a float appears on the same page where a longtable
8318  starts.
8319  To avoid such situation, add the command 
8320 \series bold
8321
8322 \backslash
8323 clearpage
8324 \series default
8325  as ERT before your longtable.
8326 \end_layout
8327
8328 \begin_layout Subsection
8329 Forced Page Breaks
8330 \begin_inset LatexCommand index
8331 name "Longtables ! Forced Page Breaks"
8332
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \begin_layout Standard
8339 By default tables are only broken between rows.
8340  If you have a cell with multiples lines and want to have a page break within
8341  the cell, insert the new line command 
8342 \begin_inset Quotes eld
8343 \end_inset
8344
8345
8346 \series bold
8347
8348 \backslash
8349
8350 \backslash
8351
8352 \series default
8353
8354 \begin_inset Quotes erd
8355 \end_inset
8356
8357  as ERT at this point of the cell where it should be broken.
8358  Before the 
8359 \series bold
8360
8361 \backslash
8362
8363 \backslash
8364
8365 \series default
8366  command you have to insert in ERT so many 
8367 \begin_inset Quotes eld
8368 \end_inset
8369
8370
8371 \series bold
8372 &
8373 \series default
8374
8375 \begin_inset Quotes erd
8376 \end_inset
8377
8378  characters like the number of the following table columns.
8379  The 
8380 \series bold
8381 &
8382 \series default
8383  is the character to separate table cells.
8384  Write in ERT after each 
8385 \series bold
8386 &
8387 \series default
8388  the content of the corresponding following cell and delete the content
8389  of these cells.
8390 \newline
8391 Behind the the 
8392 \series bold
8393
8394 \backslash
8395
8396 \backslash
8397
8398 \series default
8399  command, insert so many 
8400 \series bold
8401 &
8402 \series default
8403  characters like the number of table columns before the current column.
8404  In Table\InsetSpace ~
8405
8406 \begin_inset LatexCommand ref
8407 reference "tab:ForcedPagebreak"
8408
8409 \end_inset
8410
8411  the cell that should be broken is in the second column followed by another
8412  column.
8413  Therefore the following command was inserted in the cell as ERT behind
8414  
8415 \begin_inset Quotes eld
8416 \end_inset
8417
8418
8419 \emph on
8420 Castelchiodato,
8421 \emph default
8422
8423 \begin_inset Quotes erd
8424 \end_inset
8425
8426 :
8427 \end_layout
8428
8429 \begin_layout Standard
8430
8431 \series bold
8432 & 111
8433 \backslash
8434
8435 \backslash
8436
8437 \newline
8438 &
8439 \end_layout
8440
8441 \begin_layout Standard
8442 The 
8443 \begin_inset Quotes eld
8444 \end_inset
8445
8446 111
8447 \begin_inset Quotes erd
8448 \end_inset
8449
8450  in the third columns of the row was deleted.
8451  If your footer row of the longtable has for a certain reason no upper line
8452  but you would have a horizontal line where the cell is broken, use this
8453  command instead:
8454 \end_layout
8455
8456 \begin_layout Standard
8457
8458 \series bold
8459 & 111
8460 \backslash
8461
8462 \backslash
8463
8464 \newline
8465
8466 \backslash
8467 hline &
8468 \end_layout
8469
8470 \begin_layout Standard
8471 When the cell to be broken is in the last column, the command
8472 \end_layout
8473
8474 \begin_layout Standard
8475
8476 \series bold
8477
8478 \backslash
8479 setlength{
8480 \backslash
8481 parfillskip}{0pt}
8482 \end_layout
8483
8484 \begin_layout Standard
8485 must be inserted as ERT at the beginning of the cell.
8486  This assures that the part of the cell that will be displayed on the new
8487  page appears with the full width.
8488  
8489 \end_layout
8490
8491 \begin_layout Standard
8492 \align center
8493 \begin_inset Tabular
8494 <lyxtabular version="3" rows="39" columns="3">
8495 <features islongtable="true">
8496 <column alignment="left" valignment="top" leftline="true" width="0cm">
8497 <column alignment="left" valignment="top" rightline="true" width="3cm">
8498 <column alignment="right" valignment="top" rightline="true" width="0pt">
8499 <row endfirsthead="true">
8500 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Standard
8504 \begin_inset ERT
8505 status collapsed
8506
8507 \begin_layout Standard
8508
8509
8510 \backslash
8511 caption[Table with forced page break in table cell]{Table with forced page
8512  break in table cell 
8513 \end_layout
8514
8515 \end_inset
8516
8517
8518 \begin_inset LatexCommand label
8519 name "tab:ForcedPagebreak"
8520
8521 \end_inset
8522
8523
8524 \begin_inset ERT
8525 status collapsed
8526
8527 \begin_layout Standard
8528
8529 }
8530 \backslash
8531
8532 \backslash
8533 %
8534 \end_layout
8535
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Standard
8547 \begin_inset ERT
8548 status collapsed
8549
8550 \begin_layout Standard
8551
8552 %
8553 \end_layout
8554
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Standard
8566 \begin_inset ERT
8567 status collapsed
8568
8569 \begin_layout Standard
8570
8571 %
8572 \end_layout
8573
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row topline="true" bottomline="true" endfirsthead="true">
8583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Standard
8587
8588 \series bold
8589 Example Phone List (ignore the names)
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Standard
8598
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Standard
8607
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row topline="true" bottomline="true" endfirsthead="true">
8614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Standard
8618
8619 \series bold
8620 NAME
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Standard
8629
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Standard
8638
8639 \series bold
8640 TEL.
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row bottomline="true" endhead="true">
8647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Standard
8651 \begin_inset ERT
8652 status collapsed
8653
8654 \begin_layout Standard
8655
8656
8657 \backslash
8658 caption{Continued table with forced page break in table cell}
8659 \backslash
8660
8661 \backslash
8662 %
8663 \end_layout
8664
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Standard
8676 \begin_inset ERT
8677 status collapsed
8678
8679 \begin_layout Standard
8680
8681 %
8682 \end_layout
8683
8684 \end_inset
8685
8686
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Standard
8695 \begin_inset ERT
8696 status collapsed
8697
8698 \begin_layout Standard
8699
8700 %
8701 \end_layout
8702
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row topline="true" bottomline="true" endhead="true">
8712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Standard
8716
8717 \series bold
8718  Example Phone List
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Standard
8727
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Standard
8736
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row topline="true" bottomline="true" endhead="true">
8743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Standard
8747
8748 \series bold
8749 NAME
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Standard
8758
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Standard
8767
8768 \series bold
8769 TEL.
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row topline="true" bottomline="true" endfoot="true">
8776 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Standard
8780 continued on next page
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Standard
8789
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Standard
8798
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Standard
8809
8810 \series bold
8811 Annovi
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" topline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Standard
8820 Silvia
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Standard
8829 111
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Standard
8840
8841 \series bold
8842 Bertoli
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" topline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Standard
8851 Stefano
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Standard
8860 111
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Standard
8871
8872 \series bold
8873 Bozzi
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" topline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Standard
8882 Walter
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Standard
8891 111
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Standard
8902
8903 \series bold
8904 Cachia
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" topline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Standard
8913 Maria
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Standard
8922 111
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 <row>
8929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Standard
8933
8934 \series bold
8935 Cachia
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" topline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Standard
8944 Maurizio
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Standard
8953 111
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Standard
8964
8965 \series bold
8966 Cinquemani
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" topline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Standard
8975 Giusi
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Standard
8984 111
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Standard
8995
8996 \series bold
8997 Colin
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" topline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Standard
9006 Bernard
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Standard
9015 111
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Standard
9026
9027 \series bold
9028 Concli
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" topline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Standard
9037 Gianfranco
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Standard
9046 111
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Standard
9057
9058 \series bold
9059 Dal Bosco
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" topline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Standard
9068 Carolina
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Standard
9077 111
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Standard
9088
9089 \series bold
9090 Dalpiaz
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" topline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Standard
9099 Annamaria
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Standard
9108 111
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Standard
9119
9120 \series bold
9121 Feliciello
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" topline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Standard
9130 Domenico
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Standard
9139 111
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 </row>
9145 <row>
9146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Standard
9150
9151 \series bold
9152 Focarelli
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" topline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Standard
9161 Paola
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Standard
9170 111
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Standard
9181
9182 \series bold
9183 Galletti
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" topline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Standard
9192 Oreste
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Standard
9201 111
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Standard
9212
9213 \series bold
9214 Gasparini
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" topline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Standard
9223 Franca
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Standard
9232 111
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Standard
9243
9244 \series bold
9245 Lassini
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" topline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Standard
9254 Giancarlo
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Standard
9263 111
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Standard
9274
9275 \series bold
9276 Malfatti
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" topline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Standard
9285 Luciano
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Standard
9294 111
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Standard
9305
9306 \series bold
9307 Malfatti
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" topline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Standard
9316 Valeriano
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Standard
9325 111
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Standard
9336
9337 \series bold
9338 Meneguzzo
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" topline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Standard
9347 Roberto
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Standard
9356 111
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Standard
9367
9368 \series bold
9369 Mezzadra
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" topline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Standard
9378 Roberto
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Standard
9387 111
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Standard
9398
9399 \series bold
9400 Pirpamer
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" topline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Standard
9409 Erich
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Standard
9418 111
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Standard
9429
9430 \series bold
9431 Pochiesa
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" topline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Standard
9440 Paolo
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Standard
9449 111, 222
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 <row>
9456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Standard
9460
9461 \series bold
9462 Radina
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" topline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Standard
9471 Claudio
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Standard
9480 111
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Standard
9491
9492 \series bold
9493 Rizzardi
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Standard
9502 Paolo, 11.
9503  Fürst von Montecompatri, 11.
9504  Fürst von Sulmona und Vivaro, 10.
9505  Fürst von Rossano, 5.
9506  Herzog von Canemorte, 11.
9507  Herzog von Palombara, 5.
9508  Herzog von Castelchiodato,
9509 \begin_inset ERT
9510 status collapsed
9511
9512 \begin_layout Standard
9513
9514 & 111
9515 \backslash
9516
9517 \backslash
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522
9523 &
9524 \end_layout
9525
9526 \end_inset
9527
9528  11.
9529  Herzog von Poggionativo, 11.
9530  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9531  Graf von Valinfreda, 11.
9532  Baron von Cropalati, 11.
9533  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Standard
9542
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 </row>
9548 <row>
9549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Standard
9553
9554 \series bold
9555 Stuffer
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" topline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Standard
9564 Oskar
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Standard
9573 111
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 </row>
9579 <row>
9580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Standard
9584
9585 \series bold
9586 Tacchelli
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" topline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Standard
9595 Ugo
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Standard
9604 111
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 </row>
9610 <row>
9611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Standard
9615
9616 \series bold
9617 Tezzele
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" topline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Standard
9626 Margit
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Standard
9635 111
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Standard
9646
9647 \series bold
9648 Unterkalmsteiner
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" topline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Standard
9657 Frieda
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Standard
9666 111
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Standard
9677
9678 \series bold
9679 Vieider
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" topline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Standard
9688 Hilde
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Standard
9697 111
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 </row>
9703 <row>
9704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Standard
9708
9709 \series bold
9710 Vigna
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" topline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Standard
9719 Jürgen
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Standard
9728 111
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 </row>
9734 <row>
9735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Standard
9739
9740 \series bold
9741 Weber
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" topline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Standard
9750 Maurizio
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Standard
9759 111
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row bottomline="true">
9766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Standard
9770
9771 \series bold
9772 Winkler
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" topline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Standard
9781 Franz
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Standard
9790 111
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 </row>
9796 <row endlastfoot="true">
9797 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Standard
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Standard
9810
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Standard
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 </row>
9825 </lyxtabular>
9826
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \begin_layout Section
9833 Multiple Lines Columns and Rows
9834 \end_layout
9835
9836 \begin_layout Subsection
9837 Multiple Lines in Table Cells
9838 \begin_inset LatexCommand label
9839 name "sub:Multiple-Lines-in"
9840
9841 \end_inset
9842
9843
9844 \begin_inset LatexCommand index
9845 name "Multiple Lines in Table Cells"
9846
9847 \end_inset
9848
9849
9850 \begin_inset LatexCommand index
9851 name "Table ! Linebreaks"
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \begin_layout Standard
9859 \align center
9860 \begin_inset Float table
9861 placement H
9862 wide false
9863 sideways false
9864 status collapsed
9865
9866 \begin_layout Caption
9867 \begin_inset LatexCommand label
9868 name "tab:Table-with-multiple"
9869
9870 \end_inset
9871
9872 Table with multiple lines in cells
9873 \end_layout
9874
9875 \begin_layout Standard
9876 \align center
9877 \begin_inset Tabular
9878 <lyxtabular version="3" rows="3" columns="3">
9879 <features>
9880 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9881 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9882 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9883 <row topline="true">
9884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Standard
9888 multiple
9889 \begin_inset ERT
9890 status collapsed
9891
9892 \begin_layout Standard
9893
9894
9895 \backslash
9896 linebreak 
9897 \end_layout
9898
9899 \end_inset
9900
9901  lines
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Standard
9910 b
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Standard
9919 c
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row topline="true">
9926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Standard
9930 d
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Standard
9939 e
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Standard
9948 f
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row topline="true" bottomline="true">
9955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Standard
9959 g
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Standard
9968 h
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Standard
9977 i
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 </lyxtabular>
9984
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \end_inset
9991
9992
9993 \end_layout
9994
9995 \begin_layout Standard
9996 Adjusting a fixed width for a column, enables to enter text as a paragraph
9997  with multiple lines and hyphenations.
9998 \end_layout
9999
10000 \begin_layout Standard
10001 To produce Table\InsetSpace ~
10002
10003 \begin_inset LatexCommand ref
10004 reference "tab:Table-with-multiple"
10005
10006 \end_inset
10007
10008 , create a 3×3 table, mark the first cell and right-click on it.
10009  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
10010 cm and choose centered
10011  for the vertical and horizontal alignment.
10012  As our text is smaller than than 2.5\InsetSpace \thinspace{}
10013 cm, only one line will appear.
10014  To get two lines, we add a line break with the command
10015 \end_layout
10016
10017 \begin_layout Standard
10018
10019 \series bold
10020
10021 \backslash
10022 linebreak
10023 \end_layout
10024
10025 \begin_layout Standard
10026 in ERT.
10027  If the text is wider than the set cell width it will automatically be broken
10028  to several lines.
10029 \end_layout
10030
10031 \begin_layout Standard
10032 To center the text inside the two other cells of the first row vertically,
10033  right-click in the second cell, adjust a fixed width of 0.5\InsetSpace \thinspace{}
10034 cm and choose
10035  centered alignments.
10036  Then do the same for the third cell of the row.
10037 \end_layout
10038
10039 \begin_layout Standard
10040 If you have a long word in a cell with a fixed width, it cannot be hyphenated
10041  by LaTeX if it is the first entry.
10042  Therefore you need to insert something, to make the word not being the
10043  first entry: Add the command
10044 \end_layout
10045
10046 \begin_layout Standard
10047
10048 \series bold
10049
10050 \backslash
10051 hspace{0pt}
10052 \end_layout
10053
10054 \begin_layout Standard
10055 in ERT before the word.
10056  As the space is zero, it doesn't change the output.
10057  Table\InsetSpace ~
10058
10059 \begin_inset LatexCommand ref
10060 reference "tab:Table-with-and"
10061
10062 \end_inset
10063
10064  shows the effect.
10065 \end_layout
10066
10067 \begin_layout Standard
10068 \begin_inset Float table
10069 wide false
10070 sideways false
10071 status open
10072
10073 \begin_layout Caption
10074 \begin_inset LatexCommand label
10075 name "tab:Table-with-and"
10076
10077 \end_inset
10078
10079 Table with and without hyphenation
10080 \end_layout
10081
10082 \begin_layout Standard
10083
10084 \hfill
10085
10086 \begin_inset Tabular
10087 <lyxtabular version="3" rows="3" columns="3">
10088 <features>
10089 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10090 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10091 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10092 <row topline="true">
10093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Standard
10097 verylongtablecellword
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Standard
10106 b
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Standard
10115 c
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 </row>
10121 <row topline="true">
10122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Standard
10126 d
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Standard
10135 e
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Standard
10144 f
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 </row>
10150 <row topline="true" bottomline="true">
10151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Standard
10155 g
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Standard
10164 h
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Standard
10173 i
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 </lyxtabular>
10180
10181 \end_inset
10182
10183
10184 \hfill
10185
10186 \begin_inset Tabular
10187 <lyxtabular version="3" rows="3" columns="3">
10188 <features>
10189 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10190 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10191 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10192 <row topline="true">
10193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Standard
10197 \begin_inset ERT
10198 status collapsed
10199
10200 \begin_layout Standard
10201
10202
10203 \backslash
10204 hspace{0pt}
10205 \end_layout
10206
10207 \end_inset
10208
10209 verylongtablecellword
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Standard
10218 b
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Standard
10227 c
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row topline="true">
10234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Standard
10238 d
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Standard
10247 e
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Standard
10256 f
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row topline="true" bottomline="true">
10263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Standard
10267 g
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Standard
10276 h
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Standard
10285 i
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 </lyxtabular>
10292
10293 \end_inset
10294
10295
10296 \hfill
10297
10298 \end_layout
10299
10300 \end_inset
10301
10302
10303 \end_layout
10304
10305 \begin_layout Standard
10306
10307 \newpage
10308
10309 \end_layout
10310
10311 \begin_layout Subsection
10312 Multicolumns
10313 \begin_inset LatexCommand label
10314 name "sub:Multicolumns"
10315
10316 \end_inset
10317
10318
10319 \begin_inset LatexCommand index
10320 name "Multicolumns"
10321
10322 \end_inset
10323
10324
10325 \begin_inset LatexCommand index
10326 name "Table ! Multicolumns"
10327
10328 \end_inset
10329
10330
10331 \end_layout
10332
10333 \begin_layout Subsubsection
10334 Multicolumn Basics
10335 \end_layout
10336
10337 \begin_layout Standard
10338 To span a cell over multiple columns, mark as much cells within a line that
10339  should be one spanned cell and use either the table-toolbar button 
10340 \begin_inset Graphics
10341         filename ../images/tabular-feature_multicolumn.xpm
10342         scale 85
10343
10344 \end_inset
10345
10346 , or the menu 
10347 \family sans
10348 Edit\SpecialChar \menuseparator
10349 Table\SpecialChar \menuseparator
10350 Multicolumn
10351 \family default
10352 , or right click on the marked cells and choose multicolumn in the appearing
10353  table dialog under the tab 
10354 \family sans
10355 Table Settings
10356 \family default
10357 .
10358 \end_layout
10359
10360 \begin_layout Standard
10361 Multicolumns have there own cell settings.
10362  That means changing cell borders, cell alignment, and the width only affects
10363  the multicolumn.
10364  Here is an example table with a multicolumn cell in the first row and one
10365  in the last row without the upper border:
10366 \end_layout
10367
10368 \begin_layout Standard
10369 \align center
10370 \begin_inset Tabular
10371 <lyxtabular version="3" rows="3" columns="4">
10372 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10373 <column alignment="center" valignment="top" leftline="true" width="0pt">
10374 <column alignment="center" valignment="middle" leftline="true" width="0">
10375 <column alignment="center" valignment="top" leftline="true" width="0in">
10376 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10377 <row topline="true" bottomline="true">
10378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Standard
10382 abc
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Standard
10391 def
10392 \lang ngerman
10393  
10394 \lang english
10395 ghi
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Standard
10404
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Standard
10413 jkl
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row topline="true">
10420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Standard
10424
10425 \family roman
10426 \series medium
10427 \shape up
10428 \size normal
10429 \emph off
10430 \bar no
10431 \noun off
10432 \color none
10433 A
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Standard
10442 B
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Standard
10451 C
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Standard
10460 D
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row topline="true" bottomline="true">
10467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Standard
10471 1
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Standard
10480 2
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Standard
10489 3
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Standard
10498 4
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 </lyxtabular>
10505
10506 \end_inset
10507
10508
10509 \end_layout
10510
10511 \begin_layout Subsubsection
10512 Multicolumn Calculations
10513 \begin_inset LatexCommand label
10514 name "sub:Multicolumn-Calculations"
10515
10516 \end_inset
10517
10518
10519 \begin_inset LatexCommand index
10520 name "Multicolumns ! Calculations"
10521
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \begin_layout Standard
10528 LyX supports multicolumns directly, but we have to take notice of the cell
10529  width of the columns spanned by the multicolumn cell.
10530 \end_layout
10531
10532 \begin_layout Standard
10533 \begin_inset Float table
10534 wide false
10535 sideways false
10536 status open
10537
10538 \begin_layout Caption
10539 \begin_inset LatexCommand label
10540 name "tab:Table-with-centered"
10541
10542 \end_inset
10543
10544 Table with centered multicolumn text above two columns that have exactly
10545  half the width of the multicolumn cell
10546 \begin_inset OptArg
10547 status collapsed
10548
10549 \begin_layout Standard
10550 Perfect multicolumn table
10551 \end_layout
10552
10553 \end_inset
10554
10555
10556 \end_layout
10557
10558 \begin_layout Standard
10559 \align center
10560 \begin_inset Tabular
10561 <lyxtabular version="3" rows="3" columns="3">
10562 <features>
10563 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10564 <column alignment="center" valignment="middle" leftline="true" width="0">
10565 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10566 <row topline="true">
10567 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10568 \begin_inset Text
10569
10570 \begin_layout Standard
10571 multiple lines multicolumn
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Standard
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Standard
10589 c
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row topline="true">
10596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Standard
10600 d
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Standard
10609 e
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Standard
10618 f
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row topline="true" bottomline="true">
10625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Standard
10629 g
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Standard
10638 h
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Standard
10647 i
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 </lyxtabular>
10654
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \end_inset
10661
10662
10663 \end_layout
10664
10665 \begin_layout Standard
10666 To create for example Table\InsetSpace ~
10667
10668 \begin_inset LatexCommand ref
10669 reference "tab:Table-with-centered"
10670
10671 \end_inset
10672
10673 , mark the first two cells in the first row a 3×3 table and right-click
10674  on them.
10675  Now choose for this cell 
10676 \emph on
10677 multicolumn
10678 \emph default
10679
10680 \emph on
10681 centered alignment
10682 \emph default
10683  and a width of 2.5\InsetSpace \thinspace{}
10684 cm in the table dialog.
10685  The spanned columns should have exactly half the width of the multicolumn
10686  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
10687 cm for the first column.
10688  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
10689 cm (multicolumn
10690  width - width of first column).
10691  This was done for Table\InsetSpace ~
10692
10693 \begin_inset LatexCommand ref
10694 reference "tab:Table-without-half"
10695
10696 \end_inset
10697
10698 .
10699 \end_layout
10700
10701 \begin_layout Standard
10702 \begin_inset Float table
10703 wide false
10704 sideways false
10705 status open
10706
10707 \begin_layout Caption
10708 \begin_inset LatexCommand label
10709 name "tab:Table-without-half"
10710
10711 \end_inset
10712
10713 Table where the spanned table columns have not exactly half the width of
10714  the multicolumn cell
10715 \begin_inset OptArg
10716 status collapsed
10717
10718 \begin_layout Standard
10719 Imperfect multicolumn table
10720 \end_layout
10721
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \begin_layout Standard
10728 \align center
10729 \begin_inset Tabular
10730 <lyxtabular version="3" rows="3" columns="3">
10731 <features>
10732 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10733 <column alignment="center" valignment="top" leftline="true" width="0">
10734 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10735 <row topline="true" bottomline="true">
10736 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10737 \begin_inset Text
10738
10739 \begin_layout Standard
10740 multiple lines multicolumn
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Standard
10749
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Standard
10758 c
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row topline="true">
10765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Standard
10769 d
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Standard
10778 e
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Standard
10787 f
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row topline="true" bottomline="true">
10794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Standard
10798 g
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Standard
10807 h
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Standard
10816 i
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 </row>
10822 </lyxtabular>
10823
10824 \end_inset
10825
10826
10827 \end_layout
10828
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \begin_layout Standard
10835 You can see that the first column has not the half width of the multicolumn
10836  cell, it is a bit bigger.
10837  The reason is that the given width of a cell 
10838 \begin_inset Formula $W_{g}$
10839 \end_inset
10840
10841  is not its total width 
10842 \begin_inset Formula $W_{\mathrm{tot}}$
10843 \end_inset
10844
10845  because a cell is always a bit larger than its given width.
10846  Appendix\InsetSpace ~
10847
10848 \begin_inset LatexCommand eqref
10849 reference "cha:Explanation-of-Equation"
10850
10851 \end_inset
10852
10853  explains it in detail.
10854 \end_layout
10855
10856 \begin_layout Standard
10857 The needed given width 
10858 \begin_inset Formula $W_{g\, n}$
10859 \end_inset
10860
10861  when 
10862 \emph on
10863 n
10864 \emph default
10865  columns are spanned columns can be calculated, so that each column has
10866  a total width of 
10867 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10868 \end_inset
10869
10870 :
10871 \begin_inset Formula \begin{equation}
10872 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10873
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \begin_layout Standard
10880 In our case we have 
10881 \begin_inset Formula $n=2$
10882 \end_inset
10883
10884
10885 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10886 \end_inset
10887
10888 cm and the default values for the lengths, so that equation 
10889 \begin_inset LatexCommand ref
10890 reference "eq:Wgn"
10891
10892 \end_inset
10893
10894  becomes
10895 \begin_inset Formula \begin{equation}
10896 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10897
10898 \end_inset
10899
10900
10901 \end_layout
10902
10903 \begin_layout Standard
10904 To enable calculations in LaTeX, the LaTeX-package 
10905 \series bold
10906 calc
10907 \series default
10908  must be loaded with the document preamble line
10909 \begin_inset LatexCommand index
10910 name "LaTeX-packages ! calc"
10911
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \begin_layout Standard
10918
10919 \series bold
10920
10921 \backslash
10922 usepackage{calc}
10923 \end_layout
10924
10925 \begin_layout Standard
10926 LyX does not allow to calculate lengths in the width-field of the table
10927  dialog.
10928  Therefore you have to format the column by inserting a LaTeX-argument in
10929  the dialog.
10930  Here is an overview about the arguments:
10931 \end_layout
10932
10933 \begin_layout Itemize
10934
10935 \series bold
10936 p{width}
10937 \series default
10938  creates cell with a fixed width, its text is vertically top-aligned
10939 \end_layout
10940
10941 \begin_layout Itemize
10942
10943 \series bold
10944 m{width}
10945 \series default
10946  creates cell with a fixed width, its text is vertically centered
10947 \end_layout
10948
10949 \begin_layout Itemize
10950
10951 \series bold
10952 b{width}
10953 \series default
10954  creates cell with a fixed width, its text is vertically bottom-aligned
10955 \end_layout
10956
10957 \begin_layout Standard
10958 By entering a LaTeX-argument, all cell properties set in the table dialog
10959  are overwritten.
10960  
10961 \begin_inset Note Greyedout
10962 status open
10963
10964 \begin_layout Standard
10965
10966 \series bold
10967 Note:
10968 \series default
10969  Due to a bug, LyX shows the overwritten properties anyway.
10970 \end_layout
10971
10972 \end_inset
10973
10974  As the text should be horizontally centered, the command 
10975 \series bold
10976
10977 \backslash
10978 centering
10979 \series default
10980  is added.
10981  You can now enter the following LaTeX-argument for the first spanned column:
10982 \end_layout
10983
10984 \begin_layout Standard
10985
10986 \series bold
10987 |>{
10988 \backslash
10989 centering}m{1.25cm-6.2pt}
10990 \end_layout
10991
10992 \begin_layout Standard
10993 The bar 
10994 \begin_inset Quotes eld
10995 \end_inset
10996
10997
10998 \series bold
10999 |
11000 \series default
11001
11002 \begin_inset Quotes erd
11003 \end_inset
11004
11005  at the beginning draws the border line and the command 
11006 \series bold
11007 >{ }
11008 \series default
11009  means, that the commands inside the braces are applied before the cell
11010  is created.
11011 \end_layout
11012
11013 \begin_layout Standard
11014 Although we have chosen centered alignment for the text of the multicolumn
11015  cell, it is still left aligned.
11016  This is because LyX only applies the alignment to single columns.
11017  So we have to use for the multicolumn the LaTeX-argument
11018 \end_layout
11019
11020 \begin_layout Standard
11021
11022 \series bold
11023 |>{
11024 \backslash
11025 centering}m{2.5cm}|
11026 \end_layout
11027
11028 \begin_layout Subsection
11029 Multirows
11030 \begin_inset LatexCommand index
11031 name "Multirows"
11032
11033 \end_inset
11034
11035
11036 \begin_inset LatexCommand index
11037 name "Table ! Multirows"
11038
11039 \end_inset
11040
11041
11042 \begin_inset LatexCommand index
11043 name "LaTeX-packages ! multirow"
11044
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \begin_layout Standard
11051 In contrary to multicolumns multirows are not yet supported by LyX so a
11052  bit of ERT needs to be used.
11053  To use multirows load the LaTeX-package 
11054 \series bold
11055 multirow
11056 \series default
11057  in your document preamble with the command
11058 \end_layout
11059
11060 \begin_layout Standard
11061
11062 \series bold
11063
11064 \backslash
11065 usepackage{multirow}
11066 \end_layout
11067
11068 \begin_layout Standard
11069 Multirows are created with the command
11070 \end_layout
11071
11072 \begin_layout Standard
11073
11074 \series bold
11075
11076 \backslash
11077 multirow{number of rows}{cell width}{cell entry}
11078 \end_layout
11079
11080 \begin_layout Standard
11081 To create the following table:
11082 \end_layout
11083
11084 \begin_layout Standard
11085 \align center
11086 \begin_inset ERT
11087 status collapsed
11088
11089 \begin_layout Standard
11090
11091
11092 \backslash
11093 renewcommand{
11094 \backslash
11095 multirowsetup}{
11096 \backslash
11097 centering}
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \begin_inset Tabular
11104 <lyxtabular version="3" rows="3" columns="3">
11105 <features>
11106 <column alignment="center" valignment="top" leftline="true" width="0">
11107 <column alignment="center" valignment="top" leftline="true" width="0">
11108 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11109 <row topline="true">
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Standard
11114 a
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Standard
11123 b
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Standard
11132 c
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 </row>
11138 <row topline="true">
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Standard
11143 \begin_inset ERT
11144 status collapsed
11145
11146 \begin_layout Standard
11147
11148
11149 \backslash
11150 multirow{2}{2.5cm}{
11151 \end_layout
11152
11153 \end_inset
11154
11155 multirow entry
11156 \begin_inset ERT
11157 status collapsed
11158
11159 \begin_layout Standard
11160
11161 }
11162 \end_layout
11163
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Standard
11175 e
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Standard
11184 f
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 </row>
11190 <row topline="true" bottomline="true">
11191 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Standard
11195
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Standard
11204 h
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Standard
11213 i
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 </lyxtabular>
11220
11221 \end_inset
11222
11223
11224 \begin_inset ERT
11225 status collapsed
11226
11227 \begin_layout Standard
11228
11229
11230 \backslash
11231 renewcommand{
11232 \backslash
11233 multirowsetup}{
11234 \backslash
11235 raggedright}
11236 \end_layout
11237
11238 \end_inset
11239
11240
11241 \end_layout
11242
11243 \begin_layout Standard
11244 create a 3×3 table.
11245  To get rid of the line above the last cell in the first column, the cell
11246  is marked as multicolumn and the upper border is unset.
11247  The multirow is now created in the second row of the first column by inserting
11248  there the command
11249 \end_layout
11250
11251 \begin_layout Standard
11252
11253 \series bold
11254
11255 \backslash
11256 multirow{2}{2.5cm}{
11257 \end_layout
11258
11259 \begin_layout Standard
11260 as ERT.
11261  According to the command parameters the multirow spans now two rows and
11262  has a width of 2.5\InsetSpace \thinspace{}
11263 cm.
11264  The content of the multirow cell follows outside the ERT box and the command
11265  is finished with a right brace 
11266 \series bold
11267 }
11268 \series default
11269  in another ERT-box behind the text.
11270 \end_layout
11271
11272 \begin_layout Standard
11273
11274 \series bold
11275
11276 \backslash
11277 multirow
11278 \series default
11279  left-aligns its content by default.
11280  To override the default, renew the command 
11281 \series bold
11282
11283 \backslash
11284 multirowsetup
11285 \series default
11286  with the command
11287 \end_layout
11288
11289 \begin_layout Standard
11290
11291 \series bold
11292
11293 \backslash
11294 renewcommand{
11295 \backslash
11296 multirowsetup}{
11297 \backslash
11298 centering}
11299 \end_layout
11300
11301 \begin_layout Standard
11302 in ERT in the document preamble.
11303  Then all entries of multirow cells in the document are centered.
11304  If centering is only needed for several tables, you can renew the command
11305  in an ERT box just before the table instead of the preamble.
11306  If the text should be right-aligned, replace 
11307 \series bold
11308
11309 \backslash
11310 centering
11311 \series default
11312  by 
11313 \series bold
11314
11315 \backslash
11316 raggedleft
11317 \series default
11318 .
11319  To return to left-alignment 
11320 \series bold
11321
11322 \backslash
11323 raggedright
11324 \series default
11325  is used.
11326 \end_layout
11327
11328 \begin_layout Section
11329 Formal Tables
11330 \begin_inset LatexCommand label
11331 name "sec:Formal-Tables"
11332
11333 \end_inset
11334
11335
11336 \begin_inset LatexCommand index
11337 name "Table ! Formal"
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \begin_layout Standard
11345 Tables are often typeset in books similar to Table\InsetSpace ~
11346
11347 \begin_inset LatexCommand ref
11348 reference "tab:Example-booktabs-table"
11349
11350 \end_inset
11351
11352 .
11353  This kind of tables is called 
11354 \begin_inset Quotes eld
11355 \end_inset
11356
11357
11358 \emph on
11359 formal
11360 \emph default
11361
11362 \begin_inset Quotes erd
11363 \end_inset
11364
11365 .
11366  To make a table a formal table use the option 
11367 \family sans
11368 Formal
11369 \family default
11370  in the 
11371 \family sans
11372 Borders
11373 \family default
11374  tab of the table dialog.
11375 \end_layout
11376
11377 \begin_layout Standard
11378 \begin_inset Float table
11379 placement h
11380 wide false
11381 sideways false
11382 status open
11383
11384 \begin_layout Caption
11385 \begin_inset LatexCommand label
11386 name "tab:Example-booktabs-table"
11387
11388 \end_inset
11389
11390 Example booktabs-table
11391 \end_layout
11392
11393 \begin_layout Standard
11394 \align center
11395 \begin_inset Tabular
11396 <lyxtabular version="3" rows="8" columns="4">
11397 <features booktabs="true">
11398 <column alignment="center" valignment="top" rightline="true" width="0">
11399 <column alignment="center" valignment="top" width="0">
11400 <column alignment="center" valignment="top" width="0">
11401 <column alignment="center" valignment="top" width="0">
11402 <row topline="true">
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Standard
11407 System
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Standard
11416 Medipix
11417 \begin_inset Formula $\,$
11418 \end_inset
11419
11420 1
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Standard
11429 Medipix
11430 \begin_inset Formula $\,$
11431 \end_inset
11432
11433 2
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Standard
11442
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 </row>
11448 <row>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Standard
11453 \begin_inset ERT
11454 status collapsed
11455
11456 \begin_layout Standard
11457
11458
11459 \backslash
11460 cmidrule(r){2-2}
11461 \end_layout
11462
11463 \end_inset
11464
11465
11466 \begin_inset ERT
11467 status collapsed
11468
11469 \begin_layout Standard
11470
11471
11472 \backslash
11473 cmidrule(l){3-4}
11474 \end_layout
11475
11476 \end_inset
11477
11478 Detector thickness [
11479 \begin_inset ERT
11480 status collapsed
11481
11482 \begin_layout Standard
11483
11484
11485 \backslash
11486 textmu m
11487 \end_layout
11488
11489 \end_inset
11490
11491 ]
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Standard
11500 300
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Standard
11509 300
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Standard
11518 700
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 <row topline="true">
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Standard
11529 Edge angle [°]
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Standard
11538 3.55
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Standard
11547 2.71
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Standard
11556 7.99
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 </row>
11562 <row topspace="default">
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Standard
11567 Spatial resolution [
11568 \begin_inset ERT
11569 status collapsed
11570
11571 \begin_layout Standard
11572
11573
11574 \backslash
11575 textmu m
11576 \end_layout
11577
11578 \end_inset
11579
11580 ]
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Standard
11589 4.26
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Standard
11598 10.17
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Standard
11607 10.56
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row topspace="default">
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Standard
11618 MTF at 
11619 \begin_inset Formula $f_{\mathrm{max}}$
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Standard
11631 0.53
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Standard
11640 0.37
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Standard
11649 0.39
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 </row>
11655 <row topspace="default">
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Standard
11660 \begin_inset ERT
11661 status collapsed
11662
11663 \begin_layout Standard
11664
11665
11666 \backslash
11667 cmidrule(l{10pt}){1-1}
11668 \end_layout
11669
11670 \end_inset
11671
11672 LSF-spatial resolution
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Standard
11681
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Standard
11690
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Standard
11699
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 </row>
11705 <row>
11706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Standard
11710 in 
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Standard
11715
11716
11717 \backslash
11718 textmu m
11719 \end_layout
11720
11721 \end_inset
11722
11723
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Standard
11732 129.7
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Standard
11741 52.75
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Standard
11750 50.78
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 <row bottomline="true">
11757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Standard
11761 in % of pixel size
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Standard
11770 76.3
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Standard
11779 95.9
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Standard
11788 92.3
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 </row>
11794 </lyxtabular>
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \begin_layout Standard
11807 Spaces to table rows can be added using the 
11808 \family sans
11809 Borders
11810 \family default
11811  tab of the table dialog as described in section\InsetSpace ~
11812
11813 \begin_inset LatexCommand ref
11814 reference "sub:Row-Spacing"
11815
11816 \end_inset
11817
11818 .
11819 \end_layout
11820
11821 \begin_layout Standard
11822 In contrary to normal tables, formal tables have no vertical table lines.
11823  The horizontal table lines can be set like for normal tables but they appear
11824  with different width in the output:
11825 \newline
11826 The first and the last table line have
11827  a default width of 0.08\InsetSpace \thinspace{}
11828 em while the other lines have a default width of
11829  0.05\InsetSpace \thinspace{}
11830 em.
11831 \end_layout
11832
11833 \begin_layout Standard
11834 The default widths can be changed with the following preamble lines
11835 \end_layout
11836
11837 \begin_layout Standard
11838
11839 \series bold
11840
11841 \backslash
11842 let
11843 \backslash
11844 mytoprule
11845 \backslash
11846 toprule
11847 \newline
11848
11849 \backslash
11850 renewcommand{
11851 \backslash
11852 toprule}{
11853 \backslash
11854 mytoprule[width]}
11855 \end_layout
11856
11857 \begin_layout Standard
11858 This example is for the first line, the so called toprule.
11859  If you want to change the width for the last line, replace 
11860 \series bold
11861 toprule
11862 \series default
11863  by 
11864 \series bold
11865 bottomrule
11866 \series default
11867 .
11868  To change the width for the other lines replace 
11869 \series bold
11870 toprule
11871 \series default
11872  by 
11873 \series bold
11874 midrule
11875 \series default
11876 .
11877  You can use all units listed in appendix\InsetSpace ~
11878
11879 \begin_inset LatexCommand ref
11880 reference "cha:Units-available-in"
11881
11882 \end_inset
11883
11884  to set the width.
11885 \end_layout
11886
11887 \begin_layout Standard
11888 Lines that don't span over all table columns can be created by setting a
11889  table line for multicolumn cells.
11890  LyX will then internally use the command 
11891 \series bold
11892
11893 \backslash
11894 cmidrule
11895 \series default
11896  to create this line.
11897  Its full scheme is
11898 \end_layout
11899
11900 \begin_layout Standard
11901
11902 \series bold
11903
11904 \backslash
11905 cmidrule[width](trim){startcol-endcol}
11906 \end_layout
11907
11908 \begin_layout Standard
11909 The options of 
11910 \series bold
11911
11912 \backslash
11913 cmidrule
11914 \series default
11915  are are currently not supported by LyX so you have to use ERT to be able
11916  to use them.
11917  
11918 \series bold
11919
11920 \backslash
11921 cmidrule
11922 \series default
11923 s can manually be created by inserting the command as ERT as first cell
11924  entry of the first cell of a row.
11925  The line is then drawn in the output above the current row.
11926 \end_layout
11927
11928 \begin_layout Standard
11929 The default for the width is 0.03\InsetSpace \thinspace{}
11930 em.
11931  Startcol is the number of the column where the line starts and endcol the
11932  column number where the line ends.
11933  The endcol always needs to be specified, also when the line should span
11934  only one column.
11935  The optional parameter trim could be either 
11936 \emph on
11937 l{trimwidth}
11938 \emph default
11939 , or 
11940 \emph on
11941 r{trimwidth}
11942 \emph default
11943  where the trimwidth is also optional.
11944  Using for example the parameter 
11945 \emph on
11946 l{2pt}
11947 \emph default
11948  means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
11949 pt.
11950  If you don't specify the trimwidth the lines are trimmed by the default
11951  of 0.5\InsetSpace \thinspace{}
11952 em.
11953 \end_layout
11954
11955 \begin_layout Standard
11956 \begin_inset VSpace bigskip
11957 \end_inset
11958
11959 Table\InsetSpace ~
11960
11961 \begin_inset LatexCommand ref
11962 reference "tab:Example-booktabs-table"
11963
11964 \end_inset
11965
11966  was created using the commands
11967 \end_layout
11968
11969 \begin_layout Standard
11970
11971 \series bold
11972
11973 \backslash
11974 cmidrule(r){2-2}
11975 \backslash
11976 cmidrule(l){3-4}
11977 \end_layout
11978
11979 \begin_layout Standard
11980 at the beginning of the in the second row and
11981 \end_layout
11982
11983 \begin_layout Standard
11984
11985 \series bold
11986
11987 \backslash
11988 cmidrule(l{10pt}){1-1}
11989 \end_layout
11990
11991 \begin_layout Standard
11992 in the sixth row.
11993 \end_layout
11994
11995 \begin_layout Standard
11996
11997 \end_layout
11998
11999 \begin_layout Standard
12000 \begin_inset VSpace bigskip
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \begin_layout Standard
12007 You might want to have overlapping 
12008 \series bold
12009
12010 \backslash
12011 cmidrule
12012 \series default
12013 s like in Table\InsetSpace ~
12014
12015 \begin_inset LatexCommand ref
12016 reference "tab:Special-booktabs-table"
12017
12018 \end_inset
12019
12020 .
12021  This can be achieved with the ERT command
12022 \end_layout
12023
12024 \begin_layout Standard
12025
12026 \series bold
12027
12028 \backslash
12029 moremidrules
12030 \end_layout
12031
12032 \begin_layout Standard
12033 The command that was used for the second row of Table\InsetSpace ~
12034
12035 \begin_inset LatexCommand ref
12036 reference "tab:Special-booktabs-table"
12037
12038 \end_inset
12039
12040  is
12041 \end_layout
12042
12043 \begin_layout Standard
12044
12045 \series bold
12046
12047 \backslash
12048 cmidrule(r){2-2}
12049 \backslash
12050 cmidrule(l){3-4}
12051 \backslash
12052 moremidrules
12053 \backslash
12054 cmidrule{2-4}
12055 \end_layout
12056
12057 \begin_layout Standard
12058 The command for the sixth row is
12059 \end_layout
12060
12061 \begin_layout Standard
12062
12063 \series bold
12064
12065 \backslash
12066 midrule
12067 \backslash
12068 moremidrules
12069 \backslash
12070 cmidrule{3-4}
12071 \end_layout
12072
12073 \begin_layout Standard
12074 \begin_inset VSpace bigskip
12075 \end_inset
12076
12077
12078 \end_layout
12079
12080 \begin_layout Standard
12081 If you are anyway not satisfied with the border line spacing, you can use
12082  the following command to produce lines that span over all table columns
12083 \series bold
12084 :
12085 \end_layout
12086
12087 \begin_layout Standard
12088
12089 \series bold
12090
12091 \backslash
12092 specialrule{width}{space above}{space below}
12093 \end_layout
12094
12095 \begin_layout Standard
12096 For more informations about these specialties, we refer to the manual of
12097  the LaTeX-package 
12098 \series bold
12099 booktabs
12100 \series default
12101  
12102 \begin_inset LatexCommand cite
12103 key "booktabs"
12104
12105 \end_inset
12106
12107 .
12108 \begin_inset LatexCommand index
12109 name "LaTeX-packages ! booktabs"
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117 \begin_inset Float table
12118 placement h
12119 wide false
12120 sideways false
12121 status open
12122
12123 \begin_layout Caption
12124 \begin_inset LatexCommand label
12125 name "tab:Special-booktabs-table"
12126
12127 \end_inset
12128
12129 Special booktabs-table
12130 \end_layout
12131
12132 \begin_layout Standard
12133 \align center
12134 \begin_inset Tabular
12135 <lyxtabular version="3" rows="8" columns="4">
12136 <features booktabs="true">
12137 <column alignment="center" valignment="top" width="0">
12138 <column alignment="center" valignment="top" width="0">
12139 <column alignment="center" valignment="top" width="0">
12140 <column alignment="center" valignment="top" width="0">
12141 <row topline="true">
12142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Standard
12146 System
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Standard
12155 Medipix\InsetSpace \thinspace{}
12156 1
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Standard
12165 Medipix\InsetSpace \thinspace{}
12166 2
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Standard
12175
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 <row>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Standard
12186 \begin_inset ERT
12187 status collapsed
12188
12189 \begin_layout Standard
12190
12191
12192 \backslash
12193 cmidrule(r){2-2}
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \begin_inset ERT
12200 status collapsed
12201
12202 \begin_layout Standard
12203
12204
12205 \backslash
12206 cmidrule(l){3-4}
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \begin_inset ERT
12213 status collapsed
12214
12215 \begin_layout Standard
12216
12217
12218 \backslash
12219 morecmidrules 
12220 \end_layout
12221
12222 \end_inset
12223
12224
12225 \begin_inset ERT
12226 status collapsed
12227
12228 \begin_layout Standard
12229
12230
12231 \backslash
12232 cmidrule{2-4}
12233 \end_layout
12234
12235 \end_inset
12236
12237 Detector thickness [
12238 \begin_inset ERT
12239 status collapsed
12240
12241 \begin_layout Standard
12242
12243
12244 \backslash
12245 textmu m
12246 \end_layout
12247
12248 \end_inset
12249
12250 ]
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Standard
12259 300
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Standard
12268 300
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Standard
12277 700
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 </row>
12283 <row topline="true">
12284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Standard
12288 Edge angle [°]
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Standard
12297 3.55
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Standard
12306 2.71
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Standard
12315 7.99
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 </row>
12321 <row topspace="default">
12322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Standard
12326 Spatial resolution [
12327 \begin_inset ERT
12328 status collapsed
12329
12330 \begin_layout Standard
12331
12332
12333 \backslash
12334 textmu m
12335 \end_layout
12336
12337 \end_inset
12338
12339 ]
12340 \end_layout
12341
12342 \end_inset
12343 </cell>
12344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Standard
12348 4.26
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Standard
12357 10.17
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Standard
12366 10.56
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 </row>
12372 <row topspace="default">
12373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Standard
12377 MTF at 
12378 \begin_inset Formula $f_{\mathrm{max}}$
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \end_inset
12385 </cell>
12386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12387 \begin_inset Text
12388
12389 \begin_layout Standard
12390 0.53
12391 \end_layout
12392
12393 \end_inset
12394 </cell>
12395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12396 \begin_inset Text
12397
12398 \begin_layout Standard
12399 0.37
12400 \end_layout
12401
12402 \end_inset
12403 </cell>
12404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12405 \begin_inset Text
12406
12407 \begin_layout Standard
12408 0.39
12409 \end_layout
12410
12411 \end_inset
12412 </cell>
12413 </row>
12414 <row topline="true">
12415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Standard
12419 \begin_inset ERT
12420 status collapsed
12421
12422 \begin_layout Standard
12423
12424
12425 \backslash
12426 morecmidrules 
12427 \end_layout
12428
12429 \end_inset
12430
12431
12432 \begin_inset ERT
12433 status collapsed
12434
12435 \begin_layout Standard
12436
12437
12438 \backslash
12439 cmidrule{3-4}
12440 \end_layout
12441
12442 \end_inset
12443
12444 LSF-spatial resolution
12445 \end_layout
12446
12447 \end_inset
12448 </cell>
12449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12450 \begin_inset Text
12451
12452 \begin_layout Standard
12453
12454 \end_layout
12455
12456 \end_inset
12457 </cell>
12458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Standard
12462
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Standard
12471
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 </row>
12477 <row>
12478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12479 \begin_inset Text
12480
12481 \begin_layout Standard
12482 in 
12483 \begin_inset ERT
12484 status collapsed
12485
12486 \begin_layout Standard
12487
12488
12489 \backslash
12490 textmu m
12491 \end_layout
12492
12493 \end_inset
12494
12495
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Standard
12504 129.7
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Standard
12513 52.75
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Standard
12522 50.78
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 </row>
12528 <row bottomline="true">
12529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Standard
12533 in % of pixel size
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Standard
12542 76.3
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Standard
12551 95.9
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Standard
12560 92.3
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 </row>
12566 </lyxtabular>
12567
12568 \end_inset
12569
12570
12571 \end_layout
12572
12573 \end_inset
12574
12575
12576 \end_layout
12577
12578 \begin_layout Section
12579 Vertical Table Alignment
12580 \begin_inset LatexCommand index
12581 name "Table ! Alignment"
12582
12583 \end_inset
12584
12585
12586 \end_layout
12587
12588 \begin_layout Standard
12589 To align tables vertically in a text line the table must be inside a box.
12590  The box can then be vertically aligned as described in section\InsetSpace ~
12591
12592 \begin_inset LatexCommand ref
12593 reference "sec:Box-Dialog"
12594
12595 \end_inset
12596
12597 .
12598 \end_layout
12599
12600 \begin_layout Standard
12601 In the following example the tables are inside a minipage
12602 \begin_inset Foot
12603 status collapsed
12604
12605 \begin_layout Standard
12606 Minipages are described in section\InsetSpace ~
12607
12608 \begin_inset LatexCommand ref
12609 reference "sec:Minipages"
12610
12611 \end_inset
12612
12613 .
12614 \end_layout
12615
12616 \end_inset
12617
12618  box that has a width of 15\InsetSpace \thinspace{}
12619 col%:
12620 \end_layout
12621
12622 \begin_layout Itemize
12623 test 
12624 \begin_inset Box Frameless
12625 position "t"
12626 hor_pos "c"
12627 has_inner_box 1
12628 inner_pos "c"
12629 use_parbox 0
12630 width "15col%"
12631 special "none"
12632 height "1in"
12633 height_special "totalheight"
12634 status collapsed
12635
12636 \begin_layout Standard
12637 \begin_inset Tabular
12638 <lyxtabular version="3" rows="3" columns="3">
12639 <features>
12640 <column alignment="center" valignment="top" leftline="true" width="0">
12641 <column alignment="center" valignment="top" leftline="true" width="0">
12642 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12643 <row topline="true">
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Standard
12648 a
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Standard
12657 d
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Standard
12666 g
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 </row>
12672 <row topline="true">
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Standard
12677 b
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Standard
12686 e
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Standard
12695 h
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 <row topline="true" bottomline="true">
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Standard
12706 c
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Standard
12715 f
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Standard
12724 i
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 </row>
12730 </lyxtabular>
12731
12732 \end_inset
12733
12734
12735 \end_layout
12736
12737 \end_inset
12738
12739  test 
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Standard
12744
12745
12746 \backslash
12747 raisebox{0.85
12748 \backslash
12749 baselineskip}{
12750 \end_layout
12751
12752 \end_inset
12753
12754
12755 \begin_inset Box Frameless
12756 position "t"
12757 hor_pos "c"
12758 has_inner_box 1
12759 inner_pos "c"
12760 use_parbox 0
12761 width "15col%"
12762 special "none"
12763 height "1in"
12764 height_special "totalheight"
12765 status collapsed
12766
12767 \begin_layout Standard
12768 \begin_inset Tabular
12769 <lyxtabular version="3" rows="3" columns="3">
12770 <features>
12771 <column alignment="center" valignment="top" leftline="true" width="0">
12772 <column alignment="center" valignment="top" leftline="true" width="0">
12773 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12774 <row topline="true">
12775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Standard
12779 a
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Standard
12788 d
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Standard
12797 g
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 </row>
12803 <row topline="true">
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Standard
12808 b
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Standard
12817 e
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Standard
12826 h
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 </row>
12832 <row topline="true" bottomline="true">
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Standard
12837 c
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Standard
12846 f
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Standard
12855 i
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 </lyxtabular>
12862
12863 \end_inset
12864
12865
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \begin_inset ERT
12872 status collapsed
12873
12874 \begin_layout Standard
12875
12876 }
12877 \end_layout
12878
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Itemize
12885 test 
12886 \begin_inset Box Frameless
12887 position "c"
12888 hor_pos "c"
12889 has_inner_box 1
12890 inner_pos "c"
12891 use_parbox 0
12892 width "15col%"
12893 special "none"
12894 height "1in"
12895 height_special "totalheight"
12896 status collapsed
12897
12898 \begin_layout Standard
12899 \begin_inset Tabular
12900 <lyxtabular version="3" rows="3" columns="3">
12901 <features>
12902 <column alignment="center" valignment="top" leftline="true" width="0">
12903 <column alignment="center" valignment="top" leftline="true" width="0">
12904 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12905 <row topline="true">
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Standard
12910 a
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Standard
12919 d
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Standard
12928 g
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 </row>
12934 <row topline="true">
12935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Standard
12939 b
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Standard
12948 e
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Standard
12957 h
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row topline="true" bottomline="true">
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Standard
12968 c
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Standard
12977 f
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Standard
12986 i
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 </row>
12992 </lyxtabular>
12993
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \end_inset
13000
13001
13002 \end_layout
13003
13004 \begin_layout Itemize
13005 test 
13006 \begin_inset Box Frameless
13007 position "b"
13008 hor_pos "c"
13009 has_inner_box 1
13010 inner_pos "c"
13011 use_parbox 0
13012 width "15col%"
13013 special "none"
13014 height "1in"
13015 height_special "totalheight"
13016 status collapsed
13017
13018 \begin_layout Standard
13019 \begin_inset Tabular
13020 <lyxtabular version="3" rows="3" columns="3">
13021 <features>
13022 <column alignment="center" valignment="top" leftline="true" width="0">
13023 <column alignment="center" valignment="top" leftline="true" width="0">
13024 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13025 <row topline="true">
13026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Standard
13030 a
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Standard
13039 d
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Standard
13048 g
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 </row>
13054 <row topline="true">
13055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Standard
13059 b
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Standard
13068 e
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Standard
13077 h
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row topline="true" bottomline="true">
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Standard
13088 c
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Standard
13097 f
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Standard
13106 i
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 </lyxtabular>
13113
13114 \end_inset
13115
13116
13117 \end_layout
13118
13119 \end_inset
13120
13121  test 
13122 \begin_inset ERT
13123 status collapsed
13124
13125 \begin_layout Standard
13126
13127
13128 \backslash
13129 raisebox{-0.32
13130 \backslash
13131 baselineskip}{
13132 \end_layout
13133
13134 \end_inset
13135
13136
13137 \begin_inset Box Frameless
13138 position "b"
13139 hor_pos "c"
13140 has_inner_box 1
13141 inner_pos "c"
13142 use_parbox 0
13143 width "15col%"
13144 special "none"
13145 height "1in"
13146 height_special "totalheight"
13147 status collapsed
13148
13149 \begin_layout Standard
13150 \begin_inset Tabular
13151 <lyxtabular version="3" rows="3" columns="3">
13152 <features>
13153 <column alignment="center" valignment="top" leftline="true" width="0">
13154 <column alignment="center" valignment="top" leftline="true" width="0">
13155 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13156 <row topline="true">
13157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Standard
13161 a
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Standard
13170 d
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Standard
13179 g
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 </row>
13185 <row topline="true">
13186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Standard
13190 b
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Standard
13199 e
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Standard
13208 h
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 </row>
13214 <row topline="true" bottomline="true">
13215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Standard
13219 c
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Standard
13228 f
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Standard
13237 i
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 </row>
13243 </lyxtabular>
13244
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \end_inset
13251
13252
13253 \begin_inset ERT
13254 status collapsed
13255
13256 \begin_layout Standard
13257
13258 }
13259 \end_layout
13260
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \begin_layout Standard
13267 As you can see, the content of the first and last table row is not correctly
13268  aligned with the text line where the table is in.
13269  To get this alignment, the minipage box must be set into a raisebox
13270 \begin_inset Foot
13271 status collapsed
13272
13273 \begin_layout Standard
13274 Raiseboxes are described in section\InsetSpace ~
13275
13276 \begin_inset LatexCommand ref
13277 reference "sub:Vertical-Alignment"
13278
13279 \end_inset
13280
13281 .
13282 \end_layout
13283
13284 \end_inset
13285
13286 .
13287  In the example above the second table in the first item is aligned using
13288  the ERT-command
13289 \end_layout
13290
13291 \begin_layout Standard
13292
13293 \series bold
13294
13295 \backslash
13296 raisebox{0.85
13297 \backslash
13298 baselineskip}{
13299 \end_layout
13300
13301 \begin_layout Standard
13302 before the box.
13303  Behind the box the closing brace 
13304 \series bold
13305 }
13306 \series default
13307  is inserted as ERT.
13308  For the second table in the last item the command
13309 \end_layout
13310
13311 \begin_layout Standard
13312
13313 \series bold
13314
13315 \backslash
13316 raisebox{-0.32
13317 \backslash
13318 baselineskip}{
13319 \end_layout
13320
13321 \begin_layout Standard
13322 is used.
13323 \end_layout
13324
13325 \begin_layout Standard
13326 \begin_inset Note Greyedout
13327 status open
13328
13329 \begin_layout Standard
13330
13331 \series bold
13332 Note: 
13333 \series default
13334 The alignment of the table row content to the surrounding text line is not
13335  exact.
13336  The needed factor of the 
13337 \series bold
13338
13339 \backslash
13340 raisebox
13341 \series default
13342  command for this alignment depends on the document font, the font size,
13343  and the table line thickness.
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \begin_layout Section
13352 Colored Tables
13353 \begin_inset LatexCommand label
13354 name "sec:Colored-Tables"
13355
13356 \end_inset
13357
13358
13359 \begin_inset LatexCommand index
13360 name "Table ! Color"
13361
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \begin_layout Subsection
13368 Colored Cells
13369 \begin_inset LatexCommand index
13370 name "Table Color ! for Cells"
13371
13372 \end_inset
13373
13374
13375 \begin_inset LatexCommand index
13376 name "Color ! for Table Cells"
13377
13378 \end_inset
13379
13380
13381 \end_layout
13382
13383 \begin_layout Standard
13384 \begin_inset Float table
13385 placement h
13386 wide false
13387 sideways false
13388 status open
13389
13390 \begin_layout Caption
13391 \begin_inset LatexCommand label
13392 name "tab:Table-colored-without"
13393
13394 \end_inset
13395
13396 Table colored without using the package 
13397 \series bold
13398 colortbl
13399 \series default
13400
13401 \begin_inset OptArg
13402 status collapsed
13403
13404 \begin_layout Standard
13405 Table without colortbl
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 definecolor{color name}{color model}{color values}
13671 \end_layout
13672
13673 \begin_layout Standard
13674 The color model can be
13675 \end_layout
13676
13677 \begin_layout Labeling
13678 \labelwidthstring 00.00.0000
13679 cmyk: cyan, magenta, yellow, black
13680 \end_layout
13681
13682 \begin_layout Labeling
13683 \labelwidthstring 00.00.0000
13684 rgb: red, green blue
13685 \end_layout
13686
13687 \begin_layout Labeling
13688 \labelwidthstring 00.00.0000
13689 gray gray
13690 \end_layout
13691
13692 \begin_layout Standard
13693 and the color values are comma separated numbers between 0 and 1 describing
13694  the factor for the corresponding color of the color model.
13695 \end_layout
13696
13697 \begin_layout Standard
13698 You can e.\InsetSpace \thinspace{}
13699 g.\InsetSpace ~
13700 define the color "
13701 \emph on
13702 darkgreen
13703 \emph default
13704 " in the preamble with
13705 \end_layout
13706
13707 \begin_layout Standard
13708
13709 \series bold
13710
13711 \backslash
13712 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
13713 \end_layout
13714
13715 \begin_layout Standard
13716 and the color "
13717 \emph on
13718 lightgray
13719 \emph default
13720 " with
13721 \end_layout
13722
13723 \begin_layout Standard
13724
13725 \series bold
13726
13727 \backslash
13728 definecolor{lightgray}{gray}{0.8}
13729 \end_layout
13730
13731 \begin_layout Standard
13732 \begin_inset VSpace medskip
13733 \end_inset
13734
13735
13736 \end_layout
13737
13738 \begin_layout Standard
13739 Lines are colored with the command
13740 \end_layout
13741
13742 \begin_layout Standard
13743
13744 \series bold
13745
13746 \backslash
13747 rowcolor{name of color}
13748 \end_layout
13749
13750 \begin_layout Standard
13751 and cells are colored with the command
13752 \end_layout
13753
13754 \begin_layout Standard
13755
13756 \series bold
13757
13758 \backslash
13759 cellcolor{name of color}
13760 \end_layout
13761
13762 \begin_layout Standard
13763 Both commands are inserted at the beginning of a cell as ERT.
13764 \end_layout
13765
13766 \begin_layout Standard
13767 To color characters in the table, mark the cells and use the LyX menu 
13768 \family sans
13769 Edit\SpecialChar \menuseparator
13770 Text\InsetSpace ~
13771 Style
13772 \family default
13773 .
13774  If a cell contains ERT mark only the characters, otherwise the colored
13775  ERT will cause LaTeX-errors.
13776 \end_layout
13777
13778 \begin_layout Standard
13779 \begin_inset VSpace bigskip
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \begin_layout Standard
13786 To create Table\InsetSpace ~
13787
13788 \begin_inset LatexCommand ref
13789 reference "tab:Table-colored-using"
13790
13791 \end_inset
13792
13793  do the following: The color of the first column should be 
13794 \emph on
13795 darkgreen
13796 \emph default
13797 .
13798  So insert
13799 \end_layout
13800
13801 \begin_layout Standard
13802
13803 \series bold
13804 >{
13805 \backslash
13806 columncolor{darkgreen}
13807 \backslash
13808 centering}c
13809 \end_layout
13810
13811 \begin_layout Standard
13812 as LaTeX-argument for this column.
13813  The first row should be blue, therefore the ERT command
13814 \end_layout
13815
13816 \begin_layout Standard
13817
13818 \series bold
13819
13820 \backslash
13821 rowcolow{cyan}
13822 \end_layout
13823
13824 \begin_layout Standard
13825 is inserted to the first cell of this row.
13826  Note that this overwrites the column color for the first cell.
13827  The last cell of the last row is colored magenta by inserting the ERT command
13828 \end_layout
13829
13830 \begin_layout Standard
13831
13832 \series bold
13833
13834 \backslash
13835 cellcolor{magenta}
13836 \end_layout
13837
13838 \begin_layout Standard
13839 The characters could now be colored using the menu 
13840 \family sans
13841 Edit\SpecialChar \menuseparator
13842 Text\InsetSpace ~
13843 Style
13844 \family default
13845 .
13846 \end_layout
13847
13848 \begin_layout Standard
13849 \begin_inset Float table
13850 placement h
13851 wide false
13852 sideways false
13853 status open
13854
13855 \begin_layout Caption
13856 \begin_inset LatexCommand label
13857 name "tab:Table-colored-using"
13858
13859 \end_inset
13860
13861 Table colored using the package 
13862 \series bold
13863 colortbl
13864 \series default
13865
13866 \begin_inset OptArg
13867 status collapsed
13868
13869 \begin_layout Standard
13870 Table with colortbl
13871 \end_layout
13872
13873 \end_inset
13874
13875
13876 \end_layout
13877
13878 \begin_layout Standard
13879 \align center
13880 \begin_inset Tabular
13881 <lyxtabular version="3" rows="3" columns="3">
13882 <features>
13883 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{darkgreen}\centering}c">
13884 <column alignment="center" valignment="top" width="0">
13885 <column alignment="center" valignment="top" width="0">
13886 <row>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Standard
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Standard
13895
13896
13897 \backslash
13898 rowcolor{cyan}
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \color magenta
13905 a
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Standard
13914
13915 \color red
13916 b
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Standard
13925
13926 \color red
13927 c
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 </row>
13933 <row>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Standard
13938
13939 \color yellow
13940 d
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Standard
13949
13950 \color blue
13951 e
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Standard
13960
13961 \color blue
13962 f
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 </row>
13968 <row>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Standard
13973
13974 \color yellow
13975 g
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Standard
13984
13985 \color blue
13986 h
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Standard
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Standard
13999
14000
14001 \backslash
14002 cellcolor{magenta}
14003 \end_layout
14004
14005 \end_inset
14006
14007
14008 \color green
14009 i
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 </row>
14015 </lyxtabular>
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \end_layout
14026
14027 \begin_layout Subsection
14028 Colored Lines
14029 \begin_inset LatexCommand index
14030 name "Table Color ! for Lines"
14031
14032 \end_inset
14033
14034
14035 \begin_inset LatexCommand index
14036 name "Color ! for Table Lines"
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044 As described in section\InsetSpace ~
14045
14046 \begin_inset LatexCommand ref
14047 reference "sub:Line-Thickness"
14048
14049 \end_inset
14050
14051 , the line thickness for all lines in a table can be adjusted with the length
14052  
14053 \series bold
14054
14055 \backslash
14056 arrayrulewidth
14057 \series default
14058 .
14059  It is set to 1.5\InsetSpace \thinspace{}
14060 pt for all tables of this section.
14061 \begin_inset ERT
14062 status collapsed
14063
14064 \begin_layout Standard
14065
14066
14067 \backslash
14068 setlength{
14069 \backslash
14070 arrayrulewidth}{1.5pt}
14071 \end_layout
14072
14073 \end_inset
14074
14075
14076 \end_layout
14077
14078 \begin_layout Standard
14079 To color vertical lines for example with green, create the following column
14080  format in the document preamble, according to the description in section\InsetSpace ~
14081
14082 \begin_inset LatexCommand ref
14083 reference "sub:Customized-Format"
14084
14085 \end_inset
14086
14087 :
14088 \end_layout
14089
14090 \begin_layout Standard
14091
14092 \series bold
14093
14094 \backslash
14095 newcolumntype{W}{!{
14096 \backslash
14097 color{green}
14098 \backslash
14099 vline}}
14100 \end_layout
14101
14102 \begin_layout Standard
14103 For Table\InsetSpace ~
14104
14105 \begin_inset LatexCommand ref
14106 reference "tab:Table-with-vertical-colored"
14107
14108 \end_inset
14109
14110  the LaTeX-argument
14111 \end_layout
14112
14113 \begin_layout Standard
14114
14115 \series bold
14116 WcW
14117 \end_layout
14118
14119 \begin_layout Standard
14120 was used for the last column and
14121 \end_layout
14122
14123 \begin_layout Standard
14124
14125 \series bold
14126 Wc
14127 \end_layout
14128
14129 \begin_layout Standard
14130 for the other columns.
14131 \end_layout
14132
14133 \begin_layout Standard
14134 If you want to have several colors, define more column formats.
14135 \end_layout
14136
14137 \begin_layout Standard
14138 \begin_inset Float table
14139 wide false
14140 sideways false
14141 status open
14142
14143 \begin_layout Caption
14144 \begin_inset LatexCommand label
14145 name "tab:Table-with-vertical-colored"
14146
14147 \end_inset
14148
14149 Table with colored vertical lines
14150 \end_layout
14151
14152 \begin_layout Standard
14153 \align center
14154 \begin_inset Tabular
14155 <lyxtabular version="3" rows="3" columns="3">
14156 <features>
14157 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14158 <column alignment="center" valignment="top" width="0" special="Wc">
14159 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14160 <row topline="true">
14161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Standard
14165 sd
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Standard
14174
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Standard
14183
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 </row>
14189 <row topline="true">
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Standard
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Standard
14203 sd
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Standard
14212
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 </row>
14218 <row topline="true" bottomline="true">
14219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Standard
14223
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Standard
14232
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Standard
14241 sd
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 </row>
14247 </lyxtabular>
14248
14249 \end_inset
14250
14251
14252 \end_layout
14253
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \begin_layout Standard
14260 \begin_inset VSpace bigskip
14261 \end_inset
14262
14263 To color horizontal lines for example with red, like in Table\InsetSpace ~
14264
14265 \begin_inset LatexCommand ref
14266 reference "tab:Table-with-horizontal-colored"
14267
14268 \end_inset
14269
14270 , insert these commands in ERT before the table or table float:
14271 \end_layout
14272
14273 \begin_layout Standard
14274
14275 \series bold
14276
14277 \backslash
14278 let
14279 \backslash
14280 myHlineC
14281 \backslash
14282 hline
14283 \newline
14284
14285 \backslash
14286 renewcommand{
14287 \backslash
14288 hline}{
14289 \backslash
14290 arrayrulecolor{red}
14291 \backslash
14292 myHlineC
14293 \backslash
14294 arrayrulecolor{black}}
14295 \end_layout
14296
14297 \begin_layout Standard
14298 \begin_inset ERT
14299 status collapsed
14300
14301 \begin_layout Standard
14302
14303
14304 \backslash
14305 let
14306 \backslash
14307 myHlineC
14308 \backslash
14309 hline
14310 \end_layout
14311
14312 \begin_layout Standard
14313
14314
14315 \backslash
14316 renewcommand{
14317 \backslash
14318 hline}{
14319 \backslash
14320 arrayrulecolor{red}
14321 \backslash
14322 myHlineC
14323 \backslash
14324 arrayrulecolor{black}}
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \begin_inset Float table
14331 wide false
14332 sideways false
14333 status open
14334
14335 \begin_layout Caption
14336 \begin_inset LatexCommand label
14337 name "tab:Table-with-horizontal-colored"
14338
14339 \end_inset
14340
14341 Table with colored horizontal lines
14342 \end_layout
14343
14344 \begin_layout Standard
14345 \align center
14346 \begin_inset Tabular
14347 <lyxtabular version="3" rows="3" columns="3">
14348 <features>
14349 <column alignment="center" valignment="top" leftline="true" width="0">
14350 <column alignment="center" valignment="top" leftline="true" width="0">
14351 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14352 <row topline="true">
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Standard
14357 sd
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Standard
14366
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Standard
14375
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 </row>
14381 <row topline="true">
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Standard
14386
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Standard
14395 sd
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Standard
14404
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 </row>
14410 <row topline="true" bottomline="true">
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Standard
14415
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Standard
14424
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Standard
14433 sd
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 </row>
14439 </lyxtabular>
14440
14441 \end_inset
14442
14443
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \begin_layout Standard
14452 \begin_inset ERT
14453 status collapsed
14454
14455 \begin_layout Standard
14456
14457
14458 \backslash
14459 pagebreak 
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Standard
14468 To return to the default line color black, insert this command in ERT behind
14469  the table or table float:
14470 \end_layout
14471
14472 \begin_layout Standard
14473
14474 \series bold
14475
14476 \backslash
14477 renewcommand{
14478 \backslash
14479 hline}{
14480 \backslash
14481 myHlineC}
14482 \end_layout
14483
14484 \begin_layout Standard
14485 Table\InsetSpace ~
14486
14487 \begin_inset LatexCommand ref
14488 reference "tab:Table-with-colored"
14489
14490 \end_inset
14491
14492  is an example with colored vertical and horizontal lines.
14493 \end_layout
14494
14495 \begin_layout Standard
14496 \begin_inset Float table
14497 wide false
14498 sideways false
14499 status open
14500
14501 \begin_layout Caption
14502 \begin_inset LatexCommand label
14503 name "tab:Table-with-colored"
14504
14505 \end_inset
14506
14507 Table with colored lines
14508 \end_layout
14509
14510 \begin_layout Standard
14511 \align center
14512 \begin_inset Tabular
14513 <lyxtabular version="3" rows="3" columns="3">
14514 <features>
14515 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14516 <column alignment="center" valignment="top" width="0" special="Wc">
14517 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14518 <row topline="true">
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Standard
14523 sd
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Standard
14532
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Standard
14541
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 </row>
14547 <row topline="true">
14548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Standard
14552
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Standard
14561 sd
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Standard
14570
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 </row>
14576 <row topline="true" bottomline="true" topspace="default">
14577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Standard
14581
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Standard
14590
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Standard
14599 sd
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 </lyxtabular>
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \end_layout
14616
14617 \begin_layout Standard
14618 \begin_inset ERT
14619 status collapsed
14620
14621 \begin_layout Standard
14622
14623
14624 \backslash
14625 renewcommand{
14626 \backslash
14627 hline}{
14628 \backslash
14629 myHlineC}
14630 \end_layout
14631
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \begin_layout Standard
14638 \begin_inset ERT
14639 status collapsed
14640
14641 \begin_layout Standard
14642
14643
14644 \backslash
14645 setlength{
14646 \backslash
14647 arrayrulewidth}{0.4pt}
14648 \end_layout
14649
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \begin_layout Section
14656 Table Customization
14657 \begin_inset LatexCommand index
14658 name "Table Customization"
14659
14660 \end_inset
14661
14662
14663 \begin_inset LatexCommand index
14664 name "Table ! Customization"
14665
14666 \end_inset
14667
14668
14669 \end_layout
14670
14671 \begin_layout Subsection
14672 Row Spacing
14673 \begin_inset LatexCommand label
14674 name "sub:Row-Spacing"
14675
14676 \end_inset
14677
14678
14679 \begin_inset LatexCommand index
14680 name "Table Customization ! Row Spacing"
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Standard
14688 You can add vertical space to table rows in the 
14689 \family sans
14690 Borders
14691 \family default
14692  tab of the table dialog.
14693  You find there three possibilities:
14694 \end_layout
14695
14696 \begin_layout Description
14697 Top\InsetSpace ~
14698 of\InsetSpace ~
14699 row will add space above the characters of the table row.
14700  If the table is a formal table
14701 \begin_inset Foot
14702 status collapsed
14703
14704 \begin_layout Standard
14705 Formal tables are explained in section\InsetSpace ~
14706
14707 \begin_inset LatexCommand ref
14708 reference "sec:Formal-Tables"
14709
14710 \end_inset
14711
14712 .
14713 \end_layout
14714
14715 \end_inset
14716
14717  LyX will insert as default 0.5\InsetSpace \thinspace{}
14718 em space.
14719  For normal tables the inserted space will unfortunately destroy the vertical
14720  table lines as in the following table: 
14721 \begin_inset Tabular
14722 <lyxtabular version="3" rows="3" columns="1">
14723 <features>
14724 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14725 <row topline="true">
14726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Standard
14730 A
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 </row>
14736 <row topline="true" topspace="3mm">
14737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Standard
14741 3\InsetSpace \thinspace{}
14742 mm space top of row
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 </row>
14748 <row topline="true" bottomline="true">
14749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Standard
14753 C
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 </row>
14759 </lyxtabular>
14760
14761 \end_inset
14762
14763
14764 \newline
14765 So inserting space to the top of row for normal tables is only useful when
14766  you don't have vertical lines.
14767 \end_layout
14768
14769 \begin_layout Description
14770 Bottom\InsetSpace ~
14771 of\InsetSpace ~
14772 row will add space below the characters of the table row.
14773  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14774 em space, for
14775  normal tables the default size is 2\InsetSpace \thinspace{}
14776 pt.
14777 \end_layout
14778
14779 \begin_layout Description
14780 Between\InsetSpace ~
14781 rows only has an effect when you have selected the whole table row
14782  before.
14783  The space is added between the current and the following row.
14784  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14785 em space.
14786  For normal tables the inserted space will unfortunately destroy the vertical
14787  table lines as in the following table: 
14788 \begin_inset Tabular
14789 <lyxtabular version="3" rows="3" columns="1">
14790 <features>
14791 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14792 <row topline="true">
14793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Standard
14797 A
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 </row>
14803 <row topline="true" interlinespace="3mm">
14804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Standard
14808 \begin_inset Formula $\downarrow$
14809 \end_inset
14810
14811  3\InsetSpace \thinspace{}
14812 mm space between row 
14813 \begin_inset Formula $\downarrow$
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 </row>
14822 <row topline="true" bottomline="true">
14823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Standard
14827 \begin_inset Formula $\uparrow$
14828 \end_inset
14829
14830  3\InsetSpace \thinspace{}
14831 mm space between row 
14832 \begin_inset Formula $\uparrow$
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 </row>
14841 </lyxtabular>
14842
14843 \end_inset
14844
14845
14846 \newline
14847 So inserting space to the top of row for normal tables is only useful when
14848  you don't have vertical lines.
14849 \end_layout
14850
14851 \begin_layout Standard
14852 When you want to add extra height to all cells of all tables, you can do
14853  this with the following preamble line:
14854 \end_layout
14855
14856 \begin_layout Standard
14857
14858 \series bold
14859
14860 \backslash
14861 setlength{
14862 \backslash
14863 extrarowheight}{height}
14864 \end_layout
14865
14866 \begin_layout Standard
14867 But this has the disadvantage that the cell texts are no longer exactly
14868  vertically centered.
14869 \end_layout
14870
14871 \begin_layout Subsection
14872 Special Cell Alignment
14873 \begin_inset LatexCommand index
14874 name "Table Customization ! Special Cell Alignment"
14875
14876 \end_inset
14877
14878
14879 \end_layout
14880
14881 \begin_layout Standard
14882 Sometimes it looks better when the cell entries of a column are aligned
14883  with a special character, e.\InsetSpace \thinspace{}
14884 g.\InsetSpace ~
14885 with the decimal separator as in Table\InsetSpace ~
14886
14887 \begin_inset LatexCommand ref
14888 reference "tab:Table-cells-of"
14889
14890 \end_inset
14891
14892 .
14893 \end_layout
14894
14895 \begin_layout Standard
14896 \begin_inset Float table
14897 placement h
14898 wide false
14899 sideways false
14900 status open
14901
14902 \begin_layout Caption
14903 \begin_inset LatexCommand label
14904 name "tab:Table-cells-of"
14905
14906 \end_inset
14907
14908 Table cells of a column aligned with the decimal separator.
14909 \end_layout
14910
14911 \begin_layout Standard
14912 \align center
14913 \begin_inset Tabular
14914 <lyxtabular version="3" rows="4" columns="2">
14915 <features>
14916 <column alignment="right" valignment="top" width="0">
14917 <column alignment="left" valignment="top" width="0" special="@{}l">
14918 <row bottomline="true">
14919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Standard
14923 heading
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Standard
14932
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 </row>
14938 <row>
14939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Standard
14943 12.
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Standard
14952 6
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 </row>
14958 <row>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Standard
14963 0.
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Standard
14972 68
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 </row>
14978 <row>
14979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Standard
14983 -123.
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Standard
14992 0
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 </lyxtabular>
14999
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \begin_layout Standard
15011 This table was created with a 4×2 table.
15012  The heading is a centered multicolumn.
15013  The first column is right-aligned and contains the digits before the decimal
15014  point and the decimal point.
15015  The second column is left aligned and contains the digits after the decimal
15016  point.
15017  To omit the space that is normally between two table columns, use the following
15018  LaTeX-argument for the second column:
15019 \end_layout
15020
15021 \begin_layout Standard
15022
15023 \series bold
15024 @{}l
15025 \end_layout
15026
15027 \begin_layout Standard
15028 If you need a vertical line right beside the second column, use this LaTeX-argum
15029 ent instead: 
15030 \series bold
15031 @{}l|
15032 \end_layout
15033
15034 \begin_layout Standard
15035 Table\InsetSpace ~
15036
15037 \begin_inset LatexCommand ref
15038 reference "tab:Several-table-cell"
15039
15040 \end_inset
15041
15042  shows some example alignments.
15043  For the alignment with the relation sign, you must add the second smallest
15044  math-space at the beginning of the last column to get the correct space
15045  surrounding the relation sign.
15046 \end_layout
15047
15048 \begin_layout Standard
15049 \begin_inset Float table
15050 wide false
15051 sideways false
15052 status open
15053
15054 \begin_layout Caption
15055 \begin_inset LatexCommand label
15056 name "tab:Several-table-cell"
15057
15058 \end_inset
15059
15060 Several table cell alignments.
15061 \end_layout
15062
15063 \begin_layout Standard
15064 \align center
15065 \begin_inset Tabular
15066 <lyxtabular version="3" rows="4" columns="6">
15067 <features>
15068 <column alignment="right" valignment="top" width="0">
15069 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15070 <column alignment="right" valignment="top" width="0">
15071 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15072 <column alignment="right" valignment="top" width="0">
15073 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15074 <row bottomline="true">
15075 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Standard
15079 units
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Standard
15088
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Standard
15097 exponents
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Standard
15106
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Standard
15115 relations
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Standard
15124
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 </row>
15130 <row>
15131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Standard
15135 12×
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Standard
15144 24\InsetSpace \thinspace{}
15145 bottles
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Standard
15154 \begin_inset Formula $10\cdot$
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Standard
15166 \begin_inset Formula $10^{\mbox{-}17}$
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Standard
15178 \begin_inset Formula $\Gamma(t)\propto$
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Standard
15190 \begin_inset Formula $\:\Upsilon(t)$
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Standard
15204 1024×
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Standard
15213 768\InsetSpace \thinspace{}
15214 Pixels
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Standard
15223 \begin_inset Formula $5.78\cdot$
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Standard
15235 \begin_inset Formula $10^{7}$
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Standard
15247 \begin_inset Formula $A\ne$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Standard
15259 \begin_inset Formula $\: B_{\mathrm{red}}$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Standard
15273 32×
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Standard
15282 6\InsetSpace \thinspace{}
15283 cm
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Standard
15292 -
15293 \begin_inset Formula $33.5\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^{4}$
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 $\sin(\alpha)\ge$
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 $\:\sin(\beta)$
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 </lyxtabular>
15339
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \begin_layout Standard
15351 \begin_inset VSpace bigskip
15352 \end_inset
15353
15354 There is also the LaTeX-package 
15355 \series bold
15356 dcolumn
15357 \series default
15358
15359 \begin_inset LatexCommand index
15360 name "LaTeX-packages ! dcolumn"
15361
15362 \end_inset
15363
15364  that provides table cell alignments.
15365  But this unfortunately treats the cell entries as math and doesn't allow
15366  formulas in table cells: The first column of Table\InsetSpace ~
15367
15368 \begin_inset LatexCommand ref
15369 reference "tab:Several-table-cell"
15370
15371 \end_inset
15372
15373  will look with 
15374 \series bold
15375 dcolumn
15376 \series default
15377  like the first column in Table\InsetSpace ~
15378
15379 \begin_inset LatexCommand ref
15380 reference "tab:Alignments-when"
15381
15382 \end_inset
15383
15384  and only with some tricks like the expected.
15385  The alignment of the second and third column of Table\InsetSpace ~
15386
15387 \begin_inset LatexCommand ref
15388 reference "tab:Several-table-cell"
15389
15390 \end_inset
15391
15392  is not possible with 
15393 \series bold
15394 dcolumn
15395 \series default
15396 .
15397 \end_layout
15398
15399 \begin_layout Standard
15400 \begin_inset Float table
15401 placement h
15402 wide false
15403 sideways false
15404 status open
15405
15406 \begin_layout Caption
15407 \begin_inset LatexCommand label
15408 name "tab:Alignments-when"
15409
15410 \end_inset
15411
15412 Alignments when LaTeX-package dcolumn is used.
15413  For the second and third alignment some tricks were used.
15414 \end_layout
15415
15416 \begin_layout Standard
15417 \align center
15418 \begin_inset Tabular
15419 <lyxtabular version="3" rows="4" columns="3">
15420 <features>
15421 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15422 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15423 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15424 <row bottomline="true">
15425 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Standard
15429 units
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Standard
15438 units
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Standard
15447 units
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 </row>
15453 <row>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Standard
15458 12×24\InsetSpace \thinspace{}
15459 bottles
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 12×24\InsetSpace \thinspace{}
15469
15470 \begin_inset Formula $\mbox{bottles}$
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Standard
15482 12×24~
15483 \begin_inset Formula $\mbox{bottles}$
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Standard
15497 1024×768\InsetSpace \thinspace{}
15498 Pixels
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Standard
15507 1024×768\InsetSpace \thinspace{}
15508
15509 \begin_inset Formula $\mbox{Pixels}$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Standard
15521 1024×768~
15522 \begin_inset Formula $\mbox{Pixels}$
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Standard
15536 32×6\InsetSpace \thinspace{}
15537 cm
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Standard
15546 32×6\InsetSpace \thinspace{}
15547
15548 \begin_inset Formula $\mbox{cm}$
15549 \end_inset
15550
15551
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Standard
15560 32×6~
15561 \begin_inset Formula $\mbox{cm}$
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 </lyxtabular>
15571
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Subsection
15583 Customized Cell/Column Format
15584 \begin_inset LatexCommand label
15585 name "sub:Customized-Format"
15586
15587 \end_inset
15588
15589
15590 \begin_inset LatexCommand index
15591 name "Table Customization ! Cell/Column Format"
15592
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \begin_layout Standard
15599 Calculating the needed width for spanned columns like in section\InsetSpace ~
15600
15601 \begin_inset LatexCommand ref
15602 reference "sub:Multicolumn-Calculations"
15603
15604 \end_inset
15605
15606  is very annoying if you have several tables with multicolumn cells.
15607  To make life easier, you can define a cell/column format in the preamble,
15608  so that it can be used in all tables of the document.
15609  The format is defined with the command
15610 \end_layout
15611
15612 \begin_layout Standard
15613
15614 \series bold
15615
15616 \backslash
15617 newcolumntype{name of format}[number of arguments]{commands}
15618 \end_layout
15619
15620 \begin_layout Standard
15621 The format name may only consist of one letter.
15622  The letters 
15623 \emph on
15624 b
15625 \emph default
15626
15627 \emph on
15628 c
15629 \emph default
15630
15631 \emph on
15632 l
15633 \emph default
15634
15635 \emph on
15636 m
15637 \emph default
15638
15639 \emph on
15640 p
15641 \emph default
15642  and 
15643 \emph on
15644 r
15645 \emph default
15646  are predefined and cannot be used.
15647  But all letters are allowed as capitals.
15648 \end_layout
15649
15650 \begin_layout Standard
15651 \begin_inset VSpace medskip
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \begin_layout Standard
15658 For vertically and horizontally centered multicolumn cells with a fixed
15659  width you can define the cell format
15660 \end_layout
15661
15662 \begin_layout Standard
15663
15664 \series bold
15665
15666 \backslash
15667 newcolumntype{M}[1]{>{
15668 \backslash
15669 centering
15670 \backslash
15671 hspace{0pt}}m{#1}}
15672 \end_layout
15673
15674 \begin_layout Standard
15675 where 
15676 \series bold
15677
15678 \backslash
15679 hspace{0pt}
15680 \series default
15681  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
15682
15683 \begin_inset LatexCommand ref
15684 reference "sub:Multiple-Lines-in"
15685
15686 \end_inset
15687
15688 .
15689  Now you can simply enter
15690 \end_layout
15691
15692 \begin_layout Standard
15693
15694 \series bold
15695 |M{width}
15696 \end_layout
15697
15698 \begin_layout Standard
15699 as LaTeX-argument in the table dialog to create a multicolumn.
15700 \end_layout
15701
15702 \begin_layout Standard
15703 \begin_inset VSpace bigskip
15704 \end_inset
15705
15706
15707 \end_layout
15708
15709 \begin_layout Standard
15710 For cells spanned by a multicolumn cell, you can define the format
15711 \end_layout
15712
15713 \begin_layout Standard
15714
15715 \series bold
15716
15717 \backslash
15718 newcolumntype{S}[2]{>{
15719 \backslash
15720 centering
15721 \backslash
15722 hspace{0pt}}
15723 \newline
15724
15725 \begin_inset ERT
15726 status collapsed
15727
15728 \begin_layout Standard
15729
15730
15731 \backslash
15732 phantom{
15733 \end_layout
15734
15735 \end_inset
15736
15737
15738 \backslash
15739 newcolumntype{S}[2]
15740 \begin_inset ERT
15741 status collapsed
15742
15743 \begin_layout Standard
15744
15745 }
15746 \end_layout
15747
15748 \end_inset
15749
15750 m{(#1+(2
15751 \backslash
15752 tabcolsep+
15753 \backslash
15754 arrayrulewidth)*(1-#2))/#2}}
15755 \end_layout
15756
15757 \begin_layout Standard
15758 This format uses equation 
15759 \begin_inset LatexCommand eqref
15760 reference "eq:Wgn"
15761
15762 \end_inset
15763
15764  to calculate the needed width so that each spanned cell has the same width.
15765 \end_layout
15766
15767 \begin_layout Standard
15768 You can now enter
15769 \end_layout
15770
15771 \begin_layout Standard
15772
15773 \series bold
15774 |S{width of multicolumn cell}{number of spanned columns}
15775 \end_layout
15776
15777 \begin_layout Standard
15778 as LaTeX-argument of the column.
15779 \end_layout
15780
15781 \begin_layout Standard
15782 \begin_inset VSpace bigskip
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \begin_layout Standard
15789 For colored columns, you can define
15790 \end_layout
15791
15792 \begin_layout Standard
15793
15794 \series bold
15795
15796 \backslash
15797 newcolumntype{K}[1]{>{
15798 \backslash
15799 columncolor{#1}
15800 \backslash
15801 hspace{0pt}}c}
15802 \end_layout
15803
15804 \begin_layout Standard
15805 The 
15806 \begin_inset Quotes eld
15807 \end_inset
15808
15809 c
15810 \begin_inset Quotes erd
15811 \end_inset
15812
15813  at the end creates a column with a flexible width whose text is horizontally
15814  centered.
15815  You can now enter
15816 \end_layout
15817
15818 \begin_layout Standard
15819
15820 \series bold
15821 K{color name}
15822 \end_layout
15823
15824 \begin_layout Standard
15825 as LaTeX-argument.
15826 \end_layout
15827
15828 \begin_layout Standard
15829 \begin_inset VSpace bigskip
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \begin_layout Standard
15836 To create Table\InsetSpace ~
15837
15838 \begin_inset LatexCommand ref
15839 reference "tab:Table-using-user-defined"
15840
15841 \end_inset
15842
15843  use the LaTeX-arguments
15844 \end_layout
15845
15846 \begin_layout Standard
15847
15848 \series bold
15849 |M{2.5cm}
15850 \end_layout
15851
15852 \begin_layout Standard
15853 for the first column and the multicolumn,
15854 \end_layout
15855
15856 \begin_layout Standard
15857
15858 \series bold
15859 |K{red}|
15860 \end_layout
15861
15862 \begin_layout Standard
15863 for the the last column, and
15864 \end_layout
15865
15866 \begin_layout Standard
15867
15868 \series bold
15869 |S{2.5cm}{2}
15870 \end_layout
15871
15872 \begin_layout Standard
15873 for the cells in the second column.
15874 \end_layout
15875
15876 \begin_layout Standard
15877 \begin_inset Float table
15878 placement h
15879 wide false
15880 sideways false
15881 status open
15882
15883 \begin_layout Caption
15884 \begin_inset LatexCommand label
15885 name "tab:Table-using-user-defined"
15886
15887 \end_inset
15888
15889 Table using user-defined table formats
15890 \end_layout
15891
15892 \begin_layout Standard
15893 \align center
15894 \begin_inset Tabular
15895 <lyxtabular version="3" rows="3" columns="4">
15896 <features>
15897 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15898 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15899 <column alignment="center" valignment="middle" leftline="true" width="0">
15900 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15901 <row topline="true">
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Standard
15906 verylongtablecellword
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15912 \begin_inset Text
15913
15914 \begin_layout Standard
15915 multiple lines multicolumn
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Standard
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Standard
15933 c
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 <row topline="true">
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Standard
15944 d
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Standard
15953 e
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Standard
15962 f
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Standard
15971 g
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row topline="true" bottomline="true">
15978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Standard
15982 h
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Standard
15991 i
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Standard
16000 j
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Standard
16009 k
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 </lyxtabular>
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \end_inset
16023
16024
16025 \end_layout
16026
16027 \begin_layout Subsection
16028 Line Thickness
16029 \begin_inset LatexCommand label
16030 name "sub:Line-Thickness"
16031
16032 \end_inset
16033
16034
16035 \begin_inset LatexCommand index
16036 name "Table Customization ! Line Thickness"
16037
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \begin_layout Standard
16044 The line thickness for all lines in a table can be adjusted with the length
16045  
16046 \series bold
16047
16048 \backslash
16049 arrayrulewidth
16050 \series default
16051 .
16052  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
16053 pt, like in Table\InsetSpace ~
16054
16055 \begin_inset LatexCommand ref
16056 reference "tab:Table-with-1.5"
16057
16058 \end_inset
16059
16060 , insert the command
16061 \end_layout
16062
16063 \begin_layout Standard
16064
16065 \series bold
16066
16067 \backslash
16068 setlength{
16069 \backslash
16070 arrayrulewidth}{1.5pt}
16071 \end_layout
16072
16073 \begin_layout Standard
16074 in ERT before the table or table float.
16075  The changed thickness is valid for all following tables.
16076  To use the default value again, set 
16077 \series bold
16078
16079 \backslash
16080 arrayrulewidth
16081 \series default
16082  to 0.4\InsetSpace \thinspace{}
16083 pt in ERT behind the table or table float.
16084 \end_layout
16085
16086 \begin_layout Standard
16087 \begin_inset ERT
16088 status collapsed
16089
16090 \begin_layout Standard
16091
16092
16093 \backslash
16094 setlength{
16095 \backslash
16096 arrayrulewidth}{1.5pt}
16097 \end_layout
16098
16099 \end_inset
16100
16101
16102 \begin_inset Float table
16103 wide false
16104 sideways false
16105 status open
16106
16107 \begin_layout Caption
16108 \begin_inset LatexCommand label
16109 name "tab:Table-with-1.5"
16110
16111 \end_inset
16112
16113 Table with 1.5\InsetSpace \thinspace{}
16114 pt thick lines
16115 \end_layout
16116
16117 \begin_layout Standard
16118 \align center
16119 \begin_inset Tabular
16120 <lyxtabular version="3" rows="3" columns="3">
16121 <features>
16122 <column alignment="center" valignment="top" leftline="true" width="0">
16123 <column alignment="center" valignment="top" leftline="true" width="0">
16124 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16125 <row topline="true">
16126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Standard
16130 sd
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Standard
16139
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Standard
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 </row>
16154 <row topline="true">
16155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Standard
16159
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Standard
16168 sd
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Standard
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 <row topline="true" bottomline="true">
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Standard
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Standard
16197
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Standard
16206 sd
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 </row>
16212 </lyxtabular>
16213
16214 \end_inset
16215
16216
16217 \end_layout
16218
16219 \end_inset
16220
16221
16222 \begin_inset ERT
16223 status collapsed
16224
16225 \begin_layout Standard
16226
16227
16228 \backslash
16229 setlength{
16230 \backslash
16231 arrayrulewidth}{0.4pt}
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \begin_layout Standard
16240 \begin_inset VSpace bigskip
16241 \end_inset
16242
16243 To set the line thickness to 1.5\InsetSpace \thinspace{}
16244 pt only for horizontal lines, like in Table\InsetSpace ~
16245
16246 \begin_inset LatexCommand ref
16247 reference "tab:Table-with-horizontal"
16248
16249 \end_inset
16250
16251 , insert these commands in ERT before the table or table float:
16252 \end_layout
16253
16254 \begin_layout Standard
16255
16256 \series bold
16257
16258 \backslash
16259 let
16260 \backslash
16261 myHline
16262 \backslash
16263 hline
16264 \newline
16265
16266 \backslash
16267 renewcommand{
16268 \backslash
16269 hline}
16270 \newline
16271  {
16272 \backslash
16273 noalign{
16274 \backslash
16275 global
16276 \backslash
16277 arrayrulewidth 1.5pt}
16278 \newline
16279   
16280 \backslash
16281 myHline
16282 \backslash
16283 noalign{
16284 \backslash
16285 global
16286 \backslash
16287 arrayrulewidth 0.4pt}}
16288 \end_layout
16289
16290 \begin_layout Standard
16291 To return to the default line thickness, insert this command in ERT behind
16292  the table or table float:
16293 \end_layout
16294
16295 \begin_layout Standard
16296
16297 \series bold
16298
16299 \backslash
16300 renewcommand{
16301 \backslash
16302 hline}{
16303 \backslash
16304 myHline}
16305 \end_layout
16306
16307 \begin_layout Standard
16308 \begin_inset ERT
16309 status collapsed
16310
16311 \begin_layout Standard
16312
16313
16314 \backslash
16315 let
16316 \backslash
16317 myHline
16318 \backslash
16319 hline
16320 \end_layout
16321
16322 \begin_layout Standard
16323
16324
16325 \backslash
16326 renewcommand{
16327 \backslash
16328 hline}
16329 \end_layout
16330
16331 \begin_layout Standard
16332
16333  {
16334 \backslash
16335 noalign{
16336 \backslash
16337 global
16338 \backslash
16339 arrayrulewidth 1.5pt}
16340 \end_layout
16341
16342 \begin_layout Standard
16343
16344   
16345 \backslash
16346 myHline
16347 \backslash
16348 noalign{
16349 \backslash
16350 global
16351 \backslash
16352 arrayrulewidth 0.4pt}}
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \begin_inset Float table
16359 wide false
16360 sideways false
16361 status open
16362
16363 \begin_layout Caption
16364 \begin_inset LatexCommand label
16365 name "tab:Table-with-horizontal"
16366
16367 \end_inset
16368
16369 Table with 1.5\InsetSpace \thinspace{}
16370 pt thick horizontal lines
16371 \end_layout
16372
16373 \begin_layout Standard
16374 \align center
16375 \begin_inset Tabular
16376 <lyxtabular version="3" rows="3" columns="3">
16377 <features>
16378 <column alignment="center" valignment="top" leftline="true" width="0">
16379 <column alignment="center" valignment="top" leftline="true" width="0">
16380 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16381 <row topline="true">
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Standard
16386 sd
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Standard
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Standard
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row topline="true">
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Standard
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Standard
16424 sd
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Standard
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row topline="true" bottomline="true">
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Standard
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Standard
16453
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Standard
16462 sd
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 </lyxtabular>
16469
16470 \end_inset
16471
16472
16473 \end_layout
16474
16475 \end_inset
16476
16477
16478 \begin_inset ERT
16479 status collapsed
16480
16481 \begin_layout Standard
16482
16483
16484 \backslash
16485 renewcommand{
16486 \backslash
16487 hline}{
16488 \backslash
16489 myHline}
16490 \end_layout
16491
16492 \end_inset
16493
16494
16495 \end_layout
16496
16497 \begin_layout Standard
16498 \begin_inset VSpace bigskip
16499 \end_inset
16500
16501 To set the line thickness to 1.5\InsetSpace \thinspace{}
16502 pt only for vertical lines, create the following
16503  column format in the document preamble, according to the description in
16504  section\InsetSpace ~
16505
16506 \begin_inset LatexCommand ref
16507 reference "sub:Customized-Format"
16508
16509 \end_inset
16510
16511 :
16512 \end_layout
16513
16514 \begin_layout Standard
16515
16516 \series bold
16517
16518 \backslash
16519 newcolumntype{V}{!{
16520 \backslash
16521 vrule width 1.5pt}}
16522 \end_layout
16523
16524 \begin_layout Standard
16525 For Table\InsetSpace ~
16526
16527 \begin_inset LatexCommand ref
16528 reference "tab:Table-with-vertical"
16529
16530 \end_inset
16531
16532  the LaTeX-argument
16533 \end_layout
16534
16535 \begin_layout Standard
16536
16537 \series bold
16538 VcV
16539 \end_layout
16540
16541 \begin_layout Standard
16542 was used for the last column and
16543 \end_layout
16544
16545 \begin_layout Standard
16546
16547 \series bold
16548 Vc
16549 \end_layout
16550
16551 \begin_layout Standard
16552 for the other columns.
16553 \end_layout
16554
16555 \begin_layout Standard
16556 \begin_inset Float table
16557 wide false
16558 sideways false
16559 status open
16560
16561 \begin_layout Caption
16562 \begin_inset LatexCommand label
16563 name "tab:Table-with-vertical"
16564
16565 \end_inset
16566
16567 Table with 1.5\InsetSpace \thinspace{}
16568 pt thick vertical lines
16569 \end_layout
16570
16571 \begin_layout Standard
16572 \align center
16573 \begin_inset Tabular
16574 <lyxtabular version="3" rows="3" columns="3">
16575 <features>
16576 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16577 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16578 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16579 <row topline="true">
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Standard
16584 sd
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Standard
16593
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Standard
16602
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 </row>
16608 <row topline="true">
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Standard
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Standard
16622 sd
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Standard
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row topline="true" bottomline="true">
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Standard
16642
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Standard
16651
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Standard
16660 sd
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 </row>
16666 </lyxtabular>
16667
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \begin_layout Subsection
16679 Dashed Lines
16680 \begin_inset LatexCommand index
16681 name "Table Customization ! Dashed Lines"
16682
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \begin_layout Standard
16689 \begin_inset Float table
16690 placement H
16691 wide false
16692 sideways false
16693 status open
16694
16695 \begin_layout Caption
16696 \begin_inset LatexCommand label
16697 name "tab:Table-with-dashed"
16698
16699 \end_inset
16700
16701 Table with dashed lines
16702 \end_layout
16703
16704 \begin_layout Standard
16705 \align center
16706 \begin_inset Tabular
16707 <lyxtabular version="3" rows="5" columns="5">
16708 <features>
16709 <column alignment="center" valignment="top" leftline="true" width="0">
16710 <column alignment="center" valignment="top" leftline="true" width="0">
16711 <column alignment="center" valignment="top" width="0" special=":c">
16712 <column alignment="center" valignment="top" leftline="true" width="0">
16713 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16714 <row topline="true" bottomline="true">
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Standard
16719 a
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Standard
16728 b
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Standard
16737 c
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Standard
16746 d
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Standard
16755 e
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row topline="true">
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Standard
16766 f
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Standard
16775 g
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Standard
16784 h
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Standard
16793 i
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Standard
16802 j
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 <row>
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Standard
16813 \begin_inset ERT
16814 status collapsed
16815
16816 \begin_layout Standard
16817
16818
16819 \backslash
16820 hdashline 
16821 \end_layout
16822
16823 \end_inset
16824
16825 k
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Standard
16834 l
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Standard
16843 m
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Standard
16852 n
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Standard
16861 o
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row topline="true">
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Standard
16872 \begin_inset ERT
16873 status collapsed
16874
16875 \begin_layout Standard
16876
16877
16878 \backslash
16879 cdashline{4-5}
16880 \end_layout
16881
16882 \end_inset
16883
16884 p
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Standard
16893 q
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16899 \begin_inset Text
16900
16901 \begin_layout Standard
16902 r
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16908 \begin_inset Text
16909
16910 \begin_layout Standard
16911 s
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Standard
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row topline="true" bottomline="true">
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Standard
16931 t
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Standard
16940 u
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Standard
16949 v
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Standard
16958 w
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Standard
16967 x
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 </lyxtabular>
16974
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \begin_layout Standard
16986 LyX doesn't natively support dashed lines, so you have to use ERT.
16987  As prerequisite the LaTeX-package 
16988 \series bold
16989 arydshln
16990 \series default
16991
16992 \begin_inset LatexCommand index
16993 name "LaTeX-packages ! arydshln"
16994
16995 \end_inset
16996
16997  must be loaded in the document preamble with the command
16998 \end_layout
16999
17000 \begin_layout Standard
17001
17002 \series bold
17003
17004 \backslash
17005 usepackage{arydshln}
17006 \end_layout
17007
17008 \begin_layout Standard
17009 To make a vertical line dashed, enter the colon 
17010 \begin_inset Quotes eld
17011 \end_inset
17012
17013 :
17014 \begin_inset Quotes erd
17015 \end_inset
17016
17017  together with the character for the horizontal alignment as LaTeX-argument
17018  in the table cell dialog.
17019 \end_layout
17020
17021 \begin_layout Standard
17022 For a horizontal dashed line add the command
17023 \end_layout
17024
17025 \begin_layout Standard
17026
17027 \series bold
17028
17029 \backslash
17030 hdashline
17031 \end_layout
17032
17033 \begin_layout Standard
17034 in ERT as first element of the first cell in the table row.
17035 \end_layout
17036
17037 \begin_layout Standard
17038 For dashed multicolumn lines use the command
17039 \end_layout
17040
17041 \begin_layout Standard
17042
17043 \series bold
17044
17045 \backslash
17046 cdashline{line number
17047 \series default
17048 }
17049 \end_layout
17050
17051 \begin_layout Standard
17052 in ERT as first element of the first cell in the table row.
17053  If you have for example a multicolumn spanning over columns 2 to 4 and
17054  you want to have a dashed line above, add the command
17055 \end_layout
17056
17057 \begin_layout Standard
17058
17059 \series bold
17060
17061 \backslash
17062 cdashline{2-4}
17063 \end_layout
17064
17065 \begin_layout Standard
17066 as first element of the first cell in the row of the multicolumn.
17067 \end_layout
17068
17069 \begin_layout Standard
17070 \begin_inset VSpace bigskip
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \begin_layout Standard
17077 Table\InsetSpace ~
17078
17079 \begin_inset LatexCommand ref
17080 reference "tab:Table-with-dashed"
17081
17082 \end_inset
17083
17084  was created using 
17085 \begin_inset Quotes eld
17086 \end_inset
17087
17088
17089 \series bold
17090 :c
17091 \series default
17092
17093 \begin_inset Quotes erd
17094 \end_inset
17095
17096  as LaTeX-argument of the third column.
17097  The ERT command 
17098 \series bold
17099
17100 \backslash
17101 hdashline
17102 \series default
17103  was inserted to the first cell of the third row and the the ERT command
17104 \newline
17105
17106  
17107 \series bold
17108
17109 \backslash
17110 cdashline{4-5}
17111 \series default
17112  was inserted to the first cell of the fourth row.
17113 \end_layout
17114
17115 \begin_layout Standard
17116 \begin_inset Note Greyedout
17117 status open
17118
17119 \begin_layout Standard
17120
17121 \series bold
17122 Note:
17123 \series default
17124  The used LaTeX-package 
17125 \series bold
17126 arydshln
17127 \series default
17128  is apparently not compatible with the LaTeX-package 
17129 \series bold
17130 colortbl
17131 \series default
17132
17133 \begin_inset LatexCommand index
17134 name "LaTeX-packages ! colortbl"
17135
17136 \end_inset
17137
17138  that is used for colored tables in section\InsetSpace ~
17139
17140 \begin_inset LatexCommand ref
17141 reference "sec:Colored-Tables"
17142
17143 \end_inset
17144
17145 .
17146  That means colored tables cannot have dashed lines.
17147 \end_layout
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \begin_layout Chapter
17155 Floats
17156 \begin_inset LatexCommand index
17157 name "Floats"
17158
17159 \end_inset
17160
17161
17162 \begin_inset LatexCommand label
17163 name "cha:Floats"
17164
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \begin_layout Section
17171 Introduction
17172 \begin_inset LatexCommand label
17173 name "sec:FloatIntroduction"
17174
17175 \end_inset
17176
17177
17178 \begin_inset LatexCommand index
17179 name "Floats ! Introduction"
17180
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \begin_layout Standard
17187 A float is a block of text associated with some sort of label, which doesn't
17188  have a fixed location.
17189  It can 
17190 \begin_inset Quotes eld
17191 \end_inset
17192
17193 float
17194 \begin_inset Quotes erd
17195 \end_inset
17196
17197  forward or backward a page or two, to wherever it fits best.
17198  
17199 \family sans
17200 Footnotes
17201 \family default
17202  and 
17203 \family sans
17204 Margin\InsetSpace ~
17205 Notes
17206 \family default
17207  are also floats, because they can float to the next page when there are
17208  too many notes at the page.
17209 \end_layout
17210
17211 \begin_layout Standard
17212 Floats allow a high quality layout.
17213  Images and tables can evenly be spread to the pages to avoid white space
17214  and pages without text.
17215  As the floating often destroys the context between the text and the image/table
17216 , every float can be referenced in the text.
17217  Floats are therefore numbered.
17218  Referencing is described in section\InsetSpace ~
17219
17220 \begin_inset LatexCommand ref
17221 reference "sec:Referencing-Floats"
17222
17223 \end_inset
17224
17225 .
17226 \end_layout
17227
17228 \begin_layout Standard
17229 To insert a float, use the menu 
17230 \family sans
17231 Insert\SpecialChar \menuseparator
17232 Floats
17233 \family default
17234 .
17235  This inserts a box with a label in the 
17236 \family sans
17237 Caption
17238 \family default
17239  environment
17240 \begin_inset Foot
17241 status collapsed
17242
17243 \begin_layout Standard
17244 The 
17245 \family sans
17246 Caption
17247 \family default
17248  environment is described in LyX's 
17249 \emph on
17250 Userguide
17251 \emph default
17252 .
17253 \end_layout
17254
17255 \end_inset
17256
17257  into your document.
17258  Every label ends with the character 
17259 \begin_inset Quotes eld
17260 \end_inset
17261
17262 #
17263 \begin_inset Quotes erd
17264 \end_inset
17265
17266  as placeholder for the float number in the output.
17267  The label will automatically be translated to the document language in
17268  the output.
17269  Behind the label you can insert the caption text.
17270  The image or table is inserted above or below the caption in a separate
17271  paragraph within the float.
17272  More about the caption placement is described in section\InsetSpace ~
17273
17274 \begin_inset LatexCommand ref
17275 reference "sec:Caption-Placement"
17276
17277 \end_inset
17278
17279 .
17280  To keep your LyX-document readable, you can open and close the float box
17281  by left-clicking on the box label.
17282  A closed float box looks like this: 
17283 \begin_inset Graphics
17284         filename ../clipart/floatQt4.png
17285         scale 70
17286
17287 \end_inset
17288
17289  -- a gray button with a red label.
17290 \end_layout
17291
17292 \begin_layout Standard
17293 It is recommended to insert floats as a separate paragraph to avoid possible
17294  LaTeX-errors that can occur when the surrounding text is specially formatted.
17295 \end_layout
17296
17297 \begin_layout Standard
17298 Existing figures or tables can be put into a float by marking them and then
17299  pressing the corresponding toolbar button for a new float.
17300 \end_layout
17301
17302 \begin_layout Section
17303 Float Types
17304 \end_layout
17305
17306 \begin_layout Standard
17307 Besides figure and table floats that are described in section\InsetSpace ~
17308
17309 \begin_inset LatexCommand ref
17310 reference "sec:Figure-Floats"
17311
17312 \end_inset
17313
17314  and 
17315 \begin_inset LatexCommand ref
17316 reference "sec:Table-Floats"
17317
17318 \end_inset
17319
17320 , respectively, LyX offers the float types 
17321 \series bold
17322 Algorithm
17323 \series default
17324  and 
17325 \series bold
17326 Text\InsetSpace ~
17327 Wrap\InsetSpace ~
17328 Float
17329 \series default
17330 .
17331 \end_layout
17332
17333 \begin_layout Subsection
17334 Algorithm Floats
17335 \begin_inset LatexCommand index
17336 name "Floats ! Algorithm Floats"
17337
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \begin_layout Standard
17344 \begin_inset Float algorithm
17345 placement h
17346 wide false
17347 sideways false
17348 status open
17349
17350 \begin_layout Caption
17351 \begin_inset LatexCommand label
17352 name "alg:Example-Algorithm-float"
17353
17354 \end_inset
17355
17356 Example Algorithm float
17357 \end_layout
17358
17359 \begin_layout LyX-Code
17360 for I in 1..N loop
17361 \newline
17362  Sum:= Sum + A(I); /*senseless comment*/
17363 \newline
17364 end loop
17365 \begin_inset VSpace -4mm
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \begin_layout Standard
17377 This float type is inserted with the menu 
17378 \family sans
17379 Insert\SpecialChar \menuseparator
17380 Floats\SpecialChar \menuseparator
17381 Algorithm
17382 \family default
17383 .
17384  It is used for program codes and descriptions of algorithms.
17385  A possible environment for algorithms is the 
17386 \family sans
17387 LyX-Code
17388 \family default
17389 , described in LyX's 
17390 \emph on
17391 Userguide
17392 \emph default
17393 .
17394  Algorithm\InsetSpace ~
17395
17396 \begin_inset LatexCommand ref
17397 reference "alg:Example-Algorithm-float"
17398
17399 \end_inset
17400
17401  is an example of an algorithm float where -4\InsetSpace \thinspace{}
17402 mm vertical space was added
17403  at the end of the float to have the bottom rule exactly below the last
17404  text line.
17405 \end_layout
17406
17407 \begin_layout Standard
17408 The float label is not automatically translated into the document language.
17409  If your document is not in English, you have to do this manually by adding
17410  the following line
17411 \series bold
17412  
17413 \series default
17414 to the document preamble
17415 \series bold
17416 :
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \series bold
17422
17423 \backslash
17424 floatname{algorithm}{your\InsetSpace ~
17425 name}
17426 \end_layout
17427
17428 \begin_layout Standard
17429
17430 \family sans
17431 your\InsetSpace ~
17432 name
17433 \family default
17434  is the word 
17435 \begin_inset Quotes eld
17436 \end_inset
17437
17438
17439 \emph on
17440 algorithm
17441 \emph default
17442
17443 \begin_inset Quotes erd
17444 \end_inset
17445
17446  in your language.
17447 \end_layout
17448
17449 \begin_layout Description
17450
17451 \series bold
17452 Note:
17453 \series default
17454  When the LaTeX-package 
17455 \series bold
17456 hyperref
17457 \series default
17458
17459 \begin_inset LatexCommand index
17460 name "LaTeX-packages ! hyperref"
17461
17462 \end_inset
17463
17464  is used to link cross-references to floats in the PDF-output, it must be
17465  loaded in the document preamble before the definition of floats to be able
17466  to reference floats.
17467  As LyX sets the float definition for algorithm floats automatically before
17468  the user editable part of the document preamble, you need to insert the
17469  following preamble lines 
17470 \emph on
17471 after
17472 \emph default
17473  the loading command of 
17474 \series bold
17475 hyperref
17476 \series default
17477 :
17478 \series bold
17479
17480 \begin_inset VSpace defskip
17481 \end_inset
17482
17483
17484 \newline
17485
17486 \backslash
17487 newfloat{Xalgorithm}{tbp}{loa}
17488 \newline
17489
17490 \backslash
17491 floatname{Xalgorithm}{your\InsetSpace ~
17492 name}
17493 \newline
17494
17495 \backslash
17496 newcommand{
17497 \backslash
17498 theHalgorithm}{
17499 \backslash
17500 theHXalgorithm}
17501 \newline
17502
17503 \backslash
17504 renewenvironment{algorithm}[1][tbp]
17505 \newline
17506
17507 \begin_inset ERT
17508 status collapsed
17509
17510 \begin_layout Standard
17511
17512
17513 \backslash
17514 hphantom{ }
17515 \end_layout
17516
17517 \end_inset
17518
17519 {
17520 \backslash
17521 begin{Xalgorithm}[#1]}{
17522 \backslash
17523 end{Xalgorithm}}
17524 \begin_inset VSpace defskip
17525 \end_inset
17526
17527
17528 \series default
17529
17530 \newline
17531 Where 
17532 \family sans
17533 your\InsetSpace ~
17534 name
17535 \family default
17536  is the word 
17537 \begin_inset Quotes eld
17538 \end_inset
17539
17540
17541 \emph on
17542 algorithm
17543 \emph default
17544
17545 \begin_inset Quotes erd
17546 \end_inset
17547
17548  in your language.
17549 \end_layout
17550
17551 \begin_layout Standard
17552 Algorithm floats are not by default numbered in the scheme 
17553 \begin_inset Quotes eld
17554 \end_inset
17555
17556 chapter.algorithm
17557 \begin_inset Quotes erd
17558 \end_inset
17559
17560  like it is the case for table and figure floats in many document-classes.
17561  To number algorithm floats in the same scheme, add this command to your
17562  document preamble:
17563 \end_layout
17564
17565 \begin_layout Standard
17566
17567 \series bold
17568
17569 \backslash
17570 numberwithin{algorithm}{chapter}
17571 \end_layout
17572
17573 \begin_layout Standard
17574 If you use the LaTeX-package 
17575 \series bold
17576 hyperref
17577 \series default
17578 , add this line instead 
17579 \emph on
17580 after
17581 \emph default
17582  the definition of 
17583 \family sans
17584 Xalgorithm
17585 \family default
17586  (the commands from above) to the preamble:
17587 \end_layout
17588
17589 \begin_layout Standard
17590
17591 \series bold
17592
17593 \backslash
17594 numberwithin{Xalgorithm}{chapter}
17595 \end_layout
17596
17597 \begin_layout Standard
17598 To be able to use the command 
17599 \series bold
17600
17601 \backslash
17602 numberwithin
17603 \series default
17604 , set in the tab 
17605 \family sans
17606 Math\InsetSpace ~
17607 Options
17608 \family default
17609  in the document settings the option 
17610 \family sans
17611 Use\InsetSpace ~
17612 AMS\InsetSpace ~
17613 math\InsetSpace ~
17614 package
17615 \family default
17616 .
17617 \end_layout
17618
17619 \begin_layout Subsection
17620 Text Wrap Floats
17621 \begin_inset LatexCommand index
17622 name "Floats ! Text Wrap Floats"
17623
17624 \end_inset
17625
17626
17627 \begin_inset LatexCommand label
17628 name "sub:floatflt-wrap-float"
17629
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \begin_layout Standard
17636 This float type is used if you want to 
17637 \begin_inset Quotes eld
17638 \end_inset
17639
17640 wrap
17641 \begin_inset Quotes erd
17642 \end_inset
17643
17644  text around a figure so that it only occupies some fraction of the column
17645  width.
17646  It can be inserted using the menu 
17647 \begin_inset Wrap figure
17648 placement l
17649 width "40col%"
17650 status open
17651
17652 \begin_layout Standard
17653 \begin_inset Graphics
17654         filename mobius.eps
17655         display color
17656         width 40col%
17657         rotateOrigin center
17658
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \begin_layout Caption
17665 \begin_inset LatexCommand label
17666 name "fig:This-is-a"
17667
17668 \end_inset
17669
17670 This is a wrapped figure, and this is the brilliant caption that describes
17671  it.
17672 \begin_inset VSpace medskip
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679
17680  
17681 \family sans
17682 Insert\SpecialChar \menuseparator
17683 Floats\SpecialChar \menuseparator
17684 Text\InsetSpace ~
17685 Wrap\InsetSpace ~
17686 Float
17687 \family default
17688  if the LaTeX-package 
17689 \series bold
17690 floatflt
17691 \series default
17692
17693 \begin_inset LatexCommand index
17694 name "LaTeX-packages ! floatflt"
17695
17696 \end_inset
17697
17698  is installed.
17699 \begin_inset Foot
17700 status collapsed
17701
17702 \begin_layout Standard
17703 Installing a LaTeX-package is explained it in the 
17704 \emph on
17705 LaTeX\InsetSpace ~
17706 Configuration
17707 \emph default
17708  manual.
17709 \end_layout
17710
17711 \end_inset
17712
17713  The width and placement of the float is adjusted by right-clicking on the
17714  float box.
17715  Figure\InsetSpace ~
17716
17717 \begin_inset LatexCommand ref
17718 reference "fig:This-is-a"
17719
17720 \end_inset
17721
17722  is an example text wrap float with a width of 40
17723 \begin_inset Formula $\,$
17724 \end_inset
17725
17726 col%.
17727 \begin_inset Foot
17728 status collapsed
17729
17730 \begin_layout Standard
17731 Available units are explained in 
17732 \begin_inset LatexCommand ref
17733 reference "cha:Units-available-in"
17734
17735 \end_inset
17736
17737 .
17738 \end_layout
17739
17740 \end_inset
17741
17742  Some space was added under the caption to separate it better from the surroundi
17743 ng text.
17744 \end_layout
17745
17746 \begin_layout Standard
17747 The LaTeX-package 
17748 \series bold
17749 floatflt
17750 \series default
17751  also supports table wrap floats, but they are not yet supported by LyX.
17752  If you need this, read the documentation of 
17753 \series bold
17754 floatflt
17755 \series default
17756  
17757 \begin_inset LatexCommand cite
17758 key "floatflt"
17759
17760 \end_inset
17761
17762 .
17763 \end_layout
17764
17765 \begin_layout Standard
17766 \begin_inset Note Greyedout
17767 status open
17768
17769 \begin_layout Standard
17770
17771 \series bold
17772 Note:
17773 \series default
17774  Text\InsetSpace ~
17775 wrap float floats are fragile! E.\InsetSpace \thinspace{}
17776 g.\InsetSpace ~
17777 having a figure too close to the bottom
17778  of the page can mess things up in the way that the float doesn't appear
17779  in the output or that it is placed over some other text.
17780 \begin_inset Foot
17781 status open
17782
17783 \begin_layout Standard
17784 The better solution is to use the LaTeX-package 
17785 \series bold
17786 wrapfig
17787 \series default
17788
17789 \begin_inset LatexCommand index
17790 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
17791
17792 \end_inset
17793
17794  instead of 
17795 \series bold
17796 floatflt
17797 \series default
17798 , but it is currently not supported by LyX.
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \end_inset
17807
17808
17809 \end_layout
17810
17811 \begin_layout Standard
17812 In general:
17813 \end_layout
17814
17815 \begin_layout Itemize
17816 Wrap floats should not be placed in paragraphs that run over a page break.
17817  That means that wrap floats should better be inserted to the exact place
17818  when the document is nearly ready and you are able to estimate where page
17819  breaks will appear.
17820 \end_layout
17821
17822 \begin_layout Itemize
17823 Wrap floats should either be placed in an own paragraph before the paragraph
17824  where they should wrap into or within a paragraph.
17825 \end_layout
17826
17827 \begin_layout Itemize
17828 Wrap floats in consecutive paragraphs may cause troubles, so assure that
17829  there is a text paragraph between them as separator.
17830 \end_layout
17831
17832 \begin_layout Itemize
17833 Wrap floats are not allowed in section headings or tables.
17834 \end_layout
17835
17836 \begin_layout Section
17837 Referencing Floats
17838 \begin_inset LatexCommand label
17839 name "sec:Referencing-Floats"
17840
17841 \end_inset
17842
17843
17844 \begin_inset LatexCommand index
17845 name "Floats ! References"
17846
17847 \end_inset
17848
17849
17850 \begin_inset LatexCommand index
17851 name "References"
17852
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \begin_layout Standard
17859 To reference a float, insert a label into its caption using the menu 
17860 \family sans
17861 Insert\SpecialChar \menuseparator
17862 Label
17863 \family default
17864  or the toolbar button 
17865 \begin_inset Graphics
17866         filename ../images/label-insert.xpm
17867         scale 85
17868
17869 \end_inset
17870
17871 .
17872  A grey label box like this one: 
17873 \begin_inset Graphics
17874         filename ../clipart/labelQt4.png
17875         scale 85
17876
17877 \end_inset
17878
17879  will be inserted and the label window pops up asking for the label text.
17880  LyX offers as text the first words of the caption with a prefix.
17881  The prefix depends on the float type, e.\InsetSpace \thinspace{}
17882 g.\InsetSpace ~
17883 for figure floats the prefix will
17884  be "
17885 \family sans
17886 fig:
17887 \family default
17888 ".
17889 \end_layout
17890
17891 \begin_layout Standard
17892 The label is used as anchor and name for the reference.
17893  You can refer to the label using the menu 
17894 \family sans
17895 Insert\SpecialChar \menuseparator
17896 Cross-reference
17897 \family default
17898  or the toolbar button 
17899 \begin_inset Graphics
17900         filename ../images/dialog-show-new-inset_ref.xpm
17901         scale 85
17902
17903 \end_inset
17904
17905 .
17906  A grey cross-reference box like this one: 
17907 \begin_inset Graphics
17908         filename ../clipart/referenceQt4.png
17909         scale 85
17910
17911 \end_inset
17912
17913  will be inserted and the cross-reference window appear showing all labels
17914  of the document.
17915  If you have multiple LyX-documents opened, choose the one you are working
17916  on from the drop-list at the top of the dialog.
17917  You can now sort the labels alphabetically and then choose one.
17918  At the position of the cross-reference box the float number will appear
17919  in the output.
17920 \end_layout
17921
17922 \begin_layout Standard
17923 It is recommended to use a protected space between the cross-reference name
17924  and its number to avoid line breaks between them.
17925  If a cross-reference refers to a non-existing label, you will see two question
17926  marks in the output instead of the reference.
17927 \end_layout
17928
17929 \begin_layout Standard
17930 You can change labels at any time by clicking on the label box.
17931  References to the changed label will automatically change its link to the
17932  new label text, so that you don't need to take care about this.
17933 \end_layout
17934
17935 \begin_layout Standard
17936 The button 
17937 \family sans
17938 Go\InsetSpace ~
17939 to\InsetSpace ~
17940 Label
17941 \family default
17942  in the cross-reference window sets the cursor before the referred label.
17943  The button text changes then to Go\InsetSpace ~
17944 Back and you can use it to set the cursor
17945  back to the cross-reference.
17946  Right-clicking on a cross-reference box also sets the cursor before the
17947  referenced label but without a possibility to go back.
17948 \end_layout
17949
17950 \begin_layout Subsection
17951 Cross-reference formats
17952 \begin_inset LatexCommand label
17953 name "sub:Cross-reference-formats"
17954
17955 \end_inset
17956
17957
17958 \begin_inset LatexCommand index
17959 name "References ! Formats"
17960
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \begin_layout Standard
17967 There are six varieties of cross-references:
17968 \end_layout
17969
17970 \begin_layout Description
17971 <reference>: prints the float number, this is the default: 
17972 \begin_inset LatexCommand ref
17973 reference "fig:Two-distorted-images"
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \begin_layout Description
17981 (<reference>): prints the float number within two parentheses, this is the
17982  style normally used to reference formulas, especially when the reference
17983  name 
17984 \begin_inset Quotes eld
17985 \end_inset
17986
17987 Equation
17988 \begin_inset Quotes erd
17989 \end_inset
17990
17991  is omitted: 
17992 \begin_inset LatexCommand eqref
17993 reference "eq:Wgn"
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \begin_layout Description
18001 <page>: prints the page number: Page\InsetSpace ~
18002
18003 \begin_inset LatexCommand pageref
18004 reference "fig:Two-distorted-images"
18005
18006 \end_inset
18007
18008
18009 \end_layout
18010
18011 \begin_layout Description
18012 on\InsetSpace ~
18013 page\InsetSpace ~
18014 <page>: prints the text "on page" and the page number: 
18015 \begin_inset LatexCommand vpageref
18016 reference "fig:Two-distorted-images"
18017
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \begin_layout Description
18024 <reference>\InsetSpace ~
18025 on\InsetSpace ~
18026 page\InsetSpace ~
18027 <page>: prints the float number, the text "on page", and
18028  the page number: 
18029 \begin_inset LatexCommand vref
18030 reference "fig:Two-distorted-images"
18031
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \begin_layout Description
18038 Formatted\InsetSpace ~
18039 reference: prints a self defined cross-reference format:
18040 \newline
18041
18042 \begin_inset LatexCommand prettyref
18043 reference "fig:Two-distorted-images"
18044
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Standard
18051 Note that the style <page> won't print the page number if the label is on
18052  the previous, the same, or the next page.
18053  You will e.\InsetSpace \thinspace{}
18054 g.\InsetSpace ~
18055 see the text 
18056 \begin_inset Quotes eld
18057 \end_inset
18058
18059
18060 \family sans
18061 on this page
18062 \family default
18063
18064 \begin_inset Quotes erd
18065 \end_inset
18066
18067  instead.
18068 \end_layout
18069
18070 \begin_layout Standard
18071 The number and current page of the referred document part in the output,
18072  is automatically calculated by LaTeX.
18073  The varieties are adjusted in the field 
18074 \family sans
18075 Format
18076 \family default
18077  of the cross-reference window, that appear when you click on the cross-referenc
18078 e box.
18079 \begin_inset VSpace bigskip
18080 \end_inset
18081
18082
18083 \end_layout
18084
18085 \begin_layout Standard
18086 To define a format for the 
18087 \family sans
18088 Formatted\InsetSpace ~
18089 reference
18090 \family default
18091  style, you have to use the following command in the document preamble:
18092 \end_layout
18093
18094 \begin_layout Standard
18095
18096 \series bold
18097
18098 \backslash
18099 newrefformat{prefix}{text}
18100 \end_layout
18101
18102 \begin_layout Standard
18103 This formatting command affects all references to labels with the same prefix.
18104  To get the format of the 
18105 \family sans
18106 Formatted\InsetSpace ~
18107 reference
18108 \family default
18109  example above, this command was used:
18110 \end_layout
18111
18112 \begin_layout Standard
18113
18114 \series bold
18115
18116 \backslash
18117 newrefformat{fig}
18118 \newline
18119
18120 \begin_inset ERT
18121 status collapsed
18122
18123 \begin_layout Standard
18124
18125
18126 \backslash
18127 hphantom{ }
18128 \end_layout
18129
18130 \end_inset
18131
18132 {Figure~float~
18133 \backslash
18134 ref{#1} printed on page~
18135 \backslash
18136 pageref{#1}}
18137 \end_layout
18138
18139 \begin_layout Standard
18140 The tilde "~" is the LaTeX equivalent for the protected space.
18141  The command 
18142 \series bold
18143
18144 \backslash
18145 ref{#1}
18146 \series default
18147  refers to the float number, the command 
18148 \series bold
18149
18150 \backslash
18151 pageref{#1}
18152 \series default
18153  to the page number.
18154 \end_layout
18155
18156 \begin_layout Subsection
18157 Automatic Reference Naming
18158 \begin_inset LatexCommand index
18159 name "References ! Automatic Reference Naming"
18160
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Standard
18167 The LaTeX-package 
18168 \series bold
18169 hyperref
18170 \series default
18171  provides a very useful feature that cross-references automatically include
18172  the name of the referenced floats (or text parts like sections).
18173  You save to write e.\InsetSpace \thinspace{}
18174 g.\InsetSpace ~
18175 the name 
18176 \begin_inset Quotes eld
18177 \end_inset
18178
18179 Figure
18180 \begin_inset Quotes erd
18181 \end_inset
18182
18183  before every reference box.
18184  To get this automatic reference naming, you have to load the LaTeX-package
18185  
18186 \series bold
18187 hyperref
18188 \series default
18189
18190 \begin_inset LatexCommand index
18191 name "LaTeX-packages ! hyperref"
18192
18193 \end_inset
18194
18195  in the document preamble with
18196 \end_layout
18197
18198 \begin_layout Standard
18199
18200 \series bold
18201
18202 \backslash
18203 usepackage[pdfborder={0 0 0}]{hyperref}
18204 \newline
18205
18206 \backslash
18207 AtBeginDocument{
18208 \backslash
18209 renewcommand{
18210 \backslash
18211 ref}[1]{
18212 \backslash
18213 mbox{
18214 \backslash
18215 autoref{#1}}}}
18216 \end_layout
18217
18218 \begin_layout Standard
18219
18220 \series bold
18221 hyperref
18222 \series default
18223  is used to link cross-references in the DVI- and PDF-output, this means
18224  that the reader of your document will be able to click on a table of content
18225  (TOC) entry or on a reference and he will be shown the referenced document
18226  part.
18227  
18228 \series bold
18229 hyperref
18230 \series default
18231  also creates PDF-bookmarks for every section of your document to make it
18232  easier for readers to navigate through the document.
18233  This is also used in this document but when you have a look in the document
18234  preamble you will find various options in the load command of 
18235 \series bold
18236 hyperref
18237 \series default
18238 .
18239  To learn more about the 
18240 \series bold
18241 hyperref
18242 \series default
18243  package, we refer to its documentation 
18244 \begin_inset LatexCommand cite
18245 key "hyperref"
18246
18247 \end_inset
18248
18249 .
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \begin_inset Note Greyedout
18254 status open
18255
18256 \begin_layout Standard
18257
18258 \series bold
18259 Note:
18260 \series default
18261  Automatic reference naming cannot be used when you use cross-references
18262  in the 
18263 \family sans
18264 Formatted\InsetSpace ~
18265 reference
18266 \family default
18267  style, described in section\InsetSpace ~
18268
18269 \begin_inset LatexCommand ref
18270 reference "sub:Cross-reference-formats"
18271
18272 \end_inset
18273
18274 .
18275  That is the reason why it is not used in this document.
18276 \end_layout
18277
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \begin_layout Subsection
18284 Reference Position
18285 \begin_inset LatexCommand label
18286 name "sub:Reference-Position"
18287
18288 \end_inset
18289
18290
18291 \begin_inset LatexCommand index
18292 name "References ! Reference Position"
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \begin_layout Standard
18300 If you use 
18301 \series bold
18302 hyperref
18303 \series default
18304
18305 \begin_inset LatexCommand index
18306 name "LaTeX-packages ! hyperref"
18307
18308 \end_inset
18309
18310  to link cross-references in the output, you will see that clicking on an
18311  image float reference jumps to the image label.
18312  The caption will be the first text part on the screen, so that you cannot
18313  see the image without scrolling.
18314  This is because the reference link anchor is placed at the position of
18315  the label.
18316  With the use of the package 
18317 \series bold
18318 hypcap
18319 \series default
18320
18321 \begin_inset LatexCommand index
18322 name "LaTeX-packages ! hypcap"
18323
18324 \end_inset
18325
18326 , which is part of the LaTeX-package 
18327 \series bold
18328 oberdiek
18329 \series default
18330
18331 \begin_inset LatexCommand index
18332 name "LaTeX-packages ! oberdiek"
18333
18334 \end_inset
18335
18336 , the link anchor is placed at the beginning of a float.
18337  To use this feature for figure floats, load 
18338 \series bold
18339 hypcap
18340 \series default
18341  in the document preamble with the line
18342 \end_layout
18343
18344 \begin_layout Standard
18345
18346 \series bold
18347
18348 \backslash
18349 usepackage[figure]{hypcap}
18350 \end_layout
18351
18352 \begin_layout Standard
18353 You can also use 
18354 \series bold
18355 hypcap
18356 \series default
18357  for all floats but this isn't recommended for stability reasons.
18358  For more informations, have a look at 
18359 \series bold
18360 hypcap
18361 \series default
18362 's manual 
18363 \begin_inset LatexCommand cite
18364 key "hypcap"
18365
18366 \end_inset
18367
18368 .
18369 \end_layout
18370
18371 \begin_layout Standard
18372 \begin_inset Note Greyedout
18373 status open
18374
18375 \begin_layout Standard
18376
18377 \series bold
18378 Note:
18379 \series default
18380  
18381 \series bold
18382 hypcap
18383 \series default
18384  must be loaded after 
18385 \series bold
18386 hyperref
18387 \series default
18388  in the document preamble.
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \begin_layout Section
18397 Float Placement
18398 \begin_inset LatexCommand label
18399 name "sec:Float-Placement"
18400
18401 \end_inset
18402
18403
18404 \begin_inset LatexCommand index
18405 name "Floats ! Placement"
18406
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \begin_layout Standard
18413 Right-clicking on a float-box opens a dialog where you can alter the placement
18414  options that LaTeX uses for positioning the float.
18415 \newline
18416 The option 
18417 \family sans
18418 Span\InsetSpace ~
18419 columns
18420 \family default
18421  is only useful for two-column documents: If you select it, the float will
18422  span across both columns on the page instead of being confined to just
18423  one.
18424 \newline
18425 The option 
18426 \family sans
18427 Rotate\InsetSpace ~
18428 sideways
18429 \family default
18430  is used to rotate floats, see section 
18431 \begin_inset LatexCommand ref
18432 reference "sec:Rotated-Floats"
18433
18434 \end_inset
18435
18436 .
18437 \end_layout
18438
18439 \begin_layout Standard
18440 You can use one ore more of the following options in the float dialog to
18441  set the placement for a particular float when you uncheck the option 
18442 \family sans
18443 Use\InsetSpace ~
18444 default\InsetSpace ~
18445 placement
18446 \family default
18447 :
18448 \end_layout
18449
18450 \begin_layout Description
18451 Here\InsetSpace ~
18452 if\InsetSpace ~
18453 possible: try to place the float on the position where it is inserted
18454 \end_layout
18455
18456 \begin_layout Description
18457 Top\InsetSpace ~
18458 of\InsetSpace ~
18459 page: try to place the float on the top of the current page
18460 \end_layout
18461
18462 \begin_layout Description
18463 Bottom\InsetSpace ~
18464 of\InsetSpace ~
18465 page: try to place the float on the bottom of the current page
18466 \end_layout
18467
18468 \begin_layout Description
18469 Page\InsetSpace ~
18470 of\InsetSpace ~
18471 floats: try to place the float on an own page 
18472 \end_layout
18473
18474 \begin_layout Standard
18475 The order of the above option is 
18476 \emph on
18477 always
18478 \emph default
18479  used by LaTeX.
18480  That means, if you use the default placement, LaTeX will first try out
18481  
18482 \family sans
18483 Here\InsetSpace ~
18484 if\InsetSpace ~
18485 possible
18486 \family default
18487 , then 
18488 \family sans
18489 Top\InsetSpace ~
18490 of\InsetSpace ~
18491 page
18492 \family default
18493 , and then the others.
18494  If you don't use the default, LaTeX will try only the checked options but
18495  in the same order.
18496  If none of the 4 placements are possible the procedure is internally repeated
18497  but it is tried to put the float on the following page.
18498 \end_layout
18499
18500 \begin_layout Standard
18501 By default, each options has its own rules:
18502 \end_layout
18503
18504 \begin_layout Labeling
18505 \labelwidthstring 00.00.0000
18506
18507 \family sans
18508 Top\InsetSpace ~
18509 of\InsetSpace ~
18510 page
18511 \family default
18512  only floats occupying less than 70\InsetSpace \thinspace{}
18513 % of the page can be placed at the top
18514  of a page (
18515 \series bold
18516
18517 \backslash
18518 topfraction
18519 \series default
18520 )
18521 \end_layout
18522
18523 \begin_layout Labeling
18524 \labelwidthstring 00.00.0000
18525
18526 \family sans
18527 Bottom\InsetSpace ~
18528 of\InsetSpace ~
18529 page
18530 \family default
18531 : only floats occupying less than 30\InsetSpace \thinspace{}
18532 % of the page can be placed at the bottom
18533  of a page.
18534  (
18535 \series bold
18536
18537 \backslash
18538 bottomfraction
18539 \series default
18540 )
18541 \end_layout
18542
18543 \begin_layout Labeling
18544 \labelwidthstring 00.00.0000
18545
18546 \family sans
18547 Page\InsetSpace ~
18548 of\InsetSpace ~
18549 floats
18550 \family default
18551 : only if more than 50\InsetSpace \thinspace{}
18552 % of the page are occupied by floats, several floats
18553  can be set together on a page.
18554  (
18555 \series bold
18556
18557 \backslash
18558 floatpagefraction
18559 \series default
18560 )
18561 \end_layout
18562
18563 \begin_layout Standard
18564 If you don't like these rules, you can ignore them by using the additional
18565  option 
18566 \family sans
18567 Ignore\InsetSpace ~
18568 LaTeX\InsetSpace ~
18569 rules
18570 \family default
18571 .
18572 \newline
18573 You can also redefine the rules with LaTeX-commands that are given in parenthese
18574 s behind the rules description above.
18575  To increase for example the often too small default of the bottom-rule
18576  to 50\InsetSpace \thinspace{}
18577 % of the page, add this line to your document preamble:
18578 \end_layout
18579
18580 \begin_layout Standard
18581
18582 \series bold
18583
18584 \backslash
18585 renewcommand{
18586 \backslash
18587 bottomfraction}{0.5}
18588 \end_layout
18589
18590 \begin_layout Standard
18591 Sometimes you might need, under all circumstances, a float to be placed
18592  exactly at the position where it is inserted.
18593  For this case you can use the option 
18594 \family sans
18595 Here\InsetSpace ~
18596 definitely
18597 \family default
18598 .
18599  Use this option very rarely and only if the document is nearly ready to
18600  be printed.
18601  Because the float is then no longer able to 
18602 \begin_inset Quotes eld
18603 \end_inset
18604
18605 float
18606 \begin_inset Quotes erd
18607 \end_inset
18608
18609  when you change your document and this will often destroy the page layout.
18610 \end_layout
18611
18612 \begin_layout Standard
18613 There are no placement options for text wrap floats, because they are always
18614  surrounded by the text of a certain paragraph.
18615 \begin_inset VSpace bigskip
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \begin_layout Standard
18622 Sometimes you have the problem that a float is placed at the top of a page
18623  while its corresponding section starts at the middle of the page, so that
18624  the reader could think the float is part of the previous section.
18625  To avoid this the LaTeX-command 
18626 \series bold
18627
18628 \backslash
18629 suppressfloats
18630 \series default
18631  can be used.
18632  It suppresses a given float placement for the page where it is inserted
18633  and can therefore be used to avoid that floats could be set before a section
18634  starts.
18635  To get this, add these commands to your document preamble:
18636 \end_layout
18637
18638 \begin_layout Standard
18639
18640 \series bold
18641
18642 \backslash
18643 let
18644 \backslash
18645 mySection
18646 \backslash
18647 section
18648 \newline
18649
18650 \backslash
18651 renewcommand{
18652 \backslash
18653 section}{
18654 \backslash
18655 suppressfloats[t]
18656 \backslash
18657 mySection}
18658 \end_layout
18659
18660 \begin_layout Standard
18661 You can define the same for all section headings, like chapters and subsections.
18662  This definition is not recommended to be used for small text parts like
18663  subsubsections because LaTeX may then have problems to find a suitable
18664  placement.
18665 \end_layout
18666
18667 \begin_layout Standard
18668 \begin_inset VSpace bigskip
18669 \end_inset
18670
18671 In some cases it is required to have all figures/tables at the end of the
18672  document.
18673  For this purpose the LaTeX-package 
18674 \series bold
18675 endfloat
18676 \series default
18677
18678 \begin_inset LatexCommand index
18679 name "LaTeX-packages ! endfloat"
18680
18681 \end_inset
18682
18683  was developed.
18684  It puts all figure and table floats at the end of the document into own
18685  sections.
18686  At the original float position a text hint like 
18687 \begin_inset Quotes eld
18688 \end_inset
18689
18690
18691 \family sans
18692 [Figure\InsetSpace ~
18693 3.2 about here.]
18694 \family default
18695
18696 \begin_inset Quotes erd
18697 \end_inset
18698
18699  is inserted.
18700  The endfloat-package is loaded in the preamble with the line
18701 \end_layout
18702
18703 \begin_layout Standard
18704
18705 \series bold
18706
18707 \backslash
18708 usepackage[options]{endfloat}
18709 \end_layout
18710
18711 \begin_layout Standard
18712 There are various package options to format the created figure/table sections.
18713  For more information we refer to the 
18714 \series bold
18715 endfloat
18716 \series default
18717  documentation 
18718 \begin_inset LatexCommand cite
18719 key "endfloat"
18720
18721 \end_inset
18722
18723 .
18724 \newline
18725
18726 \begin_inset Note Greyedout
18727 status open
18728
18729 \begin_layout Standard
18730
18731 \series bold
18732 Note: endfloat
18733 \series default
18734  doesn't provide an automatic translation for the text hint, you have to
18735  do this manually, see section\InsetSpace ~
18736 4 in 
18737 \begin_inset LatexCommand cite
18738 key "endfloat"
18739
18740 \end_inset
18741
18742 .
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \newline
18749
18750 \begin_inset Note Greyedout
18751 status open
18752
18753 \begin_layout Standard
18754
18755 \series bold
18756 Note:
18757 \series default
18758  There is currently a bug in 
18759 \series bold
18760 endfloat
18761 \series default
18762  when the caption contains a German 
18763 \begin_inset Quotes eld
18764 \end_inset
18765
18766 ß
18767 \begin_inset Quotes erd
18768 \end_inset
18769
18770 .
18771  Use in this case the command 
18772 \begin_inset Quotes eld
18773 \end_inset
18774
18775
18776 \series bold
18777
18778 \backslash
18779 ss
18780 \series default
18781
18782 \begin_inset Quotes erd
18783 \end_inset
18784
18785  in ERT instead of 
18786 \begin_inset Quotes eld
18787 \end_inset
18788
18789 ß
18790 \begin_inset Quotes erd
18791 \end_inset
18792
18793 .
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Standard
18802 \begin_inset VSpace bigskip
18803 \end_inset
18804
18805 For more details about float placements, have a look at LaTeX books, 
18806 \begin_inset LatexCommand cite
18807 key "latexcompanion,latexguide,latexbook"
18808
18809 \end_inset
18810
18811 .
18812 \end_layout
18813
18814 \begin_layout Section
18815 Rotated Floats
18816 \begin_inset LatexCommand label
18817 name "sec:Rotated-Floats"
18818
18819 \end_inset
18820
18821
18822 \begin_inset LatexCommand index
18823 name "Floats ! Rotating"
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \begin_layout Standard
18831 Especially for wide tables you might have floats rotated.
18832  To rotate a whole float including the caption, right-click on the float-box
18833  and use the option 
18834 \family sans
18835 Rotate\InsetSpace ~
18836 sideways
18837 \family default
18838 .
18839 \end_layout
18840
18841 \begin_layout Standard
18842 Rotated floats are always placed on its own page (or column, when you have
18843  a two-column document).
18844  They are normally rotated so that you can read them from the outside margin
18845  -- to the left on even pages, to the right on odd pages.
18846 \end_layout
18847
18848 \begin_layout Standard
18849 Referencing rotated floats is the same like for normal floats, the caption
18850  format is also the same: Table\InsetSpace ~
18851
18852 \begin_inset LatexCommand ref
18853 reference "tab:Rotated-table"
18854
18855 \end_inset
18856
18857  is an example of a rotated table float.
18858 \end_layout
18859
18860 \begin_layout Standard
18861 \begin_inset Note Greyedout
18862 status open
18863
18864 \begin_layout Standard
18865
18866 \series bold
18867 Note:
18868 \series default
18869  Not all DVI-viewers are able to display rotated floats.
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Standard
18878 \begin_inset Float table
18879 wide false
18880 sideways true
18881 status open
18882
18883 \begin_layout Caption
18884 \begin_inset LatexCommand label
18885 name "tab:Rotated-table"
18886
18887 \end_inset
18888
18889  Rotated table
18890 \end_layout
18891
18892 \begin_layout Standard
18893 \align center
18894 \begin_inset Tabular
18895 <lyxtabular version="3" rows="1" columns="5">
18896 <features>
18897 <column alignment="center" valignment="top" leftline="true" width="0">
18898 <column alignment="center" valignment="top" leftline="true" width="0">
18899 <column alignment="center" valignment="top" leftline="true" width="0">
18900 <column alignment="center" valignment="top" leftline="true" width="0">
18901 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18902 <row topline="true" bottomline="true">
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Standard
18907 test
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Standard
18916 b
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Standard
18925 c
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Standard
18934 d
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Standard
18943 e
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 </row>
18949 </lyxtabular>
18950
18951 \end_inset
18952
18953
18954 \end_layout
18955
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \begin_layout Section
18962 Caption Formatting
18963 \begin_inset LatexCommand index
18964 name "Caption ! Formatting"
18965
18966 \end_inset
18967
18968
18969 \begin_inset LatexCommand index
18970 name "Floats ! Caption Formatting"
18971
18972 \end_inset
18973
18974
18975 \begin_inset LatexCommand index
18976 name "LaTeX-packages ! caption"
18977
18978 \end_inset
18979
18980
18981 \begin_inset LatexCommand label
18982 name "sec:Caption-Formatting"
18983
18984 \end_inset
18985
18986
18987 \end_layout
18988
18989 \begin_layout Standard
18990 The 
18991 \family sans
18992 Caption
18993 \family default
18994  environment is the default paragraph environment for 
18995 \family sans
18996 Floats
18997 \family default
18998 .
18999  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
19000 g.\InsetSpace ~
19001
19002 \begin_inset Quotes eld
19003 \end_inset
19004
19005
19006 \family sans
19007 Figure #:
19008 \family default
19009
19010 \begin_inset Quotes erd
19011 \end_inset
19012
19013  followed by the caption text.
19014  The number sign 
19015 \begin_inset Quotes eld
19016 \end_inset
19017
19018 #
19019 \begin_inset Quotes erd
19020 \end_inset
19021
19022  is substituted in the printed output by the actual reference number.
19023  By default the label and the number are in the same font as the caption
19024  text and a colon follows the number to divide then label from the text.
19025  This caption format is not suitable for all document formats.
19026  
19027 \end_layout
19028
19029 \begin_layout Standard
19030 To change the default caption format, load the LaTeX-package 
19031 \series bold
19032 caption
19033 \series default
19034
19035 \begin_inset LatexCommand index
19036 name "LaTeX-packages ! caption"
19037
19038 \end_inset
19039
19040  in the document preamble with this line:
19041 \end_layout
19042
19043 \begin_layout Standard
19044
19045 \series bold
19046
19047 \backslash
19048 usepackage[format definition]{caption}
19049 \end_layout
19050
19051 \begin_layout Standard
19052 To have for example the label and the number in sans-serif bold font and
19053  the table captions always above the table like in this document, use the
19054  following command:
19055 \end_layout
19056
19057 \begin_layout Standard
19058
19059 \series bold
19060
19061 \backslash
19062 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19063 \end_layout
19064
19065 \begin_layout Standard
19066 You can also define different caption formats for the different float types.
19067  In this case load the 
19068 \series bold
19069 caption
19070 \series default
19071  package without format specific options and define the different formats
19072  with the help of the command
19073 \end_layout
19074
19075 \begin_layout Standard
19076
19077 \series bold
19078
19079 \backslash
19080 captionsetup[float type]{format definition}
19081 \end_layout
19082
19083 \begin_layout Standard
19084 in the document preamble.
19085  For example the caption formats of Figure\InsetSpace ~
19086
19087 \begin_inset LatexCommand ref
19088 reference "fig:This-is-an-fig"
19089
19090 \end_inset
19091
19092  and Table\InsetSpace ~
19093
19094 \begin_inset LatexCommand ref
19095 reference "tab:This-is-an-tab"
19096
19097 \end_inset
19098
19099  can be created using these commands in the document preamble:
19100 \end_layout
19101
19102 \begin_layout Standard
19103
19104 \series bold
19105
19106 \backslash
19107 usepackage[tableposition=top]{caption}
19108 \series default
19109
19110 \newline
19111
19112 \series bold
19113
19114 \backslash
19115 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
19116 \newline
19117
19118 \begin_inset ERT
19119 status collapsed
19120
19121 \begin_layout Standard
19122
19123
19124 \backslash
19125 hphantom{
19126 \backslash
19127
19128 \backslash
19129 captionsetup[figure]
19130 \backslash
19131 {}
19132 \end_layout
19133
19134 \end_inset
19135
19136  labelsep=period}
19137 \newline
19138
19139 \backslash
19140 captionsetup[table]{labelfont={bf,sf}}
19141 \end_layout
19142
19143 \begin_layout Standard
19144 For more information about the package 
19145 \series bold
19146 caption
19147 \series default
19148  we refer to its documentation 
19149 \begin_inset LatexCommand cite
19150 key "caption,caption-de"
19151
19152 \end_inset
19153
19154 .
19155 \end_layout
19156
19157 \begin_layout Standard
19158 \begin_inset VSpace bigskip
19159 \end_inset
19160
19161 If you are using a 
19162 \series bold
19163 koma-script
19164 \series default
19165
19166 \begin_inset LatexCommand index
19167 name "LaTeX-packages ! koma-script"
19168
19169 \end_inset
19170
19171  document class (
19172 \family sans
19173 article (koma-script)
19174 \family default
19175
19176 \family sans
19177 book (koma-script)
19178 \family default
19179
19180 \family sans
19181 letter (koma-script)
19182 \family default
19183 , or 
19184 \family sans
19185 report (koma-script)
19186 \family default
19187 \InsetSpace \thinspace{}
19188 ), you can alternatively to the 
19189 \series bold
19190 caption
19191 \series default
19192  package use 
19193 \series bold
19194 koma-script
19195 \series default
19196 's built-in command 
19197 \series bold
19198
19199 \backslash
19200 setkomafont
19201 \series default
19202 .
19203  For example, to have the caption label in bold, add this command to your
19204  document preamble:
19205 \end_layout
19206
19207 \begin_layout Standard
19208
19209 \series bold
19210
19211 \backslash
19212 setkomafont{captionlabel}{
19213 \backslash
19214 bfseries}
19215 \end_layout
19216
19217 \begin_layout Standard
19218 For more information about 
19219 \series bold
19220
19221 \backslash
19222 setkomafont
19223 \series default
19224  we refer to the 
19225 \series bold
19226 koma-script
19227 \series default
19228  documentation 
19229 \begin_inset LatexCommand cite
19230 key "koma-script,koma-script-de"
19231
19232 \end_inset
19233
19234 .
19235 \end_layout
19236
19237 \begin_layout Standard
19238 \begin_inset ERT
19239 status collapsed
19240
19241 \begin_layout Standard
19242
19243
19244 \backslash
19245 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19246 }
19247 \end_layout
19248
19249 \end_inset
19250
19251
19252 \begin_inset Note Note
19253 status open
19254
19255 \begin_layout Standard
19256 The caption format is changed only for this example.
19257 \end_layout
19258
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \begin_layout Standard
19265 \begin_inset Float figure
19266 placement !p
19267 wide false
19268 sideways false
19269 status open
19270
19271 \begin_layout Standard
19272 \align center
19273 \begin_inset Graphics
19274         filename mobius.eps
19275         lyxscale 50
19276         scale 50
19277
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \begin_layout Caption
19284 \begin_inset LatexCommand label
19285 name "fig:This-is-an-fig"
19286
19287 \end_inset
19288
19289 This is an example figure caption that is longer than one line to show the
19290  different caption format.
19291  Here a self-defined caption format is used.
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \begin_layout Standard
19300 \begin_inset ERT
19301 status collapsed
19302
19303 \begin_layout Standard
19304
19305
19306 \backslash
19307 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19308 on}
19309 \end_layout
19310
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \begin_layout Standard
19317 \begin_inset Float table
19318 placement !p
19319 wide false
19320 sideways false
19321 status open
19322
19323 \begin_layout Caption
19324 \begin_inset LatexCommand label
19325 name "tab:This-is-an-tab"
19326
19327 \end_inset
19328
19329 This is an example table caption that is longer than one line to show the
19330  different caption format.
19331  Here the standard caption format for tables in this document is used.
19332 \end_layout
19333
19334 \begin_layout Standard
19335 \align center
19336 \begin_inset Tabular
19337 <lyxtabular version="3" rows="1" columns="5">
19338 <features>
19339 <column alignment="center" valignment="top" leftline="true" width="0">
19340 <column alignment="center" valignment="top" leftline="true" width="0">
19341 <column alignment="center" valignment="top" leftline="true" width="0">
19342 <column alignment="center" valignment="top" leftline="true" width="0">
19343 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19344 <row topline="true" bottomline="true">
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Standard
19349 a
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Standard
19358 b
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Standard
19367 c
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Standard
19376 d
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Standard
19385 e
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 </row>
19391 </lyxtabular>
19392
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Section
19404 Caption Placement
19405 \begin_inset LatexCommand index
19406 name "Caption ! Placement"
19407
19408 \end_inset
19409
19410
19411 \begin_inset LatexCommand index
19412 name "Floats ! Caption Placement"
19413
19414 \end_inset
19415
19416
19417 \begin_inset LatexCommand label
19418 name "sec:Caption-Placement"
19419
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \begin_layout Standard
19426 The common caption placement rule is:
19427 \end_layout
19428
19429 \begin_layout Description
19430 Figure: Caption is set below the figure
19431 \end_layout
19432
19433 \begin_layout Description
19434 Table: Caption is set above the table
19435 \end_layout
19436
19437 \begin_layout Standard
19438 Having the caption above the table is unfortunately not supported in LaTeX's
19439  standard classes.
19440  That means if you are using the document classes 
19441 \family sans
19442 article
19443 \family default
19444
19445 \family sans
19446 book
19447 \family default
19448
19449 \family sans
19450 letter
19451 \family default
19452 , or 
19453 \family sans
19454 report
19455 \family default
19456  there will be no space between the caption and the table.
19457  To insert the needed space, add the following option to the load command
19458  of the LaTeX-package 
19459 \series bold
19460 caption
19461 \series default
19462  in your document preamble
19463 \begin_inset Foot
19464 status collapsed
19465
19466 \begin_layout Standard
19467 See section\InsetSpace ~
19468
19469 \begin_inset LatexCommand ref
19470 reference "sec:Caption-Formatting"
19471
19472 \end_inset
19473
19474  for more information of the package 
19475 \series bold
19476 caption
19477 \series default
19478 .
19479 \end_layout
19480
19481 \end_inset
19482
19483 :
19484 \end_layout
19485
19486 \begin_layout Standard
19487
19488 \series bold
19489 tableposition=top
19490 \end_layout
19491
19492 \begin_layout Standard
19493 If you are using a 
19494 \series bold
19495 koma-script
19496 \series default
19497
19498 \begin_inset LatexCommand index
19499 name "LaTeX-packages ! koma-script"
19500
19501 \end_inset
19502
19503  document class (
19504 \family sans
19505 article (koma-script)
19506 \family default
19507
19508 \family sans
19509 book (koma-script)
19510 \family default
19511
19512 \family sans
19513 letter (koma-script)
19514 \family default
19515 , or 
19516 \family sans
19517 report (koma-script)
19518 \family default
19519 \InsetSpace \thinspace{}
19520 ), you can alternatively to the 
19521 \series bold
19522 caption
19523 \series default
19524  package set the document class option 
19525 \series bold
19526 tablecaptionabove
19527 \series default
19528 , or you can use the environment 
19529 \family sans
19530 caption\InsetSpace ~
19531 above
19532 \family default
19533  instead of the 
19534 \family sans
19535 caption
19536 \family default
19537  environment.
19538 \end_layout
19539
19540 \begin_layout Standard
19541 \begin_inset VSpace bigskip
19542 \end_inset
19543
19544 It is also possible to set the caption beside a figure or table.
19545  To get this the LaTeX-package 
19546 \series bold
19547 sidecap
19548 \series default
19549
19550 \begin_inset LatexCommand index
19551 name "LaTeX-packages ! sidecap"
19552
19553 \end_inset
19554
19555  has to be loaded in the document preamble with the line
19556 \end_layout
19557
19558 \begin_layout Standard
19559
19560 \series bold
19561
19562 \backslash
19563 usepackage[option]{sidecap}
19564 \end_layout
19565
19566 \begin_layout Standard
19567 If you set no option, the caption is placed on the side of the outer page
19568  margin -- to the right on odd pages, to the left on even pages.
19569  You can change the placement to inner margin with the option 
19570 \series bold
19571 innercaption
19572 \series default
19573 .
19574  To force the placement always to the right or left, use the option 
19575 \series bold
19576 rightcaption
19577 \series default
19578  or 
19579 \series bold
19580 leftcaption
19581 \series default
19582 , respectively.
19583 \end_layout
19584
19585 \begin_layout Standard
19586 To place in LyX the caption of a float on the side, it is necessary to add
19587  these commands to the document preamble:
19588 \end_layout
19589
19590 \begin_layout Standard
19591
19592 \lyxline
19593
19594 \end_layout
19595
19596 \begin_layout Standard
19597
19598 \series bold
19599
19600 \backslash
19601 newcommand{
19602 \backslash
19603 TabBesBeg}{%
19604 \newline
19605
19606 \begin_inset ERT
19607 status collapsed
19608
19609 \begin_layout Standard
19610
19611
19612 \backslash
19613 hphantom{ }
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \backslash
19620 let
19621 \backslash
19622 MyTable
19623 \backslash
19624 table
19625 \newline
19626
19627 \begin_inset ERT
19628 status collapsed
19629
19630 \begin_layout Standard
19631
19632
19633 \backslash
19634 hphantom{ }
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \backslash
19641 let
19642 \backslash
19643 MyEndtable
19644 \backslash
19645 endtable
19646 \newline
19647
19648 \begin_inset ERT
19649 status collapsed
19650
19651 \begin_layout Standard
19652
19653
19654 \backslash
19655 hphantom{ }
19656 \end_layout
19657
19658 \end_inset
19659
19660
19661 \backslash
19662 renewenvironment{table}{
19663 \backslash
19664 begin{SCtable}}{
19665 \backslash
19666 end{SCtable}}}
19667 \end_layout
19668
19669 \begin_layout Standard
19670
19671 \series bold
19672
19673 \backslash
19674 newcommand{
19675 \backslash
19676 TabBesEnd}{%
19677 \newline
19678
19679 \begin_inset ERT
19680 status collapsed
19681
19682 \begin_layout Standard
19683
19684
19685 \backslash
19686 hphantom{ }
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \backslash
19693 let
19694 \backslash
19695 table
19696 \backslash
19697 MyTable
19698 \newline
19699
19700 \begin_inset ERT
19701 status collapsed
19702
19703 \begin_layout Standard
19704
19705
19706 \backslash
19707 hphantom{ }
19708 \end_layout
19709
19710 \end_inset
19711
19712
19713 \backslash
19714 let
19715 \backslash
19716 endtable
19717 \backslash
19718 MyEndtable
19719 \end_layout
19720
19721 \begin_layout Standard
19722
19723 \series bold
19724
19725 \backslash
19726 newcommand{
19727 \backslash
19728 FigBesBeg}{%
19729 \newline
19730
19731 \begin_inset ERT
19732 status collapsed
19733
19734 \begin_layout Standard
19735
19736
19737 \backslash
19738 hphantom{ }
19739 \end_layout
19740
19741 \end_inset
19742
19743
19744 \backslash
19745 let
19746 \backslash
19747 MyFigure
19748 \backslash
19749 figure
19750 \newline
19751
19752 \begin_inset ERT
19753 status collapsed
19754
19755 \begin_layout Standard
19756
19757
19758 \backslash
19759 hphantom{ }
19760 \end_layout
19761
19762 \end_inset
19763
19764
19765 \backslash
19766 let
19767 \backslash
19768 MyEndfigure
19769 \backslash
19770 endfigure
19771 \newline
19772
19773 \begin_inset ERT
19774 status collapsed
19775
19776 \begin_layout Standard
19777
19778
19779 \backslash
19780 hphantom{ }
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \backslash
19787 renewenvironment{figure}{
19788 \backslash
19789 begin{SCfigure}}{
19790 \backslash
19791 end{SCfigure}}}
19792 \end_layout
19793
19794 \begin_layout Standard
19795
19796 \series bold
19797
19798 \backslash
19799 newcommand{
19800 \backslash
19801 FigBesEnd}{%
19802 \newline
19803
19804 \begin_inset ERT
19805 status collapsed
19806
19807 \begin_layout Standard
19808
19809
19810 \backslash
19811 hphantom{ }
19812 \end_layout
19813
19814 \end_inset
19815
19816
19817 \backslash
19818 let
19819 \backslash
19820 figure
19821 \backslash
19822 MyFigure
19823 \newline
19824
19825 \begin_inset ERT
19826 status collapsed
19827
19828 \begin_layout Standard
19829
19830
19831 \backslash
19832 hphantom{ }
19833 \end_layout
19834
19835 \end_inset
19836
19837
19838 \backslash
19839 let
19840 \backslash
19841 endfigure
19842 \backslash
19843 MyEndfigure}
19844 \end_layout
19845
19846 \begin_layout Standard
19847
19848 \lyxline
19849
19850 \end_layout
19851
19852 \begin_layout Standard
19853 The commands allow you to redefine the floats so that the caption is set
19854  on the side.
19855  For figure floats use the command
19856 \end_layout
19857
19858 \begin_layout Standard
19859
19860 \series bold
19861
19862 \backslash
19863 FigBesBeg
19864 \end_layout
19865
19866 \begin_layout Standard
19867 in ERT before the float.
19868  Behind the float insert the command
19869 \end_layout
19870
19871 \begin_layout Standard
19872
19873 \series bold
19874
19875 \backslash
19876 FigBesEnd
19877 \end_layout
19878
19879 \begin_layout Standard
19880 in ERT to get back to the original float definition.
19881 \end_layout
19882
19883 \begin_layout Standard
19884 For table floats use the corresponding commands
19885 \end_layout
19886
19887 \begin_layout Standard
19888
19889 \series bold
19890
19891 \backslash
19892 TabBesBeg
19893 \series default
19894  and 
19895 \series bold
19896
19897 \backslash
19898 TabBesEnd
19899 \end_layout
19900
19901 \begin_layout Standard
19902 Figure\InsetSpace ~
19903
19904 \begin_inset LatexCommand ref
19905 reference "fig:cap-beside-fig"
19906
19907 \end_inset
19908
19909  and Table\InsetSpace ~
19910
19911 \begin_inset LatexCommand ref
19912 reference "tab:cap-beside-tab"
19913
19914 \end_inset
19915
19916  are examples where the caption is set beside.
19917 \end_layout
19918
19919 \begin_layout Standard
19920 You can see in the examples that the caption text appears at the top of
19921  the floats for table floats and at the bottom for figure floats.
19922  To change this, you can use the command
19923 \end_layout
19924
19925 \begin_layout Standard
19926
19927 \series bold
19928
19929 \backslash
19930 sidecaptionvpos{float type}{placement}
19931 \end_layout
19932
19933 \begin_layout Standard
19934 in the document preamble or in ERT before the float.
19935  The float type is either 
19936 \family sans
19937 figure
19938 \family default
19939  or 
19940 \family sans
19941 table
19942 \family default
19943 , the placement can be 
19944 \begin_inset Quotes eld
19945 \end_inset
19946
19947
19948 \family sans
19949 t
19950 \family default
19951
19952 \begin_inset Quotes erd
19953 \end_inset
19954
19955  for top, 
19956 \begin_inset Quotes eld
19957 \end_inset
19958
19959
19960 \family sans
19961 c
19962 \family default
19963
19964 \begin_inset Quotes erd
19965 \end_inset
19966
19967  for center, or 
19968 \begin_inset Quotes eld
19969 \end_inset
19970
19971
19972 \family sans
19973 b
19974 \family default
19975
19976 \begin_inset Quotes erd
19977 \end_inset
19978
19979  for bottom.
19980  To have for example the caption of figure floats vertically centered, use
19981  the command
19982 \end_layout
19983
19984 \begin_layout Standard
19985
19986 \series bold
19987
19988 \backslash
19989 sidecaptionvpos{figure}{c}
19990 \end_layout
19991
19992 \begin_layout Standard
19993 This was used for Figure\InsetSpace ~
19994
19995 \begin_inset LatexCommand ref
19996 reference "fig:cap-beside-fig-2"
19997
19998 \end_inset
19999
20000 .
20001 \end_layout
20002
20003 \begin_layout Standard
20004 \begin_inset VSpace defskip
20005 \end_inset
20006
20007 For more information about the package 
20008 \series bold
20009 sidecap
20010 \series default
20011  we refer to its documentation 
20012 \begin_inset LatexCommand cite
20013 key "sidecap"
20014
20015 \end_inset
20016
20017 .
20018 \end_layout
20019
20020 \begin_layout Standard
20021 \begin_inset Note Greyedout
20022 status open
20023
20024 \begin_layout Standard
20025
20026 \series bold
20027 Note:
20028 \series default
20029  The LaTeX-package 
20030 \series bold
20031 hypcap
20032 \series default
20033
20034 \begin_inset LatexCommand index
20035 name "LaTeX-packages ! hypcap"
20036
20037 \end_inset
20038
20039 , described in section\InsetSpace ~
20040
20041 \begin_inset LatexCommand ref
20042 reference "sub:Reference-Position"
20043
20044 \end_inset
20045
20046 , has no effect on floats with the caption set beside.
20047 \end_layout
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 \begin_inset ERT
20056 status collapsed
20057
20058 \begin_layout Standard
20059
20060
20061 \backslash
20062 FigBesBeg 
20063 \end_layout
20064
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \begin_layout Standard
20071 \begin_inset Float figure
20072 wide false
20073 sideways false
20074 status open
20075
20076 \begin_layout Standard
20077 \begin_inset Graphics
20078         filename escher-lsd.eps
20079         scale 75
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \begin_layout Caption
20087 \begin_inset LatexCommand label
20088 name "fig:cap-beside-fig"
20089
20090 \end_inset
20091
20092 This is a caption beside a figure.
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 \begin_inset ERT
20102 status collapsed
20103
20104 \begin_layout Standard
20105
20106
20107 \backslash
20108 TabBesBeg 
20109 \end_layout
20110
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \begin_layout Standard
20117 \begin_inset Float table
20118 wide false
20119 sideways false
20120 status open
20121
20122 \begin_layout Caption
20123 \begin_inset LatexCommand label
20124 name "tab:cap-beside-tab"
20125
20126 \end_inset
20127
20128 This is a caption beside a table.
20129 \end_layout
20130
20131 \begin_layout Standard
20132 \begin_inset Tabular
20133 <lyxtabular version="3" rows="4" columns="5">
20134 <features>
20135 <column alignment="center" valignment="top" leftline="true" width="0">
20136 <column alignment="center" valignment="top" leftline="true" width="0">
20137 <column alignment="center" valignment="top" leftline="true" width="0">
20138 <column alignment="center" valignment="top" leftline="true" width="0">
20139 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20140 <row topline="true">
20141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Standard
20145 a
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Standard
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Standard
20163 b
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Standard
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Standard
20181 c
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 </row>
20187 <row topline="true">
20188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Standard
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Standard
20201 d
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20207 \begin_inset Text
20208
20209 \begin_layout Standard
20210
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Standard
20219 e
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Standard
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 </row>
20234 <row topline="true">
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Standard
20239 f
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Standard
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Standard
20257 g
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Standard
20266
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Standard
20275 h
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row topline="true" bottomline="true">
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Standard
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Standard
20295 i
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Standard
20304
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Standard
20313 j
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Standard
20322
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 </lyxtabular>
20329
20330 \end_inset
20331
20332
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \begin_layout Standard
20341 \begin_inset ERT
20342 status collapsed
20343
20344 \begin_layout Standard
20345
20346
20347 \backslash
20348 TabBesEnd
20349 \end_layout
20350
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \begin_layout Standard
20357 \begin_inset ERT
20358 status collapsed
20359
20360 \begin_layout Standard
20361
20362
20363 \backslash
20364 sidecaptionvpos{figure}{c}
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \begin_inset Float figure
20371 wide false
20372 sideways false
20373 status open
20374
20375 \begin_layout Standard
20376 \begin_inset Graphics
20377         filename escher-lsd.eps
20378         scale 75
20379
20380 \end_inset
20381
20382
20383 \end_layout
20384
20385 \begin_layout Caption
20386 \begin_inset LatexCommand label
20387 name "fig:cap-beside-fig-2"
20388
20389 \end_inset
20390
20391 This is a vertically centered caption beside a figure.
20392 \end_layout
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Standard
20400 \begin_inset ERT
20401 status collapsed
20402
20403 \begin_layout Standard
20404
20405
20406 \backslash
20407 FigBesEnd
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Section
20416 Listings of Floats
20417 \begin_inset LatexCommand label
20418 name "sec:Listings-of-Floats"
20419
20420 \end_inset
20421
20422
20423 \begin_inset LatexCommand index
20424 name "Floats ! Listings"
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Standard
20432 Similar to the the table of contents where the sections of the document
20433  are listed, there are listings for all float types, like the figures of
20434  the documents.
20435  You can insert them via the 
20436 \family sans
20437 Insert\SpecialChar \menuseparator
20438 List\InsetSpace ~
20439 /\InsetSpace ~
20440 TOC
20441 \family default
20442  sub menus.
20443 \end_layout
20444
20445 \begin_layout Standard
20446 The list entries are the float captions or its short title, the float number,
20447  and the page number where they appear in the document.
20448 \end_layout
20449
20450 \begin_layout Standard
20451 You can find the list of figures and tables at the end of this document.
20452 \end_layout
20453
20454 \begin_layout Chapter
20455 Notes
20456 \end_layout
20457
20458 \begin_layout Section
20459 \begin_inset ERT
20460 status collapsed
20461
20462 \begin_layout Standard
20463
20464
20465 \backslash
20466 texorpdfstring{
20467 \end_layout
20468
20469 \end_inset
20470
20471 LyX
20472 \begin_inset ERT
20473 status collapsed
20474
20475 \begin_layout Standard
20476
20477 }{LyX}
20478 \end_layout
20479
20480 \end_inset
20481
20482  Notes
20483 \begin_inset LatexCommand label
20484 name "sec:LyX-Notes"
20485
20486 \end_inset
20487
20488
20489 \begin_inset LatexCommand index
20490 name "Notes ! LyX Notes"
20491
20492 \end_inset
20493
20494
20495 \begin_inset Note Note
20496 status collapsed
20497
20498 \begin_layout Standard
20499 The command 
20500 \backslash
20501 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
20502  are displayed wrongly in PDF-bookmarks.
20503  For more information about this, have a look at 
20504 \begin_inset LatexCommand cite
20505 key "hyperref"
20506
20507 \end_inset
20508
20509 .
20510 \end_layout
20511
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Notes are inserted with the toolbar button 
20519 \begin_inset Graphics
20520         filename ../images/note-insert.xpm
20521         scale 85
20522
20523 \end_inset
20524
20525  or the menu 
20526 \family sans
20527 Insert\SpecialChar \menuseparator
20528 Note
20529 \family default
20530 .
20531  There are three types of notes:
20532 \end_layout
20533
20534 \begin_layout Description
20535 LyX\InsetSpace ~
20536 Note This note type is for internal notes that won't appear in the output:
20537  Its note-box looks like this:
20538 \newline
20539
20540 \newline
20541
20542 \begin_inset Graphics
20543         filename ../clipart/LyXNoteImageQt4.png
20544         display none
20545         scale 85
20546
20547 \end_inset
20548
20549  
20550 \begin_inset Note Note
20551 status open
20552
20553 \begin_layout Standard
20554 This is text in a note box that doesn't appear in the output.
20555 \end_layout
20556
20557 \end_inset
20558
20559
20560 \end_layout
20561
20562 \begin_layout Description
20563 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
20564 ent, when you export the document to LaTeX via the menu 
20565 \family sans
20566 File\SpecialChar \menuseparator
20567 Export\SpecialChar \menuseparator
20568 LaTeX (pdflatex) / LaTeX (plain)
20569 \family default
20570 .
20571  Its note-box looks like this:
20572 \newline
20573
20574 \newline
20575
20576 \begin_inset Graphics
20577         filename ../clipart/CommentNoteImageQt4.png
20578         display none
20579         scale 85
20580
20581 \end_inset
20582
20583  
20584 \begin_inset Note Comment
20585 status open
20586
20587 \begin_layout Standard
20588 This is text in a note box that only appears as comment in LaTeX-files.
20589 \end_layout
20590
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \begin_layout Description
20597 Greyed\InsetSpace ~
20598 Out This note will appear in the output as grey text: Its note-box
20599  looks like this:
20600 \newline
20601
20602 \newline
20603
20604 \begin_inset Graphics
20605         filename ../clipart/GreyedOutNoteImageQt4.png
20606         display none
20607         scale 85
20608
20609 \end_inset
20610
20611
20612 \newline
20613
20614 \begin_inset ERT
20615 status collapsed
20616
20617 \begin_layout Standard
20618
20619
20620 \backslash
20621 renewenvironment{lyxgreyedout}
20622 \end_layout
20623
20624 \begin_layout Standard
20625
20626 {
20627 \backslash
20628 textcolor[gray]{0.8}
20629 \backslash
20630 bgroup}{
20631 \backslash
20632 egroup}
20633 \end_layout
20634
20635 \end_inset
20636
20637
20638 \begin_inset Note Greyedout
20639 status open
20640
20641 \begin_layout Standard
20642 This is text
20643 \begin_inset Foot
20644 status open
20645
20646 \begin_layout Standard
20647 This is an example footnote within a greyed out note.
20648 \end_layout
20649
20650 \end_inset
20651
20652  of a comment that appears in the output as grey text.
20653 \end_layout
20654
20655 \end_inset
20656
20657
20658 \begin_inset ERT
20659 status collapsed
20660
20661 \begin_layout Standard
20662
20663
20664 \backslash
20665 renewenvironment{lyxgreyedout}
20666 \end_layout
20667
20668 \begin_layout Standard
20669
20670 {
20671 \backslash
20672 textcolor{blue}
20673 \backslash
20674 bgroup}{
20675 \backslash
20676 egroup}
20677 \end_layout
20678
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \begin_layout Standard
20685 When you use the toolbar button to insert notes, a 
20686 \family sans
20687 LyX\InsetSpace ~
20688 Note
20689 \family default
20690  is inserted.
20691  You can switch between the three note types by right-clicking on the note-box.
20692  
20693 \family roman
20694 \series medium
20695 \bar no
20696 If you want to turn existing text into a note, mark it and click on the
20697  note 
20698 \family default
20699 \series default
20700 \bar default
20701 toolbar 
20702 \family roman
20703 \series medium
20704 \bar no
20705 button
20706 \family default
20707 \series default
20708 \bar default
20709 .
20710 \end_layout
20711
20712 \begin_layout Standard
20713 As you can see in the example above: The first line of greyed out notes
20714  is a bit indented and greyed out notes can have footnotes.
20715 \end_layout
20716
20717 \begin_layout Standard
20718 \begin_inset VSpace bigskip
20719 \end_inset
20720
20721 You can change the color of the greyed out notes in the preamble with the
20722  following command:
20723 \end_layout
20724
20725 \begin_layout Standard
20726
20727 \series bold
20728
20729 \backslash
20730 renewenvironment{lyxgreyedout}
20731 \newline
20732
20733 \begin_inset ERT
20734 status collapsed
20735
20736 \begin_layout Standard
20737
20738
20739 \backslash
20740 hphantom{ }
20741 \end_layout
20742
20743 \end_inset
20744
20745 {
20746 \backslash
20747 textcolor{color}
20748 \backslash
20749 bgroup}{
20750 \backslash
20751 egroup}
20752 \end_layout
20753
20754 \begin_layout Standard
20755 The available colors and the method to define own colors is explained in
20756  section\InsetSpace ~
20757
20758 \begin_inset LatexCommand ref
20759 reference "sec:Colored-Tables"
20760
20761 \end_inset
20762
20763 .
20764 \end_layout
20765
20766 \begin_layout Standard
20767 Notes that appear in blue in this document are set using greyed out notes
20768  with blue text.
20769 \end_layout
20770
20771 \begin_layout Section
20772 Footnotes
20773 \begin_inset LatexCommand label
20774 name "sec:Footnotes"
20775
20776 \end_inset
20777
20778
20779 \begin_inset LatexCommand index
20780 name "Notes ! Footnotes"
20781
20782 \end_inset
20783
20784
20785 \begin_inset LatexCommand index
20786 name "Footnotes"
20787
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \begin_layout Standard
20794 Footnotes can be inserted using the toolbar button 
20795 \begin_inset Graphics
20796         filename ../images/footnote-insert.xpm
20797         scale 85
20798
20799 \end_inset
20800
20801  or the menu 
20802 \family sans
20803 Insert\SpecialChar \menuseparator
20804 Footnote
20805 \family default
20806 .
20807  
20808 \family roman
20809 \series medium
20810 \bar no
20811 You'll see 
20812 \family default
20813 \series default
20814 \bar default
20815 then the following footnote-box: 
20816 \begin_inset Graphics
20817         filename ../clipart/footnoteQt4.png
20818         scale 80
20819
20820 \end_inset
20821
20822
20823 \family roman
20824 \series medium
20825 \bar no
20826  where you can enter the footnote text.
20827  If you want to turn existing text into a footnote, mark it and click on
20828  the footnote 
20829 \family default
20830 \series default
20831 \bar default
20832 toolbar 
20833 \family roman
20834 \series medium
20835 \bar no
20836 button
20837 \family default
20838 \series default
20839 \bar default
20840 .
20841 \end_layout
20842
20843 \begin_layout Standard
20844 Here is an example footnote:
20845 \family roman
20846 \series medium
20847 \bar no
20848
20849 \begin_inset Foot
20850 status open
20851
20852 \begin_layout Standard
20853 \begin_inset LatexCommand label
20854 name "foot:This-is-an"
20855
20856 \end_inset
20857
20858 This is an example footnote.
20859 \end_layout
20860
20861 \end_inset
20862
20863
20864 \family default
20865 \series default
20866 \bar default
20867
20868 \begin_inset ERT
20869 status collapsed
20870
20871 \begin_layout Standard
20872
20873
20874 \backslash
20875 newcounter{MyRepeatFoot}
20876 \end_layout
20877
20878 \begin_layout Standard
20879
20880
20881 \backslash
20882 setcounter{MyRepeatFoot}{
20883 \backslash
20884 thefootnote}
20885 \end_layout
20886
20887 \end_inset
20888
20889
20890 \end_layout
20891
20892 \begin_layout Standard
20893 The footnote will appear in the output as a superscript number at the text
20894  position where the footnote box is placed.
20895  The footnote text is placed at the bottom of the current page.
20896  The footnote number is calculated by LaTeX, the numbers are consecutive.
20897  It depends on your document-class, if the footnote number is reset for
20898  every chapter.
20899 \end_layout
20900
20901 \begin_layout Standard
20902 Footnotes can be referenced like floats: Insert a label into the footnote
20903  and cross-reference this label in the text as described in section\InsetSpace ~
20904
20905 \begin_inset LatexCommand ref
20906 reference "sec:Referencing-Floats"
20907
20908 \end_inset
20909
20910 .
20911 \newline
20912 This is a cross-reference of Footnote\InsetSpace ~
20913
20914 \begin_inset LatexCommand prettyref
20915 reference "foot:This-is-an"
20916
20917 \end_inset
20918
20919 .
20920 \newline
20921
20922 \begin_inset Note Greyedout
20923 status open
20924
20925 \begin_layout Standard
20926
20927 \series bold
20928 Note:
20929 \series default
20930  LyX doesn't provide a prefix for labels in footnotes, so you have to insert
20931  e.\InsetSpace \thinspace{}
20932 g.\InsetSpace ~
20933 the prefix 
20934 \family sans
20935
20936 \begin_inset Quotes eld
20937 \end_inset
20938
20939 foot:
20940 \family default
20941
20942 \begin_inset Quotes erd
20943 \end_inset
20944
20945  manually when you want to use the reference style 
20946 \family sans
20947 Formatted\InsetSpace ~
20948 reference
20949 \family default
20950 .
20951 \end_layout
20952
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \begin_layout Standard
20959 \begin_inset VSpace defskip
20960 \end_inset
20961
20962 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
20963
20964 \begin_inset LatexCommand ref
20965 reference "sec:Minipages"
20966
20967 \end_inset
20968
20969 .
20970  Footnotes within longtables are described in section\InsetSpace ~
20971
20972 \begin_inset LatexCommand ref
20973 reference "sub:Footnotes-in-Longtables"
20974
20975 \end_inset
20976
20977 .
20978 \end_layout
20979
20980 \begin_layout Standard
20981 \begin_inset VSpace defskip
20982 \end_inset
20983
20984 To create only a mark for a footnote, use the command 
20985 \series bold
20986
20987 \backslash
20988 footnotemark[number]
20989 \series default
20990  in ERT.
20991  This is used when you have the same annotation several times in a text
20992  but doesn't want to print the footnote text every time.
20993 \newline
20994 As you don't know
20995  the number of the repeating footnote while you are writing the text, you
20996  have to store its number.
20997  For the following footnote mark example, these commands were inserted in
20998  ERT behind Footnote\InsetSpace ~
20999
21000 \begin_inset LatexCommand ref
21001 reference "foot:This-is-an"
21002
21003 \end_inset
21004
21005  to store the footnote number:
21006 \end_layout
21007
21008 \begin_layout Standard
21009
21010 \series bold
21011
21012 \backslash
21013 newcounter{MyRepeatFoot}
21014 \newline
21015
21016 \backslash
21017 setcounter{MyRepeatFoot}{
21018 \backslash
21019 thefootnote}
21020 \end_layout
21021
21022 \begin_layout Standard
21023 The footnote mark was then created with this command:
21024 \end_layout
21025
21026 \begin_layout Standard
21027
21028 \series bold
21029
21030 \backslash
21031 footnotemark[
21032 \backslash
21033 theMyRepeatFoot]
21034 \end_layout
21035
21036 \begin_layout Standard
21037 Here is an example footnote mark:
21038 \family roman
21039 \series medium
21040 \bar no
21041
21042 \begin_inset ERT
21043 status collapsed
21044
21045 \begin_layout Standard
21046
21047
21048 \backslash
21049 footnotemark[
21050 \backslash
21051 theMyRepeatFoot]
21052 \end_layout
21053
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \begin_layout Subsection
21060 Footnote Numbering
21061 \begin_inset LatexCommand label
21062 name "sub:Footnote-Numbering"
21063
21064 \end_inset
21065
21066
21067 \begin_inset LatexCommand index
21068 name "Footnotes ! Numbering"
21069
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \begin_layout Standard
21076 If you want to have footnotes numbered in the scheme 
21077 \begin_inset Quotes eld
21078 \end_inset
21079
21080 chapter.footnote
21081 \begin_inset Quotes erd
21082 \end_inset
21083
21084 , add the following command to your document preamble:
21085 \end_layout
21086
21087 \begin_layout Standard
21088
21089 \series bold
21090
21091 \backslash
21092 numberwithin{footnote}{chapter}
21093 \end_layout
21094
21095 \begin_layout Standard
21096 To be able to use the command 
21097 \series bold
21098
21099 \backslash
21100 numberwithin
21101 \series default
21102 , set in the tab 
21103 \family sans
21104 Math\InsetSpace ~
21105 Options
21106 \family default
21107  in the document settings the option 
21108 \family sans
21109 Use\InsetSpace ~
21110 AMS\InsetSpace ~
21111 math\InsetSpace ~
21112 package
21113 \family default
21114 .
21115 \end_layout
21116
21117 \begin_layout Standard
21118 \begin_inset ERT
21119 status collapsed
21120
21121 \begin_layout Standard
21122
21123
21124 \backslash
21125 numberwithin{footnote}{chapter}
21126 \end_layout
21127
21128 \end_inset
21129
21130 This is another example footnote:
21131 \series bold
21132
21133 \begin_inset Foot
21134 status open
21135
21136 \begin_layout Standard
21137 This is a footnote numbered in the scheme 
21138 \begin_inset Quotes eld
21139 \end_inset
21140
21141 chapter.footnote
21142 \begin_inset Quotes erd
21143 \end_inset
21144
21145 .
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \series default
21152
21153 \begin_inset ERT
21154 status collapsed
21155
21156 \begin_layout Standard
21157
21158
21159 \backslash
21160 numberwithin{footnote}{part}
21161 \end_layout
21162
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \begin_layout Standard
21169 \begin_inset VSpace bigskip
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \begin_layout Standard
21176 To reset the footnote number back to 1 after each section
21177 \family roman
21178 , add this command to your document preamble:
21179 \end_layout
21180
21181 \begin_layout Standard
21182
21183 \series bold
21184
21185 \backslash
21186 @addtoreset{footnote}{section}
21187 \end_layout
21188
21189 \begin_layout Standard
21190 \begin_inset VSpace bigskip
21191 \end_inset
21192
21193 The following preamble command changes the footnote numbering style to small
21194  roman numerals:
21195 \end_layout
21196
21197 \begin_layout Standard
21198
21199 \series bold
21200
21201 \backslash
21202 renewcommand{
21203 \backslash
21204 thefootnote}{
21205 \backslash
21206 roman{footnote}}
21207 \end_layout
21208
21209 \begin_layout Standard
21210 \begin_inset ERT
21211 status collapsed
21212
21213 \begin_layout Standard
21214
21215
21216 \backslash
21217 renewcommand{
21218 \backslash
21219 thefootnote}{
21220 \backslash
21221 roman{footnote}}
21222 \end_layout
21223
21224 \end_inset
21225
21226  This is a footnote with roman numbering:
21227 \begin_inset Foot
21228 status open
21229
21230 \begin_layout Standard
21231 This is an example footnote with roman numbering.
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \begin_inset ERT
21238 status collapsed
21239
21240 \begin_layout Standard
21241
21242
21243 \backslash
21244 renewcommand{
21245 \backslash
21246 thefootnote}{
21247 \backslash
21248 arabic{footnote}}
21249 \end_layout
21250
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \begin_layout Standard
21257 To change the numbering style to capital roman numerals replace in the command
21258  above 
21259 \series bold
21260
21261 \backslash
21262 roman
21263 \series default
21264  by 
21265 \series bold
21266
21267 \backslash
21268 Roman
21269 \series default
21270 .
21271  To 
21272 \begin_inset Quotes eld
21273 \end_inset
21274
21275 number
21276 \begin_inset Quotes erd
21277 \end_inset
21278
21279  footnotes with capital or small Latin letters use 
21280 \series bold
21281
21282 \backslash
21283 Alph
21284 \series default
21285  or 
21286 \series bold
21287
21288 \backslash
21289 alph
21290 \series default
21291 , respectively.
21292  To 
21293 \begin_inset Quotes eld
21294 \end_inset
21295
21296 number
21297 \begin_inset Quotes erd
21298 \end_inset
21299
21300  footnotes with symbols use 
21301 \series bold
21302
21303 \backslash
21304 fnsymbol
21305 \series default
21306 .
21307 \end_layout
21308
21309 \begin_layout Standard
21310 \begin_inset Note Greyedout
21311 status open
21312
21313 \begin_layout Standard
21314
21315 \series bold
21316 Note:
21317 \series medium
21318  
21319 \series default
21320 You can only number 26 footnotes with Latin letters, because this numbering
21321  is limited to single letters.
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \newline
21328
21329 \begin_inset Note Greyedout
21330 status open
21331
21332 \begin_layout Standard
21333
21334 \series bold
21335 Note:
21336 \series default
21337  You can only number 9 footnotes with symbols.
21338 \end_layout
21339
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Standard
21346 To return to the default numbering style when you changed to another one,
21347  use 
21348 \series bold
21349
21350 \backslash
21351 arabic
21352 \series default
21353  instead of 
21354 \series bold
21355
21356 \backslash
21357 roman
21358 \series default
21359  in the command above.
21360 \end_layout
21361
21362 \begin_layout Subsection
21363 Footnote Placement
21364 \begin_inset LatexCommand index
21365 name "Footnotes ! Placement"
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \begin_layout Standard
21373 If you have several footnotes in one page, they appear without vertical
21374  space between them at the bottom of the page.
21375  To make them better readable you can e.\InsetSpace \thinspace{}
21376 g.\InsetSpace ~
21377 add 1.5\InsetSpace \thinspace{}
21378 mm space with the following
21379  preamble command:
21380 \end_layout
21381
21382 \begin_layout Standard
21383
21384 \series bold
21385
21386 \backslash
21387 let
21388 \backslash
21389 myFoot
21390 \backslash
21391 footnote
21392 \newline
21393
21394 \backslash
21395 renewcommand{
21396 \backslash
21397 footnote}[1]{
21398 \backslash
21399 myFoot{#1
21400 \backslash
21401 vspace{1.5mm}}}
21402 \end_layout
21403
21404 \begin_layout Standard
21405 \begin_inset VSpace bigskip
21406 \end_inset
21407
21408 In a two-column document the footnotes appear at the bottom of every column,
21409  see Figure\InsetSpace ~
21410
21411 \begin_inset LatexCommand ref
21412 reference "fig:Standard-footnote-placement"
21413
21414 \end_inset
21415
21416 .
21417  If the footnotes should only appear at the bottom of the right column,
21418  as in Figure\InsetSpace ~
21419
21420 \begin_inset LatexCommand ref
21421 reference "fig:Footnote-placement-in"
21422
21423 \end_inset
21424
21425 , use the LaTeX-package 
21426 \series bold
21427 ftnright
21428 \series default
21429
21430 \begin_inset LatexCommand index
21431 name "LaTeX-packages ! ftnright"
21432
21433 \end_inset
21434
21435  with this command in the document preamble:
21436 \end_layout
21437
21438 \begin_layout Standard
21439
21440 \series bold
21441
21442 \backslash
21443 usepackage{ftnright}
21444 \end_layout
21445
21446 \begin_layout Standard
21447 \begin_inset Float figure
21448 placement !h
21449 wide false
21450 sideways false
21451 status open
21452
21453 \begin_layout Standard
21454 \begin_inset ERT
21455 status collapsed
21456
21457 \begin_layout Standard
21458
21459
21460 \backslash
21461 framebox{
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \begin_inset Graphics
21468         filename ../clipart/without_fntright.pdf
21469         width 100col%
21470
21471 \end_inset
21472
21473
21474 \begin_inset ERT
21475 status collapsed
21476
21477 \begin_layout Standard
21478
21479 }
21480 \end_layout
21481
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \begin_layout Caption
21488 \begin_inset LatexCommand label
21489 name "fig:Standard-footnote-placement"
21490
21491 \end_inset
21492
21493 Standard footnote placement in two-column documents.
21494 \end_layout
21495
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 \begin_inset Float figure
21503 placement !h
21504 wide false
21505 sideways false
21506 status open
21507
21508 \begin_layout Standard
21509 \begin_inset ERT
21510 status collapsed
21511
21512 \begin_layout Standard
21513
21514
21515 \backslash
21516 framebox{
21517 \end_layout
21518
21519 \end_inset
21520
21521
21522 \begin_inset Graphics
21523         filename ../clipart/with_fntright.pdf
21524         width 100col%
21525
21526 \end_inset
21527
21528
21529 \begin_inset ERT
21530 status collapsed
21531
21532 \begin_layout Standard
21533
21534 }
21535 \end_layout
21536
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \begin_layout Caption
21543 \begin_inset LatexCommand label
21544 name "fig:Footnote-placement-in"
21545
21546 \end_inset
21547
21548 Footnote placement in two-column documents when the LaTeX-package 
21549 \series bold
21550 ftnright
21551 \series default
21552  is used.
21553 \end_layout
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Standard
21561 \begin_inset VSpace bigskip
21562 \end_inset
21563
21564 In some scientific literature it is usual to collect the footnotes and print
21565  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
21566
21567 \begin_inset LatexCommand ref
21568 reference "fig:Endnotes----footnotes"
21569
21570 \end_inset
21571
21572 .
21573  They are then so called 
21574 \begin_inset Quotes eld
21575 \end_inset
21576
21577 endnotes
21578 \begin_inset Quotes erd
21579 \end_inset
21580
21581 .
21582  To use endnotes instead of footnotes in your document, load the LaTeX-package
21583  
21584 \series bold
21585 endnotes
21586 \series default
21587
21588 \begin_inset LatexCommand index
21589 name "LaTeX-packages ! endnotes"
21590
21591 \end_inset
21592
21593  with the document preamble lines
21594 \end_layout
21595
21596 \begin_layout Standard
21597
21598 \series bold
21599
21600 \backslash
21601 usepackage{endnotes}
21602 \newline
21603
21604 \backslash
21605 let
21606 \backslash
21607 footnote
21608 \backslash
21609 endnote
21610 \end_layout
21611
21612 \begin_layout Standard
21613 To insert the collected footnotes, insert the command
21614 \end_layout
21615
21616 \begin_layout Standard
21617
21618 \series bold
21619
21620 \backslash
21621 theendnotes
21622 \end_layout
21623
21624 \begin_layout Standard
21625 in ERT at the the end of a section or chapter.
21626 \end_layout
21627
21628 \begin_layout Standard
21629 \begin_inset Float figure
21630 wide false
21631 sideways false
21632 status open
21633
21634 \begin_layout Standard
21635 \align center
21636 \begin_inset ERT
21637 status collapsed
21638
21639 \begin_layout Standard
21640
21641
21642 \backslash
21643 framebox{
21644 \end_layout
21645
21646 \end_inset
21647
21648
21649 \begin_inset Graphics
21650         filename ../clipart/endnotes.pdf
21651
21652 \end_inset
21653
21654
21655 \begin_inset ERT
21656 status collapsed
21657
21658 \begin_layout Standard
21659
21660 }
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \begin_layout Caption
21669 \begin_inset LatexCommand label
21670 name "fig:Endnotes----footnotes"
21671
21672 \end_inset
21673
21674 Endnotes -- footnotes are printed in a separate paragraph at the end of
21675  sections or chapters.
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \begin_layout Standard
21684 \begin_inset VSpace defskip
21685 \end_inset
21686
21687 The paragraph heading for the endnotes isn't automatically translated into
21688  the document language, this must be done manually.
21689  The following preamble command translate the default English name 
21690 \begin_inset Quotes eld
21691 \end_inset
21692
21693 Notes
21694 \begin_inset Quotes erd
21695 \end_inset
21696
21697  to the German translation 
21698 \begin_inset Quotes eld
21699 \end_inset
21700
21701 Anmerkungen
21702 \begin_inset Quotes erd
21703 \end_inset
21704
21705 :
21706 \end_layout
21707
21708 \begin_layout Standard
21709
21710 \series bold
21711
21712 \backslash
21713 renewcommand{
21714 \backslash
21715 notesname}{Anmerkungen}
21716 \end_layout
21717
21718 \begin_layout Standard
21719 \begin_inset VSpace defskip
21720 \end_inset
21721
21722 The numbering of endnotes can be changed like the footnote numbering as
21723  described in section\InsetSpace ~
21724
21725 \begin_inset LatexCommand ref
21726 reference "sub:Footnote-Numbering"
21727
21728 \end_inset
21729
21730 ; just replace the command 
21731 \series bold
21732
21733 \backslash
21734 thefootnote
21735 \series default
21736  by 
21737 \series bold
21738
21739 \backslash
21740 theendnote
21741 \series default
21742 .
21743  To reset the endnote number use the command 
21744 \series bold
21745
21746 \backslash
21747 @addtoreset 
21748 \series default
21749 as described in section\InsetSpace ~
21750
21751 \begin_inset LatexCommand ref
21752 reference "sub:Footnote-Numbering"
21753
21754 \end_inset
21755
21756  and replace the command parameter 
21757 \series bold
21758 footnote
21759 \series default
21760  by 
21761 \series bold
21762 endnote
21763 \series default
21764 .
21765 \end_layout
21766
21767 \begin_layout Standard
21768 To create only a mark for an endnote, use the command 
21769 \series bold
21770
21771 \backslash
21772 endnotemark[number]
21773 \series default
21774  similar to the command 
21775 \series bold
21776
21777 \backslash
21778 footnotemark
21779 \series default
21780 , described in section\InsetSpace ~
21781
21782 \begin_inset LatexCommand ref
21783 reference "sec:Footnotes"
21784
21785 \end_inset
21786
21787 .
21788 \end_layout
21789
21790 \begin_layout Standard
21791 \begin_inset VSpace bigskip
21792 \end_inset
21793
21794 Footnotes can also be placed in the page margin and the footnote text alignment
21795  can be changed, see the LaTeX-package 
21796 \series bold
21797 footmisc
21798 \series default
21799
21800 \begin_inset LatexCommand index
21801 name "LaTeX-packages ! footmisc"
21802
21803 \end_inset
21804
21805
21806 \begin_inset LatexCommand cite
21807 key "footmisc"
21808
21809 \end_inset
21810
21811  for more information about this.
21812 \end_layout
21813
21814 \begin_layout Standard
21815 For various further footnote formatting issues have a look at LaTeX-books,
21816  
21817 \begin_inset LatexCommand cite
21818 key "latexcompanion,latexguide,latexbook"
21819
21820 \end_inset
21821
21822 .
21823 \end_layout
21824
21825 \begin_layout Section
21826 Margin Notes
21827 \begin_inset LatexCommand index
21828 name "Notes ! Margin Notes"
21829
21830 \end_inset
21831
21832
21833 \end_layout
21834
21835 \begin_layout Standard
21836 Margin notes look and behave in LyX like footnotes.
21837  They are inserted via the menu 
21838 \family sans
21839 Insert\SpecialChar \menuseparator
21840 Marginal\InsetSpace ~
21841 Note
21842 \family default
21843  or the toolbar button 
21844 \begin_inset Graphics
21845         filename ../images/marginalnote-insert.xpm
21846         scale 85
21847
21848 \end_inset
21849
21850 .
21851  A
21852 \family roman
21853 \series medium
21854  
21855 \family default
21856 \series default
21857 grey
21858 \family roman
21859 \series medium
21860  box with the 
21861 \family default
21862 \series default
21863 red 
21864 \family roman
21865 \series medium
21866 label 
21867 \begin_inset Quotes eld
21868 \end_inset
21869
21870 margin
21871 \begin_inset Quotes erd
21872 \end_inset
21873
21874  appears where you can enter the text of the margin note.
21875 \end_layout
21876
21877 \begin_layout Standard
21878 At the side is an example margin note.
21879 \family roman
21880 \series medium
21881
21882 \begin_inset Marginal
21883 status open
21884
21885 \begin_layout Standard
21886 This is a margin note.
21887 \end_layout
21888
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \begin_layout Standard
21895 Margin notes appear at the right side in single-sided documents.
21896  In double-sided documents they appear in the outer margin -- left on even
21897  pages, right on odd pages.
21898  The text of margin notes is aligned opposite to the outer margin -- right-align
21899 ed when the note appears in the left margin.
21900  The first line of the margin note is placed at the position of the text
21901  line where it is inserted in the document.
21902 \end_layout
21903
21904 \begin_layout Standard
21905 \begin_inset VSpace bigskip
21906 \end_inset
21907
21908 To place the margin note in the inner margin, add the command
21909 \end_layout
21910
21911 \begin_layout Standard
21912
21913 \series bold
21914
21915 \backslash
21916 reversemarginpar
21917 \end_layout
21918
21919 \begin_layout Standard
21920 in ERT before a margin note.
21921  The new placement is valid for all following margin notes.
21922 \begin_inset ERT
21923 status collapsed
21924
21925 \begin_layout Standard
21926
21927
21928 \backslash
21929 reversemarginpar 
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \begin_inset Marginal
21936 status open
21937
21938 \begin_layout Standard
21939 This is a margin note in the inner margin.
21940 \end_layout
21941
21942 \end_inset
21943
21944
21945 \series bold
21946
21947 \newline
21948
21949 \series default
21950
21951 \begin_inset Note Greyedout
21952 status open
21953
21954 \begin_layout Standard
21955
21956 \series bold
21957 Note:
21958 \series default
21959  There is often not enough space in the inner margin so that the notes are
21960  not correctly displayed in the output.
21961 \end_layout
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \begin_layout Standard
21969 \begin_inset ERT
21970 status collapsed
21971
21972 \begin_layout Standard
21973
21974
21975 \backslash
21976 normalmarginpar 
21977 \end_layout
21978
21979 \end_inset
21980
21981 To return to the default placement insert the command
21982 \end_layout
21983
21984 \begin_layout Standard
21985
21986 \series bold
21987
21988 \backslash
21989 normalmarginpar
21990 \end_layout
21991
21992 \begin_layout Standard
21993 in ERT.
21994  
21995 \begin_inset Note Greyedout
21996 status open
21997
21998 \begin_layout Standard
21999
22000 \series bold
22001 Note:
22002 \series default
22003  The command is ignored when it is within a paragraph where also the command
22004  
22005 \series bold
22006
22007 \backslash
22008 reversemarginpar
22009 \series default
22010  is inserted.
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \begin_layout Standard
22019 \begin_inset VSpace bigskip
22020 \end_inset
22021
22022
22023 \family roman
22024 \series medium
22025
22026 \begin_inset Marginal
22027 status open
22028
22029 \begin_layout Standard
22030 AVeryLongMarginParWord that isn't hyphenated.
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \family default
22037 \series default
22038 Similar to the case described in section\InsetSpace ~
22039
22040 \begin_inset LatexCommand ref
22041 reference "sub:Multiple-Lines-in"
22042
22043 \end_inset
22044
22045 , long words cannot be hyphenated when they are the first word in a margin
22046  note.
22047  To avoid this, insert the command
22048 \end_layout
22049
22050 \begin_layout Standard
22051
22052 \series bold
22053
22054 \backslash
22055 hspace{0pt}
22056 \end_layout
22057
22058 \begin_layout Standard
22059 in ERT before the word
22060 \family roman
22061 \series medium
22062 .
22063 \begin_inset Marginal
22064 status open
22065
22066 \begin_layout Standard
22067 \begin_inset ERT
22068 status collapsed
22069
22070 \begin_layout Standard
22071
22072
22073 \backslash
22074 hspace{0pt}
22075 \end_layout
22076
22077 \end_inset
22078
22079 AVeryLongMarginParWord that is hyphenated.
22080 \end_layout
22081
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \begin_layout Standard
22088 \begin_inset VSpace bigskip
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \begin_layout Standard
22095 \begin_inset Note Greyedout
22096 status open
22097
22098 \begin_layout Standard
22099
22100 \series bold
22101 Note:
22102 \series default
22103  Margin notes can normally not be used inside tables, floats, and footnotes.
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112 This restriction can be evaded by using the LaTeX-package 
22113 \series bold
22114 marginnote
22115 \series default
22116
22117 \begin_inset LatexCommand index
22118 name "LaTeX-packages ! marginnote"
22119
22120 \end_inset
22121
22122 .
22123  By adding these two lines to your document preamble, the command used by
22124  LyX for margin notes is redefined to use the command provided by the 
22125 \series bold
22126 marginnote
22127 \series default
22128 -package:
22129 \end_layout
22130
22131 \begin_layout Standard
22132
22133 \series bold
22134
22135 \backslash
22136 usepackage{marginnote}
22137 \newline
22138
22139 \backslash
22140 let
22141 \backslash
22142 marginpar
22143 \backslash
22144 marginnote
22145 \end_layout
22146
22147 \begin_layout Standard
22148 This is also used in this document because 
22149 \series bold
22150 marginnote
22151 \series default
22152  has another useful feature: You can set a vertical offset for the note.
22153  This is often needed when too many margin notes are too close together
22154  or for a better page layout.
22155  The offset is set in LyX as ERT directly behind the margin note in the
22156  scheme
22157 \end_layout
22158
22159 \begin_layout Standard
22160
22161 \series bold
22162 [offset]
22163 \end_layout
22164
22165 \begin_layout Standard
22166 where the offset is a length with one of the units listed in Table\InsetSpace ~
22167
22168 \begin_inset LatexCommand ref
22169 reference "tab:Units"
22170
22171 \end_inset
22172
22173 .
22174  A negative value shifts the note up, a positive value shifts it down.
22175
22176 \family roman
22177 \series medium
22178  For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
22179 cm with
22180  the ERT-command 
22181 \begin_inset Quotes eld
22182 \end_inset
22183
22184
22185 \family default
22186 \series bold
22187 [-1.5cm]
22188 \family roman
22189 \series medium
22190
22191 \begin_inset Quotes erd
22192 \end_inset
22193
22194
22195 \begin_inset Marginal
22196 status open
22197
22198 \begin_layout Standard
22199 This margin note is shifted up 1.5\InsetSpace \thinspace{}
22200 cm from its original position.
22201 \end_layout
22202
22203 \end_inset
22204
22205
22206 \family default
22207 \series default
22208
22209 \begin_inset ERT
22210 status collapsed
22211
22212 \begin_layout Standard
22213
22214 [-1.5cm]
22215 \end_layout
22216
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \begin_layout Standard
22223 \begin_inset VSpace defskip
22224 \end_inset
22225
22226 With 
22227 \series bold
22228 marginnote
22229 \series default
22230  you can also change the alignment of the text in the margin note.
22231  For example the commands
22232 \end_layout
22233
22234 \begin_layout Standard
22235
22236 \series bold
22237
22238 \backslash
22239 renewcommand*{
22240 \backslash
22241 raggedleftmarginnote}{
22242 \backslash
22243 centering}
22244 \newline
22245
22246 \backslash
22247 renewcommand*{
22248 \backslash
22249 raggedrightmarginnote}{
22250 \backslash
22251 centering}
22252 \end_layout
22253
22254 \begin_layout Standard
22255 set the alignment to centered.
22256  
22257 \series bold
22258
22259 \backslash
22260 raggedleftmarginnote
22261 \series default
22262  denotes margin notes that appear at the left side.
22263 \family roman
22264 \series medium
22265
22266 \begin_inset ERT
22267 status collapsed
22268
22269 \begin_layout Standard
22270
22271
22272 \backslash
22273 renewcommand*{
22274 \backslash
22275 raggedleftmarginnote}{
22276 \backslash
22277 centering}
22278 \end_layout
22279
22280 \begin_layout Standard
22281
22282
22283 \backslash
22284 renewcommand*{
22285 \backslash
22286 raggedrightmarginnote}{
22287 \backslash
22288 centering}
22289 \end_layout
22290
22291 \end_inset
22292
22293
22294 \begin_inset Marginal
22295 status open
22296
22297 \begin_layout Standard
22298 The text of this margin note is centered.
22299 \end_layout
22300
22301 \end_inset
22302
22303  
22304 \family default
22305 \series default
22306 The default is
22307 \end_layout
22308
22309 \begin_layout Standard
22310
22311 \series bold
22312
22313 \backslash
22314 renewcommand*{
22315 \backslash
22316 raggedleftmarginnote}{
22317 \backslash
22318 raggedleft}
22319 \newline
22320
22321 \backslash
22322 renewcommand*{
22323 \backslash
22324 raggedrightmarginnote}{
22325 \backslash
22326 raggedright}
22327 \family roman
22328 \series medium
22329
22330 \begin_inset ERT
22331 status collapsed
22332
22333 \begin_layout Standard
22334
22335
22336 \backslash
22337 renewcommand*{
22338 \backslash
22339 raggedleftmarginnote}{
22340 \backslash
22341 raggedleft}
22342 \end_layout
22343
22344 \begin_layout Standard
22345
22346
22347 \backslash
22348 renewcommand*{
22349 \backslash
22350 raggedrightmarginnote}{
22351 \backslash
22352 raggedright}
22353 \end_layout
22354
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \begin_layout Standard
22361 \begin_inset VSpace defskip
22362 \end_inset
22363
22364 For the other features of 
22365 \series bold
22366 marginnote
22367 \series default
22368  we refer to its documentation 
22369 \begin_inset LatexCommand cite
22370 key "marginnote"
22371
22372 \end_inset
22373
22374 .
22375 \end_layout
22376
22377 \begin_layout Standard
22378 \begin_inset VSpace bigskip
22379 \end_inset
22380
22381 You can change the layout of margin notes by redefining its definition.
22382  To create for example a header for all margin notes with the underlined,
22383  sans-serif, and bold header text 
22384 \begin_inset Quotes eld
22385 \end_inset
22386
22387
22388 \family sans
22389 \series bold
22390 \bar under
22391 Attention!
22392 \family default
22393 \series default
22394 \bar default
22395
22396 \begin_inset Quotes erd
22397 \end_inset
22398
22399 , add this to your document preamble:
22400 \end_layout
22401
22402 \begin_layout Standard
22403
22404 \series bold
22405
22406 \backslash
22407 let
22408 \backslash
22409 myMarginpar
22410 \backslash
22411 marginpar
22412 \newline
22413
22414 \backslash
22415 renewcommand{
22416 \backslash
22417 marginpar}[1]{
22418 \backslash
22419 myMarginpar{%
22420 \newline
22421
22422 \begin_inset ERT
22423 status collapsed
22424
22425 \begin_layout Standard
22426
22427
22428 \backslash
22429 hphantom{ }
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \backslash
22436 hspace{0pt}
22437 \backslash
22438 textsf{
22439 \backslash
22440 textbf{
22441 \backslash
22442 underbar{Attention!}}}%
22443 \newline
22444
22445 \begin_inset ERT
22446 status collapsed
22447
22448 \begin_layout Standard
22449
22450
22451 \backslash
22452 hphantom{ }
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \backslash
22459 vspace{1.5mm}
22460 \backslash
22461
22462 \backslash
22463 #1}}
22464 \end_layout
22465
22466 \begin_layout Standard
22467
22468 \family roman
22469 \series medium
22470 \begin_inset ERT
22471 status collapsed
22472
22473 \begin_layout Standard
22474
22475
22476 \backslash
22477 let
22478 \backslash
22479 myMarginpar
22480 \backslash
22481 marginpar
22482 \end_layout
22483
22484 \begin_layout Standard
22485
22486
22487 \backslash
22488 renewcommand{
22489 \backslash
22490 marginpar}[1]{
22491 \backslash
22492 myMarginpar{%
22493 \end_layout
22494
22495 \begin_layout Standard
22496
22497    
22498 \backslash
22499 textsf{
22500 \backslash
22501 textbf{
22502 \backslash
22503 underbar{Attention!}}}%
22504 \end_layout
22505
22506 \begin_layout Standard
22507
22508    
22509 \backslash
22510 vspace{1.5mm}
22511 \backslash
22512
22513 \backslash
22514 #1}}
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \begin_inset Marginal
22521 status open
22522
22523 \begin_layout Standard
22524 This is a margin note with a defined heading.
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \family default
22531 \series default
22532
22533 \begin_inset ERT
22534 status collapsed
22535
22536 \begin_layout Standard
22537
22538 [-1.5cm]
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \family roman
22545 \series medium
22546
22547 \begin_inset ERT
22548 status collapsed
22549
22550 \begin_layout Standard
22551
22552
22553 \backslash
22554 renewcommand{
22555 \backslash
22556 marginpar}[1]{
22557 \backslash
22558 myMarginpar{#1}}
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \family default
22565 \series default
22566
22567 \begin_inset Note Note
22568 status open
22569
22570 \begin_layout Standard
22571 The margin note format is changed only for this example.
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \begin_layout Chapter
22580 Boxes
22581 \end_layout
22582
22583 \begin_layout Section
22584 Introduction
22585 \begin_inset LatexCommand index
22586 name "Boxes ! Introduction"
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Standard
22594 Boxes are used to format a block of text.
22595  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
22596
22597 \begin_inset LatexCommand ref
22598 reference "sec:Minipages"
22599
22600 \end_inset
22601
22602 , to frame texts, see section\InsetSpace ~
22603
22604 \begin_inset LatexCommand ref
22605 reference "sec:Framed-Boxes"
22606
22607 \end_inset
22608
22609 , to prevent words to be hyphenated, see section\InsetSpace ~
22610
22611 \begin_inset LatexCommand ref
22612 reference "sec:Prevent-Hyphenation"
22613
22614 \end_inset
22615
22616 , to align text, see section\InsetSpace ~
22617
22618 \begin_inset LatexCommand ref
22619 reference "sub:Vertical-Alignment"
22620
22621 \end_inset
22622
22623 , or to set the background color of texts, see section\InsetSpace ~
22624
22625 \begin_inset LatexCommand ref
22626 reference "sec:Colored-Boxes"
22627
22628 \end_inset
22629
22630 .
22631 \end_layout
22632
22633 \begin_layout Standard
22634 Boxes can be inserted with the menu 
22635 \family sans
22636 Insert\SpecialChar \menuseparator
22637 Box
22638 \family default
22639 .
22640  A grey box with the label 
22641 \family sans
22642 Box (Minipage)
22643 \family default
22644
22645 \begin_inset Graphics
22646         filename ../clipart/BoxInsetDefaultQt4.png
22647         scale 85
22648
22649 \end_inset
22650
22651 , will be inserted.
22652  The box type can be specified by right-clicking on the box.
22653  The appearing box dialog offers the 
22654 \family sans
22655 Inner\InsetSpace ~
22656 Box
22657 \family default
22658  types 
22659 \family sans
22660 Parbox
22661 \family default
22662  and 
22663 \family sans
22664 Minipage
22665 \family default
22666 .
22667  The type 
22668 \family sans
22669 Minipage
22670 \family default
22671  is the default for new boxes and is explained in section\InsetSpace ~
22672
22673 \begin_inset LatexCommand ref
22674 reference "sec:Minipages"
22675
22676 \end_inset
22677
22678 ; the type 
22679 \family sans
22680 Parbox
22681 \family default
22682  is described in section\InsetSpace ~
22683
22684 \begin_inset LatexCommand ref
22685 reference "sec:Parboxes"
22686
22687 \end_inset
22688
22689 .
22690 \end_layout
22691
22692 \begin_layout Standard
22693 Boxes aren't numbered and can therefore not be referenced like floats or
22694  footnotes.
22695 \end_layout
22696
22697 \begin_layout Standard
22698 \begin_inset Note Greyedout
22699 status open
22700
22701 \begin_layout Standard
22702
22703 \series bold
22704 Note:
22705 \series default
22706  Due to a bug in LyX you have to insert a protected space behind a box when
22707  you want to separate in a line the box from the following text with a space.
22708 \end_layout
22709
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset Note Greyedout
22717 status open
22718
22719 \begin_layout Standard
22720
22721 \series bold
22722 Note:
22723 \series default
22724  Boxes must not be the item in an 
22725 \family sans
22726 Itemize
22727 \family default
22728  or 
22729 \family sans
22730 Description
22731 \family default
22732  environment.
22733 \end_layout
22734
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \begin_layout Standard
22741 \begin_inset Note Greyedout
22742 status open
22743
22744 \begin_layout Standard
22745
22746 \series bold
22747 Note:
22748 \series default
22749  For an unknown reason you can only set the 
22750 \family sans
22751 Inner\InsetSpace ~
22752 Box
22753 \family default
22754  type to 
22755 \family sans
22756 None
22757 \family default
22758  when you use a framed box.
22759  Boxes without an 
22760 \family sans
22761 Inner\InsetSpace ~
22762 Box
22763 \family default
22764  type and without frames are explained in section\InsetSpace ~
22765
22766 \begin_inset LatexCommand ref
22767 reference "sec:Prevent-Hyphenation"
22768
22769 \end_inset
22770
22771 .
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Section
22780 Box Dialog
22781 \begin_inset LatexCommand label
22782 name "sec:Box-Dialog"
22783
22784 \end_inset
22785
22786
22787 \begin_inset LatexCommand index
22788 name "Boxes ! Box Dialog"
22789
22790 \end_inset
22791
22792
22793 \begin_inset LatexCommand index
22794 name "Boxes ! Alignment"
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 In the box dialog you can adjust the box geometry in the fields 
22803 \family sans
22804 Width
22805 \family default
22806  and 
22807 \family sans
22808 Height
22809 \family default
22810 .
22811  The available units for the geometry are explained in Table\InsetSpace ~
22812
22813 \begin_inset LatexCommand ref
22814 reference "tab:Units"
22815
22816 \end_inset
22817
22818 .
22819  The field 
22820 \family sans
22821 Heigth
22822 \family default
22823  offers the following additional sizes:
22824 \end_layout
22825
22826 \begin_layout Description
22827 Depth This is the plain text 
22828 \begin_inset Quotes eld
22829 \end_inset
22830
22831 height
22832 \begin_inset Quotes erd
22833 \end_inset
22834
22835 .
22836  It ignores the total depth when there are multiple text lines in the box:
22837 \newline
22838
22839 \newline
22840
22841 \newline
22842
22843 \begin_inset Box Boxed
22844 position "c"
22845 hor_pos "c"
22846 has_inner_box 1
22847 inner_pos "c"
22848 use_parbox 0
22849 width "12col%"
22850 special "none"
22851 height "1in"
22852 height_special "depth"
22853 status collapsed
22854
22855 \begin_layout Standard
22856 \align center
22857 Box height set to 1\InsetSpace \thinspace{}
22858 Depth
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \newline
22865
22866 \newline
22867
22868 \end_layout
22869
22870 \begin_layout Description
22871 Height This is the heigth of the text that is inside the box.
22872  A value of e.\InsetSpace \thinspace{}
22873 g.\InsetSpace ~
22874 2 for this size will set the box heigth to 2 times the text
22875  height: 
22876 \begin_inset Box Boxed
22877 position "c"
22878 hor_pos "c"
22879 has_inner_box 1
22880 inner_pos "c"
22881 use_parbox 0
22882 width "20col%"
22883 special "none"
22884 height "2in"
22885 height_special "height"
22886 status collapsed
22887
22888 \begin_layout Standard
22889 \align center
22890 Box height set to 2\InsetSpace \thinspace{}
22891 Height
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \begin_layout Description
22900 Total\InsetSpace ~
22901 Height This is the Height\InsetSpace \thinspace{}
22902 +\InsetSpace \thinspace{}
22903 Depth: 
22904 \begin_inset Box Boxed
22905 position "c"
22906 hor_pos "c"
22907 has_inner_box 1
22908 inner_pos "c"
22909 use_parbox 0
22910 width "20col%"
22911 special "none"
22912 height "1in"
22913 height_special "totalheight"
22914 status collapsed
22915
22916 \begin_layout Standard
22917 \align center
22918 Box height set to 1\InsetSpace \thinspace{}
22919 Total\InsetSpace ~
22920 Height
22921 \end_layout
22922
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \begin_layout Description
22929 Width This set the width of the box as heigth: 
22930 \begin_inset Box Boxed
22931 position "c"
22932 hor_pos "c"
22933 has_inner_box 1
22934 inner_pos "c"
22935 use_parbox 0
22936 width "12col%"
22937 special "none"
22938 height "1in"
22939 height_special "width"
22940 status collapsed
22941
22942 \begin_layout Standard
22943 \align center
22944 Box height set to 1\InsetSpace \thinspace{}
22945 Width
22946 \end_layout
22947
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \begin_layout Standard
22954 \begin_inset VSpace bigskip
22955 \end_inset
22956
22957 When you have chosen an 
22958 \family sans
22959 Inner\InsetSpace ~
22960 Box
22961 \family default
22962 , the vertical box alignment can be:
22963 \end_layout
22964
22965 \begin_layout Description
22966 Top This is an example text line.
22967  
22968 \begin_inset Box Boxed
22969 position "t"
22970 hor_pos "c"
22971 has_inner_box 1
22972 inner_pos "c"
22973 use_parbox 0
22974 width "12col%"
22975 special "none"
22976 height "1in"
22977 height_special "totalheight"
22978 status collapsed
22979
22980 \begin_layout Standard
22981 \align center
22982 This box is top-aligned.
22983 \end_layout
22984
22985 \end_inset
22986
22987 \InsetSpace ~
22988 This is an example text line.
22989 \end_layout
22990
22991 \begin_layout Description
22992 Middle This is an example text line.
22993  
22994 \begin_inset Box Boxed
22995 position "c"
22996 hor_pos "c"
22997 has_inner_box 1
22998 inner_pos "c"
22999 use_parbox 0
23000 width "12col%"
23001 special "none"
23002 height "1in"
23003 height_special "totalheight"
23004 status collapsed
23005
23006 \begin_layout Standard
23007 \align center
23008 This box is middle-aligned.
23009 \end_layout
23010
23011 \end_inset
23012
23013 \InsetSpace ~
23014 This is an example text line.
23015 \end_layout
23016
23017 \begin_layout Description
23018 Bottom This is an example text line.
23019  
23020 \begin_inset Box Boxed
23021 position "b"
23022 hor_pos "c"
23023 has_inner_box 1
23024 inner_pos "c"
23025 use_parbox 0
23026 width "12col%"
23027 special "none"
23028 height "1in"
23029 height_special "totalheight"
23030 status collapsed
23031
23032 \begin_layout Standard
23033 \align center
23034 This box is bottom-aligned.
23035 \end_layout
23036
23037 \end_inset
23038
23039 \InsetSpace ~
23040 This is an example text line.
23041 \end_layout
23042
23043 \begin_layout Standard
23044 The horizontal box alignment can be set via LyX's paragraph dialog when
23045  you set the box into its own paragraph.
23046 \end_layout
23047
23048 \begin_layout Standard
23049 \begin_inset VSpace bigskip
23050 \end_inset
23051
23052 When you have chosen an 
23053 \family sans
23054 Inner\InsetSpace ~
23055 Box
23056 \family default
23057 , the box content can be vertical aligned to:
23058 \end_layout
23059
23060 \begin_layout Description
23061 top This is an example text line.
23062  
23063 \begin_inset Box Boxed
23064 position "c"
23065 hor_pos "c"
23066 has_inner_box 1
23067 inner_pos "t"
23068 use_parbox 0
23069 width "12col%"
23070 special "none"
23071 height "1.5in"
23072 height_special "totalheight"
23073 status collapsed
23074
23075 \begin_layout Standard
23076 \align center
23077 This box text is top-aligned.
23078 \end_layout
23079
23080 \end_inset
23081
23082 \InsetSpace ~
23083 This is an example text line.
23084 \end_layout
23085
23086 \begin_layout Description
23087 middle This is an example text line.
23088  
23089 \begin_inset Box Boxed
23090 position "c"
23091 hor_pos "c"
23092 has_inner_box 1
23093 inner_pos "c"
23094 use_parbox 0
23095 width "12col%"
23096 special "none"
23097 height "1.5in"
23098 height_special "totalheight"
23099 status collapsed
23100
23101 \begin_layout Standard
23102 \align center
23103 This box text is middle-aligned.
23104 \end_layout
23105
23106 \end_inset
23107
23108 \InsetSpace ~
23109 This is an example text line.
23110 \end_layout
23111
23112 \begin_layout Description
23113 bottom This is an example text line.
23114  
23115 \begin_inset Box Boxed
23116 position "c"
23117 hor_pos "c"
23118 has_inner_box 1
23119 inner_pos "b"
23120 use_parbox 0
23121 width "12col%"
23122 special "none"
23123 height "1.5in"
23124 height_special "totalheight"
23125 status collapsed
23126
23127 \begin_layout Standard
23128 \align center
23129 This box text is bottom-aligned.
23130 \end_layout
23131
23132 \end_inset
23133
23134 \InsetSpace ~
23135 This is an example text line.
23136 \end_layout
23137
23138 \begin_layout Description
23139 stretch This is an example text line.
23140  
23141 \begin_inset Box Boxed
23142 position "c"
23143 hor_pos "c"
23144 has_inner_box 1
23145 inner_pos "s"
23146 use_parbox 0
23147 width "12col%"
23148 special "none"
23149 height "1.5in"
23150 height_special "totalheight"
23151 status collapsed
23152
23153 \begin_layout Standard
23154 \align center
23155 This box
23156 \end_layout
23157
23158 \begin_layout Standard
23159 \align center
23160 text is
23161 \end_layout
23162
23163 \begin_layout Standard
23164 \align center
23165 stretched.
23166 \end_layout
23167
23168 \end_inset
23169
23170 \InsetSpace ~
23171 This is an example text line.
23172 \end_layout
23173
23174 \begin_layout Standard
23175 To stretch the box content, it must consist of more than one paragraph.
23176  In the example above every text line is in an own paragraph.
23177 \end_layout
23178
23179 \begin_layout Standard
23180 \begin_inset VSpace bigskip
23181 \end_inset
23182
23183 To align the box content horizontally use LyX's paragraph dialog when If
23184  you have chosen an 
23185 \family sans
23186 Inner\InsetSpace ~
23187 Box
23188 \family default
23189 .
23190 \end_layout
23191
23192 \begin_layout Standard
23193 \align center
23194 \begin_inset Box Boxed
23195 position "c"
23196 hor_pos "c"
23197 has_inner_box 1
23198 inner_pos "s"
23199 use_parbox 0
23200 width "15col%"
23201 special "none"
23202 height "1.25in"
23203 height_special "totalheight"
23204 status collapsed
23205
23206 \begin_layout Standard
23207 \align left
23208 This box
23209 \end_layout
23210
23211 \begin_layout Standard
23212 \align center
23213 text is
23214 \end_layout
23215
23216 \begin_layout Standard
23217 \align right
23218 stretched.
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \begin_layout Standard
23227 If you haven't set an 
23228 \family sans
23229 Inner\InsetSpace ~
23230 Box
23231 \family default
23232 , you can align the box content horizontally in the box dialog.
23233 \end_layout
23234
23235 \begin_layout Standard
23236 \align center
23237 \begin_inset Box Boxed
23238 position "c"
23239 hor_pos "s"
23240 has_inner_box 0
23241 inner_pos "s"
23242 use_parbox 0
23243 width "90col%"
23244 special "none"
23245 height "1.25in"
23246 height_special "totalheight"
23247 status open
23248
23249 \begin_layout Standard
23250 \align left
23251 This box text is horizontally stretched.
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \begin_layout Section
23260 Framed Boxes
23261 \begin_inset LatexCommand label
23262 name "sec:Framed-Boxes"
23263
23264 \end_inset
23265
23266
23267 \begin_inset LatexCommand index
23268 name "Boxes ! Frames"
23269
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \begin_layout Standard
23276 The frame style of the box can be specified in the box-dialog in the drop-down
23277  list 
23278 \family sans
23279 Type
23280 \family default
23281 .
23282  The following frame types are possible:
23283 \end_layout
23284
23285 \begin_layout Description
23286 Rectangular\InsetSpace ~
23287 box This draws a rectangle frame around the box.
23288  The frame line thickness has the size of 
23289 \series bold
23290
23291 \backslash
23292 fboxrule
23293 \series default
23294 .
23295  
23296 \begin_inset Box Boxed
23297 position "c"
23298 hor_pos "c"
23299 has_inner_box 1
23300 inner_pos "c"
23301 use_parbox 0
23302 width "20col%"
23303 special "none"
23304 height "1in"
23305 height_special "totalheight"
23306 status collapsed
23307
23308 \begin_layout Standard
23309 \align center
23310 Rectangular box
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \begin_layout Description
23319 Oval\InsetSpace ~
23320 box,\InsetSpace ~
23321 thin This draws an oval frame around the box.
23322  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
23323 pt.
23324  
23325 \begin_inset Box ovalbox
23326 position "c"
23327 hor_pos "c"
23328 has_inner_box 1
23329 inner_pos "c"
23330 use_parbox 0
23331 width "20col%"
23332 special "none"
23333 height "1in"
23334 height_special "totalheight"
23335 status collapsed
23336
23337 \begin_layout Standard
23338 \align center
23339 Oval box, thin
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \begin_layout Description
23348 Oval\InsetSpace ~
23349 box,\InsetSpace ~
23350 thick This draws an oval frame around the box.
23351  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
23352 pt.
23353  
23354 \begin_inset Box Ovalbox
23355 position "c"
23356 hor_pos "c"
23357 has_inner_box 1
23358 inner_pos "c"
23359 use_parbox 0
23360 width "20col%"
23361 special "none"
23362 height "1in"
23363 height_special "totalheight"
23364 status collapsed
23365
23366 \begin_layout Standard
23367 \align center
23368 Oval box, thick
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Description
23377 Shadow\InsetSpace ~
23378 box This draws a rectangle frame with a shadow around the box.
23379  The frame line thickness has the size of 
23380 \series bold
23381
23382 \backslash
23383 fboxrule
23384 \series default
23385 , the shadow has a width of 4\InsetSpace \thinspace{}
23386 pt.
23387  
23388 \begin_inset Box Shadowbox
23389 position "c"
23390 hor_pos "c"
23391 has_inner_box 1
23392 inner_pos "c"
23393 use_parbox 0
23394 width "20col%"
23395 special "none"
23396 height "1in"
23397 height_special "totalheight"
23398 status collapsed
23399
23400 \begin_layout Standard
23401 \align center
23402 Shadow box
23403 \end_layout
23404
23405 \end_inset
23406
23407
23408 \end_layout
23409
23410 \begin_layout Description
23411 Double\InsetSpace ~
23412 box This draws a double-line rectangle frame around the box.
23413  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
23414
23415 \series bold
23416
23417 \backslash
23418 fboxrule
23419 \series default
23420 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
23421
23422 \series bold
23423
23424 \backslash
23425 fboxrule
23426 \series default
23427 .
23428  The distance between the lines is 1.5\InsetSpace \thinspace{}
23429
23430 \series bold
23431
23432 \backslash
23433 fboxrule
23434 \series default
23435 \InsetSpace \thinspace{}
23436 +\InsetSpace \thinspace{}
23437 0.5\InsetSpace \thinspace{}
23438 pt.
23439  
23440 \begin_inset Box Doublebox
23441 position "c"
23442 hor_pos "c"
23443 has_inner_box 1
23444 inner_pos "c"
23445 use_parbox 0
23446 width "20col%"
23447 special "none"
23448 height "1in"
23449 height_special "totalheight"
23450 status collapsed
23451
23452 \begin_layout Standard
23453 \align center
23454 Double box
23455 \end_layout
23456
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \begin_layout Standard
23463 \begin_inset VSpace bigskip
23464 \end_inset
23465
23466 LyX's box label will change to the used frame style when you set a frame.
23467  To be able to use the different frame styles, the LaTeX-package 
23468 \series bold
23469 fancybox
23470 \series default
23471
23472 \begin_inset LatexCommand index
23473 name "LaTeX-packages ! fancybox"
23474
23475 \end_inset
23476
23477  must be installed.
23478 \end_layout
23479
23480 \begin_layout Standard
23481 \begin_inset VSpace bigskip
23482 \end_inset
23483
23484 The default value for the size 
23485 \series bold
23486
23487 \backslash
23488 fboxrule
23489 \series default
23490  is 0.4\InsetSpace \thinspace{}
23491 pt.
23492  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
23493 g.\InsetSpace ~
23494 2\InsetSpace \thinspace{}
23495 pt:
23496 \end_layout
23497
23498 \begin_layout Standard
23499
23500 \series bold
23501
23502 \backslash
23503 setlength{
23504 \backslash
23505 fboxrule}{2pt}
23506 \end_layout
23507
23508 \begin_layout Standard
23509 \begin_inset ERT
23510 status collapsed
23511
23512 \begin_layout Standard
23513
23514
23515 \backslash
23516 setlength{
23517 \backslash
23518 fboxrule}{2pt}
23519 \end_layout
23520
23521 \end_inset
23522
23523
23524 \begin_inset Box Boxed
23525 position "c"
23526 hor_pos "c"
23527 has_inner_box 1
23528 inner_pos "c"
23529 use_parbox 0
23530 width "25col%"
23531 special "none"
23532 height "1in"
23533 height_special "totalheight"
23534 status collapsed
23535
23536 \begin_layout Standard
23537 \align center
23538 Rectangular box with 
23539 \series bold
23540
23541 \backslash
23542 fboxrule
23543 \series default
23544 \InsetSpace \thinspace{}
23545 =\InsetSpace \thinspace{}
23546 2\InsetSpace \thinspace{}
23547 pt
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \begin_inset ERT
23554 status collapsed
23555
23556 \begin_layout Standard
23557
23558
23559 \backslash
23560 setlength{
23561 \backslash
23562 fboxrule}{0.4pt}
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Standard
23571 \begin_inset VSpace bigskip
23572 \end_inset
23573
23574 The space between the frame and the box content is for all frame styles
23575  by default 3\InsetSpace \thinspace{}
23576 pt.
23577  You can change it by setting the length 
23578 \series bold
23579
23580 \backslash
23581 fboxsep
23582 \series default
23583  to another value.
23584  For example the command
23585 \end_layout
23586
23587 \begin_layout Standard
23588
23589 \series bold
23590
23591 \backslash
23592 setlength{
23593 \backslash
23594 fboxsep}{10pt}
23595 \end_layout
23596
23597 \begin_layout Standard
23598 sets the value to 10\InsetSpace \thinspace{}
23599 pt, like for the following box:
23600 \end_layout
23601
23602 \begin_layout Standard
23603 \begin_inset ERT
23604 status collapsed
23605
23606 \begin_layout Standard
23607
23608
23609 \backslash
23610 setlength{
23611 \backslash
23612 fboxsep}{10pt}
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \begin_inset Box Boxed
23619 position "c"
23620 hor_pos "c"
23621 has_inner_box 1
23622 inner_pos "c"
23623 use_parbox 0
23624 width "25col%"
23625 special "none"
23626 height "1in"
23627 height_special "totalheight"
23628 status collapsed
23629
23630 \begin_layout Standard
23631 \align center
23632 Rectangular box with 
23633 \series bold
23634
23635 \backslash
23636 fboxsep
23637 \series default
23638 \InsetSpace \thinspace{}
23639 =\InsetSpace \thinspace{}
23640 10\InsetSpace \thinspace{}
23641 pt
23642 \end_layout
23643
23644 \end_inset
23645
23646
23647 \begin_inset ERT
23648 status collapsed
23649
23650 \begin_layout Standard
23651
23652
23653 \backslash
23654 setlength{
23655 \backslash
23656 fboxsep}{3pt}
23657 \end_layout
23658
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \begin_layout Standard
23665 \begin_inset VSpace bigskip
23666 \end_inset
23667
23668 The diameter of the round corners of the oval boxes can be set with the
23669  command 
23670 \series bold
23671
23672 \backslash
23673 cornersize
23674 \series default
23675 .
23676  The command
23677 \end_layout
23678
23679 \begin_layout Standard
23680
23681 \series bold
23682
23683 \backslash
23684 cornersize*{1cm}
23685 \end_layout
23686
23687 \begin_layout Standard
23688 sets the diameter to 1\InsetSpace \thinspace{}
23689 cm.
23690  The command
23691 \end_layout
23692
23693 \begin_layout Standard
23694
23695 \series bold
23696
23697 \backslash
23698 cornersize{num}
23699 \end_layout
23700
23701 \begin_layout Standard
23702 sets the diameter to 
23703 \family sans
23704 num\InsetSpace \thinspace{}
23705 ×\InsetSpace \thinspace{}
23706 minimum(width and heigth of box)
23707 \family default
23708 .
23709  The default is 
23710 \series bold
23711
23712 \backslash
23713 cornersize{0.5}
23714 \series default
23715 .
23716 \end_layout
23717
23718 \begin_layout Standard
23719 \begin_inset ERT
23720 status collapsed
23721
23722 \begin_layout Standard
23723
23724
23725 \backslash
23726 cornersize*{1.5cm}
23727 \end_layout
23728
23729 \end_inset
23730
23731
23732 \begin_inset Box Ovalbox
23733 position "c"
23734 hor_pos "c"
23735 has_inner_box 1
23736 inner_pos "c"
23737 use_parbox 0
23738 width "25col%"
23739 special "none"
23740 height "1in"
23741 height_special "totalheight"
23742 status collapsed
23743
23744 \begin_layout Standard
23745 \align center
23746 Oval box with 
23747 \series bold
23748
23749 \backslash
23750 cornersize
23751 \series default
23752 \InsetSpace \thinspace{}
23753 =\InsetSpace \thinspace{}
23754 1.5\InsetSpace \thinspace{}
23755 cm
23756 \end_layout
23757
23758 \end_inset
23759
23760
23761 \begin_inset ERT
23762 status collapsed
23763
23764 \begin_layout Standard
23765
23766
23767 \backslash
23768 cornersize{0.5}
23769 \end_layout
23770
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \begin_layout Standard
23777 \begin_inset VSpace bigskip
23778 \end_inset
23779
23780 The size of the shadow can be adjusted by changing the length 
23781 \series bold
23782
23783 \backslash
23784 shadowsize
23785 \series default
23786 .
23787  It it set to 2\InsetSpace \thinspace{}
23788 pt for the following box by this command:
23789 \end_layout
23790
23791 \begin_layout Standard
23792
23793 \series bold
23794
23795 \backslash
23796 setlength{
23797 \backslash
23798 shadowsize}{2pt}
23799 \end_layout
23800
23801 \begin_layout Standard
23802 \begin_inset ERT
23803 status collapsed
23804
23805 \begin_layout Standard
23806
23807
23808 \backslash
23809 setlength{
23810 \backslash
23811 shadowsize}{2pt}
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \begin_inset Box Shadowbox
23818 position "c"
23819 hor_pos "c"
23820 has_inner_box 1
23821 inner_pos "c"
23822 use_parbox 0
23823 width "25col%"
23824 special "none"
23825 height "1in"
23826 height_special "totalheight"
23827 status collapsed
23828
23829 \begin_layout Standard
23830 \align center
23831 Shadow box with 
23832 \series bold
23833
23834 \backslash
23835 shadowsize
23836 \series default
23837 \InsetSpace \thinspace{}
23838 =\InsetSpace \thinspace{}
23839 2\InsetSpace \thinspace{}
23840 pt
23841 \end_layout
23842
23843 \end_inset
23844
23845
23846 \begin_inset ERT
23847 status collapsed
23848
23849 \begin_layout Standard
23850
23851
23852 \backslash
23853 setlength{
23854 \backslash
23855 shadowsize}{4pt}
23856 \end_layout
23857
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \begin_layout Standard
23864 \begin_inset VSpace bigskip
23865 \end_inset
23866
23867 Changed lengths and widths are valid for all boxes following the commands
23868  that change them.
23869 \end_layout
23870
23871 \begin_layout Section
23872 Minipages
23873 \begin_inset LatexCommand label
23874 name "sec:Minipages"
23875
23876 \end_inset
23877
23878
23879 \begin_inset LatexCommand index
23880 name "Boxes ! Minipages"
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Standard
23888 Minipages are treated by LaTeX as pages within pages and can therefore for
23889  example have their own footnotes.
23890 \end_layout
23891
23892 \begin_layout Standard
23893 Minipages are useful when you write documents with different languages.
23894 \end_layout
23895
23896 \begin_layout Standard
23897 Below are two example minipages side by side.
23898  Their width is set to 45\InsetSpace \thinspace{}
23899 col% and they are separated by a horizontal fill,
23900  that was inserted via the menu 
23901 \family sans
23902 Insert\SpecialChar \menuseparator
23903 Special\InsetSpace ~
23904 Formatting\SpecialChar \menuseparator
23905 Horizontal\InsetSpace ~
23906 Fill
23907 \family default
23908 .
23909 \end_layout
23910
23911 \begin_layout Standard
23912 \begin_inset Box Frameless
23913 position "t"
23914 hor_pos "c"
23915 has_inner_box 1
23916 inner_pos "c"
23917 use_parbox 0
23918 width "45col%"
23919 special "none"
23920 height "1in"
23921 height_special "totalheight"
23922 status open
23923
23924 \begin_layout Standard
23925
23926 \lang german
23927 Dies ist ein deutscher Text.
23928  Dies ist ein deutscher Text.
23929  Dies ist ein deutscher Text.
23930  Dies ist ein deutscher Text.
23931  Dies ist ein deutscher Text.
23932  Dies ist ein deutscher Text.
23933  Dies ist ein deutscher Text.
23934  Dies ist ein deutscher Text.
23935  Dies ist ein deutscher Text.
23936  Dies ist ein deutscher Text.
23937  Dies ist ein deutscher Text.
23938  Dies ist ein deutscher Text.
23939  Dies ist ein deutscher Text
23940 \begin_inset Foot
23941 status collapsed
23942
23943 \begin_layout Standard
23944
23945 \lang german
23946 Dies ist eine deutsche Fußnote.
23947 \end_layout
23948
23949 \end_inset
23950
23951 .
23952  Dies ist ein deutscher Text.
23953  Dies ist ein deutscher Text.
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \hfill
23960
23961 \begin_inset Box Frameless
23962 position "t"
23963 hor_pos "c"
23964 has_inner_box 1
23965 inner_pos "c"
23966 use_parbox 0
23967 width "45col%"
23968 special "none"
23969 height "1in"
23970 height_special "totalheight"
23971 status open
23972
23973 \begin_layout Standard
23974 This is an English Text.
23975  This is an English Text.
23976  This is an English Text.
23977  This is an English Text.
23978  This is an English Text.
23979  This is an English Text.
23980  This is an English Text.
23981  This is an English Text.
23982  This is an English Text.
23983  This is an English Text.
23984  This is an English Text.
23985  This is an English Text.
23986  This is an English Text.
23987  This is an English Text.
23988  This is an English Text.
23989  This is an English Text.
23990 \begin_inset Foot
23991 status collapsed
23992
23993 \begin_layout Standard
23994 This is an English footnote.
23995 \end_layout
23996
23997 \end_inset
23998
23999  This is an English Text.
24000  
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Standard
24009 \begin_inset VSpace bigskip
24010 \end_inset
24011
24012 Another application for minipages are footnotes within tables.
24013  Due to a LaTeX restriction footnotes within tables doesn't appear at the
24014  bottom of the current page.
24015  But when you put the table with the footnote to a minipage, the footnote
24016  will appear at its bottom, numbered with Latin letters.
24017  The footnote number is reset to 1 in every minipage but not outside the
24018  minipages.
24019 \end_layout
24020
24021 \begin_layout Standard
24022 The footnote of this table doesn't appear: 
24023 \begin_inset Tabular
24024 <lyxtabular version="3" rows="3" columns="4">
24025 <features>
24026 <column alignment="center" valignment="top" leftline="true" width="0pt">
24027 <column alignment="center" valignment="top" leftline="true" width="0pt">
24028 <column alignment="center" valignment="top" leftline="true" width="0pt">
24029 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24030 <row topline="true">
24031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Standard
24035 1
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Standard
24044 2
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Standard
24053 3
24054 \begin_inset Foot
24055 status collapsed
24056
24057 \begin_layout Standard
24058 This is a footnote within a table.
24059 \end_layout
24060
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Standard
24072 4
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row topline="true">
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Standard
24083 a
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Standard
24092 b
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Standard
24101 c
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Standard
24110 d
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 </row>
24116 <row topline="true" bottomline="true">
24117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Standard
24121 e
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Standard
24130 f
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Standard
24139 g
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Standard
24148 h
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 </row>
24154 </lyxtabular>
24155
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \begin_layout Standard
24162 \align center
24163 \begin_inset Box Frameless
24164 position "t"
24165 hor_pos "c"
24166 has_inner_box 1
24167 inner_pos "c"
24168 use_parbox 0
24169 width "30col%"
24170 special "none"
24171 height "1in"
24172 height_special "totalheight"
24173 status open
24174
24175 \begin_layout Standard
24176 \align center
24177 \begin_inset Tabular
24178 <lyxtabular version="3" rows="3" columns="4">
24179 <features>
24180 <column alignment="center" valignment="top" leftline="true" width="0pt">
24181 <column alignment="center" valignment="top" leftline="true" width="0pt">
24182 <column alignment="center" valignment="top" leftline="true" width="0pt">
24183 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24184 <row topline="true">
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Standard
24189 1
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Standard
24198 2
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Standard
24207 3
24208 \begin_inset Foot
24209 status collapsed
24210
24211 \begin_layout Standard
24212 This is a footnote within a table.
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Standard
24226 4
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row topline="true">
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Standard
24237 a
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Standard
24246 b
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Standard
24255 c
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Standard
24264 d
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 <row topline="true" bottomline="true">
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Standard
24275 e
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Standard
24284 f
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Standard
24293 g
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Standard
24302 h
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 </row>
24308 </lyxtabular>
24309
24310 \end_inset
24311
24312
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Standard
24321 \begin_inset VSpace bigskip
24322 \end_inset
24323
24324 The document-wide paragraph settings are ignored within minipages.
24325  That means that there will be no space between paragraphs in minipages
24326  although you set it to e.\InsetSpace \thinspace{}
24327 g.\InsetSpace ~
24328
24329 \family sans
24330 MedSkip
24331 \family default
24332  in the document settings.
24333 \end_layout
24334
24335 \begin_layout Standard
24336 Minipages can also be used to set a background color for text parts, see
24337  section\InsetSpace ~
24338
24339 \begin_inset LatexCommand ref
24340 reference "sub:Color-for-Paragraphs"
24341
24342 \end_inset
24343
24344 .
24345 \end_layout
24346
24347 \begin_layout Standard
24348 \begin_inset Note Greyedout
24349 status open
24350
24351 \begin_layout Standard
24352
24353 \series bold
24354 Note:
24355 \series default
24356  You cannot have floats or margin notes inside minipages but minipages can
24357  be used inside tables, floats, and other boxes.
24358 \end_layout
24359
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \begin_layout Section
24366 Parboxes
24367 \begin_inset LatexCommand label
24368 name "sec:Parboxes"
24369
24370 \end_inset
24371
24372
24373 \begin_inset LatexCommand index
24374 name "Boxes ! Parboxes"
24375
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \begin_layout Standard
24382 Parboxes are very similar to minipages with the difference that they cannot
24383  have footnotes.
24384  The main difference to minipages is that minipages are in contrary to parboxes
24385  no real boxes but LaTeX-environments.
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \align center
24390 \begin_inset Box Frameless
24391 position "t"
24392 hor_pos "c"
24393 has_inner_box 1
24394 inner_pos "t"
24395 use_parbox 1
24396 width "33col%"
24397 special "none"
24398 height "1in"
24399 height_special "totalheight"
24400 status collapsed
24401
24402 \begin_layout Standard
24403 This a text within a parbox.
24404  This a text within a parbox.
24405 \end_layout
24406
24407 \begin_layout Standard
24408 This footnote won't appear:
24409 \begin_inset Foot
24410 status collapsed
24411
24412 \begin_layout Standard
24413 This footnote is inside a parbox and will therefore not appear.
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \begin_layout Section
24427 Boxes for Words and Characters
24428 \begin_inset LatexCommand index
24429 name "Boxes ! for Characters"
24430
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \begin_layout Subsection
24437 Prevent Hyphenation
24438 \begin_inset LatexCommand label
24439 name "sec:Prevent-Hyphenation"
24440
24441 \end_inset
24442
24443
24444 \begin_inset LatexCommand index
24445 name "Boxes ! to Prevent Hyphenation"
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \begin_layout Standard
24453 You can use a special kind of boxes to prevent words or text to be hyphenated.
24454 \newline
24455 Her
24456 e is an example text:
24457 \end_layout
24458
24459 \begin_layout Standard
24460 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24461 g.\InsetSpace ~
24462 veryver
24463 ylongwords.
24464 \end_layout
24465
24466 \begin_layout Standard
24467 To prevent the hyphenation of the word 
24468 \begin_inset Quotes eld
24469 \end_inset
24470
24471 veryverylongwords
24472 \begin_inset Quotes erd
24473 \end_inset
24474
24475 , add the command
24476 \end_layout
24477
24478 \begin_layout Standard
24479
24480 \series bold
24481
24482 \backslash
24483 mbox{
24484 \end_layout
24485
24486 \begin_layout Standard
24487 in ERT before the word.
24488  Behind the word insert a closing brace 
24489 \begin_inset Quotes eld
24490 \end_inset
24491
24492
24493 \series bold
24494 }
24495 \series default
24496
24497 \begin_inset Quotes erd
24498 \end_inset
24499
24500  in ERT.
24501 \begin_inset ERT
24502 status collapsed
24503
24504 \begin_layout Standard
24505
24506
24507 \backslash
24508 pagebreak 
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Standard
24517 This is the result:
24518 \end_layout
24519
24520 \begin_layout Standard
24521 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24522 g.\InsetSpace ~
24523
24524 \begin_inset ERT
24525 status collapsed
24526
24527 \begin_layout Standard
24528
24529
24530 \backslash
24531 mbox{
24532 \end_layout
24533
24534 \end_inset
24535
24536 veryverylongwords.
24537 \begin_inset ERT
24538 status collapsed
24539
24540 \begin_layout Standard
24541
24542 }
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 Of course the word now protrudes over the side margin.
24552  To avoid this, add via the menu 
24553 \family sans
24554 Insert\SpecialChar \menuseparator
24555 Special\InsetSpace ~
24556 Formatting\SpecialChar \menuseparator
24557 Line\InsetSpace ~
24558 Break
24559 \family default
24560  (shortcut 
24561 \series bold
24562 Ctrl-Return
24563 \series default
24564 ) a line break before the word:
24565 \end_layout
24566
24567 \begin_layout Standard
24568 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
24569 g.\InsetSpace ~
24570
24571 \newline
24572
24573 \begin_inset ERT
24574 status collapsed
24575
24576 \begin_layout Standard
24577
24578
24579 \backslash
24580 mbox{
24581 \end_layout
24582
24583 \end_inset
24584
24585 veryverylongwords.
24586 \begin_inset ERT
24587 status collapsed
24588
24589 \begin_layout Standard
24590
24591 }
24592 \end_layout
24593
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \begin_layout Subsection
24600 Vertical Alignment
24601 \begin_inset LatexCommand label
24602 name "sub:Vertical-Alignment"
24603
24604 \end_inset
24605
24606
24607 \begin_inset LatexCommand index
24608 name "Boxes ! for Vertical Alignment"
24609
24610 \end_inset
24611
24612
24613 \begin_inset LatexCommand index
24614 name "Boxes ! Raiseboxes"
24615
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \begin_layout Standard
24622 With the help of the command 
24623 \series bold
24624
24625 \backslash
24626 raisebox
24627 \series default
24628  you can align words, characters or other boxes vertically to the surrounding
24629  text.
24630  
24631 \series bold
24632
24633 \backslash
24634 raisebox
24635 \series default
24636  is used with the following scheme:
24637 \end_layout
24638
24639 \begin_layout Standard
24640
24641 \series bold
24642
24643 \backslash
24644 raisebox{lift}[height][depth]{box content}
24645 \end_layout
24646
24647 \begin_layout Standard
24648 The lift can be a positive value to raise the box or a negative value to
24649  lower the box.
24650 \end_layout
24651
24652 \begin_layout Standard
24653 To align for example the word 
24654 \begin_inset Quotes eld
24655 \end_inset
24656
24657 preventing
24658 \begin_inset Quotes erd
24659 \end_inset
24660
24661  so that the bottom of the 
24662 \begin_inset Quotes eld
24663 \end_inset
24664
24665 deepest
24666 \begin_inset Quotes erd
24667 \end_inset
24668
24669  character 
24670 \begin_inset Quotes eld
24671 \end_inset
24672
24673 p
24674 \begin_inset Quotes erd
24675 \end_inset
24676
24677  is at the baseline, insert the command
24678 \end_layout
24679
24680 \begin_layout Standard
24681
24682 \series bold
24683
24684 \backslash
24685 raisebox{
24686 \backslash
24687 depth}{
24688 \end_layout
24689
24690 \begin_layout Standard
24691 in ERT before the word.
24692  Behind the word insert a closing brace 
24693 \begin_inset Quotes eld
24694 \end_inset
24695
24696
24697 \series bold
24698 }
24699 \series default
24700
24701 \begin_inset Quotes erd
24702 \end_inset
24703
24704  in ERT.
24705 \newline
24706 This is the result:
24707 \end_layout
24708
24709 \begin_layout Standard
24710 This is a text line with the word 
24711 \begin_inset ERT
24712 status collapsed
24713
24714 \begin_layout Standard
24715
24716
24717 \backslash
24718 raisebox{
24719 \backslash
24720 depth}{
24721 \end_layout
24722
24723 \end_inset
24724
24725
24726 \begin_inset Quotes eld
24727 \end_inset
24728
24729 preventing
24730 \begin_inset Quotes erd
24731 \end_inset
24732
24733
24734 \begin_inset ERT
24735 status collapsed
24736
24737 \begin_layout Standard
24738
24739 }
24740 \end_layout
24741
24742 \end_inset
24743
24744  as raised word.
24745 \end_layout
24746
24747 \begin_layout Standard
24748 \begin_inset VSpace bigskip
24749 \end_inset
24750
24751 When you raise or lower characters in a line, the line distance will be
24752  spread:
24753 \end_layout
24754
24755 \begin_layout Standard
24756 This is a text line with the word 
24757 \begin_inset ERT
24758 status collapsed
24759
24760 \begin_layout Standard
24761
24762
24763 \backslash
24764 raisebox{-
24765 \backslash
24766 depth}{
24767 \end_layout
24768
24769 \end_inset
24770
24771
24772 \begin_inset Quotes eld
24773 \end_inset
24774
24775 preventing
24776 \begin_inset Quotes erd
24777 \end_inset
24778
24779
24780 \begin_inset ERT
24781 status collapsed
24782
24783 \begin_layout Standard
24784
24785 }
24786 \end_layout
24787
24788 \end_inset
24789
24790  as lowered word.
24791 \newline
24792 This is a text line with the word 
24793 \begin_inset ERT
24794 status collapsed
24795
24796 \begin_layout Standard
24797
24798
24799 \backslash
24800 raisebox{0.5cm}{
24801 \end_layout
24802
24803 \end_inset
24804
24805
24806 \begin_inset Quotes eld
24807 \end_inset
24808
24809 testing
24810 \begin_inset Quotes erd
24811 \end_inset
24812
24813
24814 \begin_inset ERT
24815 status collapsed
24816
24817 \begin_layout Standard
24818
24819 }
24820 \end_layout
24821
24822 \end_inset
24823
24824  as raised word.
24825 \end_layout
24826
24827 \begin_layout Standard
24828 If you want to prevent this for a certain reason, set the box height to
24829  a zero value.
24830  For example use
24831 \end_layout
24832
24833 \begin_layout Standard
24834
24835 \series bold
24836
24837 \backslash
24838 raisebox{-
24839 \backslash
24840 depth}[0pt]{
24841 \end_layout
24842
24843 \begin_layout Standard
24844 This is a text line with the word 
24845 \begin_inset ERT
24846 status collapsed
24847
24848 \begin_layout Standard
24849
24850
24851 \backslash
24852 raisebox{-
24853 \backslash
24854 depth}[0pt]{
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \begin_inset Quotes eld
24861 \end_inset
24862
24863 preventing
24864 \begin_inset Quotes erd
24865 \end_inset
24866
24867
24868 \begin_inset ERT
24869 status collapsed
24870
24871 \begin_layout Standard
24872
24873 }
24874 \end_layout
24875
24876 \end_inset
24877
24878  as lowered word.
24879 \newline
24880 This is a text line with the word 
24881 \begin_inset ERT
24882 status collapsed
24883
24884 \begin_layout Standard
24885
24886
24887 \backslash
24888 raisebox{0.5cm}[0pt]{
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \begin_inset Quotes eld
24895 \end_inset
24896
24897 testing
24898 \begin_inset Quotes erd
24899 \end_inset
24900
24901
24902 \begin_inset ERT
24903 status collapsed
24904
24905 \begin_layout Standard
24906
24907 }
24908 \end_layout
24909
24910 \end_inset
24911
24912  as raised word.
24913 \end_layout
24914
24915 \begin_layout Section
24916 Colored Boxes
24917 \begin_inset LatexCommand label
24918 name "sec:Colored-Boxes"
24919
24920 \end_inset
24921
24922
24923 \begin_inset LatexCommand index
24924 name "Boxes ! Color"
24925
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \begin_layout Subsection
24932 Color for Text
24933 \begin_inset LatexCommand index
24934 name "Color ! for Text"
24935
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \begin_layout Standard
24942 To color the background of text the text must be put into a so called colorbox.
24943  This requires that the LaTeX-package 
24944 \series bold
24945 color
24946 \series default
24947
24948 \begin_inset LatexCommand index
24949 name "LaTeX-packages ! color"
24950
24951 \end_inset
24952
24953  is loaded in the document preamble with the command
24954 \end_layout
24955
24956 \begin_layout Standard
24957
24958 \series bold
24959
24960 \backslash
24961 @ifundefined{textcolor}
24962 \newline
24963
24964 \begin_inset ERT
24965 status collapsed
24966
24967 \begin_layout Standard
24968
24969
24970 \backslash
24971 hphantom{ }
24972 \end_layout
24973
24974 \end_inset
24975
24976 {
24977 \backslash
24978 usepackage{color}}{}
24979 \end_layout
24980
24981 \begin_layout Standard
24982 The package 
24983 \series bold
24984 color
24985 \series default
24986  will be loaded automatically by LyX when you color text
24987 \begin_inset Foot
24988 status collapsed
24989
24990 \begin_layout Standard
24991 To avoid that it is loaded twice the command 
24992 \series bold
24993
24994 \backslash
24995 @ifundefined
24996 \series default
24997  is used.
24998 \end_layout
24999
25000 \end_inset
25001
25002 .
25003 \end_layout
25004
25005 \begin_layout Standard
25006 \begin_inset VSpace medskip
25007 \end_inset
25008
25009 Colorboxes are created with the command 
25010 \series bold
25011
25012 \backslash
25013 colorbox
25014 \series default
25015 .
25016  This will be used with the following scheme:
25017 \end_layout
25018
25019 \begin_layout Standard
25020
25021 \series bold
25022
25023 \backslash
25024 colorbox{color}{box content}
25025 \end_layout
25026
25027 \begin_layout Standard
25028 The box content can also be a box and colorboxes can also be within other
25029  boxes.
25030 \end_layout
25031
25032 \begin_layout Standard
25033 The following colors are predefined:
25034 \newline
25035
25036 \family sans
25037 black
25038 \family default
25039
25040 \family sans
25041 blue
25042 \family default
25043
25044 \family sans
25045 cyan
25046 \family default
25047 \series bold
25048
25049 \family sans
25050 \series default
25051 green
25052 \family default
25053
25054 \family sans
25055 magenta
25056 \family default
25057
25058 \family sans
25059 red
25060 \family default
25061
25062 \family sans
25063 white
25064 \family default
25065 , and 
25066 \family sans
25067 yellow
25068 \family default
25069 .
25070 \newline
25071 You can also define your own color as described in section\InsetSpace ~
25072
25073 \begin_inset LatexCommand ref
25074 reference "sec:Colored-Tables"
25075
25076 \end_inset
25077
25078 .
25079 \end_layout
25080
25081 \begin_layout Standard
25082 To have e.\InsetSpace \thinspace{}
25083 g.\InsetSpace ~
25084 a red background for a word, insert the command
25085 \end_layout
25086
25087 \begin_layout Standard
25088
25089 \series bold
25090
25091 \backslash
25092 colorbox{red}{
25093 \end_layout
25094
25095 \begin_layout Standard
25096 before the word in ERT.
25097  Behind the word insert a closing brace 
25098 \begin_inset Quotes eld
25099 \end_inset
25100
25101
25102 \series bold
25103 }
25104 \series default
25105
25106 \begin_inset Quotes erd
25107 \end_inset
25108
25109  in ERT.
25110 \newline
25111 This is the result:
25112 \end_layout
25113
25114 \begin_layout Standard
25115 This is a line where the word 
25116 \begin_inset ERT
25117 status collapsed
25118
25119 \begin_layout Standard
25120
25121
25122 \backslash
25123 colorbox{red}{
25124 \end_layout
25125
25126 \end_inset
25127
25128
25129 \begin_inset Quotes eld
25130 \end_inset
25131
25132 Attention!
25133 \begin_inset Quotes erd
25134 \end_inset
25135
25136
25137 \begin_inset ERT
25138 status collapsed
25139
25140 \begin_layout Standard
25141
25142 }
25143 \end_layout
25144
25145 \end_inset
25146
25147  has a red background.
25148 \end_layout
25149
25150 \begin_layout Standard
25151 \begin_inset VSpace bigskip
25152 \end_inset
25153
25154 If you would have the box frame in a different color, you can use the command
25155  
25156 \series bold
25157
25158 \backslash
25159 fcolorbox
25160 \series default
25161  with the following scheme:
25162 \end_layout
25163
25164 \begin_layout Standard
25165
25166 \series bold
25167
25168 \backslash
25169 fcolorbox{frame color}{box color}{box content}
25170 \end_layout
25171
25172 \begin_layout Standard
25173
25174 \series bold
25175
25176 \backslash
25177 fcolorbox
25178 \series default
25179  is an extension to 
25180 \series bold
25181
25182 \backslash
25183 colorbox
25184 \series default
25185 .
25186  The frame thickness and the space between the frame and the box content
25187  can be adjusted with the lengths 
25188 \series bold
25189
25190 \backslash
25191 fboxrule
25192 \series default
25193  and 
25194 \series bold
25195
25196 \backslash
25197 fboxsep
25198 \series default
25199 , respectively, as described in section\InsetSpace ~
25200
25201 \begin_inset LatexCommand ref
25202 reference "sec:Framed-Boxes"
25203
25204 \end_inset
25205
25206 .
25207 \end_layout
25208
25209 \begin_layout Standard
25210 For the following example the command
25211 \end_layout
25212
25213 \begin_layout Standard
25214
25215 \series bold
25216
25217 \backslash
25218 fcolorbox{cyan}{magenta}{
25219 \end_layout
25220
25221 \begin_layout Standard
25222 was used.
25223 \end_layout
25224
25225 \begin_layout Standard
25226 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
25227 mm:
25228 \newline
25229
25230 \begin_inset ERT
25231 status collapsed
25232
25233 \begin_layout Standard
25234
25235
25236 \backslash
25237 fboxrule 1mm 
25238 \backslash
25239 fboxsep 1mm
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \begin_inset ERT
25246 status collapsed
25247
25248 \begin_layout Standard
25249
25250
25251 \backslash
25252 fcolorbox{cyan}{magenta}{
25253 \end_layout
25254
25255 \end_inset
25256
25257 This is text within a colored, framed box.
25258 \begin_inset ERT
25259 status collapsed
25260
25261 \begin_layout Standard
25262
25263 }
25264 \end_layout
25265
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \begin_layout Standard
25272 \begin_inset VSpace bigskip
25273 \end_inset
25274
25275 Of course you can also have colored text inside a colorbox:
25276 \newline
25277
25278 \begin_inset ERT
25279 status collapsed
25280
25281 \begin_layout Standard
25282
25283
25284 \backslash
25285 fcolorbox{cyan}{magenta}{
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \color yellow
25292 This is colored text within a colored, framed box.
25293 \color none
25294
25295 \begin_inset ERT
25296 status collapsed
25297
25298 \begin_layout Standard
25299
25300 }
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \begin_inset ERT
25307 status collapsed
25308
25309 \begin_layout Standard
25310
25311
25312 \backslash
25313 fboxrule 0.4pt 
25314 \backslash
25315 fboxsep 3pt
25316 \end_layout
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \begin_layout Standard
25324
25325 \series bold
25326 \begin_inset VSpace medskip
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \begin_inset Note Greyedout
25334 status open
25335
25336 \begin_layout Standard
25337
25338 \series bold
25339 Note:
25340 \series default
25341  Text in colorboxes cannot have line breaks.
25342  To color multiple text lines or paragraphs, use a box inside a colorbox
25343  as described in the following.
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \begin_layout Subsection
25352 Color for Paragraphs
25353 \begin_inset LatexCommand label
25354 name "sub:Color-for-Paragraphs"
25355
25356 \end_inset
25357
25358
25359 \begin_inset LatexCommand index
25360 name "Color ! for Paragraphs"
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \begin_layout Standard
25368 To set the background color for more than one text line, put the text into
25369  a minipage.
25370  Before the minipage insert the 
25371 \series bold
25372
25373 \backslash
25374 colorbox
25375 \series default
25376  command
25377 \end_layout
25378
25379 \begin_layout Standard
25380
25381 \series bold
25382
25383 \backslash
25384 colorbox{color}{
25385 \end_layout
25386
25387 \begin_layout Standard
25388 in ERT.
25389  Behind the minipage insert a closing brace 
25390 \begin_inset Quotes eld
25391 \end_inset
25392
25393
25394 \series bold
25395 }
25396 \series default
25397
25398 \begin_inset Quotes erd
25399 \end_inset
25400
25401  in ERT.
25402 \end_layout
25403
25404 \begin_layout Standard
25405 \begin_inset ERT
25406 status collapsed
25407
25408 \begin_layout Standard
25409
25410
25411 \backslash
25412 colorbox{lightgrey}{
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \begin_inset Box Frameless
25419 position "t"
25420 hor_pos "c"
25421 has_inner_box 1
25422 inner_pos "t"
25423 use_parbox 0
25424 width "100col%"
25425 special "none"
25426 height "1in"
25427 height_special "totalheight"
25428 status collapsed
25429
25430 \begin_layout Standard
25431 This is text with background color.
25432  This is text with background color.
25433 \end_layout
25434
25435 \begin_layout Standard
25436 \begin_inset VSpace defskip
25437 \end_inset
25438
25439 The text can have footnotes
25440 \begin_inset Foot
25441 status collapsed
25442
25443 \begin_layout Standard
25444 Another example footnote
25445 \end_layout
25446
25447 \end_inset
25448
25449  and can include tables and figures.
25450 \end_layout
25451
25452 \begin_layout Standard
25453 \align center
25454 \begin_inset Tabular
25455 <lyxtabular version="3" rows="3" columns="3">
25456 <features>
25457 <column alignment="center" valignment="top" leftline="true" width="0">
25458 <column alignment="center" valignment="top" leftline="true" width="0">
25459 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25460 <row topline="true">
25461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Standard
25465 a
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Standard
25474 !
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Standard
25483 3
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 </row>
25489 <row topline="true">
25490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Standard
25494 <
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Standard
25503 b2
25504 \begin_inset Quotes erd
25505 \end_inset
25506
25507 |
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Standard
25516 >
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 </row>
25522 <row topline="true" bottomline="true">
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Standard
25527 1
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Standard
25536 §
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Standard
25545 c
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 </row>
25551 </lyxtabular>
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \begin_inset ERT
25562 status collapsed
25563
25564 \begin_layout Standard
25565
25566 }
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \begin_layout Section
25575 URLs (Uniform Resource Locators)
25576 \begin_inset LatexCommand index
25577 name "URLs"
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \begin_layout Standard
25585 Links to web pages or email addresses can be inserted via the menu 
25586 \family sans
25587 Insert\SpecialChar \menuseparator
25588 URL
25589 \family default
25590 .
25591  The appearing URL dialog has two fields; the 
25592 \family sans
25593 URL
25594 \family default
25595  field and the 
25596 \family sans
25597 Name
25598 \family default
25599  field for the URL description, which will be typeset as plain text immediately
25600  before the URL.
25601 \end_layout
25602
25603 \begin_layout Standard
25604 Here is an example URL: 
25605 \begin_inset LatexCommand url
25606 name "LyX's homepage"
25607 target "http://www.lyx.org"
25608
25609 \end_inset
25610
25611
25612 \end_layout
25613
25614 \begin_layout Standard
25615 The option 
25616 \family sans
25617 Generate\InsetSpace ~
25618 hyperlink
25619 \family default
25620  in the URL dialog has only an affect when you export your document to the
25621  format 
25622 \begin_inset Quotes eld
25623 \end_inset
25624
25625
25626 \family sans
25627 LinuxDoc
25628 \family default
25629
25630 \begin_inset Quotes erd
25631 \end_inset
25632
25633 .
25634 \end_layout
25635
25636 \begin_layout Standard
25637 You cannot change the style of the link text.
25638  The text of the 
25639 \family sans
25640 Name
25641 \family default
25642  field will have the default text style of the document while the text of
25643  the 
25644 \family sans
25645 URL
25646 \family default
25647  field will have the style 
25648 \begin_inset Quotes eld
25649 \end_inset
25650
25651
25652 \family sans
25653 Typewriter
25654 \family default
25655
25656 \begin_inset Quotes erd
25657 \end_inset
25658
25659 .
25660 \end_layout
25661
25662 \begin_layout Standard
25663 When you use the LaTeX-package 
25664 \series bold
25665 hyperref
25666 \series default
25667
25668 \begin_inset LatexCommand index
25669 name "LaTeX-packages ! hyperref"
25670
25671 \end_inset
25672
25673  to link cross-references in the output, URLs will automatically become
25674  clickable hyperlinks in DVI and PDF-output.
25675 \end_layout
25676
25677 \begin_layout Standard
25678 \begin_inset Note Greyedout
25679 status open
25680
25681 \begin_layout Standard
25682
25683 \series bold
25684 Note: 
25685 \series default
25686 When you use the following characters: "%", "#", "^", you have to write
25687  them with a preceding backslash, e.\InsetSpace \thinspace{}
25688 g.\InsetSpace ~
25689
25690 \begin_inset Quotes eld
25691 \end_inset
25692
25693
25694 \backslash
25695 #
25696 \begin_inset Quotes erd
25697 \end_inset
25698
25699 .
25700  URLs must not end with a backslash.
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Standard
25709 \begin_inset VSpace bigskip
25710 \end_inset
25711
25712 To create real hyperlinks without the force to write the link location to
25713  the text, you can use the command
25714 \end_layout
25715
25716 \begin_layout Standard
25717
25718 \series bold
25719
25720 \backslash
25721 href{link location}{link text}
25722 \end_layout
25723
25724 \begin_layout Standard
25725 in ERT.
25726  To get for example a link to LyX's web page, write the command
25727 \end_layout
25728
25729 \begin_layout Standard
25730
25731 \series bold
25732
25733 \backslash
25734 href{http://www.lyx.org}{
25735 \end_layout
25736
25737 \begin_layout Standard
25738 in ERT.
25739  Insert after the command the link text 
25740 \begin_inset Quotes eld
25741 \end_inset
25742
25743 LyX's homepage
25744 \begin_inset Quotes erd
25745 \end_inset
25746
25747  followed by a brace that is inside an ERT-box.
25748  This is the result: 
25749 \begin_inset ERT
25750 status collapsed
25751
25752 \begin_layout Standard
25753
25754
25755 \backslash
25756 href{http://www.lyx.org}{
25757 \end_layout
25758
25759 \end_inset
25760
25761 LyX's homepage
25762 \begin_inset ERT
25763 status collapsed
25764
25765 \begin_layout Standard
25766
25767 }
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Standard
25776 To link to email addresses, add the prefix 
25777 \begin_inset Quotes eld
25778 \end_inset
25779
25780
25781 \family sans
25782 mailto:
25783 \family default
25784
25785 \begin_inset Quotes erd
25786 \end_inset
25787
25788  to the link location:
25789 \newline
25790 Email to 
25791 \begin_inset ERT
25792 status collapsed
25793
25794 \begin_layout Standard
25795
25796
25797 \backslash
25798 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
25799 \end_layout
25800
25801 \end_inset
25802
25803 lyx-docs mailing list
25804 \begin_inset ERT
25805 status collapsed
25806
25807 \begin_layout Standard
25808
25809 }
25810 \end_layout
25811
25812 \end_inset
25813
25814 .
25815 \end_layout
25816
25817 \begin_layout Standard
25818 Using 
25819 \series bold
25820
25821 \backslash
25822 href
25823 \series default
25824  instead of LyX's URL box has the advantage that you can specify the text
25825  style of the link text for all other text parts and that you are able to
25826  change the text style for all URLs in your document with an option in 
25827 \series bold
25828 hyperref
25829 \series default
25830 's load command.
25831  Furthermore the restrictions mentioned above doesn't apply for 
25832 \series bold
25833
25834 \backslash
25835 href
25836 \series default
25837 .
25838  
25839 \end_layout
25840
25841 \begin_layout Standard
25842
25843 \end_layout
25844
25845 \begin_layout Standard
25846
25847 \newpage
25848
25849 \end_layout
25850
25851 \begin_layout Chapter
25852 \start_of_appendix
25853 Units available in 
25854 \begin_inset ERT
25855 status collapsed
25856
25857 \begin_layout Standard
25858
25859
25860 \backslash
25861 texorpdfstring{
25862 \end_layout
25863
25864 \end_inset
25865
25866 LyX
25867 \begin_inset ERT
25868 status collapsed
25869
25870 \begin_layout Standard
25871
25872 }{LyX}
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \begin_inset LatexCommand index
25879 name "Units"
25880
25881 \end_inset
25882
25883
25884 \begin_inset LatexCommand label
25885 name "cha:Units-available-in"
25886
25887 \end_inset
25888
25889
25890 \begin_inset Note Note
25891 status collapsed
25892
25893 \begin_layout Standard
25894 The command 
25895 \backslash
25896 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
25897  are displayed wrongly in PDF-bookmarks.
25898  For more information about this, have a look at 
25899 \begin_inset LatexCommand cite
25900 key "hyperref"
25901
25902 \end_inset
25903
25904 .
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 To understand the units described in this documentation, Table\InsetSpace ~
25914
25915 \begin_inset LatexCommand ref
25916 reference "tab:Units"
25917
25918 \end_inset
25919
25920  explains all units available in LyX.
25921 \end_layout
25922
25923 \begin_layout Standard
25924 \begin_inset Float table
25925 placement h
25926 wide false
25927 sideways false
25928 status open
25929
25930 \begin_layout Caption
25931 \begin_inset LatexCommand label
25932 name "tab:Units"
25933
25934 \end_inset
25935
25936 Units
25937 \end_layout
25938
25939 \begin_layout Standard
25940 \begin_inset VSpace medskip
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \begin_layout Standard
25947 \align center
25948 \begin_inset Tabular
25949 <lyxtabular version="3" rows="20" columns="2">
25950 <features>
25951 <column alignment="center" valignment="top" leftline="true" width="0">
25952 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25953 <row topline="true" bottomline="true">
25954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25955 \begin_inset Text
25956
25957 \begin_layout Standard
25958 unit
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25964 \begin_inset Text
25965
25966 \begin_layout Standard
25967 name/description
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 </row>
25973 <row topline="true">
25974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Standard
25978 mm
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Standard
25987 millimeter
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 <row topline="true">
25994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Standard
25998 cm
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Standard
26007 centimeter
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 </row>
26013 <row topline="true">
26014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Standard
26018 in
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Standard
26027 inch
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 </row>
26033 <row topline="true">
26034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Standard
26038 pt
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Standard
26047 point (72.27\InsetSpace \thinspace{}
26048 pt = 1\InsetSpace \thinspace{}
26049 in)
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row topline="true">
26056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Standard
26060 pc
26061 \end_layout
26062
26063 \end_inset
26064 </cell>
26065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26066 \begin_inset Text
26067
26068 \begin_layout Standard
26069 pica (1\InsetSpace \thinspace{}
26070 pc = 12\InsetSpace \thinspace{}
26071 pt)
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 </row>
26077 <row topline="true">
26078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Standard
26082 sp
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Standard
26091 scaled point (65536\InsetSpace \thinspace{}
26092 sp = 1\InsetSpace \thinspace{}
26093 pt)
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 </row>
26099 <row topline="true">
26100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Standard
26104 bp
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Standard
26113 big point (72\InsetSpace \thinspace{}
26114 bp = 1\InsetSpace \thinspace{}
26115 in)
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 </row>
26121 <row topline="true">
26122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Standard
26126 dd
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Standard
26135 didot (72\InsetSpace \thinspace{}
26136 dd 
26137 \begin_inset Formula $\approx$
26138 \end_inset
26139
26140  37.6\InsetSpace \thinspace{}
26141 mm)
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 </row>
26147 <row topline="true">
26148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Standard
26152 cc
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Standard
26161 cicero (1\InsetSpace \thinspace{}
26162 cc = 12\InsetSpace \thinspace{}
26163 dd)
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 <row topline="true">
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Standard
26174 Scale%
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Standard
26183 % of original image width
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 </row>
26189 <row topline="true">
26190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Standard
26194 text%
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Standard
26203 % of text width
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 </row>
26209 <row topline="true">
26210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Standard
26214 col%
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Standard
26223 % of column width
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 <row topline="true">
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Standard
26234 page%
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Standard
26243 % of paper width
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 </row>
26249 <row topline="true">
26250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Standard
26254 line%
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Standard
26263 % of line width
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 </row>
26269 <row topline="true">
26270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Standard
26274 theight%
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Standard
26283 % of text height
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 </row>
26289 <row topline="true">
26290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Standard
26294 pheight%
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Standard
26303 % of paper height
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 </row>
26309 <row topline="true">
26310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Standard
26314 ex
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Standard
26323 height of letter 
26324 \emph on
26325 x
26326 \emph default
26327  in current font
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 <row topline="true">
26334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Standard
26338 em
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Standard
26347 width of letter 
26348 \emph on
26349 M
26350 \emph default
26351  in current font
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 </row>
26357 <row topline="true" bottomline="true">
26358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Standard
26362 mu
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Standard
26371 math unit (1\InsetSpace \thinspace{}
26372 mu = 1/18\InsetSpace \thinspace{}
26373 em)
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 </lyxtabular>
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Chapter
26392 Output File Formats with Graphics
26393 \begin_inset LatexCommand label
26394 name "cha:Output-File-Formats"
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \begin_layout Section
26402 DVI
26403 \begin_inset LatexCommand index
26404 name "File Formats ! DVI"
26405
26406 \end_inset
26407
26408
26409 \begin_inset LatexCommand index
26410 name "DVI|see{File Formats}"
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \begin_layout Standard
26418 This file type has the extension 
26419 \begin_inset Quotes eld
26420 \end_inset
26421
26422
26423 \family typewriter
26424 .dvi
26425 \family default
26426
26427 \begin_inset Quotes erd
26428 \end_inset
26429
26430 .
26431  It is called 
26432 \begin_inset Quotes eld
26433 \end_inset
26434
26435 device-independent
26436 \begin_inset Quotes erd
26437 \end_inset
26438
26439  (DVI), because it is completely portable; you can move them from one machine
26440  to another without needing to do any sort of conversion.
26441  At the time when this file-format was developed, this was no matter of
26442  course.
26443  DVIs are used for quick previews and as pre-stage for other output formats,
26444  like PostScript.
26445 \end_layout
26446
26447 \begin_layout Standard
26448 \begin_inset Note Greyedout
26449 status open
26450
26451 \begin_layout Standard
26452
26453 \series bold
26454 Note:
26455 \series default
26456  DVI-files doesn't contain images, they will only be a linked.
26457 \end_layout
26458
26459 \end_inset
26460
26461  So don't forget this, if you move your 
26462 \family typewriter
26463 .dvi
26464 \family default
26465  file to another computer.
26466  This property can also slow down your computer when you view the DVI.
26467  Because the DVI-viewer has to convert the image in the background to make
26468  it visible when you scroll in the DVI.
26469  So we recommend to use PDF for files with many images.
26470 \end_layout
26471
26472 \begin_layout Standard
26473 You can export your document to DVI by using the menu 
26474 \family sans
26475 File\SpecialChar \menuseparator
26476 Export\SpecialChar \menuseparator
26477 DVI
26478 \family default
26479 .
26480  You can view your document as PostScript via the 
26481 \family sans
26482 View
26483 \family default
26484  menu or by using the toolbar button 
26485 \begin_inset Graphics
26486         filename ../images/buffer-view_dvi.xpm
26487         scale 85
26488
26489 \end_inset
26490
26491 .
26492 \end_layout
26493
26494 \begin_layout Section
26495 PostScript
26496 \begin_inset LatexCommand label
26497 name "sec:PostScript"
26498
26499 \end_inset
26500
26501
26502 \begin_inset LatexCommand index
26503 name "File Formats ! PostScript\\protect\\pagebreak"
26504
26505 \end_inset
26506
26507
26508 \begin_inset LatexCommand index
26509 name "PostScript|see{File Formats}"
26510
26511 \end_inset
26512
26513
26514 \end_layout
26515
26516 \begin_layout Standard
26517 This file type has the extension 
26518 \begin_inset Quotes eld
26519 \end_inset
26520
26521
26522 \family typewriter
26523 .ps
26524 \family default
26525
26526 \begin_inset Quotes erd
26527 \end_inset
26528
26529 .
26530  PostScript was developed by the company 
26531 \family typewriter
26532 Adobe
26533 \family default
26534  as printer language.
26535  The file contains therefore commands that the printer uses to print the
26536  file.
26537  PostScript can be seen as 
26538 \begin_inset Quotes eld
26539 \end_inset
26540
26541 programming language
26542 \begin_inset Quotes erd
26543 \end_inset
26544
26545 ; you can calculate with it and draw diagrams and images
26546 \begin_inset Foot
26547 status collapsed
26548
26549 \begin_layout Standard
26550 If you are interested to learn more about this, have a look at the LaTeX-package
26551  
26552 \series bold
26553 PSTricks
26554 \series default
26555  
26556 \begin_inset LatexCommand cite
26557 key "pstricks"
26558
26559 \end_inset
26560
26561 .
26562 \end_layout
26563
26564 \end_inset
26565
26566 .
26567  Due to this ability, the files are often bigger than PDFs.
26568 \end_layout
26569
26570 \begin_layout Standard
26571 PostScript can only contain images in the format 
26572 \begin_inset Quotes eld
26573 \end_inset
26574
26575 Encapsulated PostScript
26576 \begin_inset Quotes erd
26577 \end_inset
26578
26579  (EPS, file extension 
26580 \begin_inset Quotes eld
26581 \end_inset
26582
26583
26584 \family typewriter
26585 .eps
26586 \family default
26587
26588 \begin_inset Quotes erd
26589 \end_inset
26590
26591 ).
26592  As LyX allows you to use any known image format in your document, it has
26593  to convert images in the background to EPS.
26594  If you have e.g 50 images in your document, LyX has to do 50 conversions
26595  whenever you view or export your document.
26596  This will slow down your work flow with LyX drastically.
26597  So if you plan to use PostScript, you can insert your images directly as
26598  EPS to avoid this problem.
26599 \end_layout
26600
26601 \begin_layout Standard
26602 You can export your document to PostScript using the menu 
26603 \family sans
26604 File\SpecialChar \menuseparator
26605 Export\SpecialChar \menuseparator
26606 Postscript
26607 \family default
26608 .
26609  You can view your document as PostScript via the 
26610 \family sans
26611 View
26612 \family default
26613  menu or by using the toolbar button 
26614 \begin_inset Graphics
26615         filename ../images/buffer-view_ps.xpm
26616         scale 85
26617
26618 \end_inset
26619
26620 .
26621 \end_layout
26622
26623 \begin_layout Section
26624 PDF
26625 \begin_inset LatexCommand label
26626 name "sec:PDF"
26627
26628 \end_inset
26629
26630
26631 \begin_inset LatexCommand index
26632 name "File Formats ! PDF"
26633
26634 \end_inset
26635
26636
26637 \begin_inset LatexCommand index
26638 name "PDF"
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \begin_layout Standard
26646 This file type has the extension 
26647 \begin_inset Quotes eld
26648 \end_inset
26649
26650
26651 \family typewriter
26652 .pdf
26653 \family default
26654
26655 \begin_inset Quotes erd
26656 \end_inset
26657
26658 .
26659  The 
26660 \begin_inset Quotes eld
26661 \end_inset
26662
26663 Portable Document Format
26664 \begin_inset Quotes erd
26665 \end_inset
26666
26667  (PDF) is developed by 
26668 \family typewriter
26669 Adobe
26670 \family default
26671  as derivative from PostScript.
26672  It is more compressed and it uses much less commands than PostScript.
26673  As the name 
26674 \begin_inset Quotes eld
26675 \end_inset
26676
26677 portable
26678 \begin_inset Quotes erd
26679 \end_inset
26680
26681  implies, it can be processed at any computer system and the printed output
26682  looks exactly the same.
26683 \end_layout
26684
26685 \begin_layout Standard
26686 PDF can contain images in its own PDF format, in the format 
26687 \begin_inset Quotes eld
26688 \end_inset
26689
26690 Joint Photographic Experts Group
26691 \begin_inset Quotes erd
26692 \end_inset
26693
26694  (JPG, file extension 
26695 \begin_inset Quotes eld
26696 \end_inset
26697
26698
26699 \family typewriter
26700 .jpg
26701 \family default
26702
26703 \begin_inset Quotes erd
26704 \end_inset
26705
26706  or 
26707 \begin_inset Quotes eld
26708 \end_inset
26709
26710
26711 \family typewriter
26712 .jpeg
26713 \family default
26714
26715 \begin_inset Quotes erd
26716 \end_inset
26717
26718 ), and in the format 
26719 \begin_inset Quotes eld
26720 \end_inset
26721
26722 Portable Network Graphics
26723 \begin_inset Quotes erd
26724 \end_inset
26725
26726  (PNG, file extension 
26727 \begin_inset Quotes eld
26728 \end_inset
26729
26730
26731 \family typewriter
26732 .png
26733 \family default
26734
26735 \begin_inset Quotes erd
26736 \end_inset
26737
26738 ).
26739  You can although use any other image format, because LyX converts them
26740  in the background to one of these formats.
26741  But as described in the section about PostScript, the image conversion
26742  will slow down your work flow.
26743  So it is recommended to use images in one of the three mentioned formats.
26744 \end_layout
26745
26746 \begin_layout Standard
26747 You can export your document to PDF via the menu 
26748 \family sans
26749 File\SpecialChar \menuseparator
26750 Export
26751 \family default
26752  in three different ways:
26753 \end_layout
26754
26755 \begin_layout Description
26756 PDF This uses the program 
26757 \family typewriter
26758 ps2pdf
26759 \family default
26760  that creates a PDF from a PostScript-version of your file.
26761  The PostScript-version is produced by the program 
26762 \family typewriter
26763 dvips
26764 \family default
26765  which uses a DVI-version as intermediate step.
26766  So this export variant consist of three conversions.
26767 \end_layout
26768
26769 \begin_layout Description
26770 PDF\InsetSpace ~
26771 (dvipdfm) This uses the program 
26772 \family typewriter
26773 dvipdfm
26774 \family default
26775  that converts your file in the background to DVI and in a second step to
26776  PDF.
26777 \end_layout
26778
26779 \begin_layout Description
26780 PDF\InsetSpace ~
26781 (pdflatex) This uses the program 
26782 \family typewriter
26783 pdftex
26784 \family default
26785  that converts your file directly to PDF.
26786 \end_layout
26787
26788 \begin_layout Standard
26789 It is recommended to use 
26790 \family sans
26791 PDF\InsetSpace ~
26792 (pdflatex)
26793 \family default
26794  because 
26795 \family typewriter
26796 pdftex
26797 \family default
26798  supports all features of actual PDF-versions, is quick and works stable
26799  without problems.
26800  The program 
26801 \family typewriter
26802 dvipdfm
26803 \family default
26804  is not under development and therefore a bit outdated.
26805 \end_layout
26806
26807 \begin_layout Standard
26808 You can view your document as PDF via the 
26809 \family sans
26810 View
26811 \family default
26812  menu or by using the toolbar button 
26813 \begin_inset Graphics
26814         filename ../images/buffer-view_pdf2.xpm
26815         scale 85
26816
26817 \end_inset
26818
26819  
26820 \family sans
26821 (
26822 \family default
26823 that uses 
26824 \family sans
26825 PDF\InsetSpace ~
26826 (pdflatex)
26827 \family default
26828 ).
26829 \end_layout
26830
26831 \begin_layout Chapter
26832 Explanation of Equation\InsetSpace ~
26833
26834 \begin_inset LatexCommand eqref
26835 reference "eq:Wgn"
26836
26837 \end_inset
26838
26839
26840 \begin_inset LatexCommand label
26841 name "cha:Explanation-of-Equation"
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \begin_layout Standard
26849 The total width of 
26850 \emph on
26851 n
26852 \emph default
26853  table cells 
26854 \begin_inset Formula $W_{\mathrm{tot\, n}}$
26855 \end_inset
26856
26857  can be calculated to
26858 \end_layout
26859
26860 \begin_layout Standard
26861 \begin_inset Formula \begin{equation}
26862 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Standard
26870 Where 
26871 \begin_inset Formula $W_{g\, n}$
26872 \end_inset
26873
26874  is the given width of all cells.
26875  
26876 \series bold
26877
26878 \backslash
26879 tabcolsep
26880 \series default
26881  is the LaTeX-length between the cell text and the cell border, its default
26882  value is 6\InsetSpace \thinspace{}
26883 pt.
26884  
26885 \series bold
26886
26887 \backslash
26888 arrayrulewidth
26889 \series default
26890  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
26891 pt.
26892 \end_layout
26893
26894 \begin_layout Standard
26895 Following equation\InsetSpace ~
26896
26897 \begin_inset LatexCommand eqref
26898 reference "eq:Wtot_n"
26899
26900 \end_inset
26901
26902 , the total width of a multicolumn 
26903 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
26904 \end_inset
26905
26906  is
26907 \end_layout
26908
26909 \begin_layout Standard
26910 \begin_inset Formula \begin{equation}
26911 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Standard
26919 By setting equation\InsetSpace ~
26920
26921 \begin_inset LatexCommand eqref
26922 reference "eq:Wtot_n"
26923
26924 \end_inset
26925
26926  and 
26927 \begin_inset LatexCommand eqref
26928 reference "eq:Wtot_mult"
26929
26930 \end_inset
26931
26932  equal we can calculate the needed given width 
26933 \begin_inset Formula $W_{g\, n}$
26934 \end_inset
26935
26936  when 
26937 \emph on
26938 n
26939 \emph default
26940  columns are spanned, so that each column has a total width of 
26941 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
26942 \end_inset
26943
26944 :
26945 \end_layout
26946
26947 \begin_layout Standard
26948 \begin_inset Formula \begin{equation}
26949 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
26950
26951 \end_inset
26952
26953
26954 \end_layout
26955
26956 \begin_layout Bibliography
26957 \begin_inset LatexCommand bibitem
26958 key "latexcompanion"
26959
26960 \end_inset
26961
26962 Frank Mittelbach and Michel Goossens: 
26963 \emph on
26964 The LaTeX Companion Second Edition.
26965  
26966 \emph default
26967 Addison-Wesley, 2004
26968 \end_layout
26969
26970 \begin_layout Bibliography
26971 \begin_inset LatexCommand bibitem
26972 key "latexguide"
26973
26974 \end_inset
26975
26976 Helmut Kopka and Patrick W.
26977  Daly: 
26978 \emph on
26979 A Guide to LaTeX Fourth Edition.
26980  
26981 \emph default
26982 Addison-Wesley, 2003
26983 \end_layout
26984
26985 \begin_layout Bibliography
26986 \begin_inset LatexCommand bibitem
26987 key "latexbook"
26988
26989 \end_inset
26990
26991 Leslie Lamport: 
26992 \emph on
26993 LaTeX: A Document Preparation System.
26994  
26995 \emph default
26996 Addison-Wesley, second edition, 1994
26997 \end_layout
26998
26999 \begin_layout Bibliography
27000 \begin_inset LatexCommand bibitem
27001 key "booktabs"
27002
27003 \end_inset
27004
27005
27006 \begin_inset ERT
27007 status collapsed
27008
27009 \begin_layout Standard
27010
27011
27012 \backslash
27013 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27014 {
27015 \end_layout
27016
27017 \end_inset
27018
27019 Documentation
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Standard
27024
27025 }
27026 \end_layout
27027
27028 \end_inset
27029
27030  of the LaTeX-package 
27031 \series bold
27032 booktabs
27033 \series default
27034
27035 \begin_inset LatexCommand index
27036 name "LaTeX-packages ! booktabs"
27037
27038 \end_inset
27039
27040
27041 \end_layout
27042
27043 \begin_layout Bibliography
27044 \begin_inset LatexCommand bibitem
27045 key "caption"
27046
27047 \end_inset
27048
27049
27050 \begin_inset ERT
27051 status collapsed
27052
27053 \begin_layout Standard
27054
27055
27056 \backslash
27057 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27058 \end_layout
27059
27060 \end_inset
27061
27062 Documentation
27063 \begin_inset ERT
27064 status collapsed
27065
27066 \begin_layout Standard
27067
27068 }
27069 \end_layout
27070
27071 \end_inset
27072
27073  of the LaTeX-package 
27074 \series bold
27075 caption
27076 \series default
27077
27078 \begin_inset LatexCommand index
27079 name "LaTeX-packages ! caption"
27080
27081 \end_inset
27082
27083
27084 \end_layout
27085
27086 \begin_layout Bibliography
27087 \begin_inset LatexCommand bibitem
27088 key "caption-de"
27089
27090 \end_inset
27091
27092 German 
27093 \begin_inset ERT
27094 status collapsed
27095
27096 \begin_layout Standard
27097
27098
27099 \backslash
27100 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27101 {
27102 \end_layout
27103
27104 \end_inset
27105
27106 documentation
27107 \begin_inset ERT
27108 status collapsed
27109
27110 \begin_layout Standard
27111
27112 }
27113 \end_layout
27114
27115 \end_inset
27116
27117  of the LaTeX-package 
27118 \series bold
27119 caption
27120 \end_layout
27121
27122 \begin_layout Bibliography
27123 \begin_inset LatexCommand bibitem
27124 key "endfloat"
27125
27126 \end_inset
27127
27128
27129 \begin_inset ERT
27130 status collapsed
27131
27132 \begin_layout Standard
27133
27134
27135 \backslash
27136 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27137 {
27138 \end_layout
27139
27140 \end_inset
27141
27142 Documentation
27143 \begin_inset ERT
27144 status collapsed
27145
27146 \begin_layout Standard
27147
27148 }
27149 \end_layout
27150
27151 \end_inset
27152
27153  of the LaTeX-package 
27154 \series bold
27155 endfloat
27156 \series default
27157
27158 \begin_inset LatexCommand index
27159 name "LaTeX-packages ! endfloat"
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Bibliography
27167 \begin_inset LatexCommand bibitem
27168 key "floatflt"
27169
27170 \end_inset
27171
27172
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Standard
27177
27178
27179 \backslash
27180 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27181 {
27182 \end_layout
27183
27184 \end_inset
27185
27186 Documentation
27187 \begin_inset ERT
27188 status collapsed
27189
27190 \begin_layout Standard
27191
27192 }
27193 \end_layout
27194
27195 \end_inset
27196
27197  of the LaTeX-package 
27198 \series bold
27199 floatflt
27200 \series default
27201
27202 \begin_inset LatexCommand index
27203 name "LaTeX-packages ! floatflt"
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Bibliography
27211 \begin_inset LatexCommand bibitem
27212 key "footmisc"
27213
27214 \end_inset
27215
27216
27217 \begin_inset ERT
27218 status collapsed
27219
27220 \begin_layout Standard
27221
27222
27223 \backslash
27224 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27225 {
27226 \end_layout
27227
27228 \end_inset
27229
27230 Documentation
27231 \begin_inset ERT
27232 status collapsed
27233
27234 \begin_layout Standard
27235
27236 }
27237 \end_layout
27238
27239 \end_inset
27240
27241  of the LaTeX-package 
27242 \series bold
27243 footmisc
27244 \series default
27245
27246 \begin_inset LatexCommand index
27247 name "LaTeX-packages ! footmisc"
27248
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Bibliography
27255 \begin_inset LatexCommand bibitem
27256 key "hypcap"
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://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27269 \end_layout
27270
27271 \end_inset
27272
27273 Documentation
27274 \begin_inset ERT
27275 status collapsed
27276
27277 \begin_layout Standard
27278
27279 }
27280 \end_layout
27281
27282 \end_inset
27283
27284  of the LaTeX-package 
27285 \series bold
27286 hypcap
27287 \series default
27288
27289 \begin_inset LatexCommand index
27290 name "LaTeX-packages ! hyperref"
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \begin_layout Bibliography
27298 \begin_inset LatexCommand bibitem
27299 key "hyperref"
27300
27301 \end_inset
27302
27303
27304 \begin_inset ERT
27305 status collapsed
27306
27307 \begin_layout Standard
27308
27309
27310 \backslash
27311 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27312 {
27313 \end_layout
27314
27315 \end_inset
27316
27317 Documentation
27318 \begin_inset ERT
27319 status collapsed
27320
27321 \begin_layout Standard
27322
27323 }
27324 \end_layout
27325
27326 \end_inset
27327
27328  of the LaTeX-package 
27329 \series bold
27330 hyperref
27331 \series default
27332
27333 \begin_inset LatexCommand index
27334 name "LaTeX-packages ! hyperref"
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \begin_layout Bibliography
27342 \begin_inset LatexCommand bibitem
27343 key "koma-script"
27344
27345 \end_inset
27346
27347
27348 \begin_inset ERT
27349 status collapsed
27350
27351 \begin_layout Standard
27352
27353
27354 \backslash
27355 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27356 df}{
27357 \end_layout
27358
27359 \end_inset
27360
27361 Documentation
27362 \begin_inset ERT
27363 status collapsed
27364
27365 \begin_layout Standard
27366
27367 }
27368 \end_layout
27369
27370 \end_inset
27371
27372  of the LaTeX-package 
27373 \series bold
27374 koma-script
27375 \series default
27376
27377 \begin_inset LatexCommand index
27378 name "LaTeX-packages ! koma-script"
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Bibliography
27386 \begin_inset LatexCommand bibitem
27387 key "koma-script-de"
27388
27389 \end_inset
27390
27391 German 
27392 \begin_inset ERT
27393 status collapsed
27394
27395 \begin_layout Standard
27396
27397
27398 \backslash
27399 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
27400 df}{
27401 \end_layout
27402
27403 \end_inset
27404
27405 documentation
27406 \begin_inset ERT
27407 status collapsed
27408
27409 \begin_layout Standard
27410
27411 }
27412 \end_layout
27413
27414 \end_inset
27415
27416  of the LaTeX-package 
27417 \series bold
27418 koma-script
27419 \series default
27420
27421 \begin_inset LatexCommand index
27422 name "LaTeX-packages ! koma-script"
27423
27424 \end_inset
27425
27426
27427 \end_layout
27428
27429 \begin_layout Bibliography
27430 \begin_inset LatexCommand bibitem
27431 key "marginnote"
27432
27433 \end_inset
27434
27435
27436 \begin_inset ERT
27437 status collapsed
27438
27439 \begin_layout Standard
27440
27441
27442 \backslash
27443 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
27444 pdf}{
27445 \end_layout
27446
27447 \end_inset
27448
27449 Documentation
27450 \begin_inset ERT
27451 status collapsed
27452
27453 \begin_layout Standard
27454
27455 }
27456 \end_layout
27457
27458 \end_inset
27459
27460  of the LaTeX-package 
27461 \series bold
27462 marginnote
27463 \series default
27464
27465 \begin_inset LatexCommand index
27466 name "LaTeX-packages ! marginnote"
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \begin_layout Bibliography
27474 \begin_inset LatexCommand bibitem
27475 key "pstricks"
27476
27477 \end_inset
27478
27479
27480 \begin_inset ERT
27481 status collapsed
27482
27483 \begin_layout Standard
27484
27485
27486 \backslash
27487 href{http://tug.org/PSTricks/main.cgi/}{
27488 \end_layout
27489
27490 \end_inset
27491
27492 Web page
27493 \begin_inset ERT
27494 status collapsed
27495
27496 \begin_layout Standard
27497
27498 }
27499 \end_layout
27500
27501 \end_inset
27502
27503  of the LaTeX-package 
27504 \series bold
27505 PSTricks
27506 \series default
27507
27508 \begin_inset LatexCommand index
27509 name "LaTeX-packages ! PSTricks"
27510
27511 \end_inset
27512
27513
27514 \end_layout
27515
27516 \begin_layout Bibliography
27517 \begin_inset LatexCommand bibitem
27518 key "sidecap"
27519
27520 \end_inset
27521
27522
27523 \begin_inset ERT
27524 status collapsed
27525
27526 \begin_layout Standard
27527
27528
27529 \backslash
27530 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
27531 \end_layout
27532
27533 \end_inset
27534
27535 Documentation
27536 \begin_inset ERT
27537 status collapsed
27538
27539 \begin_layout Standard
27540
27541 }
27542 \end_layout
27543
27544 \end_inset
27545
27546  of the LaTeX-package 
27547 \series bold
27548 sidecap
27549 \series default
27550
27551 \begin_inset LatexCommand index
27552 name "LaTeX-packages ! sidecap"
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Bibliography
27560 \begin_inset LatexCommand bibitem
27561 key "NewInLyX15"
27562
27563 \end_inset
27564
27565
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Standard
27570
27571
27572 \backslash
27573 href{http://wiki.lyx.org/LyX/NewInLyX15}{
27574 \end_layout
27575
27576 \end_inset
27577
27578 Wiki page
27579 \begin_inset ERT
27580 status collapsed
27581
27582 \begin_layout Standard
27583
27584 }
27585 \end_layout
27586
27587 \end_inset
27588
27589  about new LyX-features planned for the release 
27590 \family sans
27591 LyX 1.5
27592 \family default
27593 .
27594 \end_layout
27595
27596 \begin_layout Standard
27597 \begin_inset LatexCommand printindex
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Standard
27605 \begin_inset FloatList figure
27606
27607 \end_inset
27608
27609
27610 \end_layout
27611
27612 \begin_layout Standard
27613 \begin_inset FloatList table
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \end_body
27621 \end_document