2003-08-23 00:17:00 +00:00
|
|
|
/**
|
2007-04-26 04:41:58 +00:00
|
|
|
* \file LaTeXFeatures.cpp
|
2003-08-23 00:17:00 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
2002-03-21 17:27:08 +00:00
|
|
|
*
|
2008-11-14 15:58:50 +00:00
|
|
|
* \author José Matos
|
|
|
|
* \author Lars Gullik Bjønnes
|
2003-08-23 00:17:00 +00:00
|
|
|
* \author Jean-Marc Lasgouttes
|
2008-11-14 15:58:50 +00:00
|
|
|
* \author Jürgen Vigna
|
|
|
|
* \author André Pönitz
|
2002-03-21 17:27:08 +00:00
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
* Full author contact details are available in file CREDITS.
|
|
|
|
*/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
2001-12-28 13:26:54 +00:00
|
|
|
#include "LaTeXFeatures.h"
|
2003-09-06 23:36:02 +00:00
|
|
|
|
2009-02-04 20:06:50 +00:00
|
|
|
#include "Buffer.h"
|
2007-10-25 12:41:02 +00:00
|
|
|
#include "BufferParams.h"
|
2009-02-09 23:30:24 +00:00
|
|
|
#include "ColorSet.h"
|
2009-05-28 08:59:25 +00:00
|
|
|
#include "Converter.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Encoding.h"
|
2003-09-04 03:54:04 +00:00
|
|
|
#include "Floating.h"
|
2000-12-29 12:48:02 +00:00
|
|
|
#include "FloatList.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Language.h"
|
2012-09-19 13:46:19 +00:00
|
|
|
#include "LaTeXFonts.h"
|
2011-11-06 17:03:59 +00:00
|
|
|
#include "LaTeXPackages.h"
|
2007-09-29 20:02:32 +00:00
|
|
|
#include "Layout.h"
|
2007-04-26 11:30:54 +00:00
|
|
|
#include "Lexer.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "LyXRC.h"
|
2007-11-07 23:25:08 +00:00
|
|
|
#include "TextClass.h"
|
2000-12-29 12:48:02 +00:00
|
|
|
|
2009-06-03 23:44:31 +00:00
|
|
|
#include "insets/InsetLayout.h"
|
|
|
|
|
2008-02-01 15:54:40 +00:00
|
|
|
#include "support/debug.h"
|
2006-10-21 19:40:29 +00:00
|
|
|
#include "support/docstream.h"
|
2007-12-17 16:04:46 +00:00
|
|
|
#include "support/FileName.h"
|
2001-12-28 13:26:54 +00:00
|
|
|
#include "support/filetools.h"
|
2009-06-09 18:16:43 +00:00
|
|
|
#include "support/gettext.h"
|
2008-02-01 15:54:40 +00:00
|
|
|
#include "support/lstrings.h"
|
2012-04-10 18:21:01 +00:00
|
|
|
#include "support/regex.h"
|
2003-09-06 23:36:02 +00:00
|
|
|
|
2010-06-06 10:07:49 +00:00
|
|
|
#include <algorithm>
|
|
|
|
|
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
using namespace std;
|
2007-12-12 18:57:56 +00:00
|
|
|
using namespace lyx::support;
|
2007-07-17 17:46:54 +00:00
|
|
|
|
2008-03-15 00:22:54 +00:00
|
|
|
|
2007-07-17 17:46:54 +00:00
|
|
|
namespace lyx {
|
|
|
|
|
2007-04-30 20:20:05 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Strings
|
|
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
//\NeedsTeXFormat{LaTeX2e}
|
|
|
|
//\ProvidesPackage{lyx}[1996/01/11 LLE v0.2 (LyX LaTeX Extensions)]
|
|
|
|
//\message{LyX LaTeX Extensions (LLE v0.2) of 11-Jan-1996.}
|
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const lyx_def = from_ascii(
|
|
|
|
"\\providecommand{\\LyX}{L\\kern-.1667em\\lower.25em\\hbox{Y}\\kern-.125emX\\@}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2011-01-10 17:27:56 +00:00
|
|
|
static docstring const lyx_hyperref_def = from_ascii(
|
|
|
|
"\\providecommand{\\LyX}{\\texorpdfstring%\n"
|
|
|
|
" {L\\kern-.1667em\\lower.25em\\hbox{Y}\\kern-.125emX\\@}\n"
|
|
|
|
" {LyX}}");
|
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const noun_def = from_ascii(
|
|
|
|
"\\newcommand{\\noun}[1]{\\textsc{#1}}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const lyxarrow_def = from_ascii(
|
2009-01-18 14:00:43 +00:00
|
|
|
"\\DeclareRobustCommand*{\\lyxarrow}{%\n"
|
2009-01-11 08:31:52 +00:00
|
|
|
"\\@ifstar\n"
|
|
|
|
"{\\leavevmode\\,$\\triangleleft$\\,\\allowbreak}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"{\\leavevmode\\,$\\triangleright$\\,\\allowbreak}}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
|
|
|
// for quotes without babel. This does not give perfect results, but
|
|
|
|
// anybody serious about non-english quotes should use babel (JMarc).
|
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const quotedblbase_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"\\ProvideTextCommandDefault{\\quotedblbase}{%\n"
|
|
|
|
" \\raisebox{-1.4ex}[1ex][.5ex]{\\textquotedblright}%\n"
|
|
|
|
" \\penalty10000\\hskip0em\\relax%\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const quotesinglbase_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"\\ProvideTextCommandDefault{\\quotesinglbase}{%\n"
|
|
|
|
" \\raisebox{-1.4ex}[1ex][.5ex]{\\textquoteright}%\n"
|
|
|
|
" \\penalty10000\\hskip0em\\relax%\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const guillemotleft_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"\\ProvideTextCommandDefault{\\guillemotleft}{%\n"
|
|
|
|
" {\\usefont{U}{lasy}{m}{n}\\char'50\\kern-.15em\\char'50}%\n"
|
|
|
|
"\\penalty10000\\hskip0pt\\relax%\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const guillemotright_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"\\ProvideTextCommandDefault{\\guillemotright}{%\n"
|
|
|
|
" \\penalty10000\\hskip0pt%\n"
|
|
|
|
" {\\usefont{U}{lasy}{m}{n}\\char'51\\kern-.15em\\char'51}%\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const guilsinglleft_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"\\ProvideTextCommandDefault{\\guilsinglleft}{%\n"
|
|
|
|
" {\\usefont{U}{lasy}{m}{n}\\char'50}%\n"
|
|
|
|
" \\penalty10000\\hskip0pt\\relax%\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const guilsinglright_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"\\ProvideTextCommandDefault{\\guilsinglright}{%\n"
|
|
|
|
" \\penalty10000\\hskip0pt%\n"
|
|
|
|
" {\\usefont{U}{lasy}{m}{n}\\char'51}%\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"}");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const paragraphleftindent_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"\\newenvironment{LyXParagraphLeftIndent}[1]%\n"
|
|
|
|
"{\n"
|
|
|
|
" \\begin{list}{}{%\n"
|
|
|
|
" \\setlength{\\topsep}{0pt}%\n"
|
|
|
|
" \\addtolength{\\leftmargin}{#1}\n"
|
|
|
|
// ho hum, yet more things commented out with no hint as to why they
|
|
|
|
// weren't just removed
|
|
|
|
// "%% \\addtolength{\\leftmargin}{#1\\textwidth}\n"
|
|
|
|
// "%% \\setlength{\\textwidth}{#2\\textwidth}\n"
|
|
|
|
// "%% \\setlength\\listparindent\\parindent%\n"
|
|
|
|
// "%% \\setlength\\itemindent\\parindent%\n"
|
|
|
|
" \\setlength{\\parsep}{0pt plus 1pt}%\n"
|
|
|
|
" }\n"
|
|
|
|
" \\item[]\n"
|
|
|
|
"}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"{\\end{list}}\n");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const floatingfootnote_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"%% Special footnote code from the package 'stblftnt.sty'\n"
|
|
|
|
"%% Author: Robin Fairbairns -- Last revised Dec 13 1996\n"
|
|
|
|
"\\let\\SF@@footnote\\footnote\n"
|
|
|
|
"\\def\\footnote{\\ifx\\protect\\@typeset@protect\n"
|
|
|
|
" \\expandafter\\SF@@footnote\n"
|
|
|
|
" \\else\n"
|
|
|
|
" \\expandafter\\SF@gobble@opt\n"
|
|
|
|
" \\fi\n"
|
|
|
|
"}\n"
|
|
|
|
"\\expandafter\\def\\csname SF@gobble@opt \\endcsname{\\@ifnextchar[%]\n"
|
|
|
|
" \\SF@gobble@twobracket\n"
|
|
|
|
" \\@gobble\n"
|
|
|
|
"}\n"
|
|
|
|
"\\edef\\SF@gobble@opt{\\noexpand\\protect\n"
|
|
|
|
" \\expandafter\\noexpand\\csname SF@gobble@opt \\endcsname}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\def\\SF@gobble@twobracket[#1]#2{}\n");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const binom_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"%% Binom macro for standard LaTeX users\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\binom}[2]{{#1 \\choose #2}}\n");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const mathcircumflex_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"%% For printing a cirumflex inside a formula\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\mathcircumflex}[0]{\\mbox{\\^{}}}\n");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const tabularnewline_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"%% Because html converters don't know tabularnewline\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\providecommand{\\tabularnewline}{\\\\}\n");
|
2011-12-03 22:15:11 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const lyxgreyedout_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"%% The greyedout annotation environment\n"
|
Introduce a wrapper class for odocstream to help ensuring that no
blank lines may be inadvertently output. This is achieved by using two
special iomanip-like variables (breakln and safebreakln) in the lyx::
namespace. When they are inserted in the stream, a newline is output
only if not already at the beginning of a line. The difference between
breakln and safebreakln is that, if needed, the former outputs '\n'
and the latter "%\n".
In future, the new class will also be used for counting the number of
newlines issued. Even if the infractrure for doing that is already in
place, the counting is essentially still done the old way.
There are still places in the code where the functionality of the
class could be used, most probably. ATM, it is used for InsetTabular,
InsetListings, InsetFloat, and InsetText.
The Comment and GreyedOut insets required a special treatment and a
new InsetLayout parameter (Display) has been introduced. The default
for Display is "true", meaning that the corresponding latex
environment is of "display" type, i.e., it stands on its own, whereas
"false" means that the contents appear inline with the text. The
latter is the case for both Comment and GreyedOut insets.
Mostly, the only visible effects on latex exports should be the
disappearing of some redundant % chars and the appearing/disappearing
of null {} latex groups after a comment or lyxgreyedout environments
(they are related to the presence or absence of a space immediately
after those environments), as well as the fact that math environments
are now started on their own lines.
As a last thing, only the latex code between \begin{document} and
\end{document} goes through the new class, the preamble being directly
output through odocstream, as usual.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37360 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-29 02:41:13 +00:00
|
|
|
"\\newenvironment{lyxgreyedout}\n"
|
|
|
|
" {\\textcolor{note_fontcolor}\\bgroup\\ignorespaces}\n"
|
|
|
|
" {\\ignorespacesafterend\\egroup}\n");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
|
|
|
// We want to omit the file extension for includegraphics, but this does not
|
|
|
|
// work when the filename contains other dots.
|
|
|
|
// Idea from http://www.tex.ac.uk/cgi-bin/texfaq2html?label=unkgrfextn
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const lyxdot_def = from_ascii(
|
2007-04-30 20:20:05 +00:00
|
|
|
"%% A simple dot to overcome graphicx limitations\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\lyxdot}{.}\n");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const changetracking_dvipost_def = from_ascii(
|
2007-05-08 17:46:03 +00:00
|
|
|
"%% Change tracking with dvipost\n"
|
|
|
|
"\\dvipostlayout\n"
|
|
|
|
"\\dvipost{osstart color push Red}\n"
|
|
|
|
"\\dvipost{osend color pop}\n"
|
|
|
|
"\\dvipost{cbstart color push Blue}\n"
|
|
|
|
"\\dvipost{cbend color pop}\n"
|
2012-12-03 12:55:20 +00:00
|
|
|
"\\DeclareRobustCommand{\\lyxadded}[3]{\\changestart#3\\changeend}\n"
|
|
|
|
"\\DeclareRobustCommand{\\lyxdeleted}[3]{%\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\changestart\\overstrikeon#3\\overstrikeoff\\changeend}\n");
|
2007-05-08 17:46:03 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const changetracking_xcolor_ulem_def = from_ascii(
|
2009-01-12 08:01:28 +00:00
|
|
|
"%% Change tracking with ulem\n"
|
2012-12-03 12:55:20 +00:00
|
|
|
"\\DeclareRobustCommand{\\lyxadded}[3]{{\\color{lyxadded}{}#3}}\n"
|
|
|
|
"\\DeclareRobustCommand{\\lyxdeleted}[3]{{\\color{lyxdeleted}\\sout{#3}}}\n");
|
2008-01-19 11:17:12 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const changetracking_xcolor_ulem_hyperref_def = from_ascii(
|
2009-01-12 08:01:28 +00:00
|
|
|
"%% Change tracking with ulem\n"
|
2012-12-03 12:55:20 +00:00
|
|
|
"\\DeclareRobustCommand{\\lyxadded}[3]{{\\texorpdfstring{\\color{lyxadded}{}}{}#3}}\n"
|
|
|
|
"\\DeclareRobustCommand{\\lyxdeleted}[3]{{\\texorpdfstring{\\color{lyxdeleted}\\sout{#3}}{}}}\n");
|
2008-01-19 11:17:12 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const changetracking_none_def = from_ascii(
|
2007-05-13 15:17:57 +00:00
|
|
|
"\\newcommand{\\lyxadded}[3]{#3}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\lyxdeleted}[3]{}\n");
|
2007-04-30 20:20:05 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const textgreek_def = from_ascii(
|
2010-04-09 09:27:54 +00:00
|
|
|
"\\DeclareRobustCommand{\\greektext}{%\n"
|
|
|
|
" \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}}\n"
|
2010-01-23 01:36:40 +00:00
|
|
|
"\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
|
2010-04-09 09:27:54 +00:00
|
|
|
"\\DeclareFontEncoding{LGR}{}{}\n"
|
|
|
|
"\\DeclareTextSymbol{\\~}{LGR}{126}");
|
2007-10-12 18:21:51 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const textcyr_def = from_ascii(
|
2007-10-12 18:21:51 +00:00
|
|
|
"\\DeclareRobustCommand{\\cyrtext}{%\n"
|
2008-09-26 15:53:15 +00:00
|
|
|
" \\fontencoding{T2A}\\selectfont\\def\\encodingdefault{T2A}}\n"
|
2007-10-12 18:21:51 +00:00
|
|
|
"\\DeclareRobustCommand{\\textcyr}[1]{\\leavevmode{\\cyrtext #1}}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\AtBeginDocument{\\DeclareFontEncoding{T2A}{}{}}\n");
|
2008-05-31 20:54:50 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const lyxmathsym_def = from_ascii(
|
2009-03-30 22:40:27 +00:00
|
|
|
"\\newcommand{\\lyxmathsym}[1]{\\ifmmode\\begingroup\\def\\b@ld{bold}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
" \\text{\\ifx\\math@version\\b@ld\\bfseries\\fi#1}\\endgroup\\else#1\\fi}\n");
|
2008-05-31 20:54:50 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const papersizedvi_def = from_ascii(
|
|
|
|
"\\special{papersize=\\the\\paperwidth,\\the\\paperheight}\n");
|
2008-07-01 12:46:46 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const papersizepdf_def = from_ascii(
|
2008-07-01 12:46:46 +00:00
|
|
|
"\\pdfpageheight\\paperheight\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\pdfpagewidth\\paperwidth\n");
|
2008-07-01 12:46:46 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const cedilla_def = from_ascii(
|
2008-09-26 15:53:15 +00:00
|
|
|
"\\newcommand{\\docedilla}[2]{\\underaccent{#1\\mathchar'30}{#2}}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\cedilla}[1]{\\mathpalette\\docedilla{#1}}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const subring_def = from_ascii(
|
2008-09-26 15:53:15 +00:00
|
|
|
"\\newcommand{\\dosubring}[2]{\\underaccent{#1\\mathchar'27}{#2}}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\subring}[1]{\\mathpalette\\dosubring{#1}}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const subdot_def = from_ascii(
|
2008-09-26 15:53:15 +00:00
|
|
|
"\\newcommand{\\dosubdot}[2]{\\underaccent{#1.}{#2}}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\subdot}[1]{\\mathpalette\\dosubdot{#1}}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const subhat_def = from_ascii(
|
2008-09-26 15:53:15 +00:00
|
|
|
"\\newcommand{\\dosubhat}[2]{\\underaccent{#1\\mathchar'136}{#2}}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\subhat}[1]{\\mathpalette\\dosubhat{#1}}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const subtilde_def = from_ascii(
|
2008-09-26 15:53:15 +00:00
|
|
|
"\\newcommand{\\dosubtilde}[2]{\\underaccent{#1\\mathchar'176}{#2}}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\subtilde}[1]{\\mathpalette\\dosubtilde{#1}}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const dacute_def = from_ascii(
|
|
|
|
"\\DeclareMathAccent{\\dacute}{\\mathalpha}{operators}{'175}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const tipasymb_def = from_ascii(
|
2008-09-26 15:53:15 +00:00
|
|
|
"\\DeclareFontEncoding{T3}{}{}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\DeclareSymbolFont{tipasymb}{T3}{cmr}{m}{n}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const dgrave_def = from_ascii(
|
|
|
|
"\\DeclareMathAccent{\\dgrave}{\\mathord}{tipasymb}{'15}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const rcap_def = from_ascii(
|
|
|
|
"\\DeclareMathAccent{\\rcap}{\\mathord}{tipasymb}{'20}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
static docstring const ogonek_def = from_ascii(
|
2008-09-26 15:53:15 +00:00
|
|
|
"\\newcommand{\\doogonek}[2]{\\setbox0=\\hbox{$#1#2$}\\underaccent{#1\\mkern-6mu\n"
|
|
|
|
" \\ifx#2O\\hskip0.5\\wd0\\else\\ifx#2U\\hskip0.5\\wd0\\else\\hskip\\wd0\\fi\\fi\n"
|
|
|
|
" \\ifx#2o\\mkern-2mu\\else\\ifx#2e\\mkern-1mu\\fi\\fi\n"
|
|
|
|
" \\mathchar\"0\\hexnumber@\\symtipasymb0C}{#2}}\n"
|
2009-06-09 18:16:43 +00:00
|
|
|
"\\newcommand{\\ogonek}[1]{\\mathpalette\\doogonek{#1}}\n");
|
2008-09-26 15:53:15 +00:00
|
|
|
|
2010-10-28 16:04:46 +00:00
|
|
|
static docstring const lyxref_def = from_ascii(
|
2010-11-08 17:52:43 +00:00
|
|
|
"\\RS@ifundefined{subref}\n"
|
2011-12-03 22:15:11 +00:00
|
|
|
" {\\def\\RSsubtxt{section~}\\newref{sub}{name = \\RSsubtxt}}\n"
|
2010-11-08 17:52:43 +00:00
|
|
|
" {}\n"
|
2010-10-28 16:28:16 +00:00
|
|
|
"\\RS@ifundefined{thmref}\n"
|
2011-12-03 22:15:11 +00:00
|
|
|
" {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n"
|
2010-10-28 16:04:46 +00:00
|
|
|
" {}\n"
|
2010-10-28 17:35:28 +00:00
|
|
|
"\\RS@ifundefined{lemref}\n"
|
|
|
|
" {\\def\\RSlemtxt{lemma~}\\newref{lem}{name = \\RSlemtxt}}\n"
|
2010-11-04 12:08:01 +00:00
|
|
|
" {}\n");
|
2010-10-28 16:04:46 +00:00
|
|
|
|
2012-09-22 21:14:34 +00:00
|
|
|
// Make sure the columns are also outputed as rtl
|
|
|
|
static docstring const rtloutputdblcol_def = from_ascii(
|
|
|
|
"\\def\\@outputdblcol{%\n"
|
|
|
|
" \\if@firstcolumn\n"
|
|
|
|
" \\global \\@firstcolumnfalse\n"
|
|
|
|
" \\global \\setbox\\@leftcolumn \\box\\@outputbox\n"
|
|
|
|
" \\else\n"
|
|
|
|
" \\global \\@firstcolumntrue\n"
|
|
|
|
" \\setbox\\@outputbox \\vbox {%\n"
|
|
|
|
" \\hb@xt@\\textwidth {%\n"
|
|
|
|
" \\kern\\textwidth \\kern-\\columnwidth %**\n"
|
|
|
|
" \\hb@xt@\\columnwidth {%\n"
|
|
|
|
" \\box\\@leftcolumn \\hss}%\n"
|
|
|
|
" \\kern-\\textwidth %**\n"
|
|
|
|
" \\hfil\n"
|
|
|
|
" {\\normalcolor\\vrule \\@width\\columnseprule}%\n"
|
|
|
|
" \\hfil\n"
|
|
|
|
" \\kern-\\textwidth %**\n"
|
|
|
|
" \\hb@xt@\\columnwidth {%\n"
|
|
|
|
" \\box\\@outputbox \\hss}%\n"
|
|
|
|
" \\kern-\\columnwidth \\kern\\textwidth %**\n"
|
|
|
|
" }%\n"
|
|
|
|
" }%\n"
|
|
|
|
" \\@combinedblfloats\n"
|
|
|
|
" \\@outputpage\n"
|
|
|
|
" \\begingroup\n"
|
|
|
|
" \\@dblfloatplacement\n"
|
|
|
|
" \\@startdblcolumn\n"
|
|
|
|
" \\@whilesw\\if@fcolmade \\fi\n"
|
|
|
|
" {\\@outputpage\n"
|
|
|
|
" \\@startdblcolumn}%\n"
|
|
|
|
" \\endgroup\n"
|
|
|
|
" \\fi\n"
|
|
|
|
"}\n"
|
|
|
|
"\\@mparswitchtrue\n");
|
|
|
|
|
2010-10-28 16:04:46 +00:00
|
|
|
|
2007-04-30 20:20:05 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// LaTeXFeatures
|
|
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
2005-01-24 17:12:19 +00:00
|
|
|
|
2006-03-28 18:49:46 +00:00
|
|
|
LaTeXFeatures::LaTeXFeatures(Buffer const & b, BufferParams const & p,
|
2006-04-05 23:56:29 +00:00
|
|
|
OutputParams const & r)
|
2009-02-07 12:27:24 +00:00
|
|
|
: buffer_(&b), params_(p), runparams_(r), in_float_(false)
|
2001-11-29 17:12:21 +00:00
|
|
|
{}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-09-14 17:53:12 +00:00
|
|
|
|
2012-12-23 10:34:38 +00:00
|
|
|
LaTeXFeatures::LangPackage LaTeXFeatures::langPackage() const
|
2003-05-23 11:18:43 +00:00
|
|
|
{
|
2012-07-23 12:34:24 +00:00
|
|
|
string const local_lp = bufferParams().lang_package;
|
|
|
|
|
|
|
|
// Locally, custom is just stored as a string
|
|
|
|
// in bufferParams().lang_package.
|
|
|
|
if (local_lp != "auto"
|
|
|
|
&& local_lp != "babel"
|
|
|
|
&& local_lp != "default"
|
|
|
|
&& local_lp != "none")
|
|
|
|
return LANG_PACK_CUSTOM;
|
|
|
|
|
|
|
|
if (local_lp == "none")
|
|
|
|
return LANG_PACK_NONE;
|
|
|
|
|
|
|
|
/* If "auto" is selected, we load polyglossia if required,
|
|
|
|
* else we select babel.
|
|
|
|
* If babel is selected (either directly or via the "auto"
|
|
|
|
* mechanism), we really do only require it if we have
|
|
|
|
* a language that needs it.
|
|
|
|
*/
|
|
|
|
bool const polyglossia_required =
|
|
|
|
isRequired("polyglossia")
|
2011-02-03 14:17:31 +00:00
|
|
|
&& isAvailable("polyglossia")
|
2012-09-19 13:46:19 +00:00
|
|
|
&& !isProvided("babel")
|
2012-06-08 10:54:57 +00:00
|
|
|
&& this->hasOnlyPolyglossiaLanguages();
|
2012-07-23 12:34:24 +00:00
|
|
|
bool const babel_required =
|
2012-12-23 10:34:38 +00:00
|
|
|
!bufferParams().language->babel().empty()
|
2012-07-23 12:34:24 +00:00
|
|
|
|| !this->getBabelLanguages().empty();
|
|
|
|
|
|
|
|
if (local_lp == "auto") {
|
|
|
|
// polyglossia requirement has priority over babel
|
|
|
|
if (polyglossia_required)
|
|
|
|
return LANG_PACK_POLYGLOSSIA;
|
|
|
|
else if (babel_required)
|
|
|
|
return LANG_PACK_BABEL;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (local_lp == "babel") {
|
|
|
|
if (babel_required)
|
|
|
|
return LANG_PACK_BABEL;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (local_lp == "default") {
|
|
|
|
switch (lyxrc.language_package_selection) {
|
|
|
|
case LyXRC::LP_AUTO:
|
|
|
|
// polyglossia requirement has priority over babel
|
|
|
|
if (polyglossia_required)
|
|
|
|
return LANG_PACK_POLYGLOSSIA;
|
|
|
|
else if (babel_required)
|
|
|
|
return LANG_PACK_BABEL;
|
2012-08-08 09:27:37 +00:00
|
|
|
break;
|
2012-07-23 12:34:24 +00:00
|
|
|
case LyXRC::LP_BABEL:
|
|
|
|
if (babel_required)
|
|
|
|
return LANG_PACK_BABEL;
|
2012-08-08 09:27:37 +00:00
|
|
|
break;
|
2012-07-23 12:34:24 +00:00
|
|
|
case LyXRC::LP_CUSTOM:
|
|
|
|
return LANG_PACK_CUSTOM;
|
|
|
|
case LyXRC::LP_NONE:
|
|
|
|
return LANG_PACK_NONE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return LANG_PACK_NONE;
|
2003-05-23 11:18:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-09-14 17:53:12 +00:00
|
|
|
void LaTeXFeatures::require(string const & name)
|
|
|
|
{
|
2008-02-01 15:12:04 +00:00
|
|
|
features_.insert(name);
|
|
|
|
}
|
|
|
|
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2008-02-01 15:12:04 +00:00
|
|
|
void LaTeXFeatures::require(set<string> const & names)
|
|
|
|
{
|
|
|
|
features_.insert(names.begin(), names.end());
|
2001-11-19 15:34:11 +00:00
|
|
|
}
|
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2007-07-11 13:39:08 +00:00
|
|
|
void LaTeXFeatures::useLayout(docstring const & layoutname)
|
2001-11-19 15:34:11 +00:00
|
|
|
{
|
2002-07-20 20:47:54 +00:00
|
|
|
// Some code to avoid loops in dependency definition
|
|
|
|
static int level = 0;
|
|
|
|
const int maxlevel = 30;
|
|
|
|
if (level > maxlevel) {
|
|
|
|
lyxerr << "LaTeXFeatures::useLayout: maximum level of "
|
|
|
|
<< "recursion attained by layout "
|
2007-07-11 13:39:08 +00:00
|
|
|
<< to_utf8(layoutname) << endl;
|
2002-07-20 20:47:54 +00:00
|
|
|
return;
|
|
|
|
}
|
2002-09-06 14:51:39 +00:00
|
|
|
|
2008-02-28 01:42:02 +00:00
|
|
|
DocumentClass const & tclass = params_.documentClass();
|
2002-07-20 20:47:54 +00:00
|
|
|
if (tclass.hasLayout(layoutname)) {
|
|
|
|
// Is this layout already in usedLayouts?
|
2011-12-03 22:15:11 +00:00
|
|
|
if (find(usedLayouts_.begin(), usedLayouts_.end(), layoutname)
|
2008-02-01 15:12:04 +00:00
|
|
|
!= usedLayouts_.end())
|
|
|
|
return;
|
|
|
|
|
2008-03-06 20:01:30 +00:00
|
|
|
Layout const & layout = tclass[layoutname];
|
2008-02-01 15:12:04 +00:00
|
|
|
require(layout.requires());
|
2002-09-06 14:51:39 +00:00
|
|
|
|
2008-02-01 15:12:04 +00:00
|
|
|
if (!layout.depends_on().empty()) {
|
2002-07-20 20:47:54 +00:00
|
|
|
++level;
|
2008-02-01 15:12:04 +00:00
|
|
|
useLayout(layout.depends_on());
|
2002-07-20 20:47:54 +00:00
|
|
|
--level;
|
|
|
|
}
|
2003-09-18 14:01:02 +00:00
|
|
|
usedLayouts_.push_back(layoutname);
|
2002-07-20 20:47:54 +00:00
|
|
|
} else {
|
|
|
|
lyxerr << "LaTeXFeatures::useLayout: layout `"
|
2007-07-11 13:39:08 +00:00
|
|
|
<< to_utf8(layoutname) << "' does not exist in this class"
|
2002-09-06 14:51:39 +00:00
|
|
|
<< endl;
|
2002-07-20 20:47:54 +00:00
|
|
|
}
|
2002-09-06 14:51:39 +00:00
|
|
|
|
2002-07-20 20:47:54 +00:00
|
|
|
--level;
|
2001-11-19 15:34:11 +00:00
|
|
|
}
|
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2009-06-03 23:44:31 +00:00
|
|
|
void LaTeXFeatures::useInsetLayout(InsetLayout const & lay)
|
|
|
|
{
|
|
|
|
docstring const & lname = lay.name();
|
|
|
|
DocumentClass const & tclass = params_.documentClass();
|
2009-07-14 18:29:39 +00:00
|
|
|
|
|
|
|
// this is a default inset layout, nothing useful here
|
|
|
|
if (!tclass.hasInsetLayout(lname))
|
2009-06-03 23:44:31 +00:00
|
|
|
return;
|
|
|
|
// Is this layout already in usedInsetLayouts?
|
2011-12-03 22:15:11 +00:00
|
|
|
if (find(usedInsetLayouts_.begin(), usedInsetLayouts_.end(), lname)
|
2009-06-03 23:44:31 +00:00
|
|
|
!= usedInsetLayouts_.end())
|
|
|
|
return;
|
|
|
|
|
|
|
|
require(lay.requires());
|
|
|
|
usedInsetLayouts_.push_back(lname);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-11-19 15:34:11 +00:00
|
|
|
bool LaTeXFeatures::isRequired(string const & name) const
|
|
|
|
{
|
2008-02-01 15:12:04 +00:00
|
|
|
return features_.find(name) != features_.end();
|
2001-11-19 15:34:11 +00:00
|
|
|
}
|
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2012-09-19 13:46:19 +00:00
|
|
|
bool LaTeXFeatures::isProvided(string const & name) const
|
|
|
|
{
|
2012-10-06 13:51:35 +00:00
|
|
|
if (params_.useNonTeXFonts)
|
|
|
|
return params_.documentClass().provides(name);
|
|
|
|
|
2012-09-22 08:59:53 +00:00
|
|
|
bool const ot1 = (params_.font_encoding() == "default"
|
|
|
|
|| params_.font_encoding() == "OT1");
|
|
|
|
bool const complete = (params_.fonts_sans == "default")
|
|
|
|
&& (params_.fonts_typewriter == "default");
|
2012-09-22 15:44:00 +00:00
|
|
|
bool const nomath = (params_.fonts_math == "default");
|
2012-09-19 13:46:19 +00:00
|
|
|
return params_.documentClass().provides(name)
|
2012-09-22 08:59:53 +00:00
|
|
|
|| theLaTeXFonts().getLaTeXFont(
|
2012-09-22 15:44:00 +00:00
|
|
|
from_ascii(params_.fonts_roman)).provides(name, ot1,
|
|
|
|
complete,
|
|
|
|
nomath)
|
2012-09-22 08:59:53 +00:00
|
|
|
|| theLaTeXFonts().getLaTeXFont(
|
2012-09-22 15:44:00 +00:00
|
|
|
from_ascii(params_.fonts_sans)).provides(name, ot1,
|
|
|
|
complete,
|
|
|
|
nomath)
|
2012-09-22 08:59:53 +00:00
|
|
|
|| theLaTeXFonts().getLaTeXFont(
|
2012-09-22 15:44:00 +00:00
|
|
|
from_ascii(params_.fonts_typewriter)).provides(name, ot1,
|
2012-09-23 15:40:44 +00:00
|
|
|
complete,
|
|
|
|
nomath)
|
|
|
|
|| theLaTeXFonts().getLaTeXFont(
|
|
|
|
from_ascii(params_.fonts_math)).provides(name, ot1,
|
2012-09-22 15:44:00 +00:00
|
|
|
complete,
|
|
|
|
nomath);
|
2012-09-19 13:46:19 +00:00
|
|
|
}
|
|
|
|
|
2012-10-27 13:45:27 +00:00
|
|
|
|
2007-04-06 09:02:23 +00:00
|
|
|
bool LaTeXFeatures::mustProvide(string const & name) const
|
|
|
|
{
|
2012-09-19 13:46:19 +00:00
|
|
|
return isRequired(name) && !isProvided(name);
|
2007-04-06 09:02:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-02-08 13:35:04 +00:00
|
|
|
bool LaTeXFeatures::isAvailable(string const & name)
|
2005-01-24 17:12:19 +00:00
|
|
|
{
|
2009-05-28 08:59:25 +00:00
|
|
|
string::size_type const i = name.find("->");
|
|
|
|
if (i != string::npos) {
|
|
|
|
string const from = name.substr(0,i);
|
|
|
|
string const to = name.substr(i+2);
|
2009-06-28 22:12:16 +00:00
|
|
|
//LYXERR0("from=[" << from << "] to=[" << to << "]");
|
2009-05-28 08:59:25 +00:00
|
|
|
return theConverters().isReachable(from, to);
|
|
|
|
}
|
2011-11-06 17:03:59 +00:00
|
|
|
return LaTeXPackages::isAvailable(name);
|
2005-01-24 17:12:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-01-20 17:08:39 +00:00
|
|
|
void LaTeXFeatures::addPreambleSnippet(string const & preamble)
|
2001-11-19 15:34:11 +00:00
|
|
|
{
|
2008-02-01 15:12:04 +00:00
|
|
|
SnippetList::const_iterator begin = preamble_snippets_.begin();
|
|
|
|
SnippetList::const_iterator end = preamble_snippets_.end();
|
2003-09-04 01:49:21 +00:00
|
|
|
if (find(begin, end, preamble) == end)
|
2003-09-18 14:01:02 +00:00
|
|
|
preamble_snippets_.push_back(preamble);
|
2001-11-19 15:34:11 +00:00
|
|
|
}
|
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2011-12-06 22:17:13 +00:00
|
|
|
void LaTeXFeatures::addCSSSnippet(std::string const & snippet)
|
|
|
|
{
|
|
|
|
SnippetList::const_iterator begin = css_snippets_.begin();
|
|
|
|
SnippetList::const_iterator end = css_snippets_.end();
|
|
|
|
if (find(begin, end, snippet) == end)
|
|
|
|
css_snippets_.push_back(snippet);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-03-02 11:30:50 +00:00
|
|
|
void LaTeXFeatures::useFloat(string const & name, bool subfloat)
|
2001-11-19 15:34:11 +00:00
|
|
|
{
|
2008-03-02 11:30:50 +00:00
|
|
|
if (!usedFloats_[name])
|
|
|
|
usedFloats_[name] = subfloat;
|
|
|
|
if (subfloat)
|
|
|
|
require("subfig");
|
2002-01-10 10:05:45 +00:00
|
|
|
// We only need float.sty if we use non builtin floats, or if we
|
|
|
|
// use the "H" modifier. This includes modified table and
|
|
|
|
// figure floats. (Lgb)
|
2008-02-28 01:42:02 +00:00
|
|
|
Floating const & fl = params_.documentClass().floats().getType(name);
|
2011-02-02 22:15:52 +00:00
|
|
|
if (!fl.floattype().empty() && fl.usesFloatPkg()) {
|
2002-01-10 10:05:45 +00:00
|
|
|
require("float");
|
|
|
|
}
|
2001-11-19 15:34:11 +00:00
|
|
|
}
|
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2001-11-19 15:34:11 +00:00
|
|
|
void LaTeXFeatures::useLanguage(Language const * lang)
|
|
|
|
{
|
2012-06-23 11:50:40 +00:00
|
|
|
if (!lang->babel().empty() || !lang->polyglossia().empty())
|
2007-05-05 19:18:34 +00:00
|
|
|
UsedLanguages_.insert(lang);
|
2012-06-09 09:32:34 +00:00
|
|
|
if (!lang->requires().empty())
|
|
|
|
require(lang->requires());
|
2007-11-17 12:37:18 +00:00
|
|
|
// CJK languages do not have a babel name.
|
|
|
|
// They use the CJK package
|
|
|
|
if (lang->encoding()->package() == Encoding::CJK)
|
|
|
|
require("CJK");
|
2008-08-18 17:26:09 +00:00
|
|
|
// japanese package is special
|
|
|
|
if (lang->encoding()->package() == Encoding::japanese)
|
|
|
|
require("japanese");
|
2001-11-19 15:34:11 +00:00
|
|
|
}
|
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2006-10-21 19:40:29 +00:00
|
|
|
void LaTeXFeatures::includeFile(docstring const & key, string const & name)
|
2001-11-19 15:34:11 +00:00
|
|
|
{
|
2003-09-18 14:01:02 +00:00
|
|
|
IncludedFiles_[key] = name;
|
2001-11-19 15:34:11 +00:00
|
|
|
}
|
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2003-02-16 00:54:43 +00:00
|
|
|
bool LaTeXFeatures::hasLanguages() const
|
2001-11-19 15:34:11 +00:00
|
|
|
{
|
2003-09-18 14:01:02 +00:00
|
|
|
return !UsedLanguages_.empty();
|
2001-11-19 15:34:11 +00:00
|
|
|
}
|
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2012-06-08 10:54:57 +00:00
|
|
|
bool LaTeXFeatures::hasOnlyPolyglossiaLanguages() const
|
2010-11-22 12:10:16 +00:00
|
|
|
{
|
|
|
|
LanguageList::const_iterator const begin = UsedLanguages_.begin();
|
|
|
|
for (LanguageList::const_iterator cit = begin;
|
|
|
|
cit != UsedLanguages_.end();
|
|
|
|
++cit) {
|
|
|
|
if ((*cit)->polyglossia().empty())
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-06-08 10:54:57 +00:00
|
|
|
bool LaTeXFeatures::hasPolyglossiaExclusiveLanguages() const
|
|
|
|
{
|
|
|
|
LanguageList::const_iterator const begin = UsedLanguages_.begin();
|
|
|
|
for (LanguageList::const_iterator cit = begin;
|
|
|
|
cit != UsedLanguages_.end();
|
|
|
|
++cit) {
|
2012-06-21 23:08:51 +00:00
|
|
|
if ((*cit)->babel().empty() && !(*cit)->polyglossia().empty() && (*cit)->requires().empty())
|
2012-06-08 10:54:57 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-06-23 11:50:40 +00:00
|
|
|
string LaTeXFeatures::getBabelLanguages() const
|
2001-11-19 15:34:11 +00:00
|
|
|
{
|
|
|
|
ostringstream languages;
|
|
|
|
|
2012-06-23 11:50:40 +00:00
|
|
|
bool first = true;
|
2007-05-06 20:26:02 +00:00
|
|
|
LanguageList::const_iterator const begin = UsedLanguages_.begin();
|
|
|
|
for (LanguageList::const_iterator cit = begin;
|
2003-09-18 14:01:02 +00:00
|
|
|
cit != UsedLanguages_.end();
|
2007-05-06 20:26:02 +00:00
|
|
|
++cit) {
|
2012-06-23 11:50:40 +00:00
|
|
|
if ((*cit)->babel().empty())
|
|
|
|
continue;
|
|
|
|
if (!first)
|
2007-05-06 20:26:02 +00:00
|
|
|
languages << ',';
|
2012-06-23 11:50:40 +00:00
|
|
|
else
|
|
|
|
first = false;
|
2007-05-06 20:26:02 +00:00
|
|
|
languages << (*cit)->babel();
|
|
|
|
}
|
2003-09-15 11:00:00 +00:00
|
|
|
return languages.str();
|
2000-06-12 11:27:15 +00:00
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2010-11-22 12:10:16 +00:00
|
|
|
std::map<std::string, std::string> LaTeXFeatures::getPolyglossiaLanguages() const
|
|
|
|
{
|
|
|
|
std::map<std::string, std::string> languages;
|
|
|
|
|
|
|
|
LanguageList::const_iterator const begin = UsedLanguages_.begin();
|
|
|
|
for (LanguageList::const_iterator cit = begin;
|
|
|
|
cit != UsedLanguages_.end();
|
|
|
|
++cit) {
|
|
|
|
languages[(*cit)->polyglossia()] = (*cit)->polyglossiaOpts();
|
|
|
|
}
|
|
|
|
return languages;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-16 00:54:43 +00:00
|
|
|
set<string> LaTeXFeatures::getEncodingSet(string const & doc_encoding) const
|
2001-11-19 15:34:11 +00:00
|
|
|
{
|
2007-05-06 20:26:02 +00:00
|
|
|
// This does only find encodings of languages supported by babel, but
|
|
|
|
// that does not matter since we don't have a language with an
|
|
|
|
// encoding supported by inputenc but without babel support.
|
2001-11-19 15:34:11 +00:00
|
|
|
set<string> encodings;
|
2003-09-18 14:01:02 +00:00
|
|
|
LanguageList::const_iterator it = UsedLanguages_.begin();
|
|
|
|
LanguageList::const_iterator end = UsedLanguages_.end();
|
|
|
|
for (; it != end; ++it)
|
2006-12-28 18:15:25 +00:00
|
|
|
if ((*it)->encoding()->latexName() != doc_encoding &&
|
2008-08-18 17:26:09 +00:00
|
|
|
((*it)->encoding()->package() == Encoding::inputenc
|
|
|
|
|| (*it)->encoding()->package() == Encoding::japanese))
|
2006-04-09 00:26:19 +00:00
|
|
|
encodings.insert((*it)->encoding()->latexName());
|
2001-11-19 15:34:11 +00:00
|
|
|
return encodings;
|
|
|
|
}
|
2000-09-14 17:53:12 +00:00
|
|
|
|
2002-01-10 10:05:45 +00:00
|
|
|
namespace {
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2002-01-10 10:05:45 +00:00
|
|
|
char const * simplefeatures[] = {
|
2007-05-28 11:44:13 +00:00
|
|
|
// note that the package order here will be the same in the LaTeX-output
|
2002-01-10 10:05:45 +00:00
|
|
|
"array",
|
|
|
|
"verbatim",
|
|
|
|
"longtable",
|
|
|
|
"rotating",
|
|
|
|
"latexsym",
|
|
|
|
"pifont",
|
2008-05-13 01:23:50 +00:00
|
|
|
// subfig is handled in BufferParams.cpp
|
2002-01-10 10:05:45 +00:00
|
|
|
"varioref",
|
|
|
|
"prettyref",
|
2010-10-13 12:36:53 +00:00
|
|
|
"refstyle",
|
2007-09-24 17:15:18 +00:00
|
|
|
/*For a successful cooperation of the `wrapfig' package with the
|
|
|
|
`float' package you should load the `wrapfig' package *after*
|
|
|
|
the `float' package. See the caption package documentation
|
|
|
|
for explanation.*/
|
2002-07-09 13:38:27 +00:00
|
|
|
"float",
|
2008-01-11 18:56:53 +00:00
|
|
|
"rotfloat",
|
2007-09-22 12:51:33 +00:00
|
|
|
"wrapfig",
|
2006-07-03 19:13:56 +00:00
|
|
|
"booktabs",
|
2003-10-07 07:42:15 +00:00
|
|
|
"dvipost",
|
|
|
|
"fancybox",
|
2004-03-07 14:33:17 +00:00
|
|
|
"calc",
|
2007-09-12 08:15:33 +00:00
|
|
|
"units",
|
2006-04-14 14:30:43 +00:00
|
|
|
"tipa",
|
2008-02-03 17:26:46 +00:00
|
|
|
"tipx",
|
2012-08-20 06:52:42 +00:00
|
|
|
"tone",
|
2006-06-03 16:46:27 +00:00
|
|
|
"framed",
|
2007-05-13 15:17:57 +00:00
|
|
|
"soul",
|
2006-12-06 16:46:57 +00:00
|
|
|
"textcomp",
|
2007-05-28 11:44:13 +00:00
|
|
|
"pmboxdraw",
|
2007-05-28 16:04:01 +00:00
|
|
|
"bbding",
|
|
|
|
"ifsym",
|
|
|
|
"marvosym",
|
|
|
|
"txfonts",
|
2011-10-20 17:30:04 +00:00
|
|
|
"pxfonts",
|
|
|
|
"mathdesign",
|
2007-05-30 23:22:58 +00:00
|
|
|
"mathrsfs",
|
2011-10-20 19:55:13 +00:00
|
|
|
"mathabx",
|
2011-12-18 17:50:43 +00:00
|
|
|
"mathtools",
|
2012-01-23 17:20:07 +00:00
|
|
|
"cancel",
|
2007-05-30 23:22:58 +00:00
|
|
|
"ascii",
|
2007-10-13 19:18:36 +00:00
|
|
|
"url",
|
2008-01-07 16:59:10 +00:00
|
|
|
"covington",
|
|
|
|
"csquotes",
|
|
|
|
"enumitem",
|
2008-01-07 17:32:47 +00:00
|
|
|
"endnotes",
|
2010-12-09 01:19:13 +00:00
|
|
|
"hhline",
|
2008-01-10 04:14:22 +00:00
|
|
|
"ifthen",
|
2008-09-08 21:51:38 +00:00
|
|
|
// listings is handled in BufferParams.cpp
|
2008-04-11 14:07:25 +00:00
|
|
|
"bm",
|
2008-06-01 04:46:50 +00:00
|
|
|
"pdfpages",
|
2008-09-26 15:53:15 +00:00
|
|
|
"amscd",
|
2010-02-11 01:07:54 +00:00
|
|
|
"slashed",
|
2010-11-18 22:30:28 +00:00
|
|
|
"multirow",
|
2011-08-10 03:37:33 +00:00
|
|
|
"tfrupee"
|
2002-01-10 10:05:45 +00:00
|
|
|
};
|
|
|
|
|
2013-01-04 22:57:40 +00:00
|
|
|
char const * bibliofeatures[] = {
|
|
|
|
// Known bibliography packages (will be loaded before natbib)
|
|
|
|
"achicago",
|
|
|
|
"apacite",
|
|
|
|
"apalike",
|
|
|
|
"astron",
|
|
|
|
"authordate1-4",
|
|
|
|
"chicago",
|
|
|
|
"harvard",
|
|
|
|
"mslapa",
|
|
|
|
"named"
|
|
|
|
};
|
|
|
|
|
|
|
|
int const nb_bibliofeatures = sizeof(bibliofeatures) / sizeof(char const *);
|
|
|
|
|
2003-02-08 19:18:01 +00:00
|
|
|
int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);
|
2002-01-10 10:05:45 +00:00
|
|
|
|
|
|
|
}
|
2001-11-29 17:12:21 +00:00
|
|
|
|
2003-05-19 17:03:12 +00:00
|
|
|
|
2008-09-29 19:18:00 +00:00
|
|
|
string const LaTeXFeatures::getColorOptions() const
|
|
|
|
{
|
|
|
|
ostringstream colors;
|
|
|
|
|
|
|
|
// Handling the color packages separately is needed to be able to load them
|
|
|
|
// before babel when hyperref is loaded with the colorlinks option
|
|
|
|
// for more info see Bufferparams.cpp
|
|
|
|
|
|
|
|
// [x]color.sty
|
|
|
|
if (mustProvide("color") || mustProvide("xcolor")) {
|
|
|
|
string const package =
|
|
|
|
(mustProvide("xcolor") ? "xcolor" : "color");
|
2010-11-26 18:42:53 +00:00
|
|
|
if (params_.graphics_driver == "default"
|
|
|
|
|| params_.graphics_driver == "none")
|
2008-09-29 19:18:00 +00:00
|
|
|
colors << "\\usepackage{" << package << "}\n";
|
|
|
|
else
|
|
|
|
colors << "\\usepackage["
|
2010-11-26 18:42:53 +00:00
|
|
|
<< params_.graphics_driver
|
2008-09-29 19:18:00 +00:00
|
|
|
<< "]{" << package << "}\n";
|
|
|
|
}
|
|
|
|
|
|
|
|
// pdfcolmk must be loaded after color
|
|
|
|
if (mustProvide("pdfcolmk"))
|
|
|
|
colors << "\\usepackage{pdfcolmk}\n";
|
|
|
|
|
2010-03-31 00:46:50 +00:00
|
|
|
// the following 3 color commands must be set after color
|
|
|
|
// is loaded and before pdfpages, therefore add the command
|
|
|
|
// here define the set color
|
2009-04-11 21:40:11 +00:00
|
|
|
if (mustProvide("pagecolor")) {
|
|
|
|
colors << "\\definecolor{page_backgroundcolor}{rgb}{";
|
|
|
|
colors << outputLaTeXColor(params_.backgroundcolor) << "}\n";
|
|
|
|
// set the page color
|
|
|
|
colors << "\\pagecolor{page_backgroundcolor}\n";
|
|
|
|
}
|
|
|
|
|
2010-04-02 23:39:36 +00:00
|
|
|
if (mustProvide("fontcolor")) {
|
|
|
|
colors << "\\definecolor{document_fontcolor}{rgb}{";
|
|
|
|
colors << outputLaTeXColor(params_.fontcolor) << "}\n";
|
|
|
|
// set the color
|
|
|
|
colors << "\\color{document_fontcolor}\n";
|
|
|
|
}
|
|
|
|
|
2010-03-31 00:46:50 +00:00
|
|
|
if (mustProvide("lyxgreyedout")) {
|
|
|
|
colors << "\\definecolor{note_fontcolor}{rgb}{";
|
|
|
|
colors << outputLaTeXColor(params_.notefontcolor) << "}\n";
|
|
|
|
// the color will be set together with the definition of
|
2010-04-02 23:39:36 +00:00
|
|
|
// the lyxgreyedout environment (see lyxgreyedout_def)
|
2010-03-31 00:46:50 +00:00
|
|
|
}
|
|
|
|
|
2010-04-08 00:14:08 +00:00
|
|
|
// color for shaded boxes
|
|
|
|
if (isRequired("framed") && mustProvide("color")) {
|
|
|
|
colors << "\\definecolor{shadecolor}{rgb}{";
|
|
|
|
colors << outputLaTeXColor(params_.boxbgcolor) << "}\n";
|
|
|
|
// this color is automatically used by the LaTeX-package "framed"
|
|
|
|
}
|
|
|
|
|
2008-09-29 19:18:00 +00:00
|
|
|
return colors.str();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-05-08 17:08:44 +00:00
|
|
|
string const LaTeXFeatures::getPackages() const
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2001-05-08 17:08:44 +00:00
|
|
|
ostringstream packages;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2008-01-07 16:59:10 +00:00
|
|
|
// FIXME: currently, we can only load packages and macros known
|
|
|
|
// to LyX.
|
|
|
|
// However, with the Require tag of layouts/custom insets,
|
2010-11-21 18:07:04 +00:00
|
|
|
// also unknown packages can be requested. They are silently
|
2008-01-07 16:59:10 +00:00
|
|
|
// swallowed now. We should change this eventually.
|
|
|
|
|
2002-07-09 13:38:27 +00:00
|
|
|
//
|
|
|
|
// These are all the 'simple' includes. i.e
|
|
|
|
// packages which we just \usepackage{package}
|
|
|
|
//
|
|
|
|
for (int i = 0; i < nb_simplefeatures; ++i) {
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide(simplefeatures[i]))
|
2002-01-10 10:05:45 +00:00
|
|
|
packages << "\\usepackage{"
|
2002-09-06 14:51:39 +00:00
|
|
|
<< simplefeatures[i] << "}\n";
|
2002-01-10 10:05:45 +00:00
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2002-07-09 13:38:27 +00:00
|
|
|
//
|
|
|
|
// The rest of these packages are somewhat more complicated
|
|
|
|
// than those above.
|
|
|
|
//
|
2001-11-19 15:34:11 +00:00
|
|
|
|
2010-12-08 18:42:10 +00:00
|
|
|
// if fontspec is used, AMS packages have to be loaded before
|
|
|
|
// fontspec (in BufferParams)
|
2011-10-18 19:32:02 +00:00
|
|
|
string const amsPackages = loadAMSPackages();
|
|
|
|
if (!params_.useNonTeXFonts && !amsPackages.empty())
|
|
|
|
packages << amsPackages;
|
2010-12-08 18:42:10 +00:00
|
|
|
|
2011-01-12 19:54:46 +00:00
|
|
|
// fixltx2e must be loaded after amsthm, since amsthm produces an error with
|
2012-01-03 20:51:07 +00:00
|
|
|
// the redefined \[ command (bug 7233). Load it as early as possible, since
|
2011-01-12 19:54:46 +00:00
|
|
|
// other packages might profit from it.
|
|
|
|
if (mustProvide("fixltx2e"))
|
|
|
|
packages << "\\usepackage{fixltx2e}\n";
|
|
|
|
|
2005-06-11 11:02:22 +00:00
|
|
|
// wasysym is a simple feature, but it must be after amsmath if both
|
|
|
|
// are used
|
2006-11-13 17:35:18 +00:00
|
|
|
// wasysym redefines some integrals (e.g. iint) from amsmath. That
|
|
|
|
// leads to inconsistent integrals. We only load this package if
|
2007-06-18 18:21:29 +00:00
|
|
|
// the document does not contain integrals (then isRequired("esint")
|
|
|
|
// is false) or if esint is used, since esint redefines all relevant
|
|
|
|
// integral symbols from wasysym and amsmath.
|
2009-12-11 00:59:10 +00:00
|
|
|
// See http://www.lyx.org/trac/ticket/1942
|
2007-06-18 18:21:29 +00:00
|
|
|
if (mustProvide("wasysym") &&
|
2012-01-03 20:51:07 +00:00
|
|
|
params_.use_package("wasysym") != BufferParams::package_off &&
|
|
|
|
(params_.use_package("esint") != BufferParams::package_off || !isRequired("esint")))
|
2005-06-11 11:02:22 +00:00
|
|
|
packages << "\\usepackage{wasysym}\n";
|
|
|
|
|
2008-09-26 15:53:15 +00:00
|
|
|
// accents must be loaded after amsmath
|
2012-01-03 20:51:07 +00:00
|
|
|
if (mustProvide("accents") &&
|
|
|
|
params_.use_package("accents") != BufferParams::package_off)
|
2008-09-26 15:53:15 +00:00
|
|
|
packages << "\\usepackage{accents}\n";
|
|
|
|
|
2009-06-18 20:04:27 +00:00
|
|
|
// mathdots must be loaded after amsmath
|
2010-08-31 23:34:54 +00:00
|
|
|
if (mustProvide("mathdots") &&
|
2012-01-03 20:51:07 +00:00
|
|
|
params_.use_package("mathdots") != BufferParams::package_off)
|
2009-06-18 20:04:27 +00:00
|
|
|
packages << "\\usepackage{mathdots}\n";
|
|
|
|
|
|
|
|
// yhmath must be loaded after amsmath
|
2012-01-03 20:51:07 +00:00
|
|
|
if (mustProvide("yhmath") &&
|
|
|
|
params_.use_package("yhmath") != BufferParams::package_off)
|
2009-06-18 20:04:27 +00:00
|
|
|
packages << "\\usepackage{yhmath}\n";
|
|
|
|
|
2012-12-15 12:02:40 +00:00
|
|
|
// stmaryrd must be loaded after amsmath
|
|
|
|
if (mustProvide("stmaryrd") &&
|
|
|
|
params_.use_package("stmaryrd") != BufferParams::package_off)
|
|
|
|
packages << "\\usepackage{stmaryrd}\n";
|
|
|
|
|
2012-12-28 18:51:28 +00:00
|
|
|
if (mustProvide("stackrel") &&
|
|
|
|
params_.use_package("stackrel") != BufferParams::package_off)
|
|
|
|
packages << "\\usepackage{stackrel}\n";
|
|
|
|
|
2011-08-10 03:37:33 +00:00
|
|
|
if (mustProvide("undertilde") &&
|
2012-01-03 20:51:07 +00:00
|
|
|
params_.use_package("undertilde") != BufferParams::package_off)
|
2011-08-10 03:37:33 +00:00
|
|
|
packages << "\\usepackage{undertilde}\n";
|
|
|
|
|
2008-09-29 19:18:00 +00:00
|
|
|
// [x]color and pdfcolmk are handled in getColorOptions() above
|
2011-12-03 22:15:11 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// makeidx.sty
|
2009-04-16 07:29:01 +00:00
|
|
|
if (isRequired("makeidx") || isRequired("splitidx")) {
|
2012-09-19 13:46:19 +00:00
|
|
|
if (!isProvided("makeidx") && !isRequired("splitidx"))
|
2001-05-08 17:08:44 +00:00
|
|
|
packages << "\\usepackage{makeidx}\n";
|
2012-09-19 13:46:19 +00:00
|
|
|
if (mustProvide("splitidx"))
|
2009-04-16 07:29:01 +00:00
|
|
|
packages << "\\usepackage{splitidx}\n";
|
2001-05-08 17:08:44 +00:00
|
|
|
packages << "\\makeindex\n";
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2000-07-31 12:30:10 +00:00
|
|
|
// graphicx.sty
|
2010-11-26 18:42:53 +00:00
|
|
|
if (mustProvide("graphicx") && params_.graphics_driver != "none") {
|
|
|
|
if (params_.graphics_driver == "default")
|
2001-05-08 17:08:44 +00:00
|
|
|
packages << "\\usepackage{graphicx}\n";
|
2000-07-31 12:30:10 +00:00
|
|
|
else
|
2002-03-21 17:27:08 +00:00
|
|
|
packages << "\\usepackage["
|
2010-11-26 18:42:53 +00:00
|
|
|
<< params_.graphics_driver
|
2001-05-08 17:08:44 +00:00
|
|
|
<< "]{graphicx}\n";
|
2000-07-31 12:30:10 +00:00
|
|
|
}
|
2011-12-03 22:15:11 +00:00
|
|
|
|
2001-10-31 15:19:49 +00:00
|
|
|
// lyxskak.sty --- newer chess support based on skak.sty
|
2008-03-15 00:22:54 +00:00
|
|
|
if (mustProvide("chess"))
|
2001-10-31 15:19:49 +00:00
|
|
|
packages << "\\usepackage[ps,mover]{lyxskak}\n";
|
2000-06-12 11:27:15 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// setspace.sty
|
2012-09-19 13:46:19 +00:00
|
|
|
if (mustProvide("setspace") && !isProvided("SetSpace"))
|
2008-08-19 07:06:51 +00:00
|
|
|
packages << "\\usepackage{setspace}\n";
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2006-11-13 17:35:18 +00:00
|
|
|
// esint must be after amsmath and wasysym, since it will redeclare
|
|
|
|
// inconsistent integral symbols
|
2011-10-18 19:32:02 +00:00
|
|
|
if (mustProvide("esint") &&
|
2012-01-03 20:51:07 +00:00
|
|
|
params_.use_package("esint") != BufferParams::package_off)
|
2006-11-13 17:35:18 +00:00
|
|
|
packages << "\\usepackage{esint}\n";
|
|
|
|
|
2013-01-04 22:57:40 +00:00
|
|
|
// Known bibliography packages (simple \usepackage{package})
|
|
|
|
for (int i = 0; i < nb_bibliofeatures; ++i) {
|
|
|
|
if (mustProvide(bibliofeatures[i]))
|
|
|
|
packages << "\\usepackage{"
|
|
|
|
<< bibliofeatures[i] << "}\n";
|
|
|
|
}
|
|
|
|
|
|
|
|
// Compatibility between achicago and natbib
|
|
|
|
if (mustProvide("achicago") && mustProvide("natbib"))
|
|
|
|
packages << "\\let\\achicagobib\\thebibliography\n";
|
|
|
|
|
2001-07-19 14:12:37 +00:00
|
|
|
// natbib.sty
|
2008-09-04 14:39:08 +00:00
|
|
|
// Some classes load natbib themselves, but still allow (or even require)
|
|
|
|
// plain numeric citations (ReVTeX is such a case, see bug 5182).
|
|
|
|
// This special case is indicated by the "natbib-internal" key.
|
2012-09-19 13:46:19 +00:00
|
|
|
if (mustProvide("natbib") && !isProvided("natbib-internal")) {
|
2001-07-26 09:47:36 +00:00
|
|
|
packages << "\\usepackage[";
|
2012-01-09 13:16:38 +00:00
|
|
|
if (params_.citeEngineType() == ENGINE_TYPE_NUMERICAL)
|
2001-07-26 09:47:36 +00:00
|
|
|
packages << "numbers";
|
2008-03-15 00:22:54 +00:00
|
|
|
else
|
2001-07-26 09:47:36 +00:00
|
|
|
packages << "authoryear";
|
|
|
|
packages << "]{natbib}\n";
|
2001-07-19 14:12:37 +00:00
|
|
|
}
|
2004-07-24 10:55:30 +00:00
|
|
|
|
2013-01-04 22:57:40 +00:00
|
|
|
// Compatibility between achicago and natbib
|
|
|
|
if (mustProvide("achicago") && mustProvide("natbib")) {
|
|
|
|
packages << "\\let\\thebibliography\\achicagobib\n";
|
|
|
|
packages << "\\let\\SCcite\\astroncite\n";
|
|
|
|
packages << "\\let\\UnexpandableProtect\\protect\n";
|
|
|
|
}
|
|
|
|
|
2004-07-23 16:03:39 +00:00
|
|
|
// jurabib -- we need version 0.6 at least.
|
2008-03-15 00:22:54 +00:00
|
|
|
if (mustProvide("jurabib"))
|
2004-08-02 13:20:03 +00:00
|
|
|
packages << "\\usepackage{jurabib}[2004/01/25]\n";
|
2011-12-03 22:15:11 +00:00
|
|
|
|
2008-03-10 13:26:20 +00:00
|
|
|
// xargs -- we need version 1.09 at least
|
2008-03-15 00:22:54 +00:00
|
|
|
if (mustProvide("xargs"))
|
2008-03-10 13:26:20 +00:00
|
|
|
packages << "\\usepackage{xargs}[2008/03/08]\n";
|
2004-04-03 08:37:12 +00:00
|
|
|
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("xy"))
|
2006-10-31 19:10:30 +00:00
|
|
|
packages << "\\usepackage[all]{xy}\n";
|
|
|
|
|
2010-09-19 22:12:06 +00:00
|
|
|
if (mustProvide("feyn"))
|
|
|
|
packages << "\\usepackage{feyn}\n"; //Diagram
|
|
|
|
|
2009-01-12 08:01:28 +00:00
|
|
|
if (mustProvide("ulem"))
|
|
|
|
packages << "\\PassOptionsToPackage{normalem}{ulem}\n"
|
|
|
|
"\\usepackage{ulem}\n";
|
|
|
|
|
2012-01-08 12:34:12 +00:00
|
|
|
if (mustProvide("mhchem") &&
|
|
|
|
params_.use_package("mhchem") != BufferParams::package_off)
|
2009-07-03 00:05:58 +00:00
|
|
|
packages << "\\PassOptionsToPackage{version=3}{mhchem}\n"
|
|
|
|
"\\usepackage{mhchem}\n";
|
|
|
|
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("nomencl")) {
|
2007-04-23 18:33:36 +00:00
|
|
|
// Make it work with the new and old version of the package,
|
|
|
|
// but don't use the compatibility option since it is
|
|
|
|
// incompatible to other packages.
|
|
|
|
packages << "\\usepackage{nomencl}\n"
|
2007-05-28 22:27:45 +00:00
|
|
|
"% the following is useful when we have the old nomencl.sty package\n"
|
|
|
|
"\\providecommand{\\printnomenclature}{\\printglossary}\n"
|
|
|
|
"\\providecommand{\\makenomenclature}{\\makeglossary}\n"
|
|
|
|
"\\makenomenclature\n";
|
2006-11-04 17:55:36 +00:00
|
|
|
}
|
Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog.
* src/LyXAction.cpp: listing-insert action
* src/insets/Inset.h,cpp: LISTINGS_CODE
* src/insets/InsetInclude.cpp: handle \lstinputlisting
* src/insets/InsetListings.h,cpp: new listings inset
* src/insets/InsetListingsParams.h,cpp: parameters from listings package
* src/insets/InsetCommandParams.h,cpp: handle lstinputlisting option
* src/Bidi.cpp: handle LISTINGS_CODE
* src/frontends/qt4/ui/TextLayoutUi.ui: update UI
* src/frontends/qt4/ui/ListingsUi.ui: new dialog
* src/frontends/qt4/ui/IncludeUi.ui: update UI
* src/frontends/qt4/QInclude.h,cpp: add lstinputlisting
* src/frontends/qt4/QDocument.h,cpp: add textedit for preamble listings_params
* src/frontends/qt4/QListings.h,cpp: new listings inset
* src/frontends/qt4/Dialogs.cpp: new listings dialog
* src/frontends/controllers/ControlInclude.h,cpp: add lstinputlisting
* src/frontends/controllers/ControlListings.h,cpp: new listings inset
* src/LyXFunc.cpp: handle LISTING_CODE
* src/Paragraph.cpp: handle LISTING_CODE
* src/factory.cpp: new listings inset
* src/CutAndPaste.cpp: handle LISTINGS_CODE
* src/LaTeXFeatures.cpp: require listings
* src/Text3.cpp: Handle LISTINGS_CODE
* src/lfuns.h: add LFUN_LISTING_INSERT
* src/Buffer.cpp: change lyx file format to 269
* src/BufferParams.h,cpp: add listings_params to preamble
* lib/lyx2lyx/LyX.py: lyx2lyx
* lib/lyx2lyx/lyx_1_5.py: lyx2lyx
* lib/ui/stdmenus.inc: new menu item (no shortcut!)
* src/insets/Makefile.am: update autotools
* src/frontends/controllers/Makefile.am
* src/frontends/qt4/Makefile.dialogs
* src/frontends/qt4/Makefile.am
* po/POTFILES.in: a few more translatable files.
* development/scons/scons_manifest.py: scons build system
* development/FORMAT: document format changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18243 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 19:11:42 +00:00
|
|
|
|
2010-11-28 10:46:47 +00:00
|
|
|
// fixltx2e provides subscript
|
|
|
|
if (mustProvide("subscript") && !isRequired("fixltx2e"))
|
|
|
|
packages << "\\usepackage{subscript}\n";
|
|
|
|
|
2003-09-15 11:00:00 +00:00
|
|
|
return packages.str();
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-12-03 22:15:11 +00:00
|
|
|
string LaTeXFeatures::getPreambleSnippets() const
|
2009-12-03 21:06:41 +00:00
|
|
|
{
|
|
|
|
ostringstream snip;
|
|
|
|
SnippetList::const_iterator pit = preamble_snippets_.begin();
|
|
|
|
SnippetList::const_iterator pend = preamble_snippets_.end();
|
2009-12-10 16:44:33 +00:00
|
|
|
for (; pit != pend; ++pit)
|
2009-12-03 21:06:41 +00:00
|
|
|
snip << *pit << '\n';
|
|
|
|
return snip.str();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-12-06 22:17:13 +00:00
|
|
|
std::string LaTeXFeatures::getCSSSnippets() const
|
|
|
|
{
|
|
|
|
ostringstream snip;
|
|
|
|
SnippetList::const_iterator pit = css_snippets_.begin();
|
|
|
|
SnippetList::const_iterator pend = css_snippets_.end();
|
|
|
|
for (; pit != pend; ++pit)
|
|
|
|
snip << *pit << '\n';
|
|
|
|
return snip.str();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
docstring const LaTeXFeatures::getMacros() const
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2009-06-09 18:16:43 +00:00
|
|
|
odocstringstream macros;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2009-12-03 21:06:41 +00:00
|
|
|
if (!preamble_snippets_.empty()) {
|
2003-09-04 17:01:00 +00:00
|
|
|
macros << '\n';
|
2009-12-03 21:06:41 +00:00
|
|
|
macros << from_utf8(getPreambleSnippets());
|
|
|
|
}
|
2003-09-04 17:01:00 +00:00
|
|
|
|
2009-12-03 20:19:15 +00:00
|
|
|
if (mustProvide("papersize")) {
|
2008-07-01 12:46:46 +00:00
|
|
|
if (runparams_.flavor == OutputParams::LATEX)
|
|
|
|
macros << papersizedvi_def << '\n';
|
|
|
|
else
|
|
|
|
macros << papersizepdf_def << '\n';
|
2008-11-15 13:56:39 +00:00
|
|
|
}
|
2008-07-01 12:46:46 +00:00
|
|
|
|
2011-01-10 17:27:56 +00:00
|
|
|
if (mustProvide("LyX")) {
|
|
|
|
if (isRequired("hyperref"))
|
|
|
|
macros << lyx_hyperref_def << '\n';
|
|
|
|
else
|
|
|
|
macros << lyx_def << '\n';
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("noun"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << noun_def << '\n';
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("lyxarrow"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << lyxarrow_def << '\n';
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2010-11-22 12:10:16 +00:00
|
|
|
if (!usePolyglossia() && mustProvide("textgreek")) {
|
2010-01-23 17:24:58 +00:00
|
|
|
// Avoid a LaTeX error if times fonts are used and the grtimes
|
|
|
|
// package is installed but actual fonts are not (bug 6469).
|
2010-11-26 18:20:48 +00:00
|
|
|
if (params_.fonts_roman == "times")
|
2010-01-23 17:24:58 +00:00
|
|
|
macros << subst(textgreek_def,
|
|
|
|
from_ascii("\\greektext #1"),
|
|
|
|
from_ascii("%\n \\IfFileExists"
|
|
|
|
"{grtm10.tfm}{}{\\fontfamily"
|
|
|
|
"{cmr}}\\greektext #1"))
|
|
|
|
<< '\n';
|
|
|
|
else
|
|
|
|
macros << textgreek_def << '\n';
|
|
|
|
}
|
2007-10-12 18:21:51 +00:00
|
|
|
|
2010-11-22 12:10:16 +00:00
|
|
|
if (!usePolyglossia() && mustProvide("textcyr"))
|
2007-10-12 18:21:51 +00:00
|
|
|
macros << textcyr_def << '\n';
|
|
|
|
|
2008-06-01 14:11:36 +00:00
|
|
|
if (mustProvide("lyxmathsym"))
|
|
|
|
macros << lyxmathsym_def << '\n';
|
2008-05-31 20:54:50 +00:00
|
|
|
|
2008-09-26 15:53:15 +00:00
|
|
|
if (mustProvide("cedilla"))
|
|
|
|
macros << cedilla_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("subring"))
|
|
|
|
macros << subring_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("subdot"))
|
|
|
|
macros << subdot_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("subhat"))
|
|
|
|
macros << subhat_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("subtilde"))
|
|
|
|
macros << subtilde_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("dacute"))
|
|
|
|
macros << dacute_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("tipasymb"))
|
|
|
|
macros << tipasymb_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("dgrave"))
|
|
|
|
macros << dgrave_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("rcap"))
|
|
|
|
macros << rcap_def << '\n';
|
|
|
|
|
|
|
|
if (mustProvide("ogonek"))
|
|
|
|
macros << ogonek_def << '\n';
|
|
|
|
|
2002-03-21 17:27:08 +00:00
|
|
|
// quotes.
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("quotesinglbase"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << quotesinglbase_def << '\n';
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("quotedblbase"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << quotedblbase_def << '\n';
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("guilsinglleft"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << guilsinglleft_def << '\n';
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("guilsinglright"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << guilsinglright_def << '\n';
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("guillemotleft"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << guillemotleft_def << '\n';
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("guillemotright"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << guillemotright_def << '\n';
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
|
|
// Math mode
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("binom") && !isRequired("amsmath"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << binom_def << '\n';
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("mathcircumflex"))
|
2002-03-04 11:10:26 +00:00
|
|
|
macros << mathcircumflex_def << '\n';
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// other
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("ParagraphLeftIndent"))
|
2002-05-08 12:58:16 +00:00
|
|
|
macros << paragraphleftindent_def;
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("NeedLyXFootnoteCode"))
|
2001-05-08 17:08:44 +00:00
|
|
|
macros << floatingfootnote_def;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-09-06 13:41:19 +00:00
|
|
|
// some problems with tex->html converters
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("NeedTabularnewline"))
|
2002-09-06 13:41:19 +00:00
|
|
|
macros << tabularnewline_def;
|
|
|
|
|
2010-03-31 00:46:50 +00:00
|
|
|
// greyed-out environment (note inset)
|
|
|
|
// the color is specified in the routine
|
|
|
|
// getColorOptions() to avoid LaTeX-package clashes
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("lyxgreyedout"))
|
2003-07-29 12:20:04 +00:00
|
|
|
macros << lyxgreyedout_def;
|
|
|
|
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("lyxdot"))
|
2004-04-26 11:05:19 +00:00
|
|
|
macros << lyxdot_def << '\n';
|
|
|
|
|
2000-06-28 13:35:52 +00:00
|
|
|
// floats
|
2001-05-08 17:08:44 +00:00
|
|
|
getFloatDefinitions(macros);
|
2011-12-03 22:15:11 +00:00
|
|
|
|
|
|
|
if (mustProvide("refstyle"))
|
|
|
|
macros << lyxref_def << '\n';
|
|
|
|
|
2007-05-08 17:46:03 +00:00
|
|
|
// change tracking
|
2007-11-02 23:42:27 +00:00
|
|
|
if (mustProvide("ct-dvipost"))
|
2007-05-08 17:46:03 +00:00
|
|
|
macros << changetracking_dvipost_def;
|
2011-12-03 22:15:11 +00:00
|
|
|
|
2009-01-12 08:01:28 +00:00
|
|
|
if (mustProvide("ct-xcolor-ulem")) {
|
2010-11-17 16:15:01 +00:00
|
|
|
streamsize const prec = macros.precision(2);
|
2011-12-03 22:15:11 +00:00
|
|
|
|
2007-11-02 23:42:27 +00:00
|
|
|
RGBColor cadd = rgbFromHexName(lcolor.getX11Name(Color_addedtext));
|
2007-05-28 22:27:45 +00:00
|
|
|
macros << "\\providecolor{lyxadded}{rgb}{"
|
2007-06-16 16:09:26 +00:00
|
|
|
<< cadd.r / 255.0 << ',' << cadd.g / 255.0 << ',' << cadd.b / 255.0 << "}\n";
|
2007-05-13 15:17:57 +00:00
|
|
|
|
2007-11-02 23:42:27 +00:00
|
|
|
RGBColor cdel = rgbFromHexName(lcolor.getX11Name(Color_deletedtext));
|
2007-05-28 22:27:45 +00:00
|
|
|
macros << "\\providecolor{lyxdeleted}{rgb}{"
|
2007-06-16 16:09:26 +00:00
|
|
|
<< cdel.r / 255.0 << ',' << cdel.g / 255.0 << ',' << cdel.b / 255.0 << "}\n";
|
|
|
|
|
|
|
|
macros.precision(prec);
|
2011-12-03 22:15:11 +00:00
|
|
|
|
2008-01-19 11:32:06 +00:00
|
|
|
if (isRequired("hyperref"))
|
2009-01-12 08:01:28 +00:00
|
|
|
macros << changetracking_xcolor_ulem_hyperref_def;
|
2008-01-19 11:17:12 +00:00
|
|
|
else
|
2009-01-12 08:01:28 +00:00
|
|
|
macros << changetracking_xcolor_ulem_def;
|
2007-05-13 15:17:57 +00:00
|
|
|
}
|
2007-11-02 23:42:27 +00:00
|
|
|
|
|
|
|
if (mustProvide("ct-none"))
|
2007-05-08 17:46:03 +00:00
|
|
|
macros << changetracking_none_def;
|
|
|
|
|
2012-09-22 21:14:34 +00:00
|
|
|
if (mustProvide("rtloutputdblcol"))
|
|
|
|
macros << rtloutputdblcol_def;
|
|
|
|
|
2003-09-15 11:00:00 +00:00
|
|
|
return macros.str();
|
2002-05-10 12:58:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-11-14 09:54:24 +00:00
|
|
|
string const LaTeXFeatures::getBabelPresettings() const
|
|
|
|
{
|
|
|
|
ostringstream tmp;
|
|
|
|
|
|
|
|
LanguageList::const_iterator it = UsedLanguages_.begin();
|
2010-11-14 10:35:35 +00:00
|
|
|
LanguageList::const_iterator end = UsedLanguages_.end();
|
2010-11-14 09:54:24 +00:00
|
|
|
for (; it != end; ++it)
|
|
|
|
if (!(*it)->babel_presettings().empty())
|
|
|
|
tmp << (*it)->babel_presettings() << '\n';
|
|
|
|
if (!params_.language->babel_presettings().empty())
|
|
|
|
tmp << params_.language->babel_presettings() << '\n';
|
|
|
|
|
2012-07-18 10:41:53 +00:00
|
|
|
if (!contains(tmp.str(), '@'))
|
|
|
|
return tmp.str();
|
|
|
|
|
|
|
|
return "\\makeatletter\n" + tmp.str() + "\\makeatother\n";
|
2010-11-14 09:54:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-11-13 17:25:03 +00:00
|
|
|
string const LaTeXFeatures::getBabelPostsettings() const
|
2002-05-10 12:58:07 +00:00
|
|
|
{
|
|
|
|
ostringstream tmp;
|
|
|
|
|
2003-09-18 14:01:02 +00:00
|
|
|
LanguageList::const_iterator it = UsedLanguages_.begin();
|
2010-11-14 10:35:35 +00:00
|
|
|
LanguageList::const_iterator end = UsedLanguages_.end();
|
2003-09-18 14:01:02 +00:00
|
|
|
for (; it != end; ++it)
|
2010-11-13 17:25:03 +00:00
|
|
|
if (!(*it)->babel_postsettings().empty())
|
|
|
|
tmp << (*it)->babel_postsettings() << '\n';
|
|
|
|
if (!params_.language->babel_postsettings().empty())
|
|
|
|
tmp << params_.language->babel_postsettings() << '\n';
|
2001-01-20 14:16:01 +00:00
|
|
|
|
2012-07-18 10:41:53 +00:00
|
|
|
if (!contains(tmp.str(), '@'))
|
|
|
|
return tmp.str();
|
|
|
|
|
|
|
|
return "\\makeatletter\n" + tmp.str() + "\\makeatother\n";
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-11-14 10:35:35 +00:00
|
|
|
bool LaTeXFeatures::needBabelLangOptions() const
|
|
|
|
{
|
|
|
|
if (!lyxrc.language_global_options || params_.language->asBabelOptions())
|
|
|
|
return true;
|
|
|
|
|
|
|
|
LanguageList::const_iterator it = UsedLanguages_.begin();
|
|
|
|
LanguageList::const_iterator end = UsedLanguages_.end();
|
|
|
|
for (; it != end; ++it)
|
|
|
|
if ((*it)->asBabelOptions())
|
|
|
|
return true;
|
|
|
|
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-12-08 18:42:10 +00:00
|
|
|
string const LaTeXFeatures::loadAMSPackages() const
|
|
|
|
{
|
|
|
|
ostringstream tmp;
|
|
|
|
if (mustProvide("amsthm"))
|
|
|
|
tmp << "\\usepackage{amsthm}\n";
|
|
|
|
|
2011-10-18 19:32:02 +00:00
|
|
|
if (mustProvide("amsmath")
|
2012-01-03 20:51:07 +00:00
|
|
|
&& params_.use_package("amsmath") != BufferParams::package_off) {
|
2010-12-08 18:42:10 +00:00
|
|
|
tmp << "\\usepackage{amsmath}\n";
|
|
|
|
} else {
|
|
|
|
// amsbsy and amstext are already provided by amsmath
|
|
|
|
if (mustProvide("amsbsy"))
|
|
|
|
tmp << "\\usepackage{amsbsy}\n";
|
|
|
|
if (mustProvide("amstext"))
|
|
|
|
tmp << "\\usepackage{amstext}\n";
|
|
|
|
}
|
2011-10-18 19:32:02 +00:00
|
|
|
|
2010-12-08 18:42:10 +00:00
|
|
|
if (mustProvide("amssymb")
|
2012-05-06 18:48:04 +00:00
|
|
|
&& params_.use_package("amssymb") != BufferParams::package_off)
|
2010-12-08 18:42:10 +00:00
|
|
|
tmp << "\\usepackage{amssymb}\n";
|
|
|
|
|
|
|
|
return tmp.str();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-08 17:22:44 +00:00
|
|
|
docstring const LaTeXFeatures::getTClassPreamble() const
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2002-03-21 17:27:08 +00:00
|
|
|
// the text class specific preamble
|
2008-02-28 01:42:02 +00:00
|
|
|
DocumentClass const & tclass = params_.documentClass();
|
2006-11-08 17:22:44 +00:00
|
|
|
odocstringstream tcpreamble;
|
2002-01-29 09:38:09 +00:00
|
|
|
|
2001-05-08 17:08:44 +00:00
|
|
|
tcpreamble << tclass.preamble();
|
1999-11-04 01:40:20 +00:00
|
|
|
|
2009-02-17 20:25:56 +00:00
|
|
|
list<docstring>::const_iterator cit = usedLayouts_.begin();
|
|
|
|
list<docstring>::const_iterator end = usedLayouts_.end();
|
|
|
|
for (; cit != end; ++cit)
|
|
|
|
tcpreamble << tclass[*cit].preamble();
|
|
|
|
|
2009-06-03 23:44:31 +00:00
|
|
|
cit = usedInsetLayouts_.begin();
|
|
|
|
end = usedInsetLayouts_.end();
|
|
|
|
TextClass::InsetLayouts const & ils = tclass.insetLayouts();
|
|
|
|
for (; cit != end; ++cit) {
|
|
|
|
TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
|
|
|
|
if (it == ils.end())
|
|
|
|
continue;
|
|
|
|
tcpreamble << it->second.preamble();
|
|
|
|
}
|
|
|
|
|
2009-02-17 20:25:56 +00:00
|
|
|
return tcpreamble.str();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-12-03 22:15:11 +00:00
|
|
|
docstring const LaTeXFeatures::getTClassHTMLPreamble() const
|
2009-06-05 20:00:55 +00:00
|
|
|
{
|
2009-06-05 17:39:00 +00:00
|
|
|
DocumentClass const & tclass = params_.documentClass();
|
|
|
|
odocstringstream tcpreamble;
|
|
|
|
|
|
|
|
tcpreamble << tclass.htmlpreamble();
|
|
|
|
|
|
|
|
list<docstring>::const_iterator cit = usedLayouts_.begin();
|
2009-06-05 19:42:56 +00:00
|
|
|
list<docstring>::const_iterator end = usedLayouts_.end();
|
|
|
|
for (; cit != end; ++cit)
|
|
|
|
tcpreamble << tclass[*cit].htmlpreamble();
|
|
|
|
|
|
|
|
cit = usedInsetLayouts_.begin();
|
|
|
|
end = usedInsetLayouts_.end();
|
|
|
|
TextClass::InsetLayouts const & ils = tclass.insetLayouts();
|
|
|
|
for (; cit != end; ++cit) {
|
|
|
|
TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
|
|
|
|
if (it == ils.end())
|
|
|
|
continue;
|
|
|
|
tcpreamble << it->second.htmlpreamble();
|
|
|
|
}
|
|
|
|
|
|
|
|
return tcpreamble.str();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-12-06 22:38:46 +00:00
|
|
|
docstring const LaTeXFeatures::getTClassHTMLStyles() const
|
|
|
|
{
|
2009-06-05 19:42:56 +00:00
|
|
|
DocumentClass const & tclass = params_.documentClass();
|
|
|
|
odocstringstream tcpreamble;
|
|
|
|
|
2011-12-06 22:38:46 +00:00
|
|
|
tcpreamble << tclass.htmlstyles();
|
|
|
|
|
2009-06-05 19:42:56 +00:00
|
|
|
list<docstring>::const_iterator cit = usedLayouts_.begin();
|
2009-06-05 17:39:00 +00:00
|
|
|
list<docstring>::const_iterator end = usedLayouts_.end();
|
|
|
|
for (; cit != end; ++cit)
|
|
|
|
tcpreamble << tclass[*cit].htmlstyle();
|
|
|
|
|
|
|
|
cit = usedInsetLayouts_.begin();
|
|
|
|
end = usedInsetLayouts_.end();
|
|
|
|
TextClass::InsetLayouts const & ils = tclass.insetLayouts();
|
|
|
|
for (; cit != end; ++cit) {
|
|
|
|
TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
|
|
|
|
if (it == ils.end())
|
|
|
|
continue;
|
|
|
|
tcpreamble << it->second.htmlstyle();
|
|
|
|
}
|
|
|
|
|
|
|
|
return tcpreamble.str();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
namespace {
|
2012-10-27 13:45:27 +00:00
|
|
|
|
2011-10-08 22:13:38 +00:00
|
|
|
docstring const getFloatI18nPreamble(docstring const & type,
|
|
|
|
docstring const & name, Language const * lang,
|
2012-01-14 14:27:55 +00:00
|
|
|
Encoding const & enc, bool const polyglossia)
|
2009-06-09 18:16:43 +00:00
|
|
|
{
|
2012-01-14 01:21:00 +00:00
|
|
|
// Check whether name can be encoded in the buffer encoding
|
|
|
|
bool encodable = true;
|
2012-01-14 14:27:55 +00:00
|
|
|
for (size_t i = 0; i < name.size(); ++i) {
|
2012-03-25 13:36:00 +00:00
|
|
|
if (!enc.encodable(name[i])) {
|
2012-01-14 14:27:55 +00:00
|
|
|
encodable = false;
|
|
|
|
break;
|
2012-01-14 01:21:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-10-08 22:13:38 +00:00
|
|
|
docstring const language = polyglossia ? from_ascii(lang->polyglossia())
|
|
|
|
: from_ascii(lang->babel());
|
2011-10-09 14:45:51 +00:00
|
|
|
docstring const langenc = from_ascii(lang->encoding()->iconvName());
|
2011-10-08 22:13:38 +00:00
|
|
|
docstring const texenc = from_ascii(lang->encoding()->latexName());
|
2011-10-09 14:45:51 +00:00
|
|
|
docstring const bufenc = from_ascii(enc.iconvName());
|
|
|
|
docstring const s1 = docstring(1, 0xF0000);
|
|
|
|
docstring const s2 = docstring(1, 0xF0001);
|
2012-01-14 01:21:00 +00:00
|
|
|
docstring const translated = encodable ? name
|
2011-10-08 22:13:38 +00:00
|
|
|
: from_ascii("\\inputencoding{") + texenc + from_ascii("}")
|
2011-12-17 18:22:24 +00:00
|
|
|
+ s1 + langenc + s2 + name + s1 + bufenc + s2;
|
2011-10-08 22:13:38 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
odocstringstream os;
|
2011-10-08 22:13:38 +00:00
|
|
|
os << "\\addto\\captions" << language
|
|
|
|
<< "{\\renewcommand{\\" << type << "name}{" << translated << "}}\n";
|
2009-06-09 18:16:43 +00:00
|
|
|
return os.str();
|
|
|
|
}
|
2012-04-10 18:21:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
docstring const i18npreamble(docstring const & templ, Language const * lang,
|
|
|
|
Encoding const & enc, bool const polyglossia)
|
|
|
|
{
|
|
|
|
if (templ.empty())
|
|
|
|
return templ;
|
|
|
|
|
|
|
|
string preamble = polyglossia ?
|
|
|
|
subst(to_utf8(templ), "$$lang", lang->polyglossia()) :
|
|
|
|
subst(to_utf8(templ), "$$lang", lang->babel());
|
|
|
|
|
|
|
|
string const langenc = lang->encoding()->iconvName();
|
|
|
|
string const texenc = lang->encoding()->latexName();
|
|
|
|
string const bufenc = enc.iconvName();
|
|
|
|
// First and second character of plane 15 (Private Use Area)
|
|
|
|
string const s1 = "\xf3\xb0\x80\x80"; // U+F0000
|
|
|
|
string const s2 = "\xf3\xb0\x80\x81"; // U+F0001
|
|
|
|
// FIXME UNICODE
|
|
|
|
// lyx::regex is not unicode-safe.
|
|
|
|
// Should use QRegExp or (boost::u32regex, but that requires ICU)
|
|
|
|
static regex const reg("_\\(([^\\)]+)\\)");
|
|
|
|
smatch sub;
|
|
|
|
while (regex_search(preamble, sub, reg)) {
|
|
|
|
string const key = sub.str(1);
|
|
|
|
docstring const name = lang->translateLayout(key);
|
|
|
|
// Check whether name can be encoded in the buffer encoding
|
|
|
|
bool encodable = true;
|
|
|
|
for (size_t i = 0; i < name.size(); ++i) {
|
|
|
|
if (!enc.encodable(name[i])) {
|
|
|
|
encodable = false;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
string const translated = encodable ? to_utf8(name)
|
|
|
|
: "\\inputencoding{" + texenc + "}"
|
|
|
|
+ s1 + langenc + s2 + to_utf8(name)
|
|
|
|
+ s1 + bufenc + s2;
|
|
|
|
preamble = subst(preamble, sub.str(), translated);
|
|
|
|
}
|
|
|
|
return from_utf8(preamble);
|
|
|
|
}
|
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-12-08 12:10:22 +00:00
|
|
|
docstring const LaTeXFeatures::getTClassI18nPreamble(bool use_babel, bool use_polyglossia) const
|
2009-02-17 20:25:56 +00:00
|
|
|
{
|
|
|
|
DocumentClass const & tclass = params_.documentClass();
|
|
|
|
// collect preamble snippets in a set to prevent multiple identical
|
|
|
|
// commands (would happen if e.g. both theorem and theorem* are used)
|
|
|
|
set<docstring> snippets;
|
2009-02-04 20:06:50 +00:00
|
|
|
typedef LanguageList::const_iterator lang_it;
|
|
|
|
lang_it const lbeg = UsedLanguages_.begin();
|
|
|
|
lang_it const lend = UsedLanguages_.end();
|
2007-07-11 13:39:08 +00:00
|
|
|
list<docstring>::const_iterator cit = usedLayouts_.begin();
|
|
|
|
list<docstring>::const_iterator end = usedLayouts_.end();
|
2002-03-02 16:39:54 +00:00
|
|
|
for (; cit != end; ++cit) {
|
2009-02-17 20:25:56 +00:00
|
|
|
// language dependent commands (once per document)
|
2012-04-10 18:21:01 +00:00
|
|
|
snippets.insert(i18npreamble(tclass[*cit].langpreamble(),
|
|
|
|
buffer().language(),
|
2011-10-09 14:45:51 +00:00
|
|
|
buffer().params().encoding(),
|
2012-01-14 14:27:55 +00:00
|
|
|
use_polyglossia));
|
2009-02-17 20:25:56 +00:00
|
|
|
// commands for language changing (for multilanguage documents)
|
2010-12-08 12:10:22 +00:00
|
|
|
if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
|
2012-04-10 18:21:01 +00:00
|
|
|
snippets.insert(i18npreamble(
|
|
|
|
tclass[*cit].babelpreamble(),
|
2011-10-09 14:45:51 +00:00
|
|
|
buffer().language(),
|
|
|
|
buffer().params().encoding(),
|
2012-01-14 14:27:55 +00:00
|
|
|
use_polyglossia));
|
2009-02-17 20:25:56 +00:00
|
|
|
for (lang_it lit = lbeg; lit != lend; ++lit)
|
2012-04-10 18:21:01 +00:00
|
|
|
snippets.insert(i18npreamble(
|
|
|
|
tclass[*cit].babelpreamble(),
|
2011-10-09 14:45:51 +00:00
|
|
|
*lit,
|
|
|
|
buffer().params().encoding(),
|
2012-01-14 14:27:55 +00:00
|
|
|
use_polyglossia));
|
2009-02-17 20:25:56 +00:00
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2010-12-08 12:10:22 +00:00
|
|
|
if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
|
2009-06-09 18:16:43 +00:00
|
|
|
FloatList const & floats = params_.documentClass().floats();
|
|
|
|
UsedFloats::const_iterator fit = usedFloats_.begin();
|
|
|
|
UsedFloats::const_iterator fend = usedFloats_.end();
|
|
|
|
for (; fit != fend; ++fit) {
|
|
|
|
Floating const & fl = floats.getType(fit->first);
|
2011-12-03 22:15:11 +00:00
|
|
|
// we assume builtin floats are translated
|
2011-03-20 10:50:43 +00:00
|
|
|
if (fl.isPredefined())
|
|
|
|
continue;
|
2010-03-04 13:42:05 +00:00
|
|
|
docstring const type = from_ascii(fl.floattype());
|
2009-06-09 18:16:43 +00:00
|
|
|
docstring const flname = from_utf8(fl.name());
|
2011-03-23 19:17:15 +00:00
|
|
|
docstring name = buffer().language()->translateLayout(fl.name());
|
2011-03-20 10:50:43 +00:00
|
|
|
// only request translation if we have a real translation
|
|
|
|
// (that differs from the source)
|
2011-10-08 22:13:38 +00:00
|
|
|
if (flname != name)
|
2010-12-08 12:10:22 +00:00
|
|
|
snippets.insert(getFloatI18nPreamble(
|
2011-10-09 14:45:51 +00:00
|
|
|
type, name, buffer().language(),
|
|
|
|
buffer().params().encoding(),
|
2012-01-14 14:27:55 +00:00
|
|
|
use_polyglossia));
|
2009-06-09 18:16:43 +00:00
|
|
|
for (lang_it lit = lbeg; lit != lend; ++lit) {
|
2011-03-20 11:39:02 +00:00
|
|
|
string const code = (*lit)->code();
|
2011-04-07 19:17:30 +00:00
|
|
|
name = (*lit)->translateLayout(fl.name());
|
2011-03-20 11:39:02 +00:00
|
|
|
// we assume we have a suitable translation if
|
|
|
|
// either the language is English (we need to
|
|
|
|
// translate into English if English is a secondary
|
|
|
|
// language) or if translateIfPossible returns
|
|
|
|
// something different to the English source.
|
|
|
|
bool const have_translation =
|
|
|
|
(flname != name || contains(code, "en"));
|
2011-10-08 22:13:38 +00:00
|
|
|
if (have_translation)
|
2010-12-08 12:10:22 +00:00
|
|
|
snippets.insert(getFloatI18nPreamble(
|
2011-10-09 14:45:51 +00:00
|
|
|
type, name, *lit,
|
|
|
|
buffer().params().encoding(),
|
2012-01-14 14:27:55 +00:00
|
|
|
use_polyglossia));
|
2009-06-09 18:16:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2012-04-10 18:21:01 +00:00
|
|
|
cit = usedInsetLayouts_.begin();
|
|
|
|
end = usedInsetLayouts_.end();
|
|
|
|
TextClass::InsetLayouts const & ils = tclass.insetLayouts();
|
|
|
|
for (; cit != end; ++cit) {
|
|
|
|
TextClass::InsetLayouts::const_iterator it = ils.find(*cit);
|
|
|
|
if (it == ils.end())
|
|
|
|
continue;
|
|
|
|
// language dependent commands (once per document)
|
|
|
|
snippets.insert(i18npreamble(it->second.langpreamble(),
|
|
|
|
buffer().language(),
|
|
|
|
buffer().params().encoding(),
|
|
|
|
use_polyglossia));
|
|
|
|
// commands for language changing (for multilanguage documents)
|
|
|
|
if ((use_babel || use_polyglossia) && !UsedLanguages_.empty()) {
|
|
|
|
snippets.insert(i18npreamble(
|
|
|
|
it->second.babelpreamble(),
|
|
|
|
buffer().language(),
|
|
|
|
buffer().params().encoding(),
|
|
|
|
use_polyglossia));
|
|
|
|
for (lang_it lit = lbeg; lit != lend; ++lit)
|
|
|
|
snippets.insert(i18npreamble(
|
|
|
|
it->second.babelpreamble(),
|
|
|
|
*lit,
|
|
|
|
buffer().params().encoding(),
|
|
|
|
use_polyglossia));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-02-17 20:25:56 +00:00
|
|
|
odocstringstream tcpreamble;
|
|
|
|
set<docstring>::const_iterator const send = snippets.end();
|
|
|
|
set<docstring>::const_iterator it = snippets.begin();
|
|
|
|
for (; it != send; ++it)
|
|
|
|
tcpreamble << *it;
|
2003-09-15 11:00:00 +00:00
|
|
|
return tcpreamble.str();
|
2002-03-21 17:27:08 +00:00
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
2006-10-21 19:40:29 +00:00
|
|
|
docstring const LaTeXFeatures::getLyXSGMLEntities() const
|
2001-10-23 09:42:14 +00:00
|
|
|
{
|
|
|
|
// Definition of entities used in the document that are LyX related.
|
2006-10-21 19:40:29 +00:00
|
|
|
odocstringstream entities;
|
2001-10-23 09:42:14 +00:00
|
|
|
|
2007-04-06 09:02:23 +00:00
|
|
|
if (mustProvide("lyxarrow")) {
|
2001-11-29 17:12:21 +00:00
|
|
|
entities << "<!ENTITY lyxarrow \"->\">" << '\n';
|
2001-10-23 09:42:14 +00:00
|
|
|
}
|
|
|
|
|
2003-09-15 11:00:00 +00:00
|
|
|
return entities.str();
|
2001-10-23 09:42:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-10-21 19:40:29 +00:00
|
|
|
docstring const LaTeXFeatures::getIncludedFiles(string const & fname) const
|
2000-07-01 12:54:45 +00:00
|
|
|
{
|
2006-10-21 19:40:29 +00:00
|
|
|
odocstringstream sgmlpreamble;
|
2007-03-27 07:24:16 +00:00
|
|
|
// FIXME UNICODE
|
|
|
|
docstring const basename(from_utf8(onlyPath(fname)));
|
2000-11-13 15:43:36 +00:00
|
|
|
|
2003-09-18 14:01:02 +00:00
|
|
|
FileMap::const_iterator end = IncludedFiles_.end();
|
|
|
|
for (FileMap::const_iterator fi = IncludedFiles_.begin();
|
2000-10-11 21:06:43 +00:00
|
|
|
fi != end; ++fi)
|
2007-03-27 07:24:16 +00:00
|
|
|
// FIXME UNICODE
|
2001-05-08 17:08:44 +00:00
|
|
|
sgmlpreamble << "\n<!ENTITY " << fi->first
|
2010-04-21 01:19:31 +00:00
|
|
|
<< (isSGMLFileName(fi->second) ? " SYSTEM \"" : " \"")
|
2007-03-27 07:24:16 +00:00
|
|
|
<< makeRelPath(from_utf8(fi->second), basename) << "\">";
|
2000-07-01 12:54:45 +00:00
|
|
|
|
2003-09-15 11:00:00 +00:00
|
|
|
return sgmlpreamble.str();
|
2000-07-01 12:54:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-04-20 15:00:11 +00:00
|
|
|
void LaTeXFeatures::showStruct() const
|
|
|
|
{
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr << "LyX needs the following commands when LaTeXing:"
|
2000-04-10 21:40:13 +00:00
|
|
|
<< "\n***** Packages:" << getPackages()
|
2009-06-09 18:16:43 +00:00
|
|
|
<< "\n***** Macros:" << to_utf8(getMacros())
|
2006-11-08 17:22:44 +00:00
|
|
|
<< "\n***** Textclass stuff:" << to_utf8(getTClassPreamble())
|
1999-10-07 18:44:17 +00:00
|
|
|
<< "\n***** done." << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2000-04-10 21:40:13 +00:00
|
|
|
|
|
|
|
|
2003-09-18 14:13:23 +00:00
|
|
|
Buffer const & LaTeXFeatures::buffer() const
|
|
|
|
{
|
2004-04-08 10:09:09 +00:00
|
|
|
return *buffer_;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void LaTeXFeatures::setBuffer(Buffer const & buffer)
|
|
|
|
{
|
|
|
|
buffer_ = &buffer;
|
2003-09-18 14:13:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-04-10 21:40:13 +00:00
|
|
|
BufferParams const & LaTeXFeatures::bufferParams() const
|
|
|
|
{
|
2003-09-18 14:01:02 +00:00
|
|
|
return params_;
|
2000-04-10 21:40:13 +00:00
|
|
|
}
|
2001-05-08 17:08:44 +00:00
|
|
|
|
2002-03-02 16:39:54 +00:00
|
|
|
|
2009-06-09 18:16:43 +00:00
|
|
|
void LaTeXFeatures::getFloatDefinitions(odocstream & os) const
|
2001-05-08 17:08:44 +00:00
|
|
|
{
|
2008-02-28 01:42:02 +00:00
|
|
|
FloatList const & floats = params_.documentClass().floats();
|
2002-09-06 14:51:39 +00:00
|
|
|
|
2001-05-08 17:08:44 +00:00
|
|
|
// Here we will output the code to create the needed float styles.
|
|
|
|
// We will try to do this as minimal as possible.
|
|
|
|
// \floatstyle{ruled}
|
|
|
|
// \newfloat{algorithm}{htbp}{loa}
|
2009-06-09 18:16:43 +00:00
|
|
|
// \providecommand{\algorithmname}{Algorithm}
|
|
|
|
// \floatname{algorithm}{\protect\algorithmname}
|
2003-09-18 14:01:02 +00:00
|
|
|
UsedFloats::const_iterator cit = usedFloats_.begin();
|
|
|
|
UsedFloats::const_iterator end = usedFloats_.end();
|
2001-05-08 17:08:44 +00:00
|
|
|
for (; cit != end; ++cit) {
|
2009-06-09 18:16:43 +00:00
|
|
|
Floating const & fl = floats.getType(cit->first);
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-05-08 17:08:44 +00:00
|
|
|
// For builtin floats we do nothing.
|
2011-02-02 22:57:00 +00:00
|
|
|
if (fl.isPredefined())
|
2010-03-04 13:42:05 +00:00
|
|
|
continue;
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-05-08 17:08:44 +00:00
|
|
|
// We have to special case "table" and "figure"
|
2010-03-04 13:42:05 +00:00
|
|
|
if (fl.floattype() == "tabular" || fl.floattype() == "figure") {
|
2001-05-08 17:08:44 +00:00
|
|
|
// Output code to modify "table" or "figure"
|
|
|
|
// but only if builtin == false
|
|
|
|
// and that have to be true at this point in the
|
|
|
|
// function.
|
2010-03-04 13:42:05 +00:00
|
|
|
docstring const type = from_ascii(fl.floattype());
|
2009-06-09 18:16:43 +00:00
|
|
|
docstring const placement = from_ascii(fl.placement());
|
|
|
|
docstring const style = from_ascii(fl.style());
|
2001-05-08 17:08:44 +00:00
|
|
|
if (!style.empty()) {
|
|
|
|
os << "\\floatstyle{" << style << "}\n"
|
|
|
|
<< "\\restylefloat{" << type << "}\n";
|
|
|
|
}
|
|
|
|
if (!placement.empty()) {
|
|
|
|
os << "\\floatplacement{" << type << "}{"
|
|
|
|
<< placement << "}\n";
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
// The other non builtin floats.
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2010-03-04 13:42:05 +00:00
|
|
|
docstring const type = from_ascii(fl.floattype());
|
2009-06-09 18:16:43 +00:00
|
|
|
docstring const placement = from_ascii(fl.placement());
|
|
|
|
docstring const ext = from_ascii(fl.ext());
|
|
|
|
docstring const within = from_ascii(fl.within());
|
|
|
|
docstring const style = from_ascii(fl.style());
|
2011-04-07 19:17:30 +00:00
|
|
|
docstring const name =
|
|
|
|
buffer().language()->translateLayout(fl.name());
|
2001-05-08 17:08:44 +00:00
|
|
|
os << "\\floatstyle{" << style << "}\n"
|
|
|
|
<< "\\newfloat{" << type << "}{" << placement
|
2002-11-27 10:30:28 +00:00
|
|
|
<< "}{" << ext << '}';
|
2001-05-08 17:08:44 +00:00
|
|
|
if (!within.empty())
|
2002-11-27 10:30:28 +00:00
|
|
|
os << '[' << within << ']';
|
|
|
|
os << '\n'
|
2009-06-09 18:16:43 +00:00
|
|
|
<< "\\providecommand{\\" << type << "name}{"
|
|
|
|
<< name << "}\n"
|
|
|
|
<< "\\floatname{" << type << "}{\\protect\\"
|
|
|
|
<< type << "name}\n";
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-05-08 17:08:44 +00:00
|
|
|
// What missing here is to code to minimalize the code
|
2002-01-10 10:05:45 +00:00
|
|
|
// output so that the same floatstyle will not be
|
2001-11-09 13:44:48 +00:00
|
|
|
// used several times, when the same style is still in
|
2001-05-08 17:08:44 +00:00
|
|
|
// effect. (Lgb)
|
|
|
|
}
|
2008-03-02 11:30:50 +00:00
|
|
|
if (cit->second)
|
2010-03-04 13:42:05 +00:00
|
|
|
os << "\n\\newsubfloat{" << from_ascii(fl.floattype()) << "}\n";
|
2001-05-08 17:08:44 +00:00
|
|
|
}
|
|
|
|
}
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
2011-10-18 19:32:02 +00:00
|
|
|
void LaTeXFeatures::resolveAlternatives()
|
|
|
|
{
|
|
|
|
for (Features::iterator it = features_.begin(); it != features_.end();) {
|
|
|
|
if (contains(*it, '|')) {
|
|
|
|
vector<string> const alternatives = getVectorFromString(*it, "|");
|
|
|
|
vector<string>::const_iterator const end = alternatives.end();
|
|
|
|
vector<string>::const_iterator ita = alternatives.begin();
|
|
|
|
for (; ita != end; ++ita) {
|
|
|
|
if (isRequired(*ita))
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
if (ita == end)
|
|
|
|
require(alternatives.front());
|
|
|
|
features_.erase(it);
|
|
|
|
it = features_.begin();
|
|
|
|
} else
|
|
|
|
++it;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
} // namespace lyx
|