Search found 8 matches

by Shai-Avr
Fri Mar 29, 2024 3:03 pm
Forum: General
Topic: eqref fails in local compilation, but works on Overleaf?
Replies: 2
Views: 5706

eqref fails in local compilation, but works on Overleaf?

I would prefer to use \eqref (It might be silly, but I like that the link is on the entire reference including the parenthesis). It doesn't explain why \eqref fails to make references inside the \babelsublr command and why it fails only locally and not on Overleaf.
by Shai-Avr
Mon Mar 25, 2024 11:56 am
Forum: General
Topic: eqref fails in local compilation, but works on Overleaf?
Replies: 2
Views: 5706

eqref fails in local compilation, but works on Overleaf?

I am trying to transition from Overleaf to a local workspace and set up VSCode with the Latex Workshop extension as my Latex IDE, and I faced a weird problem. I work on Hebrew documents and I use babel and lualatex. Here's the example I was playing with:
% !TEX lualatex
\documentclass{article ...
by Shai-Avr
Tue Aug 29, 2023 12:14 pm
Forum: General
Topic: Referencing equation with custom tags doesn't work with babel?
Replies: 8
Views: 8826

Referencing equation with custom tags doesn't work with babel?

I don't really care if it works on Overleaf because it doesn't work on my TeX installation either which is my main workspace. I only used Overleaf to test if it's a problem on my local machine or if it's a problem with Latex in general, and the fact it doesn't work on Overleaf only confirms that it ...
by Shai-Avr
Tue Aug 29, 2023 11:56 am
Forum: General
Topic: Referencing equation with custom tags doesn't work with babel?
Replies: 8
Views: 8826

Referencing equation with custom tags doesn't work with babel?

Did you manage to find a solution, @Stefan?
by Shai-Avr
Sat Aug 26, 2023 4:23 pm
Forum: General
Topic: Use a single font for equation labels
Replies: 0
Views: 7052

Use a single font for equation labels

I use Latex with babel to write Hebrew documents. I have different fonts for Hebrew and English and there is a weird consequence to that. Take a look at this sample code:

\documentclass[a4paper, 12pt]{extarticle}

\PassOptionsToPackage{no-math}{fontspec}

\usepackage[bidi=basic, layout=tabular ...
by Shai-Avr
Tue Aug 22, 2023 1:52 pm
Forum: General
Topic: Referencing equation with custom tags doesn't work with babel?
Replies: 8
Views: 8826

Referencing equation with custom tags doesn't work with babel?

There: https://www.overleaf.com/read/dchvdppskvzt. It's the same code except I use the Times New Roman font because I don't want to deal with fonts on Overleaf.
by Shai-Avr
Tue Aug 22, 2023 12:57 pm
Forum: General
Topic: Referencing equation with custom tags doesn't work with babel?
Replies: 8
Views: 8826

Referencing equation with custom tags doesn't work with babel?

No matter how many times I compile it, it doesn't work for me. It doesn't work on my local system and not on Overleaf. I should mention that I compile with LuaLateX.
by Shai-Avr
Tue Aug 22, 2023 11:51 am
Forum: General
Topic: Referencing equation with custom tags doesn't work with babel?
Replies: 8
Views: 8826

Referencing equation with custom tags doesn't work with babel?

I use Latex to do my assignments in University in Hebrew. I use the package babel, and I have this sample code:

\documentclass{article}

\PassOptionsToPackage{no-math}{fontspec}

\usepackage[bidi=basic, layout=tabular]{babel}

\babelprovide[main, import, alph=letters, Alph=letters]{hebrew ...