Skip to content

HozenDev/hozen-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hozen org-export setups

HTML Setup

Prerequisite

None.

Setupfile

Add on top of an org file:

#+SETUPFILE: https://hozendev.github.io/hozen-style/html/hozen.setup

LaTeX Setup

Prerequisite

src-block

To export src-block correctly you need to tell emacs that you export with listings latex package. Add these lines to your emacs configuration:

(setq org-latex-listings 'listings)
(add-to-list 'org-latex-packages-alist '("" "listings"))

Setupfile

Add on top of an org file:

#+SETUPFILE: https://hozendev.github.io/hozen-style/latex/hozen.setup

About

orgmode autogenerated theme by hozen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors