Skip to content

Commit 81a0b80

Browse files
committed
pdf finaloutput should be input relative
1 parent c9f6a68 commit 81a0b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/render/output-tex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function texToPdfOutputRecipe(
123123
},
124124
},
125125
complete,
126-
finalOutput: pdfOutput,
126+
finalOutput: pdfOutput ? relative(inputDir, pdfOutput) : undefined,
127127
};
128128
}
129129

0 commit comments

Comments
 (0)