SPB Git

spb/wp2_uqo Public

UQO Working Paper No. 2 — Decoding Real Estate Descriptions: text-based hedonic analysis of housing listings.

TeX 73.8% Python 26%
366 B · 15 lines make
Raw Blame History
1# Author: Simon-Pierre Boucher — contact@spboucher.ai2#3# Build the paper. Figures are read from ../figures/ (run the pipeline first).45all: main.pdf67main.pdf: main.tex preamble.tex sections/*.tex tables/*.tex references.bib8	latexmk -pdf -interaction=nonstopmode main.tex910clean:11	latexmk -C12	rm -f *.bbl *.blg *.fdb_latexmk *.fls *.out *.toc1314.PHONY: all clean15