Společnost JetBrains uvolnila verzi 2 svého open-source velkého jazykového modelu (LLM) pro vývojáře Mellum.
Probíhá konference Microsoft Build 2026. Microsoft představuje své novinky: kvantový čip Majorana 2, Surface Laptop Ultra a Surface RTX Spark Dev Box s NVIDIA RTX Spark, Intelligent Terminal, Coreutils for Windows (fork Rust Coreutils), AI modely MAI, AI agenta Scout, platformu pro agent-first zařízení Project Solara, …
Google Chrome 149 byl prohlášen za stabilní. Nejnovější stabilní verze 149.0.7827.53 přináší řadu novinek. Podrobný přehled v poznámkách k vydání. Vylepšeny byly také nástroje pro vývojáře.
Pluto.jl, reaktivní notebook pro programovací jazyk Julia, dospěl do verze 1.0.
Byla vydána nová verze 12.0.0 vizuálního programovacího jazyka Snap! (Wikipedie) inspirovaného jazykem Scratch (Wikipedie). Přehled novinek na GitHubu.
Počítačovou hru Gravity Circuit (ProtonDB) lze do 14. června do 19:00 získat na Steamu zdarma. Napořád.
Nejnovější X.Org X server 21.1.23 a Xwayland 24.1.12 řeší 9 bezpečnostních chyb.
npm balíčky @redhat-cloud-services byly kompromitovány.
Byly publikovány informace o zranitelnosti CVE-2026-46243 pojmenované CIFSwitch v Linuxu od roku 2007. Běžný uživatel může získat práva roota (lokální eskalaci práv). V upstreamu je již opraveno.
Nvidia na své konferenci NVIDIA GTC Taipei 2026 představila řadu novinek. Společně s Microsoftem představili superčip NVIDIA RTX Spark (až 6 144 jader GPU, 20 jader CPU, 1 petaflop AI výkonu v FP4 a 128 GB jednotné paměti). První notebooky a stolní počítače s tímto čipem od Nvidie místo Intelu nebo AMD by se měly na trh dostat na podzim letošního roku.
# 10texlive-base.cnf # You can change/add entries to this file and changes will be preserved # over upgrades, even if you have removed the main package prior # (not if you purged it). You should leave the following pseudo comment # present in the file! # -_- DebPkgProvidedMaps -_- # etex pdftex language.def -translate-file=cp227.tcx *etex.ini pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini luatex luatex language.def luatex.ini dviluatex luatex language.def dviluatex.ini pdftex pdftex - -enc cslatex-utf8.ini mf mf-nowin - -translate-file=cp227.tcx mf.ini tex tex - tex.ini10texlive-latex-base.cnf
# 10texlive-latex-base.cnf # You can change/add entries to this file and changes will be preserved # over upgrades, even if you have removed the main package prior # (not if you purged it). You should leave the following pseudo comment # present in the file! # -_- DebPkgProvidedMaps -_- # latex pdftex language.dat -enc cslatex-utf8.ini dvilualatex luatex language.dat dvilualatex.ini lualatex luatex language.dat lualatex.ini pdflatex pdftex language.dat -enc cslatex-utf8.iniNení mi zde jasné, zda je nutné editovat následující soubor, když používám babel, ale snad ničemu neuškodí, když bude takovýto: 10texlive-lang-czechoslovak.cnf
# 10texlive-lang-czechslovak.cnf # You can change/add entries to this file and changes will be preserved # over upgrades, even if you have removed the main package prior # (not if you purged it). You should leave the following pseudo comment # present in the file! # -_- DebPkgProvidedMaps -_- # csplain pdftex - -etex -enc csplain-utf8.ini pdfcsplain pdftex - -etex -enc csplain-utf8.ini cslatex pdftex - -etex -enc cslatex-utf8.ini pdfcslatex pdftex - -etex -enc cslatex-utf8.iniKdyž to pak aplikuji pomocí:
sudo update-fmtutil sudo dpkg-reconfigure texlive-baseTak mi úplně minimální dokument například:
\documentclass[12pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage[czech]{babel}
\usepackage{encxvlna}
\begin{document}
bla
\end{document}
Hází následovnou chybu:
! Package encxvlna Error: encTeX of Feb 2003 or later not detected, (encxvlna) the rest of the package will be ignored. See the encxvlna package documentation for explanation. Type H return for immediate help. ... l.40 } % Package error message This package is implemented by new primitives of encTeX of Feb 2003 but this extension was not detected in your system. You can continue but all commands of `encxvlna' will be ignored. If your TeX distribution contains encTeX but does not activate it, you have to create the format using the -enc switch (e.g. in fmtutils.cnf). If you do not have encTeX at all, you have to compile it from the source code. You can find the source code including documentation at http://math.feld.cvut.cz/olsak/enctex.htmlA mně nějak není jasné, co s tím. Následoval jsem návod, ale nefunguje to. Pužíváte to někdo a funguje vám to? Jak? Díky za pomoc, už moc nevím, co s tím.
Řešení dotazu:
sudo dpkg-reconfigure texlive-baseje v Ubuntu 11.10 rozbité a tak jsem po chvíli fidlání objevil ,že stačí spustit namísto dpkg-reconfigure
sudo fmtutil --alla všechno funguje.
latex pdftex language.dat -enc -translate-file=cp227.tcx *latex.ini pdflatex pdftex language.dat -enc -translate-file=cp227.tcx *pdflatex.iniv
/etc/texmf/fmt.d/10texlive-latex-base.cnfa pak spustit prikazy bud
fmtutil-sys --allnebo
fmtutil --allTo znamena, ze to funguje s prikazy latex a pdflatex, csplain atp. nevim, ale to nepouzivam. V řešení mi pomohlo toto.
Tiskni
Sdílej: