blob: 2d4eb3f1fd3794e8857e0ae6515dac09003d5513 (
plain)
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 is file `none.jdf',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% chemstyle.dtx (with options: `none')
%% ----------------------------------------------------------------
%% chemstyle - Writing chemistry with style
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
%% Released under the GNU General Public License
%% See http://www.gnu.org/licenses/gpl.txt
%% ----------------------------------------------------------------
\ProvidesFile{none.jdf}[2007/08/13 v1.0]
\RequirePackage{caption}
\floatstyle{plain}
\restylefloat{table}
\labelformat{scheme}{#1}
\labelformat{figure}{#1}
\labelformat{table}{#1}
\floatplacement{table}{tbp}
\floatplacement{scheme}{tbp}
\floatplacement{figure}{tbp}
\endinput
%%
%% End of file `none.jdf'.
|