On Tue 02 Mar 04, 6:44 PM, Jonathan Stickel <[EMAIL PROTECTED]> said: > I'm submitting a latex document to a journal, and I'm not supposed to > include any files other than my latex file and my eps figures.
have you written to them and said something like: "is it OK to also send in a .sty file to conform to your bibliography format? and if i can't, please tell me how to conform to your format" before giving up on that, you should definitely ask... > However, > I need to use a personalized sty file for proper in text referencing > (see this earlier thread: > http://www.lugod.org/mailinglists/archives/vox-tech/2004-02/msg00054.html). > Is there any way to include that information in my latex file? I > tried just pasting it in at the top of my document, but I get errors. > Clearly, there is syntax for sty files that is not permitted in latex. it's possible, but not that i know of. my own pete_macros.sty is just a bunch of macros i've written and placed in $TEXINPUTS so \usepackage can find it. are you sure you pasted it after \documentclass but before \begin{document}? pete -- Make everything as simple as possible, but no simpler. -- Albert Einstein GPG Instructions: http://www.dirac.org/linux/gpg GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
