#syllogism
1 messages · Page 1 of 1 (latest)
Gadfly
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
everything between \begin{document} and \end{document} not including \begin{document} and \end{document}
,tex
P1: All men are mortal.\newline
P2: Socrates is a man. \newline
P3: Therefore, Socrates is mortal.
cloud
why does texit give a reply to anything then
it replies to
\begin{document}
Hey
\end{document}
Gadfly
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
it detects that you are sending latex code, even if it's not code it's going to run correctly
,help preamble
View or modify your LaTeX preamble.
,preamble
,preamble --revert
,preamble --retract
,preamble --reset
,preamble --preset [presetname]
,preamble --replace [code]
,preamble --add [code]
,preamble --remove [code]
Click
to show more information.
,preamble reset
Warning: Flags require two hyphens (--) with no spaces in between in order to be registered correctly.
Your command should look something like this: ,preamble --add % code here
,preamble --add syllogism
Your preamble request has been sent to my review team.
You will be messaged when your request is reviewed (usually around 1-2 hours, depending on availability).
If you wish to retract your submission, please use ,preamble --retract.
what do you think that is going to accomplish?
,tex
\syllog{Every man except Socrates is musician} %
{Socrates is a man} %
{Socrates is not a musician},
Gadfly
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Preamble denied! Good work, @opal shadow!
Your recent request for a LaTeX preamble submission was denied!
If you want assistance setting your preamble, please join our support guild.
"syllogism" by itself is not valid preamble content
that it adds the package
someone in another server said thats how u would add the package
no, that just adds the line "syllogism", you have to use \usepackage{syllogism} to add a package
,tex
\usepackage{syllogism}
\syllog{Every man except Socrates is musician} %
{Socrates is a man} %
{Socrates is not a musician},
I compile the code you give me by putting it into a template LaTeX document, between \begin{document} and \end{document} commands.
Please don't give me code that belongs outside of there!
See ,help tex for some examples of what I understand.
If you want to modify the template to add packages or your own macros, see ,help preamble.
Gadfly
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
,tex \
Gadfly
your request needs to be valid LaTeX code
You'd have to do preamble --add \usepackage{syllogism}
,preamble --add \usepackage{syllogism}
Your preamble request has been sent to my review team.
You will be messaged when your request is reviewed (usually around 1-2 hours, depending on availability).
If you wish to retract your submission, please use ,preamble --retract.
\syllog{Every man except Socrates is musician} %
{Socrates is a man} %
{Socrates is not a musician},
,tex
\syllog{Every man except Socrates is musician} %
{Socrates is a man} %
{Socrates is not a musician},
Gadfly
,tex
\syllogC{Every man except Socrates is musician}{Socrates is a man}{Socrates is not a musician},
Gadfly
thanks

is there anyway to make it bigger img that gets sent
It is already as big as it can be
ok thanks
If you want the image to fill the entire width of the text block always then you can say ,tc alwayswide true
but the text size would vary wildly
,tc alwayswide true
Transparent pixels will no longer be added to your rendered LaTeX.
:warning: If your input is short, Discord will make the rendered image huge!
,tex
\syllog{Every man except Socrates is musician} %
{Socrates is a man} %
{Socrates is not a musician},
Gadfly
,tex
\syllogC{Every man except Socrates is musician}{Socrates is a man}{Socrates is not a musician},
Gadfly
uh
As I said it is already as big as it can be in this case
to see the differences try typing a single word
,tex \syllogC{A}{B}{C}
Gadfly
ah