GithubHelp home page GithubHelp logo

Comments (4)

littleantgithub avatar littleantgithub commented on June 12, 2024

2023-12-26_16-04
2023-12-26_16-04_1
2023-12-26_16-05
I have not used md, sorry, the text is not fully displayed.

from xsim.

muzimuzhi avatar muzimuzhi commented on June 12, 2024

Not reproducible. Please provide a minimal working example.

In principle, you need xsim's use-files package option to use arbitrary verbatim material in exercise and solution environments.

\documentclass{article}
\usepackage{xsim}
\usepackage{listings}

\lstset{basicstyle=\ttfamily}

\begin{document}
xxx \lstinline{abc} xxx

xx \lstinline{#include} xxx

xx \lstinline{\#include} xxx

\textsf{xxx \lstinline{abc} xxx}

\textsf{xxx \lstinline{#include} xxx}

\textsf{xxx \lstinline{\#include} xxx}

\begin{exercise}
  xxx \lstinline{abc} xxx

  xx \lstinline{#include} xxx

  xx \lstinline{\#include} xxx
\end{exercise}
\end{document}

image

I have not used md, sorry, the text is not fully displayed.

You can edit your first comment to use markdown inline code span (`code`) or fenced code blocks (which will look like the above full latex example I give), see related GitHub Docs.

from xsim.

littleantgithub avatar littleantgithub commented on June 12, 2024
\documentclass{article}
\usepackage{xsim}
\usepackage{listings}
\usepackage{xeCJKfntef}
\usepackage{fontspec}
\begin{document}
\lstinline{#include<iostream> }
\begin{exercise}
  \lstinline{#include<iostream> }
\end{exercise}
\end{document}

I apologize for not providing all the required information.. I think the above code is the minimum trigger condition.
Just in case, the following is relatively complete.

...
  \usepackage[10pt,UTF8, heading=true]{ctex}
  \usepackage[dvipsnames, svgnames, x11names]{xcolor}  % 一般放得靠前
  \usepackage{geometry}
  \geometry{left=2cm, right=2.0cm,top=2.0cm, bottom=2cm}
  \usepackage{subfiles}
  \usepackage{caption}
  \usepackage{hyperref}
  \usepackage{graphicx}
  \usepackage[inkscapelatex=false]{svg}
  \usepackage{wrapfig}
  \usepackage{xsim}
  \usepackage{listings}
  \usepackage{tcolorbox}
  \usepackage{xeCJKfntef}
  \usepackage{fontspec}
  \setmainfont{Source Code Pro}
  %\setCJKmainfont{WenQuanYi Zen Hei Mono}
  %\usepackage[printsolution=true]{exercises}
...

...

\documentclass{article}
\usepackage{xeCJKfntef}
\usepackage{fontspec}
\usepackage{xsim}
\usepackage{listings}

\lstset{basicstyle=\ttfamily}

\begin{document}
xxx \lstinline{abc} xxx

xx \lstinline{#include} xxx

xx \lstinline{\#include} xxx

xxx \lstinline{abc} xxx

xxx \lstinline{#include} xxx

xxx \lstinline{\#include} xxx

\begin{exercise}
  xxx \lstinline{abc} xxx

  xx \lstinline{#include} xxx

  xx \lstinline{\#include} xxx
\end{exercise}
\end{document}

2023-12-26_18-43

from xsim.

muzimuzhi avatar muzimuzhi commented on June 12, 2024

It's a xeCJK issue (which is loaded by xeCJKfntef), see CTeX-org/ctex-kit#378.

from xsim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.