it compiled for me and showed text. I used \usepackage{blindtext} in the preamble and \Blindtext in the document to get dummy text. See the attached result.
Maybe try first without the font settings, like I did, to verify that it basically works.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
I was doing several test with the same code for the main file and adding small chapters. Just for test the changes of fonts. In fact, the font is not the problem.
For example, if don't make pictures, this the output of my testing file
I could solve the last problem in a very simple way. Let me explain it in a few steps:
First: I compiled with the sequence LaTeX+dvips+ps2pdf+see PDF. This sequence produces a PDF file in which every single page is just one image produced by pspicture command.
Second: every single image was edited by inkscape and saved, again, as a PDF file.
Third and last: I imported every image with \includefigure.
Now I have a very strange problem: XeLaTeX seems to be incompatuble with the fontspec package. I'm going to explain it with simple examples:
1. This example is good: it produces the right output
! You can't use `\char' after \the.
\EU1\i ->\char
"0131\relax
l.30 ... \left\{ f \in V \bigg| \displaystyle{\lim
_{x\rightarrow 0^-}}f(x)=+...
I'm forgetting what you said and using zero instead.
Missing character: There is no ^^@ in font [/usr/share/fonts/Win10/georgia]/OT:
script=latn;language=DFLT;mapping=tex-text;!
Missing character: There is no ^^S in font [/usr/share/fonts/Win10/georgia]/OT:
script=latn;language=DFLT;mapping=tex-text;!
Overfull \hbox (13.50108pt too wide) in paragraph at lines 30--31
[]$\OML/cmm/m/it/10 W[] \OT1/cmr/m/n/10 = []$
[]
! You can't use `\char' after \the.
\EU1\i ->\char
"0131\relax
l.31 ... \bigg\{ f \in V \bigg| \displaystyle{\lim
_{x\rightarrow -\infty}}f(...
I'm forgetting what you said and using zero instead.
Missing character: There is no ^^@ in font [/usr/share/fonts/Win10/georgia]/OT:
script=latn;language=DFLT;mapping=tex-text;!
Missing character: There is no ^^S in font [/usr/share/fonts/Win10/georgia]/OT:
script=latn;language=DFLT;mapping=tex-text;!
LaTeX Font Info: Font shape `EU1/georgia.TTF(0)/m/sl' in size <10> not avail
able
(Font) Font shape `EU1/georgia.TTF(0)/m/it' tried instead on input
line 37.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p