Search found 11 matches

by totalnewbi
Sun Oct 03, 2010 8:51 pm
Forum: Texmaker and TeXstudio
Topic: TexmakerX: change sign for empty space
Replies: 2
Views: 3973

Re: TexmakerX: change sign for empty space

Thanks for that! That tickbox was hidden too well for me ;)
by totalnewbi
Sun Oct 03, 2010 8:48 pm
Forum: Math & Science
Topic: math symbols in headings with hyperref
Replies: 3
Views: 5787

Re: math symbols in headings with hyperref

Sorry for not looking thoroughly before ..... here is the solution:

\section{\texorpdfstring{$k$-means }{k-means}}
by totalnewbi
Sun Oct 03, 2010 8:44 pm
Forum: Math & Science
Topic: math symbols in headings with hyperref
Replies: 3
Views: 5787

math symbols in headings with hyperref

Dears,


does anybody have an idea how I can put math symbols in section headings?

I get an error message when I try this:

\section{$k$-means clustering}

error:
Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):

It produces a heading though, I would just want to do it ...
by totalnewbi
Wed Sep 29, 2010 2:07 pm
Forum: Texmaker and TeXstudio
Topic: TexmakerX: change sign for empty space
Replies: 2
Views: 3973

TexmakerX: change sign for empty space

Hi forum,


does anybody know whether I can set some option so that TexmakerX does not display empty spaces with small dots? I constantly forget a dot '.' at the end of the sentence because the '.' and the sign for the empty space look really similar.



Cheers
Newbi
by totalnewbi
Thu Sep 23, 2010 1:54 am
Forum: Graphics, Figures & Tables
Topic: Height of single row in table
Replies: 5
Views: 37136

Height of single row in table

OK guys, with your help and some trying I found the solution. I had to add

Code: Select all

\\[-2ex]
to the line to shrink it.

Thanks a lot!

Newbi
by totalnewbi
Thu Sep 23, 2010 1:25 am
Forum: Graphics, Figures & Tables
Topic: Height of single row in table
Replies: 5
Views: 37136

Re: Height of single row in table

OK, thanks for your replies. The [2px] thing does not work. The gape stuff does, but not as I want. Basicly what I want to do is to add an empty row somewhere inside the table which is very thin. This \Gape somehow does not let me define small values (like 1pt..).

Any Ideas?
by totalnewbi
Thu Sep 23, 2010 12:24 am
Forum: Graphics, Figures & Tables
Topic: Height of single row in table
Replies: 5
Views: 37136

Height of single row in table

Hi forum,

does anybody know whether I can adjust the height of single rows in a table without influencing the other?

Cheers
Newbi
by totalnewbi
Tue Sep 21, 2010 10:34 am
Forum: General
Topic: Spell Checking: Avoiding Latex commands etc. ?
Replies: 2
Views: 2547

Re: Spell Checking: Avoiding Latex commands etc. ?

Cheers John for your reply!

It would have been great if that would have worked in Texniccenter, as the "check as you type" way in my opinion is the most efficient. But I got convinced that Texniccenter does not provide the option not to check Latex commands. My solution was to switch to TexworkX ...
by totalnewbi
Wed Sep 15, 2010 9:59 pm
Forum: Graphics, Figures & Tables
Topic: Placement of Figures and Tables
Replies: 4
Views: 3195

Re: Placement of Figures and Tables

This will not help you too much, but if I were you I would use Octave to compile one figure that consists of all other figures and include it as one figure in Latex. Positioning Figures in Latex is quite complicated but feasible.
by totalnewbi
Wed Sep 15, 2010 3:10 pm
Forum: General
Topic: Error: automatic jump to error line in source code
Replies: 2
Views: 15089

Error: automatic jump to error line in source code

Dear forum,


I have a problem debugging my source code. When I scroll the list of errors and warnings after compiling and I click on some warnings I am not directly referred to the line in the source code. This works fine for any errors and also most warnings. I have not found any systematic for ...