Search found 18 matches

by dedec0
Wed Mar 25, 2020 10:20 pm
Forum: Community talk
Topic: Can a private message be deleted before i read it?
Replies: 3
Views: 23252

Can a private message be deleted before i read it?

Ok, maybe that was my situation. Thank you both for your attention.

Thank you for your explanation, Stefan. (:
by dedec0
Sun Dec 15, 2019 3:13 am
Forum: Community talk
Topic: Can a private message be deleted before i read it?
Replies: 3
Views: 23252

Can a private message be deleted before i read it?

Hello,

today, i discovered a false positive of spam: a message from latex.org that i received a private message. I saw only its subject in the email, and the link where i could read it. But the link does not open anything¹, and i have no PM in my account. Is this possible? Why i am not the only ...
by dedec0
Mon Nov 18, 2019 8:47 pm
Forum: Graphics, Figures & Tables
Topic: Documentation for tikz-3dplot is old or unfinished?
Replies: 0
Views: 2061

Documentation for tikz-3dplot is old or unfinished?

I want to draw in tikz-3dplot things that we usually draw to make drafts of fairly simple problems, that involve 3 dimensional space. But i am having trouble to understand the function \tdplotsetmaincoords (of tikz-3dplot) and use it.

The documentation i found, which is the texdoc.net[...]tikz ...
by dedec0
Mon Nov 18, 2019 7:52 pm
Forum: Graphics, Figures & Tables
Topic: Why this kind of detail does not seem to be in tikz documentation?
Replies: 2
Views: 1896

Why this kind of detail does not seem to be in tikz documentation?

The documentation there for tikz seems much newer than the one i had. Thank you
by dedec0
Mon Nov 18, 2019 4:16 am
Forum: Graphics, Figures & Tables
Topic: Why this kind of detail does not seem to be in tikz documentation?
Replies: 2
Views: 1896

Why this kind of detail does not seem to be in tikz documentation?

Hello,

i would like to read a complete manual with all the options i can put in every possible item to be put in what "\usepackage{tikz, tikz-3dplot}" provides.

Just for the tikz package, it is easy to find

https://www.bu.edu/math/files/2013/08/tikzpgfmanual.pdf

by searching for "tikz ...
by dedec0
Tue Nov 12, 2019 5:58 pm
Forum: Math & Science
Topic: How to make this particular capital B letter? Not \mathbb{}, \textbf{}, \beta (and \Beta does not work for me! why?)
Replies: 8
Views: 10693

How to make this particular capital B letter? Not \mathbb{}, \textbf{}, \beta (and \Beta does not work for me! why?)

Most questions i may do in the next days, maybe one or two weeks, are for the same kind of thing: something with a mathematic detail

Feel free to post your questions! Just make a new topic for each new question, easier to see and to answer than in a long thread.


Of course i will do new threads ...
by dedec0
Mon Nov 11, 2019 5:25 am
Forum: Math & Science
Topic: How to make this particular capital B letter? Not \mathbb{}, \textbf{}, \beta (and \Beta does not work for me! why?)
Replies: 8
Views: 10693

How to make this particular capital B letter? Not \mathbb{}, \textbf{}, \beta (and \Beta does not work for me! why?)


[...]

(And $\Beta$ does not work for me! Why? I have these packages in my source: amssymb, amsmath, siunitx, gensymb, physics, [T1]{fontenc}, [utf8]{inputenc}, [portuguese]{babel}, hyphenat.)

Just this little issue, that i found by accident, trying to find that "mathcal B", remains:

In a file ...
by dedec0
Mon Nov 11, 2019 4:50 am
Forum: Math & Science
Topic: How to make this particular capital B letter? Not \mathbb{}, \textbf{}, \beta (and \Beta does not work for me! why?)
Replies: 8
Views: 10693

How to make this particular capital B letter? Not \mathbb{}, \textbf{}, \beta (and \Beta does not work for me! why?)

Hi,

it looks like \mathcal :

\documentclass{article}
\begin{document}
$\mathcal{B}$
\end{document}

No additional package needed.


Hello, Stefan. "Math calligraphy" - so that was the secret. Exactly what i wanted.

Most questions i may do in the next days, maybe one or two weeks, are for the ...
by dedec0
Sun Nov 10, 2019 4:46 am
Forum: Math & Science
Topic: How to make this particular capital B letter? Not \mathbb{}, \textbf{}, \beta (and \Beta does not work for me! why?)
Replies: 8
Views: 10693

How to make this particular capital B letter? Not \mathbb{}, \textbf{}, \beta (and \Beta does not work for me! why?)

How to make this particular capital B letter? I tried to search for that... but i do not know how i should - what should be the common path for that, beyound asking help, like here?

letter.png

Is it not $\mathbb{B}$, \textbf{B} or $\beta$.

(And $\Beta$ does not work for me! Why? I have these ...
by dedec0
Sun Nov 10, 2019 12:56 am
Forum: Math & Science
Topic: [solved] A \Vert symbol that scales?
Replies: 4
Views: 7833

[solved] A \Vert symbol that scales?

\vert (...) \vert % to abs. value -> not best
\abs{ (...) } % this is

\Vert (...) \Vert % norm of vectors -> not the best either
\norm{ (...) } % this is

Wikipedia was my source of secure information. But (today, now) it is wrong for this detail. Can someone less newbie than me update the ...