Ctex listings macro package error undefined control sequence, replaced by verbatim to solve the problem

Source: Internet
Author: User

To display in ctexSource codeFirst, use the listings macro package,

\ Usepackage {listings}

......

Then

\ Begin {lstlisting}
Public static class mapclass extends mapreducebase
Implements mapper <longwritable, text, text, intwritable> {

Private Final Static intwritable one = new intwritable (1 );
Private text word = new text ();

Public void map (longwritable key, text value,
Outputcollector <text, intwritable> output,
Reporter reporter) throws ioexception {
String line = value. tostring ();
Stringtokenizer itr = new stringtokenizer (line );

}
}
\ End {lstlisting}

Next, pdflatex always prompts an error, undefined control sequence, which has not been found for a long time.

ReplaceCodePart of the Code is changed to a section of C's Hello world code.

It cannot be solved.

The final solution is to use the verbatim macro package,

Replace the above Code with \ begin {verbatim} And \ end {verbatim.

The compilation is successful.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.