<div dir="ltr"><div>On Thu, Jan 5, 2017 at 10:35 AM, Gregory Pittman <span dir="ltr"><<a href="mailto:gpittman@iglou.com" target="_blank">gpittman@iglou.com</a>></span> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="gmail-">On 01/05/2017 09:58 AM, Fahad Al-Saidi wrote:<br>
>><br>
>> Hi Alec,<br>
>><br>
>> Please try the following: Enable sytax hightlighting for the language you<br>
> are using in Kate or KWrite (assuming you are using Linux or *BSD). Export<br>
> the file as HTML.<br>
>><br>
>> Launch LibreOffice Writer (*not* LibreOffice Writer Web), open the HTML<br>
> file and save it as ODT. You can then import the ODT file into a Scribus<br>
> text frame with all colours intact.<br>
>><br>
><br>
> This seems like a great solution, though I can't seem to get it to work.<br>
> I get the HTML markup in LibreOffice, and then in Scribus after saving<br>
> as ODT.<br>
><br>
> Greg<br>
><br>
> ___<br>
><br>
><br>
> The above solution doesn't work for me but what works for me is copying the<br>
> code from firefox and paste it into libreoffice writer then save it as ODT<br>
> then import it into scribus.<br>
<br>
</span>I couldn't get this to work either and retain syntax highlighting. I was<br>
able to get it to work by exporting as PDF from LibreOffice after<br>
pasting from the browser, but the downside was that in KWrite I use a<br>
colored background, which came through to LO and then the PDF.<br>
<br>
For me, KWrite -> export as HTML -> print as PS file -> import to<br>
Scribus as vector works the best, and eliminates the extra step of<br>
LibreOffice.<br>
<br>
Perhaps there is some setting in LO to interpret the HTML markup.<br>
<br>
Greg<br><br></blockquote><div><br></div>Thank you all for the input!  Go team :)<div><br></div><div>## Method A ##</div><div><br></div><div>What's working best for me is:</div><div>1) Open code_file.php in Kate/whichever and Export as HTML</div><div>2) Open code_file_php.html in Firefox and copy the rendered code<br></div><div>3) Paste that code into LO Writer and save as .odt</div><div>4) Import that into a text frame in scribus.</div><div><br></div><div>This gives me code in scribus that looks exactly how it does in Kate -- except that background color is missing in Scribus, which is fine because it's easy to re-create.</div><div><br></div><div>## Method B ##</div><div><br></div><div>Printing to postscript from the web browser changes the coloring (greys get turned to black, background color is removed, perhaps other changes) -- which I presume is the web browser trying to make the document more "printer friendly".  This is a drawback here, as the Solarized color theme looks really good in kate or other editors, but once I import the .ps file into scribus the code comments are darker (instead of lighter) than function names.</div><div><br></div><div>Regarding putting the .ps in an image frame:</div><div><span style="font-size:12.8px">> Did you try to export to PDF? Or try to change the preview resolution to </span><span style="font-size:12.8px">high?</span><br style="font-size:12.8px"><span style="font-size:12.8px">> Because normally Scribus renders preview at a lower resolution to improve </span><span style="font-size:12.8px">performance.</span><br></div><div><span style="font-size:12.8px">No I didn't think of / realize that.  Noted for future use.  Thank you.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">## Method D (for Danger) ##</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Noone's said anything about Tex... is this a scary subject?  It kinda scares me ;^)</span></div><div><span style="font-size:12.8px">When trying to use Minted with LaTex inside a Render Frame I had previously ignored the error message because it was in a tiny dialog/window that was near-impossible to read from, but this time I copy/pasted it into a text document (attached for reference) and got some insight in it...</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">The error sounds like the minted library is expecting to be used from a command line with the --shell-escape flag passed to it and that it wants to be producing a pdf file.  It also says "pygmentize" must be installed, but I suspect this results from not being able to effectively run the command as I think pygmentize is actually installed.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Previously I was able to run some command (linux shell) (I have no idea what the command actually was, a critical omission in my notes) and it successfully generated (from a tex file) a pdf file of syntax-highlighted code.  It generated a log file and I can see in that log that pygmentize command is successfully executed.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Anyhow... the errors in this attached file sound like Scribus is struggling to invoke Minted.</span></div><div><span style="font-size:12.8px">Anyone know about this?  Is this user error?  Or is this incompatibility between the software packages?</span><br></div><div><span style="font-size:12.8px">FYI <a href="https://www.sharelatex.com/learn/Code_Highlighting_with_minted">https://www.sharelatex.com/learn/Code_Highlighting_with_minted</a> and <a href="https://github.com/gpoore/minted">https://github.com/gpoore/minted</a>.</span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thanks,</span></div><div><span style="font-size:12.8px">Alec</span></div></div></div></div>