Search found 6 matches

by haac
Sun Jan 17, 2010 10:24 pm
Forum: General
Topic: Latex and bibDesk
Replies: 1
Views: 5115

Latex and bibDesk

Hi!
I'm trying to make my blibliography with bibDesk but i don't know how to do it. I already generate a .bib file an place it in the same folder of mi latex code. How do i use the .bib file?

In mi text i have something like this:


...casos de pruebas, entre otros, que pueden ser reutilizados ...
by haac
Sat Nov 22, 2008 3:32 pm
Forum: General
Topic: New Paragraph
Replies: 4
Views: 2945

Re: New Paragraph

Hola Ivan!

Thanks for the tips! works great, but i'm asking mi self the same question, write \bigskip (for example) everytime you want a new paragrahp is not a little time consuming? (compare to just hit "enter").

Saludos!
by haac
Sat Nov 22, 2008 5:44 am
Forum: General
Topic: New Paragraph
Replies: 4
Views: 2945

Re: New Paragraph

found the anwser

\vspace{4 mm}

But now i'm asking if this is not time consuming when trying to write something big like a thesis (writing \vspace{4 mm} everytime I want to make a new paragraph). Is there something like a shortcut to do this?
by haac
Sat Nov 22, 2008 5:04 am
Forum: General
Topic: New Paragraph
Replies: 4
Views: 2945

New Paragraph

Hi! I'm trying to write an article in Latx i'm having some problems (new to Latex ;) )

This is mi code



\documentclass[12pt,letterpaper]{article}
\usepackage{geometry} % see geometry.pdf on how to lay out the page. There's lots.
\usepackage[spanish]{babel}
\selectlanguage{spanish}
\usepackage ...
by haac
Thu Aug 21, 2008 4:02 am
Forum: General
Topic: Sections
Replies: 3
Views: 2377

Sections

Hi Stefan_K, thanks for taking the time to awnser my question
The test i made now looks like this

\documentclass[12pt]{article}
\usepackage{geometry} % see geometry.pdf on how to lay out the page. There's lots.
\geometry{a4paper} % or letter or a5paper or ... etc
% \geometry{landscape} % rotated ...
by haac
Thu Aug 21, 2008 3:17 am
Forum: General
Topic: Sections
Replies: 3
Views: 2377

Sections

Hi.
I would like to have multiple sections in mi documents, something like this

1 Capitulo
1.1 Algo
1.1.1 Algo
1.1.1.1 Algo
1.1.1.1.1 Algo
...

this is my test


\documentclass[12pt]{article}
\usepackage{geometry} % see geometry.pdf on how to lay out the page. There's lots.
\geometry{a4paper} % or ...