-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
128 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,9 @@ logs | |
/deps/* | ||
samples/.applist | ||
samples/deps | ||
*.aux | ||
*.log | ||
*.toc | ||
**/ebin/** | ||
**/Mnesia*/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
% hevea : hevea.sty | ||
% This is a very basic style file for latex document to be processed | ||
% with hevea. It contains definitions of LaTeX environment which are | ||
% processed in a special way by the translator. | ||
% Mostly : | ||
% - latexonly, not processed by hevea, processed by latex. | ||
% - htmlonly , the reverse. | ||
% - rawhtml, to include raw HTML in hevea output. | ||
% - toimage, to send text to the image file. | ||
% The package also provides hevea logos, html related commands (ahref | ||
% etc.), void cutting and image commands. | ||
\NeedsTeXFormat{LaTeX2e} | ||
\ProvidesPackage{hevea}[2002/01/11] | ||
\RequirePackage{comment} | ||
\newif\ifhevea\heveafalse | ||
\@ifundefined{ifimagen}{\newif\ifimagen\imagenfalse} | ||
\makeatletter% | ||
\newcommand{\heveasmup}[2]{% | ||
\raise #1\hbox{$\m@th$% | ||
\csname S@\f@size\endcsname | ||
\fontsize\sf@size 0% | ||
\math@fontsfalse\selectfont | ||
#2% | ||
}}% | ||
\DeclareRobustCommand{\hevea}{H\kern-.15em\heveasmup{.2ex}{E}\kern-.15emV\kern-.15em\heveasmup{.2ex}{E}\kern-.15emA}% | ||
\DeclareRobustCommand{\hacha}{H\kern-.15em\heveasmup{.2ex}{A}\kern-.15emC\kern-.1em\heveasmup{.2ex}{H}\kern-.15emA}% | ||
\DeclareRobustCommand{\html}{\protect\heveasmup{0.ex}{HTML}} | ||
%%%%%%%%% Hyperlinks hevea style | ||
\newcommand{\ahref}[2]{{#2}} | ||
\newcommand{\ahrefloc}[2]{{#2}} | ||
\newcommand{\aname}[2]{{#2}} | ||
\newcommand{\ahrefurl}[1]{\texttt{#1}} | ||
\newcommand{\footahref}[2]{#2\footnote{\texttt{#1}}} | ||
\newcommand{\mailto}[1]{\texttt{#1}} | ||
\newcommand{\imgsrc}[2][]{} | ||
\newcommand{\home}[1]{\protect\raisebox{-.75ex}{\char126}#1} | ||
\AtBeginDocument | ||
{\@ifundefined{url} | ||
{%url package is not loaded | ||
\let\url\ahref\let\oneurl\ahrefurl\let\footurl\footahref} | ||
{}} | ||
%% Void cutting instructions | ||
\newcounter{cuttingdepth} | ||
\newcommand{\tocnumber}{} | ||
\newcommand{\notocnumber}{} | ||
\newcommand{\cuttingunit}{} | ||
\newcommand{\cutdef}[2][]{} | ||
\newcommand{\cuthere}[2]{} | ||
\newcommand{\cutend}{} | ||
\newcommand{\htmlhead}[1]{} | ||
\newcommand{\htmlfoot}[1]{} | ||
\newcommand{\htmlprefix}[1]{} | ||
\newenvironment{cutflow}[1]{}{} | ||
\newcommand{\cutname}[1]{} | ||
\newcommand{\toplinks}[3]{} | ||
\newcommand{\setlinkstext}[3]{} | ||
\newcommand{\flushdef}[1]{} | ||
\newcommand{\footnoteflush}[1]{} | ||
%%%% Html only | ||
\excludecomment{rawhtml} | ||
\newcommand{\rawhtmlinput}[1]{} | ||
\excludecomment{htmlonly} | ||
%%%% Latex only | ||
\newenvironment{latexonly}{}{} | ||
\newenvironment{verblatex}{}{} | ||
%%%% Image file stuff | ||
\def\toimage{\endgroup} | ||
\def\endtoimage{\begingroup\def\@currenvir{toimage}} | ||
\def\verbimage{\endgroup} | ||
\def\endverbimage{\begingroup\def\@currenvir{verbimage}} | ||
\newcommand{\imageflush}[1][]{} | ||
%%% Bgcolor definition | ||
\newsavebox{\@bgcolorbin} | ||
\newenvironment{bgcolor}[2][] | ||
{\newcommand{\@mycolor}{#2}\begin{lrbox}{\@bgcolorbin}\vbox\bgroup} | ||
{\egroup\end{lrbox}% | ||
\begin{flushleft}% | ||
\colorbox{\@mycolor}{\usebox{\@bgcolorbin}}% | ||
\end{flushleft}} | ||
%%% Style sheets macros, defined as no-ops | ||
\newcommand{\newstyle}[2]{} | ||
\newcommand{\addstyle}[1]{} | ||
\newcommand{\setenvclass}[2]{} | ||
\newcommand{\getenvclass}[1]{} | ||
\newcommand{\loadcssfile}[1]{} | ||
\newenvironment{divstyle}[1]{}{} | ||
\newenvironment{cellstyle}[2]{}{} | ||
\newif\ifexternalcss | ||
%%% Postlude | ||
\makeatother |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
\input{../../../../synrc.hva} | ||
%HEVEA \loadcssfile{../../synrc.css} | ||
\begin{document} | ||
\title{UTF8} | ||
\author{Maxim Sokhatsky} | ||
%HEVEA \begin{divstyle}{nonselectedwrapper} | ||
%HEVEA \begin{divstyle}{article} | ||
\input{toc} | ||
%HEVEA \begin{divstyle}{articlecol} | ||
\include{../utf8} | ||
%HEVEA \rawhtmlinput{templates/disqus.htx} | ||
%HEVEA \end{divstyle} | ||
%HEVEA \end{divstyle} | ||
%HEVEA \end{divstyle} | ||
%HEVEA \begin{divstyle}{clear}{~}\end{divstyle} | ||
\begin{rawhtml} | ||
<script type="text/javascript" src="http://synrc.com/hi.js"></script> | ||
\end{rawhtml} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{lib_dirs,[".."]}. | ||
{deps_dir,["deps"]}. | ||
{deps,[ | ||
{jsone, ".*", {git, "git://github.com/sile/jsone.git", {tag,"v0.3.3"}}}, | ||
{cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag,"1.0.1"}}}, | ||
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag,"0.3"}}} | ||
{jsone, ".*", {git, "git://github.com/sile/jsone.git", {tag,"v0.3.3"}}}, | ||
{cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag,"1.0.1"}}}, | ||
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag,"0.3"}}} | ||
]}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters