File: box.tex

package info (click to toggle)
latex2rtf 2.3.18a-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,392 kB
  • sloc: ansic: 20,424; makefile: 660; sh: 478; perl: 22
file content (31 lines) | stat: -rwxr-xr-x 873 bytes parent folder | download | duplicates (9)
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
\documentclass{article}

\begin{document}

This silly expression was the hardest bug to find that I have ever looked
for in latex2rtf.  It turned out to be a mistake in the PopBrace code
$$
f_i \hbox{z} x
$$
that worked for nearly every other case that I encountered.  Now I wonder
if some of the font changing problems that I had were because of this 
stupid bug...

\section{First}\section{second}Here it is
$$
\displaystyle\frac{\sqrt{x+1}} {\sqrt[3]{x^3+1}}
$$

This is an \verb#\hbox{text}# starting now ``\hbox{text}''

{\it This is an \verb#\hbox{text}# starting now ``\hbox{text}'' }

This is an \verb#\hbox{text}# starting now $x+y = \hbox{text}$'

This is an \verb#\mbox{text}# starting now ``\mbox{text}''

{\it This is an \verb#\mbox{text}# starting now ``\mbox{text}'' }

This is an \verb#\mbox{text}# starting now $x+y + (x+y) = \mbox{text}$'

\end{document}