1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
%%
%% This is file `nccpic.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% nccpic.dtx (with options: `package')
%%
%% IMPORTANT NOTICE:
%%
%% This file is a generated file from the sources of the `ncctools'
%% bundle.
%%
%% You are not allowed to modify this file.
%%
%% You are allowed to distribute this file if and only if
%% it is distributed with the corresponding source files in
%% the `ncctools' bundle.
%%
%% For the copying and distribution conditions of the source files,
%% see the README file distributed with the ncctools bundle.
%%
%% File: nccpic.dtx Copyright (C) 2002--2005 by Alexander I. Rozhenko
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{nccpic}
[2005/03/06 v1.2 NCC Extention of Graphicx (NCC)]
\RequirePackageWithOptions{graphicx}[1999/02/16]
\RequirePackage{nccboxes}[2002/01/09]
\def\@tempa{dvips.def}
\ifx\Gin@driver\@tempa
\DeclareGraphicsExtensions{.eps,.ps,.eps.gz,.ps.gz,.eps.Z,%
.bmp,.msp,.pcx,.pict,.pntg}
\else
\def\@tempa{dvipdf.def}
\ifx\Gin@driver\@tempa
\DeclareGraphicsExtensions{.eps,.ps,.eps.gz,.ps.gz,.eps.Z,%
.bmp,.msp,.jpg}
\fi
\fi
\graphicspath{{graphics/}}
\newcommand\draftgraphics{\Gin@drafttrue}
\newcommand\finalgraphics{\Gin@draftfalse}
\newcommand*{\ipic}[1]{%
\begingroup \let\input@path\Ginput@path
\ignorespaces\input{#1.pic}\unskip
\endgroup
}
\newcommand{\putimage}{}
\def\putimage(#1,#2){%
\@ifnextchar[{\NCC@Gim(#1,#2)}{\NCC@Gim(#1,#2)[#1,#2]}%
}
\def\NCC@Gim(#1,#2)[#3,#4]{%
\ifGin@draft
\def\NCC@temp(##1,##2)##3{%
\edef\@tempa{##3}%
\put(0,0){%
\framebox(#1,#2){\ttfamily\expandafter\strip@prefix\meaning\@tempa}%
}%
}%
\else
\def\NCC@temp(##1,##2)##3{%
\put(##1,##2){%
\includegraphics[width=#3\unitlength,height=#4\unitlength]{##3}%
}%
}%
\fi
\@ifnextchar({\NCC@Gim@(#1,#2)}{\NCC@Gim@(#1,#2)(0,0)}%
}
\def\NCC@Gim@(#1,#2)(#3,#4)#5{%
\jvbox{\Strut}[t]{%
\begin{picture}(#1,#2)\NCC@temp(#3,#4){#5}\end{picture}%
}%
}
\let\NCC@Ginsetfile\Gin@setfile
\def\Gin@setfile#1#2{%
\ifGin@bbox\else
\ifx\\#2\\\else
\IfFileExists{\Gin@base#2}{}{\Gread@false}%
\fi
\fi
\NCC@Ginsetfile{#1}{#2}%
}
\endinput
%%
%% End of file `nccpic.sty'.
|