GitXplorerGitXplorer
b

opendetex

public
5 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
6c52b76d8900701a3584ea710547e70e8948772c

fixed version mentioned on Man page (thanks to Aleksandar Simic)

committed 12 years ago
Unverified
25e305945acf07db41c251332519b7479afa77a4

make code ANSI-C-compliant, handle fontspec, fixed make install, added INSTALL and ChangeLog

committed 13 years ago
Unverified
3d980e6e364980cb9c53a13f0ae71c92060d7f99

removed empty line before headings, fix in newline after macros

committed 16 years ago
Unverified
34eb547e754f8445ae12d50ecce117ffd2c44770

one more fix in creating a package

committed 16 years ago
Unverified
091015b89119b019efda018714012bfe53767ecb

fixes in makefile for packaging

committed 16 years ago
Unverified
e527eec4e11794f9ff6401ac4d660d55690569b1

prepared makefile and readme for distributing program

committed 16 years ago

README

The README file for this repository.

OpenDetex - Version 2.8.1

OpenDetex is a program to remove TeX constructs from a text file. It recognizes the \input command.

This program assumes it is dealing with LaTeX input if it sees the string "\begin{document}" in the text. It recognizes the \include and \includeonly commands.

This directory contains the following files:

README - you're looking at it.

ChangeLog - detailed history of changes done in different versions of the program

COPYRIGHT - information about program authors and license

INSTALL - how to compile the program

Makefile - makefile for generating detex

detex.1l - troff source for the detex manual page. Assuming you have the -man macros, use "make man-page" to generate it.

detex.h - Various global definitions. These should be modified to suit the local installation.

detex.l - Lex and C source for the detex program.

lexout.c - C code generated from detex.l using lex on a Sun (SunOS 4.1.1) This can be useful for DOS, OS/2 or systems that don't have lex.

states.sed - sed(1) script to munge the state names in detex.l so that reasonable names can be used in the source without causing lex(1) to overflow.

os2 - subdirectory containing support for compilation on OS/2 and DOS systems

This software package is distributed under the NCSA/University of Illinois Open Source License.

OpenDetex was created by Piotr Kubowicz from version 2.8 of Detex program by Daniel Trinkle, obtained from http://www.cs.purdue.edu/homes/trinkle/detex/

Currently home of OpenDetex is Google Code Hosting: http://code.google.com/p/opendetex/ You can check for latest version, submit bug reports or patches, or ask for becoming team member there.