Skip to content

Instantly share code, notes, and snippets.

@ogajduse
ogajduse / texlive_linux_install.md
Last active June 28, 2023 21:41
Instalace TeX Live a závislostí pro balíček Thesis v Linuxových distribucích

Instalace TeX Live v Linuxu

Fedora/CentOS/RHEL

testováno na čisté instalaci systému Fedora 31

Pro ty, kteří vědí, co dělají je zde příkaz pro instalaci všech balíčků v jedné dávce. Ostatním doporučuji projít si kroky níže.

sudo dnf -y install texlive texstudio texlive-babel-czech texlive-acronym texlive-engrec texlive-dirtree texlive-sectsty texlive-greek-fontenc texlive-cbfonts texlive-collection-langczechslovak texlive-epstopdf && sudo fmtutil-sys --all && sudo texhash
@mlynch
mlynch / cordova-plugin-guide.md
Last active February 3, 2023 00:21
Cordova Plugin Developer Guide

Cordova Plugin Development Guide (iOS and Android)

Version: 0.0.1 updated 7/1/2016

Cordova Plugins are the magic that enable our mobile web app content to access the full power of Native SDKs underneath, but through clean JavaScript APIs that work the same across all platforms we target.

Building Cordova plugins is scary for many Cordova and Ionic developers, but it doesn't have to be. This simple guide walks through the what, when, why, and how of Cordova plugin development for iOS and Android.

Introduction