Anúncio Global

Agradecimento aos Colaboradores  » admin » Qui Nov 15, 2018 00:25

Ativação de Novos Registros  » admin » Qua Nov 14, 2018 11:58

Regras do Fórum - Leia antes de postar!  » admin » Ter Mar 20, 2012 21:51

dúvida em uma questão em regra de 3!  » leandro moraes » Qui Jul 01, 2010 12:41

dúvida em uma questão em regra de 3!  » Douglasm » Qui Jul 01, 2010 13:16

dúvida em uma questão em regra de 3!  » leandro moraes » Qui Jul 01, 2010 13:18

dúvida em uma questão em regra de 3!  » leandro moraes » Qui Jul 01, 2010 13:21

DICA: Escrevendo Fórmulas com LaTeX via BBCode

Seja bem-vindo!


Escreva fórmulas no fórum, utilizando LaTeX via BBCode (english version)

Exemplos:
x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} ... f^\prime(x)\ = \lim_{\Delta x\to0}\frac{f(x+\Delta x)-f(x)}{\Delta x} ... f(x)=\int\limits_{-\infty}^x e^{-t^2}dt
Saiba mais...

DICA: Escrevendo Fórmulas com LaTeX via BBCode

Mensagempor admin » Qua Ago 29, 2007 04:04

Escrevendo Fórmulas no Fórum (english version)

\LaTeX possibilita escrever fórmulas bem apresentáveis, através de uma sintaxe simples, utilizando apenas texto.

Para utilizar este recurso no fórum, utilize o BBCode tex:
[code][tex] [/tex][/code]Colocando sua expressão entre os delimitadores.

Para saber mais sobre o assunto, veja links no rodapé deste tópico.

Alguns exemplos de utilização:

f(x)=x^2
[code][tex]f(x)=x^2[/tex][/code]

f(x)=x^n+x^{(n-1)}
[code][tex]f(x)=x^n+x^{(n-1)}[/tex][/code]

x=\sqrt{a^2+b^2}
[code][tex]x=\sqrt{a^2+b^2}[/tex][/code]

-10\leq x\leq 10
[code][tex]-10\leq x\leq 10[/tex][/code]

e^x=\sum_{n=0}^\infty\frac{x^n}{n!}
[code][tex]e^x=\sum_{n=0}^\infty\frac{x^n}{n!}[/tex][/code]

f^\prime(x)\ =         \lim_{\Delta x\to0}\frac{f(x+\Delta x)-f(x)}{\Delta x}
[code][tex]f^\prime(x)\ = \lim_{\Delta x\to0}\frac{f(x+\Delta x)-f(x)}{\Delta x}[/tex][/code]

f(x)=\int\limits_{-\infty}^x~e^{-t^2}dt
[code][tex]f(x)=\int\limits_{-\infty}^x~e^{-t^2}dt[/tex][/code]

e^x=\sum_{n=0}^\infty\frac{x^n}{n!}
[code][tex]e^x=\sum_{n=0}^\infty\frac{x^n}{n!}[/tex][/code]

e^x=\lim_{n\to\infty} \left(1+\frac~xn\right)^n
[code][tex]e^x=\lim_{n\to\infty} \left(1+\frac~xn\right)^n[/tex][/code]

f^\prime(x)\ =         \lim_{\Delta x\to0}\frac{f(x+\Delta x)-f(x)}{\Delta x}
[code][tex]f^\prime(x)\ = \lim_{\Delta x\to0}\frac{f(x+\Delta x)-f(x)}{\Delta x}[/tex][/code]

\begin{displaymath}
\sum_{\substack{0<i<n \\ 1<j<m}}
P(i,j) =
\sum_{\begin{subarray}{l} i\in I\\
1<j<m
\end{subarray}} Q(i,j)
\end{displaymath}
[code]\begin{displaymath}
\sum_{\substack{0<i<n \\ 1<j<m}}
P(i,j) =
\sum_{\begin{subarray}{l} i\in I\\
1<j<m
\end{subarray}} Q(i,j)
\end{displaymath}
[/code]


\begin{displaymath}
\mathop{\mathrm{corr}}(X,Y)=
\frac{\displaystyle
\sum_{i=1}^n(x_i-\overline x)
(y_i-\overline y)}
{\displaystyle\biggl[
\sum_{i=1}^n(x_i-\overline x)^2
\sum_{i=1}^n(y_i-\overline y)^2
\biggr]^{1/2}}
\end{displaymath}
[code]\begin{displaymath}
\mathop{\mathrm{corr}}(X,Y)=
\frac{\displaystyle
\sum_{i=1}^n(x_i-\overline x)
(y_i-\overline y)}
{\displaystyle\biggl[
\sum_{i=1}^n(x_i-\overline x)^2
\sum_{i=1}^n(y_i-\overline y)^2
\biggr]^{1/2}}
\end{displaymath}
[/code]


\begin{displaymath}
\mathbf{X} =
\left( \begin{array}{ccc}
x_{11} & x_{12} & \ldots \\
x_{21} & x_{22} & \ldots \\
\vdots & \vdots & \ddots
\end{array} \right)
\end{displaymath}
[code]\begin{displaymath}
\mathbf{X} =
\left( \begin{array}{ccc}
x_{11} & x_{12} & \ldots \\
x_{21} & x_{22} & \ldots \\
\vdots & \vdots & \ddots
\end{array} \right)
\end{displaymath}
[/code]

\setlength{\unitlength}{1mm}
\begin{picture}(60,40)
\put(30,20){\vector(1,0){30}}
\put(30,20){\vector(4,1){20}}
\put(30,20){\vector(3,1){25}}
\put(30,20){\vector(2,1){30}}
\put(30,20){\vector(1,2){10}}
\thicklines
\put(30,20){\vector(-4,1){30}}
\put(30,20){\vector(-1,4){5}}
\thinlines
\put(30,20){\vector(-1,-1){5}}
\put(30,20){\vector(-1,-4){5}}
\end{picture}
[code]\setlength{\unitlength}{1mm}
\begin{picture}(60,40)
\put(30,20){\vector(1,0){30}}
\put(30,20){\vector(4,1){20}}
\put(30,20){\vector(3,1){25}}
\put(30,20){\vector(2,1){30}}
\put(30,20){\vector(1,2){10}}
\thicklines
\put(30,20){\vector(-4,1){30}}
\put(30,20){\vector(-1,4){5}}
\thinlines
\put(30,20){\vector(-1,-1){5}}
\put(30,20){\vector(-1,-4){5}}
\end{picture}
[/code]

Caso ainda não conheça a sintaxe, enquanto se acostuma, ou mesmo por preferência, você pode utilizar algum recurso WYSIWYG (what you see is what you get), como por exemplo:
http://test.izyba.com/equationeditor/equationeditor.php (Equation Editor online)
http://www.dessci.com/en/products/texaide/ (TeXaide para Windows)


Sobre o \mathrm{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X}:
[quote]LaTeX Rendering Class 0.8
Copyright (C) 2003/2004 Benjamin Zeiss <zeiss@math.uni-goettingen.de>
Maintained from version 0.7 by Steve Mayer
----------------------

LatexRender is a set of scripts that allows one to call LaTeX (or mimeTeX) from PHP programs;
in particular, this allows users to enter LaTeX commands in a forum and, on posting,
have it replaced by a suitable gif or png. LatexRender requires either LaTeX and
ImageMagick or mimeTeX to be installed. The open source PHP code was originally
designed for use with phpBB, but it can be adapted for use with other PHP programs.
Details and example installations are given at http://www.mayer.dial.pipex.com/tex.htm#latexrender

-----------------------



Sobre a pronúncia:
[quote]Pronouncing and writing "LaTeX"
LaTeX is usually pronounced ['lei.tEk] or ['la.tEk] in English (that is, not with the [ks] pronunciation English speakers normally associate with X, but with a [k]). The last character in the name comes from a capital ? (chi), as the name of TeX derives from the Greek ????? (skill, art, technique); for this reason, TeX's creator Donald Knuth promotes a /tEx/ pronunciation (that is, with a voiceless velar fricative as in Modern Greek, or the last sound of Scottish "loch" or German "Bach" or Arabic "?"). Lamport, on the other hand, has said he does not favor or discourage any pronunciation for LaTeX.
The name is traditionally printed with the special typographical logo shown on this page. In media where the logo cannot be precisely reproduced in running text, the word is typically given the unique capitalization LaTeX to avoid confusion with the word “latex”.
Fonte: http://en.wikipedia.org/wiki/LaTeX#Pronouncing_and_writing_.22LaTeX.22


Informações sobre a alternativa mimeTeX, caso não tenha LaTeXRender disponível no servidor:
John Forkosh
http://www.forkosh.com/mimetex.html

Fórum relacionado no phpBB:
http://www.phpbb.com/community/viewtopic.php?t=94454

Para outros detalhes, alguns exemplos utilizados neste tópico, informações técnicas e sintaxe, visite:
http://www.mayer.dial.pipex.com/tex.htm#latexrender


Caso já tenha o pacote LatexRender baixado e queira instalar o MOD PHPBB3:
http://www.phpbb.com/community/viewtopic.php?p=2669402
Fábio Sousa
Equipe AjudaMatemática.com
| bibliografia | informações gerais | arquivo de dúvidas | desafios

"O tolo pensa que é sábio, mas o homem sábio sabe que ele próprio é um tolo."
William Shakespeare
Avatar do usuário
admin
Colaborador Administrador - Professor
Colaborador Administrador - Professor
 
Mensagens: 885
Registrado em: Qui Jul 19, 2007 10:58
Formação Escolar: GRADUAÇÃO
Área/Curso:
Andamento: formado

Re: DICA: Escrevendo Fórmulas com LaTeX via BBCode

Mensagempor chrisi99 » Sáb Out 06, 2007 17:15

Dear Admin and whom it may concern!

I am very sorry to kind of spam here, but I found a reference to your board because it seems, that you have integrated latex mathtype-capability to phpbb3!

Since the given installation instructions are only for phpbb 2.x I would kindly request information on your way to install it on phpbb3!

feel free to delete/move my post anywhere. Since I am not familiar with portuguese I honestly can only guess where I have postet right now ;-)

hoping to hear from you soon!

best wishes
Christoph

writing from Austria/Europe
chrisi99
Novo Usuário
Novo Usuário
 
Mensagens: 2
Registrado em: Sáb Out 06, 2007 17:09
Área/Curso:
Andamento: cursando

Re: DICA: Escrevendo Fórmulas com LaTeX via BBCode

Mensagempor admin » Sáb Out 06, 2007 18:34

[quote="chrisi99"]Dear Admin and whom it may concern!

I am very sorry to kind of spam here, but I found a reference to your board because it seems, that you have integrated latex

mathtype-capability to phpbb3!

Since the given installation instructions are only for phpbb 2.x I would kindly request information on your way to install it

on phpbb3!

feel free to delete/move my post anywhere. Since I am not familiar with portuguese I honestly can only guess where I have

postet right now ;-)

hoping to hear from you soon!

best wishes
Christoph

writing from Austria/Europe


Hi Christoph!
You're welcome here.
Don't worry, I think this is one forum's purpose.

I understand your doubt, I had this one too.

Certainly you'll appreciate this topics and succeed in this integration!

http://www.phpbb.com/community/viewtopic.php?f=17&t=94454&st=0&sk=t&sd=a&start=480#p3175101
http://www.phpbb.com/community/viewtopic.php?f=17&t=94454&st=0&sk=t&sd=a&start=480#p3175261
http://www.phpbb.com/community/viewtopic.php?f=17&t=94454&st=0&sk=t&sd=a&start=480#p3181223
http://www.phpbb.com/community/viewtopic.php?p=2669402

Thanks to the stevem's help.

Hugs!

PS: I'm thinking about open an english session here for math and other subjects.
See you.
Fábio Sousa
Equipe AjudaMatemática.com
| bibliografia | informações gerais | arquivo de dúvidas | desafios

"O tolo pensa que é sábio, mas o homem sábio sabe que ele próprio é um tolo."
William Shakespeare
Avatar do usuário
admin
Colaborador Administrador - Professor
Colaborador Administrador - Professor
 
Mensagens: 885
Registrado em: Qui Jul 19, 2007 10:58
Formação Escolar: GRADUAÇÃO
Área/Curso:
Andamento: formado

Re: DICA: Escrevendo Fórmulas com LaTeX via BBCode

Mensagempor chrisi99 » Sáb Out 06, 2007 18:49

Hi fabiosousa!

This realy was a great great great help! Thank you so much. Though I am still questioning the search function on the phpbb page. Ive searched more than 10 times and this topic never came up!

trying to integrate and get it working right now on my server (setting up the latex...)

please let me know if I can help you in return since a beer might be a problem (still I might send you some *g*)!

best wishes
Christoph
chrisi99
Novo Usuário
Novo Usuário
 
Mensagens: 2
Registrado em: Sáb Out 06, 2007 17:09
Área/Curso:
Andamento: cursando

HINT: Writing mathematical symbols with LaTeX and BBCode

Mensagempor admin » Seg Nov 19, 2007 12:41

Writing mathematical symbols with \LaTeX and BBCode

Using \LaTeX you will be able to write well presentable formulas, just under a simple text code.
This is a typesetting markup language that is useful to produce properly formatted mathematical and scientific expressions.

For this resources benefit in forum, use the tex BBCode:
[code][tex] [/tex][/code] Putting your code between tags.


If don't know the syntax yet, while you be used, or just for preference, you can enjoy some WYSIWYG tool (what you see is what you get), as examples:
http://test.izyba.com/equationeditor/equationeditor.php (Equation Editor online)
http://www.dessci.com/en/products/texaide/ (TeXaide for Windows)


About \LaTeX:
[quote]LaTeX Rendering Class 0.8
Copyright (C) 2003/2004 Benjamin Zeiss <zeiss@math.uni-goettingen.de>
Maintained from version 0.7 by Steve Mayer
----------------------

LatexRender is a set of scripts that allows one to call LaTeX (or mimeTeX) from PHP programs;
in particular, this allows users to enter LaTeX commands in a forum and, on posting,
have it replaced by a suitable gif or png. LatexRender requires either LaTeX and
ImageMagick or mimeTeX to be installed. The open source PHP code was originally
designed for use with phpBB, but it can be adapted for use with other PHP programs.
Details and example installations are given at http://www.mayer.dial.pipex.com/tex.htm#latexrender

-----------------------


About pronunciation:
[quote]Pronouncing and writing "LaTeX"
LaTeX is usually pronounced ['lei.tEk] or ['la.tEk] in English (that is, not with the [ks] pronunciation English speakers normally associate with X, but with a [k]). The last character in the name comes from a capital ? (chi), as the name of TeX derives from the Greek ????? (skill, art, technique); for this reason, TeX's creator Donald Knuth promotes a /tEx/ pronunciation (that is, with a voiceless velar fricative as in Modern Greek, or the last sound of Scottish "loch" or German "Bach" or Arabic "?"). Lamport, on the other hand, has said he does not favor or discourage any pronunciation for LaTeX.
The name is traditionally printed with the special typographical logo shown on this page. In media where the logo cannot be precisely reproduced in running text, the word is typically given the unique capitalization LaTeX to avoid confusion with the word “latex”.
Fonte: http://en.wikipedia.org/wiki/LaTeX#Pronouncing_and_writing_.22LaTeX.22


If latex is not available on your server, maybe you'll appreciate this alternative:
mimeTeX by John Forkosh
http://www.forkosh.com/mimetex.html

Related topic at phpBB:
http://www.phpbb.com/community/viewtopic.php?t=94454



Besides this little bridge information, it's hardly recomended that you start from here, if you're looking for make this works on your server:
http://www.mayer.dial.pipex.com/tex.htm#latexrender




Have you already downloaded LatexRender and looking for PHPBB3 MOD installation?
Go straight to this topic:

http://www.phpbb.com/community/viewtopic.php?p=2669402


I really hope you succeed using \LaTeX.
Good luck!
Fábio Sousa
Equipe AjudaMatemática.com
| bibliografia | informações gerais | arquivo de dúvidas | desafios

"O tolo pensa que é sábio, mas o homem sábio sabe que ele próprio é um tolo."
William Shakespeare
Avatar do usuário
admin
Colaborador Administrador - Professor
Colaborador Administrador - Professor
 
Mensagens: 885
Registrado em: Qui Jul 19, 2007 10:58
Formação Escolar: GRADUAÇÃO
Área/Curso:
Andamento: formado

Próximo

Voltar para Informações Gerais

 



  • Tópicos relacionados
    Respostas
    Exibições
    Última mensagem

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 1 visitante

 



cron