Search found 64 matches

by rajini
Sun Feb 20, 2011 9:31 pm
Forum: Page Layout
Topic: help in scrlttr2
Replies: 1
Views: 3168

help in scrlttr2

Dear all,

I need a help in using scrlttr2 for writing my letter. My latex code is:

\documentclass[a4paper,12pt]{scrlttr2}
\usepackage[english]{babel}
\KOMAoptions{foldmarks=off,fromalign=left,addrfield=true,backaddress=off,subject=titled,fromphone=on,fromemail=true}
\setkomavar{fromname}{My name ...
by rajini
Tue Aug 31, 2010 11:50 am
Forum: Text Formatting
Topic: no. of words
Replies: 2
Views: 1748

no. of words

Hello all,

is there any snippets to find the total number of words in a single chapter ?

thanks
rajini
by rajini
Mon Aug 30, 2010 3:42 pm
Forum: Text Formatting
Topic: Hyphen confusion
Replies: 2
Views: 2472

Hyphen confusion

Hello John,
thank you for your reply. Here you find all my codes. If the code '\hyphenpenalty=4000 and \tolerance=500' is moved to last line (of the code below), then a different hyphen is obtained.

\documentclass[paper=a4,fontsize=12pt,BCOR=20mm,DIV=15,headsepline,liststotoc,
bibtotoc ...
by rajini
Wed Aug 25, 2010 1:39 pm
Forum: Text Formatting
Topic: A too long line
Replies: 7
Views: 5923

A too long line

Hi,

In addition to Herbert's
use also \quad

Code: Select all

\begin{align*}
a=b &\Rightarrow c=d\\
    &\Rightarrow f=g\quad{\parbox{11cm}{\textrm because a is positive, b is negative and also f is positive using the previous lemma}}\\
    &\Rightarrow cs = de\\
\end{align*}
hope this helps!
by rajini
Wed Aug 25, 2010 1:25 pm
Forum: Text Formatting
Topic: Abbreviations in nomencl
Replies: 3
Views: 2704

Re: Abbreviations in nomencl

Oh,
I did not look that example!

thanks
by rajini
Tue Aug 24, 2010 4:46 pm
Forum: Text Formatting
Topic: Abbreviations in nomencl
Replies: 3
Views: 2704

Abbreviations in nomencl

Hello all,

I like to understand some details on nomencl package, which i am using for 'list of abbreviation'. For some reason, i prefer to insert my

\nomenclature[ga ]{ABB}{description}

in the middle of each paragraphs. So i like to group all symbols/abbreviation for each paragraph and not ...
by rajini
Sun Aug 22, 2010 5:41 pm
Forum: Text Formatting
Topic: Hyphen confusion
Replies: 2
Views: 2472

Hyphen confusion

Hello all,

Where to put the following code:

\hyphenpenalty=3000
\tolerance=1000

If put immediately after

\usepackage[ngerman,english]{babel}

i get a pdf with some hyphen pattern.
But that hyphenation is entirely different if i put the penality just before \begin{document}.
Why it is like ...
by rajini
Thu Aug 12, 2010 5:51 pm
Forum: Text Formatting
Topic: textformat in moderncv
Replies: 5
Views: 5944

Re: textformat in moderncv

Sorry, i missed 'not'!
Why my location is not shown in my profile?
by rajini
Thu Aug 12, 2010 5:00 pm
Forum: Text Formatting
Topic: textformat in moderncv
Replies: 5
Views: 5944

textformat in moderncv

Hi Stefan,

the default value in moderncvthemeclassic.sty is

\renewcommand*{\firstnamefont}{\fontsize{34}{36}\sffamily\mdseries\upshape}

As you told, if i put my second name in mbox, second name is not hyphenated. But it runs over the data (address) on the right side.
So i changed the above ...
by rajini
Thu Aug 12, 2010 4:23 pm
Forum: Text Formatting
Topic: textformat in moderncv
Replies: 5
Views: 5944

textformat in moderncv

Dear all,

Some days ago i started using 'moderncv' (tip from localghost) for job applications. It is really nice. Both my first name as well as second/family name consists of 11 letters (so 22 in total). If i use moderncv+classic my second name is hyphenated. Is there any snippets to avoid this ...