-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
53 lines (42 loc) · 1.52 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
MikTex
Is there a way to see what fonts are available? How to install new ones?
https://tug.org/FontCatalogue/mathfonts.html
These are fonts that also support good looking math output; you'll want one of these.
You don't directly download a font; instead, click on it on the page and add the code
in the "usage" section to the top of the template, replacing "\usepackage{Times}"
https://www.overleaf.com/
Online latex tool. Useful for shared documents.
http://eel.is/c++draft/
https://github.com/cplusplus/draft
Current working draft
http://tug.ctan.org/macros/latex/contrib/minted/minted.pdf
minted package for code formatting
https://github.com/josuttis/jthread
for tex defs?
WSL Install (Ubunutu22)
-----------------------------------------------------------------------
sudo apt install build-essential
sudo apt install gdb
sudo apt install cmake
sudo apt install ninja-build
sudo apt install clang-14
sudo apt install clang-tools-14
sudo apt install clang-format-14
sudo apt install python-is-python3
sudo apt install python3-pip
pip install conan (re-login to have $HOME/.local/bin added to $PATH)
code . (automatically downloads & installs vscode)
# Clone and get csv-parser
git clone [email protected]:stdgraph/graph-v2.git
cd graph-v2
git submodule update --init --recursive
mkdir build
cd build
cmake --build ../ --preset linux-gcc-debug --target test
cmake --build /home/phil/graph-v2/out/build/linux-gcc-debug --config Debug --target tests
VSCode extensions
C/C++ for Visual Studio Code
CMake
CMake Tools
Remote - WSL
Remote - SSL