Search found 5 matches

by 71GA
Thu Jul 07, 2011 10:07 pm
Forum: Graphics, Figures & Tables
Topic: Pictures out of Line on Page Break
Replies: 1
Views: 1298

Pictures out of Line on Page Break

I figured it out. My problem was, that i chose book as a document class and LaTeX was mooving one side left and one right in order to create a paper book in the end. I solved my problem by simply choosing another document class, which allso suports chapters. And i chose report.

Best wishes, Ziga.
by 71GA
Thu Jul 07, 2011 12:56 pm
Forum: Graphics, Figures & Tables
Topic: Pictures out of Line on Page Break
Replies: 1
Views: 1298

Pictures out of Line on Page Break

Hello.

First hello everybody, I am new on this forum and this is my first post. I get this problem, when pictures get out of line when they reach new page. I am sure it is an easy fix, but i dont know how to do it. My code is:
\begin{center}
\includegraphics[width=6cm,keepaspectratio=true ...
by 71GA
Sun Aug 29, 2010 6:37 pm
Forum: Text Formatting
Topic: Using \, $,... within text
Replies: 1
Views: 1188

Using \, $,... within text

Guys how do i use dollar $ and backslash \ within text?
by 71GA
Fri Aug 27, 2010 9:06 pm
Forum: Text Formatting
Topic: \href pointing on html page
Replies: 1
Views: 1294

\href pointing on html page

SOLVED!

I needed to set base url. Do this by typing

Code: Select all

\hyperbaseurl{url to the map where tex document is located}
in a head of a document

GG Me :)
by 71GA
Fri Aug 27, 2010 8:47 pm
Forum: Text Formatting
Topic: \href pointing on html page
Replies: 1
Views: 1294

\href pointing on html page

Hello i am new to LaTeX and have a problem. I have a homepage where i have multiple PDF documents written in LaTeX. I would like to connect them with href, but i would like to use relative href, so that my page once put on another server still works.

Problem is that PDF files are in lower folders ...