Skip to content

Commit

Permalink
Replace all the deprecated windows icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Sep 6, 2024
1 parent 7608995 commit bba66d4
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/computer/packagemanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Different operating systems have different package managers.
!!! tip "More commands"
apt has more commands, for things like updating and uninstalling. For these, we recommend [this tutorial](https://linuxize.com/post/how-to-use-apt-command/).

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"

For Windows, we recommend the [Chocolatey package manager](https://chocolatey.org). We'll be using the free open source version.

Expand Down
2 changes: 1 addition & 1 deletion docs/computer/perfectsetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- **3D data**: [MeshLab](https://www.meshlab.net/) as viewer/editor of 2-manifold meshes; [CloudCompare](https://www.cloudcompare.org/) for point clouds; [ParaView](https://www.paraview.org/) for volumetric meshes
- **LaTeX**: `apt install texlive` as compiler; your [favourite text editor](bestsoftware.md) as IDE; [JabRef](https://www.jabref.org/) for BibTeX management

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"
- **Package manager**: [Chocolatey](https://community.chocolatey.org/) to easily install packages without having to click
- [WSL](wsl.md) is really important to be able to run Linux
- **Python**: [PyCharm](https://www.jetbrains.com/pycharm-edu/) as IDE; [Python Package Index (PyPI)](https://pypi.org/) as package manager; [pyenv-win](https://github.com/pyenv-win/pyenv-win) as environment manager
Expand Down
2 changes: 1 addition & 1 deletion docs/computer/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It's often a quicker and more precise way to interact with the computer, and it
=== ":simple-linux: Linux"
It's built-in, either called `GNOME Terminal` or `Konsole`.

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"
While the `Command Prompt` (or `cmd`) could be used, we do not recommend it as it's too simple.
Instead, use the `PowerShell`, which is already installed on all Windows machine.

Expand Down
4 changes: 2 additions & 2 deletions docs/cpp/cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CMake can also thus be used to generate a project file, eg in CLion.
=== ":simple-linux: Linux"
`sudo apt-get install build-essential libssl-dev`

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"
If you installed [CLion](https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html) then CMAKE is also installed __OR__ `choco install cmake`

## CMake with the console
Expand All @@ -34,7 +34,7 @@ If you have a folder in which there is a `CMakeLists.txt` file (this [simple rep
Notice that we create a new folder `/build` so that all the temporary compilation files are not in the same folder, all created files will go in that one folder (which can be safely deleted).
The step `cmake ..` means that the `CMakeLists.txt` file is located in the parent folder, its output is a `Makefile` file which allows us to compile the code (and build the binary `demo_cmake`).

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"
TODO


Expand Down
2 changes: 1 addition & 1 deletion docs/cpp/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
In the console: `sudo apt install build-essential` will install clang, gcc, and git.


=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"
If you installed [CLion](https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html) then the C++ compiler is also installed.
2 changes: 1 addition & 1 deletion docs/cpp/installlibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
sudo apt install gdal-bin libgdal-dev
```

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"
TODO
4 changes: 2 additions & 2 deletions docs/git/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# How to install Git


## GitHub Desktop application :simple-apple: :simple-windows:
## GitHub Desktop application :simple-apple: :material-microsoft-windows:

By far the simplest method to install Git is to download and install the [GitHub Desktop application](https://desktop.github.com), it comes with an installation of Git.

Expand All @@ -22,6 +22,6 @@ If you use Linux, or if you want to use the [terminal](../computer/terminal.md),

If not installed, then `sudo apt update` + `sudo apt install git

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"
With [Chocolatey](https://community.chocolatey.org/): `choco install git`.

2 changes: 1 addition & 1 deletion docs/introdays/session4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Use either [pyenv](../../python/venv.md) or the following commands:
source .venv/bin/activate
```

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"

Create a virtual environment:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/misc/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
- `ssh abcd`
- `ssh xyz`

=== ":simple-windows: Windows"
=== ":material-microsoft-windows: Windows"

Under Windows it should be possible to do the same as macOS/Linux with [puttyssh](https://putty.org/).

Expand Down
8 changes: 4 additions & 4 deletions docs/writing/figstables.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

Best vector graphics drawing tools:

- [Affinity Designer](https://affinity.serif.com/es/designer/full-feature-list/) :simple-apple: :simple-windows: (€€ but way less than Adobe)
- [Inkscape](https://inkscape.org/en/) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows:
- [IPE](http://ipe.otfried.org/) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows: (integrates LaTeX text; great for triangulation and geometric stuff)
- Adobe Illustrator :simple-apple: :simple-windows: (nice, but €€€)
- [Affinity Designer](https://affinity.serif.com/es/designer/full-feature-list/) :simple-apple: :material-microsoft-windows: (€€ but way less than Adobe)
- [Inkscape](https://inkscape.org/en/) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows:
- [IPE](http://ipe.otfried.org/) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows: (integrates LaTeX text; great for triangulation and geometric stuff)
- Adobe Illustrator :simple-apple: :material-microsoft-windows: (nice, but €€€)


## Tables
Expand Down
26 changes: 13 additions & 13 deletions docs/writing/latexintro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you login with your TUDelft email, you get extra features (TUDelft pays for i

If you want to use LaTeX locally (it's faster to compile) then you need either:

- [MiKTeX](http://miktex.org/about) :simple-windows:
- [MiKTeX](http://miktex.org/about) :material-microsoft-windows:
- [MacTeX](https://tug.org/mactex) :simple-apple:
- [TeXLive](https://www.tug.org/texlive) :simple-linux:

Expand Down Expand Up @@ -53,30 +53,30 @@ Use it as the template for submitting your homework for instance.

### Editors (if you don't use Overleaf, or use Git/GitHub to edit your Overleaf project locally)

- [TeXnicCenter](http://www.texniccenter.org) :material-open-source-initiative: :simple-windows:
- [TeXStudio](https://www.texstudio.org/) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows:
- [TeXnicCenter](http://www.texniccenter.org) :material-open-source-initiative: :material-microsoft-windows:
- [TeXStudio](https://www.texstudio.org/) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows:
- [TeXshop](http://pages.uoregon.edu/koch/texshop/) :material-open-source-initiative: :simple-apple: (bundled with MacTeX)
- [Visual Studio Code](https://code.visualstudio.com/) as generic editor with the [LaTeX Workshop plugin](https://github.com/James-Yu/LaTeX-Workshop) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows:
- [Texmaker](https://www.xm1math.net/texmaker/) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows:
- [Sublime Text](https://www.sublimetext.com) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows: (TeX support can be added through [package control](https://packagecontrol.io) with the LaTeXTools package; also with package control you can get a nice linter called SublimeLinter with TeX support through SublimeLinter-chktex)
- [Visual Studio Code](https://code.visualstudio.com/) as generic editor with the [LaTeX Workshop plugin](https://github.com/James-Yu/LaTeX-Workshop) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows:
- [Texmaker](https://www.xm1math.net/texmaker/) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows:
- [Sublime Text](https://www.sublimetext.com) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows: (TeX support can be added through [package control](https://packagecontrol.io) with the LaTeXTools package; also with package control you can get a nice linter called SublimeLinter with TeX support through SublimeLinter-chktex)

!!! info

For some of these editors, you can also add local grammar/spell checking, e.g. [LTeX](https://marketplace.visualstudio.com/items?itemName=valentjn.vscode-ltex) for Visual Studio Code or [LanguageTool](https://packagecontrol.io/packages/LanguageTool) for Sublime Text.

### Managing references

- [JabRef](http://jabref.sourceforge.net) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows:
- [Zotero](https://www.zotero.org/) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows: :material-web: (integrations for Office and browsers; use a plugin like [better bibtex](https://retorque.re/zotero-better-bibtex/))
<!-- - [Mendeley](https://www.mendeley.com/) :simple-linux: :simple-apple: :simple-windows: (integrations for Office and browsers; integrates with Overleaf professional accounts) -->
- [JabRef](http://jabref.sourceforge.net) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows:
- [Zotero](https://www.zotero.org/) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows: :material-web: (integrations for Office and browsers; use a plugin like [better bibtex](https://retorque.re/zotero-better-bibtex/))
<!-- - [Mendeley](https://www.mendeley.com/) :simple-linux: :simple-apple: :material-microsoft-windows: (integrations for Office and browsers; integrates with Overleaf professional accounts) -->
- [BibDesk](https://bibdesk.sourceforge.io) :material-open-source-initiative: :simple-apple:

### Drawing figures

- [IPE](http://ipe.otfried.org/) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows: (integrates LaTeX text; great for triangulation and geometric stuff)
- [Affinity Designer](https://affinity.serif.com/es/designer/full-feature-list/) :simple-apple: :simple-windows: (€€ but way less than Adobe)
- [Inkscape](https://inkscape.org/en/) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows:
- Adobe Illustrator :simple-apple: :simple-windows:(nice, but €€€)
- [IPE](http://ipe.otfried.org/) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows: (integrates LaTeX text; great for triangulation and geometric stuff)
- [Affinity Designer](https://affinity.serif.com/es/designer/full-feature-list/) :simple-apple: :material-microsoft-windows: (€€ but way less than Adobe)
- [Inkscape](https://inkscape.org/en/) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows:
- Adobe Illustrator :simple-apple: :material-microsoft-windows:(nice, but €€€)

### Drawing flowcharts

Expand Down
4 changes: 2 additions & 2 deletions docs/writing/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Manually editing your `.bib` is probably a bad idea, we suggest you use a GUI th

## Software to manage references

- [JabRef](http://jabref.sourceforge.net) :material-open-source-initiative: :simple-linux: :simple-apple: :simple-windows:
- [JabRef](http://jabref.sourceforge.net) :material-open-source-initiative: :simple-linux: :simple-apple: :material-microsoft-windows:
- [Zotero](https://www.zotero.org/) :material-web: (integrations for Office and browsers; use a plugin like [better bibtex](https://retorque.re/zotero-better-bibtex/))
- [Mendeley](https://www.mendeley.com/) :simple-linux: :simple-apple: :simple-windows: (integrations for Office and browsers; integrates with Overleaf professional accounts)
- [Mendeley](https://www.mendeley.com/) :simple-linux: :simple-apple: :material-microsoft-windows: (integrations for Office and browsers; integrates with Overleaf professional accounts)
- [BibDesk](https://bibdesk.sourceforge.io) :material-open-source-initiative: :simple-apple:

!!! warning
Expand Down

0 comments on commit bba66d4

Please sign in to comment.