https://github.com/mgmacias95/ingenieria-de-servidores
Prácticas de la asignatura Ingeniería de Servidores - Universidad de Granada (UGR)
https://github.com/mgmacias95/ingenieria-de-servidores
Last synced: 3 months ago
JSON representation
Prácticas de la asignatura Ingeniería de Servidores - Universidad de Granada (UGR)
- Host: GitHub
- URL: https://github.com/mgmacias95/ingenieria-de-servidores
- Owner: mgmacias95
- License: gpl-3.0
- Created: 2016-10-16T12:25:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T12:44:22.000Z (over 8 years ago)
- Last Synced: 2024-12-28T17:46:08.012Z (5 months ago)
- Language: TeX
- Size: 22.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ingenieria-de-Servidores
Prácticas de la asignatura Ingeniería de Servidores - Universidad de Granada (UGR)## Compilación de los documentos LaTeX
Para compilar correctamente los documentos LaTeX usar el siguiente comando:```
pdflatex -shell-escape Px-MarGomMac.tex
bibtex Px-MarGomMac.aux
pdflatex -shell-escape px-MarGomMac.tex
```