View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009815 | Scribus | Usability | public | 2011-03-07 17:53 | 2018-10-18 10:55 |
Reporter | omrihar | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Linux | OS | Ubuntu | OS Version | Maverick (10.10) |
Product Version | 1.5.0svn | ||||
Summary | 0009815: Suggestion to enable \input usage in the latex render frame | ||||
Description | Currently the Latex render frame allows to enter Latex code directly to be processed by Latex. This is done in the /tmp directory. Sometimes one would like to use the \input command to include some other .tex file into the current frame (I would like to be able to do that so that I can work separately on the latex code and simply use \input to include it in the Scribus render frames. The problem is that in order to include the files, you need to specify to the input command the full path of the files, relative to the /tmp directory. I would suggest adding a parameter in the configuration options to chose the "local directory" for the Latex execution so that one could easily set up a "texts" directory or any other directory as an "environment variable" for Latex. Alternatively, maybe one could simply define a variable which will include the path to a directory and use it simply as \input{$variable$\file} | ||||
Tags | latex, render frames | ||||
Patch | |||||
child of | 0007647 | acknowledged | Metabug: Render Frames (LaTeX, GnuPlot, LilyPond, GraphViz, etc.) |
|
A temporary fix that just came into my mind is (obviously) to create symbolic links in the /tmp directory so that the \input{} command can be used more easily. This is of course not ideal but that's what I use atm. |
|
This is fixed by 0014723, by introducing a variable "$scribus_doc_dir$" that can be passed on the command line to the process handling the render frame. |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-03-07 17:53 | omrihar | New Issue | |
2011-03-07 19:27 | omrihar | Note Added: 0025757 | |
2015-12-24 13:08 | Kunda | Relationship added | child of 0007647 |
2016-04-19 19:43 | Kunda | Tag Attached: latex | |
2016-04-19 19:44 | Kunda | Tag Attached: render frames | |
2018-10-18 10:55 | filmor | Note Added: 0045517 |