Re: itemize
Giovanni Piredda <[email protected]> Mon, 22 Jul 2024 19:46:41 +0000
| Newsgroups | gmane.editors.texmacs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Vincent, I think I can build an example for you but pls. give me a little time. There have been discussions on how to assign a shortcut to a macro but I have forgotten, I think that if I go through past messages I might figure it out but for a list it might be enough a shortcut for (make-tmlist 'itemize-perso) where itemize-perso is the name of your custom list. Please let me know if this makes sense. Separately, I might, but not immediately, write a version of the blog post on lists as a "recipe" and post that too. Giovanni On 18/07/24 07:19, vincent douce wrote: > hello Giovanni > thanks for your answer > it is very theorical > if you had an example, just substitute the current symbols (i just verify, by default it is • then o then —) by any other symbol just to see how you do > also the few i can understand on this page let me to a question : > i am used (thanks to you) to modify my-init-texmacs > so every newly creaty or newly launched TeXmacs document is concerned by my new shortcuts > but with a macro how can i proceed : can i assigne a short cut to my customized list ? > Vincent > >> Le 13 juil. 2024 à 16:56, Giovanni Piredda <[email protected]> a écrit : >> >> Please see if this blog post helps you: >> >> https://texmacs.github.io/notes/docs/new-lists.html >> >> Il 13.07.2024 16:54, vincent douce ha scritto: >>> hello >>> how can i customize the symboles for itemize ? >>> at some level, for example, there is a — which can be ambiguous for typing maths >>> i would like to replace it with something i like, maybe a little square… >>> which file do i have to modify i this purpose ? >>> Vincent