Skip to content

Instantly share code, notes, and snippets.

@raphink
Created September 26, 2012 12:10
Show Gist options
  • Save raphink/3787656 to your computer and use it in GitHub Desktop.
Save raphink/3787656 to your computer and use it in GitHub Desktop.
\documentclass[preview,border=1cm]{standalone}
\usepackage[french]{babel}
\usepackage{fontspec}
\usepackage{xunicode}
\setmainfont{Linux Libertine O}
\newfontfamily{\ezr}[Script=Hebrew]{EzraSIL}
\usepackage{amsmath}
\begin{document}
Et Dieu dit:
\begin{center}
{\ezr\huge רוֹא יהִיְ}
\end{center}
ce qui signifie:
\begin{align*}
\nabla \cdot \vec{E} &= \frac{\varrho}{\varepsilon_0}
\quad & \nabla \times \vec{E} &= - \frac{\partial B}{\partial t} \\
\nabla \cdot \vec{B} &= 0
\quad & \nabla \times \vec{B} &= \mu_{0}\vec{J}
+ \mu_{0}\varepsilon_{0}\frac{\partial E}{\partial t}
\end{align*}
\begin{flushright}
\dots{} et la lumière fut!
\end{flushright}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment