مثلاُ من برای پروندههای تک این الگو رو ذخیره کردم:
\documentclass[11pt,a4paper]{article}
% Danial Behzadi, http://wiki.ubuntu.ir/danialbehzadi
% dani.behzi@ubuntu.com
\title{} %عنوان
\author{دانیال بهزادی} %نگارنده
\date{}%تاریخ
\usepackage{xepersian} %افزودن امکان فارسی نویسی و تعریف قلمها
\settextfont[Scale=1.4]{Nazli}
\setlatintextfont[Scale=1.2]{Times New Roman}
\setdigitfont[Scale=1.4]{Nazli}
\linespread{1.5}
\begin{document} %شروع سند
\maketitle
\part{}
\section{}
\end{document}
هربار بخوام یه پرونده تک بسازم، راست کلیک میکنم. این رو میآرم و شروع میکنم به نوشتن متن.
همینطور برای HTML:
<!DOCTYPE HTML>
<!--
Copyright 2011 Danial Behzadi <danialbehzadi@danial-HP>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>untitled</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="creator" content="Danial Behzadi" />
</head>
<body>
</body>
</html>
یا php:
<!DOCTYPE HTML>
<!--
Copyright 2012 Danial Behzadi <dani.behzi@gmail.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>untitled</title>
<meta http-equiv="content-type" content="text/html" charset="utf-8" />
<meta name="creator" content="Danial Behzadi" />
</head>
<body>
<?php
?>
</body>
</html>
یا حتا پایتون:
#! /usr/bin/env python2
# Danial Behzadi - 2014
# Published under GPL3+
#