Search found 4 matches

by migdalskiy
Fri Oct 02, 2009 8:12 am
Forum: Text Formatting
Topic: how to align in flexible pseudocode?
Replies: 3
Views: 6875

Re: how to align in flexible pseudocode?

It appears there are at least two ways to do that. Not awfully convenient, but functional

1. Tab characters seem to work even in flexible columns.

2. escapechar=\% in options will turn on escape to LaTeX. Then, using %\mbox[2in][r]{comment}% kinda works, too.
by migdalskiy
Tue Sep 29, 2009 8:05 pm
Forum: General
Topic: How to jump to correct page in Yap?
Replies: 4
Views: 2833

How to jump to correct page in Yap?

I'm moving from LeD to TeXnicCenter, and I can't find how to set up TeXnicCenter so that preview jumps directly to the paragraph I'm typing.

In LeD, double-clicking the paragraph will highlight it in the preview. In TeXnicCenter, I had to page through Yap to find the page, and in a large document ...
by migdalskiy
Sun Sep 27, 2009 8:23 pm
Forum: Text Formatting
Topic: how to align in flexible pseudocode?
Replies: 3
Views: 6875

how to align in flexible pseudocode?

Hello:

Here is what I'm trying to do: I want to insert comments like those inside the pink box: left-justified, with the box being right-justified. I also posted it in my blog: http://blog.godflame.com/?p=73
CommentsPost-300x127.png
CommentsPost-300x127.png (37.49 KiB) Viewed 6845 times
CommentsPost-966x412.png
CommentsPost-966x412.png (45.72 KiB) Viewed 6845 times
Thank you,
Sergiy
by migdalskiy
Sun Sep 27, 2009 1:52 am
Forum: Text Formatting
Topic: how to align in flexible pseudocode?
Replies: 3
Views: 6875

how to align in flexible pseudocode?

Hi,

I'm using listings package (http://ctan.org/pkg/listings) to show pseudocode, and want to add comments to the right side of my listing, where there's a lot of white space now.

I need to use flexible column width (it seems to work better). I set language=TeX. I need comments left-justified, but ...