Pages: [1]   Go Down
  Print  
Author Topic: LaTeX  (Read 1917 times)
0 Members and 1 Guest are viewing this topic.
RAz
Administrator
The Special One
*****
Offline Offline

Posts: 2612


Rafael Jegundo


View Profile WWW
« on: September 11, 2007, 18:29:54 PM »

Como o nosso amigo é um pouco tímido, pediu-me para escrever a sua apresentação.  Cheesy

O LaTeX é uma tipografia muito útil na escrita de fórmulas matemáticas.

   Como usar LaTeX neste Fórum?

Quem está habituado a usar LaTeX conhece a função de "$" : delimitar o código a ser interpretado, tal como

Code:
$x^2+y^2$

que gera a seguinte expressão:

x^2+y^2

Para usar o Latex no fórum basta trocar o "$" pela tag do bbcode
Code:
[tex][/tex]
, que deve ser usada assim:


Code:
[tex]x^2+y^2[/tex]

para gerar novamente a expressão:

x^2+y^2

Espero que seja útil. Em breve vou tentar colocar aqui alguns tutoriais e e-books para dominar-mos o LaTeX.

Stay tunned Wink

« Last Edit: September 11, 2007, 21:21:04 PM by RAz » Logged

RAz
Administrator
The Special One
*****
Offline Offline

Posts: 2612


Rafael Jegundo


View Profile WWW
« Reply #1 on: September 15, 2007, 21:27:09 PM »

Como prometido, aqui fica, em anexo, Uma não tão pequena introdução ao LaTeX

que é, talvez, a biblia do LaTeX. Para uso neste fórum, será particularmente útil o 1º e 3º capítulo, mas tudo o resto poderá servir na redacção de trabalhos e relatórios, e devo dizer que está escrito de uma forma acessível e fluida. Wink

Para ver o anexo, é preciso estar registado..
« Last Edit: March 10, 2008, 15:50:18 PM by RAz » Logged

slubber
Engenharia Biomédica
O Guru
***
Offline Offline

Posts: 1249



View Profile
« Reply #2 on: February 11, 2009, 16:19:24 PM »

bem, estou aqui com um dilema com o nosso amigo:

quero por uma imagem ao lado do texto, mas ele só a poe em cima ou em baixo...

soluçoes?? Tongue
Logged

sentes-te triste e sem classe, experimenta beber um batido de alface!
tourist
Engenharia Física
O Distraído
***
Offline Offline

Posts: 72



View Profile
« Reply #3 on: February 13, 2009, 12:57:49 PM »

bem, estou aqui com um dilema com o nosso amigo:

quero por uma imagem ao lado do texto, mas ele só a poe em cima ou em baixo...

soluçoes?? Tongue

Olá Titiana  Grin
Acho que tens que usar um float

Text Around Image: floatflt

Use the floatflt package to get text to wrap around a small figure:

    \documentclass{article}
    \usepackage{floatflt,graphicx}
    ...
    \begin{floatingfigure}[<option>]{<width>}
      \centering
      \includegraphics{<filename>}
      \caption{<text>}
    \end{floatingfigure}
where option indicates the placement of the figure on the page and can be any combination of the following:

r --- right
l --- left
p --- right for odd-numbered pages, left for even-numbered pages
width is the width of the figure in the final document.

For example:

    \documentclass{article}
    \usepackage{floatflt,graphicx}
    ...
    \begin{floatingfigure}[l]{5cm}
      \centering
      \includegraphics[scale=0.5]{graph.ps}
      \caption{An Interesting Graph}
    \end{floatingfigure}


fonte: http://star-www.rl.ac.uk/~acc/tex/bull2.htx/node4.html
Logged

"Well I feel too young to hold on
And i'm much too old to break free and run"
slubber
Engenharia Biomédica
O Guru
***
Offline Offline

Posts: 1249



View Profile
« Reply #4 on: February 13, 2009, 16:53:07 PM »

Thank U very much thumbup

2a vou experimentar isso:P
Logged

sentes-te triste e sem classe, experimenta beber um batido de alface!
Pages: [1]   Go Up
  Print  
 
Jump to: