diff --git a/lib/doc/ChangeLog b/lib/doc/ChangeLog index dd006fcb39..821ff6b9d2 100644 --- a/lib/doc/ChangeLog +++ b/lib/doc/ChangeLog @@ -1,3 +1,11 @@ +2005-09-19 Jürgen Spitzmüller + + * UserGuide.lyx: document new space inset, correct some + menu references, document new single quotation mark handling. + + * Extended.lyx: document natbib, jurabib and bibtopic; + mention the customizability of index processor. + 2005-09-08 Angus Leeming * UserGuide.lyx: correct grammar describing invocation of the diff --git a/lib/doc/Extended.lyx b/lib/doc/Extended.lyx index 4ef5955096..67a5804f67 100644 --- a/lib/doc/Extended.lyx +++ b/lib/doc/Extended.lyx @@ -35,12 +35,10 @@ \begin_body \begin_layout Title - Extended LyX Features \end_layout \begin_layout Author - by the LyX Team \begin_inset Foot status collapsed @@ -62,8 +60,6 @@ Principal maintainer of this file is \end_layout \begin_layout Standard - - \begin_inset LatexCommand \tableofcontents{} \end_inset @@ -72,12 +68,10 @@ Principal maintainer of this file is \end_layout \begin_layout Chapter - Introduction \end_layout \begin_layout Standard - The \emph on Extended LyX Features @@ -102,7 +96,6 @@ User's Guide \end_layout \begin_layout Standard - This manual also documents some special features, like fax support, version control, and SGML support, which require additional software to work properly. Lastly, there's a chapter of LaTeX tools and tips, things you can use to @@ -115,7 +108,6 @@ is \end_layout \begin_layout Standard - Of course, with all of this extra documentation, \emph on Extended LyX Features @@ -133,7 +125,6 @@ Overextended Manual \end_layout \begin_layout Standard - If you haven't read the \emph on Introduction @@ -154,7 +145,6 @@ User's Guide \end_layout \begin_layout Standard - In this document, many sections are independent articles contributed by an individual and are noted as such. This person is generally whoever wrote the layout file for the new document @@ -164,7 +154,6 @@ In this document, many sections are independent articles contributed by \end_layout \begin_layout Standard - Since all the topics in this manual depend heavily on LyX's interaction with LaTeX, this first chapter covers \emph on @@ -176,18 +165,14 @@ the inner workings of LyX and how to direct LyX to generate exactly the \end_layout \begin_layout Chapter - LyX and LaTeX \end_layout \begin_layout Section - How LyX Uses LaTeX \end_layout \begin_layout Standard - - \begin_inset LatexCommand \label{sec:lyxandlatex} \end_inset @@ -200,7 +185,6 @@ This chapter is for both TeX-nicians and the LaTeX-curious. \end_layout \begin_layout Standard - At one time, we called LyX a \begin_inset Quotes eld \end_inset @@ -248,14 +232,12 @@ ile \end_layout \begin_layout Standard - There are several commands that automatically invoke LaTeX. They are: \end_layout \begin_layout Itemize - \family sans \bar under V @@ -269,7 +251,6 @@ Format \begin_layout Itemize - \family sans \bar under V @@ -287,7 +268,6 @@ Format \begin_layout Itemize - \family sans \bar under F @@ -302,7 +282,6 @@ rint \begin_layout Itemize - \family sans \bar under F @@ -316,19 +295,16 @@ ax \end_layout \begin_layout Standard - They will only invoke LaTeX if the file has changed since the last time LaTeX was run. \end_layout \begin_layout Standard - When you run LaTeX on the file you're editing, LyX performs these steps: \end_layout \begin_layout Enumerate - Convert the document to LaTeX and save to a file with the extension \family typewriter .tex @@ -341,7 +317,6 @@ Convert the document to LaTeX and save to a file with the extension \end_layout \begin_layout Enumerate - Run LaTeX on the \family typewriter .tex @@ -350,14 +325,12 @@ Run LaTeX on the \end_layout \begin_layout Enumerate - If there are any errors, insert error boxes in the document to mark where they are. These boxes are transient and are not saved along with the document. \end_layout \begin_layout Standard - If you've run LaTeX using \family sans View\InsetSpace ~ @@ -384,7 +357,6 @@ rint \end_layout \begin_layout Itemize - Run \family typewriter dvips @@ -394,7 +366,6 @@ dvips \begin_deeper \begin_layout Itemize - For \family sans View\InsetSpace ~ @@ -406,7 +377,6 @@ PostScript \end_layout \begin_layout Itemize - For \family sans \bar under @@ -421,9 +391,9 @@ rint \family default , as expected. \end_layout + \end_deeper \begin_layout Itemize - Execute \family typewriter ghostview @@ -432,8 +402,6 @@ ghostview \end_layout \begin_layout Section - - \begin_inset Quotes eld \end_inset @@ -449,13 +417,11 @@ Help! LyX generated an unreadable \end_layout \begin_layout Standard - Die-hard LaTeX users will scream and howl this into the night, then declare LyX useless, simply because they didn't RTFM. \end_layout \begin_layout Standard - We're going to set the record straight. LyX produces two kinds of LaTeX files. One is human readable. @@ -495,12 +461,10 @@ ile \end_layout \begin_layout Section - Translating LaTeX files into LyX \end_layout \begin_layout Standard - You can import a LaTeX file into LyX by using the \family sans \bar under @@ -541,7 +505,6 @@ reLyX \begin_layout Standard - \family typewriter reLyX \family default @@ -556,7 +519,6 @@ reLyX \begin_layout Standard - \family typewriter reLyX \family default @@ -570,7 +532,6 @@ Extended Features \end_layout \begin_layout Standard - If you can't get \family typewriter reLyX @@ -585,7 +546,6 @@ reLyX \end_layout \begin_layout Section - Inserting LaTeX Code into LyX Documents \begin_inset LatexCommand \label{sec:Inserting-LaTeX-Code} @@ -595,8 +555,6 @@ Inserting LaTeX Code into LyX Documents \end_layout \begin_layout Standard - - \begin_inset LatexCommand \label{sec:latexcodes} \end_inset @@ -646,21 +604,18 @@ status inlined \end_layout \begin_layout Standard - You can switch between all three by right-clicking on the ERT. Note that if you want more than one line of LaTeX commands, you cannot use the inlined mode. \end_layout \begin_layout Standard - Here's an example of inserting LaTeX commands in a LyX document. The code looks like this: \end_layout \begin_layout LyX-Code - \backslash begin{tabular}{ll} \newline @@ -719,7 +674,6 @@ end{tabular} \end_layout \begin_layout Standard - The ERT box containing this text is directly after this paragraph. Those of you reading the manual online will only see a bunch of funky text in red. @@ -727,8 +681,6 @@ The ERT box containing this text is directly after this paragraph. \end_layout \begin_layout Standard - - \begin_inset ERT status collapsed @@ -745,7 +697,9 @@ begin{minipage}{5cm} \end_layout \begin_layout Standard -This is an example for a minipage environment. You can put nearly everything in it, even (non-floating) figures and tables. +This is an example for a minipage environment. + You can put nearly everything in it, even (non-floating) figures and tables. + \end_layout \begin_layout Standard @@ -777,7 +731,8 @@ begin{minipage}{5cm} \end_layout \begin_layout Standard -This ... +This ... + \end_layout \begin_layout Standard @@ -810,7 +765,6 @@ end{tabular} \end_layout \begin_layout Standard - In addition to these two methods, you can also create a separate file containing some complex LaTeX structure. You can then use @@ -845,19 +799,16 @@ know \end_layout \begin_layout Standard - There are a few last notes to emphasize: \end_layout \begin_layout Itemize - Inside of LyX, LaTeX code appears \emph on in red \end_layout \begin_layout Itemize - LyX \emph on does not @@ -866,12 +817,10 @@ does not \end_layout \begin_layout Itemize - Beware reinventing the wheel. \end_layout \begin_layout Standard - That last note refers to two things. First, LyX does have quite a few features tucked into it, and more are coming. @@ -896,7 +845,6 @@ User's Guide status open \begin_layout Standard - Note from \noun on John Weiss @@ -913,7 +861,6 @@ John Weiss \end_layout \begin_layout Standard - If you do need to do some wild and fancy things within your document, be sure to check out a good LaTeX book for assistance. There are a number of them listed in the bibliography of the @@ -924,25 +871,20 @@ User's Guide \end_layout \begin_layout Standard - There are a number of LaTeX commands which have to be placed before the beginning of the actual text. They go into the preamble, and this is explained in the next section. \end_layout \begin_layout Section - LyX and the LaTeX Preamble \end_layout \begin_layout Subsection - About the LaTeX Preamble \end_layout \begin_layout Standard - - \begin_inset LatexCommand \label{sec:preamble} \end_inset @@ -957,7 +899,6 @@ If you already know LaTeX, there is no need to explain here what the preamble \end_layout \begin_layout Standard - The LaTeX preamble comes at the very beginning of a document, \emph on before @@ -967,14 +908,12 @@ the text. \end_layout \begin_layout Itemize - declare the document class. LyX already does this for you. \end_layout \begin_deeper \begin_layout Standard - If you're a seasoned LaTeX-nician, and you have some custom document class you want to use, check out the \emph on @@ -984,9 +923,9 @@ Customization Manual Be sure to submit your efforts to the LyX Team for inclusion in future versions! \end_layout + \end_deeper \begin_layout Itemize - declare the usage of packages. LaTeX packages provide special commands, which are only available within a document when the package has been declared in the preamble. @@ -1004,7 +943,6 @@ indentfirst \end_layout \begin_layout Itemize - set counters, variables, lengths and widths. There are several LaTeX counters and variables which \emph on @@ -1019,7 +957,6 @@ must \end_layout \begin_layout Itemize - declare user defined commands [with \family typewriter @@ -1049,7 +986,6 @@ before \end_layout \begin_layout Standard - LyX adds its own set of definitions to the preamble of the \family typewriter .tex @@ -1059,12 +995,10 @@ LyX adds its own set of definitions to the preamble of the \end_layout \begin_layout Subsection - Changing the Preamble \end_layout \begin_layout Standard - The commands which LyX adds to the preamble of a LaTeX file are fixed; you can't change them without patching LyX itself. You can, however, add your own stuff to the preamble. @@ -1072,7 +1006,6 @@ The commands which LyX adds to the preamble of a LaTeX file are fixed; you \end_layout \begin_layout Enumerate - Select \family sans \bar under @@ -1112,7 +1045,6 @@ ettings \end_layout \begin_layout Enumerate - Use the preamble contents you've added as your default template (see \begin_inset Quotes eld \end_inset @@ -1129,7 +1061,6 @@ User's Guide \end_layout \begin_layout Standard - LyX adds anything in the \family sans \bar under @@ -1150,23 +1081,19 @@ make sure your preamble code is correct \end_layout \begin_layout Subsection - Examples \end_layout \begin_layout Standard - Here are some examples of what you can add to a preamble, and what they do: \end_layout \begin_layout Subsubsection - Example #1: Offsets \end_layout \begin_layout Standard - There are two variables under LaTeX that control page position: \family typewriter @@ -1200,7 +1127,6 @@ voffset \end_layout \begin_layout Standard - The default values for \family typewriter @@ -1220,7 +1146,6 @@ the page isn't shifted. \end_layout \begin_layout Standard - Unfortunately, some DVI drivers always seem to shift the page. We have no idea why, or why the sysadmin hasn't fixed such behavior. If you're using LyX on a system that you don't personally maintain, and @@ -1243,7 +1168,6 @@ voffset \begin_layout LyX-Code - \backslash setlength{ \backslash @@ -1252,7 +1176,6 @@ hoffset}{-0.5 in} \begin_layout LyX-Code - \backslash setlength{ \backslash @@ -1260,18 +1183,15 @@ voffset}{-0.5 in} \end_layout \begin_layout Standard - \SpecialChar \ldots{} and your margins should now be correct. \end_layout \begin_layout Subsubsection - Example #2: Labels \end_layout \begin_layout Standard - Speaking of labels, suppose you wanted to print out a bunch of address labels. There's a rather nice package, available at your nearest CTAN archive, for printing sheets of labels, called @@ -1288,7 +1208,6 @@ labels.sty \end_layout \begin_layout Standard - First, make sure you're using the \family sans article @@ -1299,55 +1218,47 @@ document class. \begin_layout LyX-Code - \backslash usepackage{labels} \end_layout \begin_layout LyX-Code - \backslash LabelCols=3 \end_layout \begin_layout LyX-Code - \backslash LabelRows=7 \end_layout \begin_layout LyX-Code - \backslash LeftBorder=8mm \end_layout \begin_layout LyX-Code - \backslash RightBorder=8mm \end_layout \begin_layout LyX-Code - \backslash TopBorder=9mm \end_layout \begin_layout LyX-Code - \backslash BottomBorder=2mm \end_layout \begin_layout Standard - This sets things up for Avery® label sheets, stock #5360. You're now ready to print labels, but you'll need to insert LaTeX code, placing the commands @@ -1371,18 +1282,15 @@ labels.sty \end_layout \begin_layout Standard - Someday, someone may write a LyX layout file to support this package directly. Maybe that someone is you. \end_layout \begin_layout Subsubsection - Example #3: Paragraph Indentation \end_layout \begin_layout Standard - Americans are trained to indent the first line of \emph on every @@ -1394,7 +1302,6 @@ every status collapsed \begin_layout Standard - Note from \noun on John Weiss @@ -1414,7 +1321,6 @@ me \end_layout \begin_layout Standard - Of course, this behavior isn't standard typography. In books, you typically only indent the first line of a paragraph \emph on @@ -1429,31 +1335,26 @@ if \end_layout \begin_layout Standard - If you're a typical American, though, you don't care about such esoteric things; you want your indentation! Add this to the preamble: \end_layout \begin_layout LyX-Code - \backslash usepackage{indentfirst} \end_layout \begin_layout Standard - If your TeX distribution isn't a braindead one, you'll have this package, and all of your paragraphs will get the indentation you think they deserve. \end_layout \begin_layout Subsubsection - Example #4: This Document \end_layout \begin_layout Standard - You can also check out the preamble of this document to get an idea of some of the advanced things you can do. You'll probably need to make the @@ -1484,12 +1385,10 @@ dirty tricks \end_layout \begin_layout Section - LyX and LaTeX Errors \end_layout \begin_layout Standard - When LyX calls LaTeX, it tells LaTeX to blithely ignore any errors and keep going. It then uses the log-file from the LaTeX run to do a post-mortem. @@ -1511,7 +1410,6 @@ Error status collapsed \begin_layout Standard - LyX will occasionally misguess where the error was. This will typically happen with tables, figures, math, and the preamble. \end_layout @@ -1523,7 +1421,6 @@ LyX will occasionally misguess where the error was. \end_layout \begin_layout Standard - You can navigate through the errors by using \family sans \bar under @@ -1552,7 +1449,6 @@ open \end_layout \begin_layout Standard - Some folks also like to look at the log file directly, accessible from \family sans @@ -1575,8 +1471,6 @@ File \end_layout \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -1593,7 +1487,6 @@ LaTeX Warning: \begin_deeper \begin_layout Standard - Anything beginning with these word is a warning message for the purpose of \begin_inset Quotes eld @@ -1610,13 +1503,11 @@ debugging \end_layout \begin_layout Standard - You can by-and-large ignore these. \end_layout + \end_deeper \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -1633,20 +1524,17 @@ LaTeX Font Warning: \begin_deeper \begin_layout Standard - Another warning message, this time about fonts which LaTeX couldn't find. The rest of the message will often say something about a replacement font that LaTeX used. \end_layout \begin_layout Standard - You can safely ignore these. \end_layout + \end_deeper \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -1665,7 +1553,6 @@ hbox \begin_deeper \begin_layout Standard - LaTeX absolutely \emph on loves @@ -1680,15 +1567,13 @@ loves \end_layout \begin_layout Standard - You can ignore these stupid messages. Your eyes will tell you if there's a problem with something that's too wide; just look at the output. \end_layout + \end_deeper \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -1707,7 +1592,6 @@ hbox \begin_deeper \begin_layout Standard - Not quite as common as its cousin. LaTeX seems to like to print lines that are a bit too wide as opposed to ones that are a bit too narrow. @@ -1715,13 +1599,11 @@ Not quite as common as its cousin. \end_layout \begin_layout Standard - You can ignore these, too. \end_layout + \end_deeper \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -1754,15 +1636,13 @@ vbox \begin_deeper \begin_layout Standard - Warnings about troubles breaking the page. Once again, just look at the output. Your eyes will tell you where something has gone wrong. \end_layout + \end_deeper \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -1787,7 +1667,6 @@ Xxxx \begin_deeper \begin_layout Standard - The file \begin_inset Quotes eld \end_inset @@ -1834,7 +1713,6 @@ econfigure \end_layout \begin_layout Standard - If you \emph on did @@ -1848,10 +1726,9 @@ usepackage{} command, and the package in question isn't installed, you'll need to install it yourself. \end_layout + \end_deeper \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -1868,15 +1745,13 @@ LaTeX Error: Unknown option \begin_deeper \begin_layout Standard - Error messages beginning with this are trying to tell you that you specified a bad or undefined option to a package. Check the package's documentation. \end_layout + \end_deeper \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -1893,16 +1768,15 @@ Undefined control sequence \begin_deeper \begin_layout Standard - If you've inserted LaTeX code into your document, but made a typo, you'll get one of these. You may have forgotten to load a package. In any case, this error message usually means that you used an undefined command. \end_layout + \end_deeper \begin_layout Standard - There are other error and warning messages. Some are self-explanatory. These are usually LaTeX messages. @@ -1915,36 +1789,30 @@ no clue \end_layout \begin_layout Standard - There's a general sequence you should follow if you get error messages: \end_layout \begin_layout Enumerate - Look at the LaTeX code you inserted for typos. \end_layout \begin_layout Enumerate - If there are no typos, check and see that you used the command(s) correctly. \end_layout \begin_layout Enumerate - If you get a bunch of error boxes piled up at the very top of the document, it means that there are errors in the preamble. Start debugging your preamble. \end_layout \begin_layout Enumerate - If you didn't add anything to the preamble and didn't add any LaTeX code to the document, the first suspect is your LaTeX distribution itself. Check for missing packages and install them. \end_layout \begin_layout Enumerate - Okay, so there are no missing packages. Did you use any of the fine-tuning options in LyX? Specifically, did you @@ -1969,7 +1837,6 @@ s? Did you try to kludge something together with these instead of using \end_layout \begin_layout Enumerate - All right, you didn't use any of the fine-tuning options, you played by the rules. Did you try to pull a fancy maneuver? Did you do something funky inside @@ -1977,7 +1844,6 @@ All right, you didn't use any of the fine-tuning options, you played by \end_layout \begin_layout Enumerate - Do you have long sections of text where LaTeX cannot find a place to break a line? By default, LaTeX is rather strict about how much extra inter-word spacing it will add in order to break a line. @@ -1992,7 +1858,6 @@ sloppypar \end_layout \begin_layout Enumerate - Did you go overboard with the nesting? LyX (currently) doesn't check to make sure you're in the limits for nesting environments. If you nested a bunch of environments to the @@ -2003,7 +1868,6 @@ Did you go overboard with the nesting? LyX (currently) doesn't check to \end_layout \begin_layout Enumerate - Okay, you didn't get any error messages, but your output looks whacked. If you have a table or figure that's too wide or long for the page, you need to: @@ -2011,23 +1875,20 @@ Okay, you didn't get any error messages, but your output looks whacked. \begin_deeper \begin_layout Enumerate - rescale the figure so it fits. \end_layout \begin_layout Enumerate - trim down the table so it fits. \end_layout \begin_layout Standard - If something else is wrong with the output, and you didn't try to pull anything fancy or kludge the fine-tuning options, we're not sure what's wrong. \end_layout + \end_deeper \begin_layout Standard - If all this doesn't help --- well, then \emph on perhaps @@ -2037,31 +1898,34 @@ perhaps \end_layout \begin_layout Chapter - Supplemental Tools \end_layout \begin_layout Section - Preparing a Bibliography with BibTeX -\end_layout +\begin_inset LatexCommand \label{sec:Preparing-a-Bibliography} -\begin_layout Standard - -by -\noun on -Mike Ressler -\end_layout - -\begin_layout Standard - - -\begin_inset VSpace bigskip \end_inset \end_layout +\begin_layout Standard +by +\noun on +Mike Ressler +\noun default + and +\noun on +Jürgen Spitzmüller +\end_layout + +\begin_layout Standard +\begin_inset VSpace bigskip +\end_inset + + +\end_layout \begin_layout Standard \noindent @@ -2107,7 +1971,6 @@ TeX \end_layout \begin_layout Standard - For those who don't know what BibTeX is, it is a system for creating a large database of your most used journal references. For all future articles you write, you only need to include this standard @@ -2118,7 +1981,6 @@ For those who don't know what BibTeX is, it is a system for creating a large \end_layout \begin_layout Standard - To use BibTeX with LyX, first read the \emph on User Guide @@ -2140,7 +2002,6 @@ BibTeX Reference \end_layout \begin_layout Description - Database: enter the name of your \family typewriter .bib @@ -2163,7 +2024,6 @@ without \end_layout \begin_layout Description - Style: enter the name of your BibTeX style file *without* the \family typewriter .bst @@ -2178,7 +2038,6 @@ plain \end_layout \begin_layout Standard - For each citation, assuming that the source is in the \family typewriter .bib @@ -2214,25 +2073,517 @@ VI \end_layout -\begin_layout Section +\begin_layout Subsection +Alternative Citation Styles +\end_layout +\begin_layout Standard +Standard BibTeX uses numbers (e.\InsetSpace \, +g.\InsetSpace \space + +\begin_inset Quotes eld +\end_inset + +[12] +\begin_inset Quotes erd +\end_inset + +) to refer to a cited work. + However, in many scientific disciplines, other citation styles are in use. + The most common one is the author-year style (e.\InsetSpace \, +g.\InsetSpace \space + +\begin_inset Quotes eld +\end_inset + +Knuth 1984a +\begin_inset Quotes erd +\end_inset + +). + LyX supports two packages that provide this style, +\family typewriter +natbib +\family default + and +\family typewriter +jurabib +\family default +. + Both packages have their own pros and cons, which cannot be listed in detail. + If you only want to have simple author-year (or author-numerical) style + or if you want to use one of the countless style files for natbib, than + the established +\family typewriter +natbib +\family default + package is probably your choice. + If you need special features like short title references, ibidem etc., you + might consider the fairly new +\family typewriter +jurabib +\family default + package. +\end_layout + +\begin_layout Standard +The handling of both packages in LyX is basically the same. + Go to +\family sans +\bar under +D +\bar default +ocument\SpecialChar \menuseparator + +\bar under +S +\bar default +ettings +\family default +and select the +\family sans +Bibliography +\family default + pane (with the xforms frontend: the +\family sans +Extras +\family default + tab). + Then select +\family sans +Natbib +\family default + or +\family sans +Jurabib +\family default +. + With both packages, you will get some extra features in the citation dialog + and you can select the style of the reference ( +\begin_inset Quotes eld +\end_inset + +Knuth 1984 +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +Knuth (1984) +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +Knuth, 1984 +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +1984 +\begin_inset Quotes erd +\end_inset + + etc.). + Note that both packages need specifically designed style files (they both + ship their own, while there are lots of additional style files and even + an interactive style file builder +\begin_inset Foot +status collapsed + +\begin_layout Standard +See +\begin_inset LatexCommand \url{ftp://ctan.tug.org/tex-archive/macros/latex/contrib/custom-bib/} + +\end_inset + + +\end_layout + +\end_inset + + for +\family typewriter +natbib +\family default + available). +\end_layout + +\begin_layout Subsection +Sectionated Bibliographies +\begin_inset LatexCommand \label{sub:Sectionated-Bibliographies} + +\end_inset + + +\end_layout + +\begin_layout Standard +Sometimes you might need to divide your bibliography into several sections. + If you are, for instance, a historian, the possibility to separate sources + and scientific works is most likely a +\begin_inset Quotes eld +\end_inset + +must have +\begin_inset Quotes erd +\end_inset + +. + Unfortunately, BibTeX itself does not allow you to do this. + The good news is, though: With the help of some LaTeX packages, BibTeX + can be extended to fit your historical needs. +\end_layout + +\begin_layout Standard +As of version 1.4, LyX provides native support for one of these packages, + Stefan Ulrich's +\family typewriter +bibtopic +\family default +. +\begin_inset Foot +status collapsed + +\begin_layout Standard +Available from +\begin_inset LatexCommand \url{ftp://ctan.tug.org/tex-archive/macros/latex/contrib/bibtopic/} + +\end_inset + + +\end_layout + +\end_inset + + The advantage of this package (compared to other packages like +\family typewriter +multibib +\family default +) is that you don't need to define new citation commands. + Instead, you need to prepare different bibliographic databases which include + the entries for the different sections of the bibliography. + For example: If you want to divide your bibliography into the sections + +\begin_inset Quotes eld +\end_inset + +Sources +\begin_inset Quotes erd +\end_inset + + and +\begin_inset Quotes eld +\end_inset + +Scientific works +\begin_inset Quotes erd +\end_inset + +, you first need to create two bibliographic databases, e.\InsetSpace \, +g.\InsetSpace \space + +\family typewriter +sources.bib +\family default + and +\family typewriter +scientific.bib +\family default +. + +\end_layout + +\begin_layout Standard +In LyX, go to +\family sans +\bar under +D +\bar default +ocument\SpecialChar \menuseparator + +\bar under +S +\bar default +ettings +\family default +and select the +\family sans +Bibliography +\family default + pane (with the xforms frontend: the +\family sans +Extras +\family default + tab). + Check +\family sans +Sectionated\InsetSpace ~ +bibliography +\family default +. + Now you can insert multiple BibTeX references (as described in section\InsetSpace ~ + +\begin_inset LatexCommand \ref{sec:Preparing-a-Bibliography} + +\end_inset + +), one for each section of your bibliography. + Returning to our example: Insert a BibTeX reference for the database +\family typewriter +sources.bib +\family default + and a second one for the database +\family typewriter +scientific.bib +\family default +. + You are free to use the same or different styles for each section. + Additionally, you can chose if the bibliography section should contain + +\begin_inset Quotes eld +\end_inset + +all cited references +\begin_inset Quotes erd +\end_inset + + of the specified database(s) (which is the default), +\begin_inset Quotes eld +\end_inset + +all uncited references +\begin_inset Quotes erd +\end_inset + + or even +\begin_inset Quotes eld +\end_inset + +all references +\begin_inset Quotes erd +\end_inset + +. + This might be useful if you would like to separate your bibliography into + three sections: +\begin_inset Quotes eld +\end_inset + +Cited sources +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +Uncited sources +\begin_inset Quotes erd +\end_inset + +, and +\begin_inset Quotes eld +\end_inset + +Scientific works +\begin_inset Quotes erd +\end_inset + +. + The titles for the sections can be added as ordinary sections or subsections. + Since +\family typewriter +bibtopic +\family default + removes the bibliography title, you have manually re-add that, too (as + a chapter* or section*, for instance). +\end_layout + +\begin_layout Subsection +Multiple Bibliographies +\end_layout + +\begin_layout Standard +Multiple bibliographies, e.\InsetSpace \, +g.\InsetSpace \space +a bibliography for each section or chapter of + the document, are not supported by BibTeX itself. + But the +\family typewriter +bibtopic +\family default + package, which is used for the creation of sectionated bibliographies in + LyX (cf.\InsetSpace ~ +section\InsetSpace ~ + +\begin_inset LatexCommand \ref{sub:Sectionated-Bibliographies} + +\end_inset + +), provides an easy way to solve this task, if you are willing to use some + LaTeX-Code (ERT, cf.\InsetSpace ~ +section\InsetSpace ~ + +\begin_inset LatexCommand \ref{sec:Inserting-LaTeX-Code} + +\end_inset + +). +\begin_inset Foot +status collapsed + +\begin_layout Standard +An alternative approach is to use the +\family typewriter +chapterbib +\family default + or +\family typewriter +bibunits +\family default + package, respectively. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +First, go to +\family sans +\bar under +D +\bar default +ocument\SpecialChar \menuseparator + +\bar under +S +\bar default +ettings +\family default +and select the +\family sans +Bibliography +\family default + pane (with the xforms frontend: the +\family sans +Extras +\family default + tab). + Check +\family sans +Sectionated\InsetSpace ~ +bibliography +\family default +. + In the document, you have to enclose the sections, which shall contain + their own bibliography (including the BibTeX reference itself), between + +\family typewriter + +\backslash +begin{btUnit} +\family default + and +\family typewriter + +\backslash +end{btUnit} +\family default + (those commands have to be inserted as ERT). + The bibliography will contain all references which have been cited in the + current btUnit. + N.\InsetSpace +B.: If you are using this approach, then +\emph on +every +\emph default + citation reference has to be inside some btUnit. + Also, the btUnits cannot be nested. +\end_layout + +\begin_layout Section Making an Index \end_layout \begin_layout Standard - A good index is one of the hardest things to make in a lengthy document, but LyX helps make things a bit simpler by interfacing to the \family typewriter makeindex \family default program which is found in most recent LaTeX distributions. +\begin_inset Foot +status collapsed + +\begin_layout Standard + +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none +In the +\family sans +\series default +\shape default +\size default +\emph default +\bar default +\noun default +\color default +Outputs\SpecialChar \menuseparator +LaT\SpecialChar \textcompwordmark{} +eX +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none + section of the preferences dialog, however, you can customize the index + command, if you prefer an alternative program like +\family typewriter +\series default +\shape default +\size default +\emph default +\bar default +\noun default +\color default +xindy +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none +. +\end_layout + +\end_inset + Inserting an index and marking words to include in it works much the same way as preparing a bibliography as mentioned in the last section. \end_layout \begin_layout Standard - First, go to the end of your file and select \family sans \bar under @@ -2304,23 +2655,19 @@ nested entries \end_layout \begin_layout Standard - Be careful not to put spaces between the word in the text and the index marker; apparently the wrong page number can be produced if this happens. \end_layout \begin_layout Section - Multipart Documents \end_layout \begin_layout Subsection - General Operation \end_layout \begin_layout Standard - When you are working on a large file with many sections, it is often convenient to break up the document into several files, or perhaps you have something where a table may change from time to time, but the preceding text does @@ -2366,7 +2713,6 @@ end{document} \end_layout \begin_layout Standard - LyX allows you to include files quite easily with \family sans \bar under @@ -2389,7 +2735,6 @@ Document \end_layout \begin_layout Standard - The file selection box should by now be obvious. The three inclusion methods are \begin_inset Quotes eld @@ -2454,7 +2799,6 @@ inputted \end_layout \begin_layout Standard - Generally, the master file is converted into a full LaTeX file before typesettin g, while the included files are converted to LaTeX files which do not have all the preamble information. @@ -2471,7 +2815,6 @@ typeset \end_layout \begin_layout Standard - A \begin_inset Quotes eld \end_inset @@ -2503,12 +2846,10 @@ output \end_layout \begin_layout Subsection - Cross-References Between Files \end_layout \begin_layout Standard - It is possible to set up cross-references between the different files. First, open all the files in question: let's call them A and B in a two file example, where B is included in A. @@ -2526,12 +2867,10 @@ buffer \end_layout \begin_layout Section - Algorithms \end_layout \begin_layout Standard - The package \family sans algorithm @@ -2542,12 +2881,10 @@ algorithm \end_layout \begin_layout Section - Subfigures \end_layout \begin_layout Standard - The package \family sans subfigure @@ -2559,12 +2896,10 @@ is used by LyX when you select ``subfigure'' in the graphics dialog and \end_layout \begin_layout Section - Fancy Headers and Footers \end_layout \begin_layout Standard - The default page layout is rather plain; for an article document class, all you get is a centered page number at the bottom of the page. This document is the book class, so it appears to be a bit fancier, but @@ -2587,7 +2922,6 @@ Guide \end_layout \begin_layout Standard - The page header is divided into three fields, not surprisingly labeled \begin_inset Quotes eld \end_inset @@ -2646,7 +2980,6 @@ lfoot \begin_layout Standard - \family typewriter \backslash @@ -2655,7 +2988,6 @@ lhead{John Q. \end_layout \begin_layout Standard - You will now see your name in the upper left. If a field has a default entry that you would like to get rid of (often the page number appears in the central footer, simply include a command @@ -2664,7 +2996,6 @@ You will now see your name in the upper left. \begin_layout Standard - \family typewriter \backslash @@ -2672,7 +3003,6 @@ cfoot{} \end_layout \begin_layout Standard - Let's get really fancy: lets put the section number with the word \begin_inset Quotes eld \end_inset @@ -2690,7 +3020,6 @@ Section \begin_layout Standard - \family typewriter \backslash @@ -2701,7 +3030,6 @@ thesection} \begin_layout Standard - \family typewriter \backslash @@ -2710,7 +3038,6 @@ chead{} \begin_layout Standard - \family typewriter \backslash @@ -2721,7 +3048,6 @@ thepage} \begin_layout Standard - \family typewriter \backslash @@ -2731,7 +3057,6 @@ lfoot{John Q. \begin_layout Standard - \family typewriter \backslash @@ -2740,7 +3065,6 @@ cfoot{} \begin_layout Standard - \family typewriter \backslash @@ -2750,7 +3074,6 @@ today} \end_layout \begin_layout Standard - The codes \family typewriter @@ -2775,7 +3098,6 @@ today \end_layout \begin_layout Standard - The thicknesses of the horizontal rules drawn beneath the header and above the footer can also be modified. If you don't want one of the headers, set its thickness to 0. @@ -2801,7 +3123,6 @@ footrulewidth}{0.4pt} \end_layout \begin_layout Standard - You can switch the header/footer settings on and off for individual pages using commands like \family typewriter @@ -2829,7 +3150,6 @@ thispagestyle{fancy} \end_layout \begin_layout Standard - There are more complex commands which will let you insert things in the upper left on odd numbered pages, etc., but I will refer you to the \family typewriter @@ -2845,7 +3165,6 @@ fancyhdr.dvi \end_layout \begin_layout Standard - As a final example, it is possible to include an Encapsulated PostScript® file in the header or footer. Suppose you want to put a company logo in the upper lefthand corner. @@ -2854,7 +3173,6 @@ As a final example, it is possible to include an Encapsulated PostScript \begin_layout Standard - \family typewriter \backslash @@ -2877,12 +3195,10 @@ usepackage{graphics} \end_layout \begin_layout Section - Minipages \end_layout \begin_layout Standard - LaTeX provides a mechanism to produce essentially a page within a page, called minipages. Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~ @@ -2891,7 +3207,6 @@ apply. \end_layout \begin_layout Standard - Minipages in LyX have their own collapsable box; insert one via \family sans \bar under @@ -2912,7 +3227,6 @@ age \end_layout \begin_layout Standard - If you place two minipages side-by-side, you can use \family sans \bar under @@ -2936,8 +3250,6 @@ hfill \end_layout \begin_layout Standard - - \begin_inset Box Frameless position "t" hor_pos "c" @@ -2951,7 +3263,6 @@ height_special "totalheight" status open \begin_layout Standard - This is a minipage which does not use hfill. This is the second sentence of a minipage which does not use hfill. \end_layout @@ -2962,8 +3273,6 @@ This is a minipage which does not use hfill. \end_layout \begin_layout Standard - - \begin_inset Box Frameless position "t" hor_pos "c" @@ -2977,7 +3286,6 @@ height_special "totalheight" status open \begin_layout Standard - This is a second minipage which does not use hfill. This is the second sentence of a second minipage which does not use hfill. \end_layout @@ -2987,10 +3295,7 @@ This is a second minipage which does not use hfill. \end_layout - \begin_layout Standard - - \begin_inset VSpace medskip \end_inset @@ -2998,23 +3303,17 @@ This is a second minipage which does not use hfill. \end_layout \begin_layout Standard - Here is some normal text to separate the two examples. \end_layout \begin_layout Standard - - \begin_inset VSpace medskip \end_inset \end_layout - \begin_layout Standard - - \begin_inset Box Frameless position "t" hor_pos "c" @@ -3028,7 +3327,6 @@ height_special "totalheight" status open \begin_layout Standard - This is a minipage which does use hfill. This is the second sentence of a minipage which does use hfill. \end_layout @@ -3051,7 +3349,6 @@ height_special "totalheight" status open \begin_layout Standard - This is a second minipage which does use hfill. This is the second sentence of a second minipage which does use hfill. \end_layout @@ -3062,7 +3359,6 @@ This is a second minipage which does use hfill. \end_layout \begin_layout Section - Wrapping Text Around Figures \begin_inset LatexCommand \label{sec:floatflt} @@ -3072,16 +3368,12 @@ Wrapping Text Around Figures \end_layout \begin_layout Standard - - \begin_inset Wrap figure placement r width "6cm" status open \begin_layout Standard - - \begin_inset Graphics filename mobius.eps display color @@ -3094,7 +3386,6 @@ status open \end_layout \begin_layout Caption - This is a wrapped figure, and this is the brilliant caption that describes it \end_layout @@ -3105,7 +3396,6 @@ This is a wrapped figure, and this is the brilliant caption that describes \end_layout \begin_layout Standard - A very frequently asked question is whether text can be made to \begin_inset Quotes eld \end_inset @@ -3128,7 +3418,6 @@ LaTeX Configuration \end_layout \begin_layout Standard - At the right is a figure of a mobius strip---you should have already seen this in the \emph on @@ -3152,7 +3441,6 @@ Floatflt Figure \end_layout \begin_layout Standard - Note: this package is very fragile! For example, having a figure too close to the bottom of the page will mess things up, as will having two figures close together. @@ -3161,12 +3449,10 @@ Note: this package is very fragile! For example, having a figure too close \end_layout \begin_layout Section - Extra Table Options \end_layout \begin_layout Standard - While the standard table layout will suffice in 99% of all tables you generate, occasionally you will run into one which requires a bit of extra tweaking. The table dialog which appears on a right-click of a table allows these @@ -3267,19 +3553,16 @@ borders \end_layout \begin_layout Subsection - Removing Extra Column Space \end_layout \begin_layout Standard - Here is a standard table: \end_layout \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -3290,7 +3573,6 @@ Here is a standard table: \begin_layout Standard - \family roman \series medium \shape up @@ -3309,7 +3591,6 @@ Type \begin_layout Standard - \family roman \series medium \shape up @@ -3330,7 +3611,6 @@ Example \begin_layout Standard - \family roman \series medium \shape up @@ -3349,7 +3629,6 @@ Rock \begin_layout Standard - \family roman \series medium \shape up @@ -3370,7 +3649,6 @@ Granite \begin_layout Standard - \family roman \series medium \shape up @@ -3389,7 +3667,6 @@ Mineral \begin_layout Standard - \family roman \series medium \shape up @@ -3412,7 +3689,6 @@ Quartz \end_layout \begin_layout Standard - Notice that the horizontal rule extends a bit past the text on both sides. If you wanted the line to end even with the text, we can put a null separator on the ends to get rid of the bit of extra space LaTeX adds by default. @@ -3421,8 +3697,7 @@ Notice that the horizontal rule extends a bit past the text on both sides. \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -3433,7 +3708,6 @@ Notice that the horizontal rule extends a bit past the text on both sides. \begin_layout Standard - \family roman \series medium \shape up @@ -3452,7 +3726,6 @@ Type \begin_layout Standard - \family roman \series medium \shape up @@ -3473,7 +3746,6 @@ Example \begin_layout Standard - \family roman \series medium \shape up @@ -3492,7 +3764,6 @@ Rock \begin_layout Standard - \family roman \series medium \shape up @@ -3513,7 +3784,6 @@ Granite \begin_layout Standard - \family roman \series medium \shape up @@ -3532,7 +3802,6 @@ Mineral \begin_layout Standard - \family roman \series medium \shape up @@ -3555,7 +3824,6 @@ Quartz \end_layout \begin_layout Standard - In this case, the column specifier for the left column was set to \begin_inset Quotes eld \end_inset @@ -3585,12 +3853,10 @@ l @{} \end_layout \begin_layout Subsection - Changing the Column Separator Character \end_layout \begin_layout Standard - Now suppose you really wanted, for reasons that are completely opaque, to use \begin_inset Formula $\sqrt{\pi}$ @@ -3620,8 +3886,7 @@ pi}$~} l \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -3632,7 +3897,6 @@ pi}$~} l \begin_layout Standard - \family roman \series medium \shape up @@ -3651,7 +3915,6 @@ Type \begin_layout Standard - \family roman \series medium \shape up @@ -3672,7 +3935,6 @@ Example \begin_layout Standard - \family roman \series medium \shape up @@ -3691,7 +3953,6 @@ Rock \begin_layout Standard - \family roman \series medium \shape up @@ -3712,7 +3973,6 @@ Granite \begin_layout Standard - \family roman \series medium \shape up @@ -3731,7 +3991,6 @@ Mineral \begin_layout Standard - \family roman \series medium \shape up @@ -3754,12 +4013,10 @@ Quartz \end_layout \begin_layout Subsection - Making a Decimal Point Aligned Column \end_layout \begin_layout Standard - Okay, that last example was very silly, but here is one that is not. Suppose you want to make a table that has a column which is aligned on a decimal point. @@ -3773,8 +4030,7 @@ Okay, that last example was very silly, but here is one that is not. \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -3786,7 +4042,6 @@ Okay, that last example was very silly, but here is one that is not. \begin_layout Standard - \family roman \series medium \shape up @@ -3805,7 +4060,6 @@ Expression \begin_layout Standard - \family roman \series medium \shape up @@ -3835,7 +4089,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -3844,7 +4097,6 @@ Value \bar no \noun off \color none - \begin_inset Formula $\pi$ \end_inset @@ -3858,7 +4110,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -3877,7 +4128,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -3898,7 +4148,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -3907,7 +4156,6 @@ Value \bar no \noun off \color none - \begin_inset Formula $\pi^{\pi}$ \end_inset @@ -3921,7 +4169,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -3940,7 +4187,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -3961,7 +4207,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -3970,7 +4215,6 @@ Value \bar no \noun off \color none - \begin_inset Formula $(\pi^{\pi})^{\pi}$ \end_inset @@ -3984,7 +4228,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -4014,7 +4257,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -4023,7 +4265,6 @@ Value \bar no \noun off \color none - \begin_inset Formula $\pi^{\pi^{\pi}}$ \end_inset @@ -4037,7 +4278,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -4056,7 +4296,6 @@ Value \begin_layout Standard - \family roman \series medium \shape up @@ -4083,14 +4322,12 @@ Value \end_layout \begin_layout Standard - Though it appears a bit funny in LyX, on paper it will produce what appears to be a 2-column table in which the right column is aligned on the decimal point and the header appears to be centered over it. \end_layout \begin_layout Standard - Perhaps it is best if I described just what I did: first, create a 3 \begin_inset Formula $\times$ \end_inset @@ -4164,12 +4401,10 @@ multicolumn \end_layout \begin_layout Subsection - A Better Decimal-Alignment Solution \end_layout \begin_layout Standard - An alternative way to have decimal alignment in tables is through the \family typewriter dcolumn @@ -4180,20 +4415,17 @@ dcolumn \begin_layout LyX-Code - \backslash usepackage{dcolumn} \end_layout \begin_layout LyX-Code - \backslash newcolumntype{d}[1]{D{.}{.}{#1}} \end_layout \begin_layout Standard - To have a column decimally aligned, enter in the \family sans Special Column Alignment @@ -4206,12 +4438,10 @@ Table \end_layout \begin_layout LyX-Code - d{number of decimals of the data} \end_layout \begin_layout Standard - To create extra column space just increase the number of decimals in \family typewriter d{} @@ -4224,7 +4454,6 @@ d{} \end_layout \begin_layout Standard - This method offers the same flexibility as the \family typewriter dcolumn @@ -4237,12 +4466,10 @@ dcolumn \end_layout \begin_layout LyX-Code - D{inputsep}{outputsep}{decimal places} \end_layout \begin_layout Standard - The interested reader is directed towards the \family typewriter dcolumn @@ -4251,7 +4478,6 @@ dcolumn \end_layout \begin_layout Section - Itemize Bullet Selection \begin_inset LatexCommand \label{sec:bullet} @@ -4261,19 +4487,16 @@ Itemize Bullet Selection \end_layout \begin_layout Standard - by \noun on Allan Rae \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - LyX provides 216 bullet shapes that can be accessed from a simple dialog. Using this dialog you can easily specify what bullet shape to use at each level of an itemized list. @@ -4283,7 +4506,6 @@ LyX provides 216 bullet shapes that can be accessed from a simple dialog. status collapsed \begin_layout Standard - Well, actually you can but you'll have to do it by hand. \end_layout @@ -4293,12 +4515,10 @@ Well, actually you can but you'll have to do it by hand. \end_layout \begin_layout Subsection - How it looks \end_layout \begin_layout Standard - Open the dialog by selecting the \family sans \bar under @@ -4322,7 +4542,6 @@ ullets \end_layout \begin_layout Standard - The dialog provides you with a table of bullet shapes. A column of buttons on the left of the table provides access to the six different panels of bullet shapes. @@ -4335,15 +4554,13 @@ The dialog provides you with a table of bullet shapes. \end_layout \begin_layout Standard - The six panels are divided up by the packages they require. The following table shows the mappings from button name to LaTeX packages. \end_layout \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -4354,7 +4571,6 @@ The six panels are divided up by the packages they require. \begin_layout Standard - \family roman \series medium \shape up @@ -4373,7 +4589,6 @@ Button \begin_layout Standard - \family roman \series medium \shape up @@ -4394,7 +4609,6 @@ Packages Required \begin_layout Standard - \family sans \series medium \shape up @@ -4413,7 +4627,6 @@ Standard \begin_layout Standard - \series medium \shape up \size normal @@ -4433,7 +4646,6 @@ base LaTeX \begin_layout Standard - \family sans \series medium \shape up @@ -4452,7 +4664,6 @@ Maths \begin_layout Standard - \family typewriter \series medium \shape up @@ -4473,7 +4684,6 @@ amssymb.sty \begin_layout Standard - \family sans \series medium \shape up @@ -4492,7 +4702,6 @@ Ding1 \begin_layout Standard - \family typewriter \series medium \shape up @@ -4513,7 +4722,6 @@ pifont.sty \begin_layout Standard - \family sans \series medium \shape up @@ -4532,7 +4740,6 @@ Ding2 \begin_layout Standard - \family typewriter \series medium \shape up @@ -4553,7 +4760,6 @@ pifont.sty \begin_layout Standard - \family sans \series medium \shape up @@ -4572,7 +4778,6 @@ Ding3 \begin_layout Standard - \family typewriter \series medium \shape up @@ -4593,7 +4798,6 @@ pifont.sty \begin_layout Standard - \family sans \series medium \shape up @@ -4612,7 +4816,6 @@ Ding4 \begin_layout Standard - \family typewriter \series medium \shape up @@ -4635,7 +4838,6 @@ pifont.sty \end_layout \begin_layout Standard - LyX doesn't stop you using bullets from packages you don't have. If you get errors from LaTeX when you try to view or print the file then its likely you are missing a package. @@ -4644,12 +4846,10 @@ LyX doesn't stop you using bullets from packages you don't have. \end_layout \begin_layout Subsection - How to use it \end_layout \begin_layout Standard - Select which bullet depth you want to change then select the bullet shape and size. @@ -4661,13 +4861,11 @@ Any changes will not be visible in LyX, but are visible when viewing the \end_layout \begin_layout Standard - You can reset a bullet shape to the default simply by clicking your right mouse button on the appropriate bullet depth button. \end_layout \begin_layout Standard - If you \emph on really @@ -4680,8 +4878,6 @@ really \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -4701,8 +4897,6 @@ labelitemi \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -4728,7 +4922,6 @@ sharp \end_layout \begin_layout Itemize - Use the LaTeX command \family typewriter @@ -4782,8 +4975,6 @@ labelitem \end_layout \begin_layout Itemize - - \begin_inset ERT status inlined @@ -4815,8 +5006,6 @@ star \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -4836,7 +5025,6 @@ savelabelitemi} \end_layout \begin_layout Standard - You'll also need to revert the labelitem back to its previous setting for the global bullet shape settings to remain in effect. The way used here was: @@ -4853,26 +5041,20 @@ savelabelitemi} \end_layout \begin_layout Chapter - Special Document Classes \end_layout \begin_layout Section - AMS LaTeX \end_layout \begin_layout Standard - by \noun on David Johnson \end_layout - \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset @@ -4902,7 +5084,6 @@ The AMS LaTeX layouts are set up to conform to suggested styles for mathematical \end_layout \begin_layout Enumerate - amsart: The standard AMS-article format. All results and similar statements are numbered as \begin_inset Formula $(n.m)$ @@ -4917,7 +5098,6 @@ amsart: The standard AMS-article format. \end_layout \begin_layout Enumerate - amsart-seq: Here, numbering for each type of statement is in its own sequence, with no reference to the section number. There are also many (but not all) environments available unnumbered, which @@ -4926,13 +5106,11 @@ amsart-seq: Here, numbering for each type of statement is in its own sequence, \end_layout \begin_layout Enumerate - amsart-plain: This one is even more terse, since all the environments are unnumbered. \end_layout \begin_layout Enumerate - amsbook: the standard AMS book (really, monograph) format. Numbering is similar to the amsart layout, except that all numbering is by @@ -4948,7 +5126,6 @@ amsbook: the standard AMS book (really, monograph) format. \end_layout \begin_layout Standard - Any AMS LyX file can be converted to either of the numbering schemes by simply changing the document class in the \family sans @@ -4967,12 +5144,10 @@ ettings \end_layout \begin_layout Subsection - What these layouts provide \end_layout \begin_layout Standard - There is a long list of included environments provided by these layouts. Most mathematical papers or books will set as special statements most of these environments, in AMS-LaTeX there is an opportunity to define an unlimited @@ -4987,7 +5162,6 @@ sections, bibliography, title, author, date \end_layout \begin_layout Description - Theorem This is typically used for the statements of major results. The word \begin_inset Quotes eld @@ -5011,7 +5185,6 @@ Theorem* \end_layout \begin_layout Description - Corollary This is used for statements which follow fairly directly from previous statements. Again, these can be major results. @@ -5023,41 +5196,34 @@ Corollary* \end_layout \begin_layout Description - Lemma These are smaller results needed to prove other statements. \end_layout \begin_layout Description - Proposition These are less major results which (hopefully) add to the general theory being discussed. \end_layout \begin_layout Description - Conjecture These are statements provided without justification, which the author does not know how to prove, but which seem to be true (to the author, at least). \end_layout \begin_layout Description - Criterion A required condition. \end_layout \begin_layout Description - Algorithm A general procedure to be used. \end_layout \begin_layout Description - Axiom This is a property or statement taken as true within the system being discussed. \end_layout \begin_layout Description - Definition Guess what this is for. The font, both on-screen and in the output, is different for this environment than for the previous ones. @@ -5074,58 +5240,47 @@ definition \end_layout \begin_layout Description - Example Typeset similarly to Definition. \end_layout \begin_layout Description - Condition \end_layout \begin_layout Description - Problem \end_layout \begin_layout Description - Exercise \end_layout \begin_layout Description - Remark This environment is also a new type of theorem. This is set with the word Remark in italics, and the rest upright. \end_layout \begin_layout Description - Note Set similarly to the Remark environment. \end_layout \begin_layout Description - Notation \end_layout \begin_layout Description - Claim \end_layout \begin_layout Description - Summary \end_layout \begin_layout Description - Acknowledgement \end_layout \begin_layout Description - Case Generally, these are used to break up long arguments, using specific instances of some condition. The numbering scheme for cases is on its own, not together with other numbered @@ -5134,17 +5289,14 @@ Case Generally, these are used to break up long arguments, using specific \end_layout \begin_layout Description - Conclusion \end_layout \begin_layout Description - Fact \end_layout \begin_layout Description - Proof The word \begin_inset Quotes eld \end_inset @@ -5164,35 +5316,29 @@ Proof \end_layout \begin_layout Description - Address This should be the author's permanent address. \end_layout \begin_layout Description - Current\InsetSpace ~ Address This should be the author's temporary address at the time of submission, if different from the Address. \end_layout \begin_layout Description - Email Author's e-mail address \end_layout \begin_layout Description - URL Author's Web address, if desired. \end_layout \begin_layout Description - Keywords Key words or phrases used to identify specific topics discussed in the paper. \end_layout \begin_layout Description - Subjectclass These refer to the AMS Subject Classifications, published and described in \emph on @@ -5203,34 +5349,28 @@ Mathematical Reviews \end_layout \begin_layout Description - Thanks \end_layout \begin_layout Description - Dedicatory \end_layout \begin_layout Description - Translator \end_layout \begin_layout Standard - In addition, these environments automatically provide the AMS LaTeX and AMS fonts packages. They need to be available on your system in order to use these environments. \end_layout \begin_layout Section - Dinbrief \end_layout \begin_layout Standard - The document class \family sans dinbrief @@ -5244,12 +5384,10 @@ dinbrief \end_layout \begin_layout Section - Paper \end_layout \begin_layout Standard - The document class \family sans paper @@ -5264,24 +5402,20 @@ article \end_layout \begin_layout Section - A&A Paper \end_layout \begin_layout Standard - by \noun on Peter Sütterlin \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - This section describes how LyX can be used to write articles for submission to the scientific journal \emph on @@ -5308,10 +5442,7 @@ aa.cls This package can be downloaded from the ftp site \end_layout - \begin_layout Standard - - \begin_inset VSpace medskip \end_inset @@ -5320,7 +5451,6 @@ aa.cls \begin_layout Standard \align center - \begin_inset LatexCommand \url{ftp://ftp.edpsciences.org/pub/aa/readme.html} \end_inset @@ -5329,17 +5459,13 @@ aa.cls \end_layout \begin_layout Standard - - \begin_inset VSpace medskip \end_inset \end_layout - \begin_layout Standard - A manual comes together with that package, and this text is not meant to replace the original manual but merely a short guide how to realize the correct form of your paper. @@ -5347,7 +5473,6 @@ A manual comes together with that package, and this text is not meant to \end_layout \begin_layout Standard - Please note that the publisher of the journal was changed from Springer to EDP Sciences starting January 1, 2001. That change implicated also some slight changes of the style files, namely @@ -5367,18 +5492,15 @@ LyXDir/layouts/aapaper.layout \end_layout \begin_layout Subsection - Getting started \end_layout \begin_layout Standard - It is recommended you start from the example template distributed with LyX. If you are not using a template, note the following settings: \end_layout \begin_layout Itemize - Select \family sans article (A&A) @@ -5399,7 +5521,6 @@ ettings \end_layout \begin_layout Itemize - Don't change the option \family sans Page\InsetSpace ~ @@ -5414,12 +5535,10 @@ default \end_layout \begin_layout Subsection - The header block \end_layout \begin_layout Standard - First thing to enter is the header information. It consists of seven entries, of which some are optional. They are @@ -5427,7 +5546,6 @@ First thing to enter is the header information. \begin_layout Itemize - \family sans Title \family default @@ -5436,7 +5554,6 @@ Title \begin_layout Itemize - \family sans Subtitle \family default @@ -5445,7 +5562,6 @@ Subtitle \begin_layout Itemize - \family sans Author \family default @@ -5454,7 +5570,6 @@ Author \begin_layout Itemize - \family sans Address \family default @@ -5463,7 +5578,6 @@ Address \begin_layout Itemize - \family sans Offprints \family default @@ -5472,7 +5586,6 @@ Offprints \begin_layout Itemize - \family sans Mail \family default @@ -5481,7 +5594,6 @@ Mail \begin_layout Itemize - \family sans Date \family default @@ -5492,7 +5604,6 @@ Received: ; Accepted \end_layout \begin_layout Standard - There is no need to issue the \family typewriter @@ -5506,7 +5617,6 @@ maketitle \end_layout \begin_layout Standard - If you want to place footnotes in the header block, e.g. \begin_inset ERT status collapsed @@ -5542,14 +5652,12 @@ thanks{} \end_layout \begin_layout Standard - In addition to these topics, the macros use three additional LaTeX commands that have no counterpart in LyX: \end_layout \begin_layout Itemize - \family typewriter \backslash @@ -5561,7 +5669,6 @@ y. \begin_layout Itemize - \family typewriter \backslash @@ -5577,7 +5684,6 @@ Address \begin_layout Itemize - \family typewriter \backslash @@ -5587,7 +5693,6 @@ email{address} \end_layout \begin_layout Standard - In all cases, the appropriate command has to be entered in LyX an marked as LaTeX code. See the examples. @@ -5595,12 +5700,10 @@ In all cases, the appropriate command has to be entered in LyX an marked \end_layout \begin_layout Subsection - The abstract \end_layout \begin_layout Standard - The abstract should immediately follow the header block. With version 5 the abstract environment was changed to a command, and there is now a resctriction to only one paragraph. @@ -5617,107 +5720,91 @@ keywords{} \end_layout \begin_layout Subsection - Supported environments \end_layout \begin_layout Standard - The A&A paper layout supports the following environments for structuring your text: \end_layout \begin_layout Itemize - \family sans Standard \end_layout \begin_layout Itemize - \family sans Section \end_layout \begin_layout Itemize - \family sans Subsection \end_layout \begin_layout Itemize - \family sans Subsubsection \end_layout \begin_layout Itemize - \family sans Itemize \end_layout \begin_layout Itemize - \family sans Enumerate \end_layout \begin_layout Itemize - \family sans Description \end_layout \begin_layout Itemize - \family sans Caption \end_layout \begin_layout Itemize - \family sans Abstract \end_layout \begin_layout Itemize - \family sans Acknowledgment \end_layout \begin_layout Itemize - \family sans Bibliography \end_layout \begin_layout Itemize - \family sans LaTeX \end_layout \begin_layout Subsection - Commands not supported by LyX \end_layout \begin_layout Standard - Some commands are not yet supported by the \family sans paper (A&A) @@ -5729,7 +5816,6 @@ paper (A&A) \begin_layout Itemize - \family typewriter \backslash @@ -5738,7 +5824,6 @@ and \begin_layout Itemize - \family typewriter \backslash @@ -5747,7 +5832,6 @@ email \begin_layout Itemize - \family typewriter \backslash @@ -5756,7 +5840,6 @@ appendix \begin_layout Itemize - \family typewriter \backslash @@ -5765,7 +5848,6 @@ authorrunning \begin_layout Itemize - \family typewriter \backslash @@ -5774,7 +5856,6 @@ inst{} \begin_layout Itemize - \family typewriter \backslash @@ -5783,7 +5864,6 @@ keywords{} \begin_layout Itemize - \family typewriter \backslash @@ -5792,7 +5872,6 @@ object{} \begin_layout Itemize - \family typewriter \backslash @@ -5800,7 +5879,6 @@ titlerunning{} \end_layout \begin_layout Standard - If you want to use any of these commands, you have to enter them yourself. \series bold @@ -5808,12 +5886,10 @@ Do not forget to mark them as LaTeX code! \end_layout \begin_layout Subsection - Figure and Table Floats \end_layout \begin_layout Standard - LyX provides support for the necessary float environments \family sans figure, figure*, table @@ -5845,7 +5921,6 @@ Settings. \end_layout \begin_layout Standard - There is \family sans @@ -5855,7 +5930,6 @@ only one special thing: the figures with caption besides the figure. \end_layout \begin_layout Enumerate - Create a wide figure float: \family sans \bar under @@ -5882,12 +5956,10 @@ columns \end_layout \begin_layout Enumerate - Enter your caption text. \end_layout \begin_layout Enumerate - Press \family sans Return @@ -5896,12 +5968,10 @@ Return \end_layout \begin_layout Enumerate - Insert your figure \end_layout \begin_layout Enumerate - Position the cursor behind the figure and insert a horizontal fill: \family sans \bar under @@ -5925,7 +5995,6 @@ Fill \end_layout \begin_layout Enumerate - Switch to LaTeX mode: \family sans M-c\InsetSpace ~ @@ -5935,7 +6004,6 @@ t \end_layout \begin_layout Enumerate - Enter \family typewriter @@ -5949,7 +6017,6 @@ Do not close the brace! \end_layout \begin_layout Enumerate - Position the cursor behind the caption text, switch to LaTeX mode and insert the closing brace: \family sans @@ -5962,17 +6029,14 @@ t \end_layout \begin_layout Standard - Also, refer to the figures in the example paper. \end_layout \begin_layout Subsection - Referee layout \end_layout \begin_layout Standard - For submission, the paper has to be formated in a special double-spacing layout. For this purpose, you have to give the option @@ -6001,12 +6065,10 @@ referee \end_layout \begin_layout Subsection - The example paper \end_layout \begin_layout Standard - The \family sans Examples @@ -6019,24 +6081,20 @@ Examples \end_layout \begin_layout Section - AASTeX \end_layout \begin_layout Standard - by \noun on Mike Ressler \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - AASTeX is a set of macros produced by the American Astronomical Society to facilitate electronic manuscript submission to the three journals they publish: the Astrophysical Journal (including the Letters and Supplement), @@ -6051,10 +6109,7 @@ AASTeX is a set of macros produced by the American Astronomical Society The AASTeX package may be downloaded from the AASTeX Web site \end_layout - \begin_layout Standard - - \begin_inset VSpace medskip \end_inset @@ -6063,7 +6118,6 @@ AASTeX is a set of macros produced by the American Astronomical Society \begin_layout Standard \align center - \begin_inset LatexCommand \url{http://www.journals.uchicago.edu/AAS/AASTeX} \end_inset @@ -6072,17 +6126,13 @@ AASTeX is a set of macros produced by the American Astronomical Society \end_layout \begin_layout Standard - - \begin_inset VSpace medskip \end_inset \end_layout - \begin_layout Standard - A complete user guide is contained in that package and you should familiarize yourself with it thoroughly before embarking on writing a paper in LyX. LyX will not reduce the need to figure out all the AASTeX commands, it @@ -6093,12 +6143,10 @@ A complete user guide is contained in that package and you should familiarize \end_layout \begin_layout Subsection - Starting a New Paper \end_layout \begin_layout Standard - I strongly suggest that you start with the AASTeX template file. Click on \family sans @@ -6146,12 +6194,10 @@ altaffiltext \end_layout \begin_layout Subsection - Finishing Your Paper \end_layout \begin_layout Standard - When the paper is finished to your satisfaction and previews/prints correctly, there are a few \begin_inset Quotes eld @@ -6166,7 +6212,6 @@ postprocessing \end_layout \begin_layout Enumerate - Export your paper as a LaTeX file ( \family sans \bar under @@ -6189,7 +6234,6 @@ aTeX \end_layout \begin_layout Enumerate - Edit the resulting \family typewriter .tex @@ -6199,7 +6243,6 @@ Edit the resulting \begin_deeper \begin_layout Enumerate - remove the comment lines before the \family typewriter @@ -6210,7 +6253,6 @@ documentclass \end_layout \begin_layout Enumerate - remove the \family typewriter @@ -6233,7 +6275,6 @@ secnumdepth \end_layout \begin_layout Enumerate - remove everything between (and including) the \family typewriter @@ -6261,30 +6302,26 @@ User specified LaTeX commands \family default file). \end_layout + \end_deeper \begin_layout Enumerate - Run the resulting file through LaTeX to make sure it still processes correctly. \end_layout \begin_layout Enumerate - Reread the journal requirements to make sure your filenames and formats are correct. \end_layout \begin_layout Enumerate - Submit it. \end_layout \begin_layout Subsection - Comments On Specific Commands \end_layout \begin_layout Standard - I will not describe the detailed usage of the individual AASTeX commands: the AASTeX User Guide ( \family typewriter @@ -6298,13 +6335,10 @@ aasguide.tex \end_layout \begin_layout Subsubsection - Things that work as expected \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -6320,7 +6354,6 @@ begin{sloppypar} \end_layout \begin_layout Standard - Because they work as you might expect, I simply list them and the section they are found in: \family typewriter @@ -6483,7 +6516,6 @@ end{document} \end_layout \begin_layout Standard - The following style options also work correctly: \family typewriter longabstract @@ -6518,8 +6550,6 @@ Document \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -6535,17 +6565,14 @@ end{sloppypar} \end_layout \begin_layout Subsubsection - Things that work, but require more comment \end_layout \begin_layout Standard - The following items work, but require a little more discussion: \end_layout \begin_layout Itemize - These items are reserved for use by the journal editors, but you can put them into the LaTeX preamble if you feel compelled to do so: \family typewriter @@ -6581,7 +6608,6 @@ cpright \end_layout \begin_layout Itemize - These items may be placed in the LaTeX preamble, and are included as blanks in the template file: \family typewriter @@ -6606,7 +6632,6 @@ shortauthors \begin_layout Itemize - \family typewriter \backslash @@ -6626,7 +6651,6 @@ standalone \begin_layout Itemize - \family typewriter \backslash @@ -6638,7 +6662,6 @@ and \begin_layout Itemize - \family typewriter \backslash @@ -6658,7 +6681,6 @@ standalone \begin_layout Itemize - \family typewriter \backslash @@ -6670,7 +6692,6 @@ placetable \begin_layout Itemize - \family typewriter \backslash @@ -6685,7 +6706,6 @@ placetable \begin_layout Itemize - \family typewriter \backslash @@ -6697,7 +6717,6 @@ acknowledgements \begin_layout Itemize - \family typewriter \backslash @@ -6709,7 +6728,6 @@ appendix \begin_layout Itemize - \family typewriter \backslash @@ -6742,7 +6760,6 @@ figcaption \begin_layout Itemize - \family typewriter \backslash @@ -6759,7 +6776,6 @@ figcaption \begin_layout Itemize - \family typewriter \backslash @@ -6775,13 +6791,10 @@ figcaption \end_layout \begin_layout Subsubsection - Things not implemented, use ERT \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -6798,7 +6811,6 @@ begin{sloppypar} \begin_layout Standard - \family typewriter \backslash @@ -6924,8 +6936,6 @@ twocolumn \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -6941,12 +6951,10 @@ end{sloppypar} \end_layout \begin_layout Subsubsection - Things that cannot be implemented \end_layout \begin_layout Standard - \SpecialChar \ldots{} at least in any meaningful sort of way, so I suggest ignoring them. They are the references environment (2.13.3), and the deluxetable environment @@ -6974,24 +6982,20 @@ aas_sample.lyx \end_layout \begin_layout Subsection - FAQs, Tips, Tricks, and Other Ruminations \end_layout \begin_layout Subsubsection - Getting LyX and AASTeX to cooperate \end_layout \begin_layout Standard - It can be a bit tricky to get LyX to recognize a new layout and document class. When all else fails, do this: \end_layout \begin_layout Enumerate - Make certain that LaTeX can find AASTeX. Copy sample.tex (and perhaps table.tex) from the AASTeX distribution into a directory completely unrelated to LaTeX or AASTeX and run LaTeX on @@ -7002,7 +7006,6 @@ sample.tex \end_layout \begin_layout Enumerate - Make certain that \family typewriter aastex.layout @@ -7019,7 +7022,6 @@ aastex.layout \end_layout \begin_layout Enumerate - Rerun \family sans \bar under @@ -7036,7 +7038,6 @@ econfigure \end_layout \begin_layout Enumerate - Open a regular new file, not from a template. Does AASTeX appear in the class list in \family sans @@ -7054,7 +7055,6 @@ ettings \end_layout \begin_layout Standard - If you get a warning from an existing AASTeX document about not being able to find the AASTeX layout or a message about \begin_inset Quotes eld @@ -7068,12 +7068,10 @@ You should not mix title layouts with normal ones \end_layout \begin_layout Subsubsection - LaTeX error processing a table \end_layout \begin_layout Standard - LyX, by default, attempts to center the table caption/title. This seems to produce a bad interaction in AASTeX so you should click somewhere in the caption/title, then select @@ -7105,7 +7103,6 @@ lock \end_layout \begin_layout Subsubsection - References \begin_inset LatexCommand \label{cite} @@ -7115,7 +7112,6 @@ References \end_layout \begin_layout Standard - A couple of things: 1) I have noticed some funny spacing in the reference entries in the text. When you enter the bibliography item data, make sure their is @@ -7151,12 +7147,10 @@ References \end_layout \begin_layout Subsubsection - Including EPS files \end_layout \begin_layout Standard - Even though AASTeX provides its own figure commands ( \family typewriter @@ -7195,12 +7189,10 @@ stack everything at the end \end_layout \begin_layout Subsubsection - Things I could have done, but didn't \end_layout \begin_layout Standard - There are a few \begin_inset Quotes eld \end_inset @@ -7220,12 +7212,10 @@ pretty \end_layout \begin_layout Subsection - Final Caveat \end_layout \begin_layout Standard - Your mileage may vary. I've now had papers published by both ApJ and AJ that have had 98% of the effort done in LyX; the last 2% was the LaTeX post-processing and a few @@ -7236,24 +7226,20 @@ Your mileage may vary. \end_layout \begin_layout Section - ijmpd \end_layout \begin_layout Standard - by \noun on Panayotis Papasotiriou \end_layout \begin_layout Subsection - Overview \end_layout \begin_layout Standard - The ijmpd package is a set of macros that facilitates electronic manuscript submission to the \emph on @@ -7291,12 +7277,10 @@ International Journal of Modern Physics D \end_layout \begin_layout Subsection - Writing a paper \end_layout \begin_layout Standard - As usual, the easiest way to write a paper is to start with a template. Click on \family sans @@ -7326,13 +7310,11 @@ ijmpd.lyx \end_layout \begin_layout Enumerate - LyX won't let you change the font size and the page style of the document, because the ijmpd package does not allow such modifications. \end_layout \begin_layout Enumerate - The ijmpd package requires that the language of the document should not be changed. Before previewing your paper, be sure that the babel package is not used. @@ -7370,7 +7352,6 @@ Save \end_layout \begin_layout Enumerate - Two new environments, named \begin_inset Quotes eld \end_inset @@ -7391,7 +7372,6 @@ Proof \end_layout \begin_layout Enumerate - Appendices may be added to the paper. LyX offers a special environment, called \begin_inset Quotes eld @@ -7406,7 +7386,6 @@ Appendix \end_layout \begin_layout Enumerate - The ijmpd package implements table captions quite differently than LyX does. As a result, a table created by LyX is printed correctly, but its caption is ignored. @@ -7438,12 +7417,10 @@ ws-ijmpd.tex \end_layout \begin_layout Subsection - Preparing a paper for submission \end_layout \begin_layout Standard - Before you submit your paper you must export the LyX document as a LaTeX file ( \family sans @@ -7470,7 +7447,6 @@ ateX \end_layout \begin_layout Enumerate - Remove the comment lines before the \family typewriter @@ -7481,7 +7457,6 @@ documentclass \end_layout \begin_layout Enumerate - Remove everything between (and including) the \family typewriter @@ -7498,7 +7473,6 @@ makeatother \end_layout \begin_layout Standard - The modified \family typewriter .tex @@ -7512,12 +7486,10 @@ The modified \end_layout \begin_layout Subsection - Use of ERT \end_layout \begin_layout Standard - The use of ERT is optional, and is reduced to three commands, which affect the look of the page. If you started writing your paper by using the @@ -7539,24 +7511,20 @@ markboth{Authors' Names}{Short Paper's Title} \end_layout \begin_layout Section - Kluwer \end_layout \begin_layout Standard - by \noun on Panayotis Papasotiriou \end_layout \begin_layout Subsection - Overview \end_layout \begin_layout Standard - The Kluwer package is a set of macros produced by Kluwer Academic Publishers that facilitates electronic manuscript submission to the journals they publish. @@ -7585,7 +7553,6 @@ Solar Physics \end_layout \begin_layout Standard - LyX supports many features of the package but not everything. However, the ERT needed is reduced to some \begin_inset Quotes eld @@ -7610,12 +7577,10 @@ Astrophysics and Space Science \end_layout \begin_layout Subsection - Writing a paper \end_layout \begin_layout Standard - The easiest way to write a paper is to start with the Kluwer template file. Click on \family sans @@ -7642,12 +7607,10 @@ kluwer.lyx \end_layout \begin_layout Subsection - Preparing a paper for submission \end_layout \begin_layout Standard - As in the AASTeX package, before you submit your paper to a journal you must \begin_inset Quotes eld @@ -7661,7 +7624,6 @@ postprocess \end_layout \begin_layout Enumerate - Export your paper as a LaTeX file. To do this, click on \family sans @@ -7685,7 +7647,6 @@ ateX \end_layout \begin_layout Enumerate - Edit the resulting \family typewriter .tex @@ -7695,7 +7656,6 @@ Edit the resulting \begin_deeper \begin_layout Enumerate - remove the comment lines before the \family typewriter @@ -7706,7 +7666,6 @@ documentclass \end_layout \begin_layout Enumerate - remove everything between (and including) the \family typewriter @@ -7723,16 +7682,15 @@ makeatother \end_layout \begin_layout Standard - Save the resulting \family typewriter .tex \family default file. \end_layout + \end_deeper \begin_layout Enumerate - Run the \family typewriter .tex @@ -7741,7 +7699,6 @@ Run the \end_layout \begin_layout Enumerate - View the resulting \family typewriter .dvi @@ -7754,8 +7711,6 @@ xdvi \end_layout \begin_layout Subsection - - \begin_inset Quotes eld \end_inset @@ -7772,7 +7727,6 @@ Peculiarities \end_layout \begin_layout Standard - The Kluwer package has the following \begin_inset Quotes eld \end_inset @@ -7785,13 +7739,11 @@ peculiarities \end_layout \begin_layout Enumerate - It is possible to write multiple articles in the same LaTeX file \begin_inset Foot status collapsed \begin_layout Standard - I can't imagine any good reason to do this. \end_layout @@ -7837,7 +7789,6 @@ ERT \end_layout \begin_layout Enumerate - Information given at the beginning of the article (i.e., title, subtitle, author, institution, running title, running author, abstract and keywords) must be included in an environment called @@ -7866,7 +7817,6 @@ end{opening} \end_layout \begin_layout Enumerate - According to the user manual, the label of each bibliography item must be written as \family typewriter @@ -7892,7 +7842,6 @@ year \end_layout \begin_layout Standard - The \family typewriter kluwer.lyx @@ -7912,35 +7861,29 @@ peculiarities \end_layout \begin_layout Enumerate - don't delete the ERT included in the template, and \end_layout \begin_layout Enumerate - copy the example bibliography item included in the template and modify it as necessary to enter new bibliography items. \end_layout \begin_layout Section - Koma-Script \end_layout \begin_layout Standard - by \noun on Bernd Rellermeyer \end_layout \begin_layout Subsection - Overview \end_layout \begin_layout Standard - The LyX document classes \emph on article (koma-script) @@ -8004,7 +7947,6 @@ letter.cls \end_layout \begin_layout Itemize - Standard character size is 11pt in \emph on article (koma-script) @@ -8025,7 +7967,6 @@ letter (koma-script) \end_layout \begin_layout Itemize - Headings, labels of the description environment, and a number of elements of the \emph on @@ -8036,7 +7977,6 @@ document class are set in a bold sans serif font. status collapsed \begin_layout Standard - There is a big difference between the bold sans serif old cm fonts and new ec fonts, especially in the appearance of headings. In comparison, the ec bold sans serif fonts look a bit thin. @@ -8103,7 +8043,6 @@ scrguide \end_layout \begin_layout Itemize - The main means in the Koma-Script document classes to design the type area are the options \family sans @@ -8149,7 +8088,6 @@ scrguide \end_layout \begin_layout Itemize - The LaTeX document classes of the Koma-Script family define a number of additional commands. Those part of it which makes sense in LyX is implemented in corresponding @@ -8157,7 +8095,6 @@ The LaTeX document classes of the Koma-Script family define a number of \end_layout \begin_layout Standard - A detailed German description of the LaTeX document classes of the Koma-Script family can be found in the Koma-Script documentation \emph on @@ -8168,7 +8105,6 @@ scrguide status collapsed \begin_layout Standard - There is an English translation \emph on screnggu @@ -8183,12 +8119,10 @@ screnggu \end_layout \begin_layout Subsection - article (koma-script), report (koma-script), and book (koma-script) \end_layout \begin_layout Standard - The document classes \emph on article (koma-script) @@ -8258,7 +8192,6 @@ letter (koma-script) \begin_layout Itemize - \family sans Addpart, Addchap \family default @@ -8292,7 +8225,6 @@ article (koma-script) \begin_layout Itemize - \family sans Addchap* \family default @@ -8322,7 +8254,6 @@ article (koma-script) status collapsed \begin_layout Standard - There is also an \family typewriter @@ -8351,7 +8282,6 @@ Part* \begin_layout Itemize - \family sans Minisec \family default @@ -8361,7 +8291,6 @@ Minisec \begin_layout Itemize - \family sans Captionabove \family default @@ -8394,7 +8323,6 @@ captionbelow \begin_layout Itemize - \family sans Dictum \family default @@ -8447,7 +8375,6 @@ article (koma-script) \end_layout \begin_layout Standard - The following types, together with the standard types \family sans Title @@ -8474,7 +8401,6 @@ ordinary status collapsed \begin_layout Standard - The corresponding LaTeX commands must appear before the \family typewriter @@ -8505,7 +8431,6 @@ Date \begin_layout Itemize - \family sans Subject \family default @@ -8526,7 +8451,6 @@ Date \begin_layout Itemize - \family sans Publishers \family default @@ -8547,7 +8471,6 @@ Date \begin_layout Itemize - \family sans Dedication \family default @@ -8585,7 +8508,6 @@ Publishers \begin_layout Itemize - \family sans Titlehead \family default @@ -8610,7 +8532,6 @@ Subject \begin_layout Itemize - \family sans Uppertitleback \family default @@ -8632,7 +8553,6 @@ article (koma-script) \begin_layout Itemize - \family sans Lowertitleback \family default @@ -8654,7 +8574,6 @@ article (koma-script) \begin_layout Itemize - \family sans Extratitle \family default @@ -8671,7 +8590,6 @@ dirty \end_layout \begin_layout Standard - The layout files for the document classes \emph on article (koma-script) @@ -8698,13 +8616,10 @@ crmacros.inc \end_layout \begin_layout Subsection - letter (koma-script) \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -8774,8 +8689,6 @@ Verse \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -8791,14 +8704,12 @@ end{sloppypar} \end_layout \begin_layout Standard - The appearance of the letter produced by this document class can be controlled by a number of LaTeX commands, which you can put in the LaTeX preamble. \begin_inset Foot status collapsed \begin_layout Standard - For example, the standard appearance of the letter`s heading, consisting of name and address, is quite self-willed. An @@ -8814,7 +8725,6 @@ ordinary \begin_layout LyX-Code - \backslash firsthead{ \backslash @@ -8824,7 +8734,6 @@ textwidth} \end_layout \begin_layout LyX-Code - { \backslash ignorespaces @@ -8842,7 +8751,6 @@ fromaddress}} \begin_layout LyX-Code - \backslash nexthead{ \backslash @@ -8852,7 +8760,6 @@ textwidth} \end_layout \begin_layout LyX-Code - { \backslash ignorespaces @@ -8882,7 +8789,6 @@ scrguide \end_layout \begin_layout Standard - The types \family sans Letter @@ -8935,7 +8841,6 @@ Encl \begin_layout Itemize - \family sans Letter \family default @@ -8945,7 +8850,6 @@ Letter \begin_layout Itemize - \family sans Opening \family default @@ -8955,7 +8859,6 @@ Opening \begin_layout Itemize - \family sans Closing \family default @@ -8964,7 +8867,6 @@ Closing \begin_layout Itemize - \family sans PS \family default @@ -8973,7 +8875,6 @@ PS \begin_layout Itemize - \family sans CC \family default @@ -8982,7 +8883,6 @@ CC \begin_layout Itemize - \family sans Encl \family default @@ -8990,7 +8890,6 @@ Encl \end_layout \begin_layout Standard - The types \family sans Name @@ -9037,7 +8936,6 @@ Subject status collapsed \begin_layout Standard - It could be seen as a matter of inconsequence, that the types \family sans Letter @@ -9070,7 +8968,6 @@ Opening \end_layout \begin_layout Standard - An implementation of these types in a WYSIWYG fashion does not seem to make sense, because the real appearance of the produced letter does not only depend on the usage of the particular type, but also on other factors. @@ -9095,7 +8992,6 @@ Telephone \end_layout \begin_layout Standard - The input types can also be used as empty paragraphs. This makes sense e.\InsetSpace ~ g. @@ -9120,7 +9016,6 @@ Signature \end_layout \begin_layout Standard - By using the input types it is possible to write a letter template, containing filled input types with your personal dates (name, address, etc.) and empty input types for other dates you want to enter. @@ -9128,7 +9023,6 @@ By using the input types it is possible to write a letter template, containing \begin_layout Itemize - \family sans Name \family default @@ -9138,7 +9032,6 @@ Name \begin_layout Itemize - \family sans Signature \family default @@ -9160,7 +9053,6 @@ Name \begin_layout Itemize - \family sans Address \family default @@ -9170,7 +9062,6 @@ Address \begin_layout Itemize - \family sans Telephone \family default @@ -9186,7 +9077,6 @@ telephonenum \begin_layout Itemize - \family sans Place \family default @@ -9195,7 +9085,6 @@ Place \begin_layout Itemize - \family sans Date \family default @@ -9229,7 +9118,6 @@ Date \begin_layout Itemize - \family sans Backaddress \family default @@ -9239,7 +9127,6 @@ Backaddress \begin_layout Itemize - \family sans Specialmail \family default @@ -9249,7 +9136,6 @@ Specialmail \begin_layout Itemize - \family sans Location \family default @@ -9259,7 +9145,6 @@ Location \begin_layout Itemize - \family sans Title \family default @@ -9269,7 +9154,6 @@ Title \begin_layout Itemize - \family sans Subject \family default @@ -9282,7 +9166,6 @@ Opening \end_layout \begin_layout Standard - The types \family sans Yourref @@ -9392,7 +9275,6 @@ Opening \begin_layout Itemize - \family sans Yourref \family default @@ -9401,7 +9283,6 @@ Yourref \begin_layout Itemize - \family sans Yourmail \family default @@ -9410,7 +9291,6 @@ Yourmail \begin_layout Itemize - \family sans Myref \family default @@ -9419,7 +9299,6 @@ Myref \begin_layout Itemize - \family sans Customer \family default @@ -9428,7 +9307,6 @@ Customer \begin_layout Itemize - \family sans Invoice \family default @@ -9436,21 +9314,16 @@ Invoice \end_layout \begin_layout Subsection - The new letter class: letter (koma-script v.2) \end_layout \begin_layout Standard - by \noun on Jürgen Spitzmüller \end_layout - \begin_layout Standard - - \begin_inset VSpace medskip \end_inset @@ -9474,7 +9347,6 @@ scrlettr \end_layout \begin_layout Standard - This class covers the same functionality as \emph on letter (koma-script), @@ -9562,7 +9434,6 @@ raphics \end_layout \begin_layout Standard - The biggest improvement is, though, that the letter's layout is configurable at almost any needs. This can be done via the preamble or with a special style file (Letter @@ -9575,7 +9446,6 @@ The biggest improvement is, though, that the letter's layout is configurable status collapsed \begin_layout Standard - The KOMA package comes with some default \family typewriter *.lco @@ -9630,18 +9500,15 @@ scrguide \end_layout \begin_layout Subsection - Problems \end_layout \begin_layout Standard - Visualizing the Koma-Script document classes in LyX, the LyX internals cause some problems. \end_layout \begin_layout Itemize - The chapter number of a \family sans Chapter @@ -9656,7 +9523,6 @@ Counter_Chapter \end_layout \begin_layout Itemize - The headings of the types \family sans Addchap @@ -9691,7 +9557,6 @@ Contents \end_layout \begin_layout Itemize - The paragraphs in a \emph on letter @@ -9732,7 +9597,6 @@ ip \end_layout \begin_layout Section - Springer Journals ( \family sans svjour @@ -9741,19 +9605,16 @@ svjour \end_layout \begin_layout Standard - by \noun on Martin Vermeer \end_layout \begin_layout Subsection - Description \end_layout \begin_layout Standard - These are the layout files for some of the journal formats used by Springer Verlag and listed on \begin_inset LatexCommand \url{http://www.springer.de/author/tex/help-journals.html} @@ -9775,7 +9636,6 @@ svjog.layout \end_layout \begin_layout Standard - This means that implementing support for any other Springer journal on this list is as simple as writing your own \family typewriter @@ -9794,7 +9654,6 @@ svjog.layout \end_layout \begin_layout Standard - It is reasonably well tested only for the Journal of Geodesy. \family typewriter @@ -9815,12 +9674,10 @@ texhash \end_layout \begin_layout Subsection - New styles \end_layout \begin_layout Standard - A large number of theorem-like styles --- \family sans Claim, Conjecture, @@ -9835,7 +9692,6 @@ Theorem \begin_layout Standard - \family sans Headnote, Dedication, Subtitle, Running_LaTeX_Title, Author_Running, Institute, Mail, Offprints, Keywords, Acknowledgements, Acknowledgement @@ -9845,13 +9701,11 @@ Headnote, Dedication, Subtitle, Running_LaTeX_Title, Author_Running, Institute, \end_layout \begin_layout Subsection - Supported journals \end_layout \begin_layout Itemize - \emph on Journal of Geodesy \emph default @@ -9864,7 +9718,6 @@ svjog.layout \begin_layout Itemize - \emph on Probability Theory and Related Fields \emph default @@ -9876,17 +9729,14 @@ svprobth.layout \end_layout \begin_layout Standard - Add your own, it isn't so hard! \end_layout \begin_layout Subsection - Credits \end_layout \begin_layout Standard - These files are partly based on the older \family typewriter ejour2.layout @@ -9903,12 +9753,10 @@ ejour2 \end_layout \begin_layout Subsection - Bugs \end_layout \begin_layout Standard - Probably. But probably less than in the old hacked-LaTeX \family typewriter @@ -9918,13 +9766,11 @@ ejour2 \end_layout \begin_layout Standard - Limitations e.g.: does not display the number for theorem-like layouts, just #. \end_layout \begin_layout Section - AGU journals ( \family sans aguplus @@ -9933,19 +9779,16 @@ aguplus \end_layout \begin_layout Standard - by \shape smallcaps Martin Vermeer \end_layout \begin_layout Subsection - Description \end_layout \begin_layout Standard - These are the layout files for some of the journals of the American Geophysical Society. It is assumed that you have both the AGU's own class files and AGUplus @@ -9958,12 +9801,10 @@ These are the layout files for some of the journals of the American Geophysical \end_layout \begin_layout Subsection - New styles \end_layout \begin_layout Standard - Redefined are \family sans Paragraph @@ -9986,7 +9827,6 @@ Subsubsubsection* \end_layout \begin_layout Standard - Newly defined styles are \family sans Left_Header @@ -10029,18 +9869,15 @@ on. \end_layout \begin_layout Standard - I suspect this is still badly incomplete. \end_layout \begin_layout Subsection - New floats \end_layout \begin_layout Standard - \family sans Planotable \family default @@ -10057,13 +9894,11 @@ Table_Caption \end_layout \begin_layout Subsection - Supported journals \end_layout \begin_layout Itemize - \emph on Journal of Geophysical Research \emph default @@ -10075,7 +9910,6 @@ jgrga.layout \end_layout \begin_layout Standard - Add your own, it isn't so hard! Look at the \family typewriter jgrga.layout @@ -10088,19 +9922,16 @@ aguplus.inc \end_layout \begin_layout Subsection - Bugs and things to remember \end_layout \begin_layout Standard - In order to use the new layouts, you must remember to do the following for a new document: \end_layout \begin_layout Enumerate - \emph on Turn off babel \emph default @@ -10124,7 +9955,6 @@ don't \end_layout \begin_layout Enumerate - Enter \family typewriter jgrga @@ -10138,7 +9968,6 @@ Extra Options \end_layout \begin_layout Enumerate - Make sure you use the \family typewriter agu.bst @@ -10152,7 +9981,6 @@ agu \end_layout \begin_layout Section - EGS journals ( \family sans egs @@ -10161,19 +9989,16 @@ egs \end_layout \begin_layout Standard - by \shape smallcaps Martin Vermeer \end_layout \begin_layout Subsection - Description \end_layout \begin_layout Standard - This is the layout file for the European Geophysical Society journals. The needed \family typewriter @@ -10188,13 +10013,11 @@ egs.cls \end_layout \begin_layout Subsection - New styles \end_layout \begin_layout Standard - \family sans Right_address, Latex_Title, Affil, Journal, msnumber, FirstAuthor, Received, Accepted @@ -10213,7 +10036,6 @@ std*.inc \end_layout \begin_layout Section - Slides [aka \noun on Sli @@ -10227,7 +10049,6 @@ TeX] \end_layout \begin_layout Standard - by \noun on John Weiss @@ -10236,12 +10057,10 @@ John Weiss \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - This section describes how to use LyX to make slides for overhead projectors. There are two document classes that can do this: the default slides class and the @@ -10253,15 +10072,11 @@ TeX slides class. \end_layout \begin_layout Standard - I'm going to say this again, nice and clear, so that there's no misunderstanding : \end_layout - \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset @@ -10290,17 +10105,13 @@ only. \end_layout \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset \end_layout - \begin_layout Standard - If you're looking for the documentation for \begin_inset Quotes eld \end_inset @@ -10345,7 +10156,6 @@ slides status collapsed \begin_layout Standard - \SpecialChar \ldots{} or so I've been told repeatedly by its advocates. Having never used it, I have no idea if this claim is true or not. @@ -10357,7 +10167,6 @@ or so I've been told repeatedly by its advocates. \end_layout \begin_layout Standard - This class is the LaTeX2e improvement of the old \noun on Sli @@ -10392,7 +10201,6 @@ slides \end_layout \begin_layout Subsection - Getting Started \begin_inset LatexCommand \label{sec:slidesetup} @@ -10402,7 +10210,6 @@ Getting Started \end_layout \begin_layout Standard - Obviously, to use this document class, you need to select \begin_inset Quotes eld \end_inset @@ -10432,7 +10239,6 @@ ettings \end_layout \begin_layout Itemize - Don't bother changing the options \family sans Sides and Columns @@ -10446,7 +10252,6 @@ slides \end_layout \begin_layout Itemize - The option \family sans \bar under @@ -10462,7 +10267,6 @@ style \begin_deeper \begin_layout Description - \family sans plain \family default @@ -10471,7 +10275,6 @@ plain \begin_layout Description - \family sans headings \family default @@ -10485,15 +10288,14 @@ plain \begin_layout Description - \family sans empty \family default The final output contains no page numbers, time markers, or alignment markers. \end_layout + \end_deeper \begin_layout Itemize - The \family sans slides @@ -10520,7 +10322,6 @@ clock \begin_deeper \begin_layout Standard - Using this options allows you to add time markers to \family sans Note @@ -10534,9 +10335,9 @@ s. for more details. \end_layout + \end_deeper \begin_layout Standard - You can also use the template file \begin_inset Quotes eld \end_inset @@ -10574,17 +10375,14 @@ emplate \end_layout \begin_layout Subsection - Paragraph Environments \end_layout \begin_layout Subsubsection - Supported Environments \end_layout \begin_layout Standard - The first thing you'll notice when you start up a new \family sans slides @@ -10622,7 +10420,6 @@ visual cue \end_layout \begin_layout Standard - The next thing that becomes obvious is the changes to the paragraph environment pull-down box [at the far-left end of the toolbar]. Most of the paragraph environments you're used to seeing are missing. @@ -10636,83 +10433,71 @@ slides \begin_layout Itemize - \family sans Standard \end_layout \begin_layout Itemize - \family sans Itemize \end_layout \begin_layout Itemize - \family sans Enumerate \end_layout \begin_layout Itemize - \family sans Description \end_layout \begin_layout Itemize - \family sans List \end_layout \begin_layout Itemize - \family sans Quotation \end_layout \begin_layout Itemize - \family sans Quote \end_layout \begin_layout Itemize - \family sans Verse \end_layout \begin_layout Itemize - \family sans Caption \end_layout \begin_layout Itemize - \family sans LyX-Code \end_layout \begin_layout Itemize - \family sans Comment \end_layout \begin_layout Standard - All of the other standard environments, including the section-heading environmen ts, aren't used in the \family sans @@ -10722,47 +10507,40 @@ slides \end_layout \begin_layout Standard - On the other hand, you'll notice the following new environments: \end_layout \begin_layout Itemize - \family sans Slide \end_layout \begin_layout Itemize - \family sans Overlay \end_layout \begin_layout Itemize - \family sans Note \end_layout \begin_layout Itemize - \family sans InvisibleText \end_layout \begin_layout Itemize - \family sans VisibleText \end_layout \begin_layout Standard - These five are kind of quirky, due to a \begin_inset Quotes eld \end_inset @@ -10788,7 +10566,6 @@ LaTeX magic. \end_layout \begin_layout Subsubsection - Quirks of the New Environments \begin_inset LatexCommand \label{sec:slideQuirk} @@ -10798,7 +10575,6 @@ Quirks of the New Environments \end_layout \begin_layout Standard - All five of the new paragraph environments are somewhat quirky due to inherent limitiations in the current version of LyX. As I just mentioned, LyX forbids environments that begin with another environme @@ -10816,7 +10592,6 @@ User's Guide \end_layout \begin_layout Standard - You should consider \family sans Slide @@ -10870,7 +10645,6 @@ pseudo-commands. \end_layout \begin_layout Standard - A common feature of all five environments, \family sans Slide @@ -10920,7 +10694,6 @@ VisibleText \end_layout \begin_layout Standard - While you don't \emph on have @@ -10939,7 +10712,6 @@ Return \end_layout \begin_layout Standard - If, on the other hand, you don't want to enter in any descriptive text, you'll hit another LyX quirk. LyX, like nature, abhors a vacuum, and will not let you start a new paragraph @@ -10948,7 +10720,6 @@ If, on the other hand, you don't want to enter in any descriptive text, \end_layout \begin_layout Itemize - Start entering the text that will \emph on follow @@ -10978,13 +10749,11 @@ VisibleText \end_layout \begin_layout Itemize - Now move to the beginning of that paragraph. \end_layout \begin_layout Itemize - Next, hit \family sans Return @@ -10994,7 +10763,6 @@ Return \end_layout \begin_layout Itemize - Finally, change this new, empty paragraph to a \family sans Slide @@ -11020,13 +10788,11 @@ VisibleText \end_layout \begin_layout Standard - Some future version of LyX will, hopefully, resolve this quirkiness\SpecialChar \ldots{} \end_layout \begin_layout Subsection - Making a Presentation with \family sans Slide @@ -11041,7 +10807,6 @@ Note \end_layout \begin_layout Subsubsection - Using the \family sans Slide @@ -11050,7 +10815,6 @@ Slide \end_layout \begin_layout Standard - If you're expecting this section to teach you how to actually make a presentatio n, you'll be sorely disappointed. Naturally, I'll describe all of the ways the @@ -11067,7 +10831,6 @@ is \end_layout \begin_layout Standard - Choosing the \family sans Slide @@ -11109,7 +10872,6 @@ NewSlide: \end_layout \begin_layout Standard - Slides are probably the only time you'll need to forcibly end pages in LyX (this can be specified in the \family sans @@ -11133,7 +10895,6 @@ Slide \end_layout \begin_layout Standard - The \family sans Overlay @@ -11185,7 +10946,6 @@ ASCII line \end_layout \begin_layout Standard - As with a \family sans Slide @@ -11213,7 +10973,6 @@ s. \end_layout \begin_layout Subsubsection - Using \family sans Overlay @@ -11224,7 +10983,6 @@ Slide \end_layout \begin_layout Standard - The idea behind an \family sans Overlay @@ -11257,7 +11015,6 @@ Overlay \end_layout \begin_layout Standard - Each \family sans Overlay @@ -11291,7 +11048,6 @@ Slide status collapsed \begin_layout Standard - Presumably, mutliple \family sans Overlay @@ -11396,7 +11152,6 @@ Slide \end_layout \begin_layout Standard - The major problem in overlaying two slides is aligning the contents of the two transparencies. How much space should you leave for that graph on the second slide? Worse @@ -11415,7 +11170,6 @@ VisibleText \end_layout \begin_layout Standard - As their names imply, \family sans InvisibleText @@ -11463,7 +11217,6 @@ Overlay \end_layout \begin_layout Standard - For \family sans VisibleText @@ -11507,7 +11260,6 @@ Slide \end_layout \begin_layout Standard - By now, it should be obvious how to create overlay transparencies using the proper combination of \family sans @@ -11529,7 +11281,6 @@ Overlay \end_layout \begin_layout Enumerate - Create a \family sans Slide @@ -11543,7 +11294,6 @@ Overlay \end_layout \begin_layout Enumerate - Before each figure or paragraph that will appear only on the \family sans Overlay @@ -11565,7 +11315,6 @@ Overlay \end_layout \begin_layout Enumerate - Start an \family sans Overlay @@ -11578,7 +11327,6 @@ Slide \end_layout \begin_layout Enumerate - Copy the contents of this \family sans Slide @@ -11591,7 +11339,6 @@ Overlay \end_layout \begin_layout Enumerate - Within the \family sans Overlay @@ -11608,7 +11355,6 @@ VisibleText \end_layout \begin_layout Standard - That's it. You've just made an \family sans @@ -11618,7 +11364,6 @@ Overlay \end_layout \begin_layout Standard - There's one problem with the way I've designed the LyX \family sans slides @@ -11630,13 +11375,11 @@ slides status collapsed \begin_layout Standard - The commands of interest are: \end_layout \begin_layout Itemize - \family typewriter { \backslash @@ -11646,7 +11389,6 @@ invisible \SpecialChar \ldots{} \begin_layout Itemize - \family typewriter { \backslash @@ -11655,7 +11397,6 @@ visible \SpecialChar \ldots{} \end_layout \begin_layout Standard - \SpecialChar \ldots{} and need to be marked as TeX. The text whose @@ -11693,7 +11434,6 @@ User's Guide \end_layout \begin_layout Subsubsection - Using \family sans Note @@ -11711,7 +11451,6 @@ Slide \end_layout \begin_layout Standard - Like an \family sans Overlay @@ -11832,7 +11571,6 @@ s so that they fit on a single sheet of paper. \end_layout \begin_layout Standard - The purpose of a \family sans Note @@ -11870,7 +11608,6 @@ TeX feature. \end_layout \begin_layout Standard - To use time markers, you'll need to specify the extra class option \begin_inset Quotes eld \end_inset @@ -11969,7 +11706,6 @@ Slide \end_layout \begin_layout Standard - There's one last feature to describe. Clearly, you'd like to print out all of your \family sans @@ -12001,7 +11737,6 @@ Slide \end_layout \begin_layout Standard - Luckily, there are two LaTeX commands that allow you to select what to print out. Both must be placed into the preamble of your document. @@ -12118,7 +11853,6 @@ notes} \end_layout \begin_layout Standard - You can also provide other arguments to the \begin_inset Quotes eld \end_inset @@ -12152,7 +11886,6 @@ onlynotes{} \end_layout \begin_layout Subsection - The \family sans slides @@ -12161,7 +11894,6 @@ slides \end_layout \begin_layout Standard - I have also provided a template file, \begin_inset Quotes eld \end_inset @@ -12228,17 +11960,14 @@ VisibleText \end_layout \begin_layout LyX-Code - % Uncomment to print out only slides and overlays \end_layout \begin_layout LyX-Code - % \end_layout \begin_layout LyX-Code - % \backslash onlyslides{ @@ -12249,17 +11978,14 @@ slides} \end_layout \begin_layout LyX-Code - % Uncomment to print out only notes \end_layout \begin_layout LyX-Code - % \end_layout \begin_layout LyX-Code - % \backslash onlynotes{ @@ -12268,7 +11994,6 @@ notes} \end_layout \begin_layout Standard - One final thing: I created this class to support the LaTeX2e \begin_inset Quotes eld \end_inset @@ -12314,7 +12039,6 @@ seminar status collapsed \begin_layout Standard - Perhaps you can take on the task\SpecialChar \ldots{} \end_layout @@ -12326,7 +12050,6 @@ Perhaps you can take on the task\SpecialChar \ldots{} \end_layout \begin_layout Section - Foils [aka \family sans Foil @@ -12343,19 +12066,16 @@ TeX \end_layout \begin_layout Standard - by \noun on Allan Rae \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - This section describes how to use LyX to make slides for overhead projectors. There are two document classes that can do this: the default slides class and the @@ -12367,15 +12087,11 @@ TeX slides class. \end_layout \begin_layout Standard - I'm going to say this again, nice and clear, so that there's no misunderstanding : \end_layout - \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset @@ -12404,17 +12120,13 @@ only. \end_layout \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset \end_layout - \begin_layout Standard - If you're looking for the documentation for \begin_inset Quotes eld \end_inset @@ -12460,7 +12172,6 @@ foils. \end_layout \begin_layout Standard - The \family sans foils @@ -12473,12 +12184,10 @@ foils.cls \end_layout \begin_layout Subsection - Getting Started \end_layout \begin_layout Standard - Obviously, to use this document class, you need to select \begin_inset Quotes eld \end_inset @@ -12513,7 +12222,6 @@ Layout \end_layout \begin_layout Itemize - Don't change the options \family sans Sides @@ -12536,13 +12244,11 @@ foils \end_layout \begin_layout Itemize - The default font size is 20pt with the other options being 17pt, 25pt and 30pt. \end_layout \begin_layout Itemize - The default font is \family sans sans @@ -12556,7 +12262,6 @@ serif \begin_layout Itemize - \family sans Foil \family default @@ -12566,7 +12271,6 @@ TeX supports A4 and Letter paper sizes as well as a special size for working \end_layout \begin_layout Itemize - Don't bother changing the \family sans Float Placement @@ -12576,7 +12280,6 @@ Float Placement \end_layout \begin_layout Itemize - The \family sans \bar under @@ -12615,7 +12318,6 @@ always \begin_layout List \labelwidthstring MMMMMMM - \family sans \series bold empty @@ -12629,7 +12331,6 @@ empty \begin_layout List \labelwidthstring MMMMMMM - \family sans \series bold plain @@ -12642,7 +12343,6 @@ plain \begin_layout List \labelwidthstring MMMMMMM - \series bold foilheadings \series default @@ -12654,7 +12354,6 @@ foilheadings \begin_layout List \labelwidthstring MMMMMMM - \series bold fancy \series default @@ -12672,14 +12371,13 @@ Foil \family default TeX package because of some potential page layout clashes. \end_layout + \end_deeper \begin_layout Subsubsection - Extra Options \end_layout \begin_layout Standard - The following options may be used in the extra class options in the \family sans \bar under @@ -12698,7 +12396,6 @@ ettings \begin_layout List \labelwidthstring MMMMMMx - \series bold 35mmSlide \series default @@ -12710,7 +12407,6 @@ ettings \begin_layout List \labelwidthstring MMMMMMx - \series bold headrule \series default @@ -12721,7 +12417,6 @@ headrule \begin_layout List \labelwidthstring MMMMMMx - \series bold footrule \series default @@ -12732,7 +12427,6 @@ footrule \begin_layout List \labelwidthstring MMMMMMx - \series bold dvips \series default @@ -12752,7 +12446,6 @@ TeX to use the dvips driver to rotate those pages that are set as landscape \begin_layout List \labelwidthstring MMMMMMx - \series bold landscape \series default @@ -12774,7 +12467,6 @@ Rotatefoilhead \begin_layout List \labelwidthstring MMMMMMx - \series bold leqno \series default @@ -12784,7 +12476,6 @@ leqno \begin_layout List \labelwidthstring MMMMMMx - \series bold fleqn \series default @@ -12792,12 +12483,10 @@ fleqn \end_layout \begin_layout Subsection - Supported Environments \end_layout \begin_layout Standard - Most of the environments commonly supported in other classes are also supported by the \family sans @@ -12813,8 +12502,6 @@ TeX as well as a couple added by LyX. \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -12831,133 +12518,113 @@ begin{multicols}{2} \begin_layout Itemize - \family sans Standard \end_layout \begin_layout Itemize - \family sans Itemize \end_layout \begin_layout Itemize - \family sans Enumerate \end_layout \begin_layout Itemize - \family sans Description \end_layout \begin_layout Itemize - \family sans List \end_layout \begin_layout Itemize - \family sans LyX-Code \end_layout \begin_layout Itemize - \family sans Verse \end_layout \begin_layout Itemize - \family sans Quote \end_layout \begin_layout Itemize - \family sans Quotation \end_layout \begin_layout Itemize - \family sans Title \end_layout \begin_layout Itemize - \family sans Author \end_layout \begin_layout Itemize - \family sans Date \end_layout \begin_layout Itemize - \family sans Abstract \end_layout \begin_layout Itemize - \family sans Bibliography \end_layout \begin_layout Itemize - \family sans Address \end_layout \begin_layout Itemize - \family sans RightAddress \end_layout \begin_layout Itemize - \family sans Caption \end_layout \begin_layout Itemize - \family sans Comment \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -12973,7 +12640,6 @@ end{multicols} \end_layout \begin_layout Standard - That is, all the major environments apart from the sectioning environments. Since foils are essentially self-contained sections, with a title and body, @@ -12985,44 +12651,37 @@ TeX provides specific commands for starting new foils and these are: \begin_layout Itemize - \family sans Foilhead \end_layout \begin_layout Itemize - \family sans Rotatefoilhead \end_layout \begin_layout Standard - LyX also provides slightly modified versions of these two environments called: \end_layout \begin_layout Itemize - \family sans ShortFoilhead \end_layout \begin_layout Itemize - \family sans ShortRotatefoilhead \end_layout \begin_layout Standard - and the differences will be explained in the next section. \end_layout \begin_layout Standard - Since foils are often used in presenting ideas or new theorems and such \family sans @@ -13032,8 +12691,6 @@ TeX also provides a comprehensive box of goodies for presenting them: \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -13050,84 +12707,71 @@ begin{multicols}{2} \begin_layout Itemize - \family sans Theorem \end_layout \begin_layout Itemize - \family sans Lemma \end_layout \begin_layout Itemize - \family sans Corollary \end_layout \begin_layout Itemize - \family sans Proposition \end_layout \begin_layout Itemize - \family sans Definition \end_layout \begin_layout Itemize - \family sans Proof \end_layout \begin_layout Itemize - \family sans Theorem* \end_layout \begin_layout Itemize - \family sans Lemma* \end_layout \begin_layout Itemize - \family sans Corollary* \end_layout \begin_layout Itemize - \family sans Proposition* \end_layout \begin_layout Itemize - \family sans Definition* \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -13143,28 +12787,24 @@ end{multicols} \end_layout \begin_layout Standard - The starred versions are unnumbered while the unstarred versions are numbered. There are also two list environments added by LyX and these are: \end_layout \begin_layout Itemize - \family sans TickList \end_layout \begin_layout Itemize - \family sans CrossList \end_layout \begin_layout Standard - \family sans Foil \family default @@ -13180,7 +12820,6 @@ i.e. \end_layout \begin_layout Standard - For this purpose, the following command styles are provided [ \shape smallcaps Martin Vermeer @@ -13189,8 +12828,6 @@ Martin Vermeer \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -13207,7 +12844,6 @@ begin{multicols}{2} \begin_layout Itemize - \family sans My\InsetSpace ~ Logo @@ -13215,14 +12851,12 @@ Logo \begin_layout Itemize - \family sans Restriction \end_layout \begin_layout Itemize - \family sans Right\InsetSpace ~ Footer @@ -13230,7 +12864,6 @@ Footer \begin_layout Itemize - \family sans Right\InsetSpace ~ Header @@ -13238,7 +12871,6 @@ Header \begin_layout Itemize - \family sans Left\InsetSpace ~ Header @@ -13246,14 +12878,12 @@ Header \begin_deeper \begin_layout Standard - \InsetSpace ~ \end_layout + \end_deeper \begin_layout Standard - - \begin_inset ERT status inlined @@ -13269,7 +12899,6 @@ end{multicols} \end_layout \begin_layout Standard - There are also a few commands provided by \family sans Foil @@ -13285,12 +12914,10 @@ TeX that aren't directly supported by LyX but I'll tell you what they do \end_layout \begin_layout Subsection - Building a Set of Foils \end_layout \begin_layout Standard - This section will give a simple introduction to using the different environments to build a set of foils. If you want to see an example set of foils take a look at the @@ -13319,12 +12946,10 @@ Examples \end_layout \begin_layout Subsubsection - Give It a Title Page \end_layout \begin_layout Standard - Unlike other classes that provide \family sans Title @@ -13355,12 +12980,10 @@ Date \end_layout \begin_layout Subsubsection - Start a New Foil \end_layout \begin_layout Standard - As I mentioned earlier, there are four ways of starting a new foil. For portrait foils you should use \family sans @@ -13376,7 +12999,6 @@ ShortFoilhead. \end_layout \begin_layout Standard - Landscape foils are generated using the \family sans Rotatefoilhead @@ -13393,7 +13015,6 @@ ShortRotatefoilhead \end_layout \begin_layout Standard - One problem with the support for landscape foils is the requirement that you have to use the \family typewriter @@ -13409,12 +13030,10 @@ dvips \end_layout \begin_layout Subsubsection - Theorems, Lemmas, Proofs and more \end_layout \begin_layout Standard - Due to a small bug in LyX you can't have two of the same type of these environme nts directly following each other. They must be separated by something. @@ -13446,12 +13065,10 @@ LaTeX \end_layout \begin_layout Subsubsection - Lists \end_layout \begin_layout Standard - You get all the commonly supported list styles found in other classes as well as two new ones. I'll only describe the new ones here. @@ -13478,7 +13095,6 @@ Selection \end_layout \begin_layout Standard - The two new list styles, \family sans TickList @@ -13503,13 +13119,11 @@ psnfss \end_layout \begin_layout Subsubsection - Figures and Tables \end_layout \begin_layout Standard - \family sans Foil \family default @@ -13520,7 +13134,6 @@ TeX redefines the floating tables and figures so that they appear exactly \end_layout \begin_layout Subsubsection - Page Headers and Footers \begin_inset LatexCommand \label{sec:foilfoot} @@ -13531,7 +13144,6 @@ Page Headers and Footers \begin_layout Standard - \family sans My\InsetSpace ~ Logo @@ -13566,7 +13178,6 @@ e.g. \end_layout \begin_layout Standard - The remaining page corners can be filled by \family sans Right\InsetSpace ~ @@ -13586,7 +13197,6 @@ Header \end_layout \begin_layout Subsection - Unsupported \family sans Foil @@ -13600,7 +13210,6 @@ TeX Goodies \end_layout \begin_layout Standard - All the commands mentioned below need to be set in a \family sans LaTeX @@ -13613,12 +13222,10 @@ TeX \end_layout \begin_layout Subsubsection - Lengths \end_layout \begin_layout Standard - All lengths are adjusted using the \family typewriter @@ -13671,7 +13278,6 @@ textwidth \end_layout \begin_layout Standard - It's possible to change the spacing between a foilhead and the body of the foil by adjusting the length specified by \family typewriter @@ -13695,14 +13301,12 @@ foilheadskip}{-0.5in} \end_layout \begin_layout Standard - The spacings around floats can be adjusted by setting these lengths: \end_layout \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13714,7 +13318,6 @@ Separation between the text and the top of the float \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13726,7 +13329,6 @@ Separation between the float and the caption \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13738,7 +13340,6 @@ Separation between the caption and the following text \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13756,7 +13357,6 @@ textwidth \end_layout \begin_layout Standard - There are also several title page related lengths that you may find useful if you have a long title or several authors: \end_layout @@ -13764,7 +13364,6 @@ There are also several title page related lengths that you may find useful \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13778,7 +13377,6 @@ Title \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13798,7 +13396,6 @@ Author \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13814,7 +13411,6 @@ Author \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13832,7 +13428,6 @@ Date \begin_layout List \labelwidthstring MMMMMMMMMMM - \family typewriter \backslash @@ -13848,7 +13443,6 @@ Abstract \end_layout \begin_layout Standard - The last length related command affects all the list environments. If you place \family typewriter @@ -13872,12 +13466,10 @@ setlength \end_layout \begin_layout Subsubsection - Headers and Footers \end_layout \begin_layout Standard - The \family typewriter @@ -13918,7 +13510,6 @@ LogoOn \end_layout \begin_layout Standard - If you decide to use the \family sans fancy @@ -13952,24 +13543,20 @@ foils \end_layout \begin_layout Section - Latex8 (IEEE Conference Papers) \end_layout \begin_layout Standard - by \noun on Allan Rae \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - Since this class is specifically for writing submissions to IEEE sponsored conferences I strongly recommend that you get a copy of their Authors Kit. The @@ -13985,91 +13572,77 @@ latex.sty \end_layout \begin_layout Subsection - Getting Started \end_layout \begin_layout Standard - [AR\SpecialChar \@. more to come] \end_layout \begin_layout Subsection - Supported Environments \end_layout \begin_layout Itemize - \family sans Standard \end_layout \begin_layout Itemize - \family sans Title \end_layout \begin_layout Itemize - \family sans Author \end_layout \begin_layout Itemize - \family sans E-mail \end_layout \begin_layout Itemize - \family sans Affiliation \end_layout \begin_layout Itemize - \family sans Abstract \end_layout \begin_layout Itemize - \family sans Section \end_layout \begin_layout Itemize - \family sans SubSection \end_layout \begin_layout Itemize - \family sans Caption \end_layout \begin_layout Subsection - Differences Between Screen and Paper \end_layout \begin_layout Standard - There are slight differences in appearance mainly with the presentation of section counters. On screen the trailing period of the section counter is missing but it @@ -14077,24 +13650,20 @@ There are slight differences in appearance mainly with the presentation \end_layout \begin_layout Section - Hollywood (Hollywood spec scripts) \end_layout \begin_layout Standard - by \shape smallcaps Garst Reese \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - Getting the format of a Hollywood script right is a \begin_inset Quotes eld \end_inset @@ -14112,12 +13681,10 @@ rite of passage. \end_layout \begin_layout Subsection - Special problems \end_layout \begin_layout Standard - Speakers' lines should NEVER break in mid-sentence. If a speaker's lines continue over a page break, repeat the \family sans @@ -14127,12 +13694,10 @@ Speaker \end_layout \begin_layout Subsection - Special features \end_layout \begin_layout Standard - Insert the \family sans Speaker @@ -14143,29 +13708,24 @@ Speaker \end_layout \begin_layout Subsection - Paper size and Margins \end_layout \begin_layout Standard - USLetter, left 1.6in, right 0.75in, top 0.5in, bottom 0.75in \end_layout \begin_layout Subsection - Environments \end_layout \begin_layout Standard - The following environments are available. You can use hollywood.bind to get the bind keys shown at the right. \end_layout \begin_layout Itemize - \family sans Standard \newline @@ -14177,7 +13737,6 @@ Used where nothing else works. \begin_layout Itemize - \family sans FADE_IN \family default @@ -14202,7 +13761,6 @@ on Sally waking up. \begin_layout Itemize - \family sans INT: \hfill @@ -14218,7 +13776,6 @@ Introduces a new INTERIOR camera set-up. \begin_layout Itemize - \family sans EXT: \hfill @@ -14232,7 +13789,6 @@ Introduces a new EXTERIOR camera set-up. \begin_layout Itemize - \family sans Speaker \hfill @@ -14245,7 +13801,6 @@ The character speaking. \begin_layout Itemize - \family sans Parenthetical \hfill @@ -14260,7 +13815,6 @@ Instructions to the speaker. \begin_layout Itemize - \family sans Dialogue \hfill @@ -14277,7 +13831,6 @@ Speaker \begin_layout Itemize - \family sans Transition \hfill @@ -14292,7 +13845,6 @@ Camera movement instruction. \begin_layout Itemize - \family sans FADE OUT: \hfill @@ -14301,7 +13853,6 @@ M-z S-I \begin_layout Itemize - \family sans Author \hfill @@ -14310,7 +13861,6 @@ M-z S-A \begin_layout Itemize - \family sans Title \hfill @@ -14319,7 +13869,6 @@ M-z S-T \begin_layout Itemize - \family sans Right_Address \hfill @@ -14327,83 +13876,68 @@ M-z r \end_layout \begin_layout Subsection - Script jargon \end_layout \begin_layout Itemize - (O.S) --- off screen \end_layout \begin_layout Itemize - (V.0) --- voice over \end_layout \begin_layout Itemize - b.g. --- background \end_layout \begin_layout Itemize - C.U. --- close-up \end_layout \begin_layout Itemize - PAN --- camera movement \end_layout \begin_layout Itemize - INSERT --- cut to close-up of \end_layout \begin_layout Section - Broadway \end_layout \begin_layout Standard - by \shape smallcaps Garst Reese \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - Broadway is for writing plays. The format is more decorative than Hollywood, and much less standardized. This format should be suitable for workshops. \end_layout \begin_layout Subsection - Special problems \end_layout \begin_layout Standard - The same as in Hollywood. \end_layout \begin_layout Subsection - Special features \end_layout \begin_layout Standard - Insert the \family sans Speaker @@ -14413,29 +13947,24 @@ Speaker \end_layout \begin_layout Subsection - Paper size and Margins \end_layout \begin_layout Standard - USLetter, left 1.6in, right 0.75in, top 0.5in, bottom 0.75in \end_layout \begin_layout Subsection - Environments \end_layout \begin_layout Standard - The following environments are available. You can use broadway.bind to get the bind keys shown at the right. \end_layout \begin_layout Itemize - \family sans Standard \newline @@ -14447,7 +13976,6 @@ You should not have to use this, but it is here for anything that does not \begin_layout Itemize - \family sans Narrative \hfill @@ -14461,7 +13989,6 @@ Used to describe stage setting and the action. \begin_layout Itemize - \family sans ACT \hfill @@ -14475,7 +14002,6 @@ Automatically numbered. \begin_layout Itemize - \family sans ACT* \hfill @@ -14493,7 +14019,6 @@ It is just centered text. \begin_layout Itemize - \family sans SCENE \hfill @@ -14508,7 +14033,6 @@ Not automatically numbered. \begin_layout Itemize - \family sans AT_RISE: \hfill @@ -14522,7 +14046,6 @@ A special case of Narrative to describe the setting and action as the curtain \begin_layout Itemize - \family sans Speaker \hfill @@ -14535,7 +14058,6 @@ The speaker's (actor's) title, centered in all CAPS. \begin_layout Itemize - \family sans Parenthetical \hfill @@ -14555,7 +14077,6 @@ Dialogue \begin_layout Itemize - \family sans Dialogue \hfill @@ -14568,7 +14089,6 @@ What the Speaker says. \begin_layout Itemize - \family sans CURTAIN \hfill @@ -14581,7 +14101,6 @@ The curtain comes down. \begin_layout Itemize - \family sans Title \hfill @@ -14590,7 +14109,6 @@ M-z S-T \begin_layout Itemize - \family sans Author \hfill @@ -14599,7 +14117,6 @@ M-z S-A \begin_layout Itemize - \family sans Right_Address \hfill @@ -14607,26 +14124,20 @@ M-z r \end_layout \begin_layout Standard - Hello there. \end_layout \begin_layout Section - RevTeX4 \end_layout \begin_layout Standard - by \noun on Amir Karger \end_layout - \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset @@ -14648,7 +14159,6 @@ Revtex\InsetSpace ~ \end_layout \begin_layout Standard - LyX has a \family sans Revtex @@ -14667,7 +14177,6 @@ RevTeX\InsetSpace ~ \end_layout \begin_layout Standard - These documents are supposed to be used in \emph on addition @@ -14677,12 +14186,10 @@ addition \end_layout \begin_layout Subsection - Installation \end_layout \begin_layout Standard - All you need to do is install RevTeX 4, as described in the package's README file. the package can be found at @@ -14699,7 +14206,6 @@ All you need to do is install RevTeX 4, as described in the package's README \end_layout \begin_layout Standard - Probably the easiest way to get started is either to import a RevTeX 4 document using \family typewriter @@ -14714,12 +14220,10 @@ Revtex\InsetSpace ~ \end_layout \begin_layout Subsection - Preamble Matter \end_layout \begin_layout Standard - Optional arguments to \family typewriter @@ -14761,7 +14265,6 @@ Layout \end_layout \begin_layout Standard - Other preamble matter, like \family typewriter @@ -14778,12 +14281,10 @@ Preamble \end_layout \begin_layout Subsection - Layouts \end_layout \begin_layout Standard - The layouts basically correspond to the commands in RevTeX4.0. For example, the Email layout corresponds to \family typewriter @@ -14805,7 +14306,6 @@ Affiliation status collapsed \begin_layout Standard - In case you're curious, both were included so that \family typewriter reLyX @@ -14831,18 +14331,15 @@ affiliation \end_layout \begin_layout Subsection - Important Notes \end_layout \begin_layout Standard - There are a couple of important unique aspects of RevTeX 4 which might cause bugs that will be even more confusing in LyX. \end_layout \begin_layout Standard - In RevTeX, the \family typewriter @@ -14874,7 +14371,6 @@ Author \end_layout \begin_layout Standard - Also, the \family sans Author\InsetSpace ~ @@ -14918,12 +14414,10 @@ Address \end_layout \begin_layout Subsection - Drawbacks \end_layout \begin_layout Standard - The main problem with this layout is that you can't use the optional arguments to layouts like Email and Title. (The problem is not unique to this layout; you can't use optional arguments @@ -14950,7 +14444,6 @@ status collapsed \begin_layout Standard - \emph on Note from JMarc: \emph default @@ -14964,13 +14457,11 @@ Note from JMarc: \end_layout \begin_layout Section - Article (mwart), book (mwbk) and report (mwrep) \begin_inset OptArg status collapsed \begin_layout Standard - The \family typewriter mw @@ -14984,14 +14475,12 @@ mw \end_layout \begin_layout Standard - by \noun on Tomasz Luczak \end_layout \begin_layout Standard - The LyX document classes \emph on article (mwart) @@ -15038,12 +14527,10 @@ book.cls \end_layout \begin_layout Standard - Basic differences: \end_layout \begin_layout Itemize - Unnumbered titles (with star, eg. \family sans @@ -15053,18 +14540,15 @@ Section* \end_layout \begin_layout Itemize - Additional page styles: \end_layout \begin_deeper \begin_layout Description - uheadings header with separated lines, \end_layout \begin_layout Description - myheadings custom header, contents headers via commands: \family typewriter @@ -15081,60 +14565,51 @@ markboth \end_layout \begin_layout Description - myuheadings custom header with separated lines, \end_layout \begin_layout Description - outer page number is placed on outer side of page \end_layout + \end_deeper \begin_layout Itemize - Options \end_layout \begin_deeper \begin_layout Description - rmheadings serif titles --- default, \end_layout \begin_layout Description - sfheadings sansserif titles, \end_layout \begin_layout Description - authortitle on title page first placed is author next title --- default, \end_layout \begin_layout Description - titleauthor on title page first placed is title next author, \end_layout \begin_layout Description - withmarginpar reserve place on page for margins. \end_layout + \end_deeper \begin_layout Section - Elsevier Journals \end_layout \begin_layout Standard - By \noun on Rod Pinna \end_layout \begin_layout Standard - Elsevier Science Publishers B.V. provides a standard LaTeX document class ( \family typewriter @@ -15156,7 +14631,6 @@ elsart.cls \end_layout \begin_layout Standard - To make use of \family typewriter elsart.cls @@ -15175,7 +14649,6 @@ elsart.layout \end_layout \begin_layout Standard - The easiest way to use the Elsevier style is to base documents on the included template file. It is best not to use options such as fancy headings or the geometry package, @@ -15214,24 +14687,20 @@ LaTeX \end_layout \begin_layout Section - Memoir \end_layout \begin_layout Standard - By \noun on Jürgen Spitzmüller \end_layout \begin_layout Subsection - Overview \end_layout \begin_layout Standard - Memoir is a very powerful and constantly evolving class. It has been designed with regard to fictional and non-fictional literature. Its aim is to let the user have maximum control over the typesetting of @@ -15241,7 +14710,6 @@ Memoir is a very powerful and constantly evolving class. \end_layout \begin_layout Standard - Peter Wilson, the developer of Memoir, is known as the author of lots of useful packages in the LaTeX world. Most of them have been merged with Memoir. @@ -15253,7 +14721,6 @@ Peter Wilson, the developer of Memoir, is known as the author of lots of status collapsed \begin_layout Standard - You are invited to send suggestions to \begin_inset LatexCommand \url{lyx-devel@lists.lyx.org} @@ -15271,7 +14738,6 @@ You are invited to send suggestions to status collapsed \begin_layout Standard - Cf. \begin_inset ERT status collapsed @@ -15304,7 +14770,6 @@ section\InsetSpace ~ status collapsed \begin_layout Standard - Cf. \begin_inset ERT status collapsed @@ -15333,25 +14798,21 @@ status collapsed \end_layout \begin_layout Subsection - Basic features and restrictions \end_layout \begin_layout Standard - Memoir supports basically all features of the standard book classes. There are, however, some differences, as follows: \end_layout \begin_layout Description - Font\InsetSpace ~ sizes: Memoir has a broader range of font sizes: 9, 10, 11, 12, 14, 17 \end_layout \begin_layout Description - Page\InsetSpace ~ style: The fancy page style is not supported, due to a command clash between Memoir and the fancyhdr package (they are both defining a command @@ -15405,7 +14866,6 @@ chapterstyle{companion} \end_layout \begin_layout Description - Sectioning: Sectionings (chapter, section, subsection etc.) are coming with an optional argument in the standard classes. With this, you can specify an alternative version of the title for the @@ -15427,7 +14887,6 @@ Title \end_layout \begin_layout Description - TOC/LOT/LOF: In the standard classes (and in many other classes), the table of contents, the list of figures and the list of table start a new page automatically. @@ -15436,7 +14895,6 @@ TOC/LOT/LOF: In the standard classes (and in many other classes), the table \end_layout \begin_layout Description - Titlepage: For some unknown reason, Memoir uses pagination on the title page (in the standard classes, title pages are \begin_inset Quotes eld @@ -15481,7 +14939,6 @@ in the preamble. \end_layout \begin_layout Description - Article: With the class option \emph on article @@ -15509,7 +14966,6 @@ real \end_layout \begin_layout Description - Oldfontcommands: By default, Memoir does not allow the use of the deprecated font commands, which have been used in the old LaTeX version 2.09 (e. \begin_inset ERT @@ -15560,12 +15016,10 @@ oldfontcommands \end_layout \begin_layout Subsection - Extra features \end_layout \begin_layout Standard - We will only describe the features supported by LyX (which is not much currently ). Please consult the Memoir manual @@ -15573,7 +15027,6 @@ We will only describe the features supported by LyX (which is not much currently status collapsed \begin_layout Standard - Cf. \begin_inset ERT status collapsed @@ -15600,7 +15053,6 @@ status collapsed \end_layout \begin_layout Description - Abstract: You may wonder why an abstract is an extra feature. Well, it is in book class. Usually books don't have abstracts. @@ -15609,7 +15061,6 @@ Abstract: You may wonder why an abstract is an extra feature. \end_layout \begin_layout Description - Chapterprecis: You may know this from belletristic: The contents of a chapter is shortly described below the title and also in the table of contents (e. @@ -15646,7 +15097,6 @@ Our hero arrives in Troia; he loses some friends; he finds others \end_layout \begin_layout Description - Epigraph: An epigraph is a smart slogan or motto at the beginning of a chapter. The epigraph environment provides an elegant way of typesetting such a motto. @@ -15669,7 +15119,6 @@ Epigraph: An epigraph is a smart slogan or motto at the beginning of a chapter. \end_layout \begin_layout Description - Poemtitle: Memoir has lots of possibilities to typeset poetry (up to very complex figurative poems). Lyx can only support a few of them. @@ -15682,18 +15131,15 @@ Poemtitle: Memoir has lots of possibilities to typeset poetry (up to very \end_layout \begin_layout Description - Poemtitle*: Same as poemtitle, but it adds no entry to the table of contents. \end_layout \begin_layout Chapter - Importing and Exporting Alternate File Formats \begin_inset OptArg status collapsed \begin_layout Standard - Importing and Exporting \end_layout @@ -15703,12 +15149,10 @@ Importing and Exporting \end_layout \begin_layout Section - Considerations \end_layout \begin_layout Standard - Importing and exporting LyX documents from/to other formats has been touched on briefly in the \emph on @@ -15745,17 +15189,14 @@ port \end_layout \begin_layout Section - Importing Other Formats \end_layout \begin_layout Subsection - LaTeX \end_layout \begin_layout Standard - Translating from LaTeX into LyX is performed by a Perl script called reLyX. Although it is a standalone program which can be called from the command line, LyX will call it automatically when a LaTeX document is imported. @@ -15770,12 +15211,10 @@ Translating from LaTeX into LyX is performed by a Perl script called reLyX. \end_layout \begin_layout Subsection - ASCII Text \end_layout \begin_layout Standard - When importing plain ASCII text, there are two methods of reading the file. Importing \begin_inset Quotes eld @@ -15802,29 +15241,24 @@ as paragraphs \end_layout \begin_layout Subsection - Noweb \end_layout \begin_layout Standard - \emph on [Editor's note: Needs to be written, obviously - any volunteers? --- mer] \end_layout \begin_layout Section - Exporting Other Formats \end_layout \begin_layout Subsection - LaTeX \end_layout \begin_layout Standard - LyX generates two types of LaTeX files: stripped down versions for the normal processing ( \family sans @@ -15835,7 +15269,6 @@ View DVI status collapsed \begin_layout Standard - The resulting file is a perfectly valid LaTeX file, though the preamble might look a bit strange since it includes some definitions used by LyX which wouldn't show up in most human-written files. @@ -15876,24 +15309,20 @@ length \end_layout \begin_layout Subsection - Device Independent Files \end_layout \begin_layout Standard - Device Independent files (DVI files) are produced by running LaTeX on your document. There are no user settable options. \end_layout \begin_layout Subsection - PostScript® \end_layout \begin_layout Standard - The next step in the conversion chain is converting a DVI file into Postscript®. You can either use \family sans @@ -15954,12 +15383,10 @@ references \end_layout \begin_layout Subsection - ASCII text \end_layout \begin_layout Standard - Exporting as ASCII attempts to preserve the \begin_inset Quotes eld \end_inset @@ -15976,12 +15403,10 @@ shape \end_layout \begin_layout Subsection - HTML \end_layout \begin_layout Standard - LyX documents can be converted to hypertext markup, usually by converting to LaTeX first, then converting that to HTML\SpecialChar \@. Three LaTeX @@ -16007,12 +15432,10 @@ hevea \end_layout \begin_layout Subsection - PDF \end_layout \begin_layout Standard - by \noun on Dekel Tsur @@ -16021,17 +15444,13 @@ Dekel Tsur \end_layout \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset \end_layout - \begin_layout Standard - The fastest way to generate a basic PDF file (no tags, links, etc.) with any version of LyX is to save the document as a Postscript® file, then run the @@ -16057,12 +15476,10 @@ File->Export->PDF \end_layout \begin_layout Subsubsection - Use pdfLaTeX \end_layout \begin_layout Standard - With pdfLaTeX you need to convert your eps figures to PDF (see Section\InsetSpace ~ \begin_inset LatexCommand \ref{sec:pdfeps} @@ -16075,7 +15492,6 @@ With pdfLaTeX you need to convert your eps figures to PDF (see Section\InsetSpac \end_layout \begin_layout Subsubsection - Why does the text look so bad when viewed with Acrobat Reader? \begin_inset LatexCommand \label{sec:badfonts} @@ -16086,7 +15502,6 @@ Why does the text look so bad when viewed with Acrobat Reader? status collapsed \begin_layout Standard - Bad Fonts in Acrobat Reader \end_layout @@ -16096,7 +15511,6 @@ Bad Fonts in Acrobat Reader \end_layout \begin_layout Standard - The problem is that bitmap fonts are displayed poorly by Acrobat Reader. When creating a PDF from the LyX file, you need to use outline font instead of the default bitmap fonts (in fact, you should also use outline fonts @@ -16113,17 +15527,14 @@ The problem is that bitmap fonts are displayed poorly by Acrobat Reader. \end_layout \begin_layout LyX-Code - p+ psfonts.cmz \end_layout \begin_layout LyX-Code - p+ psfonts.amz \end_layout \begin_layout Standard - If the default LaTeX font encoding (OT1) is used, nothing else need to be done. However, if the T1 font encoding is used, then LaTeX uses the newer EC @@ -16143,7 +15554,6 @@ usepackage{ae,aecompl} \end_layout \begin_layout Standard - Note: LyX uses by default the T1 font encoding. If you wish to use the default font encoding (this is not recommended, unless you only write English documents), clear the field @@ -16167,7 +15577,6 @@ Misc \end_layout \begin_layout Standard - An alternate option is to use the standard Postscript® fonts instead of the Computer Modern fonts. To do that, you need to select @@ -16190,14 +15599,12 @@ pslatex \end_layout \begin_layout Standard - To sum up, both the Computer Modern and the Postscript® fonts gives good results (with few exceptions). The decision of which one to use is a matter of taste. \end_layout \begin_layout Subsubsection - Why doesn't the \backslash boldsymbol{} command work when I use pslatex? @@ -16211,7 +15618,6 @@ status collapsed \begin_layout Standard - \family typewriter \backslash @@ -16228,7 +15634,6 @@ pslatex \end_layout \begin_layout Standard - The Postscript® fonts do not have a bold symbol font. The solution is to use the \family typewriter @@ -16240,7 +15645,6 @@ pmb{} \end_layout \begin_layout Standard - It is possible to redefine the \family typewriter @@ -16258,7 +15662,6 @@ pmb \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -16268,19 +15671,16 @@ pmb{#1}} \end_layout \begin_layout Standard - in the preamble. \end_layout \begin_layout Subsubsection - Is it possible to do write latex code which is processed only when running pdfLaTeX? \begin_inset OptArg status collapsed \begin_layout Standard - Conditionals with pdfLaTeX \end_layout @@ -16290,14 +15690,12 @@ Conditionals with pdfLaTeX \end_layout \begin_layout Standard - Yes. Here is an example: \end_layout \begin_layout LyX-Code - \backslash newif \backslash @@ -16305,7 +15703,6 @@ ifpdf \end_layout \begin_layout LyX-Code - \backslash ifx @@ -16316,21 +15713,18 @@ undefined \end_layout \begin_layout LyX-Code - \backslash pdffalse \end_layout \begin_layout LyX-Code - \backslash else \end_layout \begin_layout LyX-Code - \backslash pdftrue @@ -16338,7 +15732,6 @@ pdftrue \begin_layout LyX-Code - \backslash fi \end_layout @@ -16349,52 +15742,43 @@ fi \begin_layout LyX-Code - \backslash ifpdf \end_layout \begin_layout LyX-Code - \backslash pdfinfo { /Author (your name and e-mail address) \end_layout \begin_layout LyX-Code - /Title (official title -- i.e., title element) \end_layout \begin_layout LyX-Code - /Subject (one line description of the document) \end_layout \begin_layout LyX-Code - } \end_layout \begin_layout LyX-Code - \backslash pdfcatalog { /PageMode (/UseNone) \end_layout \begin_layout LyX-Code - % /OpenAction (fitbh) \end_layout \begin_layout LyX-Code - } \end_layout \begin_layout LyX-Code - \backslash usepackage[pdftex]{hyperref} @@ -16402,13 +15786,11 @@ usepackage[pdftex]{hyperref} \begin_layout LyX-Code - \backslash else \end_layout \begin_layout LyX-Code - \backslash usepackage[ps2pdf]{hyperref} @@ -16416,24 +15798,19 @@ usepackage[ps2pdf]{hyperref} \begin_layout LyX-Code - \backslash fi \end_layout \begin_layout Subsubsection - How can I make URLs clickable ? \end_layout \begin_layout Standard - See the references here : \end_layout \begin_layout Standard - - \begin_inset LatexCommand \url{http://wiki.lyx.org/pmwiki.php/FAQ/PDF} \end_inset @@ -16442,12 +15819,10 @@ See the references here : \end_layout \begin_layout Subsection - Custom \end_layout \begin_layout Standard - Custom exports are possible if you have some particularly weird format you wish to convert to, assuming you have the relevant converter, of course. The format of the @@ -16478,7 +15853,6 @@ dialog; LyX will automatically convert the file to this point, then feed \end_layout \begin_layout Standard - The converter command is also specified in the dialog.It should be a completely qualified command line which uses the variable \family typewriter @@ -16493,7 +15867,6 @@ $$FName \end_layout \begin_layout Standard - While it is not possible to save this command using the \family sans Preferences @@ -16507,13 +15880,11 @@ dialog, you can manually edit your \begin_layout LyX-Code - \backslash custom_export_command "mycommand $$FName" \end_layout \begin_layout Section - The Complete reLyX Description \begin_inset LatexCommand \label{sec:reLyX} @@ -16523,12 +15894,10 @@ The Complete reLyX Description \end_layout \begin_layout Subsection - Synopsis \end_layout \begin_layout Standard - The simplest way to use reLyX is via the \family sans \bar under @@ -16549,7 +15918,6 @@ mport \begin_layout Standard - \series bold reLyX \series default @@ -16602,7 +15970,6 @@ inputfile \begin_layout Standard - \series bold reLyX \series default @@ -16659,7 +16026,6 @@ inputfiles \begin_layout Standard - \series bold reLyX \series default @@ -16669,13 +16035,11 @@ reLyX \end_layout \begin_layout Subsection - Options \end_layout \begin_layout Description - \series bold -c \series default @@ -16704,7 +16068,6 @@ foo \begin_layout Description - \series bold -d \series default @@ -16721,7 +16084,6 @@ foo \begin_layout Description - \series bold -f \series default @@ -16739,7 +16101,6 @@ foo \begin_layout Description - \series bold -h \series default @@ -16749,7 +16110,6 @@ foo \begin_layout Description - \series bold -o \series default @@ -16781,7 +16141,6 @@ dir \begin_layout Description - \series bold -p \series default @@ -16830,7 +16189,6 @@ Document \begin_layout Description - \series bold -r \series default @@ -16850,7 +16208,6 @@ Document \begin_layout Description - \series bold -s \series default @@ -16867,17 +16224,14 @@ Document \end_layout \begin_layout Subsection - Description \end_layout \begin_layout Subsubsection - Introduction \end_layout \begin_layout Standard - reLyX will create a LyX file \emph on dir/foo.lyx @@ -16894,7 +16248,6 @@ dir/foo.tex \end_layout \begin_layout Standard - Suffixes \family typewriter .tex @@ -16922,7 +16275,6 @@ inputfile.tex \end_layout \begin_layout Standard - The purpose of reLyX is to translate \shape italic well-behaved @@ -16934,57 +16286,47 @@ well-behaved \end_layout \begin_layout Standard - reLyX has some bugs and lacks a few features. However, its main goals are: \end_layout \begin_layout Itemize - Get through a well-behaved LaTeX2e file without crashing \end_layout \begin_layout Itemize - Translate a lot of that file. \end_layout \begin_layout Itemize - Localize the parts that can't be translated and copy them in TeX mode \end_layout \begin_layout Standard - It achieves these main goals pretty well on most files. \end_layout \begin_layout Standard - There are many improvements that can and will be made to reLyX in the future. However, we wanted to get reLyX out there early on, to make it easier for new LyX users to read in their existing LaTeX files. \end_layout \begin_layout Subsubsection - Usage \end_layout \begin_layout Standard - Here's a more lengthy description of what you should do to translate a LaTeX document into LyX. \end_layout \begin_layout Itemize - Run reLyX. \end_layout \begin_deeper \begin_layout Standard - reLyX will inform you of its progress and give any warnings to stderr, so if you don't want any output at all, try (in csh) \begin_inset Quotes eld @@ -17022,15 +16364,14 @@ foo.lyx . \end_layout + \end_deeper \begin_layout Itemize - Run LyX on the resulting .lyx file. \end_layout \begin_deeper \begin_layout Standard - In theory, most of the file will have been translated, and anything that's untranslatable will be highlighted in red (TeX mode). In theory, LyX will be able to read in the file, and to create printed @@ -17049,15 +16390,14 @@ BUGS \family default file. \end_layout + \end_deeper \begin_layout Itemize - Change things that are in ERT boxes (TeX code) by hand in LyX. \end_layout \begin_deeper \begin_layout Standard - As mentioned above, you should be able to print out the LyX file even without doing this. However, changing a command in TeX mode to the corresponding LyX object @@ -17065,7 +16405,6 @@ As mentioned above, you should be able to print out the LyX file even without \end_layout \begin_layout Standard - reLyX is not guaranteed to create a LyX file which generates exactly the same output as the LaTeX file, but it should come close. reLyX will generally err on the side of translating less to ensure that @@ -17079,15 +16418,14 @@ evil red text and less WYSIWYM. \end_layout + \end_deeper \begin_layout Itemize - PROOFREAD THE DOCUMENT!! \end_layout \begin_deeper \begin_layout Standard - I'm sure you were planning on doing this anyway, but it's particularly important after translating a LaTeX document. reLyX is, at least now, better at @@ -17110,20 +16448,18 @@ micro-translating For example, you may see extra spaces or deleted spaces. Space handling has improved, but it's not perfect. \end_layout + \end_deeper \begin_layout Subsubsection - What reLyX Can Handle \end_layout \begin_layout Standard - reLyX understands many LaTeX commands. It will translate: \end_layout \begin_layout Itemize - regular text, including mini-commands like ~, '', \family typewriter @@ -17146,7 +16482,6 @@ TeX \end_layout \begin_layout Itemize - title commands like \family typewriter @@ -17175,7 +16510,6 @@ thanks \end_layout \begin_layout Itemize - heading commands like \family typewriter @@ -17192,7 +16526,6 @@ section* \end_layout \begin_layout Itemize - Environments: \family typewriter quote @@ -17220,7 +16553,6 @@ flushleft \begin_layout Itemize - \family typewriter itemize \family default @@ -17243,7 +16575,6 @@ item \end_layout \begin_layout Itemize - cross-referencing commands: \family typewriter @@ -17271,7 +16602,6 @@ cite \begin_layout Itemize - \family typewriter \backslash @@ -17285,7 +16615,6 @@ margin \end_layout \begin_layout Itemize - font-changing commands including \family typewriter @@ -17309,7 +16638,6 @@ textit \begin_layout Itemize - \family typewriter \backslash @@ -17353,7 +16681,6 @@ input foo.tex \begin_layout Itemize - \family typewriter tabular \family default @@ -17379,7 +16706,6 @@ multicolumn \end_layout \begin_layout Itemize - float environments \family typewriter table @@ -17399,7 +16725,6 @@ caption \begin_layout Itemize - \family typewriter thebibliography \family default @@ -17425,7 +16750,6 @@ bibliographystyle \end_layout \begin_layout Itemize - miscellaneous commands: \family typewriter @@ -17456,13 +16780,11 @@ ldots \end_layout \begin_layout Itemize - documentclass-specific environments (and some commands) which can be translated to LyX layouts \end_layout \begin_layout Itemize - arguments to certain untranslatable commands (e.g. \family typewriter @@ -17474,13 +16796,11 @@ mbox \end_layout \begin_layout Standard - Some of this support may not be 100% yet. See below for details \end_layout \begin_layout Standard - reLyX copies math (almost) verbatim from your LaTeX file. Luckily, LyX reads in LaTeX math, so (almost) any math which is supported by LyX should work just fine. @@ -17506,7 +16826,6 @@ Syntax Files \end_layout \begin_layout Standard - reLyX will also copy any preamble commands (i.e., anything before \family typewriter @@ -17520,12 +16839,10 @@ begin{document} \end_layout \begin_layout Subsubsection - What reLyX Can't Handle --- But it's OK \end_layout \begin_layout Itemize - figures and \family typewriter tabular* @@ -17534,12 +16851,10 @@ tabular* \end_layout \begin_layout Itemize - minipages \end_layout \begin_layout Itemize - spacing commands ( \family typewriter @@ -17563,7 +16878,6 @@ par \begin_layout Itemize - \family typewriter \backslash @@ -17584,7 +16898,6 @@ raggedright \begin_layout Itemize - \family typewriter \backslash @@ -17603,12 +16916,10 @@ exactly \end_layout \begin_layout Itemize - some unknown (e.g., user-defined) environments and commands \end_layout \begin_layout Standard - reLyX copies unknown commands, along with their arguments, verbatim into the LyX file. Also, if it sees a @@ -17651,7 +16962,6 @@ end{foo} \end_layout \begin_layout Subsubsection - What reLyX Handles Badly --- a.\InsetSpace ~ k.\InsetSpace ~ a. @@ -17664,7 +16974,6 @@ a. \end_layout \begin_layout Standard - Since reLyX is relatively new, it's got a number of problems. As it matures, these bugs will be squished. A number of bugs and missing features can be found listed on the LyX bug @@ -17677,7 +16986,6 @@ Since reLyX is relatively new, it's got a number of problems. \end_layout \begin_layout Standard - If reLyX is choking on something, or LyX can't read it after reLyX translates it, the best thing to do is to put \family typewriter @@ -17723,8 +17031,6 @@ end \end_layout \begin_layout Itemize - - \begin_inset Quotes eld \end_inset @@ -17752,7 +17058,6 @@ verb \end_layout \begin_layout Itemize - reLyX translates only a few options to the \family typewriter @@ -17779,7 +17084,6 @@ ettings \begin_deeper \begin_layout Standard - More importantly, reLyX doesn't translate \family typewriter @@ -17824,9 +17128,9 @@ pagestyle \family default , etc. \end_layout + \end_deeper \begin_layout Itemize - The foil class has a couple bugs. reLyX may do weird things with optional arguments to \family typewriter @@ -17845,7 +17149,6 @@ begin{dinglist} \end_layout \begin_layout Standard - reLyX is hopefully rather robust. As mentioned above, it may not translate your file perfectly, but it shouldn't crash. @@ -17864,12 +17167,10 @@ BUGS \end_layout \begin_layout Subsubsection - What LyX Can't Handle \end_layout \begin_layout Standard - LyX itself is missing a couple features, such that even if reLyX translates things perfectly, LyX may still have trouble reading it. If you really need these features, you can export your final document as @@ -17882,7 +17183,6 @@ BUGS \end_layout \begin_layout Itemize - For a number of commands, LyX does not support the optional argument. Examples include \family typewriter @@ -17915,12 +17215,10 @@ thebibliography \end_layout \begin_layout Itemize - Centering (or right or left justifying) works on full paragraphs. \end_layout \begin_layout Itemize - LyX support for tables isn't perfect. For complicated tables, use a \begin_inset Quotes eld @@ -17934,7 +17232,6 @@ skip \end_layout \begin_layout Itemize - The LyX math editor can't handle the AMS-LaTeX math environments align, split, etc. So those environments will be copied in TeX mode. @@ -17947,13 +17244,11 @@ equation* \end_layout \begin_layout Subsection - Examples \end_layout \begin_layout Standard - \family typewriter reLyX -df -o \begin_inset Quotes eld @@ -17975,7 +17270,6 @@ myenv \end_layout \begin_layout Standard - The above will create a file my/dir/foo.lyx from foo.tex, overwriting if necessary. When it finds a \family typewriter @@ -18004,12 +17298,10 @@ end \end_layout \begin_layout Subsection - Notes \end_layout \begin_layout Subsubsection - Bug Reports \begin_inset LatexCommand \label{sub:relyx-bug-reports} @@ -18019,7 +17311,6 @@ Bug Reports \end_layout \begin_layout Standard - If reLyX is crashing or otherwise acting strangely---in ways other than those described in Section\InsetSpace ~ @@ -18038,7 +17329,6 @@ If reLyX is crashing or otherwise acting strangely---in ways other than \end_layout \begin_layout Standard - Bug reports should be sent to the LyX developers' mailing list. Its address is currently \family typewriter @@ -18054,12 +17344,10 @@ lyx-devel@lists.lyx.org \end_layout \begin_layout Subsubsection - Implementation Details: \end_layout \begin_layout Standard - reLyX makes several \begin_inset Quotes eld \end_inset @@ -18073,7 +17361,6 @@ passes \end_layout \begin_layout Description - Pass\InsetSpace ~ 0 \InsetSpace ~ @@ -18082,7 +17369,6 @@ Before doing anything, read the syntax file (or files). \end_layout \begin_layout Description - Pass\InsetSpace ~ 1a \InsetSpace ~ @@ -18106,7 +17392,6 @@ end{document} \end_layout \begin_layout Description - Pass\InsetSpace ~ 1b \InsetSpace ~ @@ -18123,13 +17408,12 @@ documentclass \begin_deeper \begin_layout Standard - Once you know what class the document is, read the LyX layout file for that class. \end_layout + \end_deeper \begin_layout Description - Pass\InsetSpace ~ 2 \InsetSpace ~ @@ -18148,7 +17432,6 @@ Clean \begin_deeper \begin_layout Itemize - Change, e.g., \family typewriter x^2 @@ -18159,7 +17442,6 @@ x^{2} \end_layout \begin_layout Itemize - Removing optional arguments that LyX can't handle (e.g., from \family typewriter @@ -18170,7 +17452,6 @@ sqrt \end_layout \begin_layout Itemize - Changing \family typewriter { @@ -18187,9 +17468,9 @@ emph{foo} This is necessary because LyX always writes out the non-local forms anyway. This should very rarely make a difference. \end_layout + \end_deeper \begin_layout Description - Pass\InsetSpace ~ 3 \InsetSpace ~ @@ -18198,7 +17479,6 @@ Translate LaTeX text, commands, and environments to LyX. \end_layout \begin_layout Description - Pass\InsetSpace ~ 4 \InsetSpace ~ @@ -18208,7 +17488,6 @@ Put the two pieces back together, and do some final tweaking, to generate \end_layout \begin_layout Standard - If there are any \family typewriter @@ -18237,18 +17516,15 @@ input \end_layout \begin_layout Standard - If reLyX doesn't find a file you wanted to include, it will give a warning, but will continue to translate any files it does find. \end_layout \begin_layout Subsubsection - Layout Files \end_layout \begin_layout Standard - reLyX reads a LyX layout file to know how to handle LaTeX environments and commands which get translated to LyX layouts. This file will include all @@ -18288,7 +17564,6 @@ title \end_layout \begin_layout Subsubsection - Syntax Files \begin_inset LatexCommand \label{sub:relyx-syntax} @@ -18298,7 +17573,6 @@ Syntax Files \end_layout \begin_layout Standard - reLyX always reads at least one syntax file, called the default syntax file. reLyX will read your personal syntax file if it exists; otherwise it will read the system-wide file. @@ -18313,7 +17587,6 @@ reLyX always reads at least one syntax file, called the default syntax file. \end_layout \begin_layout Standard - First, it describes the syntax of each command, that is, how many required arguments and how many optional arguments the command takes. Knowing this makes it easier for reLyX to copy (in TeX mode) commands that @@ -18357,7 +17630,6 @@ tly. \end_layout \begin_layout Standard - Some commands that cannot be translated to LyX, like \family typewriter @@ -18403,7 +17675,6 @@ translate \end_layout \begin_layout Standard - User-defined syntax files are allowed to define new commands and their syntax, or override the number of arguments for a command given in the default syntax file. @@ -18420,7 +17691,6 @@ item \end_layout \begin_layout Standard - Second, the syntax file describes any \begin_inset Quotes eld \end_inset @@ -18494,7 +17764,6 @@ end{reLyXre} \end_layout \begin_layout Standard - Third, the syntax file describes a math translation table. The LyX math editor doesn't support a few commands. For example, @@ -18595,12 +17864,10 @@ Vert a \end_layout \begin_layout Subsubsection - Miscellaneous \end_layout \begin_layout Standard - You need Perl version 5.002 or later to run reLyX. If you don't have Perl, you should get it anyway (at \begin_inset LatexCommand \url[Perl]{http://www.perl.com/} @@ -18612,12 +17879,10 @@ You need Perl version 5.002 or later to run reLyX. \end_layout \begin_layout Subsection - Diagnostics \end_layout \begin_layout Standard - reLyX should always explain why it crashes, if it crashes. Some diagnostics may be very technical, though, if they come from the guts of the code. @@ -18629,18 +17894,15 @@ reLyX should always explain why it crashes, if it crashes. \end_layout \begin_layout Standard - When it's finished, reLyX will tell you if it finished successfully or died due to some error. \end_layout \begin_layout Subsection - Warnings \end_layout \begin_layout Standard - Always keep a copy of your original LaTeX files either under a different name or in a different directory. There are a couple ways in which using LyX could lead to overwriting the @@ -18648,7 +17910,6 @@ Always keep a copy of your original LaTeX files either under a different \end_layout \begin_layout Standard - If you import \family typewriter foo.tex @@ -18674,7 +17935,6 @@ not \end_layout \begin_layout Standard - If you have chosen not to use a temporary directory in the preferences, then LyX will create its temporary files in your current directory, which means your LaTeX original may be overwritten (without a warning from LyX) @@ -18690,13 +17950,11 @@ view dvi \end_layout \begin_layout Subsection - Files \end_layout \begin_layout Description - \family typewriter \series medium MY_LYXDIR/layouts/*.layout @@ -18710,7 +17968,6 @@ User's personal layout files for document classes \begin_layout Description - \family typewriter \series medium MY_LYXDIR/reLyX/syntax.default @@ -18724,7 +17981,6 @@ User's personal syntax file \begin_layout Description - \family typewriter \series medium LIBDIR/layouts/*.layout @@ -18738,7 +17994,6 @@ System-wide layout files for document classes \begin_layout Description - \family typewriter \series medium LIBDIR/reLyX/syntax.default @@ -18752,7 +18007,6 @@ System-wide LaTeX syntax file \begin_layout Standard - \family typewriter LIBDIR \family default @@ -18786,13 +18040,11 @@ X \end_layout \begin_layout Subsection - See also \end_layout \begin_layout Standard - \shape italic lyx \shape default @@ -18804,12 +18056,10 @@ latex \end_layout \begin_layout Subsection - Authors \end_layout \begin_layout Standard - Copyright (c) 1998--9 \noun on Amir Karger @@ -18822,13 +18072,11 @@ karger@voth.chem.utah.edu \end_layout \begin_layout Standard - Code contributors: \end_layout \begin_layout Itemize - \noun on John Weiss \noun default @@ -18837,14 +18085,12 @@ John Weiss \begin_layout Itemize - \noun on Etienne Grossmann \end_layout \begin_layout Itemize - \noun on Jos\i \'{e} Ab\i \'{\i} @@ -18853,19 +18099,16 @@ lio Oliveira Matos \begin_layout Itemize - \noun on David Suarez de Lis \end_layout \begin_layout Standard - Other contributors: \end_layout \begin_layout Itemize - \noun on Jean-Marc Lasgouttes \noun default @@ -18875,7 +18118,6 @@ Jean-Marc Lasgouttes \begin_layout Itemize - \noun on Asger K. Alstrup Nielsen @@ -18888,13 +18130,11 @@ Marc Pavese \end_layout \begin_layout Itemize - Various members of the LyX developers' and users' lists provided bug reports and feature suggestions. \end_layout \begin_layout Standard - reLyX uses a modified version the Perl TeX parser \family typewriter Text::TeX @@ -18911,29 +18151,24 @@ ilya@math.ohio-state.edu \end_layout \begin_layout Chapter - LyX Features needing Extra Software \end_layout \begin_layout Section - Using LyX with SGML-Tools (aka LinuxDoc) \end_layout \begin_layout Standard - by \noun on Paul Evans \end_layout \begin_layout Subsection - Overview \end_layout \begin_layout Standard - LinuxDoc is a document class available in LyX if you have the \family typewriter sgml-tools @@ -18955,7 +18190,6 @@ sgml-tools \end_layout \begin_layout Standard - You will find that LinuxDoc has fewer layout options than the other text classes in LyX. This is mainly so that the translations into other formats have a chance @@ -18964,37 +18198,30 @@ You will find that LinuxDoc has fewer layout options than the other text \end_layout \begin_layout Itemize - how to setup and use a document in LinuxDoc \end_layout \begin_layout Itemize - how to use the tags in LinuxDoc to layout your document \end_layout \begin_layout Itemize - how to use the SGML packages to produce the various formats \end_layout \begin_layout Itemize - how to sort out some problems. \end_layout \begin_layout Subsection - Preparing and using a LinuxDoc document \end_layout \begin_layout Subsubsection - Getting started \end_layout \begin_layout Standard - You start by selecting the LinuxDoc class using the \family sans \bar under @@ -19025,7 +18252,6 @@ Then you will find that there are fewer paragraph environments than for \end_layout \begin_layout Standard - You \emph on must @@ -19039,7 +18265,6 @@ must \end_layout \begin_layout Standard - After that you can prepare a document as usual using the available range of paragraph environments. See section\InsetSpace ~ @@ -19052,12 +18277,10 @@ After that you can prepare a document as usual using the available range \end_layout \begin_layout Subsubsection - Output from LinuxDoc \end_layout \begin_layout Standard - You can print and save these documents in the normal way. To use the other features of the SGML package you need to save your document as LinuxDoc; this is a version in which the document is translated into @@ -19100,24 +18323,20 @@ Doc. \end_layout \begin_layout Subsection - Using the paragraph environments in LinuxDoc \end_layout \begin_layout Subsubsection - The Structure of a LinuxDoc Document \end_layout \begin_layout Standard - There is a formal structure for LinuxDoc which limits how you can place tags. There are two parts to all documents: \end_layout \begin_layout Description - Header: this is everything up to the first time you insert a Section layout marker. It can include title, author, date, abstract and ToC. @@ -19125,20 +18344,16 @@ Header: this is everything up to the first time you insert a Section layout \end_layout \begin_layout Description - Body: from the beginning of the first section onwards. All other tags are allowed. \end_layout \begin_layout Subsubsection - The LinuxDoc Paragraph Environments \end_layout \begin_layout Standard - - \begin_inset LatexCommand \label{sec:sgmlparas} \end_inset @@ -19150,7 +18365,6 @@ Here is a list of all the tags you will find listed on the layout bar in \begin_layout Itemize - \family sans Standard: \family roman @@ -19159,7 +18373,6 @@ Standard: \begin_layout Itemize - \family sans Title \family default @@ -19169,7 +18382,6 @@ Title \begin_layout Itemize - \family sans Section, Subsection, Subsubsection, Paragraph and Subparagraph: \family default @@ -19191,7 +18403,6 @@ Section* \begin_layout Itemize - \family sans Enumerate: \family default @@ -19205,7 +18416,6 @@ User's Guide \begin_layout Itemize - \family sans Itemize: \family roman @@ -19218,7 +18428,6 @@ User's Guide \begin_layout Itemize - \family sans Description \family default @@ -19235,7 +18444,6 @@ User's Guide \begin_layout Itemize - \family sans Verbatim: \family default @@ -19244,7 +18452,6 @@ As usual. \begin_layout Itemize - \family sans Code: similar to the Lyx-Code \family roman @@ -19253,7 +18460,6 @@ Code: similar to the Lyx-Code \begin_layout Itemize - \family sans Author \family default @@ -19263,7 +18469,6 @@ Author \begin_layout Itemize - \family sans Date: \family default @@ -19277,7 +18482,6 @@ g. \begin_layout Itemize - \family sans Abstract \family default @@ -19289,7 +18493,6 @@ status collapsed \begin_layout Standard - \emph on Author's note. @@ -19306,7 +18509,6 @@ pe. \begin_layout Itemize - \family sans Displaymath \family default @@ -19316,7 +18518,6 @@ status collapsed \begin_layout Standard - \emph on Author's note: \emph default @@ -19331,12 +18532,10 @@ pe. \end_layout \begin_layout Subsubsection - Other document features \end_layout \begin_layout Standard - You can also use the \family sans Layout @@ -19357,7 +18556,6 @@ status collapsed \begin_layout Standard - \emph on Author's note: \emph default @@ -19372,12 +18570,10 @@ Again still checking to see whether this is my system \end_layout \begin_layout Subsubsection - Cross references and HTML \end_layout \begin_layout Standard - On the \family sans Insert @@ -19390,7 +18586,6 @@ On the \begin_layout Quote - \family typewriter \backslash @@ -19422,7 +18617,6 @@ space \end_layout \begin_layout Standard - You insert a full HTML tag between the first and second blocks. This can be \begin_inset LatexCommand \url{http://any.address} @@ -19448,7 +18642,6 @@ insert some description between the second and third blocks. \begin_layout Itemize - \family sans URL: \family roman @@ -19457,7 +18650,6 @@ URL: \begin_layout Itemize - \family sans HTML\InsetSpace ~ URL: @@ -19466,13 +18658,11 @@ only the description appears in the printed version \end_layout \begin_layout Subsection - Using the LinuxDoc Sgml scripts \begin_inset Note Note status collapsed \begin_layout Standard - This section is completely outdated. \end_layout @@ -19482,8 +18672,6 @@ This section is completely outdated. \end_layout \begin_layout Standard - - \begin_inset LatexCommand \label{sec:sgmloperate} \end_inset @@ -19515,9 +18703,7 @@ the SGML-Tools WWW Page \begin_layout LyX-Code - \family roman - \begin_inset LatexCommand \url{http://pobox.com/~cg/sgmltools} \end_inset @@ -19528,7 +18714,6 @@ the SGML-Tools WWW Page \end_layout \begin_layout Standard - Alternatively, you can go to the \family typewriter sunsite @@ -19538,7 +18723,6 @@ sunsite status collapsed \begin_layout Standard - Note that, at the time of this writing (01/1998), version 1.0.3 of sgml-tools has not yet been made available at \family typewriter @@ -19554,9 +18738,7 @@ sunsite \begin_layout LyX-Code - \family roman - \begin_inset LatexCommand \url{ftp://sunsite.unc.edu/pub/Linux/utils/text/sgml-tools-1.0.x.tar.gz} \end_inset @@ -19566,7 +18748,6 @@ sunsite \begin_layout Standard - \family roman The \family default @@ -19580,7 +18761,6 @@ sgml-tools-1.0.x.tar.gz \end_layout \begin_layout Standard - This package was renamed from \family typewriter linuxdoc-sgml-1.5.tar.gz @@ -19589,7 +18769,6 @@ linuxdoc-sgml-1.5.tar.gz \end_layout \begin_layout Standard - Follow the instructions in that package on how to install it and how to use it. All this has to be done outside of LyX, before you can use the @@ -19610,12 +18789,10 @@ option. \end_layout \begin_layout Subsection - Troubleshooting LinuxDoc \end_layout \begin_layout Standard - When you print or preview a LinuxDoc document some checking is done of the tags before LaTeX is run. Some errors are trapped here, especially those concerning the structure @@ -19628,24 +18805,20 @@ When you print or preview a LinuxDoc document some checking is done of the \end_layout \begin_layout Section - Checking TeX \end_layout \begin_layout Standard - by \noun on Asger Alstrup \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - Under the \family sans \bar under @@ -19676,7 +18849,6 @@ chktex \end_layout \begin_layout Standard - The \family sans ChkTeX @@ -19698,7 +18870,6 @@ Lint \end_layout \begin_layout Standard - Well, what is a syntax checker doing in LyX which is supposed to produce correct LaTeX anyways? The answer is simple: Just as \family typewriter @@ -19729,7 +18900,6 @@ ChkTeX \end_layout \begin_layout Itemize - Ellipsis detection: \newline Use \SpecialChar \ldots{} @@ -19737,14 +18907,12 @@ Use \SpecialChar \ldots{} \end_layout \begin_layout Itemize - No space in front of/after parenthesis: \newline ( wrong spacing ) \end_layout \begin_layout Itemize - Enforcement of normal space after common abbreviations: \newline e. @@ -19753,7 +18921,6 @@ e. \end_layout \begin_layout Itemize - Enforcement of end-of-sentence space when the last sentence ends with a capital letter: \newline @@ -19762,11 +18929,10 @@ This is a TEST. \end_layout \begin_layout Itemize - Space in front of labels and similar commands: \newline -The label should stick right up to the text to avoid falling to a wrong - page. +The label should stick right + up to the text to avoid falling to a wrong page. \begin_inset LatexCommand \label{sec:chktex} @@ -19777,7 +18943,6 @@ The label should stick right up to the text to avoid falling to a wrong status collapsed \begin_layout Standard - This footnote is in danger of falling off to a wrong page \end_layout @@ -19787,11 +18952,11 @@ This footnote is in danger of falling off to a wrong page \end_layout \begin_layout Itemize - Space in front of references, instead of hard spaces: \newline -In you are in bad luck, the text will break right between the referenced - text and reference number, and that's a pity. +In you are in bad luck, + the text will break right between the referenced text and reference number, + and that's a pity. See section \begin_inset LatexCommand \ref{sec:chktex} @@ -19801,7 +18966,6 @@ In you are in bad luck, the text will break right between the referenced \end_layout \begin_layout Itemize - Use of \begin_inset Quotes eld \end_inset @@ -19824,7 +18988,6 @@ x \end_layout \begin_layout Standard - and more \SpecialChar \ldots{} It is an invaluable tool when you are \begin_inset Quotes eld @@ -19839,12 +19002,10 @@ finishing up \end_layout \begin_layout Subsection - How to use it \end_layout \begin_layout Standard - If you have the program installed, usage is as simple as choosing \family sans \bar under @@ -19929,7 +19090,6 @@ ChkTeX \end_layout \begin_layout Standard - This document is an excellent testing bed for the feature, and it should provide quite a few warnings for you to fiddle with. Since computers are only so smart, expect most of the warnings to be false @@ -19937,12 +19097,10 @@ This document is an excellent testing bed for the feature, and it should \end_layout \begin_layout Subsection - How to fine tune it \end_layout \begin_layout Standard - Sometimes, you'll find that \family sans ChkTeX @@ -19973,7 +19131,6 @@ Boxes \end_layout \begin_layout Standard - Although \family sans ChkTeX @@ -19998,7 +19155,6 @@ ChkTeX status collapsed \begin_layout Standard - You can inspect the specific output from \family sans chktex @@ -20025,7 +19181,6 @@ chktex \end_layout \begin_layout Itemize - Fine tune the \family sans ChkTeX @@ -20057,7 +19212,6 @@ ChkTeX \end_layout \begin_layout Itemize - Export your document as a raw LaTeX file using \family sans \bar under @@ -20086,7 +19240,6 @@ chktex \end_layout \begin_layout Standard - Here follows the warning messages that can be enabled and disabled in \family sans Preferences @@ -20110,7 +19263,6 @@ chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38 \end_layout \begin_layout Standard - Notice that you should only use the options that enable and disable warnings, because LyX relies on some of the other command line parameters to be set in a specific way to have a chance to communicate with @@ -20122,7 +19274,6 @@ chktex \begin_layout Enumerate - \size small \emph on Command terminated with space. @@ -20130,7 +19281,6 @@ Command terminated with space. \begin_layout Enumerate - \size small Non-breaking space ( \begin_inset Quotes eld @@ -20149,7 +19299,6 @@ Non-breaking space ( \begin_layout Enumerate - \size small \emph on You should enclose the previous parenthesis with @@ -20169,7 +19318,6 @@ You should enclose the previous parenthesis with \begin_layout Enumerate - \size small Italic correction ( \begin_inset Quotes eld @@ -20190,7 +19338,6 @@ Italic correction ( \begin_layout Enumerate - \size small Italic correction ( \begin_inset Quotes eld @@ -20211,7 +19358,6 @@ Italic correction ( \begin_layout Enumerate - \size small \emph on No italic correction ( @@ -20233,7 +19379,6 @@ No italic correction ( \begin_layout Enumerate - \size small Accent command \begin_inset Quotes eld @@ -20264,17 +19409,14 @@ cmd \begin_layout Enumerate - \size small Wrong length of dash may have been used. \end_layout \begin_layout Enumerate - \size small \emph on - \begin_inset Quotes eld \end_inset @@ -20303,7 +19445,6 @@ Wrong length of dash may have been used. \begin_layout Enumerate - \size small Solo \begin_inset Quotes eld @@ -20322,7 +19463,6 @@ Solo \begin_layout Enumerate - \size small You should use \begin_inset Quotes eld @@ -20341,7 +19481,6 @@ You should use \begin_layout Enumerate - \size small Inter-word spacing ( \begin_inset Quotes eld @@ -20362,7 +19501,6 @@ Inter-word spacing ( \begin_layout Enumerate - \size small Inter-sentence spacing ( \begin_inset Quotes eld @@ -20383,14 +19521,12 @@ Inter-sentence spacing ( \begin_layout Enumerate - \size small Could not find argument for command. \end_layout \begin_layout Enumerate - \size small No match found for \begin_inset Quotes eld @@ -20409,14 +19545,12 @@ No match found for \begin_layout Enumerate - \size small Math mode still on at end of LaTeX file. \end_layout \begin_layout Enumerate - \size small Number of \begin_inset Quotes eld @@ -20447,7 +19581,6 @@ char \begin_layout Enumerate - \size small You should use either \family typewriter @@ -20482,7 +19615,6 @@ You should use either \begin_layout Enumerate - \size small You should use " \family typewriter @@ -20497,21 +19629,18 @@ You should use " \begin_layout Enumerate - \size small User-specified pattern found. \end_layout \begin_layout Enumerate - \size small This command might not be intended. \end_layout \begin_layout Enumerate - \size small \emph on Comment displayed. @@ -20519,7 +19648,6 @@ Comment displayed. \begin_layout Enumerate - \size small Either \family typewriter @@ -20538,14 +19666,12 @@ Either \begin_layout Enumerate - \size small Delete this space to maintain correct page references. \end_layout \begin_layout Enumerate - \size small \emph on You might wish to put this between a pair of @@ -20565,21 +19691,18 @@ You might wish to put this between a pair of \begin_layout Enumerate - \size small You ought to remove spaces in front of punctuation. \end_layout \begin_layout Enumerate - \size small Could not execute LaTeX command. \end_layout \begin_layout Enumerate - \size small Don't use \family typewriter @@ -20592,7 +19715,6 @@ Don't use \begin_layout Enumerate - \family typewriter \size small $ @@ -20604,7 +19726,6 @@ times$ \begin_layout Enumerate - \size small \emph on Multiple spaces detected in output. @@ -20612,14 +19733,12 @@ Multiple spaces detected in output. \begin_layout Enumerate - \size small This text may be ignored. \end_layout \begin_layout Enumerate - \size small Use \family typewriter @@ -20638,7 +19757,6 @@ Use \begin_layout Enumerate - \size small Use \family typewriter @@ -20657,14 +19775,12 @@ Use \begin_layout Enumerate - \size small Don't mix quotes. \end_layout \begin_layout Enumerate - \size small You should perhaps use \begin_inset Quotes eld @@ -20683,21 +19799,18 @@ cmd \begin_layout Enumerate - \size small You should put a space in front of/after parenthesis. \end_layout \begin_layout Enumerate - \size small You should avoid spaces in front of/after parenthesis. \end_layout \begin_layout Enumerate - \size small \emph on You should not use punctuation in front of/after quotes. @@ -20705,28 +19818,24 @@ You should not use punctuation in front of/after quotes. \begin_layout Enumerate - \size small Double space found. \end_layout \begin_layout Enumerate - \size small You should put punctuation outside inner/inside display math mode. \end_layout \begin_layout Enumerate - \size small You ought to not use primitive TeX in LaTeX code. \end_layout \begin_layout Enumerate - \size small You should remove spaces in front of \begin_inset Quotes eld @@ -20745,9 +19854,7 @@ You should remove spaces in front of \begin_layout Enumerate - \size small - \begin_inset Quotes eld \end_inset @@ -20775,7 +19882,6 @@ You should remove spaces in front of \end_layout \begin_layout Standard - In later versions of LyX, we hope to provide a more complete interface to this tool (and it's smaller cousin \family typewriter @@ -20787,24 +19893,20 @@ lacheck \end_layout \begin_layout Section - Version Control in LyX \end_layout \begin_layout Standard - by \noun on Lars Gullik Bjønnes \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - A friend of mine wanted to try LyX for a group project. When he didn't find support for version control or file locking, he dropped it. @@ -20817,7 +19919,6 @@ A friend of mine wanted to try LyX for a group project. \end_layout \begin_layout Standard - Before you begin to use the version control features in LyX, you should read \begin_inset Quotes eld @@ -20842,18 +19943,15 @@ man rcsintro \end_layout \begin_layout Standard - The implementation in LyX assumes a recent version of the GNU RCS package---no guarantees are made for older versions. \end_layout \begin_layout Subsection - RCS commands in LyX \end_layout \begin_layout Standard - The following sections describe the RCS commands supported by LyX. You can find them in the \family sans @@ -20873,13 +19971,11 @@ Control \begin_layout Subsubsection - \family sans Register \end_layout \begin_layout Standard - If your document is not under revision control, this is the only item shown in the menu. And if it is under revision control, the @@ -20894,7 +19990,6 @@ egister \end_layout \begin_layout Standard - This command registers your document with RCS\SpecialChar \@. You are asked interactively to supply an initial description of the document. @@ -20918,14 +20013,12 @@ Edit \end_layout \begin_layout Standard - RCS command that is run: \family typewriter ci -q -u -i -t-"" \end_layout \begin_layout Standard - Read \family typewriter man ci @@ -20936,13 +20029,11 @@ man ci \begin_layout Subsubsection - \family sans Check In Changes \end_layout \begin_layout Standard - When you are finished editing a file, you check in your changes. When you do this, you are asked for a description of the changes. This is stored in the history log. @@ -20952,7 +20043,6 @@ When you are finished editing a file, you check in your changes. \end_layout \begin_layout Standard - RCS command: \family typewriter ci -q -u -m"" @@ -20960,13 +20050,11 @@ ci -q -u -m"" \begin_layout Subsubsection - \family sans Check Out For Edit \end_layout \begin_layout Standard - By doing this you lock the document so that only you can edit it. This will also make the document Read-Write only for you. You will usually continue editing for a while and when you are finished @@ -20976,7 +20064,6 @@ By doing this you lock the document so that only you can edit it. \end_layout \begin_layout Standard - RCS command: \family typewriter co -q -l @@ -20984,20 +20071,17 @@ co -q -l \begin_layout Subsubsection - \family sans Revert To Last Version \end_layout \begin_layout Standard - This will discard all changes made to the document since the last check in. You get a warning before changes are discarded. \end_layout \begin_layout Standard - RCS command: \family typewriter co -f -u @@ -21005,13 +20089,11 @@ co -f -u \begin_layout Subsubsection - \family sans Undo Last Checkin \end_layout \begin_layout Standard - This makes as if the last check in never happened. No changes are made to the document loaded into LyX, but the last version is removed from the master RCS file. @@ -21019,7 +20101,6 @@ This makes as if the last check in never happened. \end_layout \begin_layout Standard - RCS command: \family typewriter rcs -o @@ -21027,13 +20108,11 @@ rcs -o \begin_layout Subsubsection - \family sans Show History \end_layout \begin_layout Standard - This show the complete history of the RCS document. The output of \family typewriter @@ -21048,12 +20127,10 @@ man rlog \end_layout \begin_layout Section - Literate Programming \end_layout \begin_layout Standard - Updated by \noun on Kayvan Sylvan @@ -21071,12 +20148,10 @@ Edmar Wienskoski Jr. \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - The main purpose of this documentation is to show you how to use LyX for literate programming. Where it is assumed that you are familiar with this programming technique, @@ -21104,7 +20179,6 @@ weaving \end_layout \begin_layout Standard - It is also assumed that you are familiar with LyX itself to a point that you are comfortable changing your LyX preferences, and X resources file. If that is not the case please refer to other LyX documentation to cover @@ -21112,17 +20186,14 @@ It is also assumed that you are familiar with LyX itself to a point that \end_layout \begin_layout Subsection - Literate Programming \end_layout \begin_layout Standard - From the Literate Programming FAQ: \end_layout \begin_layout Quotation - Literate programming is the combination of documentation and source together in a fashion suited for reading by human beings. In fact, literate programs should be enjoyable reading, even inviting! @@ -21136,57 +20207,47 @@ Literate programming is the combination of documentation and source together \end_layout \begin_layout Standard - Another excerpt says: \end_layout \begin_layout Quotation - \emph on How is literate programming different from verbose commenting? \end_layout \begin_layout Quotation - There are three distinguishing characteristics. In order of importance, they are: \end_layout \begin_deeper \begin_layout Itemize - flexible order of elaboration \end_layout \begin_layout Itemize - automatic support for browsing \end_layout \begin_layout Itemize - typeset documentation, especially diagrams and mathematics \end_layout + \end_deeper \begin_layout Standard - Now that I sparked your curiosity, take a look in the references. \end_layout \begin_layout Subsubsection - References \end_layout \begin_layout Standard - The complete Literate Programming FAQ can be found at: \end_layout \begin_layout Quote - - \begin_inset LatexCommand \url[Literate Programming FAQ]{http://shelob.ce.ttu.edu/daves/lpfaq/faq.html} \end_inset @@ -21195,7 +20256,6 @@ The complete Literate Programming FAQ can be found at: \end_layout \begin_layout Standard - The FAQ lists 23 (twenty three!) different literate programming tools. Where some are specialized or \begin_inset Quotes eld @@ -21214,36 +20274,29 @@ Noweb \end_layout \begin_layout Itemize - It can generate the documentation either in latex or html. \end_layout \begin_layout Itemize - It has a open architecture, i.e., it is easy to plug in new filters and to perform special processing that you may need. \end_layout \begin_layout Itemize - There is a good selection of filters available already (the html is one of them). \end_layout \begin_layout Itemize - It is free. \end_layout \begin_layout Standard - The Noweb web page can be found at: \end_layout \begin_layout Quote - - \begin_inset LatexCommand \url[Noweb home page]{http://www.cs.virginia.edu/~nr/noweb/} \end_inset @@ -21252,18 +20305,15 @@ The Noweb web page can be found at: \end_layout \begin_layout Standard - Starting from there you can reach many other interesting links and even some literate program examples. \end_layout \begin_layout Subsection - LyX and Literate Programming \end_layout \begin_layout Standard - The LyX support for Literate Programming is provided by using the generic LyX convertors mechanism. This support is provided in a @@ -21279,45 +20329,37 @@ Noweb independent \end_layout \begin_layout Subsubsection - Generating documents and code (weaving and tangling) \end_layout \begin_layout Paragraph - Selecting the document class \end_layout \begin_layout Standard - If you have installed Noweb and LyX successfully, whenever you open a new document or try to change the document class of an existing one, you will find that there are three new document classes available: \end_layout \begin_layout Itemize - Article (Noweb) \end_layout \begin_layout Itemize - Book (Noweb) \end_layout \begin_layout Itemize - Report (Noweb) \end_layout \begin_layout Standard - You must select one of them to create your literate documents from. \end_layout \begin_layout Standard - Note that literate documents are not limited to these three classes. New classes can be generated from other styles like letter or in combination with other class variations like Article (AMS). @@ -21328,7 +20370,6 @@ Note that literate documents are not limited to these three classes. status collapsed \begin_layout Standard - It is very simple, it involves the creation of a file with four lines, and re-running of the auto configuration. \end_layout @@ -21340,12 +20381,10 @@ It is very simple, it involves the creation of a file with four lines, and \end_layout \begin_layout Paragraph - Typing code in \end_layout \begin_layout Standard - LyX enables you to write code with a layout named \noun on Scrap @@ -21355,7 +20394,6 @@ Scrap status collapsed \begin_layout Standard - The equivalent Noweb term is \begin_inset Quotes eld \end_inset @@ -21383,32 +20421,26 @@ scrap \end_layout \begin_layout LyX-Code - <>= \end_layout \begin_layout LyX-Code - code \end_layout \begin_layout LyX-Code - more code \end_layout \begin_layout LyX-Code - even more code \end_layout \begin_layout LyX-Code - @ \end_layout \begin_layout Standard - The problem is that whatever is written in between the << and the \family typewriter @ @@ -21420,7 +20452,6 @@ The problem is that whatever is written in between the << and the \end_layout \begin_layout Standard - The down side of the Scrap paragraph layout is that consecutive paragraphs of code will be spaced with one empty line in the source code and also in the printed documentation. @@ -21431,7 +20462,6 @@ The down side of the Scrap paragraph layout is that consecutive paragraphs status collapsed \begin_layout Standard - If you have a printed version of this document you will not see any difference between the previous example and this one. \end_layout @@ -21442,7 +20472,6 @@ If you have a printed version of this document you will not see any difference \end_layout \begin_layout LyX-Code - <>= \newline code @@ -21455,7 +20484,6 @@ If you have a printed version of this document you will not see any difference \end_layout \begin_layout Standard - This layout works fine. The only real inconvenience is that you have to type ctrl-return instead of a plain return. @@ -21463,7 +20491,6 @@ This layout works fine. status collapsed \begin_layout Standard - It is in my list of \begin_inset Quotes eld \end_inset @@ -21481,7 +20508,6 @@ improvements \end_layout \begin_layout Standard - As a special note, you can also use the \begin_inset Quotes eld \end_inset @@ -21495,23 +20521,21 @@ rence: \end_layout \begin_layout LyX-Code - <>= \newline def some_function(args): \newline - "This is the doc string for this function." + "This is the doc string for this + function." \newline print "My args: ", args \end_layout \begin_layout LyX-Code - @ %def some_function \end_layout \begin_layout Standard - For an example of this usage and the resulting cross-reference output, look at the Literate python program in \emph on @@ -21521,12 +20545,10 @@ which should make this all clear. \end_layout \begin_layout Paragraph - Generating the documentation \end_layout \begin_layout Standard - At this point you already have a new document file with a proper document class, and with some code and text on it. How do I print it? The answer is simple, you select @@ -21547,12 +20569,10 @@ VI, \end_layout \begin_layout Standard - To help orientate you, I will now explain what happens inside LyX: \end_layout \begin_layout Enumerate - When the \family sans \bar under @@ -21571,7 +20591,6 @@ menu option is chosen, a latex file is generated. \begin_deeper \begin_layout Standard - If the document is of any literate class the generated file will be named with an extension name defined by the \begin_inset Quotes eld @@ -21588,9 +20607,9 @@ literate \family default extension. \end_layout + \end_deeper \begin_layout Enumerate - Note that the only difference so far is in the name of the file, no special processing is required by LyX. Given that you formatted the code using the Scrap layout that, by itself, @@ -21598,14 +20617,12 @@ Note that the only difference so far is in the name of the file, no special \end_layout \begin_layout Enumerate - If the document is of any literate class LyX will then use the internal LyX to Noweb converter, followed by the Noweb to LaTeX converter \begin_inset Foot status open \begin_layout Standard - The converters are defined in the \family sans \bar under @@ -21636,18 +20653,16 @@ Conversion \begin_deeper \begin_layout Standard - Otherwise it will just skip this step. \end_layout + \end_deeper \begin_layout Enumerate - Finally, LaTeX is invoked and the regular post processing continues as in a plain document. \end_layout \begin_layout Standard - Independence from a particular \begin_inset Quotes eld \end_inset @@ -21661,12 +20676,10 @@ literate tool \end_layout \begin_layout Paragraph - Generating the code \end_layout \begin_layout Standard - When the build menu option is chosen or the corresponding button in the toolbar is pressed, a latex file is generated just like step 1 above. Next, LyX invokes the @@ -21678,14 +20691,12 @@ When the build menu option is chosen or the corresponding button in the \end_layout \begin_layout Enumerate - The converter program itself. This program performs the conversion from the one format to the other (in this case, from the Noweb format to the Program pseudo-format). \end_layout \begin_layout Enumerate - The error log parser. This is a program whose sole purpose is to rewrite error messages in a format that LyX understands. @@ -21694,7 +20705,6 @@ The error log parser. \end_layout \begin_layout Standard - The first part, the \begin_inset Quotes eld \end_inset @@ -21730,7 +20740,6 @@ build-script \end_layout \begin_layout Standard - This is an implementation of \begin_inset Quotes eld \end_inset @@ -21743,22 +20752,18 @@ build-script \end_layout \begin_layout LyX-Code - #!/bin/sh \end_layout \begin_layout LyX-Code - # \end_layout \begin_layout LyX-Code - notangle -Rbuild-script $1 | env NOWEB_SOURCE=$1 sh \end_layout \begin_layout Standard - The next part of the converter setting is the \begin_inset Quotes eld \end_inset @@ -21800,7 +20805,6 @@ listerrors \end_layout \begin_layout Standard - The converter code looks in \emph on MYLYXDIR/scripts @@ -21821,12 +20825,10 @@ listerrors \end_layout \begin_layout Paragraph - Build instructions in the document \end_layout \begin_layout Standard - The last piece of the integration between LyX and noweb is the \begin_inset Quotes eld \end_inset @@ -21866,12 +20868,10 @@ sh \end_layout \begin_layout Standard - Typically, such a scrap would look something like this: \end_layout \begin_layout LyX-Code - <>= \newline #!/bin/sh @@ -21884,6 +20884,7 @@ then \newline NOWEB_SOURCE=myfile.nw \newline + fi \newline [... @@ -21896,7 +20897,6 @@ fi \end_layout \begin_layout Standard - Look in \emph on LIBDIR/examples/listerrors.lyx @@ -21925,12 +20925,10 @@ Interestingly, these three files show off the language-indepence of the \end_layout \begin_layout Subsubsection - Configuring LyX \end_layout \begin_layout Standard - All the Literate Programming support is configured by the \family sans \bar under @@ -21956,7 +20954,6 @@ Conversion \end_layout \begin_layout Description - the\InsetSpace ~ \begin_inset Quotes eld @@ -21990,7 +20987,6 @@ NoWeb \end_layout \begin_layout Description - the\InsetSpace ~ \family sans @@ -22003,7 +20999,6 @@ format This is an empty format whose sole purpose is to be the endpoint \begin_layout Description - \family sans NoWeb \family default @@ -22037,7 +21032,6 @@ noweave -delay -index $$i > $$o \begin_layout Description - \family sans NoWeb \family default @@ -22082,12 +21076,10 @@ originaldir,parselog=listerrors \end_layout \begin_layout Subsubsection - Debug extensions \end_layout \begin_layout Standard - There is also a new function implemented in the LyX server, the \begin_inset Quotes eld \end_inset @@ -22097,7 +21089,6 @@ server-goto-file-row" function, to be used with ddd/gdb or other debugger. \end_layout \begin_layout Standard - When debugging code with ddd/gdb, it is possible to invoke a text editor at the current execution position with a single key stroke. The default ddd configuration for that is shift-ctrl-V. @@ -22124,7 +21115,6 @@ dialog and changing the "Edit Sources" entry. \end_layout \begin_layout Standard - I take advantage of the new created LyX server function and this ddd feature, and set \begin_inset Quotes eld @@ -22138,12 +21128,10 @@ Edit Sources \end_layout \begin_layout LyX-Code - echo "LYXCMD:monitor:server-goto-file-row:@FILE@ @LINE@" >~/.lyxpipe.in \end_layout \begin_layout Standard - With this, whenever you are using ddd and find a point in the program that you want to edit, you just press shift-ctrl-V (in the ddd window), and ddd you forward this information to LyX through the LyX server and then @@ -22154,7 +21142,6 @@ With this, whenever you are using ddd and find a point in the program that \end_layout \begin_layout Standard - Note however that you must enable the LyX server to get this feature working (it is disabled by default). You can enable it in @@ -22189,7 +21176,6 @@ LyXserver pipe \end_layout \begin_layout Standard - Read the LyX server documentation in the \emph on Customization Manual @@ -22198,12 +21184,10 @@ Customization Manual \end_layout \begin_layout Subsubsection - Toolbar extensions \end_layout \begin_layout Standard - There are six new buttons that can be added to your LyX toolbar. Five of these buttons are short cuts to layout styles: \family sans @@ -22239,7 +21223,6 @@ Build Program \end_layout \begin_layout Standard - LyX has a range of buttons that are available for tool bar customization. In my toolbar I like to combine the six short cuts above with two more: One for @@ -22282,92 +21265,74 @@ VI \end_layout \begin_layout LyX-Code - Toolbar \end_layout \begin_layout LyX-Code - Layouts \end_layout \begin_layout LyX-Code - Icon "layout Standard" \end_layout \begin_layout LyX-Code - Icon "layout Section" \end_layout \begin_layout LyX-Code - Icon "layout LaTeX" \end_layout \begin_layout LyX-Code - Icon "layout LyX-Code" \end_layout \begin_layout LyX-Code - Icon "layout Scrap" \end_layout \begin_layout LyX-Code - Separator \end_layout \begin_layout LyX-Code - Icon "buffer-view" \end_layout \begin_layout LyX-Code - Icon "buffer-typeset" \end_layout \begin_layout LyX-Code - Icon "build-program" \end_layout \begin_layout LyX-Code - Separator \end_layout \begin_layout LyX-Code - . \end_layout \begin_layout LyX-Code - . \end_layout \begin_layout LyX-Code - . \end_layout \begin_layout LyX-Code - End \end_layout \begin_layout Subsubsection - Colors customization \end_layout \begin_layout Standard - There are a number of colors in LyX that can be customized in \family sans Preferences @@ -22387,7 +21352,6 @@ Colors. \end_layout \begin_layout Standard - The next thing is the visible presence of the newline character in the screen. You can choose the color of this particular character and make it blend in the background. @@ -22398,7 +21362,6 @@ The next thing is the visible presence of the newline character in the screen. \end_layout \begin_layout Chapter - Secrets of the LaTeX Masters \begin_inset LatexCommand \label{cha:secrets} @@ -22408,7 +21371,6 @@ Secrets of the LaTeX Masters \end_layout \begin_layout Standard - Though LyX is a powerful tool, it cannot hope to support everything that can be done with pure TeX/LaTeX. However, many familiar dirty TeX and LaTeX tricks can be done within LyX, @@ -22432,7 +21394,6 @@ Do try this at home \end_layout \begin_layout Standard - Most ideas in this section require less common files in your LaTeX installation. If you have a system like teTeX, most will already be available. A few, however, will need to be downloaded from one of the CTAN archives. @@ -22444,24 +21405,20 @@ Most ideas in this section require less common files in your LaTeX installation. \end_layout \begin_layout Section - Tricks for Footnotes and Margin Notes \end_layout \begin_layout Standard - suggested by \noun on Robin Socha \end_layout \begin_layout Subsection - Footnotes \end_layout \begin_layout Standard - LyX cannot yet take care of setting the footnote numbering back to 1 after each section in the \begin_inset Quotes eld @@ -22482,8 +21439,6 @@ article \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -22506,7 +21461,6 @@ setcounter{footnote}{0} status collapsed \begin_layout Standard - The counter has been set back to 1. \end_layout @@ -22516,7 +21470,6 @@ The counter has been set back to 1. \end_layout \begin_layout Standard - The following command will change the numbering to small letters. Take a look at the next footnote in your xdvi or ghostview \begin_inset ERT @@ -22539,7 +21492,6 @@ alph{footnote}} status collapsed \begin_layout Standard - This is an example for a footnote with alphabetic numbering. \newline Use @@ -22561,7 +21513,6 @@ to get this. \end_layout \begin_layout Standard - The next command sets the counter style back to default, i.e. \family typewriter @@ -22574,7 +21525,6 @@ arabic status collapsed \begin_layout Standard - Use \family typewriter @@ -22615,7 +21565,6 @@ arabic{footnote}} \end_layout \begin_layout Standard - You can use \family typewriter @@ -22653,18 +21602,15 @@ Alph \end_layout \begin_layout Subsection - Margin Notes \end_layout \begin_layout Standard - Here are two examples of neat things you can do to margin notes using LaTeX commands. \end_layout \begin_layout Standard - The following command will make a vertical line appear alongside your text---gre at for \begin_inset Quotes eld @@ -22702,7 +21648,6 @@ rule[-10mm]{30mm}{5mm}} \end_layout \begin_layout Standard - Check your dvi- or ghostview-output to see what the \family typewriter @@ -22713,8 +21658,6 @@ command does to the following margin note. \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -22731,7 +21674,6 @@ reversemarginpar status collapsed \begin_layout Standard - This is a \newline margin note. @@ -22743,30 +21685,25 @@ margin note. \end_layout \begin_layout Section - Multiple Columns \end_layout \begin_layout Standard - by \noun on Lars Gullik Bjønnes \end_layout \begin_layout Subsection - Purpose \end_layout \begin_layout Standard - The aim for this chapter \begin_inset Foot status collapsed \begin_layout Standard - Editor's note: Lars' original chapter was a masterful description of how to use the \family typewriter @@ -22800,12 +21737,10 @@ multicol \end_layout \begin_layout Subsection - Limitations \end_layout \begin_layout Standard - The \family typewriter multicol @@ -22821,17 +21756,14 @@ ion. \end_layout \begin_layout Subsection - Examples \end_layout \begin_layout Subsubsection - Two columns \end_layout \begin_layout Standard - If you want to have two columns in your text, you have use LaTeX mode to insert \family typewriter @@ -22850,8 +21782,6 @@ end{multicols} \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -22882,7 +21812,6 @@ Sir Arthur Conan Doyle \begin_layout Standard - \size small It was in the spring of the year 1894 that all London was interested, and the fashionable world dismayed, by the murder of the Honourable Ronald @@ -22908,8 +21837,6 @@ ty which utterly submerged my mind. \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -22925,18 +21852,14 @@ end{multicols} \end_layout \begin_layout Subsubsection - Multiple columns \end_layout \begin_layout Standard - The same pattern is used when you want more than two columns: \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -22953,7 +21876,6 @@ begin{multicols}{3} \begin_layout Standard - \size footnotesize It can be imagined that my close intimacy with Sherlock Holmes had interested me deeply in crime, and that after his disappearance I never failed to @@ -22977,8 +21899,6 @@ It can be imagined that my close intimacy with Sherlock Holmes had interested \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -22994,24 +21914,19 @@ end{multicols} \end_layout \begin_layout Standard - You can have have more than 3 columns if you want to, but that might not be very pleasant for the eye. \end_layout \begin_layout Subsubsection - Columns inside columns \end_layout \begin_layout Standard - You can even have columns inside columns: \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -23028,7 +21943,6 @@ begin{multicols}{2} \begin_layout Standard - \size footnotesize The Honourable Ronald Adair was the second son of the Earl of Maynooth, at that time governor of one of the Australian colonies. @@ -23038,8 +21952,6 @@ The Honourable Ronald Adair was the second son of the Earl of Maynooth, \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -23056,7 +21968,6 @@ begin{multicols}{2} \begin_layout Standard - \size footnotesize The youth moved in the best society--had, so far as was known, no enemies and no particular vices. @@ -23071,8 +21982,6 @@ The youth moved in the best society--had, so far as was known, no enemies \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -23089,7 +21998,6 @@ end{multicols} \begin_layout Standard - \size footnotesize Ronald Adair was fond of cards--playing continually, but never for such stakes as would hurt him. @@ -23116,8 +22024,6 @@ The evidence of those who had played with him-- Mr. \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -23133,7 +22039,6 @@ end{multicols} \end_layout \begin_layout Standard - Please do read the file \family typewriter examples/multicol.lyx @@ -23143,7 +22048,6 @@ examples/multicol.lyx \end_layout \begin_layout Section - Numbering in the \family sans Enumerate @@ -23153,7 +22057,6 @@ Enumerate status collapsed \begin_layout Standard - Numbering in Enumerate \end_layout @@ -23163,22 +22066,18 @@ Numbering in Enumerate \end_layout \begin_layout Standard - by \noun on John Weiss \end_layout \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset \end_layout - \begin_layout Standard \noindent The default numbering for the @@ -23193,7 +22092,6 @@ Enumerate \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -23204,7 +22102,6 @@ Roman{enumi}.} \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -23215,7 +22112,6 @@ Alph{enumii}.} \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -23226,7 +22122,6 @@ arabic{enumiii}.} \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -23236,14 +22131,12 @@ alph{enumiv}.)} \end_layout \begin_layout Standard - \SpecialChar \ldots{} which changes the numbering scheme to uppercase Roman numerals, uppercase letters, Arabic numbers, and lowercase letter. \end_layout \begin_layout Standard - Additionally, the previous example also adds a little bit extra to the numbering scheme. For example, the first level label actually looks like: @@ -23296,7 +22189,6 @@ a.) \end_layout \begin_layout Standard - As you can see in the example, there is a label command for each nesting level, \family typewriter @@ -23365,14 +22257,12 @@ Alph{} \end_layout \begin_layout Standard - You can get really fancy with these. For example: \end_layout \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -23387,7 +22277,6 @@ Alph{enumi} \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -23400,7 +22289,6 @@ arabic{enumii}} \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -23411,7 +22299,6 @@ alph{enumiii}+} \begin_layout LyX-Code - \backslash renewcommand{ \backslash @@ -23421,7 +22308,6 @@ roman{enumiv})} \end_layout \begin_layout Standard - produces the somewhat out of hand numbering scheme: < \begin_inset Quotes eld \end_inset @@ -23462,27 +22348,22 @@ a+ \end_layout \begin_layout Section - Extra Space Between Table Rows \end_layout \begin_layout Standard - by \noun on Mike Ressler \end_layout \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset \end_layout - \begin_layout Standard \noindent LaTeX allows you to put a bit of extra space between rows in a table by @@ -23501,14 +22382,12 @@ LaTeX allows you to put a bit of extra space between rows in a table by \end_layout \begin_layout Standard - The first is the more formal, but longwinded way to do it. In the LaTeX preamble, add the following command definition: \end_layout \begin_layout Standard - \family typewriter \backslash @@ -23541,8 +22420,7 @@ e \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -23554,7 +22432,6 @@ e \begin_layout Standard - \family roman \series medium \shape up @@ -23573,7 +22450,6 @@ Minerals \begin_layout Standard - \family roman \series medium \shape up @@ -23592,7 +22468,6 @@ Calcite \begin_layout Standard - \family roman \series medium \shape up @@ -23622,7 +22497,6 @@ Dolomite \begin_layout Standard - \family roman \series medium \shape up @@ -23641,7 +22515,6 @@ Quartz \begin_layout Standard - \family roman \series medium \shape up @@ -23662,7 +22535,6 @@ Graphite \begin_layout Standard - \family roman \series medium \shape up @@ -23671,7 +22543,6 @@ Graphite \bar no \noun off \color none - \begin_inset ERT status collapsed @@ -23693,7 +22564,6 @@ Rocks \begin_layout Standard - \family roman \series medium \shape up @@ -23712,7 +22582,6 @@ Limestone \begin_layout Standard - \family roman \series medium \shape up @@ -23742,7 +22611,6 @@ Sandstone \begin_layout Standard - \family roman \series medium \shape up @@ -23761,7 +22629,6 @@ Granite \begin_layout Standard - \family roman \series medium \shape up @@ -23784,7 +22651,6 @@ Andesite \end_layout \begin_layout Standard - The second method is faster, but will make typographers and TeXperts all over the world groan. Simply put an end of row specifier with optional argument at the same spot. @@ -23796,8 +22662,7 @@ The second method is faster, but will make typographers and TeXperts all \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -23809,7 +22674,6 @@ The second method is faster, but will make typographers and TeXperts all \begin_layout Standard - \family roman \series medium \shape up @@ -23828,7 +22692,6 @@ Minerals \begin_layout Standard - \family roman \series medium \shape up @@ -23847,7 +22710,6 @@ Calcite \begin_layout Standard - \family roman \series medium \shape up @@ -23877,7 +22739,6 @@ Dolomite \begin_layout Standard - \family roman \series medium \shape up @@ -23896,7 +22757,6 @@ Quartz \begin_layout Standard - \family roman \series medium \shape up @@ -23917,7 +22777,6 @@ Graphite \begin_layout Standard - \family roman \series medium \shape up @@ -23926,7 +22785,6 @@ Graphite \bar no \noun off \color none - \begin_inset ERT status collapsed @@ -23950,7 +22808,6 @@ status collapsed \begin_layout Standard - \family roman \series medium \shape up @@ -23969,7 +22826,6 @@ Limestone \begin_layout Standard - \family roman \series medium \shape up @@ -23999,7 +22855,6 @@ Sandstone \begin_layout Standard - \family roman \series medium \shape up @@ -24018,7 +22873,6 @@ Granite \begin_layout Standard - \family roman \series medium \shape up @@ -24041,37 +22895,30 @@ Andesite \end_layout \begin_layout Standard - It's short, sweet, and gets the job done quickly, even if it is really ugly. You may put away the rotten vegetables now! I promise I won't suggest anything else like that! \end_layout \begin_layout Section - Dropped Capitals \end_layout \begin_layout Standard - by \noun on Mike Ressler \end_layout \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset \end_layout - \begin_layout Standard \noindent - \begin_inset ERT status collapsed @@ -24094,7 +22941,6 @@ vspace*{-8.4ex} \begin_layout Standard \noindent - \begin_inset ERT status inlined @@ -24124,8 +22970,6 @@ dropped capitals \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -24237,30 +23081,23 @@ dropping \end_layout \begin_layout Section - Non-standard Paragraph Shapes \end_layout \begin_layout Standard - by \noun on Mike Ressler \end_layout \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset \end_layout - \begin_layout Standard - - \begin_inset ERT status inlined @@ -24276,8 +23113,6 @@ begin{sloppypar} \end_layout \begin_layout Standard - - \begin_inset ERT status collapsed @@ -24304,7 +23139,6 @@ varunit}{4.5in} \begin_layout Standard \noindent - \begin_inset ERT status collapsed @@ -24484,10 +23318,7 @@ parshape which will benefit from such handcrafting. \end_layout - \begin_layout Standard - - \begin_inset VSpace bigskip \end_inset @@ -24495,7 +23326,6 @@ parshape \end_layout \begin_layout Standard - The syntax is \family typewriter @@ -24526,8 +23356,6 @@ numlines \end_layout \begin_layout Standard - - \begin_inset ERT status inlined @@ -24543,12 +23371,10 @@ end{sloppypar} \end_layout \begin_layout Section - Summary \end_layout \begin_layout Standard - As you can see, the examples in this section range from the useful to the whimsical. While I don't expect that anyone will ever need the paragraph shape demonstrate diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx index c9af648e18..63ac716154 100644 --- a/lib/doc/UserGuide.lyx +++ b/lib/doc/UserGuide.lyx @@ -88,12 +88,10 @@ \begin_body \begin_layout Title - The LyX User's Guide \end_layout \begin_layout Author - by the LyX Team \begin_inset Foot status collapsed @@ -117,13 +115,10 @@ lyx-docs@lists.lyx.org \end_layout \begin_layout Standard - - \begin_inset Note Note status open \begin_layout Standard - To export this document as pdf, ps or dvi, the LaTeX-package \series bold hyperref @@ -132,7 +127,6 @@ hyperref \end_layout \begin_layout Standard - This package should be part of all popular LaTeX-distributions. \end_layout @@ -142,8 +136,6 @@ This package should be part of all popular LaTeX-distributions. \end_layout \begin_layout Standard - - \begin_inset LatexCommand \tableofcontents{} \end_inset @@ -152,17 +144,14 @@ This package should be part of all popular LaTeX-distributions. \end_layout \begin_layout Chapter - Introduction \end_layout \begin_layout Section - What is LyX? \end_layout \begin_layout Standard - LyX is a document preparation system. It is a tool for producing beautiful manuscripts, publishable books, business letters and proposals, and even poetry. @@ -198,7 +187,6 @@ Bold, 17 pt type, left justified, 5 mm space below \end_layout \begin_layout Standard - This philosophy is explained in much greater detail in the \emph on @@ -217,7 +205,6 @@ Introduction \end_layout \begin_layout Standard - The \begin_inset Quotes eld \end_inset @@ -251,17 +238,14 @@ Introduction \end_layout \begin_layout Section - Getting Started \end_layout \begin_layout Subsection - Invoking LyX \end_layout \begin_layout Standard - Similar to other Linux [and other brands of Unix] programs, you start LyX by simply typing \family typewriter @@ -280,24 +264,20 @@ man \end_layout \begin_layout Standard - There are one or two things we'd like to comment on: \end_layout \begin_layout Standard - Please note that if you include more than one file name on the command line, LyX will load them all, though it won't display them all simultaneously. More on that in a bit. \end_layout \begin_layout Subsection - How LyX Looks \end_layout \begin_layout Standard - Like most applications, LyX has the familiar menu bar across the top of its window. Below it is a toolbar with a pulldown box and various buttons. @@ -327,7 +307,6 @@ M-x \end_layout \begin_layout Standard - Note that there is no horizontal scroll bar. This is not a bug or an oversight, but intentional. When you read a book, you expect the end of a line to wrap around to the @@ -337,7 +316,6 @@ Note that there is no horizontal scroll bar. \end_layout \begin_layout Standard - There are three cases where you might want a horizontal scrollbar. The first case is large figures, displayed WYSIWYG\SpecialChar \@. This, however, is due @@ -351,12 +329,10 @@ There are three cases where you might want a horizontal scrollbar. \end_layout \begin_layout Subsection - HELP! \end_layout \begin_layout Standard - First, the bad news: the help system is not as thorough or idiot-proof as in many commercial applications. Patience. @@ -364,7 +340,6 @@ First, the bad news: the help system is not as thorough or idiot-proof as \end_layout \begin_layout Standard - Now the good news: the help system consists of the LyX manuals. You can read \emph on @@ -382,7 +357,6 @@ elp \end_layout \begin_layout Standard - While we're at it, we'd like to make a comment about the manuals. They're not idiot-proof, not in the least. Here's what one of our authors, @@ -393,12 +367,10 @@ John Weiss \end_layout \begin_layout Quotation - I hate manuals. \end_layout \begin_layout Quotation - Yes, we've all dealt with the terse, poorly-translated, or cryptic manuals. They are aggravating. I find, however, that the overly simplified ones are even more aggravating. @@ -413,7 +385,6 @@ before \end_layout \begin_layout Quotation - Second, what information they do provide seems to assume that the user is stupid. Utter nonsense! Most users, in my experience, are some combination of clueless @@ -424,7 +395,6 @@ Second, what information they do provide seems to assume that the user is \begin_layout Standard - \emph on Editor's Note: With this in mind, I've instructed all of the other authors to avoid patronizing you, the reader, and to be more pedagogical than pedantic. @@ -434,17 +404,14 @@ Editor's Note: With this in mind, I've instructed all of the other authors \end_layout \begin_layout Section - The LyX Interface \end_layout \begin_layout Subsection - Basic File Operations \end_layout \begin_layout Standard - Under the \family sans \bar under @@ -458,7 +425,6 @@ ile \begin_layout Itemize - \family sans \bar under N @@ -468,7 +434,6 @@ ew \begin_layout Itemize - \family sans New\InsetSpace ~ from @@ -481,7 +446,6 @@ emplate \begin_layout Itemize - \family sans \bar under O @@ -491,7 +455,6 @@ pen \begin_layout Itemize - \family sans \bar under C @@ -501,7 +464,6 @@ lose \begin_layout Itemize - \family sans \bar under S @@ -511,7 +473,6 @@ ave \begin_layout Itemize - \family sans Save\InsetSpace ~ @@ -523,7 +484,6 @@ s \begin_layout Itemize - \family sans \bar under R @@ -533,7 +493,6 @@ evert \begin_layout Itemize - \family sans \bar under P @@ -543,7 +502,6 @@ rint \begin_layout Itemize - \family sans E \bar under @@ -553,7 +511,6 @@ it \end_layout \begin_layout Standard - They all do pretty much the same thing as in other word processors, with a few minor differences. The @@ -585,7 +542,6 @@ emplate \end_layout \begin_layout Standard - Note: There is no \begin_inset Quotes eld \end_inset @@ -615,7 +571,6 @@ scratch. \end_layout \begin_layout Standard - The \family sans \bar under @@ -629,7 +584,6 @@ evert status collapsed \begin_layout Standard - If you plan to do this, you should check out the Version Control feature in LyX also. Read @@ -649,7 +603,6 @@ Extended Features \end_layout \begin_layout Standard - The second matter of note concerns the commands \family sans \bar under @@ -689,12 +642,10 @@ nag box \end_layout \begin_layout Subsection - Basic Editing Features \end_layout \begin_layout Standard - Like most modern word processors, LyX can perform cut and paste operations on blocks of text, can move by character, word, or screenful of text, and can delete whole words as well as individual characters. @@ -704,7 +655,6 @@ Like most modern word processors, LyX can perform cut and paste operations \end_layout \begin_layout Standard - As you might expect, the \family sans \bar under @@ -719,28 +669,24 @@ dit \begin_layout Itemize - \family sans Cut \end_layout \begin_layout Itemize - \family sans Copy \end_layout \begin_layout Itemize - \family sans Paste \end_layout \begin_layout Itemize - \family sans \bar under F @@ -752,7 +698,6 @@ Replace\SpecialChar \ldots{} \end_layout \begin_layout Standard - The first three are self-explanatory. One thing to note: whenever you delete a block of text that you've selected, it's automatically placed in the clipboard. @@ -783,7 +728,6 @@ ndo \end_layout \begin_layout Standard - The \family sans \bar under @@ -837,7 +781,6 @@ ith \end_layout \begin_layout Standard - Hit \family sans Replace @@ -850,7 +793,6 @@ ll \end_layout \begin_layout Standard - The \family sans Ca @@ -890,7 +832,6 @@ match \end_layout \begin_layout Standard - The \family sans \bar under @@ -941,12 +882,10 @@ matchbox \end_layout \begin_layout Subsection - Undo and Redo \end_layout \begin_layout Standard - If you make a mistake, you can easily recover from it. LyX has a large-capacity undo/redo buffer. Select @@ -988,7 +927,6 @@ undo the undo. \end_layout \begin_layout Standard - Notice that if you revert back all changes to arrive to the document as it was last saved, the \begin_inset Quotes eld @@ -1003,7 +941,6 @@ changed \end_layout \begin_layout Standard - The \family sans \bar under @@ -1054,12 +991,10 @@ edo \end_layout \begin_layout Subsection - Basic Mouse Bindings \end_layout \begin_layout Standard - We're not going to go into all of the mouse bindings here. Some of the other sections of this manual cover specific operations you can do with the mouse. @@ -1067,13 +1002,11 @@ We're not going to go into all of the mouse bindings here. \end_layout \begin_layout Enumerate - Motion \end_layout \begin_deeper \begin_layout Itemize - Click the \emph on left mouse button @@ -1081,15 +1014,14 @@ left mouse button once anywhere in the edit window. The cursor moves to the text under the mouse. \end_layout + \end_deeper \begin_layout Enumerate - Selecting Text \end_layout \begin_deeper \begin_layout Itemize - Hold down the \emph on left mouse button @@ -1108,7 +1040,6 @@ Copy \end_layout \begin_layout Itemize - Re-position the cursor and then paste the text back into LyX using \family sans \bar under @@ -1119,16 +1050,15 @@ Paste \family default . \end_layout + \end_deeper \begin_layout Enumerate - Footnotes, Margin Notes, Figure and Table Floats, etc. \end_layout \begin_deeper \begin_layout Standard - \emph on Single click \emph default @@ -1139,16 +1069,15 @@ the left mouse button to open or close any of these. Also check the appropriate section of this manual for more details. \end_layout + \end_deeper \begin_layout Enumerate - Tables \end_layout \begin_deeper \begin_layout Standard - \emph on Single click \emph default @@ -1158,9 +1087,9 @@ Single click \emph default to open a dialog that will allow you to manipulate the table. \end_layout + \end_deeper \begin_layout Subsection - Basic Key Bindings \begin_inset LatexCommand \label{sec: key bindings} @@ -1170,7 +1099,6 @@ Basic Key Bindings \end_layout \begin_layout Standard - Again, we're not going to cover all of the keybindings. Be aware that there are at least two different primary binding maps: CUA and Emacs. @@ -1179,7 +1107,6 @@ Again, we're not going to cover all of the keybindings. \end_layout \begin_layout Standard - Some keys, like \family sans Page\InsetSpace ~ @@ -1213,7 +1140,6 @@ Down \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Tab \family default @@ -1246,7 +1172,6 @@ Tutorial \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Esc \family default @@ -1265,7 +1190,6 @@ cancel key. \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Home \family default @@ -1283,7 +1207,6 @@ End \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Backspace \family default @@ -1310,7 +1233,6 @@ Delete \begin_deeper \begin_layout Standard - If you haven't set up your keyboard under X, or have no idea what we mean by that, go read section \begin_inset LatexCommand \ref{sec:x-win-keys} @@ -1320,16 +1242,15 @@ If you haven't set up your keyboard under X, or have no idea what we mean immediately. You'll save yourself a lot of headaches. \end_layout + \end_deeper \begin_layout Standard - Then there are the modifier keys: \end_layout \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Control- \family default @@ -1339,7 +1260,6 @@ Control- \begin_deeper \begin_layout Itemize - With \family sans Backspace @@ -1352,7 +1272,6 @@ Delete \end_layout \begin_layout Itemize - With \family sans Left @@ -1365,7 +1284,6 @@ Right \end_layout \begin_layout Itemize - With \family sans Home @@ -1376,11 +1294,11 @@ End \family default , it moves to the beginning and the end of the document, respectively. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Shift- \family default @@ -1391,7 +1309,6 @@ Shift- \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Meta- \family default @@ -1415,7 +1332,6 @@ menu accelerator keys \begin_deeper \begin_layout Standard - For example, the sequence \begin_inset Quotes eld \end_inset @@ -1453,7 +1369,6 @@ ile \end_layout \begin_layout Standard - There are also other things bound to the \family sans Meta- @@ -1468,9 +1383,9 @@ manual \emph default for more info. \end_layout + \end_deeper \begin_layout Standard - Hopefully, you'll learn more and more keybindings and short-cut keys as you use LyX, because most mouse actions will prompt a small message in the minibuffer which describe the name of the action, you've just triggered, @@ -1518,17 +1433,14 @@ Shift-Control-s \end_layout \begin_layout Section - Using LyX with Other Programs \end_layout \begin_layout Subsection - Importing ASCII files \end_layout \begin_layout Standard - You can import text from an ASCII file using the \family sans \bar under @@ -1574,7 +1486,6 @@ paragraphs \begin_layout Standard - \family sans \bar under F @@ -1601,7 +1512,6 @@ as_lines \begin_layout Standard - \family sans \bar under F @@ -1645,12 +1555,10 @@ completely blank \end_layout \begin_layout Subsection - Cut and Paste Between LyX and Other X Programs \end_layout \begin_layout Standard - The \family sans Cut @@ -1671,24 +1579,20 @@ Paste \end_layout \begin_layout Standard - Pasting text into LyX also works much the same way as in X. Select the text with the mouse in another X window. Go to the Lyx window and paste the text with the middle mouse button. \end_layout \begin_layout Chapter - LyX Setup and Supporting Applications \end_layout \begin_layout Section - Introduction \end_layout \begin_layout Standard - If you're using LyX on a system someone else has set up for you, then you can safely skip this chapter. It describes all of the things you need beyond the LyX binary and files @@ -1696,7 +1600,6 @@ If you're using LyX on a system someone else has set up for you, then you \end_layout \begin_layout Standard - If you're installing LyX on your system, \emph on you should read the README's that came with the LyX distribution and then @@ -1727,7 +1630,6 @@ Configuration status collapsed \begin_layout Standard - This is basically where we decided to document a bunch of info about running LyX, including what other programs you'll need to make LyX useful. \end_layout @@ -1738,7 +1640,6 @@ This is basically where we decided to document a bunch of info about running \end_layout \begin_layout Section - Basic LyX Setup \begin_inset LatexCommand \label{sec:setup} @@ -1748,7 +1649,6 @@ Basic LyX Setup \end_layout \begin_layout Standard - There are two ways to run LyX. The first way is to install LyX and all of its support files on your system. Of course, you need root privileges to do that. @@ -1766,7 +1666,6 @@ install \end_layout \begin_layout Standard - There are several features of LyX that can be configured from inside LyX, without resorting to configuration files. First, LyX is able to inspect your system to see what programs, LaTeX document @@ -1813,7 +1712,6 @@ Configuration \end_layout \begin_layout Standard - The second set of settings that you might want to change comprises all the document-level setting that you can change via the \family sans @@ -1856,7 +1754,6 @@ default.lyx \end_layout \begin_layout Standard - There are many other user-configurable options that you can feed to LyX. Upon startup, LyX reads a global options file called \family typewriter @@ -1893,7 +1790,6 @@ Customization \end_layout \begin_layout Section - Setting Up the X Keyboard [obsolescent] \begin_inset LatexCommand \label{sec:x-win-keys} @@ -1903,7 +1799,6 @@ Setting Up the X Keyboard [obsolescent] \end_layout \begin_layout Standard - To use LyX properly, X \emph on must @@ -1919,12 +1814,10 @@ must \end_layout \begin_layout Subsection - xmodmap and xkeycaps \end_layout \begin_layout Standard - First of all read the man pages for these two programs. They are your best friends when you are trying to set up X key mapping correctly. @@ -1932,12 +1825,10 @@ First of all read the man pages for these two programs. \end_layout \begin_layout Subsubsection - xmodmap \end_layout \begin_layout Standard - This document contains no information on how to use \family typewriter xmodmap @@ -1978,12 +1869,10 @@ xmodmap\InsetSpace ~ \end_layout \begin_layout Subsubsection - xkeycaps \end_layout \begin_layout Standard - This program brings up a graphical version of your keyboard, allows you to make modifications, and then spits those modifications out to the standard output in a form readable by @@ -1999,12 +1888,10 @@ xmodmap \end_layout \begin_layout Subsection - Modifiers and Mode_switch \end_layout \begin_layout Standard - LyX supports three modifiers: Shift [ \family sans S- @@ -2042,7 +1929,6 @@ Compose \begin_layout Itemize - \family sans Compose+e+' \family default @@ -2055,7 +1941,6 @@ Compose+e+' \begin_layout Itemize - \family sans Compose+O+R \family default @@ -2068,7 +1953,6 @@ Compose+O+R \begin_layout Itemize - \family sans Compose+1+2 \family default @@ -2081,7 +1965,6 @@ Compose+1+2 \begin_layout Itemize - \family sans Compose+<+< \family default @@ -2093,7 +1976,6 @@ Compose+<+< \end_layout \begin_layout Standard - This input method is particularly handy when you use accented characters only from time to time. It works by default for latin1 characters, but other input methods will @@ -2101,12 +1983,10 @@ This input method is particularly handy when you use accented characters \end_layout \begin_layout Subsection - Helpful Hints and Tips \end_layout \begin_layout Standard - First, open up two xterminals. Use one to edit a new \family typewriter @@ -2141,7 +2021,6 @@ xkeycaps status collapsed \begin_layout Standard - You could also save yourself some typing by executing \family typewriter xkeycaps > .Xmodmap @@ -2156,7 +2035,6 @@ xkeycaps > .Xmodmap \end_layout \begin_layout Standard - Also, there are some things you can do to help you get oriented. Try executing the command \family typewriter @@ -2177,7 +2055,6 @@ to see which keycode numbers are mapped to which symbolic names. \end_layout \begin_layout Standard - There's one thing you'll need to check. Make sure that your \family sans @@ -2224,12 +2101,10 @@ BackSpace \end_layout \begin_layout Section - LaTeX \end_layout \begin_layout Standard - If you want to do more with LyX than simply create documents and spit out \family typewriter @@ -2239,14 +2114,12 @@ If you want to do more with LyX than simply create documents and spit out \end_layout \begin_layout Standard - In case you were wondering, LaTeX is a markup language front end for TeX, a document preparation system invented in 1984 by Donald Knuth. \begin_inset Foot status collapsed \begin_layout Standard - A note about pronunciation: TeX originated from the Greek letters, \begin_inset Formula $\tau\epsilon\chi$ \end_inset @@ -2313,14 +2186,12 @@ device-independent \end_layout \begin_layout Standard - Note that on some old systems you may find that only LaTeX 2.09 is installed (as opposed to the more current LaTeX2e). LyX cannot be used with LaTeX 2.09. \end_layout \begin_layout Standard - If you're using Linux, LaTeX2e should have come with your distribution. For other systems, you might need to install LaTeX yourself.You can obtain a LaTeX distribution (and anything and everything related to TeX and LaTeX) @@ -2341,17 +2212,14 @@ If you're using Linux, LaTeX2e should have come with your distribution. \end_layout \begin_layout Section - Dvips and Ghostscript \end_layout \begin_layout Subsection - What You Need \end_layout \begin_layout Standard - There's one more step you need to take if you want to print your LyX documents. Obviously, you'll need to make sure your printer is configured [see next section]. @@ -2361,40 +2229,34 @@ There's one more step you need to take if you want to print your LyX documents. \begin_layout Itemize - \family typewriter dvips \end_layout \begin_layout Itemize - \family typewriter ghostscript \end_layout \begin_layout Itemize - \family typewriter xdvi \end_layout \begin_layout Itemize - \family typewriter ghostview \end_layout \begin_layout Standard - The latter two programs are previewer for files in Dvi and PostScript® \begin_inset Foot status collapsed \begin_layout Standard - PostScript® is a registered trademark of Adobe Systems Incorporated, and is the main page description language in the UN*X world. @@ -2431,7 +2293,6 @@ dvips \end_layout \begin_layout Subsection - Dvips \begin_inset LatexCommand \label{sec:dvipsconfig} @@ -2441,7 +2302,6 @@ Dvips \end_layout \begin_layout Standard - Whether you'll be running LyX on a large system or a Linux box at home, you should configure \family typewriter @@ -2481,7 +2341,6 @@ dvips \end_layout \begin_layout Standard - If you are not a mood to configure \family typewriter dvips @@ -2493,7 +2352,6 @@ dvips \end_layout \begin_layout Standard - If you are using teTeX (a TeX distribution which is particularly popular on Linux), you should run the program \family typewriter @@ -2518,7 +2376,6 @@ Rehash \end_layout \begin_layout Standard - Let's turn now to manual configuration: in order to inform \family typewriter dvips @@ -2578,7 +2435,6 @@ dvips \end_layout \begin_layout Standard - Typically, there will be at least one config-file: \family typewriter config.ps @@ -2593,7 +2449,6 @@ always status collapsed \begin_layout Standard - In particular, this file is not necessarily connected to the existence of a file named \family typewriter @@ -2616,7 +2471,6 @@ config.foo \end_layout \begin_layout Standard - There's at least one thing you need to do to the config-file. There may exist a line that looks like, \begin_inset Quotes eld @@ -2688,7 +2542,6 @@ dvips \end_layout \begin_layout Standard - Once you are satisfied that your printers are correctly configured, you should tell LyX to make use of this configuration. To do this, you should launch the @@ -2721,7 +2574,6 @@ command \end_layout \begin_layout Standard - You can use as many configuration files as you like, one for each of your printers. The default printer for LyX can be specified from the @@ -2744,7 +2596,6 @@ PRINTER \end_layout \begin_layout Standard - If your printer doesn't understand PostScript®, you'll need to use \family typewriter ghostscript @@ -2755,7 +2606,6 @@ ghostscript \end_layout \begin_layout Standard - Some people don't seem to like using the \family typewriter dvips @@ -2788,13 +2638,11 @@ ghostscript \end_layout \begin_layout Subsection - Ghostscript, Xdvi and Ghostview \end_layout \begin_layout Standard - \family typewriter Xdvi \family default @@ -2815,14 +2663,12 @@ ghostscript \end_layout \begin_layout Standard - A quick note on both of these programs. Both automatically update themselves if the viewed file \begin_inset Foot status collapsed \begin_layout Standard - That means the \family typewriter .dvi @@ -2845,7 +2691,6 @@ That means the \end_layout \begin_layout Standard - The LyX team recommends using \family typewriter xdvi @@ -2857,7 +2702,6 @@ xdvi \end_layout \begin_layout Enumerate - Use \family typewriter xdvi @@ -2866,12 +2710,10 @@ xdvi \end_layout \begin_layout Enumerate - Make changes to the document using LyX. \end_layout \begin_layout Enumerate - To view those changes, just choose \family sans \bar under @@ -2902,7 +2744,6 @@ xdvi \end_layout \begin_layout Standard - Now, this doesn't mean \family typewriter ghostview @@ -2936,13 +2777,11 @@ gv \end_layout \begin_layout Section - The Printer \end_layout \begin_layout Standard - \size normal Anyone working on a large system shouldn't have any problems here. Your sysadmin [or you, if you are the sysadmin] should already have the @@ -2957,7 +2796,6 @@ as described in the last section. \begin_layout Standard - \size normal Those of you using Linux, however, will have a bit more work to do. Many people now receive a Linux distribution, such as Red Hat or Slackware, @@ -2991,22 +2829,18 @@ Customization \end_layout \begin_layout Chapter - LyX Basics \end_layout \begin_layout Section - Document Types \end_layout \begin_layout Subsection - Introduction \end_layout \begin_layout Standard - Before you do anything else, before you ever start writing a document, you need to decide what \emph on @@ -3020,7 +2854,6 @@ type \end_layout \begin_layout Standard - A \emph on document class @@ -3033,14 +2866,11 @@ document class \end_layout \begin_layout Standard - Read on for info about the document classes you can choose from LyX, and how to fine-tune some of their properties. \end_layout \begin_layout Subsection - - \begin_inset LatexCommand \label{sec:doc-classes} \end_inset @@ -3049,55 +2879,45 @@ The Various Document Classes \end_layout \begin_layout Subsubsection - Overview \end_layout \begin_layout Standard - There are five standard document classes in LyX. They are: \end_layout \begin_layout Description - Article for basic articles \end_layout \begin_layout Description - Report for basic reports \end_layout \begin_layout Description - Book for writing a book \end_layout \begin_layout Description - Letter for US-style letters \end_layout \begin_layout Description - Slides is used to make transparencies \end_layout \begin_layout Standard - There are also some non-standard classes, which LyX only uses if you have a LaTeX setup that supports them: \end_layout \begin_layout Description - Aapaper Journal articles in the style and format used in Astronomy & Astrophysic s \end_layout \begin_layout Description - Amsart Journal articles in the style and format used by the AMS [American Mathematical Society]. There are three amsart layouts available. @@ -3123,7 +2943,6 @@ sequential numbering \end_layout \begin_layout Description - Amsbook Books in the style and format used by the AMS. Only the standard numbering scheme is provided, under the assumption that you would not want to number results consecutively throughout a book, and @@ -3131,19 +2950,16 @@ Amsbook Books in the style and format used by the AMS. \end_layout \begin_layout Description - Dinbrief für Briefe nach deutscher Art \end_layout \begin_layout Description - Foils is used to make transparencies, but is better than \family sans slides \end_layout \begin_layout Description - Linuxdoc Used with the SGML-tools package (formerly known as LinuxDoc). It allows LyX to produce SGML output. SGML is a markup language and is the predecessor to HTML\SpecialChar \@. @@ -3156,7 +2972,6 @@ man \end_layout \begin_layout Description - Paper for use with the \family typewriter paper @@ -3165,7 +2980,6 @@ paper \end_layout \begin_layout Description - Revtex is used to write articles for the publications of the American Physical Society (APS), American Institute of Physics (AIP), and Optical Society of America (OSA). @@ -3173,7 +2987,6 @@ Revtex is used to write articles for the publications of the American Physical \end_layout \begin_layout Standard - We won't go into any detail about how to use these different document classes here. You can find all the details about the non-standard classes in the @@ -3186,12 +2999,10 @@ Extended Editing \end_layout \begin_layout Subsubsection - Selecting a Class \end_layout \begin_layout Standard - You can select a class using the \family sans \bar under @@ -3210,20 +3021,15 @@ ettings \end_layout \begin_layout Subsubsection - Properties \end_layout \begin_layout Standard - Each class has a default set of options. Here's a quick table describing them: \end_layout - \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset @@ -3232,8 +3038,7 @@ Each class has a default set of options. \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -3256,7 +3061,6 @@ Each class has a default set of options. \begin_layout Standard - \family sans \series medium \shape up @@ -3275,7 +3079,6 @@ Pagestyle \begin_layout Standard - \family sans \series medium \shape up @@ -3294,7 +3097,6 @@ Sides \begin_layout Standard - \family sans \series medium \shape up @@ -3313,7 +3115,6 @@ Columns \begin_layout Standard - \series medium \shape up \size normal @@ -3334,7 +3135,6 @@ Max. \begin_layout Standard - \series medium \shape up \size normal @@ -3352,7 +3152,6 @@ article \begin_layout Standard - \family sans \series medium \shape up @@ -3371,7 +3170,6 @@ Plain \begin_layout Standard - \family sans \series medium \shape up @@ -3390,7 +3188,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3409,7 +3206,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3430,7 +3226,6 @@ Section \begin_layout Standard - \series medium \shape up \size normal @@ -3448,7 +3243,6 @@ report \begin_layout Standard - \family sans \series medium \shape up @@ -3467,7 +3261,6 @@ Plain \begin_layout Standard - \family sans \series medium \shape up @@ -3486,7 +3279,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3505,7 +3297,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3526,7 +3317,6 @@ Chapter \begin_layout Standard - \series medium \shape up \size normal @@ -3544,7 +3334,6 @@ book \begin_layout Standard - \family sans \series medium \shape up @@ -3563,7 +3352,6 @@ Headings \begin_layout Standard - \family sans \series medium \shape up @@ -3582,7 +3370,6 @@ Two \begin_layout Standard - \family sans \series medium \shape up @@ -3601,7 +3388,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3622,7 +3408,6 @@ Chapter \begin_layout Standard - \series medium \shape up \size normal @@ -3640,7 +3425,6 @@ letter \begin_layout Standard - \family sans \series medium \shape up @@ -3659,7 +3443,6 @@ Plain \begin_layout Standard - \family sans \series medium \shape up @@ -3678,7 +3461,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3697,7 +3479,6 @@ One \begin_layout Standard - \series medium \shape up \size normal @@ -3717,7 +3498,6 @@ none \begin_layout Standard - \series medium \shape up \size normal @@ -3735,7 +3515,6 @@ linuxdoc \begin_layout Standard - \family sans \series medium \shape up @@ -3754,7 +3533,6 @@ Plain \begin_layout Standard - \family sans \series medium \shape up @@ -3773,7 +3551,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3792,7 +3569,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3813,7 +3589,6 @@ Section \begin_layout Standard - \series medium \shape up \size normal @@ -3831,7 +3606,6 @@ aapaper \begin_layout Standard - \family sans \series medium \shape up @@ -3850,7 +3624,6 @@ Plain \begin_layout Standard - \family sans \series medium \shape up @@ -3869,7 +3642,6 @@ Two \begin_layout Standard - \family sans \series medium \shape up @@ -3888,7 +3660,6 @@ Two \begin_layout Standard - \family sans \series medium \shape up @@ -3909,7 +3680,6 @@ Section \begin_layout Standard - \series medium \shape up \size normal @@ -3927,7 +3697,6 @@ amsart \begin_layout Standard - \family sans \series medium \shape up @@ -3946,7 +3715,6 @@ Headings \begin_layout Standard - \family sans \series medium \shape up @@ -3965,7 +3733,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -3984,7 +3751,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -4005,7 +3771,6 @@ Section \begin_layout Standard - \series medium \shape up \size normal @@ -4023,7 +3788,6 @@ dinbrief \begin_layout Standard - \family sans \series medium \shape up @@ -4042,7 +3806,6 @@ Plain \begin_layout Standard - \family sans \series medium \shape up @@ -4061,7 +3824,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -4080,7 +3842,6 @@ One \begin_layout Standard - \series medium \shape up \size normal @@ -4100,7 +3861,6 @@ none \begin_layout Standard - \series medium \shape up \size normal @@ -4118,7 +3878,6 @@ paper \begin_layout Standard - \family sans \series medium \shape up @@ -4137,7 +3896,6 @@ Headings \begin_layout Standard - \family sans \series medium \shape up @@ -4156,7 +3914,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -4175,7 +3932,6 @@ One \begin_layout Standard - \family sans \series medium \shape up @@ -4198,17 +3954,13 @@ Section \end_layout \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset \end_layout - \begin_layout Standard - There is no default value of \family sans E @@ -4223,7 +3975,6 @@ Options \end_layout \begin_layout Standard - You're probably also wondering what \begin_inset Quotes eld \end_inset @@ -4273,12 +4024,10 @@ Subsubsection \end_layout \begin_layout Subsection - Fine-tuning the Defaults \end_layout \begin_layout Standard - Okay, we know we never told you what most of these \begin_inset Quotes eld \end_inset @@ -4301,7 +4050,6 @@ lass \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans \bar under P @@ -4314,7 +4062,6 @@ agestyle status collapsed \begin_layout Standard - LaTeX does this part. \end_layout @@ -4327,7 +4074,6 @@ LaTeX does this part. \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans Default \family default @@ -4337,7 +4083,6 @@ Use default pagestyle of current class. \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans Empty \family default @@ -4347,7 +4092,6 @@ Empty \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans Plain \family default @@ -4357,7 +4101,6 @@ Plain \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans Headings \family default @@ -4369,7 +4112,6 @@ Headings \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans Fancy \family default @@ -4388,11 +4130,11 @@ fancyhdr \family default package for more details. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans Sides \family default @@ -4408,7 +4150,6 @@ do status collapsed \begin_layout Standard - i.e. prints on both sides of a sheet of paper \end_layout @@ -4421,7 +4162,6 @@ i.e. \begin_deeper \begin_layout Standard - There are two radio buttons here: \family sans One @@ -4432,11 +4172,11 @@ Two \family default for double-sided documents. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans Columns \family default @@ -4455,7 +4195,6 @@ Two \begin_deeper \begin_layout Standard - Note that LyX won't show two columns on screen. That's impractical, often unreadable, and not part of the WYSIWYM concept. However, there @@ -4464,11 +4203,11 @@ will \emph default be two columns in the generated output. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans E \bar under @@ -4494,7 +4233,6 @@ documentclass \begin_layout Labeling \labelwidthstring MMMMMMM - \family sans Separation \family default @@ -4509,12 +4247,10 @@ Separation \end_layout \begin_layout Subsection - Paper Size, Orientation, and Margins \end_layout \begin_layout Standard - There are several other options to set in the \family sans Document\InsetSpace ~ @@ -4528,7 +4264,6 @@ Settings \end_layout \begin_layout Standard - There are two options that affect the overall layout of the document, so we'll describe them here. You'll find them in the @@ -4545,7 +4280,6 @@ Layout \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Orientation \family default @@ -4570,7 +4304,6 @@ trait \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Papersi \bar under @@ -4585,14 +4318,12 @@ e \begin_deeper \begin_layout Itemize - \family sans Default \end_layout \begin_layout Itemize - \family sans A3, A4, \family default @@ -4603,41 +4334,36 @@ A5 \begin_layout Itemize - \family sans B3, B4, B5 \end_layout \begin_layout Itemize - \family sans US Letter \end_layout \begin_layout Itemize - \family sans US legal \end_layout \begin_layout Itemize - \family sans US executive \end_layout \begin_layout Itemize - \family sans Custom \end_layout + \end_deeper \begin_layout Standard - Some of these settings require you to have the \family sans geometry @@ -4651,12 +4377,10 @@ Paper \end_layout \begin_layout Subsection - Important Note: \end_layout \begin_layout Standard - If you change a document's class, LyX has to convert \emph on everything @@ -4677,12 +4401,10 @@ Standard \end_layout \begin_layout Section - Paragraph Indentation and Separation \end_layout \begin_layout Subsection - Introduction \begin_inset LatexCommand \label{sec:parindentintro} @@ -4692,13 +4414,11 @@ Introduction \end_layout \begin_layout Standard - Before describing all of the various paragraph environments, we'd like to say a word or two about paragraph indentation. \end_layout \begin_layout Standard - Everyone seems to have their own convention for separating paragraphs. Most Americans indent the first line of a paragraph. Others don't indent but put extra space between the paragraphs. @@ -4720,7 +4440,6 @@ not status collapsed \begin_layout Standard - There is a way to force LaTeX to indent all paragraphs. LyX won't show this, of course, but LaTeX \emph on @@ -4743,7 +4462,6 @@ Editor's Note: I'll insert this info when I get the time. \end_layout \begin_layout Standard - The space between paragraphs, like the line spacing, the space between headings and text --- in fact, all of the spacings for just about everything are pre-coded into LyX. @@ -4758,7 +4476,6 @@ The space between paragraphs, like the line spacing, the space between headings status collapsed \begin_layout Standard - Actually, LaTeX does this when LyX goes to produce a printable file. \end_layout @@ -4774,12 +4491,10 @@ all \end_layout \begin_layout Subsection - Global Indentation Method \end_layout \begin_layout Standard - To select the default method of separating paragraphs, select \family sans \bar under @@ -4799,12 +4514,10 @@ ip \end_layout \begin_layout Subsection - Fine-Tuning \end_layout \begin_layout Standard - You can also change the separation method of a single paragraph. Open the \family sans @@ -4834,7 +4547,6 @@ o Indent \end_layout \begin_layout Standard - You should only need to change the indentation method for a single paragraph if you need to do some fine-tuning. Typically, you'll select @@ -4856,12 +4568,10 @@ ip \end_layout \begin_layout Subsection - Changing Line Spacing \end_layout \begin_layout Standard - In the \family sans \bar under @@ -4882,7 +4592,6 @@ setspace \end_layout \begin_layout Section - Paragraph Environments \begin_inset LatexCommand \label{sec:par-environments} @@ -4892,18 +4601,15 @@ Paragraph Environments \end_layout \begin_layout Subsection - Overview \end_layout \begin_layout Standard - The paragraph environments correspond to the various \end_layout \begin_layout Standard - \family typewriter \backslash @@ -4941,7 +4647,6 @@ Tutorial \end_layout \begin_layout Standard - A paragraph environment is simply a \begin_inset Quotes eld \end_inset @@ -4972,7 +4677,6 @@ nest \end_layout \begin_layout Standard - To choose a new paragraph environment, use the pull-down box on the left end of the toolbar. LyX will change the environment of the @@ -4986,7 +4690,6 @@ entire \end_layout \begin_layout Standard - Note that hitting \family sans Return @@ -5013,7 +4716,6 @@ typically status collapsed \begin_layout Standard - If you are in one of these environments: \begin_inset ERT status collapsed @@ -5028,8 +4730,6 @@ status collapsed \end_layout \begin_layout Standard - - \begin_inset ERT status collapsed @@ -5048,21 +4748,17 @@ parbox[t]{3cm}{ \begin_layout Itemize - \family sans Quote \end_layout \begin_layout Itemize - \family sans Quotation \end_layout \begin_layout Standard - - \begin_inset ERT status collapsed @@ -5079,21 +4775,17 @@ parbox[t]{3cm}{ \begin_layout Itemize - \family sans Verse \end_layout \begin_layout Itemize - \family sans Itemize \end_layout \begin_layout Standard - - \begin_inset ERT status collapsed @@ -5110,21 +4802,17 @@ parbox[t]{3cm}{ \begin_layout Itemize - \family sans Enumerate \end_layout \begin_layout Itemize - \family sans Description \end_layout \begin_layout Standard - - \begin_inset ERT status collapsed @@ -5141,14 +4829,11 @@ parbox[t]{3cm}{ \begin_layout Itemize - \family sans List \end_layout \begin_layout Standard - - \begin_inset ERT status collapsed @@ -5162,7 +4847,6 @@ status collapsed \end_layout \begin_layout Standard - LyX keeps the old paragraph environment when you hit \family sans Return @@ -5199,12 +4883,10 @@ M-Return \end_layout \begin_layout Subsection - Standard \end_layout \begin_layout Standard - The default paragraph environment is \family sans Standard @@ -5221,7 +4903,6 @@ Standard \end_layout \begin_layout Standard - You can nest a paragraph using the \family sans Standard @@ -5235,12 +4916,10 @@ Standard \end_layout \begin_layout Subsection - Document Titles \end_layout \begin_layout Standard - A LaTeX title page has three parts: the title itself, the name[s] of the author[s] and a \begin_inset Quotes eld @@ -5266,7 +4945,6 @@ page \end_layout \begin_layout Standard - LyX provides an interface to the title page commands through the paragraph environments \family sans @@ -5285,7 +4963,6 @@ Date \end_layout \begin_layout Itemize - Put the title of your document in the \family sans Title @@ -5294,7 +4971,6 @@ Title \end_layout \begin_layout Itemize - Put the author name in the \family sans Author @@ -5303,7 +4979,6 @@ Author \end_layout \begin_layout Itemize - If you want the date to have a certain appearance, want to use a fixed date, or want other text to appear in place of today's date, put that text in the @@ -5316,7 +4991,6 @@ Date \end_layout \begin_layout Standard - Be sure to do this at the top of the document. You can use footnotes to insert \begin_inset Quotes eld @@ -5330,7 +5004,6 @@ thanks \end_layout \begin_layout Subsection - Headings \begin_inset LatexCommand \label{sec:parenvheadings} @@ -5340,7 +5013,6 @@ Headings \end_layout \begin_layout Standard - There are nine paragraph environments for producing section headings. LyX takes care of the numbering for you. All you need to do is decide what you're going to call section 3 of chapter @@ -5348,18 +5020,15 @@ There are nine paragraph environments for producing section headings. \end_layout \begin_layout Subsubsection - Numbered Headings \end_layout \begin_layout Standard - There are 6 numbered types of section headings. \begin_inset Note Note status open \begin_layout Standard - Why no mention of Part ? \end_layout @@ -5370,48 +5039,41 @@ Why no mention of Part ? \begin_layout Enumerate - \family sans Chapter \end_layout \begin_layout Enumerate - \family sans Section \end_layout \begin_layout Enumerate - \family sans Subsection \end_layout \begin_layout Enumerate - \family sans Subsubsection \end_layout \begin_layout Enumerate - \family sans Paragraph \end_layout \begin_layout Enumerate - \family sans Subparagraph \end_layout \begin_layout Standard - LyX labels each heading with a series of numbers, separated by periods. The numbers describe where in the document you are. These headings all subdivide your document into different pieces of text. @@ -5421,7 +5083,6 @@ LyX labels each heading with a series of numbers, separated by periods. \end_layout \begin_layout Itemize - Either \family sans Chapter @@ -5435,7 +5096,6 @@ Section \begin_layout Itemize - \family sans Chapter \family default @@ -5448,7 +5108,6 @@ s \begin_layout Itemize - \family sans Section \family default @@ -5461,7 +5120,6 @@ s \begin_layout Itemize - \family sans Subsection \family default @@ -5474,7 +5132,6 @@ s \begin_layout Itemize - \family sans Subsubsection \family default @@ -5487,7 +5144,6 @@ s \begin_layout Itemize - \family sans Paragraph \family default @@ -5500,7 +5156,6 @@ s \begin_layout Standard - \emph on Note: \emph default @@ -5517,7 +5172,6 @@ Section \end_layout \begin_layout Standard - So, if you use the \family sans Subsubsection @@ -5538,39 +5192,33 @@ Subsubsection \end_layout \begin_layout Subsubsection - Unnumbered Headings \end_layout \begin_layout Standard - There are 3 types of unnumbered section headings. They are: \end_layout \begin_layout Enumerate - \family sans Section* \end_layout \begin_layout Enumerate - \family sans Subsection* \end_layout \begin_layout Enumerate - \family sans Subsubsection* \end_layout \begin_layout Standard - The \begin_inset Quotes eld \end_inset @@ -5584,7 +5232,6 @@ The \end_layout \begin_layout Subsubsection - Changing the Numbering \begin_inset LatexCommand \label{sub:section-depth} @@ -5594,7 +5241,6 @@ Changing the Numbering \end_layout \begin_layout Standard - You can also alter which sectioning levels get numbered and which ones appear in the Table of Contents. Now, this doesn't remove any of the levels; that's preset in the document @@ -5627,7 +5273,6 @@ Subparagraph \end_layout \begin_layout Standard - Open the \family sans \bar under @@ -5658,10 +5303,7 @@ Extra here's a table of values and what they do: \end_layout - \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset @@ -5670,8 +5312,7 @@ Extra \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -5682,7 +5323,6 @@ Extra \begin_layout Standard - \family sans \series medium \shape up @@ -5703,7 +5343,6 @@ Sec. \begin_layout Standard - \series medium \shape up \size normal @@ -5723,7 +5362,6 @@ LyX numbers these \begin_layout Standard - \series medium \shape up \size normal @@ -5741,7 +5379,6 @@ value: \begin_layout Standard - \series medium \shape up \size normal @@ -5761,7 +5398,6 @@ section headings: \begin_layout Standard - \series medium \shape up \size normal @@ -5779,7 +5415,6 @@ section headings: \begin_layout Standard - \series medium \shape up \size normal @@ -5799,7 +5434,6 @@ no numbering of any kind \begin_layout Standard - \series medium \shape up \size normal @@ -5817,7 +5451,6 @@ no numbering of any kind \begin_layout Standard - \family sans add \series medium @@ -5839,7 +5472,6 @@ Parts \begin_layout Standard - \series medium \shape up \size normal @@ -5857,7 +5489,6 @@ Parts \begin_layout Standard - \family sans \series medium \shape up @@ -5878,7 +5509,6 @@ add Chapters \begin_layout Standard - \series medium \shape up \size normal @@ -5896,7 +5526,6 @@ add Chapters \begin_layout Standard - \family sans \series medium \shape up @@ -5917,7 +5546,6 @@ add Sections \begin_layout Standard - \series medium \shape up \size normal @@ -5935,7 +5563,6 @@ add Sections \begin_layout Standard - \family sans \series medium \shape up @@ -5956,7 +5583,6 @@ add Subsections \begin_layout Standard - \series medium \shape up \size normal @@ -5974,7 +5600,6 @@ add Subsections \begin_layout Standard - \family sans add \series medium @@ -5996,7 +5621,6 @@ Subsubsections \begin_layout Standard - \series medium \shape up \size normal @@ -6014,7 +5638,6 @@ Subsubsections \begin_layout Standard - \family sans add \series medium @@ -6036,7 +5659,6 @@ Paragraphs \begin_layout Standard - \series medium \shape up \size normal @@ -6054,7 +5676,6 @@ Paragraphs \begin_layout Standard - \family sans add \series medium @@ -6078,17 +5699,13 @@ Subparagraphs \end_layout \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset \end_layout - \begin_layout Standard - The increasing numbers are cumulative: a setting of \begin_inset Quotes eld \end_inset @@ -6136,7 +5753,6 @@ no numbering. \end_layout \begin_layout Standard - There's another counter in the dialog, called \family sans Table\InsetSpace ~ @@ -6202,12 +5818,10 @@ depth \end_layout \begin_layout Subsubsection - Special Information \end_layout \begin_layout Standard - The following information applies to \family sans Chapter @@ -6248,38 +5862,31 @@ Subsubsection* \end_layout \begin_layout Itemize - You cannot use a margin note in any of these environments. \end_layout \begin_layout Itemize - You can only use inlined math in these environments. \end_layout \begin_layout Itemize - You cannot do any nesting with these environments. \end_layout \begin_layout Itemize - You can use labels and cross-references to refer to their numbers. \end_layout \begin_layout Standard - As for examples of these paragraph environments - look around you! We're using them everywhere in the manuals. \end_layout \begin_layout Subsubsection - Creating an Appendix \end_layout \begin_layout Standard - To create an appendix, simply start by adding a new chapter or section heading. Move the cursor back to the beginning of the heading and select \family sans @@ -6304,12 +5911,10 @@ Here \end_layout \begin_layout Subsection - Quotes and Poetry \end_layout \begin_layout Standard - LyX has three paragraph environments for writing poetry and quotations. They are \family sans @@ -6340,7 +5945,6 @@ Quotation \end_layout \begin_layout Standard - There is another feature of these three paragraph environments: they do \emph on @@ -6366,7 +5970,6 @@ Standard \begin_layout Subsubsection - \family sans Quote \family default @@ -6383,7 +5986,6 @@ Quotation \end_layout \begin_layout Standard - Now that we've described the similarities of these three environments, it's time for the differences. @@ -6411,7 +6013,6 @@ always \end_layout \begin_layout Standard - Here's an example of the \family sans Quote @@ -6420,7 +6021,6 @@ Quote \end_layout \begin_layout Quote - This is in the \family sans Quote @@ -6432,14 +6032,12 @@ Quote \end_layout \begin_layout Quote - Here's the second paragraph of this quote. Again, there's no indentation, but there is extra space between me and the other paragraph. \end_layout \begin_layout Standard - That ends that example. Here's another example, this time in the \family sans @@ -6449,7 +6047,6 @@ Quotation \end_layout \begin_layout Quotation - This is in the \family sans Quotation @@ -6469,14 +6066,12 @@ if \end_layout \begin_layout Quotation - Here's a new paragraph. I could ramble on and on, like a politician at election time. If I did that, though, you'd get bored. \end_layout \begin_layout Standard - That was our other example. As the example notes, \family sans @@ -6497,7 +6092,6 @@ Quotation \begin_layout Subsubsection - \family sans Verse \begin_inset LatexCommand \label{sec:verse} @@ -6509,7 +6103,6 @@ Verse \begin_layout Standard - \family sans Verse \family default @@ -6518,14 +6111,12 @@ Verse \end_layout \begin_layout Verse - This is in Verse \newline Which I did not rehearse! \end_layout \begin_layout Verse - It could be much worse. This line could be long, very long, oh so long, so very long that it wraps around. @@ -6536,7 +6127,6 @@ It could be much worse. \end_layout \begin_layout Verse - To break a line \newline And make things look fine @@ -6549,7 +6139,6 @@ C-Return \end_layout \begin_layout Standard - As you can see, \family sans Verse @@ -6568,7 +6157,6 @@ C-Return \end_layout \begin_layout Subsection - Lists \begin_inset LatexCommand \label{sec:parenvlists} @@ -6578,7 +6166,6 @@ Lists \end_layout \begin_layout Standard - LyX has four different paragraph environments for creating different kinds of lists. In the @@ -6604,12 +6191,10 @@ List \end_layout \begin_layout Subsubsection - General Features \end_layout \begin_layout Standard - The four paragraph environments for lists differ from the other environments in several ways. First, LyX treats each paragraph as a list item. @@ -6636,7 +6221,6 @@ M-Return \end_layout \begin_layout Standard - You can nest lists of any type inside one another. In fact, LyX changes the labels on some list items depending on how its nested. @@ -6652,7 +6236,6 @@ You can nest lists of any type inside one another. \begin_layout Subsubsection - \family sans Itemize \family default @@ -6665,7 +6248,6 @@ Itemize \end_layout \begin_layout Standard - The first type of list we'll describe in detail is the \family sans Itemize @@ -6675,23 +6257,20 @@ Itemize \end_layout \begin_layout Itemize - Each item has a particular bullet or symbol as its label. \end_layout \begin_deeper \begin_layout Itemize - LyX uses the same symbol for all of the items in a given nesting level. \end_layout \begin_layout Itemize - The symbol appears at the beginning of the first line. \end_layout + \end_deeper \begin_layout Itemize - The items can be any length. LyX automatically offsets the left margin of each item. The offset is always relative to whatever environment the @@ -6702,7 +6281,6 @@ Itemize \end_layout \begin_layout Itemize - If you nest an \family sans Itemize @@ -6716,17 +6294,14 @@ Itemize \begin_deeper \begin_layout Itemize - There are four different symbols for up to a four-fold nesting. \end_layout \begin_layout Itemize - LyX always shows the same symbol, an asterisk, on screen. \end_layout \begin_layout Itemize - See section \begin_inset LatexCommand \ref{sec:nest} @@ -6734,9 +6309,9 @@ See section for a full explanation of nesting. \end_layout + \end_deeper \begin_layout Standard - Of course, that explanation was also an example of an \family sans Itemize @@ -6750,14 +6325,12 @@ Itemize \end_layout \begin_layout Standard - We said that different levels use different symbols as their label. Here's an example of all four possible symbols. Note that those of you reading this manual online won't see any difference. \end_layout \begin_layout Itemize - The label for the first level \family sans Itemize @@ -6767,39 +6340,35 @@ Itemize \begin_deeper \begin_layout Itemize - The label for the second level is a dash. \end_layout \begin_deeper \begin_layout Itemize - The label for the third is an asterisk. \end_layout \begin_deeper \begin_layout Itemize - The label for the fourth is a centered dot. \end_layout + \end_deeper \begin_layout Itemize - Back out to the third level. \end_layout + \end_deeper \begin_layout Itemize - Back to the second level. \end_layout + \end_deeper \begin_layout Itemize - Back to the outermost level. \end_layout \begin_layout Standard - These are the default labels for an \family sans Itemize @@ -6837,7 +6406,6 @@ Bullets \end_layout \begin_layout Standard - Notice how the space between items decreases with increasing depth. We'll explain nesting and all the tricks you can do with different depths in section @@ -6851,7 +6419,6 @@ Notice how the space between items decreases with increasing depth. \begin_layout Subsubsection - \family sans Enumerate \family default @@ -6864,7 +6431,6 @@ Enumerate \end_layout \begin_layout Standard - The \family sans Enumerate @@ -6874,23 +6440,20 @@ Enumerate \end_layout \begin_layout Enumerate - Each item has a numeral as its label. \end_layout \begin_deeper \begin_layout Enumerate - The type of numeral depends on the nesting depth. \end_layout + \end_deeper \begin_layout Enumerate - LyX automatically counts the items for you and updates the label as appropriate. \end_layout \begin_layout Enumerate - Each new \family sans Enumerate @@ -6899,7 +6462,6 @@ Enumerate \end_layout \begin_layout Enumerate - Like the \family sans Itemize @@ -6913,28 +6475,24 @@ Enumerate \begin_deeper \begin_layout Enumerate - Offsets the items relative to the left margin. Items can be any length. \end_layout \begin_layout Enumerate - Reduces the space between items as the nesting depth increases. \end_layout \begin_layout Enumerate - Uses different types of labels depending on the nesting depth. \end_layout \begin_layout Enumerate - Allows up to a four-fold nesting. \end_layout + \end_deeper \begin_layout Standard - Unlike the \family sans Itemize @@ -6956,7 +6514,6 @@ Enumerate \end_layout \begin_layout Enumerate - The first level of an \family sans Enumerate @@ -6966,45 +6523,40 @@ Enumerate \begin_deeper \begin_layout Enumerate - The second level uses lower case letters surrounded by parentheses. \end_layout \begin_deeper \begin_layout Enumerate - The third level uses lower-case Roman numerals followed by a period. \end_layout \begin_deeper \begin_layout Enumerate - The fourth level uses capital letters followed by a period. \end_layout \begin_layout Enumerate - Again, notice the decrease in the spacing between items as the nesting depth increases. \end_layout + \end_deeper \begin_layout Enumerate - Back to the third level \end_layout + \end_deeper \begin_layout Enumerate - Back to the second level. \end_layout + \end_deeper \begin_layout Enumerate - Back to the outermost level. \end_layout \begin_layout Standard - Once again, you can customize the type of numbering used in the \family sans Enumerate @@ -7020,7 +6572,6 @@ Extended Features \end_layout \begin_layout Standard - There is more to nesting \family sans Enumerate @@ -7040,7 +6591,6 @@ really \begin_layout Subsubsection - \family sans Description \family default @@ -7053,7 +6603,6 @@ Description \end_layout \begin_layout Standard - Unlike the previous two environments, the \family sans Description @@ -7072,7 +6621,6 @@ word \end_layout \begin_layout Description - Example: This is an example of the \family sans Description @@ -7081,13 +6629,11 @@ Example: This is an example of the \end_layout \begin_layout Standard - LyX typesets the label in boldface and puts extra space between it and the rest of the line. \end_layout \begin_layout Standard - Now, you're probably wondering what we mean by, \begin_inset Quotes eld \end_inset @@ -7114,7 +6660,6 @@ Space \end_layout \begin_layout Standard - However, what if you want or need to use more than one word in the label of a \family sans @@ -7131,17 +6676,18 @@ C-Space \family default or \family sans +Special\InsetSpace ~ +F \bar under -S +o \bar default -pecial\InsetSpace ~ -Character\SpecialChar \menuseparator -Protected\InsetSpace ~ - +rmatting\SpecialChar \menuseparator +P \bar under -B +r \bar default -lank +otected\InsetSpace ~ +Space \family default from the \family sans @@ -7161,7 +6707,6 @@ nsert \end_layout \begin_layout Description - Second\InsetSpace ~ Example: This one shows how to use a \family sans @@ -7176,7 +6721,6 @@ Description \end_layout \begin_layout Description - Usage: You should use the \family sans Description @@ -7205,7 +6749,6 @@ Standard \end_layout \begin_layout Description - Nesting: You can, of course, nest \family sans Description @@ -7215,13 +6758,11 @@ Description \end_layout \begin_layout Standard - Notice that after the first line, LyX indents subsequent lines, offsetting them from the first line. \end_layout \begin_layout Subsubsection - The LyX \family sans List @@ -7235,7 +6776,6 @@ List \end_layout \begin_layout Standard - The \family sans List @@ -7245,7 +6785,6 @@ List \end_layout \begin_layout Standard - Now, if you jumped here without reading sections \begin_inset LatexCommand \ref{sec:itemize} @@ -7280,7 +6819,6 @@ Enumerate \end_layout \begin_layout Standard - Like the \family sans Description @@ -7296,7 +6834,6 @@ List \begin_layout Labeling \labelwidthstring MMMMMM - item\InsetSpace ~ labels LyX uses the first \begin_inset Quotes eld @@ -7318,7 +6855,6 @@ Space \begin_layout Labeling \labelwidthstring MMMMMM - margins As you can see, LyX uses different margins for the item label and the body of the item text. The body of the text has a larger left margin, which is equal to the default @@ -7328,7 +6864,6 @@ margins As you can see, LyX uses different margins for the item label and \begin_layout Labeling \labelwidthstring MMMMMM - label\InsetSpace ~ width LyX uses one of two things for the label width: the actual width of the label, or the default width, whichever is larger. @@ -7347,7 +6882,6 @@ extends \begin_layout Labeling \labelwidthstring MMMMMM - default\InsetSpace ~ width You can very easily set this default width. It's quite painless, actually. @@ -7360,7 +6894,6 @@ List \begin_layout Labeling \labelwidthstring MMMMMM - uses You should use the \family sans List @@ -7381,7 +6914,6 @@ List \begin_layout Labeling \labelwidthstring MMMMMM - nesting You can nest \family sans List @@ -7398,12 +6930,10 @@ List \end_layout \begin_layout Standard - As you can see, this is a feature-packed paragraph environment! \end_layout \begin_layout Standard - To change the default width of the label, select the items in the list to change. You can also simply move the cursor into a @@ -7488,7 +7018,6 @@ List \end_layout \begin_layout Standard - There's yet another feature of the \family sans List @@ -7515,7 +7044,6 @@ HFills \begin_layout Labeling \labelwidthstring MMMMMMMM - Left The default for \family sans List @@ -7526,7 +7054,6 @@ List \begin_layout Labeling \labelwidthstring MMMMMMMM - \hfill Right One \family sans @@ -7538,7 +7065,6 @@ HFill \begin_layout Labeling \labelwidthstring MMMMMMMM - \hfill Center \hfill @@ -7550,7 +7076,6 @@ HFill \end_layout \begin_layout Standard - Don't worry if you have no idea what \family sans HFill @@ -7564,7 +7089,6 @@ List \end_layout \begin_layout Standard - That does it for the four paragraph environments for making lists. Oh - did we mention that you should read about nesting environments in section @@ -7576,13 +7100,11 @@ That does it for the four paragraph environments for making lists. \end_layout \begin_layout Subsection - Letters \end_layout \begin_layout Subsubsection - \family sans Address \family default @@ -7595,7 +7117,6 @@ Address \end_layout \begin_layout Standard - Although LyX has document classes for letters, we've also created two paragraph environments called \family sans @@ -7624,7 +7145,6 @@ Address \end_layout \begin_layout Standard - Of course, you're not limited to using \family sans Address @@ -7645,7 +7165,6 @@ Address \end_layout \begin_layout Subsubsection - Usage \begin_inset LatexCommand \label{sec:adress_usage} @@ -7655,7 +7174,6 @@ Usage \end_layout \begin_layout Standard - The \family sans Address @@ -7673,7 +7191,6 @@ Address \end_layout \begin_layout Right Address - Right Address \newline WhoAmI @@ -7684,7 +7201,6 @@ When is it? What is today? \end_layout \begin_layout Standard - That was \family sans Right\InsetSpace ~ @@ -7701,7 +7217,6 @@ Address \end_layout \begin_layout Address - WhoAreYou \newline Where do I send this @@ -7710,7 +7225,6 @@ Your post office and country \end_layout \begin_layout Standard - As you can see, both \family sans Address @@ -7750,11 +7264,12 @@ C-Return \family default or \family sans +Special\InsetSpace ~ +F \bar under -S +o \bar default -pecial\InsetSpace ~ -Character\SpecialChar \menuseparator +rmatting\SpecialChar \menuseparator \bar under L @@ -7781,12 +7296,10 @@ Address \end_layout \begin_layout Subsection - Academic Writing \end_layout \begin_layout Standard - Most academic writing begins with an abstract and ends with a bibliography or list of references. LyX contains paragraph environments for both of these. @@ -7794,13 +7307,11 @@ Most academic writing begins with an abstract and ends with a bibliography \begin_layout Subsubsection - \family sans Abstract \end_layout \begin_layout Standard - The \family sans Abstract @@ -7886,7 +7397,6 @@ letter \end_layout \begin_layout Standard - The \family sans Abstract @@ -7920,7 +7430,6 @@ report \end_layout \begin_layout Standard - Starting a new paragraph by hitting \family sans Return @@ -7940,7 +7449,6 @@ Abstract \end_layout \begin_layout Standard - We'd love to give you an example of the \family sans Abstract @@ -7967,7 +7475,6 @@ abstract \begin_layout Subsubsection - \family sans Bibliography \family default @@ -7980,7 +7487,6 @@ Bibliography \end_layout \begin_layout Standard - The \family sans Bibliography @@ -8004,7 +7510,6 @@ Bibliography \end_layout \begin_layout Standard - When you first open a \family sans Bibliography @@ -8049,7 +7554,6 @@ Bibliography \end_layout \begin_layout Standard - At the \emph on beginning @@ -8085,7 +7589,6 @@ latexguide \end_layout \begin_layout Standard - The \family sans key @@ -8171,7 +7674,6 @@ latexcompanion \end_layout \begin_layout Standard - The more advanced LaTeX bibliography package BibTeX is also supported by LyX. For a description of how to use it, please refer to the @@ -8182,12 +7684,10 @@ Extended LyX Features \end_layout \begin_layout Subsection - Special Purpose \end_layout \begin_layout Standard - There are three standard paragraph environments that simply don't fit any category, as they are very specialized for a particular purpose. We'll point out the highlights and uses of each. @@ -8195,7 +7695,6 @@ There are three standard paragraph environments that simply don't fit any \begin_layout Subsubsection - \family sans Caption \family default @@ -8208,7 +7707,6 @@ Caption \end_layout \begin_layout Standard - The \family sans Caption @@ -8250,7 +7748,6 @@ Float \end_layout \begin_layout Standard - You can't really nest things into a \family sans Caption @@ -8272,7 +7769,6 @@ Caption \end_layout \begin_layout Standard - You cannot use a \family sans Caption @@ -8313,14 +7809,12 @@ Floats \end_layout \begin_layout Subsubsection - LyX \family sans -Code \end_layout \begin_layout Standard - The \family sans LyX-Code @@ -8336,7 +7830,6 @@ Space status collapsed \begin_layout Standard - In the \family sans LyX-Code @@ -8396,12 +7889,10 @@ LyX-Code \end_layout \begin_layout Standard - There are a few quirks with this environment: \end_layout \begin_layout Itemize - You cannot use \family sans C-Return @@ -8419,7 +7910,6 @@ C-Return \end_layout \begin_layout Itemize - You can't follow a \family sans C-Return @@ -8433,7 +7923,6 @@ Space \begin_deeper \begin_layout Itemize - Use a \family sans Return @@ -8446,16 +7935,15 @@ Space \end_layout \begin_layout Itemize - Or: use \family sans C-Space \family default instead. \end_layout + \end_deeper \begin_layout Itemize - You can't have an empty paragraph or an empty line. You must put at least one \family sans @@ -8466,7 +7954,6 @@ Space \end_layout \begin_layout Itemize - You cannot get the typewriter double quotes by typing \family sans " @@ -8488,49 +7975,40 @@ C-q \end_layout \begin_layout Standard - Here's an example: \end_layout \begin_layout LyX-Code - #include \end_layout \begin_layout LyX-Code - \end_layout \begin_layout LyX-Code - int main(void) \end_layout \begin_layout LyX-Code - { \end_layout \begin_layout LyX-Code - printf("Hello World \backslash n"); \end_layout \begin_layout LyX-Code - return 0; \end_layout \begin_layout LyX-Code - } \end_layout \begin_layout Standard - This is just the standard \begin_inset Quotes eld \end_inset @@ -8545,7 +8023,6 @@ Hello world! \begin_layout Standard - \family sans LyX-Code \family default @@ -8556,12 +8033,10 @@ LyX-Code \end_layout \begin_layout Subsubsection - Comment \end_layout \begin_layout Standard - The comment paragraph environment can be used to write comments about your document that will not appear in the final output. In order to make this clear, LyX will present the comment environment in @@ -8569,7 +8044,6 @@ The comment paragraph environment can be used to write comments about your \end_layout \begin_layout Section - Nesting Environments \begin_inset LatexCommand \label{sec:nest} @@ -8579,12 +8053,10 @@ Nesting Environments \end_layout \begin_layout Subsection - The Big Deal \end_layout \begin_layout Standard - Throughout the previous sections, we've been nagging you to \begin_inset Quotes eld \end_inset @@ -8603,7 +8075,6 @@ go read Section\InsetSpace ~ \end_layout \begin_layout Standard - The big deal is that LyX differs rather strongly from the traditional \begin_inset Quotes eld \end_inset @@ -8639,7 +8110,6 @@ block \end_layout \begin_layout Standard - Here's a more specific example: outlines. You have three main points in your outline, but point #2 also has two subpoints. In other words, you have a list @@ -8658,40 +8128,34 @@ attached \end_layout \begin_layout Enumerate - one \end_layout \begin_layout Enumerate - two \end_layout \begin_deeper \begin_layout Enumerate - sublist - item #1 \end_layout \begin_layout Enumerate - sublist - item #2 \end_layout + \end_deeper \begin_layout Enumerate - three \end_layout \begin_layout Standard - How do you put a list inside of a list? By now, the answer should be obvious: you nest one list inside the other. \end_layout \begin_layout Standard - How to nest an environment is quite simple. Select \family sans @@ -8723,7 +8187,6 @@ dit \end_layout \begin_layout Standard - You can also use the convenient key bindings \family sans S-M-Left @@ -8736,7 +8199,6 @@ status collapsed \begin_layout Standard - \family sans M-p\InsetSpace ~ Left @@ -8760,7 +8222,6 @@ to change the nesting level. \end_layout \begin_layout Standard - Note that LyX only changes the nesting depth if it can. If it's invalid to do so, nothing happens if you try to change the depth. Additionally, if you change the depth of one paragraph, it affects the @@ -8772,7 +8233,6 @@ Note that LyX only changes the nesting depth if it can. \end_layout \begin_layout Standard - Nesting isn't just limited to lists. In LyX, you can nest just about anything inside anything else, as you're about to find out. @@ -8780,18 +8240,15 @@ Nesting isn't just limited to lists. \end_layout \begin_layout Subsection - What You Can and Can't Nest \end_layout \begin_layout Standard - Before we fire a list of paragraph environments at you, we need to tell you a little bit more about how nesting works. \end_layout \begin_layout Standard - The question of nesting is a bit more complicated than a simple yes or no, can you or can't you. There's also the question of how. @@ -8816,7 +8273,6 @@ yes \end_layout \begin_layout Standard - The paragraph environments in LyX can do one of three things when it comes to nesting. First, an environment may be completely unnestable. @@ -8829,14 +8285,12 @@ The paragraph environments in LyX can do one of three things when it comes \end_layout \begin_layout Standard - Here's a list of the three types of nesting behavior, and which paragraph environments have them: \begin_inset Foot status collapsed \begin_layout Standard - For some odd reason, LyX allows you to fully nest both \family sans Bibliography @@ -8873,7 +8327,6 @@ Date \end_layout \begin_layout Description - Unnestable Can't nest them. Can't nest into them. \end_layout @@ -8881,21 +8334,18 @@ Unnestable Can't nest them. \begin_deeper \begin_layout Itemize - \family sans Part \end_layout \begin_layout Itemize - \family sans Chapter \end_layout \begin_layout Itemize - \family sans Section \family default @@ -8904,21 +8354,18 @@ Section \begin_layout Itemize - \family sans Subsection \end_layout \begin_layout Itemize - \family sans Subsubsection \end_layout \begin_layout Itemize - \family sans Paragraph \family default @@ -8927,83 +8374,72 @@ Paragraph \begin_layout Itemize - \family sans Subparagraph \end_layout \begin_layout Itemize - \family sans Part* \end_layout \begin_layout Itemize - \family sans Chapter* \end_layout \begin_layout Itemize - \family sans Section* \end_layout \begin_layout Itemize - \family sans Subsection* \end_layout \begin_layout Itemize - \family sans Subsubsection* \end_layout \begin_layout Itemize - \family sans Bibliography \end_layout \begin_layout Itemize - \family sans Abstract \end_layout \begin_layout Itemize - \family sans Title \end_layout \begin_layout Itemize - \family sans Author \end_layout \begin_layout Itemize - \family sans Date \end_layout + \end_deeper \begin_layout Description - Fully\InsetSpace ~ Nestable You can nest them. You can nest other things into them. @@ -9012,62 +8448,54 @@ Nestable You can nest them. \begin_deeper \begin_layout Itemize - \family sans Verse \end_layout \begin_layout Itemize - \family sans Quote \end_layout \begin_layout Itemize - \family sans Quotation \end_layout \begin_layout Itemize - \family sans Itemize \end_layout \begin_layout Itemize - \family sans Enumerate \end_layout \begin_layout Itemize - \family sans Description \end_layout \begin_layout Itemize - \family sans List \end_layout \begin_layout Itemize - \family sans LyX-Code \end_layout + \end_deeper \begin_layout Description - Nestable-Inside You can nest them inside of other things. You can't nest anything into them. \end_layout @@ -9075,14 +8503,12 @@ Nestable-Inside You can nest them inside of other things. \begin_deeper \begin_layout Itemize - \family sans Standard \end_layout \begin_layout Itemize - \family sans Right\InsetSpace ~ Address @@ -9090,13 +8516,12 @@ Address \begin_layout Itemize - \family sans Address \end_layout + \end_deeper \begin_layout Standard - The \family sans Caption @@ -9116,7 +8541,6 @@ Floats \end_layout \begin_layout Subsection - Nesting Other Things: Tables, Math, Floats, etc. \begin_inset LatexCommand \label{sec:table-and-fig-nesting} @@ -9126,29 +8550,24 @@ Nesting Other Things: Tables, Math, Floats, etc. \end_layout \begin_layout Standard - There are several things that aren't paragraph environments, but which are affected by nesting anyhow. They are: \end_layout \begin_layout Itemize - equations \end_layout \begin_layout Itemize - tables \end_layout \begin_layout Itemize - figures \end_layout \begin_layout Standard - [Note: if you put a figure or a table in a \family sans Float @@ -9168,7 +8587,6 @@ Float \end_layout \begin_layout Standard - LyX can treat these three objects as either a word or as a paragraph. Well, you can't inline a table, but you can inline math and figures. If a figure or an equation is inlined, it goes wherever the paragraph it's @@ -9176,7 +8594,6 @@ LyX can treat these three objects as either a word or as a paragraph. \end_layout \begin_layout Standard - On the other hand, if you have an equation, figure or table in a \begin_inset Quotes eld \end_inset @@ -9199,26 +8616,20 @@ nestable-inside \end_layout \begin_layout Standard - Here's an example with a table: \end_layout \begin_layout Enumerate - Item One \end_layout \begin_deeper \begin_layout Enumerate - This is (a) and it's nested. \end_layout \begin_deeper - \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset @@ -9227,8 +8638,7 @@ This is (a) and it's nested. \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -9239,7 +8649,6 @@ This is (a) and it's nested. \begin_layout Standard - \family roman \series medium \shape up @@ -9258,7 +8667,6 @@ a \begin_layout Standard - \family roman \series medium \shape up @@ -9279,7 +8687,6 @@ b \begin_layout Standard - \family roman \series medium \shape up @@ -9298,7 +8705,6 @@ c \begin_layout Standard - \family roman \series medium \shape up @@ -9321,8 +8727,6 @@ d \end_layout \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset @@ -9331,36 +8735,30 @@ d \end_deeper \begin_layout Enumerate - This is (b). The table is actually nested inside (a). \end_layout + \end_deeper \begin_layout Enumerate - Back out again. \end_layout \begin_layout Standard - If we hadn't nested the table at all, the list would look like this: \end_layout \begin_layout Enumerate - Item One \end_layout \begin_deeper \begin_layout Enumerate - This is (a) and it's nested. \end_layout + \end_deeper - \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset @@ -9369,8 +8767,7 @@ This is (a) and it's nested. \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -9381,7 +8778,6 @@ This is (a) and it's nested. \begin_layout Standard - \family roman \series medium \shape up @@ -9400,7 +8796,6 @@ a \begin_layout Standard - \family roman \series medium \shape up @@ -9421,7 +8816,6 @@ b \begin_layout Standard - \family roman \series medium \shape up @@ -9440,7 +8834,6 @@ c \begin_layout Standard - \family roman \series medium \shape up @@ -9463,17 +8856,13 @@ d \end_layout \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset \end_layout - \begin_layout Enumerate - This is (b). The table is \emph on @@ -9484,38 +8873,30 @@ not \end_layout \begin_layout Enumerate - Back out again. \end_layout \begin_layout Standard - Notice how item (b) is not only no longer nested, but is also the first item of a new list! \end_layout \begin_layout Standard - There's another trap you can fall into: nesting the table, but not going deep enough. LyX turns anything after the table into a new [sub]list. \end_layout \begin_layout Enumerate - Item One \end_layout \begin_deeper \begin_layout Enumerate - This is (a) and it's nested. \end_layout - \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset @@ -9524,8 +8905,7 @@ This is (a) and it's nested. \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -9536,7 +8916,6 @@ This is (a) and it's nested. \begin_layout Standard - \family roman \series medium \shape up @@ -9555,7 +8934,6 @@ a \begin_layout Standard - \family roman \series medium \shape up @@ -9576,7 +8954,6 @@ b \begin_layout Standard - \family roman \series medium \shape up @@ -9595,7 +8972,6 @@ c \begin_layout Standard - \family roman \series medium \shape up @@ -9618,17 +8994,13 @@ d \end_layout \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset \end_layout - \begin_layout Enumerate - This is (b). The table is actually nested inside Item One, but \emph on @@ -9636,14 +9008,13 @@ not \emph default inside (a). \end_layout + \end_deeper \begin_layout Enumerate - Back out again. \end_layout \begin_layout Standard - As you can see, item (b) turned into the first item of a new list, but a new list \emph on @@ -9656,7 +9027,6 @@ inside \end_layout \begin_layout Standard - Then there are the so-called \family sans Floats @@ -9712,12 +9082,10 @@ Float \end_layout \begin_layout Subsection - Usage and General Features \end_layout \begin_layout Standard - Speaking of levels, LyX can perform up to a six-fold nesting. In other words, \begin_inset Quotes eld @@ -9732,53 +9100,46 @@ level #6 \end_layout \begin_layout Enumerate - level #1 - outermost \end_layout \begin_deeper \begin_layout Enumerate - level #2 \end_layout \begin_deeper \begin_layout Enumerate - level #3 \end_layout \begin_deeper \begin_layout Enumerate - level #4 \end_layout \begin_deeper \begin_layout Itemize - level #5 \end_layout \begin_deeper \begin_layout Itemize - level #6 \end_layout + \end_deeper \end_deeper \end_deeper \end_deeper \end_deeper \begin_layout Standard - Once again, LyX has a maximum of 6 levels, regardless of which specific paragraph environments you're using at a given level. \begin_inset Foot status collapsed \begin_layout Standard - Unfortunately, LyX doesn't enforce this limitation. If you try to exceed it, however, LaTeX will return errors when you go to produce output for your document. @@ -9799,7 +9160,6 @@ Verse \end_layout \begin_layout Standard - There are two exceptions to the six-fold nesting limit, and you can see both of them in the example. Unlike the other fully-nestable environments, you can only perform a four-fold @@ -9829,7 +9189,6 @@ A. status collapsed \begin_layout Standard - Once again, LyX doesn't enforce this limitation. If you try to exceed it, however, LaTeX will return errors when you go to produce output for your document. @@ -9841,12 +9200,10 @@ Once again, LyX doesn't enforce this limitation. \end_layout \begin_layout Subsection - Some Examples \end_layout \begin_layout Standard - The best way to explain just what you can do with nesting is by illustration. We have several examples of nested environments. In them, we explain how we created the example, so that you can reproduce @@ -9854,13 +9211,11 @@ The best way to explain just what you can do with nesting is by illustration. \end_layout \begin_layout Subsubsection - Example #1: The Six-fold Way and Mixed Nesting \end_layout \begin_layout Labeling \labelwidthstring MMM - #1-a This is the outermost level. It's a \family sans @@ -9872,7 +9227,6 @@ List \begin_deeper \begin_layout Labeling \labelwidthstring MMM - #2-a This is level #2. We created it by using \family sans @@ -9889,7 +9243,6 @@ Right \begin_deeper \begin_layout Labeling \labelwidthstring MMM - #3-a This is level #3. This time, we just hit \family sans @@ -9916,7 +9269,6 @@ Right \begin_deeper \begin_layout Standard - This is actually a \family sans Standard @@ -9962,7 +9314,6 @@ Itemize \end_layout \begin_layout Standard - Here's another \family sans Standard @@ -9976,7 +9327,6 @@ M-Return \begin_layout Labeling \labelwidthstring MMM - #4-a This is level #4. We hit \family sans @@ -10010,7 +9360,6 @@ can \begin_deeper \begin_layout Labeling \labelwidthstring MMM - #5-a This is level #5\SpecialChar \ldots{} \end_layout @@ -10018,15 +9367,14 @@ can \begin_deeper \begin_layout Labeling \labelwidthstring MMM - #6-a \SpecialChar \ldots{} and this is level #6. By now, you should know how we made these two. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMM - #5-b Back to level #5. Just hit \family sans @@ -10039,10 +9387,10 @@ Left \family default . \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMM - #4-b After another \family sans M-Return @@ -10054,24 +9402,24 @@ Left \family default , we're back at level #4. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMM - #3-b Back to level #3. By now it should be obvious how we did this. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMM - #2-b Back to level #2. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMM - #1-b And last, back to the outermost level, #1. After this sentence, we'll hit \family sans @@ -10085,7 +9433,6 @@ Standard \end_layout \begin_layout Standard - There you have it! Oh --- we could have also used the \family sans Description @@ -10111,17 +9458,14 @@ List \end_layout \begin_layout Subsubsection - Example #2: Inheritance \end_layout \begin_layout LyX-Code - This is the LyX-Code environment, at level #1, the outermost \end_layout \begin_layout LyX-Code - level. Now we'll hit \family sans @@ -10140,7 +9484,6 @@ Enumerate \begin_deeper \begin_layout Enumerate - This is the \family sans Enumerate @@ -10149,7 +9492,6 @@ Enumerate \end_layout \begin_layout Enumerate - Notice how the nested \family sans Enumerate @@ -10160,9 +9502,9 @@ LyX-Code \family default ], but also inherits its font and spacing! \end_layout + \end_deeper \begin_layout Standard - We ended this example by hitting \family sans Return @@ -10181,7 +9523,6 @@ Left \end_layout \begin_layout Subsubsection - Example #3: Labels, Levels, and the \family sans Enumerate @@ -10195,7 +9536,6 @@ Itemize status collapsed \begin_layout Standard - Example #3: Labels, Levels and other list environments \end_layout @@ -10205,7 +9545,6 @@ Example #3: Labels, Levels and other list environments \end_layout \begin_layout Enumerate - This is level #1, in an \family sans Enumerate @@ -10216,7 +9555,6 @@ Enumerate \begin_deeper \begin_layout Enumerate - This is level #2. We used \family sans @@ -10238,7 +9576,6 @@ Itemize \begin_deeper \begin_layout Itemize - No! It's a bullet. This is the \emph on @@ -10268,7 +9605,6 @@ Itemize \begin_deeper \begin_layout Itemize - Here's level #4, produced using \family sans M-Return @@ -10285,7 +9621,6 @@ Right \begin_deeper \begin_layout Enumerate - \SpecialChar \ldots{} to get to level #5. This time, however, we also changed the paragraph environment back to @@ -10322,7 +9657,6 @@ Enumerate \end_layout \begin_layout Enumerate - What happens if we \emph on don't @@ -10332,7 +9666,6 @@ don't \end_layout \begin_layout Enumerate - Oh, as if you couldn't guess by now, we're just using \family sans M-Return @@ -10341,7 +9674,6 @@ M-Return \end_layout \begin_layout Enumerate - Let's use \family sans M-p\InsetSpace ~ @@ -10353,15 +9685,15 @@ M-Return \family default . \end_layout + \end_deeper \begin_layout Enumerate - This is level #4. Look what type of label LyX is using! \end_layout + \end_deeper \begin_layout Enumerate - This is level #3. Even though we've changed levels, LyX is still using a lowercase Roman numeral as the label. @@ -10369,7 +9701,6 @@ This is level #3. \end_layout \begin_layout Enumerate - Because, even though the nesting depth has changed, the paragraph is \emph on still @@ -10385,9 +9716,9 @@ did \emph default reset the counter for the label. \end_layout + \end_deeper \begin_layout Enumerate - Another \family sans M-Return @@ -10405,9 +9736,9 @@ Enumerate \family default environment. \end_layout + \end_deeper \begin_layout Enumerate - The same thing happens if we do another \family sans M-Return @@ -10421,7 +9752,6 @@ Left \end_layout \begin_layout Standard - Lastly, we reset the environment to \family sans Standard @@ -10458,12 +9788,10 @@ Itemize \end_layout \begin_layout Subsubsection - Example #4: Going Bonkers \end_layout \begin_layout Enumerate - We're going to go totally nuts now. We won't nest as deep as in the other examples, nor will we go into the same detail with how we did it. @@ -10476,7 +9804,6 @@ Enumerate \begin_deeper \begin_layout Standard - [ \family sans Return, M-p\InsetSpace ~ @@ -10488,9 +9815,9 @@ Right, Standard The environment name is, obviously, the name of the current environment. Either before or after this, we'll put in the level. \end_layout + \end_deeper \begin_layout Enumerate - [ \family sans Return, Enumerate @@ -10500,7 +9827,6 @@ Return, Enumerate \begin_deeper \begin_layout Verse - Now we'll add verse. \newline It will get much worse. @@ -10514,7 +9840,6 @@ Right, Verse \end_layout \begin_layout Verse - Fiddle dee, Fiddle doo. \newline Bippitey boppitey boo! @@ -10527,15 +9852,11 @@ M-Return \end_layout \begin_layout Verse - Here comes a table for you: \end_layout \begin_deeper - \begin_layout Standard - - \begin_inset VSpace 0.3cm \end_inset @@ -10544,8 +9865,7 @@ Here comes a table for you: \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -10556,7 +9876,6 @@ Here comes a table for you: \begin_layout Standard - \family roman \series medium \shape up @@ -10575,7 +9894,6 @@ one-fish \begin_layout Standard - \family roman \series medium \shape up @@ -10596,7 +9914,6 @@ two-fish \begin_layout Standard - \family roman \series medium \shape up @@ -10615,7 +9932,6 @@ red-fish \begin_layout Standard - \family roman \series medium \shape up @@ -10636,9 +9952,9 @@ blue-fish \end_layout + \end_deeper \begin_layout Verse - [ \family sans M-Return, Table, M-p\InsetSpace ~ @@ -10651,9 +9967,9 @@ Left \family default ] \end_layout + \end_deeper \begin_layout Enumerate - [ \family sans Return, Enumerate @@ -10673,7 +9989,6 @@ Verse \end_layout \begin_layout Quotation - We're now ending the \family sans Enumerate @@ -10731,7 +10046,6 @@ Address \begin_deeper \begin_layout Right Address - 1234 Nowhere Rd. \newline Moosegroin, MT 00100 @@ -10740,13 +10054,11 @@ Moosegroin, MT 00100 \end_layout \begin_layout Address - Dear Mr.\InsetSpace ~ Fizlewitz: \end_layout \begin_layout Quotation - We regret to inform you that we cannot fill your order for 50L of compressed methane gas due to circumstances beyond our control. Unfortunately, several of our cows have mysteriously exploded, creating @@ -10757,31 +10069,27 @@ We regret to inform you that we cannot fill your order for 50L of compressed \end_layout \begin_layout Quotation - We do, however, now have a special on beef. If you are interested, please return the enclosed pricing and order form with your order, along with payment. \end_layout \begin_layout Quotation - We thank you again for your patience. \end_layout \begin_layout Address - Sincerely, \newline Bill Hick \end_layout + \end_deeper \begin_layout Quotation - That ends that example! \end_layout \begin_layout Standard - As you can see, nesting environments in LyX gives you a lot of power with just a few keystrokes. We could have easily nested an @@ -10809,17 +10117,14 @@ Itemize \end_layout \begin_layout Section - Fonts and Text Styles \end_layout \begin_layout Subsection - Overview \end_layout \begin_layout Standard - Many modern typesetting and markup languages have begun to move towards specifying character styles rather than specifying a particular font. For example, instead of changing to an italicized version of the current @@ -10838,7 +10143,6 @@ emphasized style \end_layout \begin_layout Standard - Right now, LyX allows you to specify a global default font, and has two character styles, \family sans @@ -10868,12 +10172,10 @@ Noun \end_layout \begin_layout Subsection - Global Options \end_layout \begin_layout Standard - You can set the default font from the \family sans \bar under @@ -10959,7 +10261,6 @@ European modern \end_layout \begin_layout Standard - As for the \family sans Font\InsetSpace ~ @@ -10996,7 +10297,6 @@ base \end_layout \begin_layout Standard - Note that once you choose a new value for \family sans \bar under @@ -11025,12 +10325,10 @@ not \end_layout \begin_layout Subsection - Using Different Character Styles \end_layout \begin_layout Standard - As we've already seen, LyX automatically changes the character style for certain paragraph environments. We also mentioned two other character styles, @@ -11047,7 +10345,6 @@ Noun \end_layout \begin_layout Standard - To activate the \family sans Noun @@ -11056,12 +10353,10 @@ Noun \end_layout \begin_layout Itemize - click on the toolbar button with the person-shaped icon \end_layout \begin_layout Itemize - use the keybinding \family sans M-c\InsetSpace ~ @@ -11069,7 +10364,6 @@ c \end_layout \begin_layout Standard - These commands are all toggles. That is, if \family sans @@ -11079,7 +10373,6 @@ Noun \end_layout \begin_layout Standard - One typically uses the \family sans Noun @@ -11101,7 +10394,6 @@ Matthias Ettrich \end_layout \begin_layout Standard - A more widely used character style is the \family sans Emphasized @@ -11115,7 +10407,6 @@ Emphasized \end_layout \begin_layout Itemize - clicking on the toolbar button with the \begin_inset Quotes eld \end_inset @@ -11128,7 +10419,6 @@ clicking on the toolbar button with the \end_layout \begin_layout Itemize - using the keybindings \family sans M-c\InsetSpace ~ @@ -11136,7 +10426,6 @@ e \end_layout \begin_layout Standard - At the moment, the \family sans Emphasized @@ -11146,7 +10435,6 @@ Emphasized \end_layout \begin_layout Standard - We've been using the \family sans Emphasized @@ -11157,13 +10445,11 @@ Emphasized \begin_layout Quotation - \emph on Don't overuse character styles! \end_layout \begin_layout Standard - It's also a warning in addition to an example. One's writing should parallel ordinary conversation. Since we don't all constantly scream at each other, we should also avoid @@ -11172,7 +10458,6 @@ It's also a warning in addition to an example. \end_layout \begin_layout Standard - Oh --- one last note: You can always reset to the default font using the keybinding \family sans @@ -11183,7 +10468,6 @@ Space \end_layout \begin_layout Subsection - Fine-Tuning with the \family sans Character Layout @@ -11192,7 +10476,6 @@ Character Layout \end_layout \begin_layout Standard - There are always occasions when you'll need to do some fine-tuning, so LyX gives you a way to create custom character style. For example, an academic journal or a corporation may have a style sheet @@ -11201,7 +10484,6 @@ There are always occasions when you'll need to do some fine-tuning, so LyX status collapsed \begin_layout Standard - Note from \noun on John Weiss @@ -11217,7 +10499,6 @@ John Weiss \end_layout \begin_layout Standard - Before we document how to use custom character style, we want to issue a warning yet again: Don't overuse character styles. Many modern word processors have a vast array of fonts available to them, @@ -11237,12 +10518,10 @@ Using a sledgehammer to swat a fly, \end_layout \begin_layout Standard - Enough complaining. \end_layout \begin_layout Standard - To use custom fonts, open the \family sans \bar under @@ -11276,7 +10555,6 @@ Reset \end_layout \begin_layout Standard - The seven font properties, and their options [in addition to \family sans No\InsetSpace ~ @@ -11292,7 +10570,6 @@ Reset \begin_layout Labeling \labelwidthstring MMMMM - \family sans \bar under F @@ -11315,7 +10592,6 @@ overall look \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Roman \family default @@ -11324,7 +10600,6 @@ Roman \begin_deeper \begin_layout Standard - It's also the default family. [keybinding = \family sans @@ -11333,11 +10608,11 @@ r \family default ] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Sans\InsetSpace ~ Serif @@ -11349,7 +10624,6 @@ This is the Sans Serif font family. \begin_deeper \begin_layout Standard - [keybinding = \family sans M-c\InsetSpace ~ @@ -11357,11 +10631,11 @@ s \family default ] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Typewriter \family default @@ -11372,7 +10646,6 @@ This is the Typewriter font family. \begin_deeper \begin_layout Standard - [keybinding = \family sans M-c\InsetSpace ~ @@ -11380,12 +10653,12 @@ p \family default ] \end_layout + \end_deeper \end_deeper \begin_layout Labeling \labelwidthstring MMMMM - \family sans \bar under S @@ -11400,7 +10673,6 @@ eries \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Medium \family default @@ -11409,14 +10681,13 @@ Medium \begin_deeper \begin_layout Standard - It's also the default series. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Bold \family default @@ -11427,7 +10698,6 @@ This is the Bold font series. \begin_deeper \begin_layout Standard - You can toggle this series on or off with the keybinding \family sans M-c\InsetSpace ~ @@ -11435,12 +10705,12 @@ b \family default . \end_layout + \end_deeper \end_deeper \begin_layout Labeling \labelwidthstring MMMMM - \family sans S \bar under @@ -11456,7 +10726,6 @@ ape \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Upright \family default @@ -11465,14 +10734,13 @@ Upright \begin_deeper \begin_layout Standard - It's also the default shape. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Italic \family default @@ -11491,7 +10759,6 @@ s the Italic font shape \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Slanted \family default @@ -11508,7 +10775,6 @@ This is the Slanted font shape \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Small\InsetSpace ~ Caps @@ -11520,11 +10786,11 @@ This is the Small caps font shape \noun on . \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMM - \family sans Si \bar under @@ -11541,14 +10807,12 @@ nal to the default font size. \begin_deeper \begin_layout Standard - The options [and their keybindings] are: \end_layout \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Tiny \family default @@ -11567,7 +10831,6 @@ Tiny \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11580,11 +10843,11 @@ M-s\InsetSpace ~ \family default ] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Smallest \family default @@ -11602,7 +10865,6 @@ Smallest \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11610,11 +10872,11 @@ M-s\InsetSpace ~ \family default 2] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Smaller \family default @@ -11632,7 +10894,6 @@ Smaller \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11645,11 +10906,11 @@ M-s\InsetSpace ~ \family default 3] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Small \family default @@ -11668,7 +10929,6 @@ Small \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11681,11 +10941,11 @@ M-s\InsetSpace ~ \family default 4] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Normal \family default @@ -11702,7 +10962,6 @@ Normal \begin_deeper \begin_layout Standard - It's also the default size. [keybinding = \family sans @@ -11716,11 +10975,11 @@ M-s\InsetSpace ~ \family default 5] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Large \family default @@ -11739,7 +10998,6 @@ Large \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11752,11 +11010,11 @@ M-s\InsetSpace ~ \family default 6] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Larger \family default @@ -11775,7 +11033,6 @@ Larger \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11788,11 +11045,11 @@ M-s\InsetSpace ~ \family default 7] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Largest \family default @@ -11811,7 +11068,6 @@ Largest \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11819,11 +11075,11 @@ M-s\InsetSpace ~ \family default 8] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Huge \family default @@ -11842,7 +11098,6 @@ Huge \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11855,11 +11110,11 @@ M-s\InsetSpace ~ \family default 9] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Huger \family default @@ -11878,7 +11133,6 @@ Huger \begin_deeper \begin_layout Standard - [keybinding = \family sans M-s\InsetSpace ~ @@ -11891,9 +11145,9 @@ M-s\InsetSpace ~ \family default 0] \end_layout + \end_deeper \begin_layout Standard - We'll warn you \emph on yet again @@ -11906,11 +11160,11 @@ yet again \emph on only! \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMM - \family sans \bar under M @@ -11925,7 +11179,6 @@ isc \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Emph \family default @@ -11938,7 +11191,6 @@ This is text with emphasize on \begin_deeper \begin_layout Standard - This might seem like the same as \shape italic Italic @@ -11952,11 +11204,11 @@ logical \emph default property. \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Underbar \family default @@ -11967,7 +11219,6 @@ This is text with Underbar on. \begin_deeper \begin_layout Standard - [keybinding = \family sans M-c\InsetSpace ~ @@ -11975,11 +11226,11 @@ u \family default ] \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring MMMMMM - \family sans Noun \family default @@ -11990,7 +11241,6 @@ This is text with Noun on. \begin_deeper \begin_layout Standard - Like \family sans Emph @@ -12003,9 +11253,9 @@ Caps \family default , but that is bound to change some day. \end_layout + \end_deeper \begin_layout Standard - Avoid using underbar if you can! It's a holdover from the typewriter days, when you couldn't change fonts. We no longer need to resort to emphasizing text by overstriking it with @@ -12019,11 +11269,11 @@ may fact we use it in these manuals to indicate keyboard shortcuts for menu items). \end_layout + \end_deeper \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Color \family default @@ -12094,7 +11344,6 @@ Yellow \begin_layout Labeling \labelwidthstring 00.00.0000 - \family sans Language \family default @@ -12104,12 +11353,10 @@ This is used to mark regions of text as having a different language from \end_layout \begin_layout Standard - You have a huge number of combinations to choose from. \end_layout \begin_layout Standard - Once you've chosen a new character style via the \family sans \bar under @@ -12145,7 +11392,6 @@ pply \end_layout \begin_layout Standard - As we stated earlier, to completely reset the character style to the default, use \family sans @@ -12186,7 +11432,6 @@ pply \end_layout \begin_layout Standard - We conclude with the same warning we've been spewing: Don't overuse the fonts. They are, more often than not, a kludge and a horrible substitute for good @@ -12195,17 +11440,14 @@ We conclude with the same warning we've been spewing: Don't overuse the \end_layout \begin_layout Section - Printing and Previewing \end_layout \begin_layout Subsection - Overview \end_layout \begin_layout Standard - Now that we've covered some of the basic features of document preparation using LyX, you probably want to know how to print out your masterpiece. Before we tell you that, however, we want to give you a quickie explanation @@ -12218,7 +11460,6 @@ Extended Features \end_layout \begin_layout Standard - LyX uses a program called \begin_inset Quotes eld \end_inset @@ -12243,7 +11484,6 @@ LaTeX. \end_layout \begin_layout Enumerate - First, LyX converts your document to a series of text commands for LaTeX, generating a file with the extension, \begin_inset Quotes eld @@ -12262,7 +11502,6 @@ First, LyX converts your document to a series of text commands for LaTeX, \end_layout \begin_layout Enumerate - Next, LaTeX uses the commands in the \family typewriter .tex @@ -12293,7 +11532,6 @@ device-independent \begin_deeper \begin_layout Description - NOTE: The DVI file only contains what was in the LaTeX file itself. If you have included PostScript pictures in your document, there will only be a link to these files. @@ -12303,9 +11541,9 @@ NOTE: The DVI file only contains what was in the LaTeX file itself. \family default file to another computer. \end_layout + \end_deeper \begin_layout Enumerate - Consider the \family typewriter .dvi @@ -12323,7 +11561,6 @@ final output. \begin_deeper \begin_layout Enumerate - You can view \family typewriter .dvi @@ -12336,7 +11573,6 @@ xdvi \end_layout \begin_layout Enumerate - Some printers and Unix systems understand DVI, and can print your \family typewriter .dvi @@ -12345,7 +11581,6 @@ Some printers and Unix systems understand DVI, and can print your \end_layout \begin_layout Enumerate - Nowadays, most printers understand the PostScript format. LyX automatically converts the \family typewriter @@ -12362,7 +11597,6 @@ ghostview \begin_deeper \begin_layout Standard - One advantage of using PostScript® is that the converter program [called \family typewriter @@ -12374,15 +11608,14 @@ dvips That makes the PostScript version much, much more portable than the DVI version. \end_layout + \end_deeper \end_deeper \begin_layout Standard - LyX does all of these steps automagically for you. \end_layout \begin_layout Standard - As you have seen, a lot of things happen before you get a hardcopy or a preview of your document. So, don't worry if printing requires a bit more time than with other word @@ -12392,12 +11625,10 @@ As you have seen, a lot of things happen before you get a hardcopy or a \end_layout \begin_layout Subsection - Quick Viewing with xdvi \end_layout \begin_layout Standard - To get a look at the final version of your document, with all of the pagebreaks in place, the footnotes correctly numbered, and so on, select \family sans @@ -12416,7 +11647,6 @@ VI \end_layout \begin_layout Standard - When all of the behind-the-scenes action is done, LyX calls the program \family typewriter @@ -12436,7 +11666,6 @@ man \end_layout \begin_layout Description - Helpful-Tip: Keep the \family typewriter xdvi @@ -12477,12 +11706,10 @@ xdvi \end_layout \begin_layout Subsection - Viewing the PostScript Version with ghostview \end_layout \begin_layout Standard - In general, using \family typewriter xdvi @@ -12494,7 +11721,6 @@ xdvi status collapsed \begin_layout Standard - Note from \noun on John Weiss @@ -12520,7 +11746,6 @@ ghostview \end_layout \begin_layout Standard - To view the PostScript version of your document, select \family sans Pos @@ -12546,7 +11771,6 @@ iew \end_layout \begin_layout Standard - You've guessed what the \family sans \bar under @@ -12574,12 +11798,10 @@ ghostview \end_layout \begin_layout Subsection - Printing the File \end_layout \begin_layout Standard - To print a file, select \family sans \bar under @@ -12603,7 +11825,6 @@ Print \end_layout \begin_layout Standard - You can choose to only print even-numbered or odd-numbered pages - this is useful for printing on two sides: you can re-insert the pages after printing one set of pages, to print on the other side. @@ -12613,7 +11834,6 @@ You can choose to only print even-numbered or odd-numbered pages - this \end_layout \begin_layout Standard - You can set the parameters in the \family sans Destination @@ -12624,7 +11844,6 @@ Destination \begin_layout Labeling \labelwidthstring MMMM - \family sans \bar under P @@ -12636,7 +11855,6 @@ rinter status collapsed \begin_layout Standard - Note that this printer name isn't for the \family typewriter lpr @@ -12676,7 +11894,6 @@ lyxrc \begin_layout Labeling \labelwidthstring MMMM - \family sans \bar under F @@ -12691,7 +11908,6 @@ Script format. \end_layout \begin_layout Standard - Note that printing may need little time, since LaTeX, \family typewriter dvips @@ -12704,12 +11920,10 @@ ghostscript \end_layout \begin_layout Section - A Few Words about Typography \end_layout \begin_layout Subsection - Hyphens and Hyphenation \begin_inset LatexCommand \label{sec:hyphens} @@ -12719,7 +11933,6 @@ Hyphens and Hyphenation \end_layout \begin_layout Standard - In LyX, the \begin_inset Quotes eld \end_inset @@ -12748,7 +11961,6 @@ em dash \end_layout \begin_layout Enumerate - hyphen \hfill - @@ -12769,7 +11981,6 @@ made with \end_layout \begin_layout Enumerate - en dash \hfill -- @@ -12802,7 +12013,6 @@ status collapsed \end_layout \begin_layout Enumerate - em dash \hfill --- @@ -12847,7 +12057,6 @@ status collapsed \end_layout \begin_layout Enumerate - minus sign \hfill @@ -12872,7 +12081,6 @@ a \end_layout \begin_layout Standard - You generate these by using the \begin_inset Quotes eld \end_inset @@ -12891,7 +12099,6 @@ You generate these by using the \end_layout \begin_layout Standard - The three types of dash are distinct from the minus sign, which appears in math mode and has a length of its own. Here are some examples of the @@ -12910,7 +12117,6 @@ The three types of dash are distinct from the minus sign, which appears \end_layout \begin_layout Enumerate - line- and page-breaks \hfill ( @@ -12921,7 +12127,6 @@ hyphen \end_layout \begin_layout Enumerate - From A--Z \hfill ( @@ -12932,7 +12137,6 @@ en dash \end_layout \begin_layout Enumerate - Oh --- there's a dash. \hfill ( @@ -12943,8 +12147,6 @@ em dash \end_layout \begin_layout Enumerate - - \begin_inset Formula $x^{2}-y^{2}=z^{2}$ \end_inset @@ -12958,20 +12160,17 @@ minus sign \end_layout \begin_layout Standard - Those of you reading this from within LyX will see no difference, though there is one in the printed version. \end_layout \begin_layout Standard - One more note about hyphenation --- LyX automatically breaks up words and inserts hyphens in English text. The words won't be hyphenated until you generate the final output. \end_layout \begin_layout Standard - Actually, it's LaTeX that does this, and it will also hyphenate words in \emph on @@ -12987,14 +12186,12 @@ your \begin_layout Quote - \family typewriter Babel and hyphenation patterns for american, french, german, ngerman, nohyphenation, loaded. \end_layout \begin_layout Standard - This tells you that, e.g., if you write in Finnish, you're out of luck. Study (for the teTeX distribution of LaTeX) the utilities \family typewriter @@ -13014,7 +12211,6 @@ language.dat \end_layout \begin_layout Standard - If, for whatever reason, LaTeX \emph on still @@ -13032,11 +12228,12 @@ oint \family default under \family sans +Special\InsetSpace ~ +F \bar under -S +o \bar default -pecial\InsetSpace ~ -Character +rmatting \family default in the \family sans @@ -13051,12 +12248,10 @@ nsert \end_layout \begin_layout Subsection - Punctuation Marks \end_layout \begin_layout Subsubsection - Abbreviations and End of Sentence \begin_inset LatexCommand \label{sec:abbrev} @@ -13066,7 +12261,6 @@ Abbreviations and End of Sentence \end_layout \begin_layout Standard - When LyX calls LaTeX to generate the final version of your document, LaTeX automatically distinguishes between words, sentences, and abbreviations. LaTeX then adds the @@ -13083,7 +12277,6 @@ appropriate amount of space \end_layout \begin_layout Standard - Unfortunately, the algorithm for figuring out what's an abbreviation and what's the end of a sentence is really quite brain-dead. If a @@ -13103,7 +12296,6 @@ Unfortunately, the algorithm for figuring out what's an abbreviation and \end_layout \begin_layout Standard - Here are some examples of \emph on correct @@ -13112,59 +12304,48 @@ correct \end_layout \begin_layout Itemize - M. Butterfly \end_layout \begin_layout Itemize - Don't worry. Be happy. \end_layout \begin_layout Standard - \SpecialChar \ldots{} and here's an example of the algorithm going wrong: \end_layout \begin_layout Itemize - e. g. this is too much space! \end_layout \begin_layout Itemize - This is I. It's okay. \end_layout \begin_layout Standard - You won't see anything wrong until you view a final version of your document. \end_layout \begin_layout Standard - To fix this problem, use one of the following: \end_layout \begin_layout Enumerate - -Use a +Use an \family sans -Protected\InsetSpace ~ - -\bar under -B -\bar default -lank +Inter-word\InsetSpace ~ +Space \family default - after lowercase abbreviations (see section -\begin_inset LatexCommand \ref{sec:protblank-lbreak-horline} + after lowercase abbreviations (see section\InsetSpace ~ + +\begin_inset LatexCommand \ref{sec:normblank-lbreak-horline} \end_inset @@ -13172,7 +12353,21 @@ lank \end_layout \begin_layout Enumerate +Use a +\family sans +Thin\InsetSpace ~ +Space +\family default + between two tokens of an abbreviation (see section\InsetSpace ~ +\begin_inset LatexCommand \ref{sec:thinblank-lbreak-horline} + +\end_inset + +). +\end_layout + +\begin_layout Enumerate Use an \family sans End\InsetSpace ~ @@ -13202,25 +12397,21 @@ C-period \end_layout \begin_layout Standard - With the corrections, our earlier examples look like this: \end_layout \begin_layout Itemize - -e.\InsetSpace ~ -g.\InsetSpace ~ +e.\InsetSpace \, +g.\InsetSpace \space this is too much space! \end_layout \begin_layout Itemize - This is I\SpecialChar \@. It's okay. \end_layout \begin_layout Standard - Some languages don't use extra spacing between sentences. If your language is such a language, you don't need to worry about all of this. @@ -13246,7 +12437,6 @@ Extended Editing \end_layout \begin_layout Subsubsection - Quotes \begin_inset LatexCommand \label{sec:quotes} @@ -13256,7 +12446,6 @@ Quotes \end_layout \begin_layout Standard - LyX usually sets quotes correctly. Specifically, it will use an opening quote at the beginning of quoted text, and use a closing quote at the end. @@ -13278,67 +12467,15 @@ open close \begin_layout Standard -You can change the behavior of the +\series bold +New in version 1.4: +\series default +To get single quotation marks, you have to press \family sans -" +C-" \family default - key using the -\family sans -Quotes -\family default - dialog. - Choose -\family sans -\bar under -Q -\bar default -uotes -\family default - in the -\family sans -\bar under -D -\bar default -ocument\SpecialChar \menuseparator - -\bar under -S -\bar default -ettings -\family default - dialog. - Selecting the -\family sans -\bar under -D -\bar default -ouble -\family default - button makes the -\family sans -" -\family default - key produce the sequence: -\begin_inset Quotes eld -\end_inset - - -\begin_inset Quotes erd -\end_inset - . - The -\family sans -\bar under -S -\bar default -ingle -\family default - button, in contrast, makes the -\family sans -" -\family default - key produce: + This produces quotation marks like this: \begin_inset Quotes els \end_inset @@ -13346,7 +12483,6 @@ ingle \end_layout \begin_layout Standard - You can also select quotes for different languages via the \family sans \bar under @@ -13361,9 +12497,7 @@ ype \begin_layout Labeling \labelwidthstring MMMMM - \family sans - \begin_inset Quotes eld \end_inset @@ -13395,9 +12529,7 @@ single \begin_layout Labeling \labelwidthstring MMMMM - \family sans - \begin_inset Quotes sld \end_inset @@ -13425,9 +12557,7 @@ this \begin_layout Labeling \labelwidthstring MMMMM - \family sans - \begin_inset Quotes gld \end_inset @@ -13459,9 +12589,7 @@ this \begin_layout Labeling \labelwidthstring MMMMM - \family sans - \begin_inset Quotes pld \end_inset @@ -13493,9 +12621,7 @@ this \begin_layout Labeling \labelwidthstring MMMMM - \family sans - \begin_inset Quotes fld \end_inset @@ -13527,9 +12653,7 @@ this \begin_layout Labeling \labelwidthstring MMMMM - \family sans - \begin_inset Quotes ald \end_inset @@ -13559,7 +12683,6 @@ this \end_layout \begin_layout Standard - Again, this affects what character the \family sans " @@ -13568,11 +12691,10 @@ Again, this affects what character the \end_layout \begin_layout Standard - On the other hand, if you want to produce a bona-fide quote character, type \family sans -C-" +M-" \family default . This produces: @@ -13583,7 +12705,6 @@ C-" \end_layout \begin_layout Subsection - Ligatures \begin_inset LatexCommand \label{sec:ligatures} @@ -13593,7 +12714,6 @@ Ligatures \end_layout \begin_layout Standard - It is standard typesetting practice to group certain letters together and print them as single characters. These groups are known as @@ -13607,32 +12727,26 @@ ligatures \end_layout \begin_layout Itemize - ff \end_layout \begin_layout Itemize - fi \end_layout \begin_layout Itemize - fl \end_layout \begin_layout Itemize - ffi \end_layout \begin_layout Itemize - ffl \end_layout \begin_layout Standard - Once in a while, though, you don't want a ligature in a word. While a ligature may be okay in the word, \begin_inset Quotes eld @@ -13664,12 +12778,12 @@ Dorffest. I \bar default nsert\SpecialChar \menuseparator - +Special\InsetSpace ~ +F \bar under -S +o \bar default -pecial\InsetSpace ~ -Character +rmatting \family default \SpecialChar \menuseparator @@ -13716,7 +12830,6 @@ fest \end_layout \begin_layout Subsection - Widows and Orphans \begin_inset LatexCommand \label{sec:widows} @@ -13726,7 +12839,6 @@ Widows and Orphans \end_layout \begin_layout Standard - In the early days of word processors, page breaks went wherever the page happened to end. There was no regard for what was actually going on in the text. @@ -13746,7 +12858,6 @@ orphans \end_layout \begin_layout Standard - Clearly, LyX can avoid breaking pages after a section heading. That's part of the advantage of paragraph environments. But what about widows and orphans, where the page breaks leave one line @@ -13757,7 +12868,6 @@ Clearly, LyX can avoid breaking pages after a section heading. \end_layout \begin_layout Standard - There's no way we can go into how TeX and LaTeX decide to break a page, or how you can tweak that behavior. Some LaTeX books listed in the bibliography [such as\InsetSpace ~ @@ -13777,13 +12887,11 @@ There's no way we can go into how TeX and LaTeX decide to break a page, \end_layout \begin_layout Chapter - Floats: Tables, Figures, Footnotes and Margin Notes \begin_inset OptArg status collapsed \begin_layout Standard - Tables, Figures, and Notes \end_layout @@ -13793,12 +12901,10 @@ Tables, Figures, and Notes \end_layout \begin_layout Section - Footnotes \end_layout \begin_layout Standard - Unlike other typesetting programs, LyX uses \begin_inset Quotes eld \end_inset @@ -13902,7 +13008,6 @@ unfold status collapsed \begin_layout Standard - To close this footnote, click on the red box at the top left. \end_layout @@ -13918,7 +13023,6 @@ To close this footnote, click on the red box at the top left. \end_layout \begin_layout Standard - What LyX cannot do, yet, is take care of special needs like setting the footnote numbering back to 1 after each section in the \begin_inset Quotes eld @@ -13969,7 +13073,6 @@ Features \end_layout \begin_layout Description - NOTE: A float in LaTeX and LyX isn't a simple paragraph as with usual word processors. It is a complex text structure that may contain everything except floats. @@ -13980,12 +13083,10 @@ NOTE: A float in LaTeX and LyX isn't a simple paragraph as with usual word \end_layout \begin_layout Section - Margin Notes \end_layout \begin_layout Standard - Margin notes look and behave just like footnotes in LyX. When you insert a margin note via \family sans @@ -14038,7 +13139,6 @@ margin status open \begin_layout Standard - This is a margin note. \end_layout @@ -14087,7 +13187,6 @@ unfolding \end_layout \begin_layout Standard - As a default, LyX uses 1.9 cm (0.75 inches) as the margin width to allow room for margin notes. This might not be what you're looking for, but as with footnotes, LyX cannot @@ -14097,7 +13196,6 @@ As a default, LyX uses 1.9 cm (0.75 inches) as the margin width to allow room \end_layout \begin_layout Section - Figures and Imported Graphics \begin_inset LatexCommand \label{sec:figures} @@ -14107,7 +13205,6 @@ Figures and Imported Graphics \end_layout \begin_layout Standard - No document preparation system is complete without the ability to import graphics from other utilities into the document. In LyX, these are referred to as ``figures'' whether they are actually @@ -14116,7 +13213,6 @@ No document preparation system is complete without the ability to import \end_layout \begin_layout Standard - Note that figures referred to here are do not have captions and sit wherever in the document you place them. If you need one of these features, see sec.\InsetSpace ~ @@ -14129,7 +13225,6 @@ Note that figures referred to here are do not have captions and sit wherever \end_layout \begin_layout Standard - To place a figure in your document, click on the second right-most icon on the toolbar, or select \family sans @@ -14148,7 +13243,6 @@ from the menu. \end_layout \begin_layout Standard - A graphics inset will be added to your document and a dialog will appear for you to choose the file to load. You can also change any settings you need to in this dialog. @@ -14156,7 +13250,6 @@ A graphics inset will be added to your document and a dialog will appear \begin_layout Standard \align center - \begin_inset Graphics filename mobius.eps display color @@ -14169,7 +13262,6 @@ A graphics inset will be added to your document and a dialog will appear \end_layout \begin_layout Standard - This dialog has numerous parameters, though most should be self-explanatory. The \family sans @@ -14215,12 +13307,10 @@ Subfigure \end_layout \begin_layout Subsection - How it works \end_layout \begin_layout Standard - LyX has the ability to handle literally any graphics format in the known universe so long as a conversion path from this graphics format to the target output format can be created. @@ -14237,8 +13327,6 @@ includegraphics \end_layout \begin_layout Standard - - \begin_inset Float table placement t wide false @@ -14246,8 +13334,6 @@ sideways false status collapsed \begin_layout Caption - - \begin_inset LatexCommand \label{cap:Units-for-image} \end_inset @@ -14256,19 +13342,15 @@ Units for setting the image size \end_layout \begin_layout Standard - - \begin_inset VSpace medskip \end_inset \end_layout - \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -14278,7 +13360,6 @@ Units for setting the image size \begin_inset Text \begin_layout Standard - unit \end_layout @@ -14288,7 +13369,6 @@ unit \begin_inset Text \begin_layout Standard - name/description \end_layout @@ -14300,7 +13380,6 @@ name/description \begin_inset Text \begin_layout Standard - mm \end_layout @@ -14310,7 +13389,6 @@ mm \begin_inset Text \begin_layout Standard - millimetre \end_layout @@ -14322,7 +13400,6 @@ millimetre \begin_inset Text \begin_layout Standard - cm \end_layout @@ -14332,7 +13409,6 @@ cm \begin_inset Text \begin_layout Standard - centimetre \end_layout @@ -14344,7 +13420,6 @@ centimetre \begin_inset Text \begin_layout Standard - in \end_layout @@ -14354,7 +13429,6 @@ in \begin_inset Text \begin_layout Standard - inch \end_layout @@ -14366,7 +13440,6 @@ inch \begin_inset Text \begin_layout Standard - pt \end_layout @@ -14376,7 +13449,6 @@ pt \begin_inset Text \begin_layout Standard - point (72.27 pt = 1 in) \end_layout @@ -14388,7 +13460,6 @@ point (72.27 pt = 1 in) \begin_inset Text \begin_layout Standard - pc \end_layout @@ -14398,7 +13469,6 @@ pc \begin_inset Text \begin_layout Standard - pica (1 pc = 12 pt) \end_layout @@ -14410,7 +13480,6 @@ pica (1 pc = 12 pt) \begin_inset Text \begin_layout Standard - sp \end_layout @@ -14420,7 +13489,6 @@ sp \begin_inset Text \begin_layout Standard - scaled point (65536 sp = 1 pt) \end_layout @@ -14432,7 +13500,6 @@ scaled point (65536 sp = 1 pt) \begin_inset Text \begin_layout Standard - bp \end_layout @@ -14442,7 +13509,6 @@ bp \begin_inset Text \begin_layout Standard - big point (72 bp = 1 in) \end_layout @@ -14454,7 +13520,6 @@ big point (72 bp = 1 in) \begin_inset Text \begin_layout Standard - dd \end_layout @@ -14464,7 +13529,6 @@ dd \begin_inset Text \begin_layout Standard - didot (72 dd \begin_inset Formula $\approx$ \end_inset @@ -14484,7 +13548,6 @@ mm) \begin_inset Text \begin_layout Standard - cc \end_layout @@ -14494,7 +13557,6 @@ cc \begin_inset Text \begin_layout Standard - cicero (1cc = 12 dd) \end_layout @@ -14506,7 +13568,6 @@ cicero (1cc = 12 dd) \begin_inset Text \begin_layout Standard - Scale% \end_layout @@ -14516,7 +13577,6 @@ Scale% \begin_inset Text \begin_layout Standard - % of original image width \end_layout @@ -14528,7 +13588,6 @@ Scale% \begin_inset Text \begin_layout Standard - text% \end_layout @@ -14538,7 +13597,6 @@ text% \begin_inset Text \begin_layout Standard - % of text width \end_layout @@ -14550,7 +13608,6 @@ text% \begin_inset Text \begin_layout Standard - col% \end_layout @@ -14560,7 +13617,6 @@ col% \begin_inset Text \begin_layout Standard - % of column width \end_layout @@ -14572,7 +13628,6 @@ col% \begin_inset Text \begin_layout Standard - page% \end_layout @@ -14582,7 +13637,6 @@ page% \begin_inset Text \begin_layout Standard - % of paper width \end_layout @@ -14594,7 +13648,6 @@ page% \begin_inset Text \begin_layout Standard - line% \end_layout @@ -14604,7 +13657,6 @@ line% \begin_inset Text \begin_layout Standard - % of line width \end_layout @@ -14616,7 +13668,6 @@ line% \begin_inset Text \begin_layout Standard - theight% \end_layout @@ -14626,7 +13677,6 @@ theight% \begin_inset Text \begin_layout Standard - % of text height \end_layout @@ -14638,7 +13688,6 @@ theight% \begin_inset Text \begin_layout Standard - pheight% \end_layout @@ -14648,7 +13697,6 @@ pheight% \begin_inset Text \begin_layout Standard - % of paper height \end_layout @@ -14660,7 +13708,6 @@ pheight% \begin_inset Text \begin_layout Standard - ex \end_layout @@ -14670,7 +13717,6 @@ ex \begin_inset Text \begin_layout Standard - height of letter \emph on x @@ -14686,7 +13732,6 @@ x \begin_inset Text \begin_layout Standard - em \end_layout @@ -14696,7 +13741,6 @@ em \begin_inset Text \begin_layout Standard - width of letter \emph on M @@ -14712,7 +13756,6 @@ M \begin_inset Text \begin_layout Standard - mu \end_layout @@ -14722,7 +13765,6 @@ mu \begin_inset Text \begin_layout Standard - math unit (1 mu = 1/18 em) \end_layout @@ -14742,7 +13784,6 @@ math unit (1 mu = 1/18 em) \end_layout \begin_layout Standard - To view the figure on the LyX screen, however, some additional work is required because neither the XForms nor the Qt GUI libraries can load PostScript® figures themselves. @@ -14797,7 +13838,6 @@ xpm \end_layout \begin_layout Standard - It does this using the powerful, configurable converters mechanism exposed in the \family sans @@ -14844,7 +13884,6 @@ Error converting to loadable format \end_layout \begin_layout Standard - This strategy is used both to generate on-screen views of your image and when generating the final document. In the latter case, the LaTeX compiler must be supplied with graphics files @@ -14866,12 +13905,10 @@ jpeg \end_layout \begin_layout Subsection - Figure Floats \end_layout \begin_layout Subsubsection - Using Figure Floats \begin_inset LatexCommand \label{sec:figurefloats} @@ -14881,7 +13918,6 @@ Using Figure Floats \end_layout \begin_layout Standard - The problem with inserting figures straight into your text is that they might make the pagination of your document extremely awkward. To suit the LyX mentality of automating such processes, you might find @@ -14907,7 +13943,6 @@ Caption \end_layout \begin_layout Standard - To place a \family sans Figure\InsetSpace ~ @@ -14932,8 +13967,6 @@ from the menu bar. \end_layout \begin_layout Standard - - \begin_inset Float figure placement htbp wide false @@ -14941,8 +13974,6 @@ sideways false status open \begin_layout Caption - - \begin_inset LatexCommand \label{fig:escher} \end_inset @@ -14953,7 +13984,6 @@ M.C. \begin_layout Standard \align center - \begin_inset Graphics filename escher-lsd.eps display color @@ -14970,8 +14000,6 @@ M.C. \end_layout \begin_layout Standard - - \begin_inset Float figure placement htbp wide false @@ -14980,7 +14008,6 @@ status open \begin_layout Standard \align center - \begin_inset Graphics filename platypus.eps display color @@ -14992,8 +14019,6 @@ status open \end_layout \begin_layout Caption - - \begin_inset LatexCommand \label{fig:kill-plat} \end_inset @@ -15007,7 +14032,6 @@ A severely distorted platypus in a float. \end_layout \begin_layout Standard - It seems simple, but there is subtlety involved in the placement of the caption. If you prefer your caption to appear below the figure, then you must press @@ -15047,7 +14071,6 @@ Float \end_layout \begin_layout Standard - Right-clicking on a float opens a dialog where you can alter the placement options that LaTeX uses for positioning the float (see \begin_inset LatexCommand \ref{sec:float-locn} @@ -15066,7 +14089,6 @@ columns \end_layout \begin_layout Standard - This figure also shows how we place a label and create a cross-reference to it; as you would expect from reading section \begin_inset LatexCommand \ref{sec:crossref} @@ -15115,7 +14137,6 @@ above \end_layout \begin_layout Standard - Note that the caption is used in a \family sans List\InsetSpace ~ @@ -15136,7 +14157,6 @@ igures \end_layout \begin_layout Subsubsection - Float Placement \begin_inset LatexCommand \label{sec:float-locn} @@ -15146,7 +14166,6 @@ Float Placement \end_layout \begin_layout Standard - Now, the whole idea behind \family sans Figure\InsetSpace ~ @@ -15193,7 +14212,6 @@ placement \begin_layout Itemize - \family sans h \family default @@ -15204,7 +14222,6 @@ here \begin_layout Itemize - \family sans t \family default @@ -15215,7 +14232,6 @@ top \begin_layout Itemize - \family sans b \family default @@ -15226,7 +14242,6 @@ bottom \begin_layout Itemize - \family sans p \family default @@ -15236,12 +14251,10 @@ page \end_layout \begin_layout Standard - The letters correspond to the following behaviour: \end_layout \begin_layout Description - Here: LyX tries to put the \family sans Float @@ -15251,12 +14264,11 @@ Float \begin_deeper \begin_layout Standard - If there isn't enough room, LyX tries one of the other three location types. \end_layout + \end_deeper \begin_layout Description - Top: LyX tries to put the \family sans Float @@ -15266,7 +14278,6 @@ Float \end_layout \begin_layout Description - Bottom: LyX tries to put the \family sans Float @@ -15276,7 +14287,6 @@ Float \end_layout \begin_layout Description - Page: LyX tries to put the \family sans Float @@ -15289,7 +14299,6 @@ s) on a page of its own. \end_layout \begin_layout Standard - There is some subtlety to how this all works. The order specifies what location LyX should try first. If that one fails, it tries the next one, and so on, though @@ -15346,67 +14355,61 @@ really hard \begin_layout Enumerate - \family sans hbp \end_layout \begin_deeper \begin_layout Standard - Try putting the figure/table at its actual position in the text. If that doesn't work, put it on the bottom of the page. If that fails, put it on a separate page. \end_layout + \end_deeper \begin_layout Enumerate - \family sans !hbp \end_layout \begin_deeper \begin_layout Standard - Try really hard to put the figure/table at its actual position in the text. Then the bottom of the page, then on a separate page. \end_layout + \end_deeper \begin_layout Enumerate - \family sans tp \end_layout \begin_deeper \begin_layout Standard - Put the figure/table at the top of each page. If it's too long, put it on a separate page. \end_layout + \end_deeper \begin_layout Enumerate - \family sans p \end_layout \begin_deeper \begin_layout Standard - Always put figures and tables on their own page. \end_layout + \end_deeper \begin_layout Subsection - XFig and LyX \end_layout \begin_layout Standard - One obvious question is \begin_inset Quotes eld \end_inset @@ -15430,7 +14433,6 @@ XFig \end_layout \begin_layout Enumerate - Export the figure as Encapsulated PostScript. This could be very easy included into LyX as described in the previous sections. @@ -15446,15 +14448,14 @@ Export the figure as Encapsulated PostScript. \begin_deeper \begin_layout Standard - The only disadvantage is that you cannot create formulas as PostScript text except by hand. If you also need formulas or simple exponents or indices in your figure, the next way is recommended. \end_layout + \end_deeper \begin_layout Enumerate - Export the figure as LaTeX. This is just as easy to include into LyX, with the advantage that you may use all LaTeX commands within the text inside XFig. @@ -15510,16 +14511,15 @@ Extended Features \begin_deeper \begin_layout Standard - The disadvantage of this way is that the graphical power of LaTeX isn't as strong as PostScript®\SpecialChar \@. You cannot use all thicknesses of lines and, more annoyingly, not all slopes. This is why we recommend the third way for more complex figures. \end_layout + \end_deeper \begin_layout Enumerate - Export the figure as LaTeX/PostScript combined. Then \family typewriter @@ -15534,7 +14534,6 @@ transfig \begin_deeper \begin_layout Enumerate - the PostScript part \family typewriter foo.pstex @@ -15543,23 +14542,21 @@ foo.pstex \end_layout \begin_layout Enumerate - the LaTeX part \family typewriter foo.pstex_t \family default , that contains all text and a link to the PostScript part. \end_layout + \end_deeper \begin_layout Standard - Then you just have to include the LaTeX part as described above. This will automatically include the PostScript part, too. \begin_inset Foot status collapsed \begin_layout Standard - If you get an error like \begin_inset Quotes eld \end_inset @@ -15579,7 +14576,6 @@ transfig \begin_layout Standard - \family typewriter \backslash @@ -15587,7 +14583,6 @@ transfig \end_layout \begin_layout Standard - in the file \family typewriter /usr/lib/texmf/tex/latex/graphics/dvips.def @@ -15602,7 +14597,6 @@ pstex \begin_layout Standard - \backslash def \backslash @@ -15610,7 +14604,6 @@ Gin@extensions{eps, ps, pstex, eps.gz, ps.gz, eps=2EZ} \end_layout \begin_layout Standard - This should fix the whole thing. Alternatively you may export the postscript part as \family typewriter @@ -15636,7 +14629,6 @@ foo.pstex_t \end_layout \begin_layout Section - Tables \begin_inset LatexCommand \label{sec:tables} @@ -15646,14 +14638,12 @@ Tables \end_layout \begin_layout Standard - LyX has powerful table support, but LaTeX can do many more things with tables than LyX is currently capable of, so you might want to look at a good LaTeX book if the features described here should turn out to be inadequate. \end_layout \begin_layout Standard - You can insert a table using either the table toolbar button or \family sans \bar under @@ -15678,8 +14668,7 @@ able \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -15701,7 +14690,6 @@ able \begin_layout Standard - \family roman \series medium \shape up @@ -15720,7 +14708,6 @@ able \begin_layout Standard - \family roman \series medium \shape up @@ -15739,7 +14726,6 @@ able \begin_layout Standard - \family roman \series medium \shape up @@ -15760,7 +14746,6 @@ able \begin_layout Standard - \family roman \series medium \shape up @@ -15808,7 +14793,6 @@ A \begin_layout Standard - \family roman \series medium \shape up @@ -15836,7 +14820,6 @@ B \begin_layout Standard - \family roman \series medium \shape up @@ -15866,7 +14849,6 @@ multi \begin_layout Standard - \family roman \series medium \shape up @@ -15916,19 +14898,16 @@ C \end_layout \begin_layout Subsection - The Table dialog \end_layout \begin_layout Standard - You can alter a table by clicking on it with the right mouse button, which brings up a settings dialog. Among these options are: \end_layout \begin_layout Itemize - Adding/removing border lines from a row or column. If you remove the top line from one of the rows, you'll get a dotted line in LyX, but no line will appear in the printout. @@ -15940,44 +14919,36 @@ Adding/removing border lines from a row or column. \end_layout \begin_layout Itemize - Text alignment in a column \end_layout \begin_layout Itemize - Appending rows and columns \end_layout \begin_layout Itemize - Deleting rows, columns, or the entire table \end_layout \begin_layout Itemize - Multicolumn \end_layout \begin_layout Itemize - Setting a fixed width for a column \end_layout \begin_layout Itemize - Longtable options - this is useful if your table is higher than the paper. Then the table is split on the bottom of the page and continued on the next one, instead of running of the end of the page. \end_layout \begin_layout Itemize - Rotate the whole table or a single cell sideways, by 90 degrees \end_layout \begin_layout Standard - You can also use the menu to perform these operations. Try \family sans @@ -15998,7 +14969,6 @@ able \end_layout \begin_layout Standard - Most of these options also work on selections. This means that if you select more cells, columns or rows the action is done on all of your selection. @@ -16018,7 +14988,6 @@ Escape \end_layout \begin_layout Standard - When you append a row, it is added \emph on below @@ -16036,7 +15005,6 @@ right \end_layout \begin_layout Standard - The multicolumn option merges two or more adjacent cells on a given row. For example, in the above table, row \begin_inset Quotes eld @@ -16072,7 +15040,6 @@ Multicolumn \end_layout \begin_layout Standard - You can also use \family sans Multicolumn @@ -16084,8 +15051,7 @@ Multicolumn \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -16097,7 +15063,6 @@ Multicolumn \begin_layout Standard - \family roman \series bold \shape up @@ -16116,7 +15081,6 @@ Multicolumn \begin_layout Standard - \family roman \series bold \shape up @@ -16135,7 +15099,6 @@ x \begin_layout Standard - \family roman \series bold \shape up @@ -16156,7 +15119,6 @@ y \begin_layout Standard - \family roman \series bold \shape up @@ -16175,7 +15137,6 @@ point a & b \begin_layout Standard - \family roman \shape up \size normal @@ -16193,7 +15154,6 @@ point a & b \begin_layout Standard - \family roman \shape up \size normal @@ -16213,7 +15173,6 @@ point a & b \begin_layout Standard - \family roman \series bold \shape up @@ -16232,7 +15191,6 @@ point b & a \begin_layout Standard - \family roman \shape up \size normal @@ -16250,7 +15208,6 @@ point b & a \begin_layout Standard - \family roman \shape up \size normal @@ -16270,7 +15227,6 @@ point b & a \begin_layout Standard - \family roman \series bold \shape up @@ -16289,7 +15245,6 @@ point abc \begin_layout Standard - \family roman \shape up \size normal @@ -16307,7 +15262,6 @@ point abc \begin_layout Standard - \family roman \shape up \size normal @@ -16327,7 +15281,6 @@ point abc \begin_layout Standard - \family roman \series bold \shape up @@ -16346,7 +15299,6 @@ point abcd \begin_layout Standard - \family roman \shape up \size normal @@ -16364,7 +15316,6 @@ point abcd \begin_layout Standard - \family roman \shape up \size normal @@ -16386,7 +15337,6 @@ point abcd \end_layout \begin_layout Standard - You see here that the header line cells are aligned to the center, whereas the left column is aligned to the left, and the other columns are aligned to the right. @@ -16395,7 +15345,6 @@ You see here that the header line cells are aligned to the center, whereas status open \begin_layout Standard - I can make nothing of this explanation. An improvement would be nice :) - jbl \end_layout @@ -16406,7 +15355,6 @@ I can make nothing of this explanation. \end_layout \begin_layout Standard - If you want your column to have a fixed width, then you can insert a width in the \family sans @@ -16424,7 +15372,6 @@ Table \end_layout \begin_layout Standard - If your table becomes too large to fit on a portrait document layout, you can select the \family sans @@ -16440,7 +15387,6 @@ Rotate\InsetSpace ~ \begin_layout Standard - \emph on Note: \emph default @@ -16487,8 +15433,7 @@ VI \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -16509,7 +15454,6 @@ VI \begin_layout Standard - \family roman \series medium \shape up @@ -16528,7 +15472,6 @@ Description \begin_layout Standard - \family roman \series medium \shape up @@ -16547,7 +15490,6 @@ Flag 1 \begin_layout Standard - \family roman \series medium \shape up @@ -16566,7 +15508,6 @@ Flag 2 \begin_layout Standard - \family roman \series medium \shape up @@ -16585,7 +15526,6 @@ Flag 3 \begin_layout Standard - \family roman \series medium \shape up @@ -16604,7 +15544,6 @@ Flag 4 \begin_layout Standard - \family roman \series medium \shape up @@ -16623,7 +15562,6 @@ Flag 5 \begin_layout Standard - \family roman \series medium \shape up @@ -16642,7 +15580,6 @@ Flag 6 \begin_layout Standard - \family roman \series medium \shape up @@ -16661,7 +15598,6 @@ Flag 7 \begin_layout Standard - \family roman \series medium \shape up @@ -16680,7 +15616,6 @@ Flag 8 \begin_layout Standard - \family roman \series medium \shape up @@ -16699,7 +15634,6 @@ Flag 9 \begin_layout Standard - \family roman \series medium \shape up @@ -16718,7 +15652,6 @@ Flag 10 \begin_layout Standard - \family roman \series medium \shape up @@ -16739,7 +15672,6 @@ Total \begin_layout Standard - \family roman \series medium \shape up @@ -16759,6 +15691,50 @@ Desc.\InsetSpace ~ \begin_layout Standard +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none +* +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard + +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none +* +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard \family roman \series medium @@ -16787,26 +15763,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - -\family roman -\series medium -\shape up -\size normal -\emph off -\bar no -\noun off -\color none -* -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Standard - - \family roman \series medium \shape up @@ -16834,7 +15790,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -16853,35 +15808,6 @@ Desc.\InsetSpace ~ \begin_layout Standard -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Standard - - -\family roman -\series medium -\shape up -\size normal -\emph off -\bar no -\noun off -\color none -* -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Standard - - \family roman \series medium \shape up @@ -16900,7 +15826,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -16919,7 +15844,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -16940,7 +15864,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -16969,6 +15892,23 @@ Desc.\InsetSpace ~ \begin_layout Standard +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none +* +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard \family roman \series medium @@ -16988,6 +15928,23 @@ Desc.\InsetSpace ~ \begin_layout Standard +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none +* +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard \family roman \series medium @@ -17007,6 +15964,23 @@ Desc.\InsetSpace ~ \begin_layout Standard +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none +* +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard \family roman \series medium @@ -17026,7 +16000,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17045,64 +16018,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - -\family roman -\series medium -\shape up -\size normal -\emph off -\bar no -\noun off -\color none -* -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Standard - - -\family roman -\series medium -\shape up -\size normal -\emph off -\bar no -\noun off -\color none -* -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Standard - - -\family roman -\series medium -\shape up -\size normal -\emph off -\bar no -\noun off -\color none -* -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Standard - - \family roman \series medium \shape up @@ -17121,7 +16036,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17140,7 +16054,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17161,7 +16074,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17181,7 +16093,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17200,7 +16111,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17219,7 +16129,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17247,6 +16156,23 @@ Desc.\InsetSpace ~ \begin_layout Standard +\family roman +\series medium +\shape up +\size normal +\emph off +\bar no +\noun off +\color none +* +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard \family roman \series medium @@ -17266,7 +16192,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17285,26 +16210,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - -\family roman -\series medium -\shape up -\size normal -\emph off -\bar no -\noun off -\color none -* -\end_layout - -\end_inset - - -\begin_inset Text - -\begin_layout Standard - - \family roman \series medium \shape up @@ -17332,7 +16237,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17351,7 +16255,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17372,7 +16275,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17392,7 +16294,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17420,7 +16321,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17439,7 +16339,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17476,7 +16375,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17495,7 +16393,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17514,7 +16411,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17542,7 +16438,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17563,7 +16458,6 @@ Desc.\InsetSpace ~ \begin_layout Standard - \family roman \series medium \shape up @@ -17582,7 +16476,6 @@ Total \begin_layout Standard - \family roman \series medium \shape up @@ -17682,7 +16575,6 @@ Total \begin_layout Standard - \family roman \series medium \shape up @@ -17705,12 +16597,10 @@ Total \end_layout \begin_layout Subsection - What can be placed inside a table cell? \end_layout \begin_layout Standard - Many objects can be placed inside a table cell. Any single line of text, an equation (not a displayed or multilined equation, though), or a figure can be in a cell; in fact, all three kinds of objects @@ -17726,12 +16616,10 @@ Section* \end_layout \begin_layout Subsection - Cut & Paste in Tables \end_layout \begin_layout Standard - Cutting and pasting between tables works reasonably well. You can cut and paste even more than one row. Selection with the mouse or with @@ -17745,8 +16633,7 @@ Shift \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -17758,7 +16645,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17777,7 +16663,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17796,7 +16681,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17817,7 +16701,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17836,7 +16719,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17855,7 +16737,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17876,7 +16757,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17895,7 +16775,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17914,7 +16793,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17938,8 +16816,7 @@ Shift \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -17951,7 +16828,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17970,7 +16846,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -17989,7 +16864,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -18010,7 +16884,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -18029,7 +16902,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -18048,7 +16920,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -18069,7 +16940,6 @@ Shift \begin_layout Standard - \family roman \series medium \shape up @@ -18139,18 +17009,15 @@ Shift \end_layout \begin_layout Standard - Note that you can also copy and paste the entire table as a single unit by starting the selection from outside the table. \end_layout \begin_layout Subsection - Multiple lines in cells \end_layout \begin_layout Standard - It is possible to have multi-line entries in tables, but not in a completely WYSIWYM manner. Define a fixed length for the column in the @@ -18166,8 +17033,7 @@ Table \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -18179,7 +17045,6 @@ Table \begin_layout Standard - \family roman \series medium \shape up @@ -18198,7 +17063,6 @@ Table \begin_layout Standard - \family roman \series medium \shape up @@ -18217,7 +17081,6 @@ Table \begin_layout Standard - \family roman \series medium \shape up @@ -18238,7 +17101,6 @@ Table \begin_layout Standard - \family roman \series medium \shape up @@ -18257,7 +17119,6 @@ Table \begin_layout Standard - \family roman \series medium \shape up @@ -18276,7 +17137,6 @@ This is a multiline entry in a table. \begin_layout Standard - \family roman \series medium \shape up @@ -18297,7 +17157,6 @@ This is a multiline entry in a table. \begin_layout Standard - \family roman \series medium \shape up @@ -18316,7 +17175,6 @@ This is a multiline entry in a table. \begin_layout Standard - \family roman \series medium \shape up @@ -18335,7 +17193,6 @@ This is longer now. \begin_layout Standard - \family roman \series medium \shape up @@ -18356,7 +17213,6 @@ This is longer now. \begin_layout Standard - \family roman \series medium \shape up @@ -18375,7 +17231,6 @@ This is longer now. \begin_layout Standard - \family roman \series medium \shape up @@ -18395,7 +17250,6 @@ This is a multiline entry in a table. \begin_layout Standard - \family roman \series medium \shape up @@ -18418,7 +17272,6 @@ This is a multiline entry in a table. \end_layout \begin_layout Standard - Text within a cell will not normally wrap to fit the page, so if a line of text in a table is too long, the table will extend beyond the right margin of the page. @@ -18428,12 +17281,10 @@ Text within a cell will not normally wrap to fit the page, so if a line \end_layout \begin_layout Enumerate - Split it into two tables. \end_layout \begin_layout Enumerate - Select the \family sans Longtable @@ -18454,7 +17305,6 @@ Longtable \begin_deeper \begin_layout Enumerate - \family sans First\InsetSpace ~ header @@ -18465,7 +17315,6 @@ header \begin_layout Enumerate - \family sans Header \family default @@ -18481,7 +17330,6 @@ header \begin_layout Enumerate - \family sans Footer \family default @@ -18497,7 +17345,6 @@ footer \begin_layout Enumerate - \family sans Last\InsetSpace ~ footer @@ -18507,7 +17354,6 @@ footer \end_layout \begin_layout Standard - If you set more than one option in the same table row, you should be aware of the fact that only the first flag is used in the given table rows. The others will then be defined as @@ -18544,19 +17390,17 @@ TableExamples.lyx \end_layout \begin_layout Standard - The check box in the long table options can be used to specify specific rows to break the page on as well. \end_layout + \end_deeper \begin_layout Enumerate - A table can also be placed in a float, as described below, which will allow TeX to place it as well as it can within the page. \end_layout \begin_layout Subsection - Table Floats \begin_inset LatexCommand \label{sec:table float} @@ -18566,7 +17410,6 @@ Table Floats \end_layout \begin_layout Standard - Outside of a float, the table will be positioned exactly where it is placed in the document. Using a @@ -18629,8 +17472,6 @@ sideways false status collapsed \begin_layout Caption - - \begin_inset LatexCommand \label{table:a table float} \end_inset @@ -18640,8 +17481,7 @@ A table float. \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -18653,7 +17493,6 @@ A table float. \begin_layout Standard - \family roman \series medium \shape up @@ -18672,7 +17511,6 @@ A table float. \begin_layout Standard - \family roman \series medium \shape up @@ -18691,7 +17529,6 @@ A table float. \begin_layout Standard - \family roman \series medium \shape up @@ -18712,7 +17549,6 @@ A table float. \begin_layout Standard - \family roman \series medium \shape up @@ -18731,7 +17567,6 @@ Joe \begin_layout Standard - \family roman \series medium \shape up @@ -18750,7 +17585,6 @@ Mary \begin_layout Standard - \family roman \series medium \shape up @@ -18771,7 +17605,6 @@ Ted \begin_layout Standard - \family roman \series medium \shape up @@ -18780,7 +17613,6 @@ Ted \bar no \noun off \color none - \begin_inset Formula $\int x^{2}dx$ \end_inset @@ -18794,7 +17626,6 @@ Ted \begin_layout Standard - \family roman \series medium \shape up @@ -18803,7 +17634,6 @@ Ted \bar no \noun off \color none - \begin_inset Formula $\left[\begin{array}{cc} a & b\\ c & d\end{array}\right]$ @@ -18819,7 +17649,6 @@ c & d\end{array}\right]$ \begin_layout Standard - \family roman \series medium \shape up @@ -18828,7 +17657,6 @@ c & d\end{array}\right]$ \bar no \noun off \color none - \begin_inset Formula $1+1=2$ \end_inset @@ -18851,7 +17679,6 @@ c & d\end{array}\right]$ \end_layout \begin_layout Section - Table of Contents and other Listings \begin_inset LatexCommand \label{sec:toc} @@ -18861,7 +17688,6 @@ Table of Contents and other Listings \end_layout \begin_layout Standard - One of the really nice features of LaTeX is the ease with which it lets you create various \begin_inset Quotes eld @@ -18877,17 +17703,14 @@ Lists, \end_layout \begin_layout Subsection - The Table of Contents \end_layout \begin_layout Standard - In order to get a Table of Contents, you need to do four things: \end_layout \begin_layout Enumerate - Use a document class that includes support (all but \family typewriter letter @@ -18896,7 +17719,6 @@ letter \end_layout \begin_layout Enumerate - Set paragraph environments appropriately: \family sans Chapter @@ -18926,7 +17748,6 @@ not \end_layout \begin_layout Enumerate - Make sure you set the \family sans \bar under @@ -18964,7 +17785,6 @@ Layout \end_layout \begin_layout Enumerate - Insert the ToC command at some place in the document. You'll find it under \family sans @@ -18991,7 +17811,6 @@ Contents \end_layout \begin_layout Standard - You can also bring up a dialog for navigating through your document with \family sans @@ -19011,7 +17830,6 @@ Contents \end_layout \begin_layout Subsection - List of Figures, Tables and Algorithms \begin_inset LatexCommand \label{sec:ListsOf} @@ -19021,7 +17839,6 @@ List of Figures, Tables and Algorithms \end_layout \begin_layout Standard - Table, figure, and algorithm lists are very much like the table of contents. You can insert them from the \family sans @@ -19043,17 +17860,14 @@ OC \end_layout \begin_layout Chapter - Mathematical Formulae \end_layout \begin_layout Section - Basic Math Editing \end_layout \begin_layout Standard - To create a math formula, you can just click on the toolbar icon with \begin_inset Formula $\frac{a+b}{c}$ \end_inset @@ -19093,7 +17907,6 @@ C-m \end_layout \begin_layout Standard - If you simply need to type a single Greek letter, such as \begin_inset Formula $\alpha$ \end_inset @@ -19123,7 +17936,6 @@ b \end_layout \begin_layout Standard - Editing the parameters of a formula may be done from the \family sans \bar under @@ -19161,12 +17973,10 @@ ath \end_layout \begin_layout Subsection - Navigating a Formula \end_layout \begin_layout Standard - The best control over cursor position within an existing formula is achieved with the arrow keys. Mathed uses small squares to indicate places where something can be inserted. @@ -19205,7 +18015,6 @@ Escape \begin_layout Standard - \family sans Space \family default @@ -19282,7 +18091,6 @@ Space\InsetSpace ~ \end_layout \begin_layout Standard - You can leave many parts of a formula, like this matrix, partially filled in, such as: \begin_inset Formula \[ @@ -19298,12 +18106,10 @@ If you leave a fraction only partially filled in, or a subscript with nothing \end_layout \begin_layout Subsection - Selecting Text \end_layout \begin_layout Standard - You can select text within a formula in two different ways. Place the cursor at one end of the string of text you want, and press \family sans @@ -19317,12 +18123,10 @@ and a cursor movement key to select text. \end_layout \begin_layout Subsection - Exponents and Subscripts \end_layout \begin_layout Standard - You can use the math panel to add superscripts or subscripts, but the much easier way is to use the standard TeX method. To get @@ -19401,12 +18205,10 @@ then \end_layout \begin_layout Subsection - Fractions \end_layout \begin_layout Standard - Create a fraction with either \family typewriter @@ -19460,12 +18262,10 @@ Up \end_layout \begin_layout Subsection - Sums and Integrals \end_layout \begin_layout Standard - Sum ( \begin_inset Formula $\sum$ \end_inset @@ -19503,7 +18303,6 @@ limits status open \begin_layout Standard - We haven't yet explained what display vs. inline means... \end_layout @@ -19540,7 +18339,6 @@ M-m l \end_layout \begin_layout Standard - Certain other mathematical expressions have this \begin_inset Quotes eld \end_inset @@ -19599,7 +18397,6 @@ functions \end_layout \begin_layout Subsection - The Math Panel \begin_inset LatexCommand \label{sec:math-panel} @@ -19609,7 +18406,6 @@ The Math Panel \end_layout \begin_layout Standard - The \family sans Math\InsetSpace ~ @@ -19638,17 +18434,14 @@ ath \end_layout \begin_layout Standard - Note that right-clicking on a formula opens the panel as well. \end_layout \begin_layout Subsection - Other Math Symbols \end_layout \begin_layout Standard - Most math symbols can be found in the math panel under one of several categories ; including \family sans @@ -19706,7 +18499,6 @@ miscellaneous \end_layout \begin_layout Standard - It is possible to get an nth root symbol. In the minibuffer, type \family typewriter @@ -19731,12 +18523,10 @@ M-m-r \end_layout \begin_layout Subsection - Altering spacing \end_layout \begin_layout Standard - You may want to create blank spaces that differs from the standard spacing that LaTeX provides. We don't recommend this as a matter of course, since the whole idea of @@ -19782,7 +18572,6 @@ Space \end_layout \begin_layout Subsection - Math functions \begin_inset LatexCommand \label{sec:math-functions} @@ -19792,7 +18581,6 @@ Math functions \end_layout \begin_layout Standard - The math panel contains a number of \begin_inset Quotes eld \end_inset @@ -19865,12 +18653,10 @@ lim \end_layout \begin_layout Subsection - Accents \end_layout \begin_layout Standard - In a formula you can insert accented characters in the same way as in text mode. This may depend on your keyboard, or the bindings file you use. @@ -19901,8 +18687,7 @@ hat a \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -19914,7 +18699,6 @@ hat a \begin_layout Standard - \family roman \series medium \shape up @@ -19933,7 +18717,6 @@ text \begin_layout Standard - \family roman \series medium \shape up @@ -19952,7 +18735,6 @@ math \begin_layout Standard - \family roman \series medium \shape up @@ -19973,7 +18755,6 @@ example \begin_layout Standard - \family roman \series medium \shape up @@ -19992,7 +18773,6 @@ circumflex \begin_layout Standard - \family roman \series medium \shape up @@ -20011,7 +18791,6 @@ hat \begin_layout Standard - \family roman \series medium \shape up @@ -20020,7 +18799,6 @@ hat \bar no \noun off \color none - \begin_inset Formula $\hat{a}$ \end_inset @@ -20036,7 +18814,6 @@ hat \begin_layout Standard - \family roman \series medium \shape up @@ -20055,7 +18832,6 @@ grave \begin_layout Standard - \family roman \series medium \shape up @@ -20074,7 +18850,6 @@ grave \begin_layout Standard - \family roman \series medium \shape up @@ -20083,7 +18858,6 @@ grave \bar no \noun off \color none - \begin_inset Formula $\grave{a}$ \end_inset @@ -20099,7 +18873,6 @@ grave \begin_layout Standard - \family roman \series medium \shape up @@ -20118,7 +18891,6 @@ acute \begin_layout Standard - \family roman \series medium \shape up @@ -20137,7 +18909,6 @@ acute \begin_layout Standard - \family roman \series medium \shape up @@ -20146,7 +18917,6 @@ acute \bar no \noun off \color none - \begin_inset Formula $\acute{a}$ \end_inset @@ -20162,7 +18932,6 @@ acute \begin_layout Standard - \family roman \series medium \shape up @@ -20181,7 +18950,6 @@ umlaut \begin_layout Standard - \family roman \series medium \shape up @@ -20200,7 +18968,6 @@ ddot \begin_layout Standard - \family roman \series medium \shape up @@ -20209,7 +18976,6 @@ ddot \bar no \noun off \color none - \begin_inset Formula $\ddot{a}$ \end_inset @@ -20225,7 +18991,6 @@ ddot \begin_layout Standard - \family roman \series medium \shape up @@ -20244,7 +19009,6 @@ tilde \begin_layout Standard - \family roman \series medium \shape up @@ -20263,7 +19027,6 @@ tilde \begin_layout Standard - \family roman \series medium \shape up @@ -20272,7 +19035,6 @@ tilde \bar no \noun off \color none - \begin_inset Formula $\tilde{a}$ \end_inset @@ -20288,7 +19050,6 @@ tilde \begin_layout Standard - \family roman \series medium \shape up @@ -20307,7 +19068,6 @@ dot \begin_layout Standard - \family roman \series medium \shape up @@ -20326,7 +19086,6 @@ dot \begin_layout Standard - \family roman \series medium \shape up @@ -20335,7 +19094,6 @@ dot \bar no \noun off \color none - \begin_inset Formula $\dot{a}$ \end_inset @@ -20351,7 +19109,6 @@ dot \begin_layout Standard - \family roman \series medium \shape up @@ -20370,7 +19127,6 @@ breve \begin_layout Standard - \family roman \series medium \shape up @@ -20389,7 +19145,6 @@ breve \begin_layout Standard - \family roman \series medium \shape up @@ -20398,7 +19153,6 @@ breve \bar no \noun off \color none - \begin_inset Formula $\breve{a}$ \end_inset @@ -20414,7 +19168,6 @@ breve \begin_layout Standard - \family roman \series medium \shape up @@ -20433,7 +19186,6 @@ caron \begin_layout Standard - \family roman \series medium \shape up @@ -20452,7 +19204,6 @@ check \begin_layout Standard - \family roman \series medium \shape up @@ -20461,7 +19212,6 @@ check \bar no \noun off \color none - \begin_inset Formula $\check{a}$ \end_inset @@ -20477,7 +19227,6 @@ check \begin_layout Standard - \family roman \series medium \shape up @@ -20496,7 +19245,6 @@ macron \begin_layout Standard - \family roman \series medium \shape up @@ -20515,7 +19263,6 @@ bar \begin_layout Standard - \family roman \series medium \shape up @@ -20524,7 +19271,6 @@ bar \bar no \noun off \color none - \begin_inset Formula $\bar{a}$ \end_inset @@ -20540,7 +19286,6 @@ bar \begin_layout Standard - \family roman \series medium \shape up @@ -20559,7 +19304,6 @@ bar \begin_layout Standard - \family roman \series medium \shape up @@ -20578,7 +19322,6 @@ vec \begin_layout Standard - \family roman \series medium \shape up @@ -20587,7 +19330,6 @@ vec \bar no \noun off \color none - \begin_inset Formula $\vec{a}$ \end_inset @@ -20605,7 +19347,6 @@ vec \end_layout \begin_layout Standard - Finally, you can choose one of these accents by selecting an item from the \family sans @@ -20616,12 +19357,10 @@ Decorations \end_layout \begin_layout Subsection - The math editor for LaTeX users \end_layout \begin_layout Standard - Editing mathematical expressions in LyX can be done in one of two ways. You can use the native LyX support for rendering the formulae in a WYSIWYM fashion. @@ -20644,7 +19383,6 @@ David Johnson: \end_layout \begin_layout Quotation - I was finally convinced that the math editor was the way to go when I found that, with a few modifications, I could use it the same way I was accustomed to writing TeX. @@ -20695,7 +19433,6 @@ Space \end_layout \begin_layout Standard - The \family sans M-c\InsetSpace ~ @@ -20726,24 +19463,20 @@ Esc \end_layout \begin_layout Itemize - You have immediate visual feedback to be sure your TeX was correct \end_layout \begin_layout Itemize - You have the real mathematical expression on the screen, correctly displayed, to make sure your mathematics is correct (correctly written, at least) \end_layout \begin_layout Itemize - All the new LaTeX fuss with special environments and such are taken care of by LyX, not you \end_layout \begin_layout Itemize - You won't have to chase through the code trying to find that missing \family sans $ @@ -20756,7 +19489,6 @@ $ \end_layout \begin_layout Itemize - If you don't remember the LaTeX name of a particular symbol, like \begin_inset Formula $\wp$ \end_inset @@ -20765,12 +19497,10 @@ If you don't remember the LaTeX name of a particular symbol, like \end_layout \begin_layout Section - Brackets and decorations \end_layout \begin_layout Standard - There are several brackets available through LyX. For most purposes, using just the keys \family typewriter @@ -20828,7 +19558,6 @@ right) \end_layout \begin_layout Standard - It is very easy to construct the braces you want to use. Click on the brace you want on the left side with the left mouse button, the right side with the right button, and place them in the document by @@ -20838,7 +19567,6 @@ It is very easy to construct the braces you want to use. \end_layout \begin_layout Standard - If you decide after the fact to place parentheses (or other math structure, like a square root, or other decoration) around some math structure, you can do that by highlighting (selecting) the structure that is to go inside @@ -20858,7 +19586,6 @@ Apply \end_layout \begin_layout Standard - If you're trying to enter a LaTeX \family typewriter { @@ -20872,7 +19599,6 @@ If you're trying to enter a LaTeX \end_layout \begin_layout Section - Grouping \begin_inset LatexCommand \label{sec:Grouping} @@ -20882,7 +19608,6 @@ Grouping \end_layout \begin_layout Standard - You may need to group a set of symbols. In LaTeX, for example, the typesetting of \family typewriter @@ -20896,8 +19621,6 @@ x^{y^z} \end_layout \begin_layout Standard - - \begin_inset Formula \[ {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{{y^{z}}}\] @@ -20907,7 +19630,6 @@ x^{y^z} \end_layout \begin_layout Standard - However, trying to type the \family typewriter } @@ -20925,12 +19647,10 @@ However, trying to type the \end_layout \begin_layout Section - Arrays and Multi-line Equations \end_layout \begin_layout Standard - Arrays, such as matrices, are easily entered in LyX. In the \family sans @@ -20983,7 +19703,6 @@ has\, left\, alignment & center\, alignment & alignment\end{array}.\] \end_layout \begin_layout Standard - You can add more rows to an existing matrix by hitting \family sans C-Enter @@ -21005,7 +19724,6 @@ ath \end_layout \begin_layout Standard - There are numerous other arrays used in LaTeX math-mode, particularly with the AMS-LaTeX packages included, such as \family typewriter @@ -21019,7 +19737,6 @@ cases \end_layout \begin_layout Standard - Multi-line equations are very easy to construct in LyX. A formula will automatically switch to an \family typewriter @@ -21098,7 +19815,6 @@ extra \end_layout \begin_layout Section - Equation Numbering and Labels \begin_inset LatexCommand \label{sec:math-label} @@ -21108,7 +19824,6 @@ Equation Numbering and Labels \end_layout \begin_layout Standard - Equation numbering is very easy in LyX. All it takes to change a displayed equation like: \begin_inset Formula \[ @@ -21167,8 +19882,6 @@ umbering \end_layout \begin_layout Standard - - \begin_inset Formula \begin{equation} 1+1=2.\end{equation} @@ -21202,7 +19915,6 @@ ross-Reference... \end_layout \begin_layout Standard - For numbered (or labelled) multi-line formulas, the default is that all lines are numbered separately. Once you attach a label to make the equation numbered, all subsequent lines @@ -21268,12 +19980,10 @@ Note that the first equation in this set ( \end_layout \begin_layout Section - User defined macros in math mode \end_layout \begin_layout Standard - LyX allows the user to define macros for use in math mode. A macro definition box appears on screen as purple box with the name of the macro in blue (math color). @@ -21294,7 +20004,6 @@ LyX allows the user to define macros for use in math mode. \end_layout \begin_layout Standard - Now, to use this macro in other math boxes just type the name in TeX mode, in this case \family typewriter @@ -21317,7 +20026,6 @@ macro. \end_layout \begin_layout Standard - However the cursor could go inside of some kind of macros, those that have \emph on @@ -21337,7 +20045,6 @@ arguments \end_layout \begin_layout Standard - Once expanded, this macro includes the usual empty rectangle to indicate that you can insert there whatever you want: \family typewriter @@ -21359,7 +20066,6 @@ macrowarg = \end_layout \begin_layout Standard - When exported to LaTeX, a macro definition will produce the command \newline @@ -21374,18 +20080,15 @@ sqrt{#1}} \end_layout \begin_layout Subsection - How to create macros \end_layout \begin_layout Standard - To create a macro definition box use this syntax in the minibuffer: \begin_inset Foot status collapsed \begin_layout Standard - Macro names mustn't contain numbers! \end_layout @@ -21396,13 +20099,11 @@ Macro names mustn't contain numbers! \begin_layout Standard - \family typewriter math-macro [number of arguments] \end_layout \begin_layout Standard - For example, \family typewriter @@ -21443,7 +20144,6 @@ math-macro macrowarg 1 \end_layout \begin_layout Standard - To insert an argument mark (only inside a macro definition box) simply type \newline @@ -21456,7 +20156,6 @@ math-macro-arg \end_layout \begin_layout Standard - The argument mark in \family typewriter @@ -21479,19 +20178,16 @@ math-macro-arg 1 \end_layout \begin_layout Standard - You can use no more than 9 arguments, numbered from 1 to 9. An argument can be repeated inside the macro definition box, but of course can be edited only once. \end_layout \begin_layout Subsection - How to navigate in macros \end_layout \begin_layout Description - With\InsetSpace ~ the\InsetSpace ~ arrow\InsetSpace ~ @@ -21502,7 +20198,6 @@ keys: Opening a macro from the left side will put the cursor \end_layout \begin_layout Description - With\InsetSpace ~ the\InsetSpace ~ mouse: As usual, click on the desired argument box. @@ -21510,23 +20205,19 @@ mouse: As usual, click on the desired argument box. \end_layout \begin_layout Standard - Currently it is only possible to define command macros, but not environment macros. \end_layout \begin_layout Section - Fine-Tuning \end_layout \begin_layout Subsection - Typefaces \end_layout \begin_layout Standard - You can use various typefaces in a formula. The standard font for text is italic, \begin_inset Formula $text$ @@ -21539,8 +20230,7 @@ You can use various typefaces in a formula. \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -21550,7 +20240,6 @@ You can use various typefaces in a formula. \begin_inset Text \begin_layout Standard - Font \end_layout @@ -21560,7 +20249,6 @@ Font \begin_inset Text \begin_layout Standard - LaTeX Command \end_layout @@ -21573,13 +20261,11 @@ LaTeX Command \begin_layout Standard - \shape up \size normal \bar no \noun off \color none - \begin_inset Formula $\mathrm{Roman}$ \end_inset @@ -21593,7 +20279,6 @@ LaTeX Command \begin_layout Standard - \family typewriter \backslash @@ -21608,8 +20293,6 @@ mathrm \begin_inset Text \begin_layout Standard - - \begin_inset Formula $\mathbf{\mathbf{Bold}}$ \end_inset @@ -21623,7 +20306,6 @@ mathrm \begin_layout Standard - \family typewriter \backslash @@ -21638,8 +20320,6 @@ mathbf \begin_inset Text \begin_layout Standard - - \begin_inset Formula $\mathit{Italic}$ \end_inset @@ -21653,7 +20333,6 @@ mathbf \begin_layout Standard - \family typewriter \backslash @@ -21669,13 +20348,11 @@ mathit \begin_layout Standard - \shape up \size normal \bar no \noun off \color none - \begin_inset Formula $\mathtt{Typewriter}$ \end_inset @@ -21689,7 +20366,6 @@ mathit \begin_layout Standard - \family typewriter \backslash @@ -21704,8 +20380,6 @@ mathtt \begin_inset Text \begin_layout Standard - - \begin_inset Formula $\mathbb{BLACKBOARD}$ \end_inset @@ -21719,7 +20393,6 @@ mathtt \begin_layout Standard - \family typewriter \backslash @@ -21734,8 +20407,6 @@ mathbb \begin_inset Text \begin_layout Standard - - \begin_inset Formula $\mathfrak{Fraktur}$ \end_inset @@ -21749,7 +20420,6 @@ mathbb \begin_layout Standard - \family typewriter \backslash @@ -21765,14 +20435,12 @@ mathfrak \begin_layout Standard - \shape up \size normal \emph on \bar no \noun off \color none - \begin_inset Formula $\mathcal{CALLIGRAPHIC}$ \end_inset @@ -21786,7 +20454,6 @@ mathfrak \begin_layout Standard - \family typewriter \backslash @@ -21801,8 +20468,6 @@ mathcal \begin_inset Text \begin_layout Standard - - \begin_inset Formula $\mathsf{SansSerif}$ \end_inset @@ -21816,7 +20481,6 @@ mathcal \begin_layout Standard - \backslash \family typewriter @@ -21834,14 +20498,12 @@ mathsf \end_layout \begin_layout Standard - LaTeX's math mode does not support all characters in all fonts, and only letters will be supported with these font styles; some only support capital letters. \end_layout \begin_layout Standard - For any of these fonts, you have to be careful how you enter the text. If there is text to the right of the entry point, the font reverts to that style after one character. @@ -21859,7 +20521,6 @@ not \end_layout \begin_layout Standard - It is possible (in AMS-LaTeX) to embolden (not italicize) numbers and special symbols. However, LyX does not yet support this in WYSIWYM manner\SpecialChar \@. @@ -21884,7 +20545,6 @@ alpha} \end_layout \begin_layout Standard - A number of other options are available as well, via \family sans \bar under @@ -21903,12 +20563,10 @@ Change \end_layout \begin_layout Subsection - Math Text Mode \end_layout \begin_layout Standard - Typefaces are useful for entering variable names in some given font, but certainly not for anything else, and in particular not text. For typing longer pieces of text, use math text mode, which is obtained @@ -21924,7 +20582,6 @@ M-m m status collapsed \begin_layout Standard - Moreover, math text mode outputs its contents inside a \family typewriter @@ -21961,12 +20618,10 @@ x & \textrm{if I say so}\\ \end_layout \begin_layout Subsection - Font Sizes \end_layout \begin_layout Standard - There are four (relative) font sizes (or \begin_inset Quotes eld \end_inset @@ -22053,7 +20708,6 @@ unintended feature status collapsed \begin_layout Standard - That is, a bug. \end_layout @@ -22081,7 +20735,6 @@ That is, a bug. \end_layout \begin_layout Standard - All these math-mode font sizes are relative, that is, if the whole math inset and surrounding text are set in a particular size, all these sizes will be adjusted. @@ -22092,7 +20745,6 @@ All these math-mode font sizes are relative, that is, if the whole math \begin_layout Standard - \family roman \size largest Here is a paragraph in @@ -22111,30 +20763,25 @@ largest \end_layout \begin_layout Standard - This applies to math fonts in titles, etc. as well. \end_layout \begin_layout Section - AMS-LaTeX \end_layout \begin_layout Standard - The American Mathematical Society (AMS) provide a LaTeX packages that are in common use. LyX includes some support for these packages. \end_layout \begin_layout Subsection - Enabling AMS-Support \end_layout \begin_layout Standard - In the \family sans \bar under @@ -22159,12 +20806,10 @@ Math \end_layout \begin_layout Subsection - AMS-Symbols \end_layout \begin_layout Standard - The AMS-LaTeX packages add support for some mathematical symbols that are not accessible from plain LaTeX (or LyX), but are fairly common in mathematical typesetting, such as the old-German Fraktur font and the stylized @@ -22184,12 +20829,10 @@ blackboard bold \end_layout \begin_layout Subsection - AMS-Formula Types \end_layout \begin_layout Standard - AMS-LaTeX provides a selection of different formula types. LyX allows you to choose between \family typewriter @@ -22218,12 +20861,10 @@ tion for the differences between these formula \end_layout \begin_layout Chapter - More Tools \end_layout \begin_layout Section - Cross-References \begin_inset LatexCommand \label{sec:crossref} @@ -22233,7 +20874,6 @@ Cross-References \end_layout \begin_layout Standard - Those of you reading this manual online will see a grey box with text in it, right before the beginning of this sentence. This is a @@ -22279,7 +20919,6 @@ Reference \end_layout \begin_layout Standard - To insert a label, use \family sans \bar under @@ -22299,7 +20938,6 @@ abel \end_layout \begin_layout Standard - To insert a reference, select \family sans \bar under @@ -22335,7 +20973,6 @@ eference type \end_layout \begin_layout Standard - Note that if you cut & paste text from another document that contains a \family sans @@ -22350,7 +20987,6 @@ Reference \begin_layout Quote - \family typewriter LaTeX Warning: \family default @@ -22366,12 +21002,10 @@ There were undefined references \end_layout \begin_layout Standard - You'll also see two question marks in the output instead of the reference. \end_layout \begin_layout Standard - There are a few more comments we need to make about the \family sans Labels @@ -22413,7 +21047,6 @@ Section \end_layout \begin_layout Standard - Also, a \family sans Label @@ -22437,7 +21070,6 @@ Label status open \begin_layout Standard - Well, you \emph on can @@ -22499,12 +21131,10 @@ Label \end_layout \begin_layout Section - URLs (Uniform Resource Locators) \end_layout \begin_layout Standard - It is often desirable to include long \begin_inset Quotes eld \end_inset @@ -22532,7 +21162,6 @@ RL \end_layout \begin_layout Standard - At the point in the document where you want to enter the URL (or other address-l ike entity) simply select \family sans @@ -22564,7 +21193,6 @@ status open \begin_layout Standard - \series bold Important note \series default @@ -22590,7 +21218,6 @@ Important note \end_layout \begin_layout Standard - If you would like to associate some definite phrase with the URL, enter it into the \family sans @@ -22626,7 +21253,6 @@ http://ctan.tug.org \end_layout \begin_layout Standard - [ \emph on Author's Note: somebody needs to document the @@ -22644,13 +21270,11 @@ TML Type \end_layout \begin_layout Section - Specifying Short Titles with Optional Arguments \begin_inset OptArg status collapsed \begin_layout Standard - Short Titles \end_layout @@ -22660,7 +21284,6 @@ Short Titles \end_layout \begin_layout Standard - Some section or chapter titles, such as this one, can get quite long. This can cause over-runs when there is limited horizontal space. For example, if the header of the page is set to show the current section @@ -22668,14 +21291,12 @@ Some section or chapter titles, such as this one, can get quite long. \end_layout \begin_layout Standard - LaTeX allows you to specify an optional argument to the section commands that specifies a shorter version of the title \begin_inset Foot status collapsed \begin_layout Standard - For those who don't know LaTeX, commands look like this: \family typewriter @@ -22719,17 +21340,14 @@ optional \end_layout \begin_layout Standard - The title of this section is a good example of using this feature. \end_layout \begin_layout Section - Branches \end_layout \begin_layout Standard - Sometimes you wish to be able to output to paper multiple versions of the same document. The most extreme version of this is, when you want to prepare a single @@ -22743,7 +21361,6 @@ branches \end_layout \begin_layout Standard - First, you have to \emph on define @@ -22770,7 +21387,6 @@ Branch \begin_layout Standard - \emph on Activation \emph default @@ -22784,7 +21400,6 @@ deactivation \end_layout \begin_layout Standard - Other possible applications of the Branches paradigm include a \begin_inset Quotes eld \end_inset @@ -22798,7 +21413,6 @@ teacher's version status collapsed \begin_layout Standard - Once this doc is updated to 1.4, include branch examples here! \end_layout @@ -22808,12 +21422,10 @@ Once this doc is updated to 1.4, include branch examples here! \end_layout \begin_layout Section - Previewing snippets of your document \end_layout \begin_layout Standard - LyX allows you to generate previews of sections of your document on the fly so you can see how they'll look in the final document without having to break your train of thought with @@ -22884,7 +21496,6 @@ review \end_layout \begin_layout Standard - LyX will generate previews of math insets. It will also generate previews of include insets if you select the \family sans @@ -22901,7 +21512,6 @@ preview \end_layout \begin_layout Standard - To get previews working, you'll need some additional software. First, you'll need the preview.sty LaTeX package. Find it on your local CTAN mirror at @@ -22935,12 +21545,10 @@ netpbm \end_layout \begin_layout Section - Spacing, pagination and line breaks \end_layout \begin_layout Subsection - Extra Horizontal Space \begin_inset LatexCommand \label{sec:hspace} @@ -22951,7 +21559,6 @@ Extra Horizontal Space \begin_layout Standard - \family sans HFill \family default @@ -22971,7 +21578,6 @@ HFill \end_layout \begin_layout Standard - Note: if an \family sans HFill @@ -22990,7 +21596,6 @@ s from accidentally being wrapped onto a new line. \begin_layout Standard - \family sans HFill \family roman @@ -23003,12 +21608,12 @@ s I \bar default nsert\SpecialChar \menuseparator - +Special\InsetSpace ~ +F \bar under -S +o \bar default -pecial\InsetSpace ~ -Character\SpecialChar \menuseparator +rmatting\SpecialChar \menuseparator \bar under H @@ -23048,7 +21653,6 @@ Right \end_layout \begin_layout Standard - That was an example in the \family sans Quote @@ -23073,7 +21677,6 @@ is \end_layout \begin_layout Standard - Remember that we said that an \family sans HFill @@ -23089,7 +21692,6 @@ List \begin_layout Labeling \labelwidthstring MMMMMMM - one \hfill two :three @@ -23102,7 +21704,6 @@ six \end_layout \begin_layout Standard - The \begin_inset Quotes eld \end_inset @@ -23144,7 +21745,6 @@ multi-margin \end_layout \begin_layout Subsection - Extra Vertical Space \begin_inset LatexCommand \label{sec:vertspace} @@ -23154,7 +21754,6 @@ Extra Vertical Space \end_layout \begin_layout Standard - To add extra vertical space above or below a paragraph, use \family sans \bar under @@ -23177,7 +21776,6 @@ Settings \end_layout \begin_layout Standard - We will not provide an example of a \family sans VFill @@ -23202,7 +21800,6 @@ s to center text on a page, or even place text 2/3 down a page, or 1/4, \end_layout \begin_layout Standard - Note that for paragraphs at the top/bottom of a page, the extra space is only added if you have also checked the option \family sans @@ -23232,12 +21829,10 @@ space \end_layout \begin_layout Subsection - Changing Paragraph Alignment \end_layout \begin_layout Standard - You can also change the paragraph alignment with the \family sans \bar under @@ -23257,7 +21852,6 @@ Settings \begin_layout Itemize - \family sans \bar under J @@ -23267,7 +21861,6 @@ ustified \begin_layout Itemize - \family sans \bar under L @@ -23277,7 +21870,6 @@ eft \begin_layout Itemize - \family sans \bar under R @@ -23287,7 +21879,6 @@ ight \begin_layout Itemize - \family sans \bar under C @@ -23296,7 +21887,6 @@ enter \end_layout \begin_layout Standard - The default in most cases is justified alignment, in which the inter-word spacing is variable and each line of a paragraph fills the region between the left and right margins. @@ -23319,14 +21909,12 @@ this one is left aligned. \end_layout \begin_layout Standard - In some paragraph environments, the default is something other than justified alignment. \end_layout \begin_layout Subsection - Forcing Page Breaks \begin_inset LatexCommand \label{sec:pagebreak} @@ -23336,7 +21924,6 @@ Forcing Page Breaks \end_layout \begin_layout Standard - If you don't like the way LaTeX does the page breaks in your document, you can force a pagebreak where you want one. In general, this will @@ -23353,7 +21940,6 @@ be necessary because LaTeX is good at pagebreaking, as was already mentioned \end_layout \begin_layout Standard - So in general there is no need to use the option described below, and we recommend not using it until the text is \emph on @@ -23382,7 +21968,6 @@ Settings \end_layout \begin_layout Standard - You might try to use a pagebreak to ensure that a figure or table appears at the top of a page. This is, of course, the wrong way to do it. @@ -23407,9 +21992,22 @@ Floats \end_layout \begin_layout Subsection +Blanks/Spaces +\end_layout -Protected blanks -\begin_inset LatexCommand \label{sec:protblank-lbreak-horline} +\begin_layout Standard +A blank is a blank? Not in good typography. + While you might be used to press the space key anytime you want to separate + two words in ordinary word processors, LyX offers you more spaces: Spaces + of different width and spaces which can or cannot be broken at the end + of a line. + The following sections will show you some examples where those spaces are + useful. +\end_layout + +\begin_layout Subsubsection +Inter-word Space +\begin_inset LatexCommand \label{sec:normblank-lbreak-horline} \end_inset @@ -23417,14 +22015,58 @@ Protected blanks \end_layout \begin_layout Standard +Some languages (e.\InsetSpace +\InsetSpace \, +g.\InsetSpace \space +English) have the typographical convention to add extra + space after an end-of-sentence punctuation mark, and LyX honors those conventio +ns (see section\InsetSpace ~ -The protected blank: It is used to tell LyX (and LaTeX) not to break the +\begin_inset LatexCommand \ref{sec:abbrev} + +\end_inset + +). + Sometimes, you want a normal space nevertheless. + In this case, insert one with +\family sans +\bar under +I +\bar default +nsert\SpecialChar \menuseparator +Special\InsetSpace ~ +F +\bar under +o +\bar default +rmatting\SpecialChar \menuseparator +Inter- +\bar under +w +\bar default +ord\InsetSpace ~ +Space +\family default +or with +\family sans +C-M-Space. +\end_layout + +\begin_layout Subsubsection +Protected Space +\end_layout + +\begin_layout Standard +\begin_inset LatexCommand \label{sec:protblank-lbreak-horline} + +\end_inset + +The protected space: It is used to tell LyX (and LaTeX) not to break the line at that point. This may be necessary to avoid unlucky linebreaks, like in: \end_layout \begin_layout Quote - A good documentation should weight no more than 1 \newline kg. @@ -23432,8 +22074,7 @@ kg. \end_layout \begin_layout Standard - -Obviously, it would be a good thing to put a protected blank between +Obviously, it would be a good thing to put a protected space between \begin_inset Quotes eld \end_inset @@ -23450,49 +22091,440 @@ kg \end_inset . - A protected blank is set with + A protected space is set with \family sans \bar under I \bar default nsert\SpecialChar \menuseparator - +Special\InsetSpace ~ +F \bar under -S +o \bar default -pecial\InsetSpace ~ -Character\SpecialChar \menuseparator +rmatting\SpecialChar \menuseparator Protected \bar under \InsetSpace ~ -B +S \bar default -lank +pace \family default or with \family sans C-Space. \end_layout -\begin_layout Subsection +\begin_layout Subsubsection +Thin Space +\begin_inset LatexCommand \label{sec:thinblank-lbreak-horline} +\end_inset + + +\end_layout + +\begin_layout Standard +A +\begin_inset Quotes eld +\end_inset + +thin space +\begin_inset Quotes erd +\end_inset + + is a blank which has half the size of a normal space (and it is also +\begin_inset Quotes eld +\end_inset + +protected +\begin_inset Quotes erd +\end_inset + +). + The typographical conventions in a lot of languages propose the use of + thin spaces in cases where normal spaces would be too wide, for instance + inside abbreviations: +\end_layout + +\begin_layout Quote +D.\InsetSpace \, +E. + Knuth has developped our beloved typesetting program, i.\InsetSpace \, +e.\InsetSpace \space +TeX. +\end_layout + +\begin_layout Standard +You can insert a thin space with +\family sans +\bar under +I +\bar default +nsert\SpecialChar \menuseparator +Special\InsetSpace ~ +F +\bar under +o +\bar default +rmatting\SpecialChar \menuseparator + +\bar under +T +\bar default +hin\InsetSpace ~ +Space +\family default +or with +\family sans +C-S-Space. +\end_layout + +\begin_layout Subsubsection +More Spaces +\end_layout + +\begin_layout Standard +Apart from the ones described, there are still some more spaces. + Although LyX supports them natively, they can only be reached via the +\emph on +minibuffer +\emph default +. + To get them, just type +\family typewriter +space-insert +\family default + into the minibuffer, where +\family typewriter + +\family default + is one of the following: +\end_layout + +\begin_layout Standard +\align center +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Standard + +\series bold +command +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard + +\series bold +width +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard + +\series bold +protected? +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\family typewriter +normal +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +1/3\InsetSpace ~ +em +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +no +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\family typewriter +protected +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +1/3\InsetSpace ~ +em +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +yes +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\family typewriter +thin +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +1/6\InsetSpace ~ +em +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +yes +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\family typewriter +enspace +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +0.5\InsetSpace ~ +em +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +yes +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\family typewriter +enskip +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +0.5\InsetSpace ~ +em +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +no +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\family typewriter +quad +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +1\InsetSpace ~ +em +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +no +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\family typewriter +qquad +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +2\InsetSpace ~ +em +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +no +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\family typewriter +negthinspace +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +-1/6\InsetSpace ~ +em +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +yes +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Subsection Line breaking \end_layout \begin_layout Standard - You can force line breaks within a paragraph by selecting \family sans \bar under I \bar default nsert\SpecialChar \menuseparator - +Special\InsetSpace ~ +F \bar under -S +o \bar default -pecial\InsetSpace ~ -Character\SpecialChar \menuseparator +rmatting\SpecialChar \menuseparator \bar under L @@ -23537,7 +22569,6 @@ good at linebreaking\SpecialChar \ldots{} \end_layout \begin_layout Section - Spellchecking \begin_inset LatexCommand \label{sec:spellchecking} @@ -23547,7 +22578,6 @@ Spellchecking \end_layout \begin_layout Standard - LyX itself has no built-in spellchecker. Rather it uses the external \family typewriter @@ -23564,7 +22594,6 @@ aspell \end_layout \begin_layout Standard - The spellchecker can be started with the menu entry \family sans \bar under @@ -23597,7 +22626,6 @@ Spellchecker \end_layout \begin_layout Subsection - Spellchecker Options \begin_inset LatexCommand \label{sec:spell_opt} @@ -23607,7 +22635,6 @@ Spellchecker Options \end_layout \begin_layout Standard - The following options can be set in the \family sans \bar under @@ -23624,12 +22651,10 @@ references \end_layout \begin_layout Subsubsection - Dictionary \end_layout \begin_layout Standard - By default, the dictionary file to use is determined by the language of the text you're checking, which is set in the \family sans @@ -23662,7 +22687,6 @@ alternative language \end_layout \begin_layout Standard - If you're using \family typewriter ispell @@ -23705,7 +22729,6 @@ german \end_layout \begin_layout Standard - You may also have problems the font encoding is not correct for that dictionary. If you use a language with \family typewriter @@ -23748,13 +22771,11 @@ Encoding \begin_layout Standard - \family typewriter ispell: unrecognized formatter type 'latin1' \end_layout \begin_layout Standard - The spellchecker gives you an error that it couldn't start the \family typewriter ispell @@ -23764,7 +22785,6 @@ ispell \end_layout \begin_layout Standard - There are four solutions to this problem. The easiest is to try the \family sans @@ -23817,12 +22837,10 @@ intainer, or better yet to the maintainer of the dictionary file in question \end_layout \begin_layout Subsubsection - Personal dictionary \end_layout \begin_layout Standard - If you want to use a different file from the spellchecker's default choice as your personal dictionary, you can set this in the dialog. Specifying a filename which does not already exist will result in an error @@ -23834,12 +22852,10 @@ ispell \end_layout \begin_layout Subsubsection - Further Options \end_layout \begin_layout Standard - The \family sans \bar under @@ -23853,7 +22869,6 @@ Options \begin_layout Itemize - \family sans \bar under A @@ -23877,7 +22892,6 @@ passthrough \begin_layout Itemize - \family sans \bar under E @@ -23893,12 +22907,10 @@ Allows you to add nonstandard characters to what the spellchecker considers \end_layout \begin_layout Subsection - Limitations \end_layout \begin_layout Standard - Some users have expressed a wish to be able to globally change the spelling of a particular word, rather than having to change the spelling separately for each occurrence of the word. @@ -23907,7 +22919,6 @@ Some users have expressed a wish to be able to globally change the spelling \end_layout \begin_layout Standard - Unless you're using the \family typewriter pspell @@ -23922,12 +22933,10 @@ pspell \end_layout \begin_layout Section - International Support \end_layout \begin_layout Standard - This section describes how to use LyX with any language you want. LyX comes with a default configuration which supports the English language on a U.S.-style keyboard, with a standard U.S. @@ -23939,7 +22948,6 @@ This section describes how to use LyX with any language you want. \end_layout \begin_layout Standard - If you have a keyboard suited to the language you are using (for example, a German keyboard for writing in German), and you have correctly configured your X environment, all you need to do for LyX is tell it your language, @@ -23953,7 +22961,6 @@ If you have a keyboard suited to the language you are using (for example, \end_layout \begin_layout Standard - If, however, you have a U.S.-style keyboard and want to write in a different language than English, you can use an alternate keymap. For example, if you have a U.S.-style keyboard but want to write in Italian, @@ -23968,7 +22975,6 @@ If, however, you have a U.S.-style keyboard and want to write in a different \end_layout \begin_layout Standard - Finally, you may just want to change a few key mappings or create an entirely different keymap (for Vulcan, for instance). You may, for example, normally write in Italian on a U.S. @@ -23979,7 +22985,6 @@ Finally, you may just want to change a few key mappings or create an entirely \end_layout \begin_layout Standard - The details of how to customize LyX to your own language are \emph on way @@ -23996,7 +23001,6 @@ Customization \end_layout \begin_layout Subsection - Language Options \begin_inset LatexCommand \label{sec:langlay} @@ -24006,7 +23010,6 @@ Language Options \end_layout \begin_layout Standard - The \family sans \bar under @@ -24026,7 +23029,6 @@ the language and character encoding for your language. \end_layout \begin_layout Standard - Choose your language by clicking on the arrow in t \family roman he @@ -24060,7 +23062,6 @@ ettings status collapsed \begin_layout Standard - In LaTeX terms, selecting a language other than default adds Babel support. If you do not have Babel installed, refer to the different LaTeX distributions for it. @@ -24072,7 +23073,6 @@ In LaTeX terms, selecting a language other than default adds Babel support. \end_layout \begin_layout Standard - The \family sans Enco @@ -24091,7 +23091,6 @@ Latin1 \end_layout \begin_layout Subsection - Keyboard mapping configuration \begin_inset LatexCommand \label{sec:optkey} @@ -24101,7 +23100,6 @@ Keyboard mapping configuration \end_layout \begin_layout Standard - The preferences dialog allows you to choose up to two keyboard mappings. This allows you to choose the keymap of your choice for your U.S.-style keyboard. You can choose primary and secondary keyboard languages and then select @@ -24109,7 +23107,6 @@ The preferences dialog allows you to choose up to two keyboard mappings. \end_layout \begin_layout Subsection - Character Tables \begin_inset LatexCommand \label{sec:keytab} @@ -24119,7 +23116,6 @@ Character Tables \end_layout \begin_layout Standard - Table\InsetSpace ~ \begin_inset LatexCommand \ref{cap:The-latin1-character} @@ -24136,7 +23132,6 @@ Latin1 \end_layout \begin_layout Standard - There are a few things you need to know about this table. This manual is set up --- by hand, mind you --- to print all of these character s. @@ -24151,7 +23146,6 @@ Latin1 \end_layout \begin_layout Itemize - The characters at entries A2, A4, A5, A6 and AD -- the cent, the yen, the generic-currency-symbol, the broken vertical bar and the short dash are just plain missing in the default encodings. @@ -24159,7 +23153,6 @@ The characters at entries A2, A4, A5, A6 and AD -- the cent, the yen, the \end_layout \begin_layout Itemize - Even if you've selected \family sans latin1 @@ -24190,7 +23183,6 @@ T1 \end_layout \begin_layout Itemize - Users of \family typewriter T1 @@ -24209,7 +23201,6 @@ german.sty status collapsed \begin_layout Standard - This only holds when you want to input these quotes by yourself. The automatic quote feature described in Section \begin_inset LatexCommand \ref{sec:quotes} @@ -24227,7 +23218,6 @@ This only holds when you want to input these quotes by yourself. status open \begin_layout Standard - The characters of the following table, which are inserted as commands, could not be inserted directly with the keyboard, because the standard encoding @@ -24248,7 +23238,6 @@ textcomp \begin_layout Standard - \series bold \backslash @@ -24256,7 +23245,6 @@ usepackage{textcomp} \end_layout \begin_layout Standard - The package \series bold textcomp @@ -24270,16 +23258,12 @@ textcomp \end_layout \begin_layout Standard - - \begin_inset Float table wide false sideways false status open \begin_layout Caption - - \begin_inset LatexCommand \label{cap:The-latin1-character} \end_inset @@ -24293,8 +23277,7 @@ latin1 \begin_layout Standard \align center - -\begin_inset Tabular +\begin_inset Tabular @@ -24329,7 +23312,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24348,7 +23330,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24367,7 +23348,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24386,7 +23366,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24405,7 +23384,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24424,7 +23402,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24443,7 +23420,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24462,7 +23438,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24481,7 +23456,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24500,7 +23474,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24519,7 +23492,6 @@ latin1 \begin_layout Standard - \family roman \series medium \shape up @@ -24538,7 +23510,6 @@ A0 \begin_layout Standard - \family roman \series medium \shape up @@ -24557,7 +23528,6 @@ B0 \begin_layout Standard - \family roman \series medium \shape up @@ -24576,7 +23546,6 @@ C0 \begin_layout Standard - \family roman \series medium \shape up @@ -24595,7 +23564,6 @@ D0 \begin_layout Standard - \family roman \series medium \shape up @@ -24614,7 +23582,6 @@ E0 \begin_layout Standard - \family roman \series medium \shape up @@ -24635,7 +23602,6 @@ F0 \begin_layout Standard - \family roman \series medium \shape up @@ -24681,7 +23647,6 @@ F0 \begin_layout Standard - \family roman \series medium \shape up @@ -24699,7 +23664,6 @@ F0 \begin_layout Standard - \family roman \series medium \shape up @@ -24717,7 +23681,6 @@ F0 \begin_layout Standard - \family roman \series medium \shape up @@ -24735,7 +23698,6 @@ P \begin_layout Standard - \family roman \series medium \shape up @@ -24753,7 +23715,6 @@ P \begin_layout Standard - \family roman \series medium \shape up @@ -24798,7 +23759,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24816,7 +23776,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24834,7 +23793,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24852,7 +23810,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24870,7 +23827,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24890,7 +23846,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24927,7 +23882,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24945,7 +23899,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24963,7 +23916,6 @@ p \begin_layout Standard - \family roman \series medium \shape up @@ -24981,7 +23933,6 @@ A \begin_layout Standard - \family roman \series medium \shape up @@ -24999,7 +23950,6 @@ Q \begin_layout Standard - \family roman \series medium \shape up @@ -25017,7 +23967,6 @@ a \begin_layout Standard - \family roman \series medium \shape up @@ -25053,7 +24002,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25071,7 +24019,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25089,7 +24036,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25107,7 +24053,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25125,7 +24070,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25143,7 +24087,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25163,7 +24106,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25200,7 +24142,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25208,7 +24149,6 @@ q \bar no \noun off \color none - \begin_inset Quotes eld \end_inset @@ -25222,7 +24162,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25240,7 +24179,6 @@ q \begin_layout Standard - \family roman \series medium \shape up @@ -25258,7 +24196,6 @@ B \begin_layout Standard - \family roman \series medium \shape up @@ -25276,7 +24213,6 @@ R \begin_layout Standard - \family roman \series medium \shape up @@ -25294,7 +24230,6 @@ b \begin_layout Standard - \family roman \series medium \shape up @@ -25329,8 +24264,6 @@ r \begin_inset Text \begin_layout Standard - - \begin_inset ERT status collapsed @@ -25347,7 +24280,6 @@ textcent status collapsed \begin_layout Standard - character ¢ \end_layout @@ -25363,7 +24295,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25381,7 +24312,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25399,7 +24329,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25417,7 +24346,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25435,7 +24363,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25455,7 +24382,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25492,7 +24418,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25510,7 +24435,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25528,7 +24452,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25546,7 +24469,6 @@ C \begin_layout Standard - \family roman \series medium \shape up @@ -25564,7 +24486,6 @@ S \begin_layout Standard - \family roman \series medium \shape up @@ -25582,7 +24503,6 @@ c \begin_layout Standard - \family roman \series medium \shape up @@ -25618,7 +24538,6 @@ s \begin_layout Standard - \family roman \series medium \shape up @@ -25636,7 +24555,6 @@ s \begin_layout Standard - \family roman \series medium \shape up @@ -25654,7 +24572,6 @@ s \begin_layout Standard - \family roman \series medium \shape up @@ -25672,7 +24589,6 @@ s \begin_layout Standard - \family roman \series medium \shape up @@ -25690,7 +24606,6 @@ s \begin_layout Standard - \family roman \series medium \shape up @@ -25708,7 +24623,6 @@ s \begin_layout Standard - \family roman \series medium \shape up @@ -25728,7 +24642,6 @@ s \begin_layout Standard - \family roman \series medium \shape up @@ -25765,7 +24678,6 @@ s \begin_layout Standard - \family roman \series medium \shape up @@ -25783,7 +24695,6 @@ $ \begin_layout Standard - \family roman \series medium \shape up @@ -25801,7 +24712,6 @@ $ \begin_layout Standard - \family roman \series medium \shape up @@ -25819,7 +24729,6 @@ D \begin_layout Standard - \family roman \series medium \shape up @@ -25837,7 +24746,6 @@ T \begin_layout Standard - \family roman \series medium \shape up @@ -25855,7 +24763,6 @@ d \begin_layout Standard - \family roman \series medium \shape up @@ -25890,8 +24797,6 @@ t \begin_inset Text \begin_layout Standard - - \begin_inset ERT status collapsed @@ -25908,7 +24813,6 @@ textcurrency status collapsed \begin_layout Standard - character ¤ \end_layout @@ -25924,7 +24828,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25942,7 +24845,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25960,7 +24862,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25978,7 +24879,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -25996,7 +24896,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26016,7 +24915,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26053,7 +24951,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26071,7 +24968,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26089,7 +24985,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26107,7 +25002,6 @@ E \begin_layout Standard - \family roman \series medium \shape up @@ -26125,7 +25019,6 @@ U \begin_layout Standard - \family roman \series medium \shape up @@ -26143,7 +25036,6 @@ e \begin_layout Standard - \family roman \series medium \shape up @@ -26178,8 +25070,6 @@ u \begin_inset Text \begin_layout Standard - - \begin_inset ERT status collapsed @@ -26196,7 +25086,6 @@ textyen status collapsed \begin_layout Standard - character ¥ \end_layout @@ -26212,7 +25101,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26230,7 +25118,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26248,7 +25135,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26266,7 +25152,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26284,7 +25169,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26304,7 +25188,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26341,7 +25224,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26359,7 +25241,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26377,7 +25258,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26395,7 +25275,6 @@ F \begin_layout Standard - \family roman \series medium \shape up @@ -26413,7 +25292,6 @@ V \begin_layout Standard - \family roman \series medium \shape up @@ -26431,7 +25309,6 @@ f \begin_layout Standard - \family roman \series medium \shape up @@ -26466,8 +25343,6 @@ v \begin_inset Text \begin_layout Standard - - \begin_inset ERT status collapsed @@ -26484,7 +25359,6 @@ textbrokenbar status collapsed \begin_layout Standard - character ¦ \end_layout @@ -26500,7 +25374,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26518,7 +25391,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26536,7 +25408,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26554,7 +25425,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26572,7 +25442,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26592,7 +25461,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26629,7 +25497,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26647,7 +25514,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26665,7 +25531,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -26683,7 +25548,6 @@ G \begin_layout Standard - \family roman \series medium \shape up @@ -26701,7 +25565,6 @@ W \begin_layout Standard - \family roman \series medium \shape up @@ -26719,7 +25582,6 @@ g \begin_layout Standard - \family roman \series medium \shape up @@ -26755,7 +25617,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26773,7 +25634,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26791,7 +25651,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26809,7 +25668,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26827,7 +25685,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26845,7 +25702,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26865,7 +25721,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26902,7 +25757,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26920,7 +25774,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26938,7 +25791,6 @@ w \begin_layout Standard - \family roman \series medium \shape up @@ -26956,7 +25808,6 @@ H \begin_layout Standard - \family roman \series medium \shape up @@ -26974,7 +25825,6 @@ X \begin_layout Standard - \family roman \series medium \shape up @@ -26992,7 +25842,6 @@ h \begin_layout Standard - \family roman \series medium \shape up @@ -27028,7 +25877,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27046,7 +25894,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27064,7 +25911,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27082,7 +25928,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27100,7 +25945,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27118,7 +25962,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27138,7 +25981,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27175,7 +26017,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27193,7 +26034,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27211,7 +26051,6 @@ x \begin_layout Standard - \family roman \series medium \shape up @@ -27229,7 +26068,6 @@ I \begin_layout Standard - \family roman \series medium \shape up @@ -27247,7 +26085,6 @@ Y \begin_layout Standard - \family roman \series medium \shape up @@ -27265,7 +26102,6 @@ i \begin_layout Standard - \family roman \series medium \shape up @@ -27301,7 +26137,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27319,7 +26154,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27337,7 +26171,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27355,7 +26188,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27373,7 +26205,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27391,7 +26222,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27411,7 +26241,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27448,7 +26277,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27466,7 +26294,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27484,7 +26311,6 @@ y \begin_layout Standard - \family roman \series medium \shape up @@ -27502,7 +26328,6 @@ J \begin_layout Standard - \family roman \series medium \shape up @@ -27520,7 +26345,6 @@ Z \begin_layout Standard - \family roman \series medium \shape up @@ -27538,7 +26362,6 @@ j \begin_layout Standard - \family roman \series medium \shape up @@ -27574,7 +26397,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27592,7 +26414,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27610,7 +26431,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27628,7 +26448,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27646,7 +26465,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27664,7 +26482,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27684,7 +26501,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27721,7 +26537,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27739,7 +26554,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27757,7 +26571,6 @@ z \begin_layout Standard - \family roman \series medium \shape up @@ -27775,7 +26588,6 @@ K \begin_layout Standard - \family roman \series medium \shape up @@ -27793,7 +26605,6 @@ K \begin_layout Standard - \family roman \series medium \shape up @@ -27811,7 +26622,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -27847,7 +26657,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -27865,7 +26674,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -27883,7 +26691,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -27901,7 +26708,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -27919,7 +26725,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -27937,7 +26742,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -27957,7 +26761,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -27994,7 +26797,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -28012,7 +26814,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -28030,7 +26831,6 @@ k \begin_layout Standard - \family roman \series medium \shape up @@ -28048,7 +26848,6 @@ L \begin_layout Standard - \family roman \series medium \shape up @@ -28068,7 +26867,6 @@ L \begin_layout Standard - \family roman \series medium \shape up @@ -28086,7 +26884,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28122,7 +26919,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28140,7 +26936,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28158,7 +26953,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28176,7 +26970,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28194,7 +26987,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28212,7 +27004,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28232,7 +27023,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28269,7 +27059,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28287,7 +27076,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28305,7 +27093,6 @@ l \begin_layout Standard - \family roman \series medium \shape up @@ -28323,7 +27110,6 @@ M \begin_layout Standard - \family roman \series medium \shape up @@ -28341,7 +27127,6 @@ M \begin_layout Standard - \family roman \series medium \shape up @@ -28359,7 +27144,6 @@ m \begin_layout Standard - \family roman \series medium \shape up @@ -28394,8 +27178,6 @@ m \begin_inset Text \begin_layout Standard - - \begin_inset ERT status collapsed @@ -28412,7 +27194,6 @@ textendash status collapsed \begin_layout Standard - character ­ \end_layout @@ -28428,7 +27209,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28446,7 +27226,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28464,7 +27243,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28482,7 +27260,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28500,7 +27277,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28520,7 +27296,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28557,7 +27332,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28575,7 +27349,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28593,7 +27366,6 @@ character \begin_layout Standard - \family roman \series medium \shape up @@ -28611,7 +27383,6 @@ N \begin_layout Standard - \family roman \series medium \shape up @@ -28629,7 +27400,6 @@ N \begin_layout Standard - \family roman \series medium \shape up @@ -28647,7 +27417,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28683,7 +27452,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28701,7 +27469,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28719,7 +27486,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28737,7 +27503,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28755,7 +27520,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28773,7 +27537,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28793,7 +27556,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28830,7 +27592,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28848,7 +27609,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28866,7 +27626,6 @@ n \begin_layout Standard - \family roman \series medium \shape up @@ -28884,7 +27643,6 @@ O \begin_layout Standard - \family roman \series medium \shape up @@ -28902,7 +27660,6 @@ _ \begin_layout Standard - \family roman \series medium \shape up @@ -28947,7 +27704,6 @@ o \begin_layout Standard - \family roman \series medium \shape up @@ -28965,7 +27721,6 @@ o \begin_layout Standard - \family roman \series medium \shape up @@ -28983,7 +27738,6 @@ o \begin_layout Standard - \family roman \series medium \shape up @@ -29001,7 +27755,6 @@ o \begin_layout Standard - \family roman \series medium \shape up @@ -29019,7 +27772,6 @@ o \begin_layout Standard - \family roman \series medium \shape up @@ -29037,7 +27789,6 @@ o \begin_layout Standard - \family roman \series medium \shape up @@ -29064,7 +27815,6 @@ o \end_layout \begin_layout Standard - The following is a full list of all of the accented characters LyX can display directly. It includes not only the accented characters from the previous table, but @@ -29081,7 +27831,6 @@ ISO8859--2 \end_layout \begin_layout Itemize - From \family typewriter ISO8859--1 @@ -29091,49 +27840,42 @@ ISO8859--1 \begin_deeper \begin_layout Standard - ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ \hfill diaeresis \end_layout \begin_layout Standard - ^ Â Ê Î Ô Û â ê î ô û \hfill circumflex \end_layout \begin_layout Standard - ` À È Ì Ò Ù à è ì ò ù \hfill grave \end_layout \begin_layout Standard - ´ Á É Í Ó Ú Ý á é í ó ú ý \hfill acute \end_layout \begin_layout Standard - ~ Ã Ñ Õ ã ñ õ \hfill tilde \end_layout \begin_layout Standard - ¸Çç \hfill cedilla \end_layout \begin_layout Standard - ¯ \hfill macron @@ -29141,7 +27883,6 @@ macron status collapsed \begin_layout Standard - The dead macron in usually not needed, as you will use a non--dead key for this instead. For example, S-M-minus, or if @@ -29157,9 +27898,9 @@ The dead macron in usually not needed, as you will use a non--dead key for \end_layout + \end_deeper \begin_layout Itemize - From \family typewriter ISO8859--2 @@ -29173,7 +27914,6 @@ ISO8859--2 \begin_deeper \begin_layout Standard - \i \^{H} \i \^{J} \i \^{h} @@ -29190,7 +27930,6 @@ circumflex \end_layout \begin_layout Standard - \i \'{S} \i \'{Z} \i \'{s} @@ -29209,7 +27948,6 @@ acute \end_layout \begin_layout Standard - \i \~{I} \i \~{\i} \i \~{U} @@ -29220,7 +27958,6 @@ tilde \end_layout \begin_layout Standard - \i \c{S} \i \c{s} \i \c{T} @@ -29242,7 +27979,6 @@ cedilla status collapsed \begin_layout Standard - These characters might not look very nice on screen, but they will be just fine when run through LaTeX and printed. \end_layout @@ -29253,7 +27989,6 @@ These characters might not look very nice on screen, but they will be just \end_layout \begin_layout Standard - \i \={E} \i \={e} \i \={A} @@ -29270,7 +28005,6 @@ macron \end_layout \begin_layout Standard - \i \H{O} \i \H{U} \i \H{o} @@ -29279,9 +28013,9 @@ macron \hfill hungarian umlaut \end_layout + \end_deeper \begin_layout Standard - All the characters above are actively supported by TeX fonts. In addition TeX allows diacritical marks on almost all characters . Also make sure you're using the @@ -29300,18 +28034,15 @@ iso.def \end_layout \begin_layout Chapter - Credits \end_layout \begin_layout Standard - The documentation is a collaborative effort between many different people (and we would encourage people to contribute !). \end_layout \begin_layout Standard - First, we need to give due credit to those who came before us. They gave us the base upon which the new manuals are built, and some continue to provide information: @@ -29319,7 +28050,6 @@ First, we need to give due credit to those who came before us. \begin_layout Itemize - \noun on Matthias Ettrich \noun default @@ -29337,7 +28067,6 @@ LyX Manifesto, \begin_layout Itemize - \noun on Lars Gullik Bjønnes \noun default @@ -29347,7 +28076,6 @@ Lars Gullik Bj \begin_layout Itemize - \noun on Ivan Schreter \noun default @@ -29357,7 +28085,6 @@ nal keyboard maps and customization. \begin_layout Itemize - \noun on Pascal André \noun default @@ -29366,7 +28093,6 @@ Pascal Andr \begin_layout Itemize - \noun on Alejandro Aguilar Sierra \noun default @@ -29377,7 +28103,6 @@ Reference.lyx \end_layout \begin_layout Itemize - Special thanks to the LyX Team\InsetSpace ~ \begin_inset LatexCommand \cite{lyxcredit} @@ -29388,7 +28113,6 @@ Special thanks to the LyX Team\InsetSpace ~ \end_layout \begin_layout Standard - Next, it's time to give credit to the \begin_inset Quotes eld \end_inset @@ -29403,7 +28127,6 @@ LyX Documentation Team, \begin_layout Itemize - \noun on David Johnson \noun default @@ -29412,7 +28135,6 @@ David Johnson \begin_deeper \begin_layout Itemize - Contributor to the FAQ and the old \begin_inset Quotes eld \end_inset @@ -29429,35 +28151,30 @@ HowDoI-.lyx \end_layout \begin_layout Itemize - General editing assistance. \end_layout \begin_layout Itemize - Documentation of: \end_layout \begin_deeper \begin_layout Itemize - math mode \end_layout \begin_layout Itemize - tables \end_layout \begin_layout Itemize - spellchecking \end_layout + \end_deeper \end_deeper \begin_layout Itemize - \noun on Rich Fields \noun default @@ -29466,22 +28183,20 @@ Rich Fields \begin_deeper \begin_layout Itemize - Primary contributor to \family typewriter Reference.lyx \end_layout \begin_layout Itemize - Documentation of the basic LyX interface in \family typewriter UserGuide.lyx \end_layout + \end_deeper \begin_layout Itemize - \noun on Paul Evans \noun default @@ -29490,7 +28205,6 @@ Paul Evans \begin_deeper \begin_layout Itemize - Former maintainer of the FAQ and the old \begin_inset Quotes eld \end_inset @@ -29507,30 +28221,28 @@ HowDoI-.lyx \end_layout \begin_layout Itemize - Documentation of LinuxDoc in \family typewriter UserGuide.lyx \end_layout + \end_deeper \begin_layout Itemize - \noun on Paul Russel: \end_layout \begin_deeper \begin_layout Itemize - Documentation of figures and imported graphics in \family typewriter UserGuide.lyx \end_layout + \end_deeper \begin_layout Itemize - \noun on John Raithel \noun default @@ -29539,90 +28251,80 @@ John Raithel \begin_deeper \begin_layout Itemize - Documentation of internationalization features in \family typewriter UserGuide.lyx \end_layout + \end_deeper \begin_layout Itemize - \noun on Robin Socha: \end_layout \begin_deeper \begin_layout Itemize - Documentation of: \end_layout \begin_deeper \begin_layout Itemize - footnotes \end_layout \begin_layout Itemize - margin notes \end_layout \begin_layout Itemize - table of contents \end_layout \begin_layout Itemize - cross-references \end_layout + \end_deeper \end_deeper \begin_layout Itemize - \noun on Amir Karger \end_layout \begin_deeper \begin_layout Itemize - Primary contributor to \family typewriter Tutorial.lyx \end_layout + \end_deeper \begin_layout Itemize - \noun on Matthias Zenker: \end_layout \begin_deeper \begin_layout Itemize - Documentation of \end_layout \begin_deeper \begin_layout Itemize - manual fine-tuning \end_layout \begin_layout Itemize - using LaTeX from within LyX \end_layout + \end_deeper \end_deeper \begin_layout Itemize - \noun on John Weiss \noun default @@ -29631,48 +28333,43 @@ John Weiss \begin_deeper \begin_layout Itemize - General organization and format of the documents. \end_layout \begin_layout Itemize - Documentation of : \end_layout \begin_deeper \begin_layout Itemize - LyX setup \end_layout \begin_layout Itemize - paragraph environments, document layout, nesting, typography notes, fonts \end_layout + \end_deeper \begin_layout Itemize - Also responsible for Introduction in \family typewriter Tutorial.lyx \end_layout \begin_layout Itemize - Editor of the documents. [from 6/96-fall 1997] \end_layout + \end_deeper \begin_layout Standard - After fall of 1997, the LyX Team as a whole took over maintenance of the documentation. \end_layout \begin_layout Bibliography -\bibitem {lyxcredit} +\bibitem {lyxcredit} The LyX Team: \begin_inset ERT status collapsed @@ -29680,7 +28377,8 @@ status collapsed \begin_layout Standard \backslash -href{http://www.lyx.org/cgi-bin/viewcvs.cgi/*checkout*/lyx-devel/lib/CREDITS?rev=HEAD&content-type=text/plain}{ +href{http://www.lyx.org/cgi-bin/viewcvs.cgi/*checkout*/lyx-devel/lib/CREDITS?rev=HE +AD&content-type=text/plain}{ \end_layout \end_inset @@ -29703,8 +28401,8 @@ status collapsed \end_layout \begin_layout Bibliography -\bibitem {latexbook} +\bibitem {latexbook} Leslie Lamport: \emph on LaTeX: A Document Preparation System. @@ -29714,8 +28412,8 @@ Addison-Wesley, second edition, 1994 \end_layout \begin_layout Bibliography -\bibitem {latexcompanion} +\bibitem {latexcompanion} Michel Goossens, Frank Mittelbach and Alexander Samarin: \emph on The LaTeX Companion. @@ -29725,16 +28423,16 @@ Addison-Wesley, 1994 \end_layout \begin_layout Bibliography -\bibitem {latexguide} +\bibitem {latexguide} Kopka and Daly: \emph on A Guide to LaTeX2e \end_layout \begin_layout Bibliography -\bibitem {texbook} +\bibitem {texbook} Donald E. Knuth.