Giter VIP home page Giter VIP logo

Comments (2)

aytchell avatar aytchell commented on September 1, 2024

Hi YimengZhu,

I'm not using Texmaker so I can't say much about this tool.

But regarding LaTeX you could try these options:

  • Probably easiest: make a new subdirectory named 'protobuf' in the directory of your main tex-file. Copy the two sty-files into this subdir. Works but has to be repeated for each new document.
  • Related but "a bit more hacky": Copy the sty-files in the directory of your tex-file and change usepackage{protobuf/style} and usepackage{protobuf/lang} to ...{style} and ...{lang}. (This is basically the same as the first option but will clutter your working directory.)
  • In my Makefile I set the environment variable TEXINPUTS telling LaTeX where to search for sty-files; this might not be an option with texmaker. (This is kind of a poor-mans-texmf)
  • or "the correct"(tm) method is to add the sty-files to your local texmf tree (see "man texhash" or "man texlsr"). In this case you should probably rename the files to something "less generic" (and also remove the 'protobuf/' part from the "usepackage"-parameter); this is the most initial work but best if you plan to use the sty a lot.

HTH,
Hannes

from latex-listings-protobuf.

YimengZhu avatar YimengZhu commented on September 1, 2024

Hi Hannes,
The first two solution work in my case.
Thanks for you help.!

from latex-listings-protobuf.

Related Issues (1)

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.