Although I care little about logos, it might be preferable to have one that can be constructed in a simple way, e.g. as ASCII art or by a LaTeX macro. There are some tools (figlet for ascii-art) or tizk for LaTeX which may be of help (see links below). A quick search and some adjustments resulted in the hints below (which doesn't mean, I like it ;). Actually I like the one Bill referred to in the last post.
https://en.wikipedia.org/wiki/FIGlet logo:=[_ " ____________________________________________________",_ " ________ __ ________________ ________ ",_ " / ____/______(__) ______/ __ | / ____/ ",_ " / __// ____/ / /____/ ____ |__\ \ ",_ "/__/ /__/ /__/\______/__/ |__/______/ ",_ "=~=~=~=~==~=~=~=~==~=~=~=~= "] (2) [" __________________________", " ____ _ ________ ____ ", " / __/___(_) ___/ _ | / __/ ", " / _// __/ / /__/ __ |_\ \ ", "/_/ /_/ /_/\___/_/ |_/___/ ", "=~=~=~=~==~=~=~=~==~=~=~=~= "] Type: List(String) map(output,logo); __________________________ ____ _ ________ ____ / __/___(_) ___/ _ | / __/ / _// __/ / /__/ __ |_\ \ /_/ /_/ /_/\___/_/ |_/___/ =~=~=~=~==~=~=~=~==~=~=~=~= Type: List(Void) or in LaTeX: https://tex.stackexchange.com/questions/381262/logo-design-with-tikz https://tex.stackexchange.com/questions/297879/drawing-logo-with-tikz https://tex.stackexchange.com/questions/469279/how-can-i-create-this-logo-in-latex \documentclass[tikz,border=3.14mm]{standalone} \usetikzlibrary{fit} \usepackage{amssymb} \begin{document} \begin{tikzpicture} \node [yscale=2.8,xscale=1.2,rotate=-5] (int) {$\int_\mathtt{\partial}^{\mathtt{\aleph_0}}$}; \node (H1) at ([yshift=-1mm,xshift=2mm]int.east) {\textbf{\textsf{CAS}}}; \node (H2) at ([yshift=1mm,xshift=-1mm]int.west) {\textbf{\textsf{Fri}}}; \node[circle,draw,thick,fit=(int) (H1) (H2),inner sep=-4pt]{}; \end{tikzpicture} \end{document} On 20.08.2022 21:01, Bill Page wrote: > From FriCAS wiki > > http://fricas-wiki.math.uni.wroc.pl/FrontPage > > there is a variant of the original Axiom icon. > > On Sat, 20 Aug 2022 at 10:13, Ralf Hemmecke <[email protected]> wrote: >> >> > But what I really think is that a real logo, a figure, a drawing etc. >> > should be used with the name of FriCAS (in the logo eventually or >> > below). >> >> Right. >> >> I think we should call for a little competition. ;-) >> Anyone interested? Let's collect some ideas. >> See attachment. >> >> Ralf >> >> -- >> You received this message because you are subscribed to the Google Groups >> "FriCAS - computer algebra system" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/fricas-devel/2325fe2c-ea32-d919-c407-55992960ac08%40hemmecke.org. > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/ef717da8-4465-69a1-2371-69597611a843%40gmail.com.
fricas_logo.pdf
Description: Adobe PDF document
logo:=[_
" ____________________________________________________",_
" ________ __ ________________ ________ ",_
" / ____/______(__) ______/ __ | / ____/ ",_
" / __// ____/ / /____/ ____ |__\ \ ",_
"/__/ /__/ /__/\______/__/ |__/______/ ",_
"=~=~=~=~==~=~=~=~==~=~=~=~= "]
(2)
[" __________________________", " ____ _ ________ ____ ",
" / __/___(_) ___/ _ | / __/ ", " / _// __/ / /__/ __ |_\ \ ",
"/_/ /_/ /_/\___/_/ |_/___/ ", "=~=~=~=~==~=~=~=~==~=~=~=~= "]
Type: List(String)
map(output,logo);
__________________________
____ _ ________ ____
/ __/___(_) ___/ _ | / __/
/ _// __/ / /__/ __ |_\ \
/_/ /_/ /_/\___/_/ |_/___/
=~=~=~=~==~=~=~=~==~=~=~=~=
Type: List(Void)
Font: slant
______ _ _________ _____
/ ____/____(_) ____/ | / ___/
/ /_ / ___/ / / / /| | \__ \
/ __/ / / / / /___/ ___ |___/ /
/_/ /_/ /_/\____/_/ |_/____/
Font: small
___ _ ___ _ ___
| __| _(_)/ __| /_\ / __|
| _| '_| | (__ / _ \\__ \
|_||_| |_|\___/_/ \_\___/
Font: smshadow
__| _) __| \ __|
_| _| | ( _ \ \__ \
_| _| _|\___|_/ _\____/
Font: smslant
____ _ ________ ____
/ __/___(_) ___/ _ | / __/
/ _// __/ / /__/ __ |_\ \
/_/ /_/ /_/\___/_/ |_/___/
Font: standard
_____ _ ____ _ ____
| ___| __(_)/ ___| / \ / ___|
| |_ | '__| | | / _ \ \___ \
| _|| | | | |___ / ___ \ ___) |
|_| |_| |_|\____/_/ \_\____/
Font: stop
_______ _ ______ _
(_______) (_)/ _____) /\ | |
_____ ____ _| / / \ \ \
| ___) ___) | | / /\ \ \ \
| | | | | | \_____| |__| |_____) )
|_| |_| |_|\______)______(______/
Font: smslant
__________________________
____ _ ________ ____
/ __/___(_) ___/ _ | / __/
/ _// __/ / /__/ __ |_\ \
/_/ /_/ /_/\___/_/ |_/___/
=~=~=~=~==~=~=~=~==~=~=~=~=
