/* This file is part of ====================================================== LyX, The Document Processor Copyright (C) 1995 Matthias Ettrich Copyright (C) 1995-1998 The LyX Team. ======================================================
*/
#include <config.h>
#include"lyx_sty.h"
//\NeedsTeXFormat{LaTeX2e} //\ProvidesPackage{lyx}[1996/01/11 LLE v0.2 (LyX LaTeX Extensions)] //\message{LyX LaTeX Extensions (LLE v0.2) of 11-Jan-1996.}
// include this always
LString const lyx_def = "\\newcommand{\\LyX}{L\\kern-.1667em\\lower.25em\\hbox{Y}\\kern-.125emX\\@}";
LString const floatingfootnote_def = "%% Special footnote code from the package 'stblftnt.sty'\n" "%% Author: Robin Fairbairns -- Last revised Dec 13 1996\n" "\\let\\SF@@footnote\\footnote\n" "\\def\\footnote{\\ifx\\protect\\@typeset@protect\n" " \\expandafter\\SF@@footnote\n" " \\else\n" " \\expandafter\\SF@gobble@opt\n" " \\fi\n" "}\n" "\\expandafter\\def\\csname SF@gobble@opt \\endcsname{\\@ifnextchar[%]\n" " \\SF@gobble@twobracket\n" " \\@gobble\n" "}\n" "\\edef\\SF@gobble@opt{\\noexpand\\protect\n" " \\expandafter\\noexpand\\csname SF@gobble@opt \\endcsname}\n" "\\def\\SF@gobble@twobracket[#1]#2{}\n";
LString const minipageindent_def = "%% This length is the backup for minipages of the \\parindent\n" "\\newlength{\\LyXMinipageIndent}\n" "\\setlength{\\LyXMinipageIndent}{\\parindent}\n";
LString const boldsymbol_def = "%% Math mode macros for standard LaTeX users\n\n" "\\newcommand{\\boldsymbol}[1]\n" "{\\mbox{\\boldmath $#1$}}\n";
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.