Den 2015-08-16 21:33, Stefan Björk skrev: > Just play around with the characters. Make it simple. there are plenty of > possibilities. > *If* Pandoc is going to have a logo I think we should learn from history: * +1 Knuth designed a logo for TeX which could be reproduced by *tex* the program without relying on any image file. * -1 He didn't make it simple enough: it was and is hard to reproduce with other tools. Thus a Pandoc logo should be possible to reproduce with pandoc and the tools pandoc uses and caters for, without the need for any special tools, fonts, images or drawing skill. Therefore I suggest a logo which is the word 'Pandoc' in an italic 'typewriter' font, with an asterisk on either side. I prefer the Computer Modern italic typewriter font, because it looks both italic and typewriter-like, but any italic typewriter font should do. Such a logo can be easily reproduced with code like the following. docbook: : ``` *Pandoc* ``` html: : ``` *Pandoc* ``` latex: : ``` \emph{\texttt{*Pandoc*}} ``` markdown: : ``` *`*Pandoc*`* ``` mediawiki: : ``` ''*Pandoc*'' ``` rst: : ``` *``*Pandoc*``* ``` textile: : ``` _@*Pandoc*@_ ``` When there *is* need for something icon-like (although to me icon and CLI don't really go together) the equivalent of `` *`*P*`* ``, possibly framed, can be used. /bpj -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/55D461E5.9080609%40gmail.com. For more options, visit https://groups.google.com/d/optout.