Skip to content

Commit

Permalink
/utils folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeSigaud committed Jan 22, 2013
1 parent 3f81e7e commit 1e8f00a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ The master document is `dtemplates.tex` and calls the other subfiles:

The LaTeX files use the [minted](http://code.google.com/p/minted/) package. `minted` uses Python's [Pygment](pygments.org) highlighter.
D code blocks are between `\begin{dcode}` and `\end{dcode}` commands. Transform them into `verbatim` commands if you do not want to use `minted`.

## Utils

The `utils` folder contains a small D script to extract the hundreds of modules present in the text and test their compilation.
I have to update it to make it parse the markdown file instead.
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TODO

## Document

* Update `utils/codesamples.d` to extract the modules from the markdown master file.
It fitlers the .tex files right now, this should be changed.

## New topics

Expand Down

0 comments on commit 1e8f00a

Please sign in to comment.