7 years ago I wrote a math thesis in LaTeX on Windows7 (x64), and now I had to compile again my .tex file, but I have a problem.
On my personal computer (Windows 10 x64) everything is OK, but on my computer from the office (also Windows 10 x64) is not working and I have the following errors:
LaTeX Error: File `algorithmic.sty' not found.
l.9 \usepackage
{algorithm}
*** (cannot \read from terminal in nonstop modes)
==> Fatal error occurred, no output PDF file produced!
Does anyone know how to fix this problem?

algorithmic.styandalgorithm.styon your home computer and copy those two files to the folder that contains your.texfile on your office computer. But a better solution is to install the package as suggested, using the MikTex package manager, or the TeX Live package managertlmgr, or manually directly from CTAN. – Marijn Jun 19 '19 at 10:52