Search found 9 matches

by fibonacci2
Mon Apr 09, 2012 4:58 pm
Forum: Text Formatting
Topic: No Hyphenation for too long Words
Replies: 6
Views: 6434

Re: No Hyphenation for too long Words

OK!
by fibonacci2
Mon Apr 09, 2012 4:53 pm
Forum: Text Formatting
Topic: No Hyphenation for too long Words
Replies: 6
Views: 6434

No Hyphenation for too long Words

OK Thanks!
But why need I put input parameters in curly brackets? like

Code: Select all

function({$N_1$,$N_2$})
instead of

Code: Select all

function($N_1$,$N_2$)
Why is not the latter one right?
by fibonacci2
Mon Apr 09, 2012 3:02 pm
Forum: Text Formatting
Topic: No Hyphenation for too long Words
Replies: 6
Views: 6434

No Hyphenation for too long Words

Ok thanks!
But I can't use \hyphenation to force \seqsplit to split words where I wish since \hyphenation accepts only characters and hyphens.
For instance, if I do

\hyphenation{place\_3\_-apples(-{$A$,$B$,$B_2$,$C$})}

I get an error.
How could I predetermine the hyphenation points?
For instance ...
by fibonacci2
Mon Apr 09, 2012 12:40 am
Forum: Text Formatting
Topic: No Hyphenation for too long Words
Replies: 6
Views: 6434

No Hyphenation for too long Words

Hi guys!

In my text I have some very long words (names of function) like, for instance, "put_3_apples_and_2_oranges_in_the_bag()".

These words don't respect the margin or, even, they go out off the page. Here an example is (you can try to generate pdf):

\documentclass[oneside]{book}
\usepackage ...
by fibonacci2
Wed Apr 04, 2012 10:37 pm
Forum: Fonts & Character Sets
Topic: Change Language within a Document
Replies: 2
Views: 31455

Re: Change Language within a Document

Thank you very much Thorsten! :)
Your solution works and you were very fast in replying!
by fibonacci2
Wed Apr 04, 2012 10:06 pm
Forum: Fonts & Character Sets
Topic: Change Language within a Document
Replies: 2
Views: 31455

Change Language within a Document

Hi guys!

I'm writing a bilingual document in English and Italian and I have this problem: I can't change language inside the document.

I tried all these commands:


\documentclass[oneside]{book}
\usepackage[OT1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter ...
by fibonacci2
Sun Feb 12, 2012 5:18 pm
Forum: LyX
Topic: Getting out of Math Mode
Replies: 5
Views: 6201

Re: Getting out of Math Mode

Sure! ;)

Actually I'm not using lyx but I'm using Latex anyway!
(I'm using Tex Maker...)
by fibonacci2
Sun Feb 12, 2012 4:11 pm
Forum: LyX
Topic: Getting out of Math Mode
Replies: 5
Views: 6201

Re: Getting out of Math Mode

Thanks to everybody for the answers!

However I decided to use Lyx no more! I tried it for some days and it looked like a good product but for me has a big limitation: it's not possible modify the Latex source! (of course you can generate Latex source, modify it and import it... but it's not what I ...
by fibonacci2
Wed Feb 01, 2012 12:58 am
Forum: LyX
Topic: Getting out of Math Mode
Replies: 5
Views: 6201

Getting out of Math Mode

Hi guys! :)
I don't understand how I can "get out of math mode".
For instance I write (as normal text) c_4, then I right select and I choose
Insert -> Math -> Inline formula
so that I obtain c with subscript 4 (a mathematical formula).
How could I get the original (normal text) c_4?
Of course ...