# na-cover Package

**Version:** 1.0  
**Date:** 2026/05/11  
**Author:** Professor Naam Mohamed (الأستاذ ناعم محمد)  
**Location:** Algeria  

---

## Description (وصف الحزمة)

**Arabic:**
حزمة `na-cover` هي أداة متخصصة لمستخدمي LaTeX، تهدف إلى تسهيل تصميم واجهات احترافية ومزخرفة للمجلات التربوية، مذكرات التخرج، والملفات التعليمية. تتميز الحزمة بوجود 12 نموذجاً هندسياً فريداً تم تصميمها باستخدام مكتبة TikZ بدقة عالية، وهي متوافقة تماماً مع جميع محركات التجميع (pdfLaTeX, XeLaTeX, LuaLaTeX).

**English:**
The `na-cover` package is a LaTeX tool designed to simplify the creation of professional and decorative covers for educational magazines, graduation theses, and academic documents. It provides 12 unique geometric patterns crafted using TikZ with high precision. The package is fully compatible with all major TeX engines (pdfLaTeX, XeLaTeX, and LuaLaTeX).

---

## Key Features (المميزات الرئيسية)

* **12 Artistic Designs:** A variety of geometric border patterns.
* **Full Customization:** Users can choose the design number and the primary color.
* **Polyglossia Support:** Optimized for Arabic typesetting and regional locales (Algeria).
* **Cross-Engine Compatibility:** Works seamlessly with XeLaTeX for Arabic fonts.

---

## Installation (التثبيت)

To use this package, ensure that `na-cover.sty` is in your project directory or within your local TeX tree. 

Required packages:
- `xcolor`
- `tikz`
- `eso-pic`

---

## Basic Usage (كيفية الاستخدام)

To add a cover to your document, use the `\nacover` command:

```latex
\usepackage{na-cover}

\begin{document}
% \nacover{DesignNumber}{Color}
\nacover{3}{OliveGreen}
...
\end{document}