Changeset b5d153b1240eb6c91024d163c8a4cc368e7eaf6f
- Timestamp:
- 03/14/2008 01:30:27 PM
(10 months ago)
- Author:
- Robin Luckey <robin@Tangier.local>
- git-committer:
- Robin Luckey <robin@Tangier.local> 1205526627 -0700
- git-parent:
[bfcf51f94e50b31b331acd5483cc7d09c8d61926]
- git-author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1204792767 +0100
- Message:
add .ltx as LaTeX extension
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rac2c8db |
rb5d153b |
|
| 181 | 181 | '.di' => 'dmd', |
|---|
| 182 | 182 | '.tex' => 'tex', |
|---|
| | 183 | '.ltx' => 'tex', |
|---|
| 183 | 184 | '.latex'=> 'tex' |
|---|
| 184 | 185 | } |
|---|