% ============================================================
% FarDU ilmiy xabarlari: Fizika — Article Template
% ============================================================
\documentclass[12pt,a4paper]{article}

\usepackage[top=2cm,bottom=1.8cm,left=2cm,right=2cm]{geometry}
\usepackage{fontspec}
\usepackage{polyglossia}
\setdefaultlanguage{__DEFAULT_LANGUAGE__}
\setotherlanguages{__OTHER_LANGUAGES__}

% ── Libertinus Serif — Cyrillic + Latin support ──
\setmainfont{Libertinus Serif}
\setsansfont{Libertinus Sans}
\setmonofont{Libertinus Mono}

\usepackage{graphicx}
\usepackage{amsmath,amssymb}
\usepackage{unicode-math}
\setmathfont{Libertinus Math}
\usepackage{hyperref}
\usepackage{cite}
\usepackage{indentfirst}
\usepackage{setspace}
\usepackage{titlesec}
\usepackage{xcolor}
\usepackage{tcolorbox}

% ── Global typography (aligned with DOCX->PDF pipeline) ──
\definecolor{NavyBlue}{HTML}{1e3a5f}
\definecolor{MutedGray}{HTML}{6b7280}
\setlength{\parindent}{1.25cm}
\setlength{\parskip}{0pt}
\linespread{1.15}\selectfont
\pagestyle{empty}

% ── Section formatting ──
\titleformat{\section}{\normalfont\bfseries\fontsize{13}{16}\selectfont\color{NavyBlue}}{\thesection.}{0.5em}{}
\titleformat{\subsection}{\normalfont\bfseries\normalsize}{\thesubsection.}{0.5em}{}
\titleformat{\subsubsection}{\normalfont\itshape\normalsize}{\thesubsubsection.}{0.5em}{}

% ============================================================
% MUHIM ESLATMA
% IMPORTANT NOTE
% ============================================================
%
% Ushbu .tex shablonda maqolaning title, authors, affiliation, abstract va
% keywords qismlari yozilmaydi. Ular jurnal tizimiga kiritilgan metadata
% asosida PDF'da avtomatik shakllantiriladi.
%
% In this .tex template, do not typeset the title, authors, affiliation,
% abstract, or keywords manually. The journal system generates that block
% automatically in the final PDF from the submission metadata.

% ============================================================
\begin{document}

% ============================================================
% MAQOLA MATNI — Quyida maqolangiz matnini yozing
% Article body — Write your article text below
% ============================================================

\section{Kirish}
% Tadqiqot mavzusining dolzarbligi va maqsadini yozing.
% Write about the relevance and purpose of your research.



\section{Adabiyotlar sharhi}
% Mavzuga oid avvalgi tadqiqotlarni tahlil qiling.
% Review existing literature related to your topic.



\section{Tadqiqot metodologiyasi}
% Tadqiqotda qo'llanilgan usullar va yondashuvlarni tasvirlang.
% Describe the methods and approaches used in your research.



\section{Natijalar}
% Tadqiqot natijalarini jadvallar, grafiklar yordamida keltiring.
% Present your findings using tables, figures, and data.



\section{Muhokama}
% Olingan natijalarni tahlil qiling va boshqa tadqiqotlar bilan solishtiring.
% Analyze and discuss your results, comparing with other studies.



\section{Xulosa}
% Tadqiqotning asosiy xulosalarini va amaliy takliflarni bayon qiling.
% Summarize the main conclusions and practical recommendations.



% ============================================================
% ADABIYOTLAR — BibTeX yordamida yoki qo'lda yozing
% References — Use BibTeX or enter manually
% ============================================================

\bibliographystyle{unsrt}
\bibliography{references}

% Agar BibTeX ishlatmasangiz, quyidagi ko'rinishda yozishingiz mumkin:
% If not using BibTeX, you can use the following format:
%
% \begin{thebibliography}{99}
% \bibitem{author2024} Familiya I.I. Maqola sarlavhasi // Jurnal nomi. — 2024. — №1. — B. 10–20.
% \bibitem{smith2023} Smith J. Article Title // Journal Name. — 2023. — Vol. 5, No. 2. — P. 100–115.
% \end{thebibliography}

\end{document}
