-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraphics.sty
More file actions
28 lines (20 loc) · 793 Bytes
/
graphics.sty
File metadata and controls
28 lines (20 loc) · 793 Bytes
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
% This file is part of eclecTeX, a multi-purpose LaTeX library.
%
% © 2009-2013 Sebastián González Montesinos.
%
% This work may be distributed and/or modified under the conditions of
% the LaTeX Project Public License version 1.3 or later.
%
% This work has the LPPL maintenance status `maintained'.
% The Current Maintainer of this work is Sebastián González.
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{eclectex/graphics}
[2013/01/22 v0.0 Utilities related to graphics.]
\ProcessOptions\relax
% ---[ Packages ]---
\RequirePackage{graphicx}
%----[ Configuration ]---
%% Package 'graphicx'
\setkeys{Gin}{width=\linewidth,totalheight=\textheight,keepaspectratio}
\graphicspath{{graphics/}{images/}{icons/}{figures/}{media/}}
\DeclareGraphicsExtensions{.pdf,.png,.jpg}