I am trying to use xeperian in a project that includes both English and Persian text. To test the package, I first created a new project and compile a sample poem I had found online. The project is compiled successfully and the document is generated as expected. However, when I try integrating the same source code in my original project, I get the following error:
Missing number, treated as zero. \XePersian@y=\year \XePersian@m
I suspect this is due to a conflict with another package, but I am not able to pinpoint the error. The list of packages that are included is as follows:
Hi All,
I am trying to use
xeperian
in a project that includes both English and Persian text. To test the package, I first created a new project and compile a sample poem I had found online. The project is compiled successfully and the document is generated as expected. However, when I try integrating the same source code in my original project, I get the following error:Missing number, treated as zero. \XePersian@y=\year \XePersian@m
I suspect this is due to a conflict with another package, but I am not able to pinpoint the error. The list of packages that are included is as follows:
I use TeXstudio as my editor and the compilation step runs the following command:
xelatex -synctex=1 -interaction=nonstopmode "main".tex
I would really appreciate it if you give me pointers on how to resolve the issue.
Thank you in advance!