]> git.lyx.org Git - lyx.git/blob - src/LaTeXFeatures.cpp
#9130 Text in main work area isn't rendered with high resolution
[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_def = from_ascii(
206         "\\DeclareRobustCommand{\\greektext}{%\n"
207         "  \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}}\n"
208         "\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
209         "\\DeclareFontEncoding{LGR}{}{}\n"
210         "\\DeclareTextSymbol{\\~}{LGR}{126}");
211
212 static docstring const textcyr_def = from_ascii(
213         "\\DeclareRobustCommand{\\cyrtext}{%\n"
214         "  \\fontencoding{T2A}\\selectfont\\def\\encodingdefault{T2A}}\n"
215         "\\DeclareRobustCommand{\\textcyr}[1]{\\leavevmode{\\cyrtext #1}}\n"
216         "\\AtBeginDocument{\\DeclareFontEncoding{T2A}{}{}}\n");
217
218 static docstring const lyxmathsym_def = from_ascii(
219         "\\newcommand{\\lyxmathsym}[1]{\\ifmmode\\begingroup\\def\\b@ld{bold}\n"
220         "  \\text{\\ifx\\math@version\\b@ld\\bfseries\\fi#1}\\endgroup\\else#1\\fi}\n");
221
222 static docstring const papersizedvi_def = from_ascii(
223         "\\special{papersize=\\the\\paperwidth,\\the\\paperheight}\n");
224
225 static docstring const papersizepdf_def = from_ascii(
226         "\\pdfpageheight\\paperheight\n"
227         "\\pdfpagewidth\\paperwidth\n");
228
229 static docstring const cedilla_def = from_ascii(
230         "\\newcommand{\\docedilla}[2]{\\underaccent{#1\\mathchar'30}{#2}}\n"
231         "\\newcommand{\\cedilla}[1]{\\mathpalette\\docedilla{#1}}\n");
232
233 static docstring const subring_def = from_ascii(
234         "\\newcommand{\\dosubring}[2]{\\underaccent{#1\\mathchar'27}{#2}}\n"
235         "\\newcommand{\\subring}[1]{\\mathpalette\\dosubring{#1}}\n");
236
237 static docstring const subdot_def = from_ascii(
238         "\\newcommand{\\dosubdot}[2]{\\underaccent{#1.}{#2}}\n"
239         "\\newcommand{\\subdot}[1]{\\mathpalette\\dosubdot{#1}}\n");
240
241 static docstring const subhat_def = from_ascii(
242         "\\newcommand{\\dosubhat}[2]{\\underaccent{#1\\mathchar'136}{#2}}\n"
243         "\\newcommand{\\subhat}[1]{\\mathpalette\\dosubhat{#1}}\n");
244
245 static docstring const subtilde_def = from_ascii(
246         "\\newcommand{\\dosubtilde}[2]{\\underaccent{#1\\mathchar'176}{#2}}\n"
247         "\\newcommand{\\subtilde}[1]{\\mathpalette\\dosubtilde{#1}}\n");
248
249 static docstring const dacute_def = from_ascii(
250         "\\DeclareMathAccent{\\dacute}{\\mathalpha}{operators}{'175}\n");
251
252 static docstring const tipasymb_def = from_ascii(
253         "\\DeclareFontEncoding{T3}{}{}\n"
254         "\\DeclareSymbolFont{tipasymb}{T3}{cmr}{m}{n}\n");
255
256 static docstring const dgrave_def = from_ascii(
257         "\\DeclareMathAccent{\\dgrave}{\\mathord}{tipasymb}{'15}\n");
258
259 static docstring const rcap_def = from_ascii(
260         "\\DeclareMathAccent{\\rcap}{\\mathord}{tipasymb}{'20}\n");
261
262 static docstring const ogonek_def = from_ascii(
263         "\\newcommand{\\doogonek}[2]{\\setbox0=\\hbox{$#1#2$}\\underaccent{#1\\mkern-6mu\n"
264         "  \\ifx#2O\\hskip0.5\\wd0\\else\\ifx#2U\\hskip0.5\\wd0\\else\\hskip\\wd0\\fi\\fi\n"
265         "  \\ifx#2o\\mkern-2mu\\else\\ifx#2e\\mkern-1mu\\fi\\fi\n"
266         "  \\mathchar\"0\\hexnumber@\\symtipasymb0C}{#2}}\n"
267         "\\newcommand{\\ogonek}[1]{\\mathpalette\\doogonek{#1}}\n");
268
269 static docstring const lyxref_def = from_ascii(
270                 "\\RS@ifundefined{subref}\n"
271                 "  {\\def\\RSsubtxt{section~}\\newref{sub}{name = \\RSsubtxt}}\n"
272                 "  {}\n"
273                 "\\RS@ifundefined{thmref}\n"
274                 "  {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n"
275                 "  {}\n"
276                 "\\RS@ifundefined{lemref}\n"
277                 "  {\\def\\RSlemtxt{lemma~}\\newref{lem}{name = \\RSlemtxt}}\n" 
278                 "  {}\n");
279
280 // Make sure the columns are also outputed as rtl
281 static docstring const rtloutputdblcol_def = from_ascii(
282         "\\def\\@outputdblcol{%\n"
283         "  \\if@firstcolumn\n"
284         "    \\global \\@firstcolumnfalse\n"
285         "    \\global \\setbox\\@leftcolumn \\box\\@outputbox\n"
286         "  \\else\n"
287         "    \\global \\@firstcolumntrue\n"
288         "    \\setbox\\@outputbox \\vbox {%\n"
289         "      \\hb@xt@\\textwidth {%\n"
290         "      \\kern\\textwidth \\kern-\\columnwidth %**\n"
291         "      \\hb@xt@\\columnwidth {%\n"
292         "         \\box\\@leftcolumn \\hss}%\n"
293         "      \\kern-\\textwidth %**\n"
294         "      \\hfil\n"
295         "      {\\normalcolor\\vrule \\@width\\columnseprule}%\n"
296         "      \\hfil\n"
297         "      \\kern-\\textwidth  %**\n"
298         "      \\hb@xt@\\columnwidth {%\n"
299         "         \\box\\@outputbox \\hss}%\n"
300         "      \\kern-\\columnwidth \\kern\\textwidth %**\n"
301         "    }%\n"
302         "  }%\n"
303         "  \\@combinedblfloats\n"
304         "  \\@outputpage\n"
305         "  \\begingroup\n"
306         "  \\@dblfloatplacement\n"
307         "  \\@startdblcolumn\n"
308         "  \\@whilesw\\if@fcolmade \\fi\n"
309         "  {\\@outputpage\n"
310         "    \\@startdblcolumn}%\n"
311         "  \\endgroup\n"
312         "  \\fi\n"
313         "}\n"
314         "\\@mparswitchtrue\n");
315
316
317 /////////////////////////////////////////////////////////////////////
318 //
319 // LyXHTML strings
320 //
321 /////////////////////////////////////////////////////////////////////
322
323 static docstring const lyxnoun_style = from_ascii(
324         "dfn.lyxnoun {\n"
325   "  font-variant: small-caps;\n"
326   "}\n");
327
328
329 // this is how it normally renders, but it might not always do so.
330 static docstring const lyxstrikeout_style = from_ascii(
331         "del.strikeout {\n"
332   "  text-decoration: line-through;\n"
333   "}\n");
334
335
336 /////////////////////////////////////////////////////////////////////
337 //
338 // LaTeXFeatures
339 //
340 /////////////////////////////////////////////////////////////////////
341
342
343 LaTeXFeatures::LaTeXFeatures(Buffer const & b, BufferParams const & p,
344                              OutputParams const & r)
345         : buffer_(&b), params_(p), runparams_(r), in_float_(false)
346 {}
347
348
349 LaTeXFeatures::LangPackage LaTeXFeatures::langPackage() const
350 {
351         string const local_lp = bufferParams().lang_package;
352
353         // Locally, custom is just stored as a string
354         // in bufferParams().lang_package.
355         if (local_lp != "auto"
356             && local_lp != "babel"
357             && local_lp != "default"
358             && local_lp != "none")
359                  return LANG_PACK_CUSTOM;
360
361         if (local_lp == "none")
362                 return LANG_PACK_NONE;
363
364         /* If "auto" is selected, we load polyglossia if required,
365          * else we select babel.
366          * If babel is selected (either directly or via the "auto"
367          * mechanism), we really do only require it if we have
368          * a language that needs it.
369          */
370         bool const polyglossia_required =
371                 isRequired("polyglossia")
372                 && isAvailable("polyglossia")
373                 && !isProvided("babel")
374                 && this->hasOnlyPolyglossiaLanguages();
375         bool const babel_required = 
376                 !bufferParams().language->babel().empty()
377                 || !this->getBabelLanguages().empty();
378
379         if (local_lp == "auto") {
380                 // polyglossia requirement has priority over babel
381                 if (polyglossia_required)
382                         return LANG_PACK_POLYGLOSSIA;
383                 else if (babel_required)
384                         return LANG_PACK_BABEL;
385         }
386
387         if (local_lp == "babel") {
388                 if (babel_required)
389                         return LANG_PACK_BABEL;
390         }
391
392         if (local_lp == "default") {
393                 switch (lyxrc.language_package_selection) {
394                 case LyXRC::LP_AUTO:
395                         // polyglossia requirement has priority over babel
396                         if (polyglossia_required)
397                                 return LANG_PACK_POLYGLOSSIA;
398                         else if (babel_required)
399                                 return LANG_PACK_BABEL;
400                         break;
401                 case LyXRC::LP_BABEL:
402                         if (babel_required)
403                                 return LANG_PACK_BABEL;
404                         break;
405                 case LyXRC::LP_CUSTOM:
406                         return LANG_PACK_CUSTOM;
407                 case LyXRC::LP_NONE:
408                         return LANG_PACK_NONE;
409                 }
410         }
411
412         return LANG_PACK_NONE;
413 }
414
415
416 void LaTeXFeatures::require(string const & name)
417 {
418         features_.insert(name);
419 }
420
421
422 void LaTeXFeatures::require(set<string> const & names)
423 {
424         features_.insert(names.begin(), names.end());
425 }
426
427
428 void LaTeXFeatures::useLayout(docstring const & layoutname)
429 {
430         useLayout(layoutname, 0);
431 }
432
433
434 void LaTeXFeatures::useLayout(docstring const & layoutname, int level)
435 {
436         // Some code to avoid loops in dependency definition
437         const int maxlevel = 30;
438         if (level > maxlevel) {
439                 lyxerr << "LaTeXFeatures::useLayout: maximum level of "
440                        << "recursion attained by layout "
441                        << to_utf8(layoutname) << endl;
442                 return;
443         }
444
445         DocumentClass const & tclass = params_.documentClass();
446         if (tclass.hasLayout(layoutname)) {
447                 // Is this layout already in usedLayouts?
448                 if (find(usedLayouts_.begin(), usedLayouts_.end(), layoutname)
449                     != usedLayouts_.end())
450                         return;
451
452                 Layout const & layout = tclass[layoutname];
453                 require(layout.requires());
454
455                 if (!layout.depends_on().empty()) {
456                         useLayout(layout.depends_on(), level + 1);
457                 }
458                 usedLayouts_.push_back(layoutname);
459         } else {
460                 lyxerr << "LaTeXFeatures::useLayout: layout `"
461                        << to_utf8(layoutname) << "' does not exist in this class"
462                        << endl;
463         }
464 }
465
466
467 void LaTeXFeatures::useInsetLayout(InsetLayout const & lay)
468 {
469         docstring const & lname = lay.name();
470         DocumentClass const & tclass = params_.documentClass();
471
472         // this is a default inset layout, nothing useful here
473         if (!tclass.hasInsetLayout(lname))
474                 return;
475         // Is this layout already in usedInsetLayouts?
476         if (find(usedInsetLayouts_.begin(), usedInsetLayouts_.end(), lname)
477                         != usedInsetLayouts_.end())
478                 return;
479
480         require(lay.requires());
481         usedInsetLayouts_.push_back(lname);
482 }
483
484
485 bool LaTeXFeatures::isRequired(string const & name) const
486 {
487         return features_.find(name) != features_.end();
488 }
489
490
491 bool LaTeXFeatures::isProvided(string const & name) const
492 {
493         if (params_.useNonTeXFonts)
494                 return params_.documentClass().provides(name);
495
496         bool const ot1 = (params_.font_encoding() == "default"
497                 || params_.font_encoding() == "OT1");
498         bool const complete = (params_.fonts_sans == "default")
499                 && (params_.fonts_typewriter == "default");
500         bool const nomath = (params_.fonts_math == "default");
501         return params_.documentClass().provides(name)
502                 || theLaTeXFonts().getLaTeXFont(
503                         from_ascii(params_.fonts_roman)).provides(name, ot1,
504                                                                   complete,
505                                                                   nomath)
506                 || theLaTeXFonts().getLaTeXFont(
507                         from_ascii(params_.fonts_sans)).provides(name, ot1,
508                                                                  complete,
509                                                                  nomath)
510                 || theLaTeXFonts().getLaTeXFont(
511                         from_ascii(params_.fonts_typewriter)).provides(name, ot1,
512                                                                        complete,
513                                                                        nomath)
514                 || theLaTeXFonts().getLaTeXFont(
515                         from_ascii(params_.fonts_math)).provides(name, ot1,
516                                                                        complete,
517                                                                        nomath);
518 }
519
520
521 bool LaTeXFeatures::mustProvide(string const & name) const
522 {
523         return isRequired(name) && !isProvided(name);
524 }
525
526
527 bool LaTeXFeatures::isAvailable(string const & name)
528 {
529         string::size_type const i = name.find("->");
530         if (i != string::npos) {
531                 string const from = name.substr(0,i);
532                 string const to = name.substr(i+2);
533                 //LYXERR0("from=[" << from << "] to=[" << to << "]");
534                 return theConverters().isReachable(from, to);
535         }
536         return LaTeXPackages::isAvailable(name);
537 }
538
539
540 void LaTeXFeatures::addPreambleSnippet(string const & preamble)
541 {
542         SnippetList::const_iterator begin = preamble_snippets_.begin();
543         SnippetList::const_iterator end   = preamble_snippets_.end();
544         if (find(begin, end, preamble) == end)
545                 preamble_snippets_.push_back(preamble);
546 }
547
548
549 void LaTeXFeatures::addCSSSnippet(std::string const & snippet)
550 {
551         SnippetList::const_iterator begin = css_snippets_.begin();
552         SnippetList::const_iterator end   = css_snippets_.end();
553         if (find(begin, end, snippet) == end)
554                 css_snippets_.push_back(snippet);
555 }
556
557
558 void LaTeXFeatures::useFloat(string const & name, bool subfloat)
559 {
560         if (!usedFloats_[name])
561                 usedFloats_[name] = subfloat;
562         if (subfloat)
563                 require("subfig");
564         // We only need float.sty if we use non builtin floats, or if we
565         // use the "H" modifier. This includes modified table and
566         // figure floats. (Lgb)
567         Floating const & fl = params_.documentClass().floats().getType(name);
568         if (!fl.floattype().empty() && fl.usesFloatPkg()) {
569                 require("float");
570         }
571 }
572
573
574 void LaTeXFeatures::useLanguage(Language const * lang)
575 {
576         if (!lang->babel().empty() || !lang->polyglossia().empty())
577                 UsedLanguages_.insert(lang);
578         if (!lang->requires().empty())
579                 require(lang->requires());
580         // CJK languages do not have a babel name.
581         // They use the CJK package
582         if (lang->encoding()->package() == Encoding::CJK)
583                 require("CJK");
584         // japanese package is special
585         if (lang->encoding()->package() == Encoding::japanese)
586                 require("japanese");
587 }
588
589
590 void LaTeXFeatures::includeFile(docstring const & key, string const & name)
591 {
592         IncludedFiles_[key] = name;
593 }
594
595
596 bool LaTeXFeatures::hasLanguages() const
597 {
598         return !UsedLanguages_.empty();
599 }
600
601
602 bool LaTeXFeatures::hasOnlyPolyglossiaLanguages() const
603 {
604         // first the main language
605         if (params_.language->polyglossia().empty())
606                 return false;
607         // now the secondary languages
608         LanguageList::const_iterator const begin = UsedLanguages_.begin();
609         for (LanguageList::const_iterator cit = begin;
610              cit != UsedLanguages_.end();
611              ++cit) {
612                 if ((*cit)->polyglossia().empty())
613                         return false;
614         }
615         return true;
616 }
617
618
619 bool LaTeXFeatures::hasPolyglossiaExclusiveLanguages() const
620 {
621         // first the main language
622         if (params_.language->isPolyglossiaExclusive())
623                 return true;
624         // now the secondary languages
625         LanguageList::const_iterator const begin = UsedLanguages_.begin();
626         for (LanguageList::const_iterator cit = begin;
627              cit != UsedLanguages_.end();
628              ++cit) {
629                 if ((*cit)->isPolyglossiaExclusive())
630                         return true;
631         }
632         return false;
633 }
634
635
636 string LaTeXFeatures::getBabelLanguages() const
637 {
638         ostringstream languages;
639
640         bool first = true;
641         LanguageList::const_iterator const begin = UsedLanguages_.begin();
642         for (LanguageList::const_iterator cit = begin;
643              cit != UsedLanguages_.end();
644              ++cit) {
645                 if ((*cit)->babel().empty())
646                         continue;
647                 if (!first)
648                         languages << ',';
649                 else
650                         first = false;
651                 languages << (*cit)->babel();
652         }
653         return languages.str();
654 }
655
656
657 std::map<std::string, std::string> LaTeXFeatures::getPolyglossiaLanguages() const
658 {
659         std::map<std::string, std::string> languages;
660
661         LanguageList::const_iterator const begin = UsedLanguages_.begin();
662         for (LanguageList::const_iterator cit = begin;
663              cit != UsedLanguages_.end();
664              ++cit) {
665                 languages[(*cit)->polyglossia()] = (*cit)->polyglossiaOpts();
666         }
667         return languages;
668 }
669
670
671 set<string> LaTeXFeatures::getEncodingSet(string const & doc_encoding) const
672 {
673         // This does only find encodings of languages supported by babel, but
674         // that does not matter since we don't have a language with an
675         // encoding supported by inputenc but without babel support.
676         set<string> encodings;
677         LanguageList::const_iterator it  = UsedLanguages_.begin();
678         LanguageList::const_iterator end = UsedLanguages_.end();
679         for (; it != end; ++it)
680                 if ((*it)->encoding()->latexName() != doc_encoding &&
681                     ((*it)->encoding()->package() == Encoding::inputenc
682                      || (*it)->encoding()->package() == Encoding::japanese))
683                         encodings.insert((*it)->encoding()->latexName());
684         return encodings;
685 }
686
687 namespace {
688
689 char const * simplefeatures[] = {
690 // note that the package order here will be the same in the LaTeX-output
691         "array",
692         "verbatim",
693         "longtable",
694         "rotating",
695         "latexsym",
696         "pifont",
697         // subfig is handled in BufferParams.cpp
698         "varioref",
699         "prettyref",
700         "refstyle",
701         /*For a successful cooperation of the `wrapfig' package with the
702           `float' package you should load the `wrapfig' package *after*
703           the `float' package. See the caption package documentation
704           for explanation.*/
705         "float",
706         "rotfloat",
707         "wrapfig",
708         "booktabs",
709         "dvipost",
710         "fancybox",
711         "calc",
712         "units",
713         "framed",
714         "soul",
715         "textcomp",
716         "pmboxdraw",
717         "bbding",
718         "ifsym",
719         "marvosym",
720         "txfonts",
721         "pxfonts",
722         "mathdesign",
723         "mathrsfs",
724         "mathabx",
725         "mathtools",
726         // "cancel",
727         "ascii",
728         "url",
729         "covington",
730         "csquotes",
731         "enumitem",
732         "endnotes",
733         "hhline",
734         "ifthen",
735         // listings is handled in BufferParams.cpp
736         "bm",
737         "pdfpages",
738         "amscd",
739         "slashed",
740         "multicol",
741         "multirow",
742         "tfrupee",
743         "shapepar",
744         "rsphrase",
745         "algorithm2e",
746         "sectionbox",
747         "tcolorbox",
748         "pdfcomment",
749         "fixme",
750         "todonotes"
751 };
752
753 char const * bibliofeatures[] = {
754         // Known bibliography packages (will be loaded before natbib)
755         "achicago",
756         "apacite",
757         "apalike",
758         "astron",
759         "authordate1-4",
760         "babelbib",
761         "bibgerm",
762         "chicago",
763         "chscite",
764         "harvard",
765         "mslapa",
766         "named"
767 };
768
769 int const nb_bibliofeatures = sizeof(bibliofeatures) / sizeof(char const *);
770
771 int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);
772
773 }
774
775
776 string const LaTeXFeatures::getColorOptions() const
777 {
778         ostringstream colors;
779
780         // Handling the color packages separately is needed to be able to load them
781         // before babel when hyperref is loaded with the colorlinks option
782         // for more info see Bufferparams.cpp
783
784         // [x]color.sty
785         if (mustProvide("color") || mustProvide("xcolor")) {
786                 string const package =
787                         (mustProvide("xcolor") ? "xcolor" : "color");
788                 if (params_.graphics_driver == "default"
789                         || params_.graphics_driver == "none")
790                         colors << "\\usepackage{" << package << "}\n";
791                 else
792                         colors << "\\usepackage["
793                                  << params_.graphics_driver
794                                  << "]{" << package << "}\n";
795         }
796
797         // pdfcolmk must be loaded after color
798         if (mustProvide("pdfcolmk"))
799                 colors << "\\usepackage{pdfcolmk}\n";
800
801         // the following 3 color commands must be set after color
802         // is loaded and before pdfpages, therefore add the command
803         // here define the set color
804         if (mustProvide("pagecolor")) {
805                 colors << "\\definecolor{page_backgroundcolor}{rgb}{";
806                 colors << outputLaTeXColor(params_.backgroundcolor) << "}\n";
807                 // set the page color
808                 colors << "\\pagecolor{page_backgroundcolor}\n";
809         }
810
811         if (mustProvide("fontcolor")) {
812                 colors << "\\definecolor{document_fontcolor}{rgb}{";
813                 colors << outputLaTeXColor(params_.fontcolor) << "}\n";
814                 // set the color
815                 colors << "\\color{document_fontcolor}\n";
816         }
817
818         if (mustProvide("lyxgreyedout")) {
819                 colors << "\\definecolor{note_fontcolor}{rgb}{";
820                 colors << outputLaTeXColor(params_.notefontcolor) << "}\n";
821                 // the color will be set together with the definition of
822                 // the lyxgreyedout environment (see lyxgreyedout_def)
823         }
824
825         // color for shaded boxes
826         if (isRequired("framed") && mustProvide("color")) {
827                 colors << "\\definecolor{shadecolor}{rgb}{";
828                 colors << outputLaTeXColor(params_.boxbgcolor) << "}\n";
829                 // this color is automatically used by the LaTeX-package "framed"
830         }
831
832         return colors.str();
833 }
834
835
836 string const LaTeXFeatures::getPackages() const
837 {
838         ostringstream packages;
839
840         // FIXME: currently, we can only load packages and macros known
841         // to LyX.
842         // However, with the Require tag of layouts/custom insets,
843         // also unknown packages can be requested. They are silently
844         // swallowed now. We should change this eventually.
845
846         // Output all the package option stuff we have been asked to do.
847         map<string, string>::const_iterator it =
848             params_.documentClass().packageOptions().begin();
849         map<string, string>::const_iterator en =
850             params_.documentClass().packageOptions().end();
851         for (; it != en; ++it)
852                 if (mustProvide(it->first))
853                         packages << "\\PassOptionsToPackage{" << it->second << "}"
854                                  << "{" << it->first << "}\n";
855
856         //  These are all the 'simple' includes.  i.e
857         //  packages which we just \usepackage{package}
858         for (int i = 0; i < nb_simplefeatures; ++i) {
859                 if (mustProvide(simplefeatures[i]))
860                         packages << "\\usepackage{" << simplefeatures[i] << "}\n";
861         }
862
863         // The rest of these packages are somewhat more complicated
864         // than those above.
865
866         // The tipa package and its extensions (tipx, tone) must not
867         // be loaded with non-TeX fonts, since fontspec includes the
868         // respective macros
869         if (mustProvide("tipa") && !params_.useNonTeXFonts)
870                 packages << "\\usepackage{tipa}\n";
871         if (mustProvide("tipx") && !params_.useNonTeXFonts)
872                 packages << "\\usepackage{tipx}\n";
873         if (mustProvide("tone") && !params_.useNonTeXFonts)
874                 packages << "\\usepackage{tone}\n";
875
876         // if fontspec or newtxmath is used, AMS packages have to be loaded
877         // before fontspec (in BufferParams)
878         string const amsPackages = loadAMSPackages();
879         bool const ot1 = (params_.font_encoding() == "default" || params_.font_encoding() == "OT1");
880         bool const use_newtxmath =
881                 theLaTeXFonts().getLaTeXFont(from_ascii(params_.fonts_math)).getUsedPackage(
882                         ot1, false, false) == "newtxmath";
883         
884         if (!params_.useNonTeXFonts && !use_newtxmath && !amsPackages.empty())
885                 packages << amsPackages;
886
887         // fixltx2e must be loaded after amsthm, since amsthm produces an error with
888         // the redefined \[ command (bug 7233). Load it as early as possible, since
889         // other packages might profit from it.
890         if (mustProvide("fixltx2e"))
891                 packages << "\\usepackage{fixltx2e}\n";
892
893         if (mustProvide("cancel") &&
894             params_.use_package("cancel") != BufferParams::package_off)
895                 packages << "\\usepackage{cancel}\n";
896         
897         // accents must be loaded after amsmath
898         if (mustProvide("accents") &&
899             params_.use_package("accents") != BufferParams::package_off)
900                 packages << "\\usepackage{accents}\n";
901
902         // mathdots must be loaded after amsmath
903         if (mustProvide("mathdots") &&
904                 params_.use_package("mathdots") != BufferParams::package_off)
905                 packages << "\\usepackage{mathdots}\n";
906
907         // yhmath must be loaded after amsmath
908         if (mustProvide("yhmath") &&
909             params_.use_package("yhmath") != BufferParams::package_off)
910                 packages << "\\usepackage{yhmath}\n";
911
912         // stmaryrd must be loaded after amsmath
913         if (mustProvide("stmaryrd") &&
914             params_.use_package("stmaryrd") != BufferParams::package_off)
915                 packages << "\\usepackage{stmaryrd}\n";
916
917         if (mustProvide("stackrel") &&
918             params_.use_package("stackrel") != BufferParams::package_off)
919                 packages << "\\usepackage{stackrel}\n";
920
921         if (mustProvide("undertilde") &&
922                 params_.use_package("undertilde") != BufferParams::package_off)
923                 packages << "\\usepackage{undertilde}\n";
924
925         // [x]color and pdfcolmk are handled in getColorOptions() above
926
927         // makeidx.sty
928         if (isRequired("makeidx") || isRequired("splitidx")) {
929                 if (!isProvided("makeidx") && !isRequired("splitidx"))
930                         packages << "\\usepackage{makeidx}\n";
931                 if (mustProvide("splitidx"))
932                         packages << "\\usepackage{splitidx}\n";
933                 packages << "\\makeindex\n";
934         }
935
936         // graphicx.sty
937         if (mustProvide("graphicx") && params_.graphics_driver != "none") {
938                 if (params_.graphics_driver == "default")
939                         packages << "\\usepackage{graphicx}\n";
940                 else
941                         packages << "\\usepackage["
942                                  << params_.graphics_driver
943                                  << "]{graphicx}\n";
944         }
945
946         // lyxskak.sty --- newer chess support based on skak.sty
947         if (mustProvide("chess"))
948                 packages << "\\usepackage[ps,mover]{lyxskak}\n";
949
950         // setspace.sty
951         if (mustProvide("setspace") && !isProvided("SetSpace"))
952                 packages << "\\usepackage{setspace}\n";
953
954         // we need to assure that mhchem is loaded before esint and every other
955         // package that redefines command of amsmath because mhchem loads amlatex
956         // (this info is from the author of mhchem from June 2013)
957         if (mustProvide("mhchem") &&
958             params_.use_package("mhchem") != BufferParams::package_off)
959                 packages << "\\PassOptionsToPackage{version=3}{mhchem}\n"
960                             "\\usepackage{mhchem}\n";
961
962         // wasysym is a simple feature, but it must be after amsmath if both
963         // are used
964         // wasysym redefines some integrals (e.g. iint) from amsmath. That
965         // leads to inconsistent integrals. We only load this package if
966         // the document does not contain integrals (then isRequired("esint")
967         // is false) or if esint is used, since esint redefines all relevant
968         // integral symbols from wasysym and amsmath.
969         // See http://www.lyx.org/trac/ticket/1942
970         if (mustProvide("wasysym") &&
971             params_.use_package("wasysym") != BufferParams::package_off &&
972             (params_.use_package("esint") != BufferParams::package_off || !isRequired("esint")))
973                 packages << "\\usepackage{wasysym}\n";
974
975         // esint must be after amsmath (and packages requiring amsmath, like mhchem)
976         // and wasysym, since it will redeclare inconsistent integral symbols
977         if (mustProvide("esint") &&
978             params_.use_package("esint") != BufferParams::package_off)
979                 packages << "\\usepackage{esint}\n";
980
981         // Known bibliography packages (simple \usepackage{package})
982         for (int i = 0; i < nb_bibliofeatures; ++i) {
983                 if (mustProvide(bibliofeatures[i]))
984                         packages << "\\usepackage{"
985                                  << bibliofeatures[i] << "}\n";
986         }
987
988         // Compatibility between achicago and natbib
989         if (mustProvide("achicago") && mustProvide("natbib"))
990                 packages << "\\let\\achicagobib\\thebibliography\n";
991
992         // natbib.sty
993         // Some classes load natbib themselves, but still allow (or even require)
994         // plain numeric citations (ReVTeX is such a case, see bug 5182).
995         // This special case is indicated by the "natbib-internal" key.
996         if (mustProvide("natbib") && !isProvided("natbib-internal")) {
997                 packages << "\\usepackage[";
998                 if (params_.citeEngineType() == ENGINE_TYPE_NUMERICAL)
999                         packages << "numbers";
1000                 else
1001                         packages << "authoryear";
1002                 packages << "]{natbib}\n";
1003         }
1004
1005         // Compatibility between achicago and natbib
1006         if (mustProvide("achicago") && mustProvide("natbib")) {
1007                 packages << "\\let\\thebibliography\\achicagobib\n";
1008                 packages << "\\let\\SCcite\\astroncite\n";
1009                 packages << "\\let\\UnexpandableProtect\\protect\n";
1010         }
1011
1012         // jurabib -- we need version 0.6 at least.
1013         if (mustProvide("jurabib"))
1014                 packages << "\\usepackage{jurabib}[2004/01/25]\n";
1015
1016         // opcit -- we pass custombst as we output \bibliographystyle ourselves
1017         if (mustProvide("opcit")) {
1018                 if (isRequired("hyperref"))
1019                         packages << "\\usepackage[custombst,hyperref]{opcit}\n";
1020                 else
1021                         packages << "\\usepackage[custombst]{opcit}\n";
1022         }
1023
1024         // xargs -- we need version 1.09 at least
1025         if (mustProvide("xargs"))
1026                 packages << "\\usepackage{xargs}[2008/03/08]\n";
1027
1028         if (mustProvide("xy"))
1029                 packages << "\\usepackage[all]{xy}\n";
1030
1031         if (mustProvide("feyn"))
1032                 packages << "\\usepackage{feyn}\n"; //Diagram
1033
1034         if (mustProvide("ulem"))
1035                 packages << "\\PassOptionsToPackage{normalem}{ulem}\n"
1036                             "\\usepackage{ulem}\n";
1037
1038         if (mustProvide("nomencl")) {
1039                 // Make it work with the new and old version of the package,
1040                 // but don't use the compatibility option since it is
1041                 // incompatible to other packages.
1042                 packages << "\\usepackage{nomencl}\n"
1043                             "% the following is useful when we have the old nomencl.sty package\n"
1044                             "\\providecommand{\\printnomenclature}{\\printglossary}\n"
1045                             "\\providecommand{\\makenomenclature}{\\makeglossary}\n"
1046                             "\\makenomenclature\n";
1047         }
1048
1049         // fixltx2e provides subscript
1050         if (mustProvide("subscript") && !isRequired("fixltx2e"))
1051                 packages << "\\usepackage{subscript}\n";
1052
1053         return packages.str();
1054 }
1055
1056
1057 string LaTeXFeatures::getPreambleSnippets() const
1058 {
1059         ostringstream snip;
1060         SnippetList::const_iterator pit  = preamble_snippets_.begin();
1061         SnippetList::const_iterator pend = preamble_snippets_.end();
1062         for (; pit != pend; ++pit)
1063                 snip << *pit << '\n';
1064         return snip.str();
1065 }
1066
1067
1068 std::string LaTeXFeatures::getCSSSnippets() const
1069 {
1070         ostringstream snip;
1071         SnippetList::const_iterator pit  = css_snippets_.begin();
1072         SnippetList::const_iterator pend = css_snippets_.end();
1073         for (; pit != pend; ++pit)
1074                 snip << *pit << '\n';
1075         return snip.str();
1076 }
1077
1078
1079 docstring const LaTeXFeatures::getMacros() const
1080 {
1081         odocstringstream macros;
1082
1083         if (!preamble_snippets_.empty()) {
1084                 macros << '\n';
1085                 macros << from_utf8(getPreambleSnippets());
1086         }
1087
1088         if (mustProvide("papersize")) {
1089                 if (runparams_.flavor == OutputParams::LATEX)
1090                         macros << papersizedvi_def << '\n';
1091                 else
1092                         macros << papersizepdf_def << '\n';
1093         }
1094
1095         if (mustProvide("LyX")) {
1096                 if (isRequired("hyperref"))
1097                         macros << lyx_hyperref_def << '\n';
1098                 else
1099                         macros << lyx_def << '\n';
1100         }
1101
1102         if (mustProvide("noun"))
1103                 macros << noun_def << '\n';
1104
1105         if (mustProvide("lyxarrow"))
1106                 macros << lyxarrow_def << '\n';
1107
1108         if (!usePolyglossia() && mustProvide("textgreek")) {
1109                 // Avoid a LaTeX error if times fonts are used and the grtimes
1110                 // package is installed but actual fonts are not (bug 6469).
1111                 if (params_.fonts_roman == "times")
1112                         macros << subst(textgreek_def,
1113                                         from_ascii("\\greektext #1"),
1114                                         from_ascii("%\n  \\IfFileExists"
1115                                                    "{grtm10.tfm}{}{\\fontfamily"
1116                                                    "{cmr}}\\greektext #1"))
1117                                << '\n';
1118                 else
1119                         macros << textgreek_def << '\n';
1120         }
1121
1122         if (!usePolyglossia() && mustProvide("textcyr"))
1123                 macros << textcyr_def << '\n';
1124
1125         if (mustProvide("lyxmathsym"))
1126                 macros << lyxmathsym_def << '\n';
1127
1128         if (mustProvide("cedilla"))
1129                 macros << cedilla_def << '\n';
1130
1131         if (mustProvide("subring"))
1132                 macros << subring_def << '\n';
1133
1134         if (mustProvide("subdot"))
1135                 macros << subdot_def << '\n';
1136
1137         if (mustProvide("subhat"))
1138                 macros << subhat_def << '\n';
1139
1140         if (mustProvide("subtilde"))
1141                 macros << subtilde_def << '\n';
1142
1143         if (mustProvide("dacute"))
1144                 macros << dacute_def << '\n';
1145
1146         if (mustProvide("tipasymb"))
1147                 macros << tipasymb_def << '\n';
1148
1149         if (mustProvide("dgrave"))
1150                 macros << dgrave_def << '\n';
1151
1152         if (mustProvide("rcap"))
1153                 macros << rcap_def << '\n';
1154
1155         if (mustProvide("ogonek"))
1156                 macros << ogonek_def << '\n';
1157
1158         // quotes.
1159         if (mustProvide("quotesinglbase"))
1160                 macros << quotesinglbase_def << '\n';
1161         if (mustProvide("quotedblbase"))
1162                 macros << quotedblbase_def << '\n';
1163         if (mustProvide("guilsinglleft"))
1164                 macros << guilsinglleft_def << '\n';
1165         if (mustProvide("guilsinglright"))
1166                 macros << guilsinglright_def << '\n';
1167         if (mustProvide("guillemotleft"))
1168                 macros << guillemotleft_def << '\n';
1169         if (mustProvide("guillemotright"))
1170                 macros << guillemotright_def << '\n';
1171
1172         // Math mode
1173         if (mustProvide("binom") && !isRequired("amsmath"))
1174                 macros << binom_def << '\n';
1175         if (mustProvide("mathcircumflex"))
1176                 macros << mathcircumflex_def << '\n';
1177
1178         // other
1179         if (mustProvide("ParagraphLeftIndent"))
1180                 macros << paragraphleftindent_def;
1181         if (mustProvide("NeedLyXFootnoteCode"))
1182                 macros << floatingfootnote_def;
1183
1184         // some problems with tex->html converters
1185         if (mustProvide("NeedTabularnewline"))
1186                 macros << tabularnewline_def;
1187
1188         // greyed-out environment (note inset)
1189         // the color is specified in the routine
1190         // getColorOptions() to avoid LaTeX-package clashes
1191         if (mustProvide("lyxgreyedout"))
1192                 macros << lyxgreyedout_def;
1193
1194         if (mustProvide("lyxdot"))
1195                 macros << lyxdot_def << '\n';
1196
1197         // floats
1198         getFloatDefinitions(macros);
1199
1200         if (mustProvide("refstyle"))
1201                 macros << lyxref_def << '\n';
1202
1203         // change tracking
1204         if (mustProvide("ct-dvipost"))
1205                 macros << changetracking_dvipost_def;
1206
1207         if (mustProvide("ct-xcolor-ulem")) {
1208                 streamsize const prec = macros.precision(2);
1209
1210                 RGBColor cadd = rgbFromHexName(lcolor.getX11Name(Color_addedtext));
1211                 macros << "\\providecolor{lyxadded}{rgb}{"
1212                        << cadd.r / 255.0 << ',' << cadd.g / 255.0 << ',' << cadd.b / 255.0 << "}\n";
1213
1214                 RGBColor cdel = rgbFromHexName(lcolor.getX11Name(Color_deletedtext));
1215                 macros << "\\providecolor{lyxdeleted}{rgb}{"
1216                        << cdel.r / 255.0 << ',' << cdel.g / 255.0 << ',' << cdel.b / 255.0 << "}\n";
1217
1218                 macros.precision(prec);
1219
1220                 if (isRequired("hyperref"))
1221                         macros << changetracking_xcolor_ulem_hyperref_def;
1222                 else
1223                         macros << changetracking_xcolor_ulem_def;
1224         }
1225
1226         if (mustProvide("ct-none"))
1227                 macros << changetracking_none_def;
1228
1229         if (mustProvide("rtloutputdblcol"))
1230                 macros << rtloutputdblcol_def;
1231
1232         return macros.str();
1233 }
1234
1235
1236 string const LaTeXFeatures::getBabelPresettings() const
1237 {
1238         ostringstream tmp;
1239
1240         LanguageList::const_iterator it  = UsedLanguages_.begin();
1241         LanguageList::const_iterator end = UsedLanguages_.end();
1242         for (; it != end; ++it)
1243                 if (!(*it)->babel_presettings().empty())
1244                         tmp << (*it)->babel_presettings() << '\n';
1245         if (!params_.language->babel_presettings().empty())
1246                 tmp << params_.language->babel_presettings() << '\n';
1247
1248         if (!contains(tmp.str(), '@'))
1249                 return tmp.str();
1250
1251         return "\\makeatletter\n" + tmp.str() + "\\makeatother\n";
1252 }
1253
1254
1255 string const LaTeXFeatures::getBabelPostsettings() const
1256 {
1257         ostringstream tmp;
1258
1259         LanguageList::const_iterator it  = UsedLanguages_.begin();
1260         LanguageList::const_iterator end = UsedLanguages_.end();
1261         for (; it != end; ++it)
1262                 if (!(*it)->babel_postsettings().empty())
1263                         tmp << (*it)->babel_postsettings() << '\n';
1264         if (!params_.language->babel_postsettings().empty())
1265                 tmp << params_.language->babel_postsettings() << '\n';
1266
1267         if (!contains(tmp.str(), '@'))
1268                 return tmp.str();
1269
1270         return "\\makeatletter\n" + tmp.str() + "\\makeatother\n";
1271 }
1272
1273
1274 bool LaTeXFeatures::needBabelLangOptions() const
1275 {
1276         if (!lyxrc.language_global_options || params_.language->asBabelOptions())
1277                 return true;
1278
1279         LanguageList::const_iterator it  = UsedLanguages_.begin();
1280         LanguageList::const_iterator end = UsedLanguages_.end();
1281         for (; it != end; ++it)
1282                 if ((*it)->asBabelOptions())
1283                         return true;
1284
1285         return false;
1286 }
1287
1288
1289 string const LaTeXFeatures::loadAMSPackages() const
1290 {
1291         ostringstream tmp;
1292         if (mustProvide("amsthm"))
1293                 tmp << "\\usepackage{amsthm}\n";
1294
1295         if (mustProvide("amsmath")
1296             && params_.use_package("amsmath") != BufferParams::package_off) {
1297                 tmp << "\\usepackage{amsmath}\n";
1298         } else {
1299                 // amsbsy and amstext are already provided by amsmath
1300                 if (mustProvide("amsbsy"))
1301                         tmp << "\\usepackage{amsbsy}\n";
1302                 if (mustProvide("amstext"))
1303                         tmp << "\\usepackage{amstext}\n";
1304         }
1305
1306         if (mustProvide("amssymb")
1307             && params_.use_package("amssymb") != BufferParams::package_off)
1308                 tmp << "\\usepackage{amssymb}\n";
1309
1310         return tmp.str();
1311 }
1312
1313
1314 docstring const LaTeXFeatures::getTClassPreamble() const
1315 {
1316         // the text class specific preamble
1317         DocumentClass const & tclass = params_.documentClass();
1318         odocstringstream tcpreamble;
1319
1320         tcpreamble << tclass.preamble();
1321
1322         list<docstring>::const_iterator cit = usedLayouts_.begin();
1323         list<docstring>::const_iterator end = usedLayouts_.end();
1324         for (; cit != end; ++cit)
1325                 tcpreamble << tclass[*cit].preamble();
1326
1327         cit = usedInsetLayouts_.begin();
1328         end = usedInsetLayouts_.end();
1329         TextClass::InsetLayouts const & ils = tclass.insetLayouts();
1330         for (; cit != end; ++cit) {
1331                 TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
1332                 if (it == ils.end())
1333                         continue;
1334                 tcpreamble << it->second.preamble();
1335         }
1336
1337         return tcpreamble.str();
1338 }
1339
1340
1341 docstring const LaTeXFeatures::getTClassHTMLPreamble() const
1342 {
1343         DocumentClass const & tclass = params_.documentClass();
1344         odocstringstream tcpreamble;
1345
1346         tcpreamble << tclass.htmlpreamble();
1347
1348         list<docstring>::const_iterator cit = usedLayouts_.begin();
1349         list<docstring>::const_iterator end = usedLayouts_.end();
1350         for (; cit != end; ++cit)
1351                 tcpreamble << tclass[*cit].htmlpreamble();
1352
1353         cit = usedInsetLayouts_.begin();
1354         end = usedInsetLayouts_.end();
1355         TextClass::InsetLayouts const & ils = tclass.insetLayouts();
1356         for (; cit != end; ++cit) {
1357                 TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
1358                 if (it == ils.end())
1359                         continue;
1360                 tcpreamble << it->second.htmlpreamble();
1361         }
1362
1363         return tcpreamble.str();
1364 }
1365
1366
1367 docstring const LaTeXFeatures::getTClassHTMLStyles() const
1368 {
1369         DocumentClass const & tclass = params_.documentClass();
1370         odocstringstream tcpreamble;
1371
1372         if (mustProvide("noun"))
1373                 tcpreamble << lyxnoun_style;
1374         // this isn't exact, but it won't hurt that much if it
1375         // wasn't for this.
1376         if (mustProvide("ulem"))
1377                 tcpreamble << lyxstrikeout_style;
1378
1379         tcpreamble << tclass.htmlstyles();
1380
1381         list<docstring>::const_iterator cit = usedLayouts_.begin();
1382         list<docstring>::const_iterator end = usedLayouts_.end();
1383         for (; cit != end; ++cit)
1384                 tcpreamble << tclass[*cit].htmlstyle();
1385
1386         cit = usedInsetLayouts_.begin();
1387         end = usedInsetLayouts_.end();
1388         TextClass::InsetLayouts const & ils = tclass.insetLayouts();
1389         for (; cit != end; ++cit) {
1390                 TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
1391                 if (it == ils.end())
1392                         continue;
1393                 tcpreamble << it->second.htmlstyle();
1394         }
1395
1396         return tcpreamble.str();
1397 }
1398
1399
1400 namespace {
1401
1402 docstring const getFloatI18nPreamble(docstring const & type,
1403                         docstring const & name, Language const * lang,
1404                         Encoding const & enc, bool const polyglossia)
1405 {
1406         // Check whether name can be encoded in the buffer encoding
1407         bool encodable = true;
1408         for (size_t i = 0; i < name.size(); ++i) {
1409                 if (!enc.encodable(name[i])) {
1410                         encodable = false;
1411                         break;
1412                 }
1413         }
1414
1415         docstring const language = polyglossia ? from_ascii(lang->polyglossia())
1416                                                : from_ascii(lang->babel());
1417         docstring const langenc = from_ascii(lang->encoding()->iconvName());
1418         docstring const texenc = from_ascii(lang->encoding()->latexName());
1419         docstring const bufenc = from_ascii(enc.iconvName());
1420         docstring const s1 = docstring(1, 0xF0000);
1421         docstring const s2 = docstring(1, 0xF0001);
1422         docstring const translated = encodable ? name
1423                 : from_ascii("\\inputencoding{") + texenc + from_ascii("}")
1424                         + s1 + langenc + s2 + name + s1 + bufenc + s2;
1425
1426         odocstringstream os;
1427         os << "\\addto\\captions" << language
1428            << "{\\renewcommand{\\" << type << "name}{" << translated << "}}\n";
1429         return os.str();
1430 }
1431
1432
1433 docstring const i18npreamble(docstring const & templ, Language const * lang,
1434                 Encoding const & enc, bool const polyglossia)
1435 {
1436         if (templ.empty())
1437                 return templ;
1438
1439         string preamble = polyglossia ?
1440                 subst(to_utf8(templ), "$$lang", lang->polyglossia()) :
1441                 subst(to_utf8(templ), "$$lang", lang->babel());
1442
1443         string const langenc = lang->encoding()->iconvName();
1444         string const texenc = lang->encoding()->latexName();
1445         string const bufenc = enc.iconvName();
1446         // First and second character of plane 15 (Private Use Area)
1447         string const s1 = "\xf3\xb0\x80\x80"; // U+F0000
1448         string const s2 = "\xf3\xb0\x80\x81"; // U+F0001
1449         // FIXME UNICODE
1450         // lyx::regex is not unicode-safe.
1451         // Should use QRegExp or (boost::u32regex, but that requires ICU)
1452         static regex const reg("_\\(([^\\)]+)\\)");
1453         smatch sub;
1454         while (regex_search(preamble, sub, reg)) {
1455                 string const key = sub.str(1);
1456                 docstring const name = lang->translateLayout(key);
1457                 // Check whether name can be encoded in the buffer encoding
1458                 bool encodable = true;
1459                 for (size_t i = 0; i < name.size(); ++i) {
1460                         if (!enc.encodable(name[i])) {
1461                                 encodable = false;
1462                                 break;
1463                         }
1464                 }
1465                 string const translated = encodable ? to_utf8(name)
1466                         : "\\inputencoding{" + texenc + "}"
1467                         + s1 + langenc + s2 + to_utf8(name)
1468                         + s1 + bufenc + s2;
1469                 preamble = subst(preamble, sub.str(), translated);
1470         }
1471         return from_utf8(preamble);
1472 }
1473
1474 }
1475
1476
1477 docstring const LaTeXFeatures::getTClassI18nPreamble(bool use_babel, bool use_polyglossia) const
1478 {
1479         DocumentClass const & tclass = params_.documentClass();
1480         // collect preamble snippets in a set to prevent multiple identical
1481         // commands (would happen if e.g. both theorem and theorem* are used)
1482         set<docstring> snippets;
1483         typedef LanguageList::const_iterator lang_it;
1484         lang_it const lbeg = UsedLanguages_.begin();
1485         lang_it const lend =  UsedLanguages_.end();
1486         list<docstring>::const_iterator cit = usedLayouts_.begin();
1487         list<docstring>::const_iterator end = usedLayouts_.end();
1488         for (; cit != end; ++cit) {
1489                 // language dependent commands (once per document)
1490                 snippets.insert(i18npreamble(tclass[*cit].langpreamble(),
1491                                                 buffer().language(),
1492                                                 buffer().params().encoding(),
1493                                                 use_polyglossia));
1494                 // commands for language changing (for multilanguage documents)
1495                 if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
1496                         snippets.insert(i18npreamble(
1497                                                 tclass[*cit].babelpreamble(),
1498                                                 buffer().language(),
1499                                                 buffer().params().encoding(),
1500                                                 use_polyglossia));
1501                         for (lang_it lit = lbeg; lit != lend; ++lit)
1502                                 snippets.insert(i18npreamble(
1503                                                 tclass[*cit].babelpreamble(),
1504                                                 *lit,
1505                                                 buffer().params().encoding(),
1506                                                 use_polyglossia));
1507                 }
1508         }
1509         if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
1510                 FloatList const & floats = params_.documentClass().floats();
1511                 UsedFloats::const_iterator fit = usedFloats_.begin();
1512                 UsedFloats::const_iterator fend = usedFloats_.end();
1513                 for (; fit != fend; ++fit) {
1514                         Floating const & fl = floats.getType(fit->first);
1515                         // we assume builtin floats are translated
1516                         if (fl.isPredefined())
1517                                 continue;
1518                         docstring const type = from_ascii(fl.floattype());
1519                         docstring const flname = from_utf8(fl.name());
1520                         docstring name = buffer().language()->translateLayout(fl.name());
1521                         // only request translation if we have a real translation
1522                         // (that differs from the source)
1523                         if (flname != name)
1524                                 snippets.insert(getFloatI18nPreamble(
1525                                                 type, name, buffer().language(),
1526                                                 buffer().params().encoding(),
1527                                                 use_polyglossia));
1528                         for (lang_it lit = lbeg; lit != lend; ++lit) {
1529                                 string const code = (*lit)->code();
1530                                 name = (*lit)->translateLayout(fl.name());
1531                                 // we assume we have a suitable translation if
1532                                 // either the language is English (we need to
1533                                 // translate into English if English is a secondary
1534                                 // language) or if translateIfPossible returns
1535                                 // something different to the English source.
1536                                 bool const have_translation =
1537                                         (flname != name || contains(code, "en"));
1538                                 if (have_translation)
1539                                         snippets.insert(getFloatI18nPreamble(
1540                                                 type, name, *lit,
1541                                                 buffer().params().encoding(),
1542                                                 use_polyglossia));
1543                         }
1544                 }
1545         }
1546
1547         cit = usedInsetLayouts_.begin();
1548         end = usedInsetLayouts_.end();
1549         TextClass::InsetLayouts const & ils = tclass.insetLayouts();
1550         for (; cit != end; ++cit) {
1551                 TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
1552                 if (it == ils.end())
1553                         continue;
1554                 // language dependent commands (once per document)
1555                 snippets.insert(i18npreamble(it->second.langpreamble(),
1556                                                 buffer().language(),
1557                                                 buffer().params().encoding(),
1558                                                 use_polyglossia));
1559                 // commands for language changing (for multilanguage documents)
1560                 if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
1561                         snippets.insert(i18npreamble(
1562                                                 it->second.babelpreamble(),
1563                                                 buffer().language(),
1564                                                 buffer().params().encoding(),
1565                                                 use_polyglossia));
1566                         for (lang_it lit = lbeg; lit != lend; ++lit)
1567                                 snippets.insert(i18npreamble(
1568                                                 it->second.babelpreamble(),
1569                                                 *lit,
1570                                                 buffer().params().encoding(),
1571                                                 use_polyglossia));
1572                 }
1573         }
1574
1575         odocstringstream tcpreamble;
1576         set<docstring>::const_iterator const send = snippets.end();
1577         set<docstring>::const_iterator it = snippets.begin();
1578         for (; it != send; ++it)
1579                 tcpreamble << *it;
1580         return tcpreamble.str();
1581 }
1582
1583
1584 docstring const LaTeXFeatures::getLyXSGMLEntities() const
1585 {
1586         // Definition of entities used in the document that are LyX related.
1587         odocstringstream entities;
1588
1589         if (mustProvide("lyxarrow")) {
1590                 entities << "<!ENTITY lyxarrow \"-&gt;\">" << '\n';
1591         }
1592
1593         return entities.str();
1594 }
1595
1596
1597 docstring const LaTeXFeatures::getIncludedFiles(string const & fname) const
1598 {
1599         odocstringstream sgmlpreamble;
1600         // FIXME UNICODE
1601         docstring const basename(from_utf8(onlyPath(fname)));
1602
1603         FileMap::const_iterator end = IncludedFiles_.end();
1604         for (FileMap::const_iterator fi = IncludedFiles_.begin();
1605              fi != end; ++fi)
1606                 // FIXME UNICODE
1607                 sgmlpreamble << "\n<!ENTITY " << fi->first
1608                              << (isSGMLFileName(fi->second) ? " SYSTEM \"" : " \"")
1609                              << makeRelPath(from_utf8(fi->second), basename) << "\">";
1610
1611         return sgmlpreamble.str();
1612 }
1613
1614
1615 void LaTeXFeatures::showStruct() const
1616 {
1617         lyxerr << "LyX needs the following commands when LaTeXing:"
1618                << "\n***** Packages:" << getPackages()
1619                << "\n***** Macros:" << to_utf8(getMacros())
1620                << "\n***** Textclass stuff:" << to_utf8(getTClassPreamble())
1621                << "\n***** done." << endl;
1622 }
1623
1624
1625 Buffer const & LaTeXFeatures::buffer() const
1626 {
1627         return *buffer_;
1628 }
1629
1630
1631 void LaTeXFeatures::setBuffer(Buffer const & buffer)
1632 {
1633         buffer_ = &buffer;
1634 }
1635
1636
1637 BufferParams const & LaTeXFeatures::bufferParams() const
1638 {
1639         return params_;
1640 }
1641
1642
1643 void LaTeXFeatures::getFloatDefinitions(odocstream & os) const
1644 {
1645         FloatList const & floats = params_.documentClass().floats();
1646
1647         // Here we will output the code to create the needed float styles.
1648         // We will try to do this as minimal as possible.
1649         // \floatstyle{ruled}
1650         // \newfloat{algorithm}{htbp}{loa}
1651         // \providecommand{\algorithmname}{Algorithm}
1652         // \floatname{algorithm}{\protect\algorithmname}
1653         UsedFloats::const_iterator cit = usedFloats_.begin();
1654         UsedFloats::const_iterator end = usedFloats_.end();
1655         for (; cit != end; ++cit) {
1656                 Floating const & fl = floats.getType(cit->first);
1657
1658                 // For builtin floats we do nothing.
1659                 if (fl.isPredefined())
1660                         continue;
1661
1662                 // We have to special case "table" and "figure"
1663                 if (fl.floattype() == "tabular" || fl.floattype() == "figure") {
1664                         // Output code to modify "table" or "figure"
1665                         // but only if builtin == false
1666                         // and that have to be true at this point in the
1667                         // function.
1668                         docstring const type = from_ascii(fl.floattype());
1669                         docstring const placement = from_ascii(fl.placement());
1670                         docstring const style = from_ascii(fl.style());
1671                         if (!style.empty()) {
1672                                 os << "\\floatstyle{" << style << "}\n"
1673                                    << "\\restylefloat{" << type << "}\n";
1674                         }
1675                         if (!placement.empty()) {
1676                                 os << "\\floatplacement{" << type << "}{"
1677                                    << placement << "}\n";
1678                         }
1679                 } else {
1680                         // The other non builtin floats.
1681
1682                         docstring const type = from_ascii(fl.floattype());
1683                         docstring const placement = from_ascii(fl.placement());
1684                         docstring const ext = from_ascii(fl.ext());
1685                         docstring const within = from_ascii(fl.within());
1686                         docstring const style = from_ascii(fl.style());
1687                         docstring const name =
1688                                 buffer().language()->translateLayout(fl.name());
1689                         os << "\\floatstyle{" << style << "}\n"
1690                            << "\\newfloat{" << type << "}{" << placement
1691                            << "}{" << ext << '}';
1692                         if (!within.empty())
1693                                 os << '[' << within << ']';
1694                         os << '\n'
1695                            << "\\providecommand{\\" << type << "name}{"
1696                            << name << "}\n"
1697                            << "\\floatname{" << type << "}{\\protect\\"
1698                            << type << "name}\n";
1699
1700                         // What missing here is to code to minimalize the code
1701                         // output so that the same floatstyle will not be
1702                         // used several times, when the same style is still in
1703                         // effect. (Lgb)
1704                 }
1705                 if (cit->second)
1706                         // The subfig package is loaded later
1707                         os << "\n\\AtBeginDocument{\\newsubfloat{" << from_ascii(fl.floattype()) << "}}\n";
1708         }
1709 }
1710
1711
1712 void LaTeXFeatures::resolveAlternatives()
1713 {
1714         for (Features::iterator it = features_.begin(); it != features_.end();) {
1715                 if (contains(*it, '|')) {
1716                         vector<string> const alternatives = getVectorFromString(*it, "|");
1717                         vector<string>::const_iterator const end = alternatives.end();
1718                         vector<string>::const_iterator ita = alternatives.begin();
1719                         for (; ita != end; ++ita) {
1720                                 if (isRequired(*ita))
1721                                         break;
1722                         }
1723                         if (ita == end)
1724                                 require(alternatives.front());
1725                         features_.erase(it);
1726                         it = features_.begin();
1727                 } else
1728                         ++it;
1729         }
1730 }
1731
1732
1733 } // namespace lyx