Skip to content

run M2 on code embedded in a TeX file and insert the output

Notifications You must be signed in to change notification settings

Macaulay2/M2-merge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macaulay2 merge

The programs in this package are designed to make it possible to incorporate Macaulay2 code into a TeX file. The code, delimited by "<<<" and ">>>" in the input file, is automatically submitted to Macaulay2, and the results are incorporated into the output file.

Usage

Ensure that a C compiler is installed as cc and that the program make installed.

Put your TeX file, foo.tex, say, formatted the way sample.tex is, in this directory and run the following command.

    make foo-m2.pdf

The resulting file foo-m2.pdf should be ready for viewing or printing.

About

run M2 on code embedded in a TeX file and insert the output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.9%
  • TeX 24.9%
  • Makefile 9.3%
  • Shell 3.9%