search for: pdfcolmk

Displaying 4 results from an estimated 4 matches for "pdfcolmk".

2008 Nov 07
0
Sweave: How to load available colors from pkg 'color'
...er way to color the abstract,sections subsections and page headings of a document. I am using the code below in my preamble to accomplish some of it: \ifx\pdfoutput\@undefined\usepackage[usenames,dvips]{color} \else\usepackage[usenames,dvipsnames]{color} % and fix pdf colour problems \IfFileExists{pdfcolmk.sty}{\usepackage{pdfcolmk}}{} \fi %\renewcommand{\MakeUppercase}[1]{\color{OliveGreen}\textsf{#1}} %\renewcommand{\abstractname}{\color{blue}Abstract} Also,'\usepackage[usenames]{color}' is suppossed to load all the available colors in the package 'color' but for some reason it do...
2008 Nov 08
0
Sweave:How to load available colors from pkg 'color'--(Resolved)
...er way to color the abstract,sections subsections and page headings of a document. I am using the code below in my preamble to accomplish some of it: \ifx\pdfoutput\@undefined\usepackage[usenames,dvips]{color} \else\usepackage[usenames,dvipsnames]{color} % and fix pdf colour problems \IfFileExists{pdfcolmk.sty}{\usepackage{pdfcolmk}}{} \fi %\renewcommand{\MakeUppercase}[1]{\color{OliveGreen}\textsf{#1}} %\renewcommand{\abstractname}{\color{blue}Abstract} Also,'\usepackage[usenames]{color}' is suppossed to load all the available colors in the package 'color' but for some reason it doe...
2009 Mar 13
1
How to combine xtable and minipage with Sweave ?
...e in Latex and R so I pasted some commands I found here and there) : ------------------------------------------------------------------------------------------------------ \documentclass[a4paper]{article} \usepackage[T1]{fontenc} \usepackage[frenchb]{babel} \usepackage{geometry} \usepackage{color, pdfcolmk} \usepackage[mediumqspace]{SIunits} \geometry{a4paper,left=1cm,right=1cm,top=1cm,bottom=1.5cm} \date{} \begin{document} \DefineVerbatimEnvironment{Sinput}{Verbatim}{formatcom = {\color[rgb]{0, 0, 0.56}}} \DefineVerbatimEnvironment{Soutput}{Verbatim}{formatcom = {\color[rgb]{0.56, 0, 0}}} \setke...
2009 Mar 14
1
multiple hypothesis testing
...spend a nice week-end. > Thanks in advance, > Ptiti Bleu. > > last script : > ------------------------------------------------ > > \documentclass[a4paper]{article} > \usepackage[T1]{fontenc} > \usepackage[frenchb]{babel} > \usepackage{geometry} > \usepackage{color, pdfcolmk} > \usepackage[mediumqspace]{SIunits} > > > \geometry{a4paper,left=1cm,right=1cm,top=1cm,bottom=1.5cm} > \date{} > > \begin{document} > > \DefineVerbatimEnvironment{Sinput}{Verbatim}{formatcom = {\color[rgb]{0, 0, > 0.56}}} > \DefineVerbatimEnvironment{Soutput}{Verb...