Skip to content

Instantly share code, notes, and snippets.

View mhSangar's full-sized avatar
💭
Learning

Mario Sánchez García mhSangar

💭
Learning
  • Carlos III University of Madrid, Spain
  • Perales de Tajuña, Madrid
View GitHub Profile
@mhSangar
mhSangar / world.geojson
Created November 11, 2018 19:22
World basic map in GeoJSON format, divided by countries.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mhSangar
mhSangar / install-textlive.sh
Created April 21, 2021 23:45
Latex Workshop VSCode settings for Biber and pdflatex and installation steps for textlive
#!/bin/bash
echo "Installing TextLive"
sudo apt install -y texlive-latex-extra
sudo apt install -y texlive-lang-english texlive-lang-spanish texlive-bibtex-extra
# sudo apt autoremove