Search found 7 matches

by phitex
Tue Oct 30, 2012 5:23 pm
Forum: Page Layout
Topic: Unwanted multiple ToC Entries for customized Headings
Replies: 2
Views: 1939

Unwanted multiple ToC Entries for customized Headings

For the moment I wrote a minimal Ruby script, which modifies my *.toc file. The \newpage has to cause a new page, but I will give it a try.

thanks.

#!/usr/bin/ruby

# author: phi@gress.ly
# version: 30. Okt. 2012 V 0.1
#
# Description
#
# Read a LaTeX - Table of Contents (*.toc) and remove all ...
by phitex
Sun Oct 28, 2012 10:50 pm
Forum: Page Layout
Topic: Unwanted multiple ToC Entries for customized Headings
Replies: 2
Views: 1939

Unwanted multiple ToC Entries for customized Headings

Hello all,

to start each section on the left (even) page, use an Image after the section title and start the contents of the section on the next (right, odd) page, I use the following three commands code in the article class.
%% cleardoublepage always left (even page):
\makeatletter
\renewcommand ...
by phitex
Sat Apr 21, 2012 8:26 am
Forum: Text Formatting
Topic: framebox using colored background, verbatim text & shadow
Replies: 8
Views: 9578

Re: framebox using colored background, verbatim text & shado

Hello cgnieder

I will try this out after my holidays. But the solution I already have from you is realy great! :-)

thakgs again
by phitex
Fri Apr 20, 2012 3:50 pm
Forum: Text Formatting
Topic: framebox using colored background, verbatim text & shadow
Replies: 8
Views: 9578

Re: framebox using colored background, verbatim text & shado

Two minor problems:

* The Code should be texttt (typewriter)
* The module "mdframed" can not be loaded. So, a Frame is not visible.
by phitex
Fri Apr 20, 2012 3:19 pm
Forum: Text Formatting
Topic: framebox using colored background, verbatim text & shadow
Replies: 8
Views: 9578

Re: framebox using colored background, verbatim text & shado

Exactly what I was looking for.

Many many thanks!

φ
by phitex
Fri Apr 20, 2012 8:19 am
Forum: Text Formatting
Topic: framebox using colored background, verbatim text & shadow
Replies: 8
Views: 9578

framebox using colored background, verbatim text & shadow

Hello everybody

Thanks for your recent answers.
The white lines are not visible in the dvi. But I can see them after processing to pdf.

But this is not the main problem.

The main issue is to have plain verbatim text but using bold and italic where "I" want to have it, and not where "lstlisting ...
by phitex
Thu Apr 19, 2012 2:19 pm
Forum: Text Formatting
Topic: framebox using colored background, verbatim text & shadow
Replies: 8
Views: 9578

framebox using colored background, verbatim text & shadow

Hi all

I am looking for a simple way to define a newcommand that formats my source code the following way.

like this (ceated with ms-word):

soll.png


light yellow background
verbatim text
possibility to write some words in bold or italic
black border around the box, which is right and ...