Add support for PNG images in .spv files.
[pspp] / src / output / tex.c
2021-01-08 Ben PfaffAdd support for PNG images in .spv files.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfafftable-item: Make caption into table_cell too.
2021-01-01 Ben Pfafftable-item: Change title from table_item_text to table_...
2021-01-01 Ben Pfafftable-provider: Remove "const" from struct table_cell...
2020-12-27 Ben Pfafftable: Get rid of accessor functions for 'h' and 'n...
2020-12-20 John DarringtonFix building --without-cairo
2020-12-20 Ben Pfaffcairo: Move chart code into cairo-chart.
2020-12-19 Ben Pfaffpage-eject-item: Factor out of text_item.
2020-12-05 Ben Pfaffoutput: Move parse_color() from cairo.c to options.c.
2020-10-26 John DarringtonTeX driver: Conditionally emit "\input graphics" contro...
2020-10-25 Ben Pfafftex: Avoid compiler warning for unused variable.
2020-10-25 John DarringtonAdd a TeX driver