I have my dissertation organized and compiling just fine with a dept
template. now the school has developed a template
and my cut and pasted text is not transferring. As I compile BibTex, I get "cannot
find 'C:/.../dissertation.aux" so I know there is some error
somewhere. "Somewhere" is the problem.
This is the bib part of the master tex file - If this isn't enough I
can provide more:
\makeBibliographyPage % make the bibliography title page - can be
edited in ut-thesis-template.tex
\bibliographystyle{apalike} % bibliography style - recommend using
apalike-doi as it hyperlinks DOIs
\bibliography{references/references-dissertation.bib} %
references.bib included in the references directory
if you think the error may be elsewhere I can check. I have been
checking my file paths to make sure those are still okay with the
transfer, and they seem to be alright. Where else should I look?
I just downloaded the template folders and tried to compile using
their files, but it is still not working in my directory.
This makes me think you can find the error in the template and that is has
nothing to do with the files that I included.
As you read in the template, the school does not provide LaTeX support for the template.
I just tried using
\relaxalone & I get the same error???
\bibdata{references/references-dissertation}
\bibstyle{apalike}
>> What system are you using (Mac, Windows, Linux,...)?
> Windows Vista. Using TeXnic Center (though for above, I used the cmd
> window).
>> What directory did you save text.aux into?
> I don't know? I saved test.tex into ut-thesis-template (this is the
> master folder that was available for download). my file structure
> looks like: tex files > ut-thesis-template > test.tex
>> What command did you type to go to that directory?
> cd My Documents\My Research\tex files\ut-thesis-template
> The same message "I couldn't open file name 'test.aux'" happens if I
> bibtex compile through the TeXnic Center gui as well.
:/ i don't use windows vista, but i know many applications are having
similar problems...
either you don't have enough permission to open the file, or (surely)
you (or the apps) don't have the permission to create files in that
directory...
wow - i *think* i have figured it out, and I am ashamed at the answer
if so.
i think i just went straight to trying to build bibtex and forgot to
build the original file first.
either that or it just decided to work today. (incidentally i did run
a registry clean today - i wonder if there is any possible relation?)
in any case, the error message is no longer there and instead it
complains of a whole different set of issues (apparently no bibstyle
and bibdata?), but to me this is progress i can work with.