Search found 22 matches

by auvajs
Wed Jun 13, 2012 7:26 pm
Forum: LyX
Topic: Unregular numbering
Replies: 3
Views: 2392

Re: Unregular numbering

thank you, Stephan. I added some more questions to my original post before I saw you have alredy responded to the first edit..
by auvajs
Wed Jun 13, 2012 7:08 pm
Forum: LyX
Topic: Unregular numbering
Replies: 3
Views: 2392

Unregular numbering

For some reasons, I want some parts of a document (e.g. parts or paragraphs) numbered unregularily - so not 1,2,3,4,5 but like 1,2,7,6,4,3,5,8,9,10,11...

Let's say I started a document with regular (automatic) paragraph numbers 1,2,3,4,5 but now I need to make a new version and move paragraph 3 to ...
by auvajs
Thu Jan 26, 2012 2:14 am
Forum: LyX
Topic: Running Text within enumerated List
Replies: 3
Views: 2512

Re: Running Text within enumerated List

I understand the LaTeX code but how to do it practically in LyX?
the enumerate list is always (automatically) ended with \end{enumerate} when beginning {itemize}.
by auvajs
Wed Jan 25, 2012 5:31 pm
Forum: LyX
Topic: Running Text within enumerated List
Replies: 3
Views: 2512

Running Text within enumerated List

I need to do something like this:
1. enum - blablablablablabla
Standard
Standard
Standard
2. enum - blablablablablabla
Standard
Standard
Standard
3. enum - blablablablablabla
Standard
Standard
Standard

it MUST be within a paragraph (so no way for replacing enum with something else)- and sub ...
by auvajs
Tue Jan 24, 2012 5:23 pm
Forum: Text Formatting
Topic: Colored Strikeout
Replies: 2
Views: 19472

Re: Colored Strikeout

Thank you!
by auvajs
Tue Jan 24, 2012 5:22 pm
Forum: LyX
Topic: Hyphenation Point inside the ERT Box
Replies: 0
Views: 1457

Hyphenation Point inside the ERT Box

I have not managed to insert a hyphenation point ("Ctrl"+"-") into a word that is inside the ERT Box
\usepackage{babel}
\usepackage[usenames,dvipsnames]{xcolor}
\textcolor{Plum}{NEJVYŠŠÍ}
and LyX doesn't hyphenate the word properly.

So I tried
\hyphenation{NEJ-VYŠ-ŠÍ}
in the preamble but LyX ...
by auvajs
Mon Jan 23, 2012 10:11 pm
Forum: Text Formatting
Topic: Colored Strikeout
Replies: 2
Views: 19472

Colored Strikeout

My LyX uses this command for striking-out text:

Code: Select all

\sout{text}
What to do if I want the striking line be red (or any other color?) For colors I am using this package:

Code: Select all

\usepackage[usenames,dvipsnames]{xcolor}
by auvajs
Fri Jan 20, 2012 8:27 pm
Forum: LyX
Topic: Inserting many empty Paragraphs (without a Title)
Replies: 0
Views: 1265

Inserting many empty Paragraphs (without a Title)

I want to start a new document in LyX with opening many new paragraphs (let's say more than 100). The paragraphs should be without a name/title cause I use (the automatic) paragraph number as a quasi-title/reference point (§34, §389) etc.

So far I was doing it manually via Alt+P 5 Ctrl+L (CRT box ...
by auvajs
Sun Jan 15, 2012 12:20 am
Forum: LyX
Topic: enumitem | Long Lists
Replies: 2
Views: 5919

Re: enumitem | Long Lists

Thank you Marco, it works well. :)
by auvajs
Sat Jan 14, 2012 10:20 pm
Forum: LyX
Topic: enumitem | Long Lists
Replies: 2
Views: 5919

enumitem | Long Lists

\usepackage{enumitem}
\setenumerate{label=\arabic*}
\setenumerate[2]{label=\alph*)}
I use enumitem for lists as quoted. In the case of letters (\alph*) it prints a), b), c) etc. till z). Then it ends with error, no more elements can't be added to the list. However I want to make a list ordered by ...