为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

On overleaf the cursor has a weird offset. Can anyone help fixing this?

  • 8 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 m3k0c6

more options

Im using Firefox on my kubuntu machine and the cursor in the overleaf.com editor has a weird offset. On my laptop (same setup: Kubuntu) I don't have this problem.

See the attached picture. The cursor is far to the right but when I type, letters are added where the blue arrow is pointing.

Im using Firefox on my kubuntu machine and the cursor in the overleaf.com editor has a weird offset. On my laptop (same setup: Kubuntu) I don't have this problem. See the attached picture. The cursor is far to the right but when I type, letters are added where the blue arrow is pointing.

被采纳的解决方案

I haven't discovered the fonts tab yet. It shows that this part is using Liberation Sans Narrow.

EDIT: On my laptop firefox is using DejaVu Sans Mono

EDIT2: I copied the settings from my laptop and the overleaf editor is working properly now. Thanks for your help!

定位到答案原位置 👍 0

所有回复 (8)

more options

Forgot the picture

more options

It looks like Firefox is confused about that font, showing misspelling marks (squiggly underlines) positioned as though the letters were much wider. Is that supposed to be the "monospaced" font (all characters the same width)?

more options

Thanks for you answer. How would I check if the font is monospaced?

more options

Well, the blue letters are not monspaced, a monospaced font looks like a terminal display or Courier. Code display areas often use a monospaced font so that is why I suspect some strange font switcheroo issue there.

function nothing(){
  // do nothing
}

To see what font Firefox is using, you can try the Inspector. Here's how:

right-click the problem text > Inspect Element

Firefox should open a pane in the lower part of the tab that shows an HTML tree diagram highlighting the selected element. If it is a canvas, we may be at a dead end, but if it is another kind of element, you can change the panel on the right from Rules (or whatever is shown there) to Fonts. If the bar that shows Rules, Layout, etc. doesn't show Fonts, use the triangle at the right end to change the display.

To see what font(s) the page wants to use, click the Computed panel heading, and scroll down to font-family to see what is listed there.

more options
more options

选择的解决方案

I haven't discovered the fonts tab yet. It shows that this part is using Liberation Sans Narrow.

EDIT: On my laptop firefox is using DejaVu Sans Mono

EDIT2: I copied the settings from my laptop and the overleaf editor is working properly now. Thanks for your help!

由agre于修改

more options

The screenshot shows a very small font with a width of 1px.

more options

Hi there! I am having the same issue with overleaf on Arch as well. How exactly did you copy the settings from your laptop? I'd really appreciate the help, thank you!

由m3k0c6于修改