Search found 19 matches

by woltan
Wed Apr 21, 2010 10:06 am
Forum: Graphics, Figures & Tables
Topic: Make an environment float
Replies: 1
Views: 1466

Make an environment float

Hey folks,
I made myself a new envirnment to pass some arguments and make everything look shiny. However the environment is not a floating one. Meaning, sentences before receive some white space infront of them.

Example:
This is a first sentence. This is a second sentence.
\begin{myEnv}{Param1 ...
by woltan
Wed Dec 16, 2009 11:22 am
Forum: General
Topic: Hiding a new environment
Replies: 3
Views: 3785

Hiding a new environment

Hi jbruckman,
I did the same thing using TeXnicCenter. And if I understand you correctly you could try the following:
Define a new Compiler Profile (Alt+F7) where you insert this in the end:
"\newcommand{\fmeo}{} \input{%Pm}"

Then inside your preamble you could do this:

\newenvironment{FMEO ...
by woltan
Wed Dec 16, 2009 10:13 am
Forum: Graphics, Figures & Tables
Topic: pgfplots
Replies: 3
Views: 3293

pgfplots

Ok here goes the complete plot I have so far:

\pgfplotstableread{NatFlow.data} \table

\pgfplotsset{
every axis/.style={height = 7cm, width = \textwidth,
xtick = {1,...,7},
/pgfplots/clickable = {false}
},
every axis y label/.append style={
text width = 3cm,
text centered}
};

\begin{axis}[xlabel ...
by woltan
Tue Dec 15, 2009 10:21 pm
Forum: General
Topic: Suppress warnings
Replies: 1
Views: 2730

Suppress warnings

Heyas,
this is just a quick question:
Is it possible to suppress warnings in parts of the document? I know it is not the most elegant approach but in this case, and this case only!, I know what I am doing.

Thanks for any help in advance
cherio Woltan
by woltan
Tue Dec 15, 2009 9:46 pm
Forum: Graphics, Figures & Tables
Topic: pgfplots
Replies: 3
Views: 3293

pgfplots

Hey folks,
I am using the pgfplots package and I realy like its features! However, I ran into two "problems":
1: On the right y axis there appears to be an artifact about half way up where the line is replaced by some sort of hexagon.
Here the manual: http://www.ctan.org/tex-archive/graphics/pgf ...
by woltan
Fri Dec 11, 2009 3:53 pm
Forum: Graphics, Figures & Tables
Topic: Plotting Data
Replies: 2
Views: 2011

Re: Plotting Data

Found it
pgfplots does the trick and lots more!!!
dont you think?
by woltan
Fri Dec 11, 2009 2:45 pm
Forum: Graphics, Figures & Tables
Topic: Plotting Data
Replies: 2
Views: 2011

Plotting Data

Hey folks,
I am using scilab to work with recorded data and now wish to plot that data neatly inside my latex document. My question to this forum: How would I do that. Until so far I used to export the plots I generated in an eps format and included those eps in my document. BUT, if I decide to ...
by woltan
Fri Jul 31, 2009 8:44 am
Forum: General
Topic: Where is TeX.NET?
Replies: 1
Views: 1614

Where is TeX.NET?

Hey folks,
I've been fooling around with LaTeX for quite a while now, and pretty much am able to tweak the looks of my document how I want it to look. Not too long ago I decided to take a deeper step and dived into the world of TeX.
Soon I realized that there are many rules and regulations, and I ...
by woltan
Thu Jul 23, 2009 1:01 pm
Forum: Graphics, Figures & Tables
Topic: TikZ determine coordinate of a node
Replies: 3
Views: 4381

TikZ determine coordinate of a node

Heyas,
I have the following problem:
I have a series of nodes within a foreach statement. They are being drawn on a vertical line, but all have different widths.
How do I determine the node that reaches the furthest out to the left?

I know that there is the "let" path operation, with which I can ...
by woltan
Tue Jun 09, 2009 10:02 am
Forum: Math & Science
Topic: Math Font Size
Replies: 6
Views: 15868

Re: Math Font Size

Heyas Thorsten,
that solved my problem. Its amazing what latex can do, and sometimes how hard it is to find out. But thx to this community one gets smarter after every posting^^

thx for your posts!
cherio Woltan