Skip to content

A set of elisp macros to convert some LaTeX commands to their ConTeXt equivalents.

License

Notifications You must be signed in to change notification settings

quantumkid/atoctx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

INSTALLATION:

Put atoctx.el somewhere that emacs can find it, or add its path to the
set of load paths in .emacs:

(add-to-list 'load-path "path/to/atoctx")

Then just load it with

(load "atoctx.el")

or what is perhaps a bit more intelligent

(autoload 'convert-buffer-to-context "atoctx" 
	  "Converts the whole buffer to ConTeXt syntax" t)

although you won't have immediate access to the individial functions in
that case.

About

A set of elisp macros to convert some LaTeX commands to their ConTeXt equivalents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published