Search found 5 matches

by shoemoodoshaloo
Thu Aug 04, 2011 4:55 am
Forum: Graphics, Figures & Tables
Topic: Floating Issue between two separate Documents
Replies: 1
Views: 1231

Floating Issue between two separate Documents

Hey all,

I have separate documents which each use wrapfig in certain instances, and everything compiles fine and all the figures are wrapped nicely.

I have a masterfile which simple includes several of these files. Let's say I have files foo.tex and bar.tex. My masterfile would then read ...
by shoemoodoshaloo
Thu Aug 04, 2011 4:34 am
Forum: Math & Science
Topic: Simple Counter Customization
Replies: 2
Views: 1997

Simple Counter Customization

Thanks man. A professor of mine actually had a similar problem in the past and suggested this solution before I saw you had answered my post. Without requiring extra packages, the following command in my class file worked:

\newcounter{EQCOUNTER}
{

\newcommand{\eqcounter}[1]{
\setcounter{EQCOUNTER ...
by shoemoodoshaloo
Thu Aug 04, 2011 12:01 am
Forum: Math & Science
Topic: Simple Counter Customization
Replies: 2
Views: 1997

Simple Counter Customization

Hey guys, don't know why this is so damn hard to me but...

Basically, I have several .tex documents which will later be compiled into a larger document using the \include{file.tex} command. Each document is a stand-alone file, which has its header completely designed by a specified number variable ...
by shoemoodoshaloo
Tue May 31, 2011 1:53 am
Forum: Graphics, Figures & Tables
Topic: Wrapfigure/wraptext indenting?
Replies: 2
Views: 3288

Re: Wrapfigure/wraptext indenting?

Update: I also just realized that this is occurring for any wrapped figures, so I think the problem may be due to the wrapfig environment.
by shoemoodoshaloo
Tue May 31, 2011 1:10 am
Forum: Graphics, Figures & Tables
Topic: Wrapfigure/wraptext indenting?
Replies: 2
Views: 3288

Wrapfigure/wraptext indenting?

Hello all,

I'm new to this forum. I'm currently assembling a lab manual for a college science course, and am running into a few holdups along the way. I have been using Latex for a few years, so hopefully I can contribute to this forum instead of just leaching.

My current issue is that I'm trying ...