Search found 11 matches

by pantera
Fri Nov 02, 2012 5:38 am
Forum: Texmaker and TeXstudio
Topic: TeXmaker on Windows 8
Replies: 3
Views: 8050

TeXmaker on Windows 8

Do you know if TeXmaker supports Windows 8? On the website, it says nothing about Windows 8.

Thanks so much
by pantera
Tue Mar 13, 2012 7:04 am
Forum: Text Formatting
Topic: Clickable e-mail address with a dot and clickable URL
Replies: 2
Views: 7389

Clickable e-mail address with a dot and clickable URL

Thanks, Stefan_K. I used the package you recommended and now the URL's are clickable. However, the e-mail address with a dot doesn't work properly. Still, everything before the dot disappears. I used the following code in my tex file.

\href{mailto: my.e-mail@example.com}{my.e-mail@example.com}

I ...
by pantera
Mon Mar 12, 2012 6:37 pm
Forum: Text Formatting
Topic: Clickable e-mail address with a dot and clickable URL
Replies: 2
Views: 7389

Clickable e-mail address with a dot and clickable URL

Hi,

I use \usepackage{url} to include a clickable e-mail address with a dot.

\url{my.e-mail@yahoo.com}

Note the dot right after "my".

However, in the pdf document created it doesn't come out right because when I click on the e-mail it actually reads as .e-mail@yahoo.com . Anything before the ...
by pantera
Mon Mar 12, 2012 6:17 am
Forum: Text Formatting
Topic: Quotation marks
Replies: 1
Views: 3036

Quotation marks

Hi,
1)I want to write the following in a bib file

@article {abc,
author="authorname",
journal="journal of abc",
year="1999",
}

I used the far left key for the first quotation marks. For the second, I used the key next to ENTER key. It didn't work, though, and the error message is that the fields ...
by pantera
Tue Mar 06, 2012 2:39 pm
Forum: BibTeX, biblatex and biber
Topic: Quotation marks for fields in a bib file
Replies: 2
Views: 2766

Quotation marks for fields in a bib file

Hi,
1)I want to write the following in a bib file

@article {abc,
author="authorname",
journal="journal of abc",
year="1999",
}

I used the far left key for the first quotation marks. For the second, I used the key next to ENTER key. It didn't work, though, and the error message is that the fields ...
by pantera
Thu Feb 23, 2012 6:13 pm
Forum: Graphics, Figures & Tables
Topic: Caption of Table A messed with Table B. Why?
Replies: 4
Views: 3476

Re: Caption of Table A messed with Table B. Why?

Hi Stefan, thanks so much for taking time to help.
by pantera
Thu Feb 23, 2012 11:58 am
Forum: Graphics, Figures & Tables
Topic: Caption of Table A messed with Table B. Why?
Replies: 4
Views: 3476

Re: Caption of Table A messed with Table B. Why?

Thank you so much, Stefan! Is it possible to put inside \caption a long text that includes a math equation, i.e. include \begin{equation}...\end{equation} inside \caption command? I have tried it but I always receive error messages. I don't want my table to automatically float around, but I cannot ...
by pantera
Tue Feb 21, 2012 6:04 pm
Forum: Graphics, Figures & Tables
Topic: Caption of Table A messed with Table B. Why?
Replies: 4
Views: 3476

Caption of Table A messed with Table B. Why?

Hi everyone,

I'm preparing the appendix that contains several tables. Each of the table has a short description of the numbers in the table. I know that the \caption can be used so that the description is tied with the table. However, because I'm new to LaTex and because one of the table has a long ...
by pantera
Mon Feb 20, 2012 7:36 pm
Forum: Graphics, Figures & Tables
Topic: Endless Compilation
Replies: 2
Views: 2500

Endless Compilation

localghost wrote:The first \multicolumn command in the table has a superfluous closing brace.


Best regards and welcome to the board
Thorsten
Thanks so much for helping! It works straight away after I removed the redundant brace.