New monospaced font on CTAN: Inconsolata
Juni 6th, 2009 by Stefan Kottwitz
The Inconsolata font package has been released on CTAN yesterday. Inconsolata is a monospaced (”typewriter”) font designed for code listings and the like by Raph Levien. It’s supporting several encodings including T1, OT1 and LY1.
The font can be used by loading inconsolata.sty. The package provides a font scaling option [scaled=X] and would redefine the typewriter font obtained by \texttt. Here’s a small example from the documentation, showing both how to load the font and how it’s looking:

More information can be obtained here:
This entry was posted on Samstag, Juni 6th, 2009 at 20:30 and is filed under News, Fonts and Symbols. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.




Juni 7th, 2009 at 06:15
Please, can you give me some info for how to install in a Debian system from CTAN files?
Juni 7th, 2009 at 23:02
Hi,
copy the files where TeX would be able to find them and run texhash or mktexlsr. If you want to follow the TeX directory structure read its documentation (texdoc tds). I suggest copying the inconsolata files to TEXMFHOME (kpsewhich –var-value=TEXMFHOME), perhaps ~/texmf. It could look like:
Then run texhash or mktexlsr.
Further modify the map files, using updmap or the like. A quick hack could be editing pdftex.map, inserting the lines of fi4.map, for instance
rm-inconsolata Inconsolata "fi4OT1TypewriterEncoding ReEncodeFont" < [fi4-ot1tt.enc
for the OT1 encoding.
Afterwards pdflatex should be able to compile a tex file using inconsolata.
Stefan
Juli 4th, 2009 at 16:38
[…] Inconsolata เป็นฟอนท์สำหรับโปรแกรมเมอร์ (หมายถึงฟอนท์ความกว้างคงที่สำหรับแก้ไขโปรแกรม) ที่ออกแบบโดย Raph Levien ซึ่งผมใช้มาสักระยะหนึ่งแล้ว เนื่องจากชอบรูปร่าง สัดส่วนของตัวอักษร เมื่อไม่นานนี้มีคนใจดีนำฟอนท์นี้ไปทำเป็นแพคเกจสำหรับ LaTeX ซึ่งสามารถโหลดได้จาก http://ctan.org/pkg/inconsolata ทำให้ผมสามารถนำฟอนท์นี้มาใช้สำหรับแสดง code บนสไลด์ที่ใช้ประกอบการสอน (ผมใช้ LaTeX Beamer สำหรับทำสไลด์) […]
Oktober 27th, 2010 at 08:30
This is a good font. But unfortunately
the package does not support bold and italic.
Dezember 6th, 2010 at 19:03
Hello, I followed your installation instruction in the comment, but I get this error:
“”"!pdfTeX error: pdflatex (file rm-inconsolata): Font rm-inconsolata at 480 not f
ound”"”
Do you know how to fix that? I’d really like to use inconsolata in my thesis.
Thank you.
Dezember 6th, 2010 at 19:09
Never mind. I had an old ~/.texmf-var that was conflicting somehow. Removed the directory, solved the problem.