1999-09-27 18:44:28 +00:00
|
|
|
// -*- C++ -*-
|
2002-05-30 03:37:24 +00:00
|
|
|
/**
|
|
|
|
* \file lyx_sty.h
|
|
|
|
* Copyright 1995-2002 the LyX Team
|
|
|
|
* Read the file COPYING
|
2002-03-21 17:27:08 +00:00
|
|
|
*
|
|
|
|
*
|
2002-05-30 03:37:24 +00:00
|
|
|
* A number of LaTeX command definitions for various
|
|
|
|
* things. The name of this file is a holdover from the
|
|
|
|
* days of yore.
|
2000-07-24 13:53:19 +00:00
|
|
|
*
|
2002-05-30 03:37:24 +00:00
|
|
|
* \author Lars Gullik Bjornes <larsbj@lyx.org>
|
|
|
|
*/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-11-15 12:01:38 +00:00
|
|
|
#ifndef LYX_STY_H
|
|
|
|
#define LYX_STY_H
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#include "LString.h"
|
|
|
|
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const lyx_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const lyxline_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const noun_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const lyxarrow_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const quotedblbase_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const quotesinglbase_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const guillemotleft_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const guillemotright_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const guilsinglleft_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const guilsinglright_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
2002-05-08 12:58:16 +00:00
|
|
|
extern string const paragraphleftindent_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const floatingfootnote_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const minipageindent_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const boldsymbol_def;
|
2000-08-07 20:58:24 +00:00
|
|
|
///
|
1999-10-02 16:21:10 +00:00
|
|
|
extern string const binom_def;
|
2002-03-04 11:10:26 +00:00
|
|
|
///
|
|
|
|
extern string const mathcircumflex_def;
|
2002-09-06 13:41:19 +00:00
|
|
|
///
|
|
|
|
extern string const tabularnewline_def;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-05-30 03:37:24 +00:00
|
|
|
#endif // LYX_STY_H
|