File: tex.texi

package info (click to toggle)
texi2html 1.82%2Bdfsg1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,848 kB
  • ctags: 16,527
  • sloc: perl: 15,888; xml: 6,075; sh: 3,977; makefile: 545
file content (44 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
\input texinfo @c -*-texinfo-*-

@node Top
@top Tests

@ifhtml
Now tex on the same line @tex some

$$ \chi^2 = \sum_{i=1}^N
          \left(y_i - (a + b x_i)
	  \over \sigma_i\right)^2 $$
		    

@end tex bidule
Some text one the line following @@end tex
@end ifhtml

Now tex on the following line, valid fot tex (with @@end tex on a line).
@tex some

tex \TeX 
@end tex

Same that @@html (but empty following line not ignored).

Test of @@math
Here some @math{{x^i}\over{\tan y}}.

Maths with protected \:
@math{a @\ b}.

Maths with code @@-command:

@math{@code{math code}}

Maths with code @@-command and braces:

@math{ \underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}}

@@\ outside of math

@\

@bye