/articles/toma

To get this branch, use:
bzr branch http://darksoft.org/webbzr/articles/toma
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash

(
    cd ..

    export PATH="./scripts:$PATH" 

    merge.awk paper.tex | sed -e "s|img/||g" -e "s|bib/||g" | sed -e '
            /^\\bibliography{.*/  r paper.bbl
            /^\\bibliography{.*/  d
        ' 
) > completepaper.tex