Search found 3 matches

by Crysis85
Mon Dec 23, 2013 6:42 pm
Forum: General
Topic: Small question regarding referencing
Replies: 1
Views: 3465

Small question regarding referencing

It may be a stupid question but I wonder
what's the difference between

Code: Select all

See picture \ref{fig:name} on page \pageref{fig:name}
and

Code: Select all

See picture ~\ref{fig:name} on page ~\pageref{fig:name}
with the tilda?
Tried both "versions" and the output looks the same...
by Crysis85
Thu Dec 19, 2013 1:57 pm
Forum: General
Topic: Adding extra packages ubuntu
Replies: 3
Views: 7344

Re: Adding extra packages ubuntu

I solved the problem. I don't think it was really a problem since it was sufficient compiling the TeX file from console. After that compiling it from the editor worked too.
By the way, now I'm changing editor, using Emacs that seems definitely more powerful.
by Crysis85
Wed Dec 18, 2013 8:53 pm
Forum: General
Topic: Adding extra packages ubuntu
Replies: 3
Views: 7344

Adding extra packages ubuntu

Hello,

I'm new here, trying to learn about LaTeX and being impressed on how powerful it is.
So let's cut to the chase.
I'm following a book with example and so far so good. On one example I need to use the package "blindtext" to fill the page with random text for experimenting on margins and stuff ...