bugGNU TeXmacs - Bugs: bug #30139, No bold in verbatim

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #30139: No bold in verbatim

Submitter:  Sam Liddicott <samjam>
Submitted:  Tue 15 Jun 2010 02:19:50 PM UTC
   
 
Category:  Typesetter Priority:  3 - Low
Item Group:  Error Status:  Fixed
Privacy:  Public Assigned to:  vdhoeven
Originator Name:  Open/Closed:  Closed
Release:  None Release: 
Fixed Release:  None Fixed Release: 
Keywords: 

Wed 27 Nov 2013 10:09:04 PM UTC, comment #1: 

When activating Tools -> Experimental -> New style fonts, and selecting Device = Typewriter and Weight = Bold, I find many bold typewriter fonts on my system (American Typewriter, Bitstream Vera Sans Mono, Courier New, DejaVu Sans Mono, etc., etc.).  TeXmacs itself ships TeXmacs Courier.

Joris van der Hoeven <vdhoeven>
Group administrator
Tue 15 Jun 2010 02:19:50 PM UTC, original submission:  

code environments, or code content tags do not render the tt font bold at all when emphasis strong is chosen.

Here's my notes from newfangle literate programming tool for Lyx which may be useful: (http://www.nongnu.org/newfangle/docs/newfangle.e/newfangle.html)

Please can Texmacs support some kind of method like this. (I don't know how the txfonts solution actually works)



Obtaining a bold tt font can be impossibly difficult and amazingly easy. I spent many hours at it, following complicated instructions from those who had spend many hours over it, and was finally delivered the simple solution on the lyx mailing list.

3.2 txfonts
The simple way was to add this to my preamble:

\usepackage{txfonts}

\renewcommand{\ttdefault}{txtt}

3.3 ams pmb
The next simplest way was to use ams poor-mans-bold, and add this to the pre-amble:

\usepackage{amsbsy}

%\renewcommand{\ttdefault}{txtt}

%somehow make \pmb be the command for bold, forgot how, sorry

It works, but looks wretched on the dvi viewer.

3.4 Luximono

The lstlistings documention suggests using Luximono.
Luximono was installed according to the instructions in Ubuntu Forums: http://ubuntuforums.org/showthread.php?t=1159181 with tips from http://miknight.blogspot.com/2005/  11/how-to-install-luxi-mono-font-in.html stating that:

sudo updmap --enable MixedMap ul9.map

is required.
It looks fine in PDF and PS view but still looks rotten in dvi view.

Sam Liddicott <samjam>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by vdhoeven (Posted a comment)
  • -email is unavailable- added by mdbenito (Updated the item)
  • -email is unavailable- added by samjam (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-27 vdhoeven StatusNone Fixed
        Assigned tomdbenito vdhoeven
        Open/ClosedOpen Closed
    2012-12-31 mdbenito CategoryNone Typesetter
        Priority5 - Normal 3 - Low
        Item GroupNone Error
        Assigned toNone mdbenito

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code