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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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