/*
* Authors:
* Michael Forbes <miforbes@mbhs.edu>
* Jon A. Cruz <jon@joncruz.org>
* Abhishek Sharma
*
* Copyright (C) 2004 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "latex-pstricks-out.h"
#include "sp-path.h"
#include <print.h>
#include "sp-root.h"
#include "document.h"
namespace Inkscape {
namespace Extension {
namespace Internal {
{
return;
}
{
return;
}
{
return result;
}
void LatexOutput::save(Inkscape::Extension::Output * /*mod2*/, SPDocument *doc, gchar const *filename)
{
doc->ensureUpToDate();
// Start
// fixme: This has to go into module constructor somehow
// Print document
// Release things
// end
}
#include "clear-n_.h"
/**
\brief A function allocate a copy of this function.
This is the definition of postscript out. This function just
calls the extension system with the memory allocated XML that
describes the data.
*/
void
{
"<id>org.inkscape.output.latex</id>\n"
"<output>\n"
"<extension>.tex</extension>\n"
"</output>\n"
"</inkscape-extension>", new LatexOutput());
return;
}
} } } /* namespace Inkscape, Extension, Implementation */
/*
Local Variables:
mode:cpp
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :