2003-08-19 10:04:35 +00:00
|
|
|
|
/**
|
2007-04-26 04:53:06 +00:00
|
|
|
|
* \file preamble.cpp
|
2003-08-19 10:04:35 +00:00
|
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
|
*
|
2007-12-09 17:47:41 +00:00
|
|
|
|
* \author Andr<EFBFBD> P<EFBFBD>nitz
|
|
|
|
|
* \author Uwe St<EFBFBD>hr
|
2003-08-19 10:04:35 +00:00
|
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
|
* Full author contact details are available in file CREDITS.
|
2003-04-17 15:05:17 +00:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// {[(
|
|
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
|
|
|
|
#include "tex2lyx.h"
|
|
|
|
|
|
This is the last of the commits that hopes to enforce the distinction between "layout files" and "document classes" that was introduced by the modules code. For the most part, these changes just refactor code from TextClass between: (a) a TextClass base class; (b) a LayoutFile subclass, which represents the information in a .layout file; and (c) a DocumentClass subclass, which represents the layout information associated with a Buffer---a LayoutFile plus Modules. Methods from TextClass have been apportioned between the three classes depending upon what is needed where, and signatures have been changed where necessary so that the right kind of class is required.
At this point, there are no simple TextClass objects in the main LyX code, and it is impossible to create them, since the TextClass constructor is protected. Only LayoutFile and DocumentClass objects can be constructed, and for the most part these are constructed only by their respective containers: BaseClassList and DocumentClassBundle. There is an exception: LayoutFile does have a public default constructor, but if anyone knows how to make it go away, please do.
There will be one or two more commits along these lines, but these will be simple renamings. For example, BaseClassList should be LayoutFileList.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23343 a592a061-630c-0410-9148-cb99ea01b6c8
2008-02-29 02:45:33 +00:00
|
|
|
|
#include "BaseClassList.h"
|
2007-04-29 22:04:32 +00:00
|
|
|
|
#include "Layout.h"
|
2007-04-26 11:30:54 +00:00
|
|
|
|
#include "Lexer.h"
|
2007-04-29 22:04:32 +00:00
|
|
|
|
#include "TextClass.h"
|
2007-12-17 16:04:46 +00:00
|
|
|
|
|
2007-12-06 22:09:31 +00:00
|
|
|
|
#include "support/convert.h"
|
2007-12-17 16:04:46 +00:00
|
|
|
|
#include "support/FileName.h"
|
2003-07-26 00:15:38 +00:00
|
|
|
|
#include "support/filetools.h"
|
2006-08-13 09:46:28 +00:00
|
|
|
|
#include "support/lstrings.h"
|
2003-07-26 00:15:38 +00:00
|
|
|
|
|
2003-04-17 15:05:17 +00:00
|
|
|
|
#include <algorithm>
|
|
|
|
|
#include <iostream>
|
2003-06-30 11:36:08 +00:00
|
|
|
|
#include <sstream>
|
2003-04-17 15:05:17 +00:00
|
|
|
|
#include <string>
|
|
|
|
|
#include <vector>
|
2003-07-03 11:47:44 +00:00
|
|
|
|
#include <map>
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
|
using namespace std;
|
2007-12-12 18:57:56 +00:00
|
|
|
|
using namespace lyx::support;
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
|
namespace lyx {
|
|
|
|
|
|
2003-07-03 11:47:44 +00:00
|
|
|
|
// special columntypes
|
2007-12-12 19:28:07 +00:00
|
|
|
|
extern map<char, int> special_columns;
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2007-12-12 19:28:07 +00:00
|
|
|
|
map<string, vector<string> > used_packages;
|
2004-08-10 09:40:53 +00:00
|
|
|
|
|
2007-12-09 17:42:05 +00:00
|
|
|
|
// needed to handle encodings with babel
|
|
|
|
|
bool one_language = true;
|
|
|
|
|
|
|
|
|
|
// to avoid that the babel options overwrite the documentclass options
|
|
|
|
|
bool documentclass_language;
|
|
|
|
|
|
2003-04-17 15:05:17 +00:00
|
|
|
|
namespace {
|
|
|
|
|
|
2007-12-06 22:49:18 +00:00
|
|
|
|
const char * const known_languages[] = { "afrikaans", "american", "arabic",
|
|
|
|
|
"austrian", "bahasa", "basque", "belarusian", "brazil", "breton", "british",
|
|
|
|
|
"bulgarian", "canadian", "canadien", "catalan", "croatian", "czech", "danish",
|
|
|
|
|
"dutch", "english", "esperanto", "estonian", "finnish", "francais", "french",
|
|
|
|
|
"frenchb", "frenchle", "frenchpro", "galician", "german", "germanb", "greek",
|
|
|
|
|
"hebrew", "icelandic", "irish", "italian", "lsorbian", "magyar", "naustrian",
|
|
|
|
|
"ngerman", "ngermanb", "norsk", "nynorsk", "polish", "portuges", "romanian",
|
|
|
|
|
"russian", "russianb", "scottish", "serbian", "slovak", "slovene", "spanish",
|
|
|
|
|
"swedish", "thai", "turkish", "ukraineb", "ukrainian", "usorbian", "welsh", 0};
|
|
|
|
|
|
|
|
|
|
//note this when updating to lyxformat 305:
|
|
|
|
|
//bahasai, indonesian, and indon = equal to bahasa
|
|
|
|
|
//malay, and meyalu = equal to bahasam
|
2007-11-28 00:03:11 +00:00
|
|
|
|
|
|
|
|
|
const char * const known_french_languages[] = {"french", "frenchb", "francais",
|
2007-12-06 22:49:18 +00:00
|
|
|
|
"frenchle", "frenchpro", 0};
|
2007-12-06 22:57:15 +00:00
|
|
|
|
const char * const known_german_languages[] = {"german", "germanb", 0};
|
|
|
|
|
const char * const known_ngerman_languages[] = {"ngerman", "ngermanb", 0};
|
2007-12-06 22:49:18 +00:00
|
|
|
|
const char * const known_russian_languages[] = {"russian", "russianb", 0};
|
|
|
|
|
const char * const known_ukrainian_languages[] = {"ukrainian", "ukraineb", 0};
|
|
|
|
|
|
2007-11-28 00:03:11 +00:00
|
|
|
|
char const * const known_fontsizes[] = { "10pt", "11pt", "12pt", 0 };
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2007-12-05 20:02:49 +00:00
|
|
|
|
const char * const known_roman_fonts[] = { "ae", "bookman", "charter",
|
|
|
|
|
"cmr", "fourier", "lmodern", "mathpazo", "mathptmx", "newcent", 0};
|
|
|
|
|
|
|
|
|
|
const char * const known_sans_fonts[] = { "avant", "berasans", "cmbr", "cmss",
|
|
|
|
|
"helvet", "lmss", 0};
|
|
|
|
|
|
|
|
|
|
const char * const known_typewriter_fonts[] = { "beramono", "cmtl", "cmtt",
|
|
|
|
|
"courier", "lmtt", "luximono", "fourier", "lmodern", "mathpazo", "mathptmx",
|
|
|
|
|
"newcent", 0};
|
|
|
|
|
|
2003-04-17 15:05:17 +00:00
|
|
|
|
// some ugly stuff
|
|
|
|
|
ostringstream h_preamble;
|
2007-11-28 00:03:11 +00:00
|
|
|
|
string h_textclass = "article";
|
|
|
|
|
string h_options = string();
|
|
|
|
|
string h_language = "english";
|
2007-12-04 20:09:40 +00:00
|
|
|
|
string h_inputencoding = "auto";
|
2007-12-05 20:02:49 +00:00
|
|
|
|
string h_font_roman = "default";
|
|
|
|
|
string h_font_sans = "default";
|
|
|
|
|
string h_font_typewriter = "default";
|
|
|
|
|
string h_font_default_family = "default";
|
|
|
|
|
string h_font_sc = "false";
|
|
|
|
|
string h_font_osf = "false";
|
|
|
|
|
string h_font_sf_scale = "100";
|
|
|
|
|
string h_font_tt_scale = "100";
|
2007-11-28 00:03:11 +00:00
|
|
|
|
string h_graphics = "default";
|
|
|
|
|
string h_paperfontsize = "default";
|
|
|
|
|
string h_spacing = "single";
|
|
|
|
|
string h_papersize = "default";
|
|
|
|
|
string h_use_geometry = "false";
|
|
|
|
|
string h_use_amsmath = "0";
|
|
|
|
|
string h_cite_engine = "basic";
|
|
|
|
|
string h_use_bibtopic = "false";
|
|
|
|
|
string h_paperorientation = "portrait";
|
|
|
|
|
string h_secnumdepth = "3";
|
|
|
|
|
string h_tocdepth = "3";
|
|
|
|
|
string h_paragraph_separation = "indent";
|
|
|
|
|
string h_defskip = "medskip";
|
|
|
|
|
string h_quotes_language = "english";
|
|
|
|
|
string h_papercolumns = "1";
|
|
|
|
|
string h_papersides = string();
|
|
|
|
|
string h_paperpagestyle = "default";
|
|
|
|
|
string h_tracking_changes = "false";
|
|
|
|
|
string h_output_changes = "false";
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
|
|
|
|
|
2004-06-28 06:53:12 +00:00
|
|
|
|
void handle_opt(vector<string> & opts, char const * const * what, string & target)
|
2003-04-17 15:05:17 +00:00
|
|
|
|
{
|
|
|
|
|
if (opts.empty())
|
|
|
|
|
return;
|
|
|
|
|
|
2007-12-04 20:09:40 +00:00
|
|
|
|
// the last language option is the document language (for babel and LyX)
|
|
|
|
|
// the last size option is the document font size
|
|
|
|
|
vector<string>::iterator it;
|
|
|
|
|
vector<string>::iterator position = opts.begin();
|
2007-09-16 10:36:57 +00:00
|
|
|
|
for (; *what; ++what) {
|
2007-12-04 20:09:40 +00:00
|
|
|
|
it = find(opts.begin(), opts.end(), *what);
|
2003-04-17 15:05:17 +00:00
|
|
|
|
if (it != opts.end()) {
|
2007-12-09 17:42:05 +00:00
|
|
|
|
documentclass_language = true;
|
2007-12-04 20:09:40 +00:00
|
|
|
|
if (it >= position) {
|
|
|
|
|
target = *what;
|
|
|
|
|
position = it;
|
|
|
|
|
}
|
2003-04-17 15:05:17 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-12-09 17:42:05 +00:00
|
|
|
|
void delete_opt(vector<string> & opts, char const * const * what)
|
|
|
|
|
{
|
|
|
|
|
if (opts.empty())
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
// remove found options from the list
|
|
|
|
|
// do this after handle_opt to avoid potential memory leaks and to be able
|
|
|
|
|
// to find in every case the last language option
|
|
|
|
|
vector<string>::iterator it;
|
|
|
|
|
for (; *what; ++what) {
|
|
|
|
|
it = find(opts.begin(), opts.end(), *what);
|
|
|
|
|
if (it != opts.end())
|
|
|
|
|
opts.erase(it);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-08-10 09:40:53 +00:00
|
|
|
|
/*!
|
|
|
|
|
* Split a package options string (keyval format) into a vector.
|
|
|
|
|
* Example input:
|
|
|
|
|
* authorformat=smallcaps,
|
|
|
|
|
* commabeforerest,
|
|
|
|
|
* titleformat=colonsep,
|
|
|
|
|
* bibformat={tabular,ibidem,numbered}
|
|
|
|
|
*/
|
|
|
|
|
vector<string> split_options(string const & input)
|
|
|
|
|
{
|
|
|
|
|
vector<string> options;
|
|
|
|
|
string option;
|
|
|
|
|
Parser p(input);
|
|
|
|
|
while (p.good()) {
|
|
|
|
|
Token const & t = p.get_token();
|
|
|
|
|
if (t.asInput() == ",") {
|
2007-12-04 20:09:40 +00:00
|
|
|
|
options.push_back(trim(option));
|
2004-08-10 09:40:53 +00:00
|
|
|
|
option.erase();
|
|
|
|
|
} else if (t.asInput() == "=") {
|
|
|
|
|
option += '=';
|
|
|
|
|
p.skip_spaces(true);
|
|
|
|
|
if (p.next_token().asInput() == "{")
|
|
|
|
|
option += '{' + p.getArg('{', '}') + '}';
|
|
|
|
|
} else if (t.cat() != catSpace)
|
|
|
|
|
option += t.asInput();
|
|
|
|
|
}
|
2004-10-05 10:11:42 +00:00
|
|
|
|
|
2004-08-10 09:40:53 +00:00
|
|
|
|
if (!option.empty())
|
2007-12-04 20:09:40 +00:00
|
|
|
|
options.push_back(trim(option));
|
2004-08-10 09:40:53 +00:00
|
|
|
|
|
|
|
|
|
return options;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
* Add package \p name with options \p options to used_packages.
|
|
|
|
|
* Remove options from \p options that we don't want to output.
|
|
|
|
|
*/
|
|
|
|
|
void add_package(string const & name, vector<string> & options)
|
2003-04-17 15:05:17 +00:00
|
|
|
|
{
|
2004-08-10 09:40:53 +00:00
|
|
|
|
// every package inherits the global options
|
|
|
|
|
if (used_packages.find(name) == used_packages.end())
|
|
|
|
|
used_packages[name] = split_options(h_options);
|
|
|
|
|
|
|
|
|
|
vector<string> & v = used_packages[name];
|
|
|
|
|
v.insert(v.end(), options.begin(), options.end());
|
|
|
|
|
if (name == "jurabib") {
|
|
|
|
|
// Don't output the order argument (see the cite command
|
2007-04-26 04:41:58 +00:00
|
|
|
|
// handling code in text.cpp).
|
2004-08-10 09:40:53 +00:00
|
|
|
|
vector<string>::iterator end =
|
|
|
|
|
remove(options.begin(), options.end(), "natbiborder");
|
|
|
|
|
end = remove(options.begin(), end, "jurabiborder");
|
|
|
|
|
options.erase(end, options.end());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-12-09 14:14:34 +00:00
|
|
|
|
// Given is a string like "scaled=0.9", return 0.9 * 100
|
|
|
|
|
string const scale_as_percentage(string const & scale)
|
|
|
|
|
{
|
2007-12-09 15:26:31 +00:00
|
|
|
|
string::size_type pos = scale.find('=');
|
|
|
|
|
if (pos != string::npos) {
|
|
|
|
|
string value = scale.substr(pos + 1);
|
|
|
|
|
if (isStrDbl(value))
|
|
|
|
|
return convert<string>(100 * convert<double>(value));
|
|
|
|
|
}
|
|
|
|
|
// If the input string didn't match our expectations.
|
2007-12-11 00:45:30 +00:00
|
|
|
|
// return the default value "100"
|
2007-12-09 15:26:31 +00:00
|
|
|
|
return "100";
|
2007-12-09 14:14:34 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-08-10 09:40:53 +00:00
|
|
|
|
void handle_package(string const & name, string const & opts)
|
|
|
|
|
{
|
|
|
|
|
vector<string> options = split_options(opts);
|
|
|
|
|
add_package(name, options);
|
2007-12-05 20:02:49 +00:00
|
|
|
|
string scale;
|
|
|
|
|
|
|
|
|
|
// roman fonts
|
|
|
|
|
if (is_known(name, known_roman_fonts))
|
|
|
|
|
h_font_roman = name;
|
2007-12-06 18:58:32 +00:00
|
|
|
|
if (name == "fourier") {
|
2007-12-05 20:02:49 +00:00
|
|
|
|
h_font_roman = "utopia";
|
2007-12-06 18:58:32 +00:00
|
|
|
|
// when font uses real small capitals
|
|
|
|
|
if (opts == "expert")
|
|
|
|
|
h_font_sc = "true";
|
|
|
|
|
}
|
2007-12-05 20:02:49 +00:00
|
|
|
|
if (name == "mathpazo")
|
|
|
|
|
h_font_roman = "palatino";
|
|
|
|
|
if (name == "mathptmx")
|
|
|
|
|
h_font_roman = "times";
|
|
|
|
|
// sansserif fonts
|
|
|
|
|
if (is_known(name, known_sans_fonts)) {
|
|
|
|
|
h_font_sans = name;
|
|
|
|
|
if (!opts.empty()) {
|
|
|
|
|
scale = opts;
|
2007-12-09 14:14:34 +00:00
|
|
|
|
h_font_sf_scale = scale_as_percentage(scale);
|
2007-12-05 20:02:49 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// typewriter fonts
|
|
|
|
|
if (is_known(name, known_typewriter_fonts)) {
|
|
|
|
|
h_font_typewriter = name;
|
|
|
|
|
if (!opts.empty()) {
|
|
|
|
|
scale = opts;
|
2007-12-09 14:14:34 +00:00
|
|
|
|
h_font_tt_scale = scale_as_percentage(scale);
|
2007-12-05 20:02:49 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2007-12-06 18:58:32 +00:00
|
|
|
|
// font uses old-style figure
|
|
|
|
|
if (name == "eco")
|
|
|
|
|
h_font_osf = "true";
|
2004-08-10 09:40:53 +00:00
|
|
|
|
|
2007-12-05 20:02:49 +00:00
|
|
|
|
else if (name == "amsmath" || name == "amssymb")
|
2007-11-28 00:03:11 +00:00
|
|
|
|
h_use_amsmath = "1";
|
2007-12-09 17:42:05 +00:00
|
|
|
|
else if (name == "babel" && !opts.empty()) {
|
|
|
|
|
// check if more than one option was used - used later for inputenc
|
|
|
|
|
// in case inputenc is parsed before babel, set the encoding to auto
|
|
|
|
|
if (options.begin() != options.end() - 1) {
|
|
|
|
|
one_language = false;
|
|
|
|
|
h_inputencoding = "auto";
|
|
|
|
|
}
|
|
|
|
|
// only set the document language when there was not already one set
|
|
|
|
|
// via the documentclass options
|
|
|
|
|
// babel takes the the last language given in the documentclass options
|
|
|
|
|
// as document language. If there is no such language option, the last
|
|
|
|
|
// option of its \usepackage call is used.
|
|
|
|
|
if (documentclass_language == false) {
|
|
|
|
|
handle_opt(options, known_languages, h_language);
|
|
|
|
|
delete_opt(options, known_languages);
|
|
|
|
|
if (is_known(h_language, known_french_languages))
|
|
|
|
|
h_language = "french";
|
|
|
|
|
else if (is_known(h_language, known_german_languages))
|
|
|
|
|
h_language = "german";
|
|
|
|
|
else if (is_known(h_language, known_ngerman_languages))
|
|
|
|
|
h_language = "ngerman";
|
|
|
|
|
else if (is_known(h_language, known_russian_languages))
|
|
|
|
|
h_language = "russian";
|
|
|
|
|
else if (is_known(h_language, known_ukrainian_languages))
|
|
|
|
|
h_language = "ukrainian";
|
|
|
|
|
h_quotes_language = h_language;
|
|
|
|
|
}
|
|
|
|
|
}
|
2003-04-17 15:05:17 +00:00
|
|
|
|
else if (name == "fontenc")
|
|
|
|
|
; // ignore this
|
2004-08-10 09:40:53 +00:00
|
|
|
|
else if (name == "inputenc") {
|
2007-12-04 20:09:40 +00:00
|
|
|
|
// only set when there is not more than one inputenc option
|
|
|
|
|
// therefore check for the "," character
|
2007-12-09 17:42:05 +00:00
|
|
|
|
// also only set when there is not more then one babel language option
|
|
|
|
|
if (opts.find(",") == string::npos && one_language == true)
|
2007-12-04 20:09:40 +00:00
|
|
|
|
h_inputencoding = opts;
|
2004-08-10 09:40:53 +00:00
|
|
|
|
options.clear();
|
|
|
|
|
} else if (name == "makeidx")
|
2003-04-17 15:05:17 +00:00
|
|
|
|
; // ignore this
|
|
|
|
|
else if (name == "verbatim")
|
|
|
|
|
; // ignore this
|
2005-07-18 13:07:16 +00:00
|
|
|
|
else if (name == "graphicx")
|
|
|
|
|
; // ignore this
|
2003-04-17 15:05:17 +00:00
|
|
|
|
else if (is_known(name, known_languages)) {
|
2007-12-06 22:49:18 +00:00
|
|
|
|
if (is_known(name, known_french_languages))
|
2007-11-28 00:03:11 +00:00
|
|
|
|
h_language = "french";
|
2007-12-06 22:49:18 +00:00
|
|
|
|
else if (is_known(name, known_german_languages))
|
2007-12-06 22:57:15 +00:00
|
|
|
|
h_language = "german";
|
|
|
|
|
else if (is_known(name, known_ngerman_languages))
|
2007-12-06 22:49:18 +00:00
|
|
|
|
h_language = "ngerman";
|
|
|
|
|
else if (is_known(name, known_russian_languages))
|
|
|
|
|
h_language = "russian";
|
|
|
|
|
else if (is_known(name, known_ukrainian_languages))
|
|
|
|
|
h_language = "ukrainian";
|
|
|
|
|
else
|
2007-11-28 00:03:11 +00:00
|
|
|
|
h_language = name;
|
2007-12-06 22:49:18 +00:00
|
|
|
|
h_quotes_language = h_language;
|
2007-11-28 00:03:11 +00:00
|
|
|
|
|
2004-08-10 09:40:53 +00:00
|
|
|
|
} else if (name == "natbib") {
|
|
|
|
|
h_cite_engine = "natbib_authoryear";
|
|
|
|
|
vector<string>::iterator it =
|
|
|
|
|
find(options.begin(), options.end(), "authoryear");
|
|
|
|
|
if (it != options.end())
|
|
|
|
|
options.erase(it);
|
|
|
|
|
else {
|
|
|
|
|
it = find(options.begin(), options.end(), "numbers");
|
|
|
|
|
if (it != options.end()) {
|
|
|
|
|
h_cite_engine = "natbib_numerical";
|
|
|
|
|
options.erase(it);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} else if (name == "jurabib") {
|
|
|
|
|
h_cite_engine = "jurabib";
|
|
|
|
|
} else if (options.empty())
|
|
|
|
|
h_preamble << "\\usepackage{" << name << "}\n";
|
|
|
|
|
else {
|
|
|
|
|
h_preamble << "\\usepackage[" << opts << "]{" << name << "}\n";
|
|
|
|
|
options.clear();
|
2003-04-17 15:05:17 +00:00
|
|
|
|
}
|
2004-08-10 09:40:53 +00:00
|
|
|
|
|
|
|
|
|
// We need to do something with the options...
|
|
|
|
|
if (!options.empty())
|
|
|
|
|
cerr << "Ignoring options '" << join(options, ",")
|
|
|
|
|
<< "' of package " << name << '.' << endl;
|
2003-04-17 15:05:17 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-11-28 00:03:11 +00:00
|
|
|
|
|
2007-04-29 19:53:54 +00:00
|
|
|
|
void end_preamble(ostream & os, TextClass const & /*textclass*/)
|
2003-04-17 15:05:17 +00:00
|
|
|
|
{
|
2007-12-04 20:09:40 +00:00
|
|
|
|
os << "#LyX file created by tex2lyx " << PACKAGE_VERSION << "\n"
|
2007-12-05 20:02:49 +00:00
|
|
|
|
<< "\\lyxformat 247\n"
|
2004-08-29 09:44:40 +00:00
|
|
|
|
<< "\\begin_document\n"
|
|
|
|
|
<< "\\begin_header\n"
|
2007-12-04 20:09:40 +00:00
|
|
|
|
<< "\\textclass " << h_textclass << "\n";
|
|
|
|
|
if (!h_preamble.str().empty())
|
|
|
|
|
os << "\\begin_preamble\n" << h_preamble.str() << "\n\\end_preamble\n";
|
2003-11-19 10:35:50 +00:00
|
|
|
|
if (!h_options.empty())
|
2007-12-04 20:09:40 +00:00
|
|
|
|
os << "\\options " << h_options << "\n";
|
2003-04-23 15:14:43 +00:00
|
|
|
|
os << "\\language " << h_language << "\n"
|
2003-04-17 15:05:17 +00:00
|
|
|
|
<< "\\inputencoding " << h_inputencoding << "\n"
|
2007-12-05 20:02:49 +00:00
|
|
|
|
<< "\\font_roman " << h_font_roman << "\n"
|
|
|
|
|
<< "\\font_sans " << h_font_sans << "\n"
|
|
|
|
|
<< "\\font_typewriter " << h_font_typewriter << "\n"
|
|
|
|
|
<< "\\font_default_family " << h_font_default_family << "\n"
|
|
|
|
|
<< "\\font_sc " << h_font_sc << "\n"
|
|
|
|
|
<< "\\font_osf " << h_font_osf << "\n"
|
|
|
|
|
<< "\\font_sf_scale " << h_font_sf_scale << "\n"
|
|
|
|
|
<< "\\font_tt_scale " << h_font_tt_scale << "\n"
|
2003-04-17 15:05:17 +00:00
|
|
|
|
<< "\\graphics " << h_graphics << "\n"
|
|
|
|
|
<< "\\paperfontsize " << h_paperfontsize << "\n"
|
|
|
|
|
<< "\\spacing " << h_spacing << "\n"
|
|
|
|
|
<< "\\papersize " << h_papersize << "\n"
|
|
|
|
|
<< "\\use_geometry " << h_use_geometry << "\n"
|
|
|
|
|
<< "\\use_amsmath " << h_use_amsmath << "\n"
|
2004-07-29 17:03:37 +00:00
|
|
|
|
<< "\\cite_engine " << h_cite_engine << "\n"
|
|
|
|
|
<< "\\use_bibtopic " << h_use_bibtopic << "\n"
|
2003-04-17 15:05:17 +00:00
|
|
|
|
<< "\\paperorientation " << h_paperorientation << "\n"
|
|
|
|
|
<< "\\secnumdepth " << h_secnumdepth << "\n"
|
|
|
|
|
<< "\\tocdepth " << h_tocdepth << "\n"
|
|
|
|
|
<< "\\paragraph_separation " << h_paragraph_separation << "\n"
|
|
|
|
|
<< "\\defskip " << h_defskip << "\n"
|
|
|
|
|
<< "\\quotes_language " << h_quotes_language << "\n"
|
|
|
|
|
<< "\\papercolumns " << h_papercolumns << "\n"
|
|
|
|
|
<< "\\papersides " << h_papersides << "\n"
|
|
|
|
|
<< "\\paperpagestyle " << h_paperpagestyle << "\n"
|
2003-04-23 15:14:43 +00:00
|
|
|
|
<< "\\tracking_changes " << h_tracking_changes << "\n"
|
2005-02-06 09:32:52 +00:00
|
|
|
|
<< "\\output_changes " << h_output_changes << "\n"
|
2004-08-29 09:44:40 +00:00
|
|
|
|
<< "\\end_header\n\n"
|
|
|
|
|
<< "\\begin_body\n";
|
2003-10-23 11:46:33 +00:00
|
|
|
|
// clear preamble for subdocuments
|
|
|
|
|
h_preamble.str("");
|
2003-04-17 15:05:17 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} // anonymous namespace
|
|
|
|
|
|
2008-03-06 23:31:40 +00:00
|
|
|
|
void parse_preamble(Parser & p, ostream & os,
|
|
|
|
|
string const & forceclass, TeX2LyXDocClass & tc)
|
2003-04-17 15:05:17 +00:00
|
|
|
|
{
|
2003-07-03 13:01:51 +00:00
|
|
|
|
// initialize fixed types
|
|
|
|
|
special_columns['D'] = 3;
|
2003-10-23 11:46:33 +00:00
|
|
|
|
bool is_full_document = false;
|
2003-07-03 13:01:51 +00:00
|
|
|
|
|
2004-06-18 06:47:19 +00:00
|
|
|
|
// determine whether this is a full document or a fragment for inclusion
|
2003-04-17 15:05:17 +00:00
|
|
|
|
while (p.good()) {
|
2003-04-23 15:14:43 +00:00
|
|
|
|
Token const & t = p.get_token();
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2003-11-05 10:14:13 +00:00
|
|
|
|
if (t.cat() == catEscape && t.cs() == "documentclass") {
|
2003-10-23 11:46:33 +00:00
|
|
|
|
is_full_document = true;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
p.reset();
|
|
|
|
|
|
|
|
|
|
while (is_full_document && p.good()) {
|
|
|
|
|
Token const & t = p.get_token();
|
|
|
|
|
|
2003-04-17 15:05:17 +00:00
|
|
|
|
#ifdef FILEDEBUG
|
2003-10-23 11:46:33 +00:00
|
|
|
|
cerr << "t: " << t << "\n";
|
2003-04-17 15:05:17 +00:00
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// cat codes
|
|
|
|
|
//
|
|
|
|
|
if (t.cat() == catLetter ||
|
|
|
|
|
t.cat() == catSuper ||
|
|
|
|
|
t.cat() == catSub ||
|
|
|
|
|
t.cat() == catOther ||
|
|
|
|
|
t.cat() == catMath ||
|
|
|
|
|
t.cat() == catActive ||
|
|
|
|
|
t.cat() == catBegin ||
|
|
|
|
|
t.cat() == catEnd ||
|
|
|
|
|
t.cat() == catAlign ||
|
|
|
|
|
t.cat() == catParameter)
|
2007-11-28 00:03:11 +00:00
|
|
|
|
h_preamble << t.character();
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2003-11-05 10:14:13 +00:00
|
|
|
|
else if (t.cat() == catSpace || t.cat() == catNewline)
|
2007-11-28 00:03:11 +00:00
|
|
|
|
h_preamble << t.asInput();
|
2003-11-05 10:14:13 +00:00
|
|
|
|
|
2003-04-17 15:05:17 +00:00
|
|
|
|
else if (t.cat() == catComment)
|
2007-11-28 00:03:11 +00:00
|
|
|
|
h_preamble << t.asInput();
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
|
|
|
|
else if (t.cs() == "pagestyle")
|
2003-10-23 11:46:33 +00:00
|
|
|
|
h_paperpagestyle = p.verbatim_item();
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2007-11-28 00:03:11 +00:00
|
|
|
|
else if (t.cs() == "makeatletter") {
|
2003-04-17 15:05:17 +00:00
|
|
|
|
p.setCatCode('@', catLetter);
|
2007-11-28 00:03:11 +00:00
|
|
|
|
}
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2007-11-28 00:03:11 +00:00
|
|
|
|
else if (t.cs() == "makeatother") {
|
2003-04-17 15:05:17 +00:00
|
|
|
|
p.setCatCode('@', catOther);
|
2007-11-28 00:03:11 +00:00
|
|
|
|
}
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2007-12-23 16:32:00 +00:00
|
|
|
|
else if (t.cs() == "newcommand"
|
2007-12-23 16:33:34 +00:00
|
|
|
|
|| t.cs() == "renewcommand"
|
|
|
|
|
|| t.cs() == "providecommand"
|
|
|
|
|
|| t.cs() == "newlyxcommand") {
|
2003-04-17 15:05:17 +00:00
|
|
|
|
bool star = false;
|
2003-04-23 15:14:43 +00:00
|
|
|
|
if (p.next_token().character() == '*') {
|
|
|
|
|
p.get_token();
|
2003-04-17 15:05:17 +00:00
|
|
|
|
star = true;
|
|
|
|
|
}
|
2003-04-23 15:14:43 +00:00
|
|
|
|
string const name = p.verbatim_item();
|
2005-01-06 13:22:20 +00:00
|
|
|
|
string const opt1 = p.getOpt();
|
|
|
|
|
string const opt2 = p.getFullOpt();
|
2003-04-23 15:14:43 +00:00
|
|
|
|
string const body = p.verbatim_item();
|
2007-12-05 20:02:49 +00:00
|
|
|
|
// font settings
|
|
|
|
|
if (name == "\\rmdefault")
|
|
|
|
|
if (is_known(body, known_roman_fonts))
|
|
|
|
|
h_font_roman = body;
|
|
|
|
|
|
|
|
|
|
if (name == "\\sfdefault")
|
|
|
|
|
if (is_known(body, known_sans_fonts))
|
|
|
|
|
h_font_sans = body;
|
|
|
|
|
|
|
|
|
|
if (name == "\\ttdefault")
|
|
|
|
|
if (is_known(body, known_typewriter_fonts))
|
|
|
|
|
h_font_typewriter = body;
|
|
|
|
|
|
|
|
|
|
if (name == "\\familydefault") {
|
|
|
|
|
string family = body;
|
|
|
|
|
// remove leading "\"
|
|
|
|
|
h_font_default_family = family.erase(0,1);
|
|
|
|
|
}
|
2003-04-17 15:05:17 +00:00
|
|
|
|
// only non-lyxspecific stuff
|
2003-11-05 10:14:13 +00:00
|
|
|
|
if ( name != "\\noun"
|
|
|
|
|
&& name != "\\tabularnewline"
|
|
|
|
|
&& name != "\\LyX"
|
2007-11-28 00:03:11 +00:00
|
|
|
|
&& name != "\\lyxline"
|
2003-11-05 10:14:13 +00:00
|
|
|
|
&& name != "\\lyxaddress"
|
|
|
|
|
&& name != "\\lyxrightaddress"
|
2004-04-30 11:50:54 +00:00
|
|
|
|
&& name != "\\lyxdot"
|
2003-11-05 10:14:13 +00:00
|
|
|
|
&& name != "\\boldsymbol"
|
2007-12-05 20:02:49 +00:00
|
|
|
|
&& name != "\\lyxarrow"
|
|
|
|
|
&& name != "\\rmdefault"
|
|
|
|
|
&& name != "\\sfdefault"
|
|
|
|
|
&& name != "\\ttdefault"
|
|
|
|
|
&& name != "\\familydefault") {
|
2003-04-17 15:05:17 +00:00
|
|
|
|
ostringstream ss;
|
|
|
|
|
ss << '\\' << t.cs();
|
|
|
|
|
if (star)
|
|
|
|
|
ss << '*';
|
2005-01-06 13:22:20 +00:00
|
|
|
|
ss << '{' << name << '}' << opt1 << opt2
|
|
|
|
|
<< '{' << body << "}";
|
2003-04-17 15:05:17 +00:00
|
|
|
|
h_preamble << ss.str();
|
2005-01-06 13:22:20 +00:00
|
|
|
|
|
|
|
|
|
// Add the command to the known commands
|
|
|
|
|
add_known_command(name, opt1, !opt2.empty());
|
2003-04-17 15:05:17 +00:00
|
|
|
|
/*
|
|
|
|
|
ostream & out = in_preamble ? h_preamble : os;
|
|
|
|
|
out << "\\" << t.cs() << "{" << name << "}"
|
2003-11-05 10:14:13 +00:00
|
|
|
|
<< opts << "{" << body << "}";
|
2003-04-17 15:05:17 +00:00
|
|
|
|
*/
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else if (t.cs() == "documentclass") {
|
2007-12-04 20:09:40 +00:00
|
|
|
|
vector<string> opts = split_options(p.getArg('[', ']'));
|
2007-12-09 17:42:05 +00:00
|
|
|
|
handle_opt(opts, known_fontsizes, h_paperfontsize);
|
|
|
|
|
delete_opt(opts, known_fontsizes);
|
|
|
|
|
// delete "pt" at the end
|
|
|
|
|
string::size_type i = h_paperfontsize.find("pt");
|
|
|
|
|
if (i != string::npos)
|
|
|
|
|
h_paperfontsize.erase(i);
|
|
|
|
|
// to avoid that the babel options overwrite the documentclass options
|
|
|
|
|
documentclass_language = false;
|
2007-11-27 01:38:50 +00:00
|
|
|
|
handle_opt(opts, known_languages, h_language);
|
2007-12-09 17:42:05 +00:00
|
|
|
|
delete_opt(opts, known_languages);
|
2007-11-28 00:03:11 +00:00
|
|
|
|
if (is_known(h_language, known_french_languages))
|
|
|
|
|
h_language = "french";
|
2007-12-06 22:49:18 +00:00
|
|
|
|
else if (is_known(h_language, known_german_languages))
|
2007-12-06 22:57:15 +00:00
|
|
|
|
h_language = "german";
|
|
|
|
|
else if (is_known(h_language, known_ngerman_languages))
|
2007-12-06 22:49:18 +00:00
|
|
|
|
h_language = "ngerman";
|
|
|
|
|
else if (is_known(h_language, known_russian_languages))
|
|
|
|
|
h_language = "russian";
|
|
|
|
|
else if (is_known(h_language, known_ukrainian_languages))
|
|
|
|
|
h_language = "ukrainian";
|
2003-04-17 15:05:17 +00:00
|
|
|
|
h_quotes_language = h_language;
|
|
|
|
|
h_options = join(opts, ",");
|
|
|
|
|
h_textclass = p.getArg('{', '}');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else if (t.cs() == "usepackage") {
|
|
|
|
|
string const options = p.getArg('[', ']');
|
|
|
|
|
string const name = p.getArg('{', '}');
|
|
|
|
|
if (options.empty() && name.find(',')) {
|
|
|
|
|
vector<string> vecnames;
|
|
|
|
|
split(name, vecnames, ',');
|
|
|
|
|
vector<string>::const_iterator it = vecnames.begin();
|
|
|
|
|
vector<string>::const_iterator end = vecnames.end();
|
|
|
|
|
for (; it != end; ++it)
|
|
|
|
|
handle_package(trim(*it), string());
|
|
|
|
|
} else {
|
|
|
|
|
handle_package(name, options);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else if (t.cs() == "newenvironment") {
|
|
|
|
|
string const name = p.getArg('{', '}');
|
|
|
|
|
ostringstream ss;
|
|
|
|
|
ss << "\\newenvironment{" << name << "}";
|
|
|
|
|
ss << p.getOpt();
|
|
|
|
|
ss << p.getOpt();
|
2003-04-23 15:14:43 +00:00
|
|
|
|
ss << '{' << p.verbatim_item() << '}';
|
|
|
|
|
ss << '{' << p.verbatim_item() << '}';
|
2005-02-06 09:32:52 +00:00
|
|
|
|
if (name != "lyxcode" && name != "lyxlist" &&
|
2006-07-22 20:20:51 +00:00
|
|
|
|
name != "lyxrightadress" &&
|
|
|
|
|
name != "lyxaddress" && name != "lyxgreyedout")
|
2003-04-17 15:05:17 +00:00
|
|
|
|
h_preamble << ss.str();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else if (t.cs() == "def") {
|
2003-04-23 15:14:43 +00:00
|
|
|
|
string name = p.get_token().cs();
|
|
|
|
|
while (p.next_token().cat() != catBegin)
|
|
|
|
|
name += p.get_token().asString();
|
2005-02-06 09:32:52 +00:00
|
|
|
|
h_preamble << "\\def\\" << name << '{'
|
2006-04-05 23:56:29 +00:00
|
|
|
|
<< p.verbatim_item() << "}";
|
2003-04-17 15:05:17 +00:00
|
|
|
|
}
|
|
|
|
|
|
2003-07-03 11:47:44 +00:00
|
|
|
|
else if (t.cs() == "newcolumntype") {
|
|
|
|
|
string const name = p.getArg('{', '}');
|
|
|
|
|
trim(name);
|
|
|
|
|
int nargs = 0;
|
|
|
|
|
string opts = p.getOpt();
|
2003-11-19 10:35:50 +00:00
|
|
|
|
if (!opts.empty()) {
|
2003-07-03 11:47:44 +00:00
|
|
|
|
istringstream is(string(opts, 1));
|
|
|
|
|
is >> nargs;
|
|
|
|
|
}
|
|
|
|
|
special_columns[name[0]] = nargs;
|
|
|
|
|
h_preamble << "\\newcolumntype{" << name << "}";
|
|
|
|
|
if (nargs)
|
|
|
|
|
h_preamble << "[" << nargs << "]";
|
2003-11-05 10:14:13 +00:00
|
|
|
|
h_preamble << "{" << p.verbatim_item() << "}";
|
2003-07-03 11:47:44 +00:00
|
|
|
|
}
|
|
|
|
|
|
2003-04-17 15:05:17 +00:00
|
|
|
|
else if (t.cs() == "setcounter") {
|
|
|
|
|
string const name = p.getArg('{', '}');
|
|
|
|
|
string const content = p.getArg('{', '}');
|
|
|
|
|
if (name == "secnumdepth")
|
|
|
|
|
h_secnumdepth = content;
|
|
|
|
|
else if (name == "tocdepth")
|
|
|
|
|
h_tocdepth = content;
|
|
|
|
|
else
|
2003-11-05 10:14:13 +00:00
|
|
|
|
h_preamble << "\\setcounter{" << name << "}{" << content << "}";
|
2003-04-17 15:05:17 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else if (t.cs() == "setlength") {
|
2003-04-23 15:14:43 +00:00
|
|
|
|
string const name = p.verbatim_item();
|
|
|
|
|
string const content = p.verbatim_item();
|
2003-11-05 10:14:13 +00:00
|
|
|
|
// Is this correct?
|
2003-04-17 15:05:17 +00:00
|
|
|
|
if (name == "parskip")
|
|
|
|
|
h_paragraph_separation = "skip";
|
|
|
|
|
else if (name == "parindent")
|
|
|
|
|
h_paragraph_separation = "skip";
|
|
|
|
|
else
|
2003-11-05 10:14:13 +00:00
|
|
|
|
h_preamble << "\\setlength{" << name << "}{" << content << "}";
|
2003-04-17 15:05:17 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else if (t.cs() == "begin") {
|
|
|
|
|
string const name = p.getArg('{', '}');
|
2003-07-26 00:15:38 +00:00
|
|
|
|
if (name == "document")
|
|
|
|
|
break;
|
2003-04-17 15:05:17 +00:00
|
|
|
|
h_preamble << "\\begin{" << name << "}";
|
|
|
|
|
}
|
|
|
|
|
|
2004-08-10 09:40:53 +00:00
|
|
|
|
else if (t.cs() == "jurabibsetup") {
|
|
|
|
|
vector<string> jurabibsetup =
|
|
|
|
|
split_options(p.getArg('{', '}'));
|
|
|
|
|
// add jurabibsetup to the jurabib package options
|
|
|
|
|
add_package("jurabib", jurabibsetup);
|
|
|
|
|
if (!jurabibsetup.empty()) {
|
|
|
|
|
h_preamble << "\\jurabibsetup{"
|
2006-04-05 23:56:29 +00:00
|
|
|
|
<< join(jurabibsetup, ",") << '}';
|
2004-08-10 09:40:53 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2003-11-19 10:35:50 +00:00
|
|
|
|
else if (!t.cs().empty())
|
2003-11-05 10:14:13 +00:00
|
|
|
|
h_preamble << '\\' << t.cs();
|
2003-04-17 15:05:17 +00:00
|
|
|
|
}
|
2003-11-05 10:14:13 +00:00
|
|
|
|
p.skip_spaces();
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
2003-10-23 11:46:33 +00:00
|
|
|
|
// Force textclass if the user wanted it
|
2006-08-13 09:46:28 +00:00
|
|
|
|
if (!forceclass.empty())
|
2003-10-23 11:46:33 +00:00
|
|
|
|
h_textclass = forceclass;
|
2007-12-12 19:57:42 +00:00
|
|
|
|
if (noweb_mode && !prefixIs(h_textclass, "literate-"))
|
2006-08-13 09:46:28 +00:00
|
|
|
|
h_textclass.insert(0, "literate-");
|
2006-11-26 21:30:39 +00:00
|
|
|
|
FileName layoutfilename = libFileSearch("layouts", h_textclass, "layout");
|
2003-10-23 11:46:33 +00:00
|
|
|
|
if (layoutfilename.empty()) {
|
|
|
|
|
cerr << "Error: Could not find layout file for textclass \"" << h_textclass << "\"." << endl;
|
|
|
|
|
exit(1);
|
|
|
|
|
}
|
2008-03-06 23:31:40 +00:00
|
|
|
|
tc.read(layoutfilename);
|
2003-11-19 10:35:50 +00:00
|
|
|
|
if (h_papersides.empty()) {
|
2003-10-23 11:46:33 +00:00
|
|
|
|
ostringstream ss;
|
2008-03-06 23:31:40 +00:00
|
|
|
|
ss << tc.sides();
|
2003-10-23 11:46:33 +00:00
|
|
|
|
h_papersides = ss.str();
|
|
|
|
|
}
|
2008-03-06 23:31:40 +00:00
|
|
|
|
end_preamble(os, tc);
|
2003-07-26 00:15:38 +00:00
|
|
|
|
}
|
2003-04-17 15:05:17 +00:00
|
|
|
|
|
|
|
|
|
// }])
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace lyx
|