Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
日本語の説明はこのファイルの後半にあります。
LaTeX Build Tools is a tool to manage big LaTeX source files. This version is different from the old versions.
lbt
command to run every sub commands.The old versions, the one with rake and the other of bash scripts, are moved to the other branches, rake_version
and bash
respectively.
LaTeX Build Tools supports LuaLaTeX engine only.
If you want to use another engine, you need to modify lib/lbt/build.rb
and lib/lbt/part_typeset.rb
.
You can install lbt
from RubyGems.org with gem command.
$ gem install lbt
If you want to install it from the source code, do the following.
Code
button, then click Download ZIP
in the small dialog.LaTeX-BuildTools-master
will be created.gem build lbt
under the directory, then the gem file lbt-X.X.X.gem
is created.
The number X.X.X
is the version number like 0.5.2
.gem install lbt-X.X.X.gem
, where X.X.X
is the version number.See Tutorial.en.
GPL. See License.md.
LaTeX Build Toolsは大きなLaTeXソースファイルを管理するためのツールです。 現在の版は次の2点が旧版と異なっています。
旧版の、rakeを用いる版とbashスクリプト版は、それぞれrake_version
ブランチとbash
ブランチに移動しました。
LaTeX Build ToolsがサポートするLaTeXエンジンはLuaLaTeXです。
その他のエンジンを使いたい場合はlib/lbt/build.rb
とlib/lbt/part_typeset.rb
の修正が必要です。
gemコマンドでRubyGems.orgからlbt
をインストールする。
$ gem install lbt
以上が最も簡単なインストール方法だが、ソースコードからインストールしたい場合は次のようにする。
Code
ボタンをクリック。小さいダイアログが現れるので、Download ZIP
をクリックするLaTeX-BuildTools-master
というディレクトリが作られるgem build lbt
とタイプすると、lbt-X.X.X.gem
というGemファイルが作られる。
この中のX.X.X
はバージョン番号で、例えば0.5.2
などのようなものであるgem install lbt-X.X.X.gem
とタイプしてインストールする(X.X.X
はバージョン番号)使い方の説明はTutorial.jaを参照してほしい。
GPL。License.mdを参照。
FAQs
Unknown package
We found that lbt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.