-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformat.sty
More file actions
32 lines (25 loc) · 746 Bytes
/
format.sty
File metadata and controls
32 lines (25 loc) · 746 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
29
30
31
32
% 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/format}
[2013/07/11 v0.0 Formatting utilities.]
\ProcessOptions\relax
% ---[ Packages ]---
% ---[ Commands ]---
\newif\ifafterpar
\newcommand{\afterparnoindent}
{\afterpartrue
\everypar
{\ifafterpar
\afterparfalse
{\setbox\z@\lastbox}%
\else
\everypar{}%
\fi}}