Search found 11 matches

by skrat
Mon Jan 18, 2016 12:09 am
Forum: General
Topic: Extra section levels
Replies: 2
Views: 5257

Re: Extra section levels

I don't know why this happens to me, but usually as soon as i post anything i find a solution myself. I know, I am horrible.

I found a much easier solution on this forum: http://www.latex-community.org/forum/vi ... ?f=5&t=791

problem solved. Thanks!
by skrat
Sun Jan 17, 2016 11:33 pm
Forum: General
Topic: Extra section levels
Replies: 2
Views: 5257

Extra section levels

Hi,

In order to finish my paper I would need more levels.
So far I have used \section than \subsection than \subsubsection which is basically all that latex has defined by default. (I want them to be numbered and also shown in the table of contents).
So I googled and found out this: http://tex ...
by skrat
Sun Jan 10, 2016 12:08 am
Forum: General
Topic: Invalid character in line 4?
Replies: 5
Views: 4282

Re: Invalid character in line 4?

Hi Stefan,

Ok, what I did is... I deleted all files except the .tex file, compiled it again and now everything works nicely. Don't ask me how and why. :D

But thank you for giving me that idea! You saved my life!
by skrat
Sat Jan 09, 2016 11:42 pm
Forum: General
Topic: Invalid character in line 4?
Replies: 5
Views: 4282

Re: Invalid character in line 4?

Hi Stefan,

I would love to. Is that the .txt file?
by skrat
Sat Jan 09, 2016 11:24 pm
Forum: General
Topic: Invalid character in line 4?
Replies: 5
Views: 4282

Invalid character in line 4?

I am losing my mind here. I am using Texmaker 4.4.1 and I am getting an error that should not be there!

The error says:
! Text line contains an invalid character. in line 4 yet here are my first 10 lines:

\documentclass[titlepage]{article}
\usepackage[utf8]{inputenc}
\usepackage[slovene]{babel ...
by skrat
Mon Mar 16, 2015 9:41 am
Forum: Graphics, Figures & Tables
Topic: gnuplot to LaTeX
Replies: 9
Views: 6595

Re: gnuplot to LaTeX

GREAT, thank you!

I corrected the .tex code and now it works perfectly!

Thanks a lot!
by skrat
Sun Mar 15, 2015 11:56 pm
Forum: Graphics, Figures & Tables
Topic: gnuplot to LaTeX
Replies: 9
Views: 6595

gnuplot to LaTeX

Ok, good idea. The file is attached. The code is my previous post.
name.tex
Gnuplot returns this file using "tikz" terminal
(10.99 KiB) Downloaded 320 times
Also in the attached picture there is a screenshot of the errors. :)
errors
errors
fffffff.PNG (121.9 KiB) Viewed 6548 times
Thank you for all the help!
by skrat
Sun Mar 15, 2015 8:06 pm
Forum: Graphics, Figures & Tables
Topic: gnuplot to LaTeX
Replies: 9
Views: 6595

gnuplot to LaTeX

Hmm,

Interesting. I got that part right. So, no more missing files problems. But it still doesn't work.

If I try to run

\documentclass{article}
\usepackage{tikz}
\usepackage{gnuplot-lua-tikz}

\begin{document}
\input{name.tex}
\end{document}

where "name.tex" is the file from gnuplot in ...
by skrat
Sat Mar 14, 2015 6:17 pm
Forum: Graphics, Figures & Tables
Topic: gnuplot to LaTeX
Replies: 9
Views: 6595

gnuplot to LaTeX

Not only your explorer needs to find the file, LaTeX needs to find it as well.
Simple solution would be to move the file in your current LaTeX-working-directory.
That was my idea yes, but I couldn't find the working directory... O.o

I am using Texmaker and I couldn't find any .sty files there ...
by skrat
Sat Mar 14, 2015 5:18 pm
Forum: Graphics, Figures & Tables
Topic: gnuplot to LaTeX
Replies: 9
Views: 6595

gnuplot to LaTeX

hi there,

I am having some troubles importing graphs from gnuplot to LaTeX and I can't find any good solutions using google...

The thing is, that using terminal "tikz" I created a "name.tex" file. Now the idea is, to use the follwoing code in latex:
\documentclass{article}
\usepackage{tikz ...