summaryrefslogtreecommitdiff
path: root/info/beginlatex/src/para.latex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/beginlatex/src/para.latex
Initial commit
Diffstat (limited to 'info/beginlatex/src/para.latex')
-rw-r--r--info/beginlatex/src/para.latex30
1 files changed, 30 insertions, 0 deletions
diff --git a/info/beginlatex/src/para.latex b/info/beginlatex/src/para.latex
new file mode 100644
index 0000000000..95d59355ed
--- /dev/null
+++ b/info/beginlatex/src/para.latex
@@ -0,0 +1,30 @@
+%% ================================================================================
+%% This LaTeX file was created by AbiWord.
+%% AbiWord is a free, Open Source word processor.
+%% You may obtain more information about AbiWord at www.abisource.com
+%% ================================================================================
+
+\documentclass[12pt,a4paper]{article}
+\usepackage[latin1]{inputenc}
+\usepackage{calc}
+\usepackage{setspace}
+\usepackage{graphicx}
+\usepackage{multicol}
+\usepackage[normalem]{ulem}
+%% Please set your language here
+\usepackage[english]{babel}
+\usepackage{color}
+\usepackage{hyperref}
+
+
+
+\begin{document}
+
+\begin{flushleft}
+You can of course buy and install a fully-fledged commercial XML editor with XSLT support, and run this application within it. However, this is beyond the reach of many users, so to do this unaided you just need to install two pieces of software: \href{http://java.sun.com/j2se/1.4.2/download.html}{\textit{Java}} and \href{http://saxon.sourceforge.net}{\textit{Saxon}} (URIs are correct at the time of writing). Neither of these has a visual interface: they are run from the command-line in the same way as is possible with L\textsuperscript{{\footnotesize A}}
+T\textsubscript{{\large E}}
+X.
+\end{flushleft}
+
+
+\end{document}