pgffor.code.tex 오류?

pgffor.code.tex 오류?
\documentclass[12pt,a4paper]{book}
\usepackage[english,greek]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{pstricks}
\usepackage{epsfig} 
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{graphicx}
\usepackage{url}
\usepackage{undertilde}
\usepackage{enumerate, multicol}
\usepackage{float}
\usepackage{cancel}
\usepackage{mathtools}
\usepackage{multirow}
\usepackage{polynom,xpatch}
\usepackage{lipsum}

라인 11 파일에서 오류가 발생합니다.C:\Program Files\MiKTeX 2.9\tex\generic\pgf\utilities\pgffor.code.tex

메시지:

! Paragraph ended before \ProvidesPackageRCS@i was complete.
<to be read again>
\par
l.11
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

MiKTeX와 Texmaker를 업데이트했는데 같은 오류가 발생했습니다. 이제 이전 버전에서도 같은 오류가 발생합니다(업데이트 전에는 잘 작동했습니다).

답변1

C:\Program Files\MiKTeX 2.9\tex\generic\pgf\utilities\pgffor.code.tex11행만 편집하고 주석 처리 할 수 있어야 합니다. 해당 파일 ProvidesPackageRCS에 해당 행이 없어도 모든 것이 잘 작동해야 합니다.

관련 정보