In short, one needs to three LaTeX compilation, and one bibtex compilation.
latex refvalidator.tex bibtex refvalidator latex refvalidator.tex latex refvalidator.tex # resolve all the references dvipdfmx refvalidator.dviYou can use
\cite{} for citation, and you can have the bibliography style and bibliography for correct referencing.You don't need
\section as it will be generated automatically.
\bibliographystyle{abbrv}
\bibliography{refvalidator}
No comments:
Post a Comment