mailing-list for TeXmacs Users

Text archives Help


Re: line thickness


Chronological Thread 
  • From: Giovanni Piredda <address@hidden>
  • To: address@hidden
  • Subject: Re: line thickness
  • Date: Sat, 18 Nov 2023 10:15:16 +0000


On 18/11/23 07:56, vincent douce wrote:

« This will append a style file (in this case no-solutions-in-html, change this to the style file of your preference) to every new file. It will not operate on existing files. »
but i never use new files
most of the time i work on existing files
but when i need a new file, i go to my folder « models » and i pick up an existing .tm file created by me in this folder 

I think it might be sensible to add manually a style file to the models in your "models" folder and to the files you are working on, and then let the automation add a style file to all of your new files.

If you, though, would like to have a new LaTeX-style command defined in your init-file, you could try


(kbd-commands
  ("t-hrule" "" (begin (make-hybrid) (insert "tiny") (kbd-return) (make-hybrid) (insert "hrule") (kbd-return) (kbd-right))))


which I find horrible but I think does what you want (type \t-hrule enter to get the thin horizontal rule)







Archive powered by MHonArc 2.6.24.

Top of page