Search found 8 matches

by mikesol
Wed Apr 10, 2013 2:34 pm
Forum: General
Topic: LaTeX formatter like HTML Tidy?
Replies: 4
Views: 12228

Re: LaTeX formatter like HTML Tidy?

I'm also interested in something like this, especially if it's Linux compatible.
by mikesol
Sat Aug 01, 2009 8:13 pm
Forum: LyX
Topic: Theorems in Spanish
Replies: 1
Views: 2302

Theorems in Spanish

Hello,

I have a great problems yesterday with my Lyx's file, and I had to make again all over again (from source code, of course). The real problem is Theorems, Lemmas, etc appears in English and I need appears in Spanish. Now the definitions of theorems are ...
by mikesol
Fri Apr 24, 2009 2:36 am
Forum: LyX
Topic: Theorems, lemmas, definitions... in Spanish
Replies: 8
Views: 14698

Re: Theorems, lemmas, definitions... in Spanish

Any idea???
by mikesol
Wed Apr 22, 2009 3:17 pm
Forum: LyX
Topic: Theorems, lemmas, definitions... in Spanish
Replies: 8
Views: 14698

Theorems, lemmas, definitions... in Spanish

Hello guys,

I'm making my thesis in Lyx, and i need to write theorems, definitions, etc; but its necesary that appear like Teorema, Lema, Definición, etc.

I selected the document's language in spanish, the encoding is latin1, and the Theorems(AMS), Theorems(AMS-Extended) and Theorems(By Chapter ...
by mikesol
Thu Mar 26, 2009 9:22 pm
Forum: BibTeX, biblatex and biber
Topic: Error with bibtex and kile
Replies: 2
Views: 5600

Re: Error with bibtex and kile

Man Thanks a lot!

Was a foolish mistake. :oops:

Thanks again
by mikesol
Wed Mar 25, 2009 3:14 am
Forum: BibTeX, biblatex and biber
Topic: Error with bibtex and kile
Replies: 2
Views: 5600

Error with bibtex and kile

Hello again

I'm doing my thesis and I have an error with bibtex, I'm using kile in ubuntu.

My code its like that


\documentclass{article}
\begin{document}

bla bla \cite{fouque}

\end{document}
\renewcommand{\refname}{Bibliografía}
\nocite{kristina,karatzas}
\bibliographystyle{amsplain} % (uses ...
by mikesol
Sun Mar 22, 2009 7:18 pm
Forum: Graphics, Figures & Tables
Topic: Make a timetable in latex
Replies: 2
Views: 12860

Make a timetable in latex

I tried to do it with the calendar package. I started with a very simple example but doesn't work.


\documentclass[twoside,12pts]{article}
\usepackage{evntlist}

\begin{document}

\begin{eventlist}{}{}
1 Jan. 2009
\end{eventlist}

\end{document}


In the output there is an error


Anteproyecto ...
by mikesol
Sun Mar 22, 2009 8:51 am
Forum: Graphics, Figures & Tables
Topic: Make a timetable in latex
Replies: 2
Views: 12860

Make a timetable in latex

Hello everybody

I'm doing my master's thesis, and I have to make a timetable. I did something like that

%%Preamble
\usepackage{colortbl}
\definecolor{lgray}{gray}{0.8}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{tabular}{|p{2cm}|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline
Act.\textbackslash{} Fecha & Feb ...