Search found 13 matches

by one_eddie
Mon Sep 29, 2008 7:39 pm
Forum: General
Topic: Bibliography - problem with capital signs.
Replies: 3
Views: 2188

Re: Bibliography - problem with capital signs.

Thank you very much. It works.
by one_eddie
Mon Sep 29, 2008 4:53 pm
Forum: General
Topic: Bibliography - problem with capital signs.
Replies: 3
Views: 2188

Bibliography - problem with capital signs.

I've got somethins like

@ARTICLE{ML:BriefOfLMImplementation,
AUTHOR = {Manolis I.A.Lourakis},
TITLE = {A brief description of the Levenberg-Marquardt algorithm implemented},
YEAR = {2005},
}

The output is

(...) A brief description of the levenberg-marquardt algorithm implemented (...)

So ...
by one_eddie
Mon Sep 29, 2008 4:42 pm
Forum: General
Topic: Adding regex inline - problem with special characters
Replies: 1
Views: 1433

Re: Adding regex inline - problem with special characters

Finally i found there is a \verb command.
Problem solved.
by one_eddie
Mon Sep 29, 2008 4:00 pm
Forum: General
Topic: Adding regex inline - problem with special characters
Replies: 1
Views: 1433

Adding regex inline - problem with special characters

I would like to have this regex string ^((\w|[-0-9\.])+;*(\w|[-0-9\.])*\s*)+$ included inline in my text. But there are many error messages. I tried to escape special characters but there still are some errors I don't understand.

Is there a tool which can auto escape my string so I could put is ...
by one_eddie
Mon Sep 15, 2008 11:01 am
Forum: General
Topic: Numerical values format
Replies: 5
Views: 3321

Re: Numerical values format

Thank you very much.
This is what I was asking about.
by one_eddie
Sun Sep 14, 2008 1:33 am
Forum: General
Topic: Using bibliography items in text
Replies: 2
Views: 1764

Re: Using bibliography items in text

I couldn't find any example or description I could use, so I made simple cite. Thanks anyway.

Best regards,
Eddie
by one_eddie
Sun Sep 14, 2008 1:31 am
Forum: General
Topic: Numerical values format
Replies: 5
Views: 3321

Re: Numerical values format

You are right, but this is just a matter of seeing the value. So I've thought LaTeX could be able to do that.
Thanks for the lesson. I will write a small program to generate TeX I need.
by one_eddie
Sat Sep 13, 2008 10:18 pm
Forum: General
Topic: Numerical values format
Replies: 5
Views: 3321

Numerical values format

Does LaTeX enable to format float values or add some sort of custom handler?
I don't event know what should it be :)

I know I would like to use something like this \format{0.00016493240} and get the output like 1.649324\cdot10^{-4}.

Is there something I could use?
by one_eddie
Wed Sep 10, 2008 2:54 pm
Forum: General
Topic: Using bibliography items in text
Replies: 2
Views: 1764

Using bibliography items in text

Is there a way I could use bibliography items like:

@BOOK{Jaszkiewicz:IO,
AUTHOR = {Andrzej Jaszkiewicz},
TITLE = {Inżynieria oprogramowania},
PUBLISHER = {Helion},
YEAR = {1997},
}

to show in my text something like:

... text (A.Jaszkiewicz, [i]Inżynieria oprogramowania[/i]. Helion, 1997 ...
by one_eddie
Thu Sep 04, 2008 11:37 pm
Forum: Document Classes
Topic: Problem with lstlistings (caption is overlaping other)
Replies: 4
Views: 8251

Re: Problem with lstlistings (caption is overlaping other)

So simple and its in the documentation. I probably missed it while reading docs :)

Thanks