/usr/share/texmf/doc/latex
for the documentation about all the pakages already installed. I still continue to find new ones that I haven't seen before.pdflatex -v.
If the version is less than 3.14159-0.14h (the 14h is the important part), then upgrade.
I found the following procedure to work for my tetex installation executed as root:
/usr/share/texmf/web2c with those you downloadedtexconfig initpdflatex instead of latex.
The only difference between pdflatex and latex is that each program accepts different image formats so you will have to have encapsulated postscript versions for latex and JPEG, PNG or PDF for pdflatex. Use epstopdf to create pdf from postscript. The same packages work for both programs so output is identical. A skeleton of a latex file which distinguishes which program is being used to process it is available.
revnum package to do this and here is the output. If I later add another reference anywhere, I do not need to renumber everything, I just have to increment one initial counter value.For the MAC, I use Bibdesk. It's not quite as extensible as pybliographic and has stalled in its attempts to import Medline, but it's a nice GUI.
Recently, I have started using JabRef which is Java-based.
I recently had to import a database in RIS format. I ended up modifying a PERL script that I found on the web but it works pretty well now.
fancyhdr package for defining headers and footers.\setcounter{page}{10}.
To change the style of numbering to roman, for example, \renewcommand{\thepage}{\roman{page}} This works for any of the other numbering counters like chapter and section.
\begin{document}).
\let\oldthebibliography=\thebibliography
\let\endoldthebibliography=\endthebibliography
\renewenvironment{thebibliography}[1]{%
\begin{oldthebibliography}{#1}%
\setlength{\parskip}{0ex}%
\setlength{\itemsep}{0ex}%
}%
{%
\end{oldthebibliography}%
}
The old work-around I came up with was to edit the .bbl file.
I added the line \setlength{\parskip}{-5pt} right after \begin{thebibliography} at the top of the file. N.B You had
to re-edit this file after every time you ran BibTex. geometry package to limit the page size.
To convert to png, I use ImageMagick:
If you really hate PowerPoint, you can try packages like HA-Prosper which make PDF's which can be viewed fullscreen and can have animations embedded within them.
\usepackage command.