I was looking through some old files recently, and it occurred to me that they might be obsolete in the future. Are there any steps that I should take for "archiving" my documents so that they will compile properly on later versions of LaTeX? I once went to a seminar where it was indicated that the .dvi file can be converted back into a plain TeX file, so would it be the best "archival" document?
|
The |
|||||||
|
|
If you can save old TeX trees/installations, then you can do that. They tend do take less and less space over time (as disk size increases). Then you can be sure of 100% compatibility. |
|||
|
|
|
Another package which helps is snapshot. It provides a list of all packages that are used by a document, so you can package with (or arrange to keep in your system the right versions of) everything needed to reproduce your archived document. |
|||
|
|
|
Plain Tex source files that use only Computer Modern fonts, per Sharpie's comment, is the most change-resistant Tex format there is. I once went to a seminar where it was indicated that the .dvi file can be converted back into a plain TeX file It can be true, if specials are inserted into the DVI, but by default it is not true, and the meaning of inserted specials is left wide open to interpretation: are they meta-data or Postscript? Special-less DVI is a well-documented, equally change-resistant format, but a problem here is that the DVI file stores information about fonts in a way that is open to interpretation. If you only use Computer Modern fonts, this won't be a problem. Generally speaking, Patrick's answer is right: archive your Tex installation. |
|||
|
|


tex? There is supposedly a reason the version number is converging to Pi... :p – Sharpie Oct 26 '10 at 0:04