Skip to content

Improved version of Detex - tool for extracting plain text from TeX and LaTeX sources

License

Notifications You must be signed in to change notification settings

pkubowicz/opendetex

This branch is 116 commits ahead of edymtt/opendetex:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31e5d16 · Nov 18, 2024
Dec 17, 2023
Dec 17, 2023
Dec 16, 2023
Dec 16, 2023
Feb 19, 2016
Dec 16, 2023
Feb 21, 2016
Feb 18, 2012
Dec 17, 2023
Mar 18, 2016
Dec 17, 2023
Nov 18, 2024
Jun 17, 2020
Dec 16, 2023
Dec 16, 2023
Dec 17, 2023
Jun 14, 2020
Dec 17, 2023
Mar 19, 2016

Repository files navigation

OpenDetex - Version 2.8.12 UNRELEASED

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.1 -	troff source for the detex manual page.
		Assuming you have the -man macros, use "make man-page" to
		generate it.

detex.c -	C code generated from detex.l distributed to allow
		building from source without having Flex installed

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

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


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 GitHub:
https://github.com/pkubowicz/opendetex
You can check for latest version, submit bug reports or patches, or
ask for becoming team member there.

About

Improved version of Detex - tool for extracting plain text from TeX and LaTeX sources

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lex 60.0%
  • Roff 9.1%
  • Makefile 8.5%
  • TeX 7.7%
  • C 6.5%
  • Perl 5.7%
  • Shell 2.5%