Coder Social home page Coder Social logo

opendetex's Introduction

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.

opendetex's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vzaccaria

opendetex's Issues

Man page section

What steps will reproduce the problem?
1. man page is named detex.1l whereas not many systems have 1L section, but 
rather 1 or ... At least that is the case with OS X. 

It would be good if there was a generic way to have the man page number, or at 
least have it as detex.1.

Thank you

Original issue reported on code.google.com by [email protected] on 15 Jun 2013 at 5:02

Install on Ubuntu 11.04

I am familiar with GNU-Linux, but not familiar with compiling programs; so I 
tried simply downloading the tarball, tar -xjvf it open and then typing "make". 
I get the following:

>> sed -f states.sed detex.l > xxx.l
>> lex  xxx.l
>> make: lex: Command not found
>> make: *** [detex.c] Error 127

I read through the "make" file and there are instuction on how to add commands 
and decomment some things, but I unfortunately do not know what most of it is 
refering to. 

Version of opendetex: 2.8.1
System: Ubuntu 11.04, 64-bit

Any help and how to get this program running would be much appreciated. 

Original issue reported on code.google.com by heroux.martin on 4 Feb 2012 at 1:26

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.