[tex4ht] [bug #308] extra space from minted.sty
Karl Berry
karl at freefriends.org
Mon May 30 01:43:34 CEST 2016
URL:
<http://puszcza.gnu.org.ua/bugs/?308>
Summary: extra space from minted.sty
Project: tex4ht
Submitted by: karl
Submitted on: Mon 30 May 2016 02:43:34 AM EEST
Category: None
Priority: 5 - Normal
Severity: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
from nasser: http://tex.stackexchange.com/questions/311284
http://tug.org/pipermail/tex4ht/2016q2/001471.html
make4ht foo.tex "--shell-escape" on
\documentclass[11pt]{article}%ext
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{color}
\usepackage{minted}
\usepackage{upquote} %to fix string quotes
\setlength\parindent{0pt}
\begin{document}
\begin{minted}[linenos=false,fontfamily=tt,frame=leftline,
showspaces=false,stripall=true,xleftmargin=0pt]{matlab}
clear all; close all;
t = 0:0.05:50;
s = tf('s');
sys = 1/(s^2+0.2*s+1);
\end{minted}
\end{document}
_______________________________________________________
Reply to this item at:
<http://puszcza.gnu.org.ua/bugs/?308>
_______________________________________________
Message sent via/by Puszcza
http://puszcza.gnu.org.ua/
More information about the tex4ht
mailing list