X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.h;h=79c79a2952f0d8870bb078b427ca729b926debd5;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=d431d40742d272f9246f3ae4d68086bf65c4820c;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/lyx_sty.h b/src/lyx_sty.h index d431d40742..79c79a2952 100644 --- a/src/lyx_sty.h +++ b/src/lyx_sty.h @@ -1,48 +1,58 @@ // -*- C++ -*- -/* - This file is part of - ====================================================== - - LyX, The Document Processor - - Copyright (C) 1995 Matthias Ettrich - - ====================================================== - */ +/** + * \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 +#ifndef LYX_STY_H +#define LYX_STY_H -#include "LString.h" +#include -// This seems to be fixed now (JMarc) -//#ifdef WITH_WARNINGS -//#warning README!! -//#endif -// I suddenly began to get segfaults in guilsinglleft_def and had no clue -// on why this happened, then I tried a rewrite and added lyx_sty.C. Now -// the segfault has moved to bibcombox... It seems that we(or gcc) have a -// problem with static (non-pointer) objects , if someone knows why please -// tell me. I am using gcc 2.7.2.1 (Linux) and when I get this segfault it -// always has to do with a static object of some kind... I tried to rewrite -// the objects causing the segfault, but the segfault then just moves to -// another object. I'll let some others have a look now... (Lgb) +/// +extern std::string const lyx_def; +/// +extern std::string const lyxline_def; +/// +extern std::string const noun_def; +/// +extern std::string const lyxarrow_def; +/// +extern std::string const quotedblbase_def; +/// +extern std::string const quotesinglbase_def; +/// +extern std::string const guillemotleft_def; +/// +extern std::string const guillemotright_def; +/// +extern std::string const guilsinglleft_def; +/// +extern std::string const guilsinglright_def; +/// +extern std::string const paragraphleftindent_def; +/// +extern std::string const floatingfootnote_def; +/// +extern std::string const boldsymbol_def; +/// +extern std::string const binom_def; +/// +extern std::string const mathcircumflex_def; +/// +extern std::string const tabularnewline_def; +/// +extern std::string const lyxgreyedout_def; +/// +extern std::string const lyxdot_def; -// include this always -extern LString const lyx_def; -extern LString const lyxline_def; -extern LString const noun_def; -extern LString const lyxarrow_def; -extern LString const quotedblbase_def; -extern LString const quotesinglbase_def; -extern LString const guillemotleft_def; -extern LString const guillemotright_def; -extern LString const guilsinglleft_def; -extern LString const guilsinglright_def; -extern LString const paragraphindent_def; -extern LString const floatingfootnote_def; -extern LString const minipageindent_def; -extern LString const boldsymbol_def; -extern LString const binom_def; - -#endif +#endif // LYX_STY_H