I have a problem with the package \usepackage{pdfpages} and maybe the reason is
\usepackage[turkish]{babel}. I need to use that package. Can anyone help me, please?
\documentclass[11pt]{article}
\usepackage[left=2cm, right=2cm, top=3cm, bottom=3cm]{geometry}
\usepackage{sectsty}
\usepackage{amssymb,latexsym,cite}
\usepackage{pstcol,pstricks,color}
\usepackage{amsfonts, amsmath}
\usepackage{graphicx}
\usepackage{comment}
\usepackage{pdfpages}
\usepackage[turkish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{subcaption}
\newtheorem{theorem}{Theorem}[section]
\usepackage{fancyhdr}
\usepackage{pdfpages}
\pagestyle{fancy}
\fancyhf{}
\rhead{Overleaf}
\chead{X}
\fancyfoot[CE,CO]{\leftmark}
\fancyfoot[LE,RO]{\thepage}
\renewcommand{\headrulewidth}{2pt}
\renewcommand{\footrulewidth}{1pt}
\begin{document}
\pagenumbering{gobble}
\title{XYZ}
\date{}
\maketitle
\vspace*{-1.5\baselineskip}
\section{B}
\includepdf[pages=-]{putyourpdfhere}
\end{document}
pdflatexdespite of a warning aboutpstcolbeing obsolete. Could you therefore please add a minimal working example (MWE) tat allows others to reproduce the issue you describe? – leandriis Jul 27 '19 at 07:55\usepackage[utf8]{inputenc}I would deduce that the OP usespdflatexas this will lead to a warning in compination withxelatex. – leandriis Jul 27 '19 at 07:56