Coder Social home page Coder Social logo

Comments (7)

edocevoli avatar edocevoli commented on May 22, 2024

The fontconfig files should be regenerated if you start the MiKTeX task bar icon.

from miktex.

rend3r avatar rend3r commented on May 22, 2024

You mean "Refresh FNDB" button in MiKTeX Options?

from miktex.

edocevoli avatar edocevoli commented on May 22, 2024

No, I mean the taskbar icon which you get when you run miktex-portable.cmd.

from miktex.

rend3r avatar rend3r commented on May 22, 2024

Seems, we talk about the same thing - "MiKTeX Options" is accessible from task bar icon contex menu.
I should mention, I run my custom texstudio.bat

@echo off

REM (  This script should be located on the top of MiKTeX Portable    )
REM (  i.e. in the same directory with miktex-portable.cmd            )

set MIKTEX=%~dp0
set TSX=%MIKTEX%TexStudio

REM (  TeX Directory Structure (TDS) does not specify the location of )
REM (  executable programs. Default MiKTeX binaries:                  )

set MKTX_BIN=%MIKTEX%texmfs\install\miktex\bin

REM (  Path to MiKTeX executables and external programs.              )
REM (  Add more paths here if required. Use semicolon as separator.   )

set path=%MKTX_BIN%;%MIKTEX%tools\gnuplot\bin

REM ( We dont change CWD (%MIKTEX%) and run TexStudio                 )
REM ( All relative paths in the TexStudio options                     )
REM ( should be counted from the CWD                                  )

start "" "%TSX%\texstudio.exe"

As you can see its does not contain miktex-taskbar-icon.exe...
After running MiKTeX task bar icon all absolute paths became valid, at least drive letter has been corrected.
I'm totally fine with this - part of the blame lies on me. See no problem to add miktex-taskbar-icon.exe to the batch.

from miktex.

rend3r avatar rend3r commented on May 22, 2024

Could you provide short description what is miktex-taskbar-icon attend to do?

from miktex.

edocevoli avatar edocevoli commented on May 22, 2024

On startup the task-bar icon program runs this command:

initexmf --mkmaps

This will refresh the fontconfig configuration files. I would recommend that you add this command tour your custom batch file.

from miktex.

rend3r avatar rend3r commented on May 22, 2024

Thank you for your explanations.

from miktex.

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.