]> git.lyx.org Git - lyx.git/blob - src/LaTeXFeatures.cpp
Fix for recent luatex versions.
[lyx.git] / src / LaTeXFeatures.cpp
1 /**
2  * \file LaTeXFeatures.cpp
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author José Matos
7  * \author Lars Gullik Bjønnes
8  * \author Jean-Marc Lasgouttes
9  * \author Jürgen Vigna
10  * \author André Pönitz
11  *
12  * Full author contact details are available in file CREDITS.
13  */
14
15 #include <config.h>
16
17 #include "LaTeXFeatures.h"
18
19 #include "Buffer.h"
20 #include "BufferParams.h"
21 #include "ColorSet.h"
22 #include "Converter.h"
23 #include "Encoding.h"
24 #include "Floating.h"
25 #include "FloatList.h"
26 #include "Language.h"
27 #include "LaTeXFonts.h"
28 #include "LaTeXPackages.h"
29 #include "Layout.h"
30 #include "Lexer.h"
31 #include "LyXRC.h"
32 #include "TextClass.h"
33
34 #include "insets/InsetLayout.h"
35
36 #include "support/debug.h"
37 #include "support/docstream.h"
38 #include "support/FileName.h"
39 #include "support/filetools.h"
40 #include "support/gettext.h"
41 #include "support/lstrings.h"
42 #include "support/regex.h"
43
44 #include <algorithm>
45
46
47 using namespace std;
48 using namespace lyx::support;
49
50
51 namespace lyx {
52
53 /////////////////////////////////////////////////////////////////////
54 //
55 // Strings
56 //
57 /////////////////////////////////////////////////////////////////////
58
59 //\NeedsTeXFormat{LaTeX2e}
60 //\ProvidesPackage{lyx}[1996/01/11 LLE v0.2 (LyX LaTeX Extensions)]
61 //\message{LyX LaTeX Extensions (LLE v0.2) of 11-Jan-1996.}
62
63 static docstring const lyx_def = from_ascii(
64         "\\providecommand{\\LyX}{L\\kern-.1667em\\lower.25em\\hbox{Y}\\kern-.125emX\\@}");
65
66 static docstring const lyx_hyperref_def = from_ascii(
67         "\\providecommand{\\LyX}{\\texorpdfstring%\n"
68         "  {L\\kern-.1667em\\lower.25em\\hbox{Y}\\kern-.125emX\\@}\n"
69         "  {LyX}}");
70
71 static docstring const noun_def = from_ascii(
72         "\\newcommand{\\noun}[1]{\\textsc{#1}}");
73
74 static docstring const lyxarrow_def = from_ascii(
75         "\\DeclareRobustCommand*{\\lyxarrow}{%\n"
76         "\\@ifstar\n"
77         "{\\leavevmode\\,$\\triangleleft$\\,\\allowbreak}\n"
78         "{\\leavevmode\\,$\\triangleright$\\,\\allowbreak}}");
79
80 // for quotes without babel. This does not give perfect results, but
81 // anybody serious about non-english quotes should use babel (JMarc).
82
83 static docstring const quotedblbase_def = from_ascii(
84         "\\ProvideTextCommandDefault{\\quotedblbase}{%\n"
85         "  \\raisebox{-1.4ex}[1ex][.5ex]{\\textquotedblright}%\n"
86         "  \\penalty10000\\hskip0em\\relax%\n"
87         "}");
88
89 static docstring const quotesinglbase_def = from_ascii(
90         "\\ProvideTextCommandDefault{\\quotesinglbase}{%\n"
91         "  \\raisebox{-1.4ex}[1ex][.5ex]{\\textquoteright}%\n"
92         "  \\penalty10000\\hskip0em\\relax%\n"
93         "}");
94
95 static docstring const guillemotleft_def = from_ascii(
96         "\\ProvideTextCommandDefault{\\guillemotleft}{%\n"
97         "  {\\usefont{U}{lasy}{m}{n}\\char'50\\kern-.15em\\char'50}%\n"
98         "\\penalty10000\\hskip0pt\\relax%\n"
99         "}");
100
101 static docstring const guillemotright_def = from_ascii(
102         "\\ProvideTextCommandDefault{\\guillemotright}{%\n"
103         "  \\penalty10000\\hskip0pt%\n"
104         "  {\\usefont{U}{lasy}{m}{n}\\char'51\\kern-.15em\\char'51}%\n"
105         "}");
106
107 static docstring const guilsinglleft_def = from_ascii(
108         "\\ProvideTextCommandDefault{\\guilsinglleft}{%\n"
109         "  {\\usefont{U}{lasy}{m}{n}\\char'50}%\n"
110         "  \\penalty10000\\hskip0pt\\relax%\n"
111         "}");
112
113 static docstring const guilsinglright_def = from_ascii(
114         "\\ProvideTextCommandDefault{\\guilsinglright}{%\n"
115         "  \\penalty10000\\hskip0pt%\n"
116         "  {\\usefont{U}{lasy}{m}{n}\\char'51}%\n"
117         "}");
118
119 static docstring const paragraphleftindent_def = from_ascii(
120         "\\newenvironment{LyXParagraphLeftIndent}[1]%\n"
121         "{\n"
122         "  \\begin{list}{}{%\n"
123         "    \\setlength{\\topsep}{0pt}%\n"
124         "    \\addtolength{\\leftmargin}{#1}\n"
125 // ho hum, yet more things commented out with no hint as to why they
126 // weren't just removed
127 //      "%%    \\addtolength{\\leftmargin}{#1\\textwidth}\n"
128 //      "%%    \\setlength{\\textwidth}{#2\\textwidth}\n"
129 //      "%%    \\setlength\\listparindent\\parindent%\n"
130 //      "%%    \\setlength\\itemindent\\parindent%\n"
131         "    \\setlength{\\parsep}{0pt plus 1pt}%\n"
132         "  }\n"
133         "  \\item[]\n"
134         "}\n"
135         "{\\end{list}}\n");
136
137 static docstring const floatingfootnote_def = from_ascii(
138         "%% Special footnote code from the package 'stblftnt.sty'\n"
139         "%% Author: Robin Fairbairns -- Last revised Dec 13 1996\n"
140         "\\let\\SF@@footnote\\footnote\n"
141         "\\def\\footnote{\\ifx\\protect\\@typeset@protect\n"
142         "    \\expandafter\\SF@@footnote\n"
143         "  \\else\n"
144         "    \\expandafter\\SF@gobble@opt\n"
145         "  \\fi\n"
146         "}\n"
147         "\\expandafter\\def\\csname SF@gobble@opt \\endcsname{\\@ifnextchar[%]\n"
148         "  \\SF@gobble@twobracket\n"
149         "  \\@gobble\n"
150         "}\n"
151         "\\edef\\SF@gobble@opt{\\noexpand\\protect\n"
152         "  \\expandafter\\noexpand\\csname SF@gobble@opt \\endcsname}\n"
153         "\\def\\SF@gobble@twobracket[#1]#2{}\n");
154
155 static docstring const binom_def = from_ascii(
156         "%% Binom macro for standard LaTeX users\n"
157         "\\newcommand{\\binom}[2]{{#1 \\choose #2}}\n");
158
159 static docstring const mathcircumflex_def = from_ascii(
160         "%% For printing a cirumflex inside a formula\n"
161         "\\newcommand{\\mathcircumflex}[0]{\\mbox{\\^{}}}\n");
162
163 static docstring const tabularnewline_def = from_ascii(
164         "%% Because html converters don't know tabularnewline\n"
165         "\\providecommand{\\tabularnewline}{\\\\}\n");
166
167 static docstring const lyxgreyedout_def = from_ascii(
168         "%% The greyedout annotation environment\n"
169         "\\newenvironment{lyxgreyedout}\n"
170         "  {\\textcolor{note_fontcolor}\\bgroup\\ignorespaces}\n"
171         "  {\\ignorespacesafterend\\egroup}\n");
172
173 // We want to omit the file extension for includegraphics, but this does not
174 // work when the filename contains other dots.
175 // Idea from http://www.tex.ac.uk/cgi-bin/texfaq2html?label=unkgrfextn
176 static docstring const lyxdot_def = from_ascii(
177         "%% A simple dot to overcome graphicx limitations\n"
178         "\\newcommand{\\lyxdot}{.}\n");
179
180 static docstring const changetracking_dvipost_def = from_ascii(
181         "%% Change tracking with dvipost\n"
182         "\\dvipostlayout\n"
183         "\\dvipost{osstart color push Red}\n"
184         "\\dvipost{osend color pop}\n"
185         "\\dvipost{cbstart color push Blue}\n"
186         "\\dvipost{cbend color pop}\n"
187         "\\DeclareRobustCommand{\\lyxadded}[3]{\\changestart#3\\changeend}\n"
188         "\\DeclareRobustCommand{\\lyxdeleted}[3]{%\n"
189         "\\changestart\\overstrikeon#3\\overstrikeoff\\changeend}\n");
190
191 static docstring const changetracking_xcolor_ulem_def = from_ascii(
192         "%% Change tracking with ulem\n"
193         "\\DeclareRobustCommand{\\lyxadded}[3]{{\\color{lyxadded}{}#3}}\n"
194         "\\DeclareRobustCommand{\\lyxdeleted}[3]{{\\color{lyxdeleted}\\sout{#3}}}\n");
195
196 static docstring const changetracking_xcolor_ulem_hyperref_def = from_ascii(
197         "%% Change tracking with ulem\n"
198         "\\DeclareRobustCommand{\\lyxadded}[3]{{\\texorpdfstring{\\color{lyxadded}{}}{}#3}}\n"
199         "\\DeclareRobustCommand{\\lyxdeleted}[3]{{\\texorpdfstring{\\color{lyxdeleted}\\sout{#3}}{}}}\n");
200
201 static docstring const changetracking_none_def = from_ascii(
202         "\\newcommand{\\lyxadded}[3]{#3}\n"
203         "\\newcommand{\\lyxdeleted}[3]{}\n");
204
205 static docstring const textgreek_LGR_def = from_ascii(
206         "\\DeclareFontEncoding{LGR}{}{}\n");
207 static docstring const textgreek_def = from_ascii(
208         "\\DeclareRobustCommand{\\greektext}{%\n"
209         "  \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}}\n"
210         "\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
211         "\\ProvideTextCommand{\\~}{LGR}[1]{\\char126#1}\n");
212
213 static docstring const textcyr_T2A_def = from_ascii(
214         "\\InputIfFileExists{t2aenc.def}{}{%\n"
215         "  \\errmessage{File `t2aenc.def' not found: Cyrillic script not supported}}\n");
216 static docstring const textcyr_def = from_ascii(
217         "\\DeclareRobustCommand{\\cyrtext}{%\n"
218         "  \\fontencoding{T2A}\\selectfont\\def\\encodingdefault{T2A}}\n"
219         "\\DeclareRobustCommand{\\textcyr}[1]{\\leavevmode{\\cyrtext #1}}\n");
220
221 static docstring const lyxmathsym_def = from_ascii(
222         "\\newcommand{\\lyxmathsym}[1]{\\ifmmode\\begingroup\\def\\b@ld{bold}\n"
223         "  \\text{\\ifx\\math@version\\b@ld\\bfseries\\fi#1}\\endgroup\\else#1\\fi}\n");
224
225 static docstring const papersizedvi_def = from_ascii(
226         "\\special{papersize=\\the\\paperwidth,\\the\\paperheight}\n");
227
228 static docstring const papersizepdf_def = from_ascii(
229         "\\pdfpageheight\\paperheight\n"
230         "\\pdfpagewidth\\paperwidth\n");
231
232 static docstring const papersizepdflua_def = from_ascii(
233         "% Backwards compatibility for LuaTeX < 0.90\n"
234         "\\@ifundefined{pageheight}{\\let\\pageheight\\pdfpageheight}\n"
235         "\\@ifundefined{pagewidth}{\\let\\pagewidth\\pdfpagewidth}\n"
236         "\\pageheight\\paperheight\n"
237         "\\pagewidth\\paperwidth\n");
238
239 static docstring const cedilla_def = from_ascii(
240         "\\newcommand{\\docedilla}[2]{\\underaccent{#1\\mathchar'30}{#2}}\n"
241         "\\newcommand{\\cedilla}[1]{\\mathpalette\\docedilla{#1}}\n");
242
243 static docstring const subring_def = from_ascii(
244         "\\newcommand{\\dosubring}[2]{\\underaccent{#1\\mathchar'27}{#2}}\n"
245         "\\newcommand{\\subring}[1]{\\mathpalette\\dosubring{#1}}\n");
246
247 static docstring const subdot_def = from_ascii(
248         "\\newcommand{\\dosubdot}[2]{\\underaccent{#1.}{#2}}\n"
249         "\\newcommand{\\subdot}[1]{\\mathpalette\\dosubdot{#1}}\n");
250
251 static docstring const subhat_def = from_ascii(
252         "\\newcommand{\\dosubhat}[2]{\\underaccent{#1\\mathchar'136}{#2}}\n"
253         "\\newcommand{\\subhat}[1]{\\mathpalette\\dosubhat{#1}}\n");
254
255 static docstring const subtilde_def = from_ascii(
256         "\\newcommand{\\dosubtilde}[2]{\\underaccent{#1\\mathchar'176}{#2}}\n"
257         "\\newcommand{\\subtilde}[1]{\\mathpalette\\dosubtilde{#1}}\n");
258
259 static docstring const dacute_def = from_ascii(
260         "\\DeclareMathAccent{\\dacute}{\\mathalpha}{operators}{'175}\n");
261
262 static docstring const tipasymb_def = from_ascii(
263         "\\DeclareFontEncoding{T3}{}{}\n"
264         "\\DeclareSymbolFont{tipasymb}{T3}{cmr}{m}{n}\n");
265
266 static docstring const dgrave_def = from_ascii(
267         "\\DeclareMathAccent{\\dgrave}{\\mathord}{tipasymb}{'15}\n");
268
269 static docstring const rcap_def = from_ascii(
270         "\\DeclareMathAccent{\\rcap}{\\mathord}{tipasymb}{'20}\n");
271
272 static docstring const ogonek_def = from_ascii(
273         "\\newcommand{\\doogonek}[2]{\\setbox0=\\hbox{$#1#2$}\\underaccent{#1\\mkern-6mu\n"
274         "  \\ifx#2O\\hskip0.5\\wd0\\else\\ifx#2U\\hskip0.5\\wd0\\else\\hskip\\wd0\\fi\\fi\n"
275         "  \\ifx#2o\\mkern-2mu\\else\\ifx#2e\\mkern-1mu\\fi\\fi\n"
276         "  \\mathchar\"0\\hexnumber@\\symtipasymb0C}{#2}}\n"
277         "\\newcommand{\\ogonek}[1]{\\mathpalette\\doogonek{#1}}\n");
278
279 static docstring const lyxaccent_def = from_ascii(
280         "%% custom text accent \\LyxTextAccent[<rise value (length)>]{<accent>}{<base>}\n"
281         "\\newcommand*{\\LyxTextAccent}[3][0ex]{%\n"
282         "  \\hmode@bgroup\\ooalign{\\null#3\\crcr\\hidewidth\n"
283         "  \\raise#1\\hbox{#2}\\hidewidth}\\egroup}\n"
284         "%% select a font size smaller than the current font size:\n"
285         "\\newcommand{\\LyxAccentSize}[1][\\sf@size]{%\n"
286         "  \\check@mathfonts\\fontsize#1\\z@\\math@fontsfalse\\selectfont\n"
287         "}\n");
288
289 static docstring const textcommabelow_def = from_ascii(
290         "\\ProvideTextCommandDefault{\\textcommabelow}[1]{%%\n"
291         "  \\LyxTextAccent[-.31ex]{\\LyxAccentSize,}{#1}}\n");
292
293 static docstring const textcommaabove_def = from_ascii(
294         "\\ProvideTextCommandDefault{\\textcommaabove}[1]{%%\n"
295         "  \\LyxTextAccent[.5ex]{\\LyxAccentSize`}{#1}}\n");
296
297 static docstring const textcommaaboveright_def = from_ascii(
298         "\\ProvideTextCommandDefault{\\textcommaaboveright}[1]{%%\n"
299         "  \\LyxTextAccent[.5ex]{\\LyxAccentSize\\ `}{#1}}\n");
300
301 // Baltic languages use a comma-accent instead of a cedilla
302 static docstring const textbaltic_def = from_ascii(
303         "%% use comma accent instead of cedilla for these characters:\n"
304         "\\DeclareTextCompositeCommand{\\c}{T1}{g}{\\textcommaabove{g}}\n"
305         "\\DeclareTextCompositeCommand{\\c}{T1}{G}{\\textcommabelow{G}}\n"
306         "\\DeclareTextCompositeCommand{\\c}{T1}{k}{\\textcommabelow{k}}\n"
307         "\\DeclareTextCompositeCommand{\\c}{T1}{K}{\\textcommabelow{K}}\n"
308         "\\DeclareTextCompositeCommand{\\c}{T1}{l}{\\textcommabelow{l}}\n"
309         "\\DeclareTextCompositeCommand{\\c}{T1}{L}{\\textcommabelow{L}}\n"
310         "\\DeclareTextCompositeCommand{\\c}{T1}{n}{\\textcommabelow{n}}\n"
311         "\\DeclareTextCompositeCommand{\\c}{T1}{N}{\\textcommabelow{N}}\n"
312         "\\DeclareTextCompositeCommand{\\c}{T1}{r}{\\textcommabelow{r}}\n"
313         "\\DeclareTextCompositeCommand{\\c}{T1}{R}{\\textcommabelow{R}}\n");
314
315 static docstring const lyxref_def = from_ascii(
316                 "\\RS@ifundefined{subsecref}\n"
317                 "  {\\newref{subsec}{name = \\RSsectxt}}\n"
318                 "  {}\n"
319                 "\\RS@ifundefined{thmref}\n"
320                 "  {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n"
321                 "  {}\n"
322                 "\\RS@ifundefined{lemref}\n"
323                 "  {\\def\\RSlemtxt{lemma~}\\newref{lem}{name = \\RSlemtxt}}\n"
324                 "  {}\n");
325
326 // Make sure the columns are also outputed as rtl
327 static docstring const rtloutputdblcol_def = from_ascii(
328         "\\def\\@outputdblcol{%\n"
329         "  \\if@firstcolumn\n"
330         "    \\global \\@firstcolumnfalse\n"
331         "    \\global \\setbox\\@leftcolumn \\box\\@outputbox\n"
332         "  \\else\n"
333         "    \\global \\@firstcolumntrue\n"
334         "    \\setbox\\@outputbox \\vbox {%\n"
335         "      \\hb@xt@\\textwidth {%\n"
336         "      \\kern\\textwidth \\kern-\\columnwidth %**\n"
337         "      \\hb@xt@\\columnwidth {%\n"
338         "         \\box\\@leftcolumn \\hss}%\n"
339         "      \\kern-\\textwidth %**\n"
340         "      \\hfil\n"
341         "      {\\normalcolor\\vrule \\@width\\columnseprule}%\n"
342         "      \\hfil\n"
343         "      \\kern-\\textwidth  %**\n"
344         "      \\hb@xt@\\columnwidth {%\n"
345         "         \\box\\@outputbox \\hss}%\n"
346         "      \\kern-\\columnwidth \\kern\\textwidth %**\n"
347         "    }%\n"
348         "  }%\n"
349         "  \\@combinedblfloats\n"
350         "  \\@outputpage\n"
351         "  \\begingroup\n"
352         "  \\@dblfloatplacement\n"
353         "  \\@startdblcolumn\n"
354         "  \\@whilesw\\if@fcolmade \\fi\n"
355         "  {\\@outputpage\n"
356         "    \\@startdblcolumn}%\n"
357         "  \\endgroup\n"
358         "  \\fi\n"
359         "}\n"
360         "\\@mparswitchtrue\n");
361
362
363 /////////////////////////////////////////////////////////////////////
364 //
365 // LyXHTML strings
366 //
367 /////////////////////////////////////////////////////////////////////
368
369 static docstring const lyxnoun_style = from_ascii(
370         "dfn.lyxnoun {\n"
371         "  font-variant: small-caps;\n"
372         "}\n");
373
374
375 // this is how it normally renders, but it might not always do so.
376 static docstring const lyxstrikeout_style = from_ascii(
377         "del.strikeout {\n"
378         "  text-decoration: line-through;\n"
379         "}\n");
380
381
382 /////////////////////////////////////////////////////////////////////
383 //
384 // LaTeXFeatures
385 //
386 /////////////////////////////////////////////////////////////////////
387
388
389 LaTeXFeatures::LaTeXFeatures(Buffer const & b, BufferParams const & p,
390                              OutputParams const & r)
391         : buffer_(&b), params_(p), runparams_(r), in_float_(false)
392 {}
393
394
395 LaTeXFeatures::LangPackage LaTeXFeatures::langPackage() const
396 {
397         string const local_lp = bufferParams().lang_package;
398
399         // Locally, custom is just stored as a string
400         // in bufferParams().lang_package.
401         if (local_lp != "auto"
402             && local_lp != "babel"
403             && local_lp != "default"
404             && local_lp != "none")
405                  return LANG_PACK_CUSTOM;
406
407         if (local_lp == "none")
408                 return LANG_PACK_NONE;
409
410         /* If "auto" is selected, we load polyglossia with non-TeX fonts,
411          * else we select babel.
412          * If babel is selected (either directly or via the "auto"
413          * mechanism), we really do only require it if we have
414          * a language that needs it.
415          */
416         bool const polyglossia_required =
417                 params_.useNonTeXFonts
418                 && isAvailable("polyglossia")
419                 && !isProvided("babel")
420                 && this->hasOnlyPolyglossiaLanguages();
421         bool const babel_required =
422                 !bufferParams().language->babel().empty()
423                 || !this->getBabelLanguages().empty();
424
425         if (local_lp == "auto") {
426                 // polyglossia requirement has priority over babel
427                 if (polyglossia_required)
428                         return LANG_PACK_POLYGLOSSIA;
429                 else if (babel_required)
430                         return LANG_PACK_BABEL;
431         }
432
433         if (local_lp == "babel") {
434                 if (babel_required)
435                         return LANG_PACK_BABEL;
436         }
437
438         if (local_lp == "default") {
439                 switch (lyxrc.language_package_selection) {
440                 case LyXRC::LP_AUTO:
441                         // polyglossia requirement has priority over babel
442                         if (polyglossia_required)
443                                 return LANG_PACK_POLYGLOSSIA;
444                         else if (babel_required)
445                                 return LANG_PACK_BABEL;
446                         break;
447                 case LyXRC::LP_BABEL:
448                         if (babel_required)
449                                 return LANG_PACK_BABEL;
450                         break;
451                 case LyXRC::LP_CUSTOM:
452                         return LANG_PACK_CUSTOM;
453                 case LyXRC::LP_NONE:
454                         return LANG_PACK_NONE;
455                 }
456         }
457
458         return LANG_PACK_NONE;
459 }
460
461
462 void LaTeXFeatures::require(string const & name)
463 {
464         features_.insert(name);
465 }
466
467
468 void LaTeXFeatures::require(set<string> const & names)
469 {
470         features_.insert(names.begin(), names.end());
471 }
472
473
474 void LaTeXFeatures::useLayout(docstring const & layoutname)
475 {
476         useLayout(layoutname, 0);
477 }
478
479
480 void LaTeXFeatures::useLayout(docstring const & layoutname, int level)
481 {
482         // Some code to avoid loops in dependency definition
483         const int maxlevel = 30;
484         if (level > maxlevel) {
485                 lyxerr << "LaTeXFeatures::useLayout: maximum level of "
486                        << "recursion attained by layout "
487                        << to_utf8(layoutname) << endl;
488                 return;
489         }
490
491         DocumentClass const & tclass = params_.documentClass();
492         if (tclass.hasLayout(layoutname)) {
493                 // Is this layout already in usedLayouts?
494                 if (find(usedLayouts_.begin(), usedLayouts_.end(), layoutname)
495                     != usedLayouts_.end())
496                         return;
497
498                 Layout const & layout = tclass[layoutname];
499                 require(layout.requires());
500
501                 if (!layout.depends_on().empty()) {
502                         useLayout(layout.depends_on(), level + 1);
503                 }
504                 usedLayouts_.push_back(layoutname);
505         } else {
506                 lyxerr << "LaTeXFeatures::useLayout: layout `"
507                        << to_utf8(layoutname) << "' does not exist in this class"
508                        << endl;
509         }
510 }
511
512
513 void LaTeXFeatures::useInsetLayout(InsetLayout const & lay)
514 {
515         docstring const & lname = lay.name();
516         DocumentClass const & tclass = params_.documentClass();
517
518         // this is a default inset layout, nothing useful here
519         if (!tclass.hasInsetLayout(lname))
520                 return;
521         // Is this layout already in usedInsetLayouts?
522         if (find(usedInsetLayouts_.begin(), usedInsetLayouts_.end(), lname)
523                         != usedInsetLayouts_.end())
524                 return;
525
526         require(lay.requires());
527         usedInsetLayouts_.push_back(lname);
528 }
529
530
531 bool LaTeXFeatures::isRequired(string const & name) const
532 {
533         return features_.find(name) != features_.end();
534 }
535
536
537 bool LaTeXFeatures::isProvided(string const & name) const
538 {
539         if (params_.useNonTeXFonts)
540                 return params_.documentClass().provides(name);
541
542         bool const ot1 = (params_.font_encoding() == "default"
543                 || params_.font_encoding() == "OT1");
544         bool const complete = (params_.fontsSans() == "default"
545                 && params_.fontsTypewriter() == "default");
546         bool const nomath = (params_.fontsMath() == "default");
547         return params_.documentClass().provides(name)
548                 || theLaTeXFonts().getLaTeXFont(
549                         from_ascii(params_.fontsRoman())).provides(name, ot1,
550                                                                   complete,
551                                                                   nomath)
552                 || theLaTeXFonts().getLaTeXFont(
553                         from_ascii(params_.fontsSans())).provides(name, ot1,
554                                                                  complete,
555                                                                  nomath)
556                 || theLaTeXFonts().getLaTeXFont(
557                         from_ascii(params_.fontsTypewriter())).provides(name, ot1,
558                                                                        complete,
559                                                                        nomath)
560                 || theLaTeXFonts().getLaTeXFont(
561                         from_ascii(params_.fontsMath())).provides(name, ot1,
562                                                                        complete,
563                                                                        nomath);
564         // TODO: "textbaltic" provided, if the font-encoding is "L7x"
565         //       "textgreek" provided, if a language with font-encoding LGR is used in the document
566         //       "textcyr" provided, if a language with font-encoding T2A is used in the document
567 }
568
569
570 bool LaTeXFeatures::mustProvide(string const & name) const
571 {
572         return isRequired(name) && !isProvided(name);
573 }
574
575
576 bool LaTeXFeatures::isAvailable(string const & name)
577 {
578         string::size_type const i = name.find("->");
579         if (i != string::npos) {
580                 string const from = name.substr(0,i);
581                 string const to = name.substr(i+2);
582                 //LYXERR0("from=[" << from << "] to=[" << to << "]");
583                 return theConverters().isReachable(from, to);
584         }
585         return LaTeXPackages::isAvailable(name);
586 }
587
588
589 void LaTeXFeatures::addPreambleSnippet(string const & preamble,
590                 bool allowdupes)
591 {
592         SnippetList::const_iterator begin = preamble_snippets_.begin();
593         SnippetList::const_iterator end   = preamble_snippets_.end();
594         if (allowdupes || find(begin, end, preamble) == end)
595                 preamble_snippets_.push_back(preamble);
596 }
597
598
599 void LaTeXFeatures::addCSSSnippet(std::string const & snippet)
600 {
601         SnippetList::const_iterator begin = css_snippets_.begin();
602         SnippetList::const_iterator end   = css_snippets_.end();
603         if (find(begin, end, snippet) == end)
604                 css_snippets_.push_back(snippet);
605 }
606
607
608 void LaTeXFeatures::useFloat(string const & name, bool subfloat)
609 {
610         if (!usedFloats_[name])
611                 usedFloats_[name] = subfloat;
612         if (subfloat)
613                 require("subfig");
614         // We only need float.sty if we use non builtin floats, or if we
615         // use the "H" modifier. This includes modified table and
616         // figure floats. (Lgb)
617         Floating const & fl = params_.documentClass().floats().getType(name);
618         if (!fl.floattype().empty() && fl.usesFloatPkg()) {
619                 require("float");
620         }
621 }
622
623
624 void LaTeXFeatures::useLanguage(Language const * lang)
625 {
626         if (!lang->babel().empty() || !lang->polyglossia().empty())
627                 UsedLanguages_.insert(lang);
628         if (!lang->requires().empty())
629                 require(lang->requires());
630         // CJK languages do not have a babel name.
631         // They use the CJK package
632         if (lang->encoding()->package() == Encoding::CJK)
633                 require("CJK");
634         // japanese package is special
635         if (lang->encoding()->package() == Encoding::japanese)
636                 require("japanese");
637 }
638
639
640 void LaTeXFeatures::includeFile(docstring const & key, string const & name)
641 {
642         IncludedFiles_[key] = name;
643 }
644
645
646 bool LaTeXFeatures::hasLanguages() const
647 {
648         return !UsedLanguages_.empty();
649 }
650
651
652 bool LaTeXFeatures::hasOnlyPolyglossiaLanguages() const
653 {
654         // first the main language
655         if (params_.language->polyglossia().empty())
656                 return false;
657         // now the secondary languages
658         LanguageList::const_iterator const begin = UsedLanguages_.begin();
659         for (LanguageList::const_iterator cit = begin;
660              cit != UsedLanguages_.end();
661              ++cit) {
662                 if ((*cit)->polyglossia().empty())
663                         return false;
664         }
665         return true;
666 }
667
668
669 bool LaTeXFeatures::hasPolyglossiaExclusiveLanguages() const
670 {
671         // first the main language
672         if (params_.language->isPolyglossiaExclusive())
673                 return true;
674         // now the secondary languages
675         LanguageList::const_iterator const begin = UsedLanguages_.begin();
676         for (LanguageList::const_iterator cit = begin;
677              cit != UsedLanguages_.end();
678              ++cit) {
679                 if ((*cit)->isPolyglossiaExclusive())
680                         return true;
681         }
682         return false;
683 }
684
685
686 string LaTeXFeatures::getBabelLanguages() const
687 {
688         ostringstream languages;
689
690         bool first = true;
691         LanguageList::const_iterator const begin = UsedLanguages_.begin();
692         for (LanguageList::const_iterator cit = begin;
693              cit != UsedLanguages_.end();
694              ++cit) {
695                 if ((*cit)->babel().empty())
696                         continue;
697                 if (!first)
698                         languages << ',';
699                 else
700                         first = false;
701                 languages << (*cit)->babel();
702         }
703         return languages.str();
704 }
705
706
707 std::map<std::string, std::string> LaTeXFeatures::getPolyglossiaLanguages() const
708 {
709         std::map<std::string, std::string> languages;
710
711         LanguageList::const_iterator const begin = UsedLanguages_.begin();
712         for (LanguageList::const_iterator cit = begin;
713              cit != UsedLanguages_.end();
714              ++cit) {
715                 languages[(*cit)->polyglossia()] = (*cit)->polyglossiaOpts();
716         }
717         return languages;
718 }
719
720
721 set<string> LaTeXFeatures::getEncodingSet(string const & doc_encoding) const
722 {
723         // This does only find encodings of languages supported by babel, but
724         // that does not matter since we don't have a language with an
725         // encoding supported by inputenc but without babel support.
726         set<string> encodings;
727         LanguageList::const_iterator it  = UsedLanguages_.begin();
728         LanguageList::const_iterator end = UsedLanguages_.end();
729         for (; it != end; ++it)
730                 if ((*it)->encoding()->latexName() != doc_encoding &&
731                     ((*it)->encoding()->package() == Encoding::inputenc
732                      || (*it)->encoding()->package() == Encoding::japanese))
733                         encodings.insert((*it)->encoding()->latexName());
734         return encodings;
735 }
736
737
738 void LaTeXFeatures::getFontEncodings(vector<string> & encodings) const
739 {
740         // these must be loaded if glyphs of this script are used
741         // unless a language providing them is used in the document
742         // FIXME: currently the option is written twice in this case
743         if (mustProvide("textgreek"))
744                 encodings.insert(encodings.begin(), "LGR");
745         if (mustProvide("textcyr"))
746                 encodings.insert(encodings.begin(), "T2A");
747
748         LanguageList::const_iterator it  = UsedLanguages_.begin();
749         LanguageList::const_iterator end = UsedLanguages_.end();
750         for (; it != end; ++it)
751                 if (!(*it)->fontenc().empty()
752                     && ascii_lowercase((*it)->fontenc()) != "none") {
753                         vector<string> extraencs = getVectorFromString((*it)->fontenc());
754                         vector<string>::const_iterator fit = extraencs.begin();
755                         for (; fit != extraencs.end(); ++fit) {
756                                 if (find(encodings.begin(), encodings.end(), *fit) == encodings.end())
757                                         encodings.insert(encodings.begin(), *fit);
758                         }
759                 }
760 }
761
762 namespace {
763
764 char const * simplefeatures[] = {
765 // note that the package order here will be the same in the LaTeX-output
766         "array",
767         "verbatim",
768         "longtable",
769         "rotating",
770         "latexsym",
771         "pifont",
772         // subfig is handled in BufferParams.cpp
773         "varioref",
774         "prettyref",
775         "refstyle",
776         /*For a successful cooperation of the `wrapfig' package with the
777           `float' package you should load the `wrapfig' package *after*
778           the `float' package. See the caption package documentation
779           for explanation.*/
780         "float",
781         "rotfloat",
782         "wrapfig",
783         "booktabs",
784         "dvipost",
785         "fancybox",
786         "calc",
787         "units",
788         "framed",
789         "soul",
790         "textcomp",
791         "pmboxdraw",
792         "bbding",
793         "ifsym",
794         "txfonts",
795         "pxfonts",
796         "mathdesign",
797         "mathrsfs",
798         "mathabx",
799         "mathtools",
800         // "cancel",
801         "ascii",
802         "url",
803         "covington",
804         "csquotes",
805         "enumitem",
806         "endnotes",
807         "hhline",
808         "ifthen",
809         // listings is handled in BufferParams.cpp
810         "bm",
811         "pdfpages",
812         "amscd",
813         "slashed",
814         "multicol",
815         "multirow",
816         "tfrupee",
817         "shapepar",
818         "rsphrase",
819         "hpstatement",
820         "algorithm2e",
821         "sectionbox",
822         "tcolorbox",
823         "pdfcomment",
824         "fixme",
825         "todonotes",
826         "forest",
827         "varwidth"
828 };
829
830 char const * bibliofeatures[] = {
831         // Known bibliography packages (will be loaded before natbib)
832         "achicago",
833         "apacite",
834         "apalike",
835         "astron",
836         "authordate1-4",
837         "babelbib",
838         "bibgerm",
839         "chicago",
840         "chscite",
841         "harvard",
842         "mslapa",
843         "named"
844 };
845
846 int const nb_bibliofeatures = sizeof(bibliofeatures) / sizeof(char const *);
847
848 int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);
849
850 }
851
852
853 string const LaTeXFeatures::getColorOptions() const
854 {
855         ostringstream colors;
856
857         // Handling the color packages separately is needed to be able to load them
858         // before babel when hyperref is loaded with the colorlinks option
859         // for more info see Bufferparams.cpp
860
861         // [x]color.sty
862         if (mustProvide("color") || mustProvide("xcolor")) {
863                 string const package =
864                         (mustProvide("xcolor") ? "xcolor" : "color");
865                 if (params_.graphics_driver == "default"
866                         || params_.graphics_driver == "none")
867                         colors << "\\usepackage{" << package << "}\n";
868                 else
869                         colors << "\\usepackage["
870                                  << params_.graphics_driver
871                                  << "]{" << package << "}\n";
872         }
873
874         // pdfcolmk must be loaded after color
875         if (mustProvide("pdfcolmk"))
876                 colors << "\\usepackage{pdfcolmk}\n";
877
878         // the following 3 color commands must be set after color
879         // is loaded and before pdfpages, therefore add the command
880         // here define the set color
881         if (mustProvide("pagecolor")) {
882                 colors << "\\definecolor{page_backgroundcolor}{rgb}{";
883                 colors << outputLaTeXColor(params_.backgroundcolor) << "}\n";
884                 // set the page color
885                 colors << "\\pagecolor{page_backgroundcolor}\n";
886         }
887
888         if (mustProvide("fontcolor")) {
889                 colors << "\\definecolor{document_fontcolor}{rgb}{";
890                 colors << outputLaTeXColor(params_.fontcolor) << "}\n";
891                 // set the color
892                 colors << "\\color{document_fontcolor}\n";
893         }
894
895         if (mustProvide("lyxgreyedout")) {
896                 colors << "\\definecolor{note_fontcolor}{rgb}{";
897                 colors << outputLaTeXColor(params_.notefontcolor) << "}\n";
898                 // the color will be set together with the definition of
899                 // the lyxgreyedout environment (see lyxgreyedout_def)
900         }
901
902         // color for shaded boxes
903         if (isRequired("framed") && mustProvide("color")) {
904                 colors << "\\definecolor{shadecolor}{rgb}{";
905                 colors << outputLaTeXColor(params_.boxbgcolor) << "}\n";
906                 // this color is automatically used by the LaTeX-package "framed"
907         }
908
909         return colors.str();
910 }
911
912
913 string const LaTeXFeatures::getPackageOptions() const
914 {
915         ostringstream packageopts;
916         // Output all the package option stuff we have been asked to do.
917         map<string, string>::const_iterator it =
918                 params_.documentClass().packageOptions().begin();
919         map<string, string>::const_iterator en =
920                 params_.documentClass().packageOptions().end();
921         for (; it != en; ++it)
922                 if (mustProvide(it->first))
923                         packageopts << "\\PassOptionsToPackage{" << it->second << "}"
924                                  << "{" << it->first << "}\n";
925         return packageopts.str();
926 }
927
928
929 string const LaTeXFeatures::getPackages() const
930 {
931         ostringstream packages;
932
933         // FIXME: currently, we can only load packages and macros known
934         // to LyX.
935         // However, with the Require tag of layouts/custom insets,
936         // also unknown packages can be requested. They are silently
937         // swallowed now. We should change this eventually.
938
939         //  These are all the 'simple' includes.  i.e
940         //  packages which we just \usepackage{package}
941         for (int i = 0; i < nb_simplefeatures; ++i) {
942                 if (mustProvide(simplefeatures[i]))
943                         packages << "\\usepackage{" << simplefeatures[i] << "}\n";
944         }
945
946         // The rest of these packages are somewhat more complicated
947         // than those above.
948
949         // The tipa package and its extensions (tipx, tone) must not
950         // be loaded with non-TeX fonts, since fontspec includes the
951         // respective macros
952         if (mustProvide("tipa") && !params_.useNonTeXFonts)
953                 packages << "\\usepackage{tipa}\n";
954         if (mustProvide("tipx") && !params_.useNonTeXFonts)
955                 packages << "\\usepackage{tipx}\n";
956         if (mustProvide("tone") && !params_.useNonTeXFonts)
957                 packages << "\\usepackage{tone}\n";
958
959         // if fontspec or newtxmath is used, AMS packages have to be loaded
960         // before fontspec (in BufferParams)
961         string const amsPackages = loadAMSPackages();
962         bool const ot1 = (params_.font_encoding() == "default" || params_.font_encoding() == "OT1");
963         bool const use_newtxmath =
964                 theLaTeXFonts().getLaTeXFont(from_ascii(params_.fontsMath())).getUsedPackage(
965                         ot1, false, false) == "newtxmath";
966
967         if (!params_.useNonTeXFonts && !use_newtxmath && !amsPackages.empty())
968                 packages << amsPackages;
969
970         if (mustProvide("cancel") &&
971             params_.use_package("cancel") != BufferParams::package_off)
972                 packages << "\\usepackage{cancel}\n";
973
974         // marvosym and bbding both define the \Cross macro
975         if (mustProvide("marvosym")) {
976             if (mustProvide("bbding"))
977                 packages << "\\let\\Cross\\relax\n";
978             packages << "\\usepackage{marvosym}\n";
979         }
980
981         // accents must be loaded after amsmath
982         if (mustProvide("accents") &&
983             params_.use_package("accents") != BufferParams::package_off)
984                 packages << "\\usepackage{accents}\n";
985
986         // mathdots must be loaded after amsmath
987         if (mustProvide("mathdots") &&
988                 params_.use_package("mathdots") != BufferParams::package_off)
989                 packages << "\\usepackage{mathdots}\n";
990
991         // yhmath must be loaded after amsmath
992         if (mustProvide("yhmath") &&
993             params_.use_package("yhmath") != BufferParams::package_off)
994                 packages << "\\usepackage{yhmath}\n";
995
996         // stmaryrd must be loaded after amsmath
997         if (mustProvide("stmaryrd") &&
998             params_.use_package("stmaryrd") != BufferParams::package_off)
999                 packages << "\\usepackage{stmaryrd}\n";
1000
1001         if (mustProvide("stackrel") &&
1002             params_.use_package("stackrel") != BufferParams::package_off)
1003                 packages << "\\usepackage{stackrel}\n";
1004
1005         if (mustProvide("undertilde") &&
1006                 params_.use_package("undertilde") != BufferParams::package_off)
1007                 packages << "\\usepackage{undertilde}\n";
1008
1009         // [x]color and pdfcolmk are handled in getColorOptions() above
1010
1011         // makeidx.sty
1012         if (isRequired("makeidx") || isRequired("splitidx")) {
1013                 if (!isProvided("makeidx") && !isRequired("splitidx"))
1014                         packages << "\\usepackage{makeidx}\n";
1015                 if (mustProvide("splitidx"))
1016                         packages << "\\usepackage{splitidx}\n";
1017                 packages << "\\makeindex\n";
1018         }
1019
1020         // graphicx.sty
1021         if (mustProvide("graphicx") && params_.graphics_driver != "none") {
1022                 if (params_.graphics_driver == "default")
1023                         packages << "\\usepackage{graphicx}\n";
1024                 else
1025                         packages << "\\usepackage["
1026                                  << params_.graphics_driver
1027                                  << "]{graphicx}\n";
1028         }
1029
1030         // lyxskak.sty --- newer chess support based on skak.sty
1031         if (mustProvide("chess"))
1032                 packages << "\\usepackage[ps,mover]{lyxskak}\n";
1033
1034         // setspace.sty
1035         if (mustProvide("setspace") && !isProvided("SetSpace"))
1036                 packages << "\\usepackage{setspace}\n";
1037
1038         // we need to assure that mhchem is loaded before esint and every other
1039         // package that redefines command of amsmath because mhchem loads amlatex
1040         // (this info is from the author of mhchem from June 2013)
1041         if (mustProvide("mhchem") &&
1042             params_.use_package("mhchem") != BufferParams::package_off)
1043                 packages << "\\PassOptionsToPackage{version=3}{mhchem}\n"
1044                             "\\usepackage{mhchem}\n";
1045
1046         // wasysym is a simple feature, but it must be after amsmath if both
1047         // are used
1048         // wasysym redefines some integrals (e.g. iint) from amsmath. That
1049         // leads to inconsistent integrals. We only load this package if
1050         // the document does not contain integrals (then isRequired("esint")
1051         // is false) or if esint is used, since esint redefines all relevant
1052         // integral symbols from wasysym and amsmath.
1053         // See http://www.lyx.org/trac/ticket/1942
1054         if (mustProvide("wasysym") &&
1055             params_.use_package("wasysym") != BufferParams::package_off &&
1056             (params_.use_package("esint") != BufferParams::package_off || !isRequired("esint")))
1057                 packages << "\\usepackage{wasysym}\n";
1058
1059         // esint must be after amsmath (and packages requiring amsmath, like mhchem)
1060         // and wasysym, since it will redeclare inconsistent integral symbols
1061         if (mustProvide("esint") &&
1062             params_.use_package("esint") != BufferParams::package_off)
1063                 packages << "\\usepackage{esint}\n";
1064
1065         // Known bibliography packages (simple \usepackage{package})
1066         for (int i = 0; i < nb_bibliofeatures; ++i) {
1067                 if (mustProvide(bibliofeatures[i]))
1068                         packages << "\\usepackage{"
1069                                  << bibliofeatures[i] << "}\n";
1070         }
1071
1072         // Compatibility between achicago and natbib
1073         if (mustProvide("achicago") && mustProvide("natbib"))
1074                 packages << "\\let\\achicagobib\\thebibliography\n";
1075
1076         // natbib.sty
1077         // Some classes load natbib themselves, but still allow (or even require)
1078         // plain numeric citations (ReVTeX is such a case, see bug 5182).
1079         // This special case is indicated by the "natbib-internal" key.
1080         if (mustProvide("natbib") && !isProvided("natbib-internal")) {
1081                 packages << "\\usepackage[";
1082                 if (params_.citeEngineType() == ENGINE_TYPE_NUMERICAL)
1083                         packages << "numbers";
1084                 else
1085                         packages << "authoryear";
1086                 packages << "]{natbib}\n";
1087         }
1088
1089         // Compatibility between achicago and natbib
1090         if (mustProvide("achicago") && mustProvide("natbib")) {
1091                 packages << "\\let\\thebibliography\\achicagobib\n";
1092                 packages << "\\let\\SCcite\\astroncite\n";
1093                 packages << "\\let\\UnexpandableProtect\\protect\n";
1094         }
1095
1096         // jurabib -- we need version 0.6 at least.
1097         if (mustProvide("jurabib"))
1098                 packages << "\\usepackage{jurabib}[2004/01/25]\n";
1099
1100         // opcit -- we pass custombst as we output \bibliographystyle ourselves
1101         if (mustProvide("opcit")) {
1102                 if (isRequired("hyperref"))
1103                         packages << "\\usepackage[custombst,hyperref]{opcit}\n";
1104                 else
1105                         packages << "\\usepackage[custombst]{opcit}\n";
1106         }
1107
1108         // xargs -- we need version 1.09 at least
1109         if (mustProvide("xargs"))
1110                 packages << "\\usepackage{xargs}[2008/03/08]\n";
1111
1112         if (mustProvide("xy"))
1113                 packages << "\\usepackage[all]{xy}\n";
1114
1115         if (mustProvide("feyn"))
1116                 packages << "\\usepackage{feyn}\n"; //Diagram
1117
1118         if (mustProvide("ulem"))
1119                 packages << "\\PassOptionsToPackage{normalem}{ulem}\n"
1120                             "\\usepackage{ulem}\n";
1121
1122         if (mustProvide("nomencl")) {
1123                 // Make it work with the new and old version of the package,
1124                 // but don't use the compatibility option since it is
1125                 // incompatible to other packages.
1126                 packages << "\\usepackage{nomencl}\n"
1127                             "% the following is useful when we have the old nomencl.sty package\n"
1128                             "\\providecommand{\\printnomenclature}{\\printglossary}\n"
1129                             "\\providecommand{\\makenomenclature}{\\makeglossary}\n"
1130                             "\\makenomenclature\n";
1131         }
1132
1133         // fixltx2e provides subscript
1134         if (mustProvide("subscript") && !isRequired("fixltx2e"))
1135                 packages << "\\usepackage{subscript}\n";
1136
1137         // footmisc must be loaded after setspace
1138         // Set options here, load the package after the user preamble to
1139         // avoid problems with manual loaded footmisc.
1140         if (mustProvide("footmisc"))
1141                 packages << "\\PassOptionsToPackage{stable}{footmisc}\n";
1142
1143         return packages.str();
1144 }
1145
1146
1147 string LaTeXFeatures::getPreambleSnippets() const
1148 {
1149         ostringstream snip;
1150         SnippetList::const_iterator pit  = preamble_snippets_.begin();
1151         SnippetList::const_iterator pend = preamble_snippets_.end();
1152         for (; pit != pend; ++pit)
1153                 snip << *pit << '\n';
1154         return snip.str();
1155 }
1156
1157
1158 std::string LaTeXFeatures::getCSSSnippets() const
1159 {
1160         ostringstream snip;
1161         SnippetList::const_iterator pit  = css_snippets_.begin();
1162         SnippetList::const_iterator pend = css_snippets_.end();
1163         for (; pit != pend; ++pit)
1164                 snip << *pit << '\n';
1165         return snip.str();
1166 }
1167
1168
1169 docstring const LaTeXFeatures::getMacros() const
1170 {
1171         odocstringstream macros;
1172
1173         if (!preamble_snippets_.empty()) {
1174                 macros << '\n';
1175                 macros << from_utf8(getPreambleSnippets());
1176         }
1177
1178         if (mustProvide("papersize")) {
1179                 if (runparams_.flavor == OutputParams::LATEX
1180                     || runparams_.flavor == OutputParams::DVILUATEX)
1181                         macros << papersizedvi_def << '\n';
1182                 else if  (runparams_.flavor == OutputParams::LUATEX)
1183                         macros << papersizepdflua_def << '\n';
1184                 else
1185                         macros << papersizepdf_def << '\n';
1186         }
1187
1188         if (mustProvide("LyX")) {
1189                 if (isRequired("hyperref"))
1190                         macros << lyx_hyperref_def << '\n';
1191                 else
1192                         macros << lyx_def << '\n';
1193         }
1194
1195         if (mustProvide("noun"))
1196                 macros << noun_def << '\n';
1197
1198         if (mustProvide("lyxarrow"))
1199                 macros << lyxarrow_def << '\n';
1200
1201         if (!usePolyglossia() && mustProvide("textgreek")) {
1202                 // ensure LGR font encoding is defined also if fontenc is not loaded by LyX
1203                 if (params_.font_encoding() == "default")
1204                         macros << textgreek_LGR_def;
1205                 macros << textgreek_def << '\n';
1206         }
1207
1208         if (!usePolyglossia() && mustProvide("textcyr")) {
1209                 // ensure T2A font encoding is set up also if fontenc is not loaded by LyX
1210                 if (params_.font_encoding() == "default")
1211                         macros << textcyr_T2A_def;
1212                 macros << textcyr_def << '\n';
1213         }
1214
1215         // non-standard text accents:
1216         if (mustProvide("textcommaabove") || mustProvide("textcommaaboveright") ||
1217             mustProvide("textcommabelow") || mustProvide("textbaltic"))
1218                 macros << lyxaccent_def;
1219
1220         if (mustProvide("textcommabelow") || mustProvide("textbaltic"))
1221                 macros << textcommabelow_def << '\n';
1222
1223         if (mustProvide("textcommaabove") || mustProvide("textbaltic"))
1224                 macros << textcommaabove_def << '\n';
1225
1226         if (mustProvide("textcommaaboveright"))
1227                 macros << textcommaaboveright_def << '\n';
1228
1229         if (mustProvide("textbaltic"))
1230                 macros << textbaltic_def << '\n';
1231
1232         if (mustProvide("lyxmathsym"))
1233                 macros << lyxmathsym_def << '\n';
1234
1235         if (mustProvide("cedilla"))
1236                 macros << cedilla_def << '\n';
1237
1238         if (mustProvide("subring"))
1239                 macros << subring_def << '\n';
1240
1241         if (mustProvide("subdot"))
1242                 macros << subdot_def << '\n';
1243
1244         if (mustProvide("subhat"))
1245                 macros << subhat_def << '\n';
1246
1247         if (mustProvide("subtilde"))
1248                 macros << subtilde_def << '\n';
1249
1250         if (mustProvide("dacute"))
1251                 macros << dacute_def << '\n';
1252
1253         if (mustProvide("tipasymb"))
1254                 macros << tipasymb_def << '\n';
1255
1256         if (mustProvide("dgrave"))
1257                 macros << dgrave_def << '\n';
1258
1259         if (mustProvide("rcap"))
1260                 macros << rcap_def << '\n';
1261
1262         if (mustProvide("ogonek"))
1263                 macros << ogonek_def << '\n';
1264
1265         // quotes.
1266         if (mustProvide("quotesinglbase"))
1267                 macros << quotesinglbase_def << '\n';
1268         if (mustProvide("quotedblbase"))
1269                 macros << quotedblbase_def << '\n';
1270         if (mustProvide("guilsinglleft"))
1271                 macros << guilsinglleft_def << '\n';
1272         if (mustProvide("guilsinglright"))
1273                 macros << guilsinglright_def << '\n';
1274         if (mustProvide("guillemotleft"))
1275                 macros << guillemotleft_def << '\n';
1276         if (mustProvide("guillemotright"))
1277                 macros << guillemotright_def << '\n';
1278
1279         // Math mode
1280         if (mustProvide("binom") && !isRequired("amsmath"))
1281                 macros << binom_def << '\n';
1282         if (mustProvide("mathcircumflex"))
1283                 macros << mathcircumflex_def << '\n';
1284
1285         // other
1286         if (mustProvide("ParagraphLeftIndent"))
1287                 macros << paragraphleftindent_def;
1288         if (mustProvide("NeedLyXFootnoteCode"))
1289                 macros << floatingfootnote_def;
1290
1291         // some problems with tex->html converters
1292         if (mustProvide("NeedTabularnewline"))
1293                 macros << tabularnewline_def;
1294
1295         // greyed-out environment (note inset)
1296         // the color is specified in the routine
1297         // getColorOptions() to avoid LaTeX-package clashes
1298         if (mustProvide("lyxgreyedout"))
1299                 macros << lyxgreyedout_def;
1300
1301         if (mustProvide("lyxdot"))
1302                 macros << lyxdot_def << '\n';
1303
1304         // floats
1305         getFloatDefinitions(macros);
1306
1307         if (mustProvide("refstyle"))
1308                 macros << lyxref_def << '\n';
1309
1310         // change tracking
1311         if (mustProvide("ct-dvipost"))
1312                 macros << changetracking_dvipost_def;
1313
1314         if (mustProvide("ct-xcolor-ulem")) {
1315                 streamsize const prec = macros.precision(2);
1316
1317                 RGBColor cadd = rgbFromHexName(lcolor.getX11Name(Color_addedtext));
1318                 macros << "\\providecolor{lyxadded}{rgb}{"
1319                        << cadd.r / 255.0 << ',' << cadd.g / 255.0 << ',' << cadd.b / 255.0 << "}\n";
1320
1321                 RGBColor cdel = rgbFromHexName(lcolor.getX11Name(Color_deletedtext));
1322                 macros << "\\providecolor{lyxdeleted}{rgb}{"
1323                        << cdel.r / 255.0 << ',' << cdel.g / 255.0 << ',' << cdel.b / 255.0 << "}\n";
1324
1325                 macros.precision(prec);
1326
1327                 if (isRequired("hyperref"))
1328                         macros << changetracking_xcolor_ulem_hyperref_def;
1329                 else
1330                         macros << changetracking_xcolor_ulem_def;
1331         }
1332
1333         if (mustProvide("ct-none"))
1334                 macros << changetracking_none_def;
1335
1336         if (mustProvide("rtloutputdblcol"))
1337                 macros << rtloutputdblcol_def;
1338
1339         return macros.str();
1340 }
1341
1342
1343 string const LaTeXFeatures::getBabelPresettings() const
1344 {
1345         ostringstream tmp;
1346
1347         LanguageList::const_iterator it  = UsedLanguages_.begin();
1348         LanguageList::const_iterator end = UsedLanguages_.end();
1349         for (; it != end; ++it)
1350                 if (!(*it)->babel_presettings().empty())
1351                         tmp << (*it)->babel_presettings() << '\n';
1352         if (!params_.language->babel_presettings().empty())
1353                 tmp << params_.language->babel_presettings() << '\n';
1354
1355         if (!contains(tmp.str(), '@'))
1356                 return tmp.str();
1357
1358         return "\\makeatletter\n" + tmp.str() + "\\makeatother\n";
1359 }
1360
1361
1362 string const LaTeXFeatures::getBabelPostsettings() const
1363 {
1364         ostringstream tmp;
1365
1366         LanguageList::const_iterator it  = UsedLanguages_.begin();
1367         LanguageList::const_iterator end = UsedLanguages_.end();
1368         for (; it != end; ++it)
1369                 if (!(*it)->babel_postsettings().empty())
1370                         tmp << (*it)->babel_postsettings() << '\n';
1371         if (!params_.language->babel_postsettings().empty())
1372                 tmp << params_.language->babel_postsettings() << '\n';
1373
1374         if (!contains(tmp.str(), '@'))
1375                 return tmp.str();
1376
1377         return "\\makeatletter\n" + tmp.str() + "\\makeatother\n";
1378 }
1379
1380
1381 bool LaTeXFeatures::needBabelLangOptions() const
1382 {
1383         if (!lyxrc.language_global_options || params_.language->asBabelOptions())
1384                 return true;
1385
1386         LanguageList::const_iterator it  = UsedLanguages_.begin();
1387         LanguageList::const_iterator end = UsedLanguages_.end();
1388         for (; it != end; ++it)
1389                 if ((*it)->asBabelOptions())
1390                         return true;
1391
1392         return false;
1393 }
1394
1395
1396 string const LaTeXFeatures::loadAMSPackages() const
1397 {
1398         ostringstream tmp;
1399
1400         if (mustProvide("amsmath")
1401             && params_.use_package("amsmath") != BufferParams::package_off) {
1402                 tmp << "\\usepackage{amsmath}\n";
1403         } else {
1404                 // amsbsy and amstext are already provided by amsmath
1405                 if (mustProvide("amsbsy"))
1406                         tmp << "\\usepackage{amsbsy}\n";
1407                 if (mustProvide("amstext"))
1408                         tmp << "\\usepackage{amstext}\n";
1409         }
1410
1411         if (mustProvide("amsthm"))
1412                 tmp << "\\usepackage{amsthm}\n";
1413
1414         if (mustProvide("amssymb")
1415             && params_.use_package("amssymb") != BufferParams::package_off)
1416                 tmp << "\\usepackage{amssymb}\n";
1417
1418         return tmp.str();
1419 }
1420
1421
1422 docstring const LaTeXFeatures::getTClassPreamble() const
1423 {
1424         // the text class specific preamble
1425         DocumentClass const & tclass = params_.documentClass();
1426         odocstringstream tcpreamble;
1427
1428         tcpreamble << tclass.preamble();
1429
1430         list<docstring>::const_iterator cit = usedLayouts_.begin();
1431         list<docstring>::const_iterator end = usedLayouts_.end();
1432         for (; cit != end; ++cit)
1433                 tcpreamble << tclass[*cit].preamble();
1434
1435         cit = usedInsetLayouts_.begin();
1436         end = usedInsetLayouts_.end();
1437         TextClass::InsetLayouts const & ils = tclass.insetLayouts();
1438         for (; cit != end; ++cit) {
1439                 TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
1440                 if (it == ils.end())
1441                         continue;
1442                 tcpreamble << it->second.preamble();
1443         }
1444
1445         return tcpreamble.str();
1446 }
1447
1448
1449 docstring const LaTeXFeatures::getTClassHTMLPreamble() const
1450 {
1451         DocumentClass const & tclass = params_.documentClass();
1452         odocstringstream tcpreamble;
1453
1454         tcpreamble << tclass.htmlpreamble();
1455
1456         list<docstring>::const_iterator cit = usedLayouts_.begin();
1457         list<docstring>::const_iterator end = usedLayouts_.end();
1458         for (; cit != end; ++cit)
1459                 tcpreamble << tclass[*cit].htmlpreamble();
1460
1461         cit = usedInsetLayouts_.begin();
1462         end = usedInsetLayouts_.end();
1463         TextClass::InsetLayouts const & ils = tclass.insetLayouts();
1464         for (; cit != end; ++cit) {
1465                 TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
1466                 if (it == ils.end())
1467                         continue;
1468                 tcpreamble << it->second.htmlpreamble();
1469         }
1470
1471         return tcpreamble.str();
1472 }
1473
1474
1475 docstring const LaTeXFeatures::getTClassHTMLStyles() const
1476 {
1477         DocumentClass const & tclass = params_.documentClass();
1478         odocstringstream tcpreamble;
1479
1480         if (mustProvide("noun"))
1481                 tcpreamble << lyxnoun_style;
1482         // this isn't exact, but it won't hurt that much if it
1483         // wasn't for this.
1484         if (mustProvide("ulem"))
1485                 tcpreamble << lyxstrikeout_style;
1486
1487         tcpreamble << tclass.htmlstyles();
1488
1489         list<docstring>::const_iterator cit = usedLayouts_.begin();
1490         list<docstring>::const_iterator end = usedLayouts_.end();
1491         for (; cit != end; ++cit)
1492                 tcpreamble << tclass[*cit].htmlstyle();
1493
1494         cit = usedInsetLayouts_.begin();
1495         end = usedInsetLayouts_.end();
1496         TextClass::InsetLayouts const & ils = tclass.insetLayouts();
1497         for (; cit != end; ++cit) {
1498                 TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
1499                 if (it == ils.end())
1500                         continue;
1501                 tcpreamble << it->second.htmlstyle();
1502         }
1503
1504         return tcpreamble.str();
1505 }
1506
1507
1508 namespace {
1509
1510 docstring const getFloatI18nPreamble(docstring const & type,
1511                         docstring const & name, Language const * lang,
1512                         Encoding const & enc, bool const polyglossia)
1513 {
1514         // Check whether name can be encoded in the buffer encoding
1515         bool encodable = true;
1516         for (size_t i = 0; i < name.size(); ++i) {
1517                 if (!enc.encodable(name[i])) {
1518                         encodable = false;
1519                         break;
1520                 }
1521         }
1522
1523         docstring const language = polyglossia ? from_ascii(lang->polyglossia())
1524                                                : from_ascii(lang->babel());
1525         docstring const langenc = from_ascii(lang->encoding()->iconvName());
1526         docstring const texenc = from_ascii(lang->encoding()->latexName());
1527         docstring const bufenc = from_ascii(enc.iconvName());
1528         docstring const s1 = docstring(1, 0xF0000);
1529         docstring const s2 = docstring(1, 0xF0001);
1530         docstring const translated = encodable ? name
1531                 : from_ascii("\\inputencoding{") + texenc + from_ascii("}")
1532                         + s1 + langenc + s2 + name + s1 + bufenc + s2;
1533
1534         odocstringstream os;
1535         os << "\\addto\\captions" << language
1536            << "{\\renewcommand{\\" << type << "name}{" << translated << "}}\n";
1537         return os.str();
1538 }
1539
1540
1541 docstring const i18npreamble(docstring const & templ, Language const * lang,
1542                              Encoding const & enc, bool const polyglossia,
1543                              bool const need_fixedwidth)
1544 {
1545         if (templ.empty())
1546                 return templ;
1547
1548         string preamble = polyglossia ?
1549                 subst(to_utf8(templ), "$$lang", lang->polyglossia()) :
1550                 subst(to_utf8(templ), "$$lang", lang->babel());
1551
1552         string const langenc = lang->encoding()->iconvName();
1553         string const texenc = lang->encoding()->latexName();
1554         string const bufenc = enc.iconvName();
1555         Encoding const * testenc(&enc);
1556         bool lang_fallback = false;
1557         bool ascii_fallback = false;
1558         if (need_fixedwidth && !enc.hasFixedWidth()) {
1559                 if (lang->encoding()->hasFixedWidth()) {
1560                         testenc = lang->encoding();
1561                         lang_fallback = true;
1562                 } else {
1563                         // We need a fixed width encoding, but both the buffer
1564                         // encoding and the language encoding are variable
1565                         // width. As a last fallback, try to convert to pure
1566                         // ASCII using the LaTeX commands defined in unicodesymbols.
1567                         testenc = encodings.fromLyXName("ascii");
1568                         if (!testenc)
1569                                 return docstring();
1570                         ascii_fallback = true;
1571                 }
1572         }
1573         // First and second character of plane 15 (Private Use Area)
1574         string const s1 = "\xf3\xb0\x80\x80"; // U+F0000
1575         string const s2 = "\xf3\xb0\x80\x81"; // U+F0001
1576         // FIXME UNICODE
1577         // lyx::regex is not unicode-safe.
1578         // Should use QRegExp or (boost::u32regex, but that requires ICU)
1579         static regex const reg("_\\(([^\\)]+)\\)");
1580         smatch sub;
1581         while (regex_search(preamble, sub, reg)) {
1582                 string const key = sub.str(1);
1583                 docstring const name = lang->translateLayout(key);
1584                 // Check whether name can be encoded in the buffer encoding
1585                 bool encodable = true;
1586                 for (size_t i = 0; i < name.size() && encodable; ++i)
1587                         if (!testenc->encodable(name[i]))
1588                                 encodable = false;
1589                 string translated;
1590                 if (encodable && !lang_fallback)
1591                         translated = to_utf8(name);
1592                 else if (ascii_fallback)
1593                         translated = to_ascii(testenc->latexString(name).first);
1594                 else
1595                         translated = "\\inputencoding{" + texenc + "}"
1596                                 + s1 + langenc + s2 + to_utf8(name)
1597                                 + s1 + bufenc + s2;
1598                 preamble = subst(preamble, sub.str(), translated);
1599         }
1600         return from_utf8(preamble);
1601 }
1602
1603 }
1604
1605
1606 docstring const LaTeXFeatures::getTClassI18nPreamble(bool use_babel, bool use_polyglossia) const
1607 {
1608         DocumentClass const & tclass = params_.documentClass();
1609         // collect preamble snippets in a set to prevent multiple identical
1610         // commands (would happen if e.g. both theorem and theorem* are used)
1611         set<docstring> snippets;
1612         typedef LanguageList::const_iterator lang_it;
1613         lang_it const lbeg = UsedLanguages_.begin();
1614         lang_it const lend =  UsedLanguages_.end();
1615         list<docstring>::const_iterator cit = usedLayouts_.begin();
1616         list<docstring>::const_iterator end = usedLayouts_.end();
1617         for (; cit != end; ++cit) {
1618                 // language dependent commands (once per document)
1619                 snippets.insert(i18npreamble(tclass[*cit].langpreamble(),
1620                                                 buffer().language(),
1621                                                 buffer().params().encoding(),
1622                                                 use_polyglossia, false));
1623                 // commands for language changing (for multilanguage documents)
1624                 if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
1625                         snippets.insert(i18npreamble(
1626                                                 tclass[*cit].babelpreamble(),
1627                                                 buffer().language(),
1628                                                 buffer().params().encoding(),
1629                                                 use_polyglossia, false));
1630                         for (lang_it lit = lbeg; lit != lend; ++lit)
1631                                 snippets.insert(i18npreamble(
1632                                                 tclass[*cit].babelpreamble(),
1633                                                 *lit,
1634                                                 buffer().params().encoding(),
1635                                                 use_polyglossia, false));
1636                 }
1637         }
1638         if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
1639                 FloatList const & floats = params_.documentClass().floats();
1640                 UsedFloats::const_iterator fit = usedFloats_.begin();
1641                 UsedFloats::const_iterator fend = usedFloats_.end();
1642                 for (; fit != fend; ++fit) {
1643                         Floating const & fl = floats.getType(fit->first);
1644                         // we assume builtin floats are translated
1645                         if (fl.isPredefined())
1646                                 continue;
1647                         docstring const type = from_ascii(fl.floattype());
1648                         docstring const flname = from_utf8(fl.name());
1649                         docstring name = buffer().language()->translateLayout(fl.name());
1650                         // only request translation if we have a real translation
1651                         // (that differs from the source)
1652                         if (flname != name)
1653                                 snippets.insert(getFloatI18nPreamble(
1654                                                 type, name, buffer().language(),
1655                                                 buffer().params().encoding(),
1656                                                 use_polyglossia));
1657                         for (lang_it lit = lbeg; lit != lend; ++lit) {
1658                                 string const code = (*lit)->code();
1659                                 name = (*lit)->translateLayout(fl.name());
1660                                 // we assume we have a suitable translation if
1661                                 // either the language is English (we need to
1662                                 // translate into English if English is a secondary
1663                                 // language) or if translateIfPossible returns
1664                                 // something different to the English source.
1665                                 bool const have_translation =
1666                                         (flname != name || contains(code, "en"));
1667                                 if (have_translation)
1668                                         snippets.insert(getFloatI18nPreamble(
1669                                                 type, name, *lit,
1670                                                 buffer().params().encoding(),
1671                                                 use_polyglossia));
1672                         }
1673                 }
1674         }
1675
1676         cit = usedInsetLayouts_.begin();
1677         end = usedInsetLayouts_.end();
1678         TextClass::InsetLayouts const & ils = tclass.insetLayouts();
1679         for (; cit != end; ++cit) {
1680                 TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
1681                 if (it == ils.end())
1682                         continue;
1683                 // The listings package does not work with variable width
1684                 // encodings, only with fixed width encodings. Therefore we
1685                 // need to force a fixed width encoding for
1686                 // \lstlistlistingname and \lstlistingname (bug 9382).
1687                 // This needs to be consistent with InsetListings::latex().
1688                 bool const need_fixedwidth = !runparams_.isFullUnicode() &&
1689                                 it->second.fixedwidthpreambleencoding();
1690                 // language dependent commands (once per document)
1691                 snippets.insert(i18npreamble(it->second.langpreamble(),
1692                                                 buffer().language(),
1693                                                 buffer().params().encoding(),
1694                                                 use_polyglossia, need_fixedwidth));
1695                 // commands for language changing (for multilanguage documents)
1696                 if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
1697                         snippets.insert(i18npreamble(
1698                                                 it->second.babelpreamble(),
1699                                                 buffer().language(),
1700                                                 buffer().params().encoding(),
1701                                                 use_polyglossia, need_fixedwidth));
1702                         for (lang_it lit = lbeg; lit != lend; ++lit)
1703                                 snippets.insert(i18npreamble(
1704                                                 it->second.babelpreamble(),
1705                                                 *lit,
1706                                                 buffer().params().encoding(),
1707                                                 use_polyglossia, need_fixedwidth));
1708                 }
1709         }
1710
1711         odocstringstream tcpreamble;
1712         set<docstring>::const_iterator const send = snippets.end();
1713         set<docstring>::const_iterator it = snippets.begin();
1714         for (; it != send; ++it)
1715                 tcpreamble << *it;
1716         return tcpreamble.str();
1717 }
1718
1719
1720 docstring const LaTeXFeatures::getLyXSGMLEntities() const
1721 {
1722         // Definition of entities used in the document that are LyX related.
1723         odocstringstream entities;
1724
1725         if (mustProvide("lyxarrow")) {
1726                 entities << "<!ENTITY lyxarrow \"-&gt;\">" << '\n';
1727         }
1728
1729         return entities.str();
1730 }
1731
1732
1733 docstring const LaTeXFeatures::getIncludedFiles(string const & fname) const
1734 {
1735         odocstringstream sgmlpreamble;
1736         // FIXME UNICODE
1737         docstring const basename(from_utf8(onlyPath(fname)));
1738
1739         FileMap::const_iterator end = IncludedFiles_.end();
1740         for (FileMap::const_iterator fi = IncludedFiles_.begin();
1741              fi != end; ++fi)
1742                 // FIXME UNICODE
1743                 sgmlpreamble << "\n<!ENTITY " << fi->first
1744                              << (isSGMLFileName(fi->second) ? " SYSTEM \"" : " \"")
1745                              << makeRelPath(from_utf8(fi->second), basename) << "\">";
1746
1747         return sgmlpreamble.str();
1748 }
1749
1750
1751 void LaTeXFeatures::showStruct() const
1752 {
1753         lyxerr << "LyX needs the following commands when LaTeXing:"
1754                << "\n***** Packages:" << getPackages()
1755                << "\n***** Macros:" << to_utf8(getMacros())
1756                << "\n***** Textclass stuff:" << to_utf8(getTClassPreamble())
1757                << "\n***** done." << endl;
1758 }
1759
1760
1761 Buffer const & LaTeXFeatures::buffer() const
1762 {
1763         return *buffer_;
1764 }
1765
1766
1767 void LaTeXFeatures::setBuffer(Buffer const & buffer)
1768 {
1769         buffer_ = &buffer;
1770 }
1771
1772
1773 BufferParams const & LaTeXFeatures::bufferParams() const
1774 {
1775         return params_;
1776 }
1777
1778
1779 void LaTeXFeatures::getFloatDefinitions(odocstream & os) const
1780 {
1781         FloatList const & floats = params_.documentClass().floats();
1782
1783         // Here we will output the code to create the needed float styles.
1784         // We will try to do this as minimal as possible.
1785         // \floatstyle{ruled}
1786         // \newfloat{algorithm}{htbp}{loa}
1787         // \providecommand{\algorithmname}{Algorithm}
1788         // \floatname{algorithm}{\protect\algorithmname}
1789         UsedFloats::const_iterator cit = usedFloats_.begin();
1790         UsedFloats::const_iterator end = usedFloats_.end();
1791         for (; cit != end; ++cit) {
1792                 Floating const & fl = floats.getType(cit->first);
1793
1794                 // For builtin floats we do nothing.
1795                 if (fl.isPredefined())
1796                         continue;
1797
1798                 // We have to special case "table" and "figure"
1799                 if (fl.floattype() == "tabular" || fl.floattype() == "figure") {
1800                         // Output code to modify "table" or "figure"
1801                         // but only if builtin == false
1802                         // and that have to be true at this point in the
1803                         // function.
1804                         docstring const type = from_ascii(fl.floattype());
1805                         docstring const placement = from_ascii(fl.placement());
1806                         docstring const style = from_ascii(fl.style());
1807                         if (!style.empty()) {
1808                                 os << "\\floatstyle{" << style << "}\n"
1809                                    << "\\restylefloat{" << type << "}\n";
1810                         }
1811                         if (!placement.empty()) {
1812                                 os << "\\floatplacement{" << type << "}{"
1813                                    << placement << "}\n";
1814                         }
1815                 } else {
1816                         // The other non builtin floats.
1817
1818                         docstring const type = from_ascii(fl.floattype());
1819                         docstring const placement = from_ascii(fl.placement());
1820                         docstring const ext = from_ascii(fl.ext());
1821                         docstring const within = from_ascii(fl.within());
1822                         docstring const style = from_ascii(fl.style());
1823                         docstring const name =
1824                                 buffer().language()->translateLayout(fl.name());
1825                         os << "\\floatstyle{" << style << "}\n"
1826                            << "\\newfloat{" << type << "}{" << placement
1827                            << "}{" << ext << '}';
1828                         if (!within.empty())
1829                                 os << '[' << within << ']';
1830                         os << '\n'
1831                            << "\\providecommand{\\" << type << "name}{"
1832                            << name << "}\n"
1833                            << "\\floatname{" << type << "}{\\protect\\"
1834                            << type << "name}\n";
1835
1836                         // What missing here is to code to minimalize the code
1837                         // output so that the same floatstyle will not be
1838                         // used several times, when the same style is still in
1839                         // effect. (Lgb)
1840                 }
1841                 if (cit->second)
1842                         // The subfig package is loaded later
1843                         os << "\n\\AtBeginDocument{\\newsubfloat{" << from_ascii(fl.floattype()) << "}}\n";
1844         }
1845 }
1846
1847
1848 void LaTeXFeatures::resolveAlternatives()
1849 {
1850         for (Features::iterator it = features_.begin(); it != features_.end();) {
1851                 if (contains(*it, '|')) {
1852                         vector<string> const alternatives = getVectorFromString(*it, "|");
1853                         vector<string>::const_iterator const end = alternatives.end();
1854                         vector<string>::const_iterator ita = alternatives.begin();
1855                         // Is any alternative already required? => use that
1856                         for (; ita != end; ++ita) {
1857                                 if (isRequired(*ita))
1858                                         break;
1859                         }
1860                         // Is any alternative available? => use the first one
1861                         // (bug 9498)
1862                         if (ita == end) {
1863                                 for (ita = alternatives.begin(); ita != end; ++ita) {
1864                                         if (isAvailable(*ita)) {
1865                                                 require(*ita);
1866                                                 break;
1867                                         }
1868                                 }
1869                         }
1870                         // This will not work, but not requiring something
1871                         // would be more confusing
1872                         if (ita == end)
1873                                 require(alternatives.front());
1874                         features_.erase(it);
1875                         it = features_.begin();
1876                 } else
1877                         ++it;
1878         }
1879 }
1880
1881
1882 } // namespace lyx