dissertation-single-spaced
dissertation-single-spaced copied to clipboard
make does not produce a file
\@input{macros.aux}
(./macros.tex)
Writing index file thesis.idx
! I can't find file `.Z0thesis.tex'.
\ZZZZinput #1->\input #1
\relax
l.142 \begin{schemeregion}
(Press Enter to retry, or Control-D to exit)
Please type another input file name:
Hi!
What was the command you were using to build the files?
Looks like a SLaTeX error. I might have to add some SLaTeX files to the repo, for anyone who doesn't have SLaTeX installed already.
I'll take a look at it tonight. Thanks!
I just ran make
. I'm running texlive 2017 on Ubuntu 17.10.
Thanks!
The build depends on SLaTeX, which in turns requires having Scheme or Racket installed. I'll look more closely tonight, and see if I can simplify/clarify the build instructions.
The PDF is also available in the repo.
Oh! it wasn't clear that it required scheme, but I understand why it was assumed to be present! Still I think there are some configuration issues required, since I just installed racket and tried rerunning and it didn't get further. Thanks also for the pointer to the PDF!
On Wed, Aug 8, 2018 at 8:12 PM, William E. Byrd [email protected] wrote:
Thanks!
The build depends on SLaTeX, which in turns requires having Scheme or Racket installed. I'll look more closely tonight, and see if I can simplify/clarify the build instructions.
The PDF is also available in the repo.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/webyrd/dissertation-single-spaced/issues/1#issuecomment-411519522, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK-9oL1cO6sFHudTL1W375hAAS26upnks5uOzgYgaJpZM4Vz1Td .
Hi Joe!
The files are currently setup to build with Petite Chez Scheme. If you are willing to install Petite, and put it on your PATH, I suspect the build will work.
Sorry for the confusion.