Builds!
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
\documentclass[12pt,a4paper,oneside,onecolumn]{book}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% remove unnecessary warnings
|
||||
@@ -7,10 +6,15 @@
|
||||
\WarningFilter{caption}{Unknown document class}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Tell babel to not use hyphenation for Hebrew
|
||||
\makeatletter\let\l@hebrew\l@nohyphenation\makeatother
|
||||
% Add Hebrew:
|
||||
\usepackage[hebrew,english]{babel}
|
||||
% Hebrew + English via XeLaTeX:
|
||||
\usepackage{fontspec}
|
||||
\usepackage{polyglossia}
|
||||
\setmainlanguage{english}
|
||||
\setotherlanguage{hebrew}
|
||||
% Culmus OpenType fonts for Hebrew (exact fc family names)
|
||||
\newfontfamily\hebrewfont[Script=Hebrew]{Frank Ruehl CLM}
|
||||
\newfontfamily\hebrewfontsf[Script=Hebrew]{Miriam CLM}
|
||||
\newfontfamily\hebrewfonttt[Script=Hebrew]{Miriam Mono CLM}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Set page numbering with no headers (according to guidelines):
|
||||
@@ -153,8 +157,6 @@
|
||||
}
|
||||
\makeatother
|
||||
|
||||
\PrerenderUnicode{א}
|
||||
|
||||
\newcommand{\onlythesecnum}{\arabic{section}}
|
||||
\newcommand{\onlythesubsecnum}{\arabic{subsection}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user