Search found 4 matches

by rankinjo
Wed Feb 08, 2012 5:19 am
Forum: Page Layout
Topic: float, framed | Unwanted Effect on Headings
Replies: 2
Views: 2156

Re: float, framed | Unwanted Effect on Headings

Redefining the "snugshade" environment to use code similar to that used in the "shaded" environment definition makes the problem go away, without affecting the snugshade output appearance. It is not obvious why the package defines the two environments in different ways.
by rankinjo
Sun Feb 05, 2012 7:45 am
Forum: Page Layout
Topic: float, framed | Unwanted Effect on Headings
Replies: 2
Views: 2156

float, framed | Unwanted Effect on Headings

I defined a custom float environment to put a grey background behind the caption, using the framed package. Like this:

% grey background custom floats with rule
\definecolor{shadecolor}{gray}{.8}
\renewcommand\fs@plaintop{\def\@fs@cfont{\bfseries}%
\def\@fs@pre{\begin{snugshade}}%
\def\@fs@mid ...
by rankinjo
Fri Apr 25, 2008 8:03 am
Forum: General
Topic: latex web host
Replies: 1
Views: 1539

Re: latex web host

Depending on your requirements, you may be able to use PmWiki + Wikipublisher -- wiki software with a plug-in and server that supports TeX equation commands, and wiki markup for citations and bibliographies (among other things). Without knowing more about the requirement, it's hard to tell whether a ...
by rankinjo
Mon Feb 25, 2008 1:13 am
Forum: General
Topic: hyperref/hyperlink: can I change the link text colour class
Replies: 0
Views: 2107

hyperref/hyperlink: can I change the link text colour class

I have a local command \citesic that provides a link from a citation to its labelled reference, defined as follows:

\newcommand\citesic[2]{\hyperlink{#2}{#1}}

#2 is the label and #1 is the link text.

The problem is that if we configure hyperref so that colorlinks=true, these links come out in ...