From a4aa73f4bc896e07ba88762ae17db143d0347cef Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Mon, 13 Feb 2023 21:33:50 +0100 Subject: [PATCH] change mime type of tex --- CHANGELOG.md | 7 ++++++- l3pdffile.dtx | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6340136c..331d1bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ first release 0.95a, 2021-02-23 will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), this project uses date-based 'snapshot' version identifiers. -## [2023-02-07] +## [Unreleased] + +### Changed + - l3pdffile: default mime type of tex-files changed to application/x-tex. + +## [2023-02-07] ### Fixed - pdf A4 uses pdfaid:rev not pdfaid:year. diff --git a/l3pdffile.dtx b/l3pdffile.dtx index 835a6cf0..1ed4047e 100644 --- a/l3pdffile.dtx +++ b/l3pdffile.dtx @@ -474,7 +474,7 @@ ,.mp4 = video/mp4 ,.pdf = application/pdf ,.png = image/png - ,.tex = text/plain %or application/x-tex, not in iana.org list + ,.tex = application/x-tex %not in iana.org list but probably better ,.txt = text/plain ,.sty = text/plain ,.xml = text/xml