Hi,

drrd drrd wrote:
Hello,

I have a small problem. Because of his huge size file latex which create bug with texworks, i decided to cut it in 3 parts :
- parameter file with all variables and macro : file param.tex
- part1 one : file1.tex, part2, etc..
- master file : master.tex
A friend suggest me to use subfiles packages. I Did it.

I want to show number line on the left of my arabic text. It's ok when I make all the text in one file only. But when i create subfiles it happens no things, i have no error but the numbers doesn't appears on the right.

Did it happens to someone else ? Thank you for your help.

I Have also a problem with the package subfiles.sty, i have to put it in the file's folder to success my compilation.

I am under unbuntu with texlive2013, and the files examples are in this mail.

I did not test anything, but:
in master.tex, replace \include{param} with \input{param}. \input reads the file and executes the contents as if it were in place of the \input command. \include does more, and is meant for inclusion of chapters.

Perhaps that already does the trick?

        Susan


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex

Reply via email to