Skip to content

Instantly share code, notes, and snippets.

@mavaji
Last active April 17, 2022 05:58
Show Gist options
  • Select an option

  • Save mavaji/35da31c03142e77fe1de0dcab598b8f6 to your computer and use it in GitHub Desktop.

Select an option

Save mavaji/35da31c03142e77fe1de0dcab598b8f6 to your computer and use it in GitHub Desktop.
Latex
for i in {3..361}; do echo '\section{}' >> hint$i.tex;echo "\paragraph{}\label{hint:${i}}" >> hint$i.tex; done

for i in {11..115}; do echo '\section{}' >> answer$i.tex;echo "\paragraph{}\label{answer:${i}}" >> answer$i.tex; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment