Skip to content
/ sciffi Public

Extend the power of LuaTeX by seamlessly integrating with external languages

License

Notifications You must be signed in to change notification settings

wvlab/sciffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sciffi

A LuaTeX package that provides the foundation for building custom bridges between LuaTeX and external languages with their ecosystems, enabling advanced cross-language workflows

Installation

CTAN Coming soon!

Manual Installation:

  1. Navigate to the root directory in your terminal and run l3build install

Usage

Important

For saving code snippets sciffi uses os.tmpname(), which creates global path. By default MikTeX doesn't allow to write there, so in order to use sciffi environment set AllowUnsafeOutputFiles to true

initexmf --set-config-value=[Core]AllowUnsafeOutputFiles=t

Example: Python

\begin{sciffi}{python}
    print("Hello from Python")
\end{sciffi}

About

Extend the power of LuaTeX by seamlessly integrating with external languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published