Search found 4 matches

by tim4dev
Thu Mar 11, 2010 8:50 am
Forum: Graphics, Figures & Tables
Topic: [demo]{graphicx} change color
Replies: 2
Views: 2452

[demo]{graphicx} change color

Thanks.

I made:

\usepackage{ifthen}

\newboolean{make-with-pic}
\setboolean{make-with-pic}{true}
%\setboolean{make-with-pic}{false}


\newcommand{\MyPic}[4]{
\begin{figure}[htp]
\centering
\ifthenelse{\boolean{make-with-pic}}
{\includegraphics[width=1.0\textwidth,totalheight=0.45\textheight ...
by tim4dev
Fri Mar 05, 2010 10:27 am
Forum: Graphics, Figures & Tables
Topic: [demo]{graphicx} change color
Replies: 2
Views: 2452

[demo]{graphicx} change color

I use

Code: Select all

\usepackage[demo]{graphicx}
Are drawn black rectangles.
How to change their color? For example, to rectangles were gray?
by tim4dev
Thu Mar 04, 2010 9:51 am
Forum: Graphics, Figures & Tables
Topic: inset ?
Replies: 2
Views: 2866

inset ?

Thank you very much!

I found something else Vertical alignment of minipages

That's what happened:


\begin{figure}[!h]
\fcolorbox[gray]{0.92}{0.92}{
\begin{minipage}[!t]{0.7\textwidth}
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the ...
by tim4dev
Wed Mar 03, 2010 7:56 am
Forum: Graphics, Figures & Tables
Topic: inset ?
Replies: 2
Views: 2866

inset ?

I am new to Latex.

Make-up a small book for themselves.

There are two questions (see the picture in attach):

1. What name is gray box ? I mean the name of "gray box" in the printing industry. Inset ?

2. How to do it ? ;) To the text was located on the side (left or right) from the image.

Thanks.