Search found 15 matches

by lo2
Tue Oct 30, 2012 8:18 pm
Forum: Math & Science
Topic: What is wrong with the use of \vspace{} here?
Replies: 5
Views: 18184

What is wrong with the use of \vspace{} here?

Also may I ask what is wrong with this table:


[url]\begin{center}
\begin{tabular}{ | p{3cm} | l | l | 1 | 1 |}
\hline
Løbedistance (km) & 5 & 10 & 15 & 20\\ \hline
Løberens tid på distancen (sek.) & 1024 & 2136 & 3282 & 4453\\
\hline
\end{tabular}
\end{center}[/url]
by lo2
Tue Oct 30, 2012 7:26 pm
Forum: Math & Science
Topic: What is wrong with the use of \vspace{} here?
Replies: 5
Views: 18184

Re: What is wrong with the use of \vspace{} here?

May I ask what you would have done differently, so that you would not have to create these vertical spaces?
by lo2
Tue Oct 30, 2012 4:04 pm
Forum: Math & Science
Topic: What is wrong with the use of \vspace{} here?
Replies: 5
Views: 18184

What is wrong with the use of \vspace{} here?

Hey I written the following piee of LaTeX code:


\documentclass[danish]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\usepackage{units}
\usepackage{babel}
\usepackage{ae}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage[pdftex]{graphicx}
\geometry ...
by lo2
Mon Sep 03, 2012 9:40 pm
Forum: Text Formatting
Topic: Best Practice for additional blank vertical Space
Replies: 6
Views: 30630

Best Practice for additional blank vertical Space

I know it is not the correct way, but so far I have not been able to find a universal way of doing this, that is also proper.

It's good that you ask about it! It's correct, using \\ just to get vertical space is not the right way. A universal way is easy
to tell, when you exactly know what you ...
by lo2
Mon Sep 03, 2012 9:29 pm
Forum: Text Formatting
Topic: Best Practice for additional blank vertical Space
Replies: 6
Views: 30630

Re: Best Practice for additional blank vertical Space

Ok how would you include a .jpg wit this?

And is there any way of scaling it, using thus option?
by lo2
Mon Sep 03, 2012 9:02 pm
Forum: Text Formatting
Topic: Best Practice for additional blank vertical Space
Replies: 6
Views: 30630

Best Practice for additional blank vertical Space

Hi there I have been using this to make space between lines:
\\
\\

I know it is not the correct way, but so far I have not been able to find a universal way of doing this, that is also proper. So what should I do?

I have this example where I want to insert a graph, in the shape of of JPG. And ...
by lo2
Mon Sep 03, 2012 8:23 pm
Forum: Math & Science
Topic: Vertical Space in Math Mode
Replies: 3
Views: 9975

Vertical Space in Math Mode

\vspace 's argument is no different than most other arguments: it's enclosed by braces:
\vspace{12pt}

This won't give you the result you're hoping for, though. You might want to use one of amsmath 's aligning environments together with its command \intertext :

\documentclass[danish]{article ...
by lo2
Mon Sep 03, 2012 7:28 pm
Forum: Math & Science
Topic: Vertical Space in Math Mode
Replies: 3
Views: 9975

Vertical Space in Math Mode

I am trying to build the following:

\documentclass[danish]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\usepackage{babel}
\usepackage{ae}
\usepackage{fancyhdr}
\usepackage[pdftex]{graphicx}
\geometry{verbose,letterpaper,bmargin=2cm,tmargin=2cm}
\pagestyle ...
by lo2
Fri Dec 03, 2010 1:32 am
Forum: General
Topic: What is wrong?
Replies: 7
Views: 4936

Re: What is wrong?

The æ, ø and å thing really has not been a problem, so guess there is no problem :)

Well I am sure there is some improvement to be made, I will look into it soon!
by lo2
Thu Dec 02, 2010 9:12 pm
Forum: General
Topic: What is wrong?
Replies: 7
Views: 4936

Re: What is wrong?

I get like 58 errors when using that package, whereas I get none when leaving it out.

And thank you for showing me how not to use the \\, I had a pretty good idea that there was a smarter way to do this :)