Search found 2 matches

by phenoboy
Mon May 23, 2011 1:52 pm
Forum: Text Formatting
Topic: about lstlisting caption alignment
Replies: 2
Views: 7409

about lstlisting caption alignment

I found the solution. This is correct:

Code: Select all

\DeclareCaptionFormat{listing} {
  \parbox{\textwidth}{\hspace{-0.2cm}#1#2#3}
}
by phenoboy
Sun May 22, 2011 9:15 pm
Forum: Text Formatting
Topic: about lstlisting caption alignment
Replies: 2
Views: 7409

about lstlisting caption alignment

I'm having the following problem. Text in caption is not exactly left justified, there's small gap. I'd like the letter E be justified with o in this picture. Following figure illustrates the problem:

http://phenoboy.kapsi.fi/lstlisting.PNG

Here are the modifications I've done ...