Text FormattingHelp with package manually install

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
mia67
Posts: 1
Joined: Thu Apr 07, 2016 3:41 am

Help with package manually install

Post by mia67 »

Hello, I am new to latex. Recently I would like to use latex to add 100 pictures with some format to a single pdf file. I find that if I can use loop command, it would save me tons of times. However, I can never successfully figure out how to use loop in latex.

Then I find that latex has loop package and I was trying to install it in my computer. So I down the package with forloop.ins and forloop.dvi ONLINE. But I can never successfully install one. :oops:

If anyone of you can give me some suggestion, that would be really appreciated.

Thanks a lot in ahead of time.

Mia

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: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Help with package manually install

Post by Stefan Kottwitz »

Hi Mia,

I guess you already solved the problem a long time ago. For the case somebody else stumbles across this topic, let me add an answer.

For installing the forloop package manually, one needs to download
  • forloop.dtx
  • forloop.ins
and then run latex forloop.ins or pdflatex forloop.ins (or compile in your LaTeX editor). This creates the actual package file forloop.sty.

Stefan
LaTeX.org admin
Post Reply