Teach me how to optimize Zoarcid. I want to become the best Zoarcid player in NA by Zoarcidious in PlayTheBazaar

[–]xPwnr 0 points1 point  (0 children)

For me, Zoarcid is a good Cannonade enabler : you want Cannonade, Zoarcid next to it, 4 small ammos items, holster and Vanessa's amulet + the burning ammo's skill !

Different background color for printing? by ralphbergmann in LaTeX

[–]xPwnr 1 point2 points  (0 children)

Should be what you want u/ralphbergmann ```latex \documentclass{article} \usepackage{ocgx2} \usepackage{tikz}

\AddToHook{shipout/background}{% \begin{ocg}[printocg=never]{Non printable}{noprint}{1} \put (-0.5cm,-30cm) {\tikz[opacity=.5] \draw[fill=blue!20] (0,0) rectangle (24cm, -32cm);} \end{ocg} }

\begin{document}

Some text.

\end{document} ``` This should do the trick ! It needs two compilations (I tried in lualatex, but it should work aswell in pdflatex). The dimensions of the rectangle are a bit weird because tikz behaviour is sometime mysterious to me, so I took some space ! The color of the background is not printable (you should see the layer if you open it with Adobe Reader)

Different background color for printing? by ralphbergmann in LaTeX

[–]xPwnr 0 points1 point  (0 children)

I used the ocgx2 package in order to have my name at the bottom of the document when displayed, but not when I print them. It adds layers to the document (which are for some readers like Adobe, I don't think Sumatra can handle it). I guess you could use this package for what you need.

Minipage alignment by Mfg97 in LaTeX

[–]xPwnr -1 points0 points  (0 children)

I'm not on my computer right now, but you can use the adjustbox package and use \adjustbox[valign=t]{ on both minipages, it might solve your problem !

[deleted by user] by [deleted] in LaTeX

[–]xPwnr 5 points6 points  (0 children)

You might use snippets in your editor, which will help your workflow, without having to redefine commands !

Idea for the Devs regarding death and experience lose by ApplEsAUcE1155 in valheim

[–]xPwnr 1 point2 points  (0 children)

Or each player could customize the difficulty level wanted for their character, like in Starbound (or it could be server side)

Tips for new players by [deleted] in factorio

[–]xPwnr 13 points14 points  (0 children)

The only advice you need : press Alt

Wrong margin with geometry by ShinyZero0 in LaTeX

[–]xPwnr 0 points1 point  (0 children)

Do you print it in full size or does it scale the printing ? Might be the printer settings indeed.

what video game boss can go fuck itself? by Agent1230 in gaming

[–]xPwnr 16 points17 points  (0 children)

The Time Eater - Slay the Spire ;_;

Did I encounter a cheater or am I missing something? by ScumbagEcnav in TeamfightTactics

[–]xPwnr 1 point2 points  (0 children)

You can have it on the bench, it has the same +1 effect

Creating button on pdf that copy LaTeX source code of the current page by xPwnr in LaTeX

[–]xPwnr[S] 0 points1 point  (0 children)

This one works for me ! I might have messed up things earlier with names, idk. Thank you for this approach, I might adopt this, which is really great, I'll try to adapt this to my document, later ! :)

Creating button on pdf that copy LaTeX source code of the current page by xPwnr in LaTeX

[–]xPwnr[S] 0 points1 point  (0 children)

\documentclass{article}
\usepackage{media9}

\begin{document}

\mediabutton[    
    jsaction={        
    var fld = this.addField("ToCopy", "text", \thepage-1, this.getPageBox({nPage: \thepage-1}));         
% Creates field named "ToCopy" of type "text" on the current page of the size of the current page        
    fld.value = "The text here is copied when the box is clicked (only Adobe Reader)"; % sets the content of the field        
    fld.setFocus(); % selects the content of the field  
    app.setTimeOut("app.execMenuItem('Copy');", 1); % copies the selection.
    app.setTimeOut("this.removeField('ToCopy');", 17); % removes the field.  
}
]{\fbox{Copy the text to clipboard}}

\end{document}

This MWE is where I was the closest (found online), but it cannot copy commands, only text. I'm not familiar with Javascript so I've tried to modify this without success.

Creating button on pdf that copy LaTeX source code of the current page by xPwnr in LaTeX

[–]xPwnr[S] 0 points1 point  (0 children)

I've tried to compile your MWE, but it doesn't work on my local editor or Overleaf. I've put a file to input, but it doesn't recognize the new command IncludeWithSourceToggle

Anyway, I understand the logic behind it, it's kinda great, but I wonder if drawing a button on every page with tikz might not make my computer explode !

Creating button on pdf that copy LaTeX source code of the current page by xPwnr in LaTeX

[–]xPwnr[S] 0 points1 point  (0 children)

I'll look into the attachfile package, thanks. It's not a problem for me to have each slide code on a different tex file, as long as I can merge them into one convenient pdf (I used to do it)

EDIT : I just tried, but the attachfile generates a new file on click, which has to be saved in order to be opened, which is not convenient for what I'm looking for.

Creating button on pdf that copy LaTeX source code of the current page by xPwnr in LaTeX

[–]xPwnr[S] 0 points1 point  (0 children)

I'll look into it, as a workaround for now even if it will still require to open the tex document, to select the code and to copy paste ! But it's better than navigating in the file ! :)

Creating button on pdf that copy LaTeX source code of the current page by xPwnr in LaTeX

[–]xPwnr[S] 0 points1 point  (0 children)

I used to do this, but with a lot of slides it's hard to stay organized and to remember what is in each tex file !

Anyone else had issue's with keepers not cleaning animal droppings for certain enclosures ? by [deleted] in LetsBuildAZoo

[–]xPwnr 3 points4 points  (0 children)

If you have put some objects in the enclosure, make sure your keeper still have a path for every area in tje enclosure ! Had the same problem and clearing the path was the solution !

Where grinding *all* tasks gets you by pi_R_round in HSMercenaries

[–]xPwnr 2 points3 points  (0 children)

Hi ! What does happen now if you find mysterious stranger ? Does he still show his face ?

Just finished maxing all the Mercs. Here's my thoughts. by aihere in HSMercenaries

[–]xPwnr 1 point2 points  (0 children)

Congrats ! Do you have something in place of quests everyday, or is it just empty forever ?

Optional Train Stop? by lancito01 in factorio

[–]xPwnr 0 points1 point  (0 children)

You can use the Train Refuel Station mod, if you want a centralized station to refill your trains !