I struggling with a project. I'm trying to make a Calendar in Arabic in Scribus since I already did some in different language with this application.
Has anybody experience working with Scribus and it's Tex Render engine? I just get Render Error no mater what I do. I never used TexLive. It's the first time. So guide and help is more than welcome!!!
System: Gentoo Linux. TexLive: version 2010
Thank you for your replay, Khaled!
Inkscape is great. But I need to generate a multiple page document and Inkscape can't do that. Scribus is by far more better for that purpose.
I did some more tests and found some way to output Arab text in Scribus vía TeX Render. As it looks like, Scribus adds some Font/Header information automatically. If you define those Font/Header information again, things start no to work anymore. Could that be?
This what I did to get things to work.
I added to Fonts/Headers
\usepackage{arabtex}
\usepackage{utf8}
Code Introduction
\begin{arabtex}
\setcode{utf8}
\setarab
\RL{ سبت }
\end{arabtex}
Nothing more was needed. I don't know if that would be the correct or best thing to do. I never used LaTex or TexLive.
Hello Khaled
So there is no easy and strait forward way of going this directly in Scribus. BUMMER! I will take your recommendation and use Inkscape to get the scripting text done. Let's see how much work this will be. It's just incredible that almost all applications that deal with Graphics and Text on Linux can handle any scripting language but the Scribus developer consider these languages as a special feature. That's ridicules. It's a publication software and you publish in different languages all over the globe. They really took the easy way out.
I was thinking to use as alternative OpenOffice Draw to do the Calendar. This application can generate a multiple page PDF as well; however; this PDF would be useless for offset printing. Also the performance of this application is terrible. Just adding some Pictures and the program goes in it's knees performance wise.
Again Thanks! Carsten