Lines Matching defs:filename
55 * @param filename This should be the filename without '_tex' extension to which the tex code should be written. Output goes to <filename>_tex, note the underscore instead of period.
58 latex_render_document_text_to_file( SPDocument *doc, gchar const *filename,
85 bool ret = renderer->setTargetFile(filename);
133 LaTeXTextRenderer::setTargetFile(gchar const *filename) {
134 if (filename != NULL) {
135 while (isspace(*filename)) filename += 1;
137 _filename = g_path_get_basename(filename);
139 gchar *filename_ext = g_strdup_printf("%s_tex", filename);
181 "%% \\input{<filename>.pdf_tex}\n"
183 "%% \\includegraphics{<filename>.pdf}\n"
186 "%% \\input{<filename>.pdf_tex}\n"
188 "%% \\includegraphics[width=<desired width>]{<filename>.pdf}\n"
195 "%% \\import{<path to file>}{<filename>.pdf_tex}\n"