I'm trying to make a piece of text fade out to white and another piece of text fade in from white.
This is how it should look like:
FadeText.png
I can do this with HTML and CSS in two simple steps:
Create a box with a vertical gradient from alpha to white (for fade out).
Place this box over ...
Search found 9 matches
- Mon Aug 27, 2012 9:17 pm
- Forum: Graphics, Figures & Tables
- Topic: Fade a Piece of Text
- Replies: 0
- Views: 3930
- Tue May 05, 2009 12:56 am
- Forum: Page Layout
- Topic: the Verse package doesn't break lines inside Parcolumns
- Replies: 1
- Views: 3015
Re: the Verse package doesn't break lines inside Parcolumns
It's been a week and there was no response. Not even a hint. Didn't I elaborate enough on the issue? Was I vague at some point? Did I chose the wrong Forum section for this question?
- Sun Apr 26, 2009 3:42 am
- Forum: Page Layout
- Topic: the Verse package doesn't break lines inside Parcolumns
- Replies: 1
- Views: 3015
the Verse package doesn't break lines inside Parcolumns
Hi!
The forum has changed it's categories since last time I visited so I hope I am on the right one.
I am trying to combine the Verse package with the Parcolumns one for a poetry book.
Problem is that whenever I use a verse snipet inside \colchunk, the empty lines do not show up at all and the ...
The forum has changed it's categories since last time I visited so I hope I am on the right one.
I am trying to combine the Verse package with the Parcolumns one for a poetry book.
Problem is that whenever I use a verse snipet inside \colchunk, the empty lines do not show up at all and the ...
- Thu Sep 11, 2008 8:11 pm
- Forum: General
- Topic: making text continue to the next page, not the next column
- Replies: 5
- Views: 11595
making text continue to the next page, not the next column
Very beautifully explained :) A big thanks :D
Here is a couple of issues left.
I tried changing from Book to Article and putting a \raggedbottom at the premable but I still get the the Underfull \hbox warnings. I can live with it though, I don't mind a few warnings if they are not important.
I ...
Here is a couple of issues left.
I tried changing from Book to Article and putting a \raggedbottom at the premable but I still get the the Underfull \hbox warnings. I can live with it though, I don't mind a few warnings if they are not important.
I ...
- Tue Aug 12, 2008 1:49 am
- Forum: General
- Topic: making text continue to the next page, not the next column
- Replies: 5
- Views: 11595
making text continue to the next page, not the next column
Whoah! You revised my whole layout! Thanks! :D
I had assembled that layout with bits an pieces I found through google searching.
Well, first of, I installed Texlive. I mounted the ISO and run that script, I can't believe how easy it was. I should have done that a long time ago.
I still have a few ...
I had assembled that layout with bits an pieces I found through google searching.
Well, first of, I installed Texlive. I mounted the ISO and run that script, I can't believe how easy it was. I should have done that a long time ago.
I still have a few ...
- Thu Aug 07, 2008 7:20 pm
- Forum: General
- Topic: making text continue to the next page, not the next column
- Replies: 5
- Views: 11595
making text continue to the next page, not the next column
I have a two-column layout.
Let's say I am on the left column. If I exceed the vertical length of the page then the text continues on the right column. I would like it to continue on the left column of the next page.
I want this because the layout what I have imagined (and I try to implement) has ...
Let's say I am on the left column. If I exceed the vertical length of the page then the text continues on the right column. I would like it to continue on the left column of the next page.
I want this because the layout what I have imagined (and I try to implement) has ...
- Sat Jan 19, 2008 3:30 pm
- Forum: General
- Topic: vspace inside chead doesn't push down the page's text
- Replies: 4
- Views: 5998
Re: vspace inside chead doesn't push down the page's text
Yes, it does answer both. Thanks again.
- Wed Jan 16, 2008 1:16 am
- Forum: General
- Topic: vspace inside chead doesn't push down the page's text
- Replies: 4
- Views: 5998
vspace inside chead doesn't push down the page's text
Increase the value of \headheight; use something like
\setlength\headheight{85pt}
That saved the day! Thank you :)
I have two more questions:
1. What is causing this problem? Why does it appear only on the firt page? Help me understand this.
2. How did you knew that 85pt was just the right ...
- Wed Jan 16, 2008 12:33 am
- Forum: General
- Topic: vspace inside chead doesn't push down the page's text
- Replies: 4
- Views: 5998
vspace inside chead doesn't push down the page's text
I am using the package fancyhdr and I am trying to add space between the chead's text and the vertical line under the text. I inserted a \vspace{2cm} inside \chead{} which does push down the line, but doesn't push down the text. At least not in the first page. Everything works as I wanted on the ...