Skip to content

Instantly share code, notes, and snippets.

@justinjoy
justinjoy / hangul_without_kotex.tex
Created January 19, 2024 05:58 — forked from dlimpid/hangul_without_kotex.tex
ko.TeX 없이 한글 LaTeX 문서 만들기
\documentclass[a4paper]{article}
% XeTeX 관련 =================================================================
% xltxtra Package가 fontspec을 부를 때 no-math 옵션을 주어 수식엔 영향을 주지 않게 함.
\PassOptionsToPackage{no-math}{fontspec}
\usepackage{xltxtra}
% Western과 CJK에 다른 글꼴을 사용하기 위한 패키지
\usepackage{xeCJK}
@justinjoy
justinjoy / jhbuild.rb
Last active September 22, 2015 06:08
Homebrew (brew) formula for GNOME jhbuild
require 'formula'
class Jhbuild < Formula
homepage 'http://freedesktop.org/wiki/Software/jhbuild/'
url 'git://git.gnome.org/jhbuild', :tag => '3.5.91'
depends_on 'python'
depends_on 'autoconf'
depends_on 'automake'
depends_on 'libtool'