HiveMinds / HiveMinds/Productivity-setup

Add sudo apt-get install texlive-science to latex installation.

Open
#17 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
3
Forks
4
PR merge metrics
No merged PRs in 30d

Description

\usepackage[ruled,vlined,linesnumbered]{algorithm2e}







Threw error:



! LaTeX Error: File `algorithm2e.sty' not found.Type X to quit or to proceed,or enter new name. (Default extension: sty)Enter file name:! Emergency stop. \usepackage

Which can be resolved with:



sudo apt-get install texlive-science







According to: https://tex.stackexchange.com/questions/46276/package-algorithm2e-on-ubuntu#46277

So include that to the default latex installation and test it.


Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.