Generalalgorithmic | Package File not found

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
daiyue
Posts: 17
Joined: Mon May 21, 2012 5:58 pm

algorithmic | Package File not found

Post by daiyue »

hi all,

I texified my tex file, and this error message pops up:
LaTex Error: File 'algorithmic.sty' not found
I also tried to download it from all possible package servers from UK, but didn't success, and downloaded 'algorithmicx', 'algorithm2e', 'algorithm', but they don't include the file. so what should i do?

i tried install algorithm, i know it contains algorithmic; but i couldn't locate "local package repository"; so how to locate it?

cheers

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

algorithmic | Package File not found

Post by Stefan Kottwitz »

Hi,

welcome to the board!

algorithmic.sty belongs to the algorithms package, not the s at the end of the name.

Stefan
LaTeX.org admin
User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

algorithmic | Package File not found

Post by sommerfee »

Try installing the algorithm package with the package manager of your TeX distribution. What TeX distribution are you using?
daiyue wrote:but i couldn't locate "local package repository"; so how to locate it?
A "local package repository" is stored locally on your hard disk or CD. If you don't have such repository on your hard disk or on CD, try switching to a remote repository, i.e. a repository which is located on the Internet.
Post Reply