This project was created to allow the extraction of important parts of summaries of formats similar to mine.
Python 3
- Put your wanted
.lyx
summary file (that must be of the supported format - contact me for more details) in the same folder aslyx_finder.py
and change its name toraw.lyx
. - Run
python lyx_finder.py <flag>
where flag is any combination of d (for definitions) and t (for theorems/corollaries/claims). Your output file will be namednew.lyx
and will be in the same directory as thelyx_finder.py
file.