Comment 23 for bug 580794

Revision history for this message
JohnDave Medina (johndavemedina) wrote :

Sorry for the delay; I've been in the process of moving last week and then having friends over this past weekend.

David, I'm not sure how to do a 'svn diff.' Do I need to run 'svn diff' from a terminal in the directory with sblessay?

Robert, from what I can gather on my system, sblessay.cls does reference sbllangbase.sty, apparently with this code:

\DeclareOption{hebrew}
  {\@sbllanghetrue}
\DeclareOption{a4paper}
  {\@afourpapertrue}
\DeclareOption{letterpaper}
  {\@afourpaperfalse}
\DeclareOption*{%
  \PassOptionsToClass{\CurrentOption}{article}%
}
\ExecuteOptions{rmheadings,openany,times,greek,hebrew}
\ProcessOptions\relax
.
.
.
% Install language support
\RequirePackage{sbllangbase} % Gives some font control commands
\if@sbllanggr
  \RequirePackage{sbllanggr}
\fi
\if@sbllanghe
  \RequirePackage{sbllanghe}
\fi