{"id":15193849,"url":"https://github.com/nascript/template-ta-fmipa-ugm","last_synced_at":"2026-02-14T05:32:56.227Z","repository":{"id":192347110,"uuid":"686512754","full_name":"nascript/template-TA-fmipa-ugm","owner":"nascript","description":"template tugas akhir fmipa ugm, template tesis fmipa ugm, template skripsi fmipa ugm","archived":false,"fork":false,"pushed_at":"2023-09-03T07:17:10.000Z","size":579,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T18:49:55.423Z","etag":null,"topics":["latex","latex-document","latex-template","pdf","template-tesis","tesis"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nascript.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-03T03:20:22.000Z","updated_at":"2024-05-01T09:33:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ca7c61b-0b90-42b2-978b-0691dcc5367b","html_url":"https://github.com/nascript/template-TA-fmipa-ugm","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"b5b293ea1d305a0e868084084bd693fab7e9b6ce"},"previous_names":["nascript/template-ta-fmipa-ugm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascript%2Ftemplate-TA-fmipa-ugm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascript%2Ftemplate-TA-fmipa-ugm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascript%2Ftemplate-TA-fmipa-ugm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nascript%2Ftemplate-TA-fmipa-ugm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nascript","download_url":"https://codeload.github.com/nascript/template-TA-fmipa-ugm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241314987,"owners_count":19942761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["latex","latex-document","latex-template","pdf","template-tesis","tesis"],"created_at":"2024-09-27T22:04:44.907Z","updated_at":"2025-09-21T12:34:00.848Z","avatar_url":"https://github.com/nascript.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template Skripsi MIPA\n\nDengan pengubahan dari [https://luk.staff.ugm.ac.id/riset/panduan/fmipa/PanduanPenulisan.pdf](https://luk.staff.ugm.ac.id/riset/panduan/fmipa/PanduanPenulisan.pdf)\n\n## Sebelum instalasi\nSaya menggunakan beberapa package berikut:\n\n* Miktex untuk windows =\u003e [http://miktex.org/download](http://miktex.org/download) atau untuk ubuntu mungkin bisa pakai package texlive yang ada di apt =\u003e `sudo apt-get install texlive-full`\n* 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.\n\n## Memulai penulisan\n1. Silahkan download atau clone repo ini `git clone https://github.com/yusufsyaifudin/template-skripsi-mipa.git`\n2. Isi data awal di `CONFIG.tex`\n3. 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.\n3. Silahkan edit tulisan untuk setiap bab.\n4. Setelah itu, buka file `LAPORAN_SKRIPSI.tex` di TexMaker lalu coba compile. Akan ada file `LAPORAN_SKRIPSI.pdf`.\n\n## Menggunakan Docker\n\n```\ndocker build --platform linux/amd64 -t nas/fmipa-thesis .\ndocker run --platform linux/amd64 --rm --volume \"$(pwd):/data\" nas/fmipa-thesis LAPORAN_SKRIPSI.tex\ndocker run --platform linux/amd64 --rm --volume \"$(pwd):/data\" nas/fmipa-thesis LAPORAN_TESIS.tex\n```\n\nOR\n\n```\ndocker run --platform linux/amd64 --rm --volume \"$(pwd):/data\" --user $(id -u):$(id -g) nas/fmipa-thesis LAPORAN_SKRIPSI.tex\n```\n\n## LICENSE\n\n![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png \"WTFPL\")\n\n            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n                    Version 1, Feburary 2016\n\n Copyright (c) 2016 Yusuf Syaifudin \u003cyusuf.syaifudin@gmail.com\u003e\n\n Everyone is permitted to copy and distribute verbatim or modified\n copies of this license document, and changing it is allowed as long\n as the name is changed.\n\n            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. You just DO WHAT THE FUCK YOU WANT TO.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnascript%2Ftemplate-ta-fmipa-ugm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnascript%2Ftemplate-ta-fmipa-ugm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnascript%2Ftemplate-ta-fmipa-ugm/lists"}