/* * Copyright (c) 2025. Andrew Grant Carrick Software. All rights reserved * */ package scot.carricksoftware.grantswriter.writer; import java.io.IOException; public interface TexWriter { void write(String filename) throws IOException; }