Re: pseudocode

2016-08-19 Thread Kiuhnm
On 19/08/2016 13:38, Helge Hafting wrote: Den 17. aug. 2016 12:14, skrev Kiuhnm: I can't use math in listings and I don't like the monospaced font. The LyX-Code environment lets you indent with spaces, and you can use math freely. The monospaced font is merely a default, you can override it

Re: pseudocode

2016-08-19 Thread Helge Hafting
Den 17. aug. 2016 12:14, skrev Kiuhnm: I can't use math in listings and I don't like the monospaced font. The LyX-Code environment lets you indent with spaces, and you can use math freely. The monospaced font is merely a default, you can override it with a character style: Mark your al

Re: pseudocode

2016-08-17 Thread Kiuhnm
On 14/08/2016 23:33, Richard Heck wrote: On 08/14/2016 07:43 AM, Kiuhnm wrote: Hello, I'd like to insert some pseudocode in my paper using my own style. For instance, I don't like "endwhile", "endif", and similar. Here's an example of what I'd l

Re: pseudocode

2016-08-17 Thread Kiuhnm
On 14/08/2016 23:33, Richard Heck wrote: On 08/14/2016 07:43 AM, Kiuhnm wrote: Hello, I'd like to insert some pseudocode in my paper using my own style. For instance, I don't like "endwhile", "endif", and similar. Here's an example of what I'd l

Re: pseudocode

2016-08-14 Thread Richard Heck
On 08/14/2016 07:43 AM, Kiuhnm wrote: > Hello, > > I'd like to insert some pseudocode in my paper using my own style. For > instance, I don't like "endwhile", "endif", and similar. > Here's an example of what I'd like (use a monospaced f

pseudocode

2016-08-14 Thread Kiuhnm
Hello, I'd like to insert some pseudocode in my paper using my own style. For instance, I don't like "endwhile", "endif", and similar. Here's an example of what I'd like (use a monospaced font): for $I_1$: for $I_2$: $X_{I_1}\leftarrow

Re: Display Pseudocode-Algorithms in Lyx

2010-10-14 Thread Uwe Stöhr
Am 14.10.2010 21:09, schrieb iustifico: But I only want to write Pseudecode. Which of these available languages suits for that? This depend on the keywords that listings should recognize. Personally, I use Pascal for writing pseudocode. Another question: Is it possible to write

Re: Display Pseudocode-Algorithms in Lyx

2010-10-14 Thread Paul Rubin
at? It depends on whether you want "keywords" (such as "if" or "for") highlighted by a special font. If no, then you can leave the language box at "no language selected". If yes, you want to look for a language that considers the keywords in your pseudocode

Re: Display Pseudocode-Algorithms in Lyx

2010-10-14 Thread iustifico
into this environment? CMD-M (MacOSX) doesn't seem to work... Regards, iustifico 2010/10/14 Uwe Stöhr > Am 14.10.2010 19:19, schrieb iustifico: > > > Is there a nice way to display Algorithms in Pseudocode-Algorithms in Lyx? >> > > Yes, see chap. 7 "Program Cod

Re: Display Pseudocode-Algorithms in Lyx

2010-10-14 Thread Uwe Stöhr
Am 14.10.2010 19:19, schrieb iustifico: Is there a nice way to display Algorithms in Pseudocode-Algorithms in Lyx? Yes, see chap. 7 "Program Code Listings" of the EmbeddedObjects manual that you find in LyX's help menu. regards Uwe

Re: Display Pseudocode-Algorithms in Lyx

2010-10-14 Thread Richard Heck
On 10/14/2010 01:19 PM, iustifico wrote: Is there a nice way to display Algorithms in Pseudocode-Algorithms in Lyx? Perhaps like in here: http://bit.ly/belSIj It would be great if something like "Input:" and "Output:" were implemented... LyX supports the listings

Display Pseudocode-Algorithms in Lyx

2010-10-14 Thread iustifico
Is there a nice way to display Algorithms in Pseudocode-Algorithms in Lyx? Perhaps like in here: http://bit.ly/belSIj It would be great if something like "Input:" and "Output:" were implemented... Regards, iustifico

Re: Pseudocode in LyX?

2008-08-07 Thread Uwe Stöhr
bigblop schrieb: Are there any build in pseudocode editor in LyX or is it only possible to write pseudocode by inserting a raw latex environment in the lyx file? Use the Listings inset that is described in the userGuide under program listing. regards Uwe

Re: Pseudocode in LyX?

2008-08-07 Thread Abdelrazak Younes
Pascal Francq wrote: Crtl+L I guess bigblop is searching an alternative for exactly that ;-) On Jeudi 7 Août 2008, bigblop wrote: Are there any build in pseudocode editor in LyX or is it only possible to write pseudocode by inserting a raw latex environment in the lyx file? Two ways: 1

Re: Pseudocode in LyX?

2008-08-07 Thread Pascal Francq
Crtl+L On Jeudi 7 Août 2008, bigblop wrote: > Are there any build in pseudocode editor in LyX or is it only possible to > write pseudocode by inserting a raw latex environment in the lyx file? -- Prof. Pascal Francq Digital Information Chair Université libre de Bruxelles Departm

Pseudocode in LyX?

2008-08-07 Thread bigblop
Are there any build in pseudocode editor in LyX or is it only possible to write pseudocode by inserting a raw latex environment in the lyx file? -- View this message in context: http://n2.nabble.com/Pseudocode-in-LyX--tp678469p678469.html Sent from the LyX - Users mailing list archive at

Re: Problem using pseudocode using algorithm/algpseudocode and Lyx

2008-01-28 Thread Paul A. Rubin
Ok, I found the problem (I think). LyX makes an error importing the raw LaTeX. (I pasted your code into an algorithm the first time, which is why it worked for me.) - LaTeX Error: Something's wrong--perhaps a missing item. ...uclid} \begin{al

Re: Problem using pseudocode using algorithm/algpseudocode and Lyx

2008-01-28 Thread Paul A. Rubin
[EMAIL PROTECTED] wrote: Sorry if this is obvious, but I've been searching for quite a while without luck. Basically I would like to use Lyx and edit pseudocode using packages algorithm/algorithmic/algpseudocode. Preferably the notation using arrows for assignment, as demonstrated i

Problem using pseudocode using algorithm/algpseudocode and Lyx

2008-01-24 Thread erwin
Sorry if this is obvious, but I've been searching for quite a while without luck. Basically I would like to use Lyx and edit pseudocode using packages algorithm/algorithmic/algpseudocode. Preferably the notation using arrows for assignment, as demonstrated in the .tex file. This .tex

Re: Looking for way of writing pseudocode

2006-02-23 Thread Paul Smith
On 2/22/06, Hannan Sadar <[EMAIL PROTECTED]> wrote: > > I need to write some pseudocode. Is there some specific package? Or it > > suffices LyX code? > > > You could use one of the following LaTeX package (Probably there are more): > > pseudocode > alg >

Re: Looking for way of writing pseudocode

2006-02-22 Thread Hannan Sadar
Paul Smith wrote: > Dear All > > I need to write some pseudocode. Is there some specific package? Or it > suffices LyX code? > > Thanks in advance, > > Paul > > You could use one of the following LaTeX package (Probably there are more): pseudocode alg algor

Re: Looking for way of writing pseudocode

2006-02-22 Thread [EMAIL PROTECTED]
lyx code is good. otherwise have a look at the listings package martin On 22/02/06, Paul Smith <[EMAIL PROTECTED]> wrote: > > Dear All > > I need to write some pseudocode. Is there some specific package? Or it > suffices LyX code? > > Thanks in advance, > > Paul >

Looking for way of writing pseudocode

2006-02-22 Thread Paul Smith
Dear All I need to write some pseudocode. Is there some specific package? Or it suffices LyX code? Thanks in advance, Paul

Re: Writing Pseudocode

2005-04-24 Thread Uwe Stöhr
Hannan Sadar wrote: I am very found by the way Herbert Voss wrote his mathmode document, "Voss-Mathmode.pdf". I would like to write my pseudocode in those yellow boxes with numbers from the left. How could I create those boxes? Ask Herbert for the LaTeX-code. Also these links aren'

Writing Pseudocode

2005-04-24 Thread Hannan Sadar
Hi, I am very found by the way Herbert Voss wrote his mathmode document, "Voss-Mathmode.pdf". I would like to write my pseudocode in thuse yellow boxes with numbers from the left. How could i create thuse boxes? Also thuse link arent good any more: http://www.educat.hu-berlin.de

Re: looking for pseudocode class

2001-01-09 Thread Herbert Voss
Frederic Leymarie wrote: > > I have started using the "algorithm" package and I like it. > > > http://www.educat.hu-berlin.de/~voss/lyx/algorithm/algorithm.html > > A few questions: > > 1- How to remove the automatic numbering of algorithms (floats) ? > (and either leave it bla

Re: looking for pseudocode class

2001-01-09 Thread Frederic Leymarie
Thanks Herbert I have started using the "algorithm" package and I like it. > http://www.educat.hu-berlin.de/~voss/lyx/algorithm/algorithm.html A few questions: 1- How to remove the automatic numbering of algorithms (floats) ? (and either leave it blank with just the word Algor

Re: looking for pseudocode class

2001-01-05 Thread Herbert Voss
Frederic Leymarie wrote: > > yes, I meant to say, formating code for algorithms. > Pseudocode simple means alike sourcecode (C or C++ in my case). for sourcecode http://www.educat.hu-berlin.de/~voss/lyx/listings/listings.html and for algorithm http://www.educat.hu-berlin.de/

Re: looking for pseudocode class

2001-01-05 Thread Frederic Leymarie
yes, I meant to say, formating code for algorithms. Pseudocode simple means alike sourcecode (C or C++ in my case). Herbert Voss wrote: > Frederic Leymarie wrote: > > > > Hi > > > > where can I find information on a lyx style/class > > for nicely formating ps

Re: looking for pseudocode class

2001-01-05 Thread Herbert Voss
Frederic Leymarie wrote: > > Hi > > where can I find information on a lyx style/class > for nicely formating pseudocode in a report ?? what do you understand for pseudocode, some kind like algorithm or programming sourcecode? Herbert -- [EMAIL PROTECTED] http://perce.de/lyx/

looking for pseudocode class

2001-01-04 Thread Frederic Leymarie
Hi where can I find information on a lyx style/class for nicely formating pseudocode in a report ?? thank you -- Frederic FOL LEYMARIE, R&D Project leader, SHAPE Lab. Brown University, Division of Engineering, LEMS, Box D 182-4 Hope Street, Providence, Rhode Island 02912, U.S.A.