lyx_mirror/src/lyx_sty.h
Angus Leeming 236ea81bc5 Replace LString.h with support/std_string.h,
Lsstream.h with support/std_sstream.h,
support/LIstream.h with support/std_istream.h,
support/LOstream.h with support/std_ostream.h.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7685 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-05 17:23:11 +00:00

59 lines
1.2 KiB
C++

// -*- C++ -*-
/**
* \file lyx_sty.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*
* A number of LaTeX command definitions for various
* things. The name of this file is a holdover from the
* days of yore.
*/
#ifndef LYX_STY_H
#define LYX_STY_H
#include "support/std_string.h"
///
extern string const lyx_def;
///
extern string const lyxline_def;
///
extern string const noun_def;
///
extern string const lyxarrow_def;
///
extern string const quotedblbase_def;
///
extern string const quotesinglbase_def;
///
extern string const guillemotleft_def;
///
extern string const guillemotright_def;
///
extern string const guilsinglleft_def;
///
extern string const guilsinglright_def;
///
extern string const paragraphleftindent_def;
///
extern string const floatingfootnote_def;
///
extern string const minipageindent_def;
///
extern string const boldsymbol_def;
///
extern string const binom_def;
///
extern string const mathcircumflex_def;
///
extern string const tabularnewline_def;
///
extern string const lyxgreyedout_def;
#endif // LYX_STY_H