Shutdown: help the style leak printer out a bit.
[gnumeric.git] / plugins / html / latex.h
blobd4b84c9e86e127ede8f6599e1153eb21e2d3fb42
1 /*
2 * latex.h
4 * Copyright (C) 1999 Rasca, Berlin
5 * EMail: thron@gmx.de
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, see <https://www.gnu.org/licenses/>.
21 #ifndef GNUMERIC_PLUGIN_LATEX_H
22 #define GNUMERIC_PLUGIN_LATEX_H
24 #include <gnumeric.h>
25 #include <goffice/goffice.h>
27 void latex_file_save (GOFileSaver const *fs, GOIOContext *io_context,
28 WorkbookView const *wb_view, GsfOutput *output);
30 void latex_table_file_save (GOFileSaver const *fs, GOIOContext *io_context,
31 WorkbookView const *wb_view, GsfOutput *output);
33 void latex_table_visible_file_save (GOFileSaver const *fs,
34 GOIOContext *io_context,
35 WorkbookView const *wb_view,
36 GsfOutput *output);
38 #endif