]> git.lyx.org Git - features.git/blob - src/BufferParams.h
start XeTeX support.
[features.git] / src / BufferParams.h
1 // -*- C++ -*-
2 /**
3  * \file BufferParams.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Lars Gullik Bjønnes
8  * \author Jean-Marc Lasgouttes
9  * \author John Levon
10  * \author André Pönitz
11  *
12  * Full author contact details are available in file CREDITS.
13  */
14
15 #ifndef BUFFERPARAMS_H
16 #define BUFFERPARAMS_H
17
18 #include "Citation.h"
19 #include "Font.h"
20 #include "LayoutModuleList.h"
21 #include "paper.h"
22
23 #include "insets/InsetQuotes.h"
24
25 #include "support/copied_ptr.h"
26
27 #include <list>
28 #include <vector>
29
30 namespace lyx {
31
32 namespace support { class FileName; }
33
34 class AuthorList;
35 class BranchList;
36 class Bullet;
37 class DocumentClass;
38 class Encoding;
39 class Language;
40 class LatexFeatures;
41 class LayoutFile;
42 class LayoutFileIndex;
43 class Lexer;
44 class PDFOptions;
45 class Spacing;
46 class TexRow;
47 class VSpace;
48
49 /** Buffer parameters.
50  *  This class contains all the parameters for this buffer's use. Some
51  *  work needs to be done on this class to make it nice. Now everything
52  *  is in public.
53  */
54 class BufferParams {
55 public:
56         ///
57         enum ParagraphSeparation {
58                 ///
59                 ParagraphIndentSeparation,
60                 ///
61                 ParagraphSkipSeparation
62         };
63         ///
64         BufferParams();
65
66         /// get l10n translated to the buffers language
67         docstring B_(std::string const & l10n) const;
68
69         /// read a header token, if unrecognised, return it or an unknown class name
70         std::string readToken(Lexer & lex,
71                 std::string const & token, ///< token to read.
72                 support::FileName const & filepath);
73
74         ///
75         void writeFile(std::ostream &) const;
76
77         /// check what features are implied by the buffer parameters.
78         void validate(LaTeXFeatures &) const;
79
80         /** \returns true if the babel package is used (interogates
81          *  the BufferParams and a LyXRC variable).
82          *  This returned value can then be passed to the insets...
83          */
84         bool writeLaTeX(odocstream &, LaTeXFeatures &, TexRow &) const;
85
86         ///
87         void useClassDefaults();
88         ///
89         bool hasClassDefaults() const;
90
91         ///
92         VSpace const & getDefSkip() const;
93         ///
94         void setDefSkip(VSpace const & vs);
95
96         /** Whether paragraphs are separated by using a indent like in
97          *  articles or by using a little skip like in letters.
98          */
99         ParagraphSeparation paragraph_separation;
100         ///
101         InsetQuotes::QuoteLanguage quotes_language;
102         ///
103         InsetQuotes::QuoteTimes quotes_times;
104         ///
105         std::string fontsize;
106         ///Get the LayoutFile this document is using.
107         LayoutFile const * baseClass() const;
108         ///
109         LayoutFileIndex const & baseClassID() const;
110         /// Set the LyX layout file this document is using.
111         /// NOTE: This does not call makeDocumentClass() to update the local 
112         /// DocumentClass. That needs to be done manually.
113         /// \param filename the name of the layout file
114         bool setBaseClass(std::string const & classname);
115         /// Adds the module information to the baseClass information to
116         /// create our local DocumentClass.
117         void makeDocumentClass();
118         /// Returns the DocumentClass currently in use: the BaseClass as modified
119         /// by modules.
120         DocumentClass const & documentClass() const;
121         /// \return A pointer to the DocumentClass currently in use: the BaseClass 
122         /// as modified by modules. 
123         DocumentClass const * documentClassPtr() const;
124         /// This bypasses the baseClass and sets the textClass directly.
125         /// Should be called with care and would be better not being here,
126         /// but it seems to be needed by CutAndPaste::putClipboard().
127         void setDocumentClass(DocumentClass const * const);
128         /// List of modules in use
129         LayoutModuleList const & getModules() const { return layoutModules_; }
130         /// List of default modules the user has removed
131         std::list<std::string> const & getRemovedModules() const 
132                         { return removedModules_; }
133         ///
134         /// Add a module to the list of modules in use. This checks only that the
135         /// module is not already in the list, so use moduleIsCompatible first if
136         /// you want to check for compatibility.
137         /// \return true if module was successfully added.
138         bool addLayoutModule(std::string const & modName);
139         /// checks to make sure module's requriements are satisfied, that it does
140         /// not conflict with already-present modules, isn't already loaded, etc.
141         bool moduleCanBeAdded(std::string const & modName) const;
142         ///
143         void addRemovedModule(std::string const & modName) 
144                         { removedModules_.push_back(modName); }
145         /// Clear the list
146         void clearLayoutModules() { layoutModules_.clear(); }
147         /// Clear the removed module list
148         void clearRemovedModules() { removedModules_.clear(); }
149
150         /// returns the main font for the buffer (document)
151         Font const getFont() const;
152
153         /* this are for the PaperLayout */
154         /// the papersize
155         PAPER_SIZE papersize;
156         ///
157         PAPER_ORIENTATION orientation;
158         /// use custom margins
159         bool use_geometry;
160         ///
161         std::string paperwidth;
162         ///
163         std::string paperheight;
164         ///
165         std::string leftmargin;
166         ///
167         std::string topmargin;
168         ///
169         std::string rightmargin;
170         ///
171         std::string bottommargin;
172         ///
173         std::string headheight;
174         ///
175         std::string headsep;
176         ///
177         std::string footskip;
178         ///
179         std::string columnsep;
180
181         /* some LaTeX options */
182         /// The graphics driver
183         std::string graphicsDriver;
184         /// the rm font
185         std::string fontsRoman;
186         /// the sf font
187         std::string fontsSans;
188         /// the tt font
189         std::string fontsTypewriter;
190         /// the default family (rm, sf, tt)
191         std::string fontsDefaultFamily;
192         /// use the XeTeX processor
193         bool useXetex;
194         /// use expert Small Caps
195         bool fontsSC;
196         /// use Old Style Figures
197         bool fontsOSF;
198         /// the scale factor of the sf font
199         int fontsSansScale;
200         /// the scale factor of the tt font
201         int fontsTypewriterScale;
202         /// the font used by the CJK command
203         std::string fontsCJK;
204         ///
205         Spacing & spacing();
206         Spacing const & spacing() const;
207         ///
208         int secnumdepth;
209         ///
210         int tocdepth;
211         ///
212         Language const * language;
213         /// BranchList:
214         BranchList & branchlist();
215         BranchList const & branchlist() const;
216         /**
217          * The input encoding for LaTeX. This can be one of
218          * - \c auto: find out the input encoding from the used languages
219          * - \c default: ditto
220          * - any encoding supported by the inputenc package
221          * The encoding of the LyX file is always utf8 and has nothing to
222          * do with this setting.
223          * The difference between \c auto and \c default is that \c auto also
224          * causes loading of the inputenc package, while \c default does not.
225          * \c default will not work unless the user takes additional measures
226          * (such as using special environments like the CJK environment from
227          * CJK.sty).
228          * \c default can be seen as an unspecified 8bit encoding, since LyX
229          * does not interpret it in any way apart from display on screen.
230          */
231         std::string inputenc;
232         /// The main encoding used by this buffer for LaTeX output.
233         /// Individual pieces of text can use different encodings.
234         Encoding const & encoding() const;
235         ///
236         std::string preamble;
237         ///
238         std::string local_layout;
239         ///
240         std::string options;
241         /// use the class options defined in the layout?
242         bool use_default_options;
243         ///
244         std::string master;
245         ///
246         std::string float_placement;
247         ///
248         unsigned int columns;
249         /// parameters for the listings package
250         std::string listings_params;
251         ///
252         PageSides sides;
253         ///
254         std::string pagestyle;
255         /// \param index should lie in the range 0 <= \c index <= 3.
256         Bullet & temp_bullet(size_type index);
257         Bullet const & temp_bullet(size_type index) const;
258         /// \param index should lie in the range 0 <= \c index <= 3.
259         Bullet & user_defined_bullet(size_type index);
260         Bullet const & user_defined_bullet(size_type index) const;
261
262         /// Whether to load a package such as amsmath or esint.
263         /// The enum values must not be changed (file format!)
264         enum Package {
265                 /// Don't load the package. For experts only.
266                 package_off = 0,
267                 /// Load the package if needed (recommended)
268                 package_auto = 1,
269                 /// Always load the package (e.g. if the document contains
270                 /// some ERT that needs the package)
271                 package_on = 2
272         };
273         /// Whether and how to load amsmath
274         Package use_amsmath;
275         /// Whether and how to load esint
276         Package use_esint;
277         ///
278         bool use_bibtopic;
279         /// revision tracking for this buffer ?
280         bool trackChanges;
281         /** This param decides whether change tracking marks should be used
282          *  in output (irrespective of how these marks are actually defined;
283          *  for instance, they may differ for DVI and PDF generation)
284          */
285         bool outputChanges;
286         ///
287         bool compressed;
288
289         /// the author list for the document
290         AuthorList & authors();
291         AuthorList const & authors() const;
292
293         /// map of the file's author IDs to buffer author IDs
294         std::vector<unsigned int> author_map;
295         ///
296         std::string const dvips_options() const;
297         /** The return value of paperSizeName() depends on the
298          *  purpose for which the paper size is needed, since they
299          *  support different subsets of paper sizes.
300         */
301         enum PapersizePurpose {
302                 ///
303                 DVIPS,
304                 ///
305                 DVIPDFM,
306                 ///
307                 XDVI
308         };
309         ///
310         std::string paperSizeName(PapersizePurpose purpose) const;
311         /// set up if and how babel is called
312         std::string babelCall(std::string const & lang_opts) const;
313         /// return supported drivers for specific packages
314         docstring getGraphicsDriver(std::string const & package) const;
315         /// handle inputenc etc.
316         void writeEncodingPreamble(odocstream & os, LaTeXFeatures & features,
317                                               TexRow & texrow) const;
318         ///
319         std::string const parseFontName(std::string const & name) const;
320         /// set up the document fonts
321         std::string const loadFonts(std::string const & rm,
322                                      std::string const & sf, std::string const & tt,
323                                      bool const & sc, bool const & osf,
324                                      int const & sfscale, int const & ttscale,
325                                      bool const & xetex) const;
326
327         /// get the appropriate cite engine (natbib handling)
328         CiteEngine citeEngine() const;
329         ///
330         void setCiteEngine(CiteEngine const);
331
332         /// options for pdf output
333         PDFOptions & pdfoptions();
334         PDFOptions const & pdfoptions() const;
335
336 private:
337         ///
338         void readPreamble(Lexer &);
339         ///
340         void readLocalLayout(Lexer &);
341         ///
342         void readLanguage(Lexer &);
343         ///
344         void readGraphicsDriver(Lexer &);
345         ///
346         void readBullets(Lexer &);
347         ///
348         void readBulletsLaTeX(Lexer &);
349         ///
350         void readModules(Lexer &);
351         ///
352         void readRemovedModules(Lexer &);
353         /// for use with natbib
354         CiteEngine cite_engine_;
355         ///
356         DocumentClass * doc_class_;
357         /// 
358         LayoutModuleList layoutModules_;
359         /// this is for modules that are required by the document class but that
360         /// the user has chosen not to use
361         std::list<std::string> removedModules_;
362
363         /** Use the Pimpl idiom to hide those member variables that would otherwise
364          *  drag in other header files.
365          */
366         class Impl;
367         class MemoryTraits {
368         public:
369                 static Impl * clone(Impl const *);
370                 static void destroy(Impl *);
371         };
372         support::copied_ptr<Impl, MemoryTraits> pimpl_;
373
374 };
375
376 } // namespace lyx
377
378 #endif