Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nascript/template-ta-fmipa-ugm

template tugas akhir fmipa ugm, template tesis fmipa ugm, template skripsi fmipa ugm
https://github.com/nascript/template-ta-fmipa-ugm

latex latex-document latex-template pdf template-tesis tesis

Last synced: 17 days ago
JSON representation

template tugas akhir fmipa ugm, template tesis fmipa ugm, template skripsi fmipa ugm

Awesome Lists containing this project

README

        

# Template Skripsi MIPA

Dengan pengubahan dari [https://luk.staff.ugm.ac.id/riset/panduan/fmipa/PanduanPenulisan.pdf](https://luk.staff.ugm.ac.id/riset/panduan/fmipa/PanduanPenulisan.pdf)

## Sebelum instalasi
Saya menggunakan beberapa package berikut:

* Miktex untuk windows => [http://miktex.org/download](http://miktex.org/download) atau untuk ubuntu mungkin bisa pakai package texlive yang ada di apt => `sudo apt-get install texlive-full`
* Untuk kompilasi agar tidak perlu terminal, saya pakai TexMaker download di sini [http://www.xm1math.net/texmaker/download.html](http://www.xm1math.net/texmaker/download.html). TexMaker ini memiliki kelebihan akan mengunduh package yang dibutuhkan secara otomatis.

## Memulai penulisan
1. Silahkan download atau clone repo ini `git clone https://github.com/yusufsyaifudin/template-skripsi-mipa.git`
2. Isi data awal di `CONFIG.tex`
3. Untuk pengaturan format proposal atau tugas akhir, ubah pada bagian`\ExecuteOptions` pada file `ugmskripsi.cls`. Gunakan parameter pertama "proposal" untuk format penulisan proposal, dan "skripsi" untuk penulisan Skripsi.
3. Silahkan edit tulisan untuk setiap bab.
4. Setelah itu, buka file `LAPORAN_SKRIPSI.tex` di TexMaker lalu coba compile. Akan ada file `LAPORAN_SKRIPSI.pdf`.

## Menggunakan Docker

```
docker build --platform linux/amd64 -t nas/fmipa-thesis .
docker run --platform linux/amd64 --rm --volume "$(pwd):/data" nas/fmipa-thesis LAPORAN_SKRIPSI.tex
docker run --platform linux/amd64 --rm --volume "$(pwd):/data" nas/fmipa-thesis LAPORAN_TESIS.tex
```

OR

```
docker run --platform linux/amd64 --rm --volume "$(pwd):/data" --user $(id -u):$(id -g) nas/fmipa-thesis LAPORAN_SKRIPSI.tex
```

## LICENSE

![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png "WTFPL")

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 1, Feburary 2016

Copyright (c) 2016 Yusuf Syaifudin

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.