<?xml version="1.0" encoding="UTF-8"?>

<record version="1" id="1032">
 <title>tikz test</title>
 <name>TikzTest2</name>
 <created>2026-02-14 00:27:54</created>
 <modified>2026-02-14 00:27:54</modified>
 <type>Topic</type>
 <creator id="1" name="bloftin"/>
 <modifier id="1" name="bloftin"/>
 <comment>Changes for correction #65 ('test correction').  Just testing corrections so no changes, tikz still does not work with normal latex2html but does for make4ht</comment>
 <author id="1" name="bloftin"/>
 <preamble>% this is the default PhysicsLibrary preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them
\usepackage{tikz}

% define commands here</preamble>
 <content>Hello TikZ!

\begin{tikzpicture}
    % Draws a thick blue circle with a 1cm radius
    \draw[blue, thick] (0,0) circle (1cm);
    % Draws a red line from (0,0) to (2,2)
    \draw[red, -&gt;] (0,0) -- (2,2);
\end{tikzpicture}</content>
</record>
